@easy-editor/core 0.0.4 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.development.js +0 -9
- package/dist/cjs/index.development.js.map +1 -1
- package/dist/cjs/index.js +0 -9
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/index.production.js +0 -9
- package/dist/cjs/index.production.js.map +1 -1
- package/dist/esm/index.development.js +0 -9
- package/dist/esm/index.development.js.map +1 -1
- package/dist/esm/index.js +0 -9
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/index.production.js +0 -9
- package/dist/esm/index.production.js.map +1 -1
- package/dist/index.js +0 -9
- package/dist/types/event.d.ts +1 -12
- package/package.json +1 -1
|
@@ -5646,15 +5646,6 @@ let TRANSFORM_STAGE = /*#__PURE__*/function (TRANSFORM_STAGE) {
|
|
|
5646
5646
|
}({});
|
|
5647
5647
|
|
|
5648
5648
|
const GLOBAL_EVENT = {
|
|
5649
|
-
EDITOR_EVENT,
|
|
5650
|
-
DESIGNER_EVENT,
|
|
5651
|
-
DRAGON_EVENT,
|
|
5652
|
-
DETECTING_EVENT,
|
|
5653
|
-
SELECTION_EVENT,
|
|
5654
|
-
PROJECT_EVENT,
|
|
5655
|
-
DOCUMENT_EVENT,
|
|
5656
|
-
NODE_EVENT,
|
|
5657
|
-
NODE_CHILDREN_EVENT
|
|
5658
5649
|
};
|
|
5659
5650
|
|
|
5660
5651
|
let HISTORY_EVENT = /*#__PURE__*/function (HISTORY_EVENT) {
|