@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/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) {
@@ -1,12 +1 @@
1
- import { DESIGNER_EVENT, DETECTING_EVENT, DOCUMENT_EVENT, DRAGON_EVENT, EDITOR_EVENT, NODE_CHILDREN_EVENT, NODE_EVENT, PROJECT_EVENT, SELECTION_EVENT } from '..';
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: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easy-editor/core",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "description": "A cross-framework low-code engine with scale-out design.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",