UNPKG

750 BSource Map (JSON)View Raw
1{"version":3,"file":"range-selected.js","sourceRoot":"","sources":["../../../../src/interaction/action/element/range-selected.ts"],"names":[],"mappings":";AAAA,OAAO,iBAAiB,MAAM,eAAe,CAAC;AAE9C;;;GAGG;AACH;IAAmC,wCAAiB;IAApD;QAAA,qEAQC;QAPW,eAAS,GAAW,UAAU,CAAC;;IAO3C,CAAC;IANC;;OAEG;IACI,uCAAQ,GAAf;QACE,IAAI,CAAC,QAAQ,EAAE,CAAC;IAClB,CAAC;IACH,2BAAC;AAAD,CAAC,AARD,CAAmC,iBAAiB,GAQnD;AAED,eAAe,oBAAoB,CAAC","sourcesContent":["import ElementRangeState from './range-state';\n\n/**\n * @ignore\n * 区域选中的 Action\n */\nclass ElementRangeSelected extends ElementRangeState {\n protected stateName: string = 'selected';\n /**\n * 选中\n */\n public selected() {\n this.setState();\n }\n}\n\nexport default ElementRangeSelected;\n"]}
\No newline at end of file