@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
package/dist/index.js
CHANGED
|
@@ -5644,15 +5644,6 @@ let TRANSFORM_STAGE = /*#__PURE__*/function (TRANSFORM_STAGE) {
|
|
|
5644
5644
|
}({});
|
|
5645
5645
|
|
|
5646
5646
|
const GLOBAL_EVENT = {
|
|
5647
|
-
EDITOR_EVENT,
|
|
5648
|
-
DESIGNER_EVENT,
|
|
5649
|
-
DRAGON_EVENT,
|
|
5650
|
-
DETECTING_EVENT,
|
|
5651
|
-
SELECTION_EVENT,
|
|
5652
|
-
PROJECT_EVENT,
|
|
5653
|
-
DOCUMENT_EVENT,
|
|
5654
|
-
NODE_EVENT,
|
|
5655
|
-
NODE_CHILDREN_EVENT
|
|
5656
5647
|
};
|
|
5657
5648
|
|
|
5658
5649
|
let HISTORY_EVENT = /*#__PURE__*/function (HISTORY_EVENT) {
|
package/dist/types/event.d.ts
CHANGED
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const GLOBAL_EVENT: {
|
|
3
|
-
EDITOR_EVENT: typeof EDITOR_EVENT;
|
|
4
|
-
DESIGNER_EVENT: typeof DESIGNER_EVENT;
|
|
5
|
-
DRAGON_EVENT: typeof DRAGON_EVENT;
|
|
6
|
-
DETECTING_EVENT: typeof DETECTING_EVENT;
|
|
7
|
-
SELECTION_EVENT: typeof SELECTION_EVENT;
|
|
8
|
-
PROJECT_EVENT: typeof PROJECT_EVENT;
|
|
9
|
-
DOCUMENT_EVENT: typeof DOCUMENT_EVENT;
|
|
10
|
-
NODE_EVENT: typeof NODE_EVENT;
|
|
11
|
-
NODE_CHILDREN_EVENT: typeof NODE_CHILDREN_EVENT;
|
|
12
|
-
};
|
|
1
|
+
export declare const GLOBAL_EVENT: {};
|