@tmagic/editor 1.4.11 → 1.4.12
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/tmagic-editor.js
CHANGED
|
@@ -12225,7 +12225,7 @@ const initServiceEvents = (props, emit, { editorService, codeBlockService, dataS
|
|
|
12225
12225
|
collectIdle(nodes, true);
|
|
12226
12226
|
};
|
|
12227
12227
|
const nodeUpdateHandler = (nodes) => {
|
|
12228
|
-
collectIdle(nodes,
|
|
12228
|
+
collectIdle(nodes, true);
|
|
12229
12229
|
};
|
|
12230
12230
|
const nodeRemoveHandler = (nodes) => {
|
|
12231
12231
|
depService.clear(nodes);
|
|
@@ -12229,7 +12229,7 @@
|
|
|
12229
12229
|
collectIdle(nodes, true);
|
|
12230
12230
|
};
|
|
12231
12231
|
const nodeUpdateHandler = (nodes) => {
|
|
12232
|
-
collectIdle(nodes,
|
|
12232
|
+
collectIdle(nodes, true);
|
|
12233
12233
|
};
|
|
12234
12234
|
const nodeRemoveHandler = (nodes) => {
|
|
12235
12235
|
depService.clear(nodes);
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.4.
|
|
2
|
+
"version": "1.4.12",
|
|
3
3
|
"name": "@tmagic/editor",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": [
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"moveable": "^0.53.0",
|
|
56
56
|
"serialize-javascript": "^6.0.0",
|
|
57
57
|
"sortablejs": "^1.15.2",
|
|
58
|
-
"@tmagic/dep": "1.4.
|
|
59
|
-
"@tmagic/table": "1.4.
|
|
58
|
+
"@tmagic/dep": "1.4.12",
|
|
59
|
+
"@tmagic/table": "1.4.12"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@types/events": "^3.0.0",
|
|
@@ -78,12 +78,12 @@
|
|
|
78
78
|
"monaco-editor": "^0.48.0",
|
|
79
79
|
"typescript": "*",
|
|
80
80
|
"vue": "^3.4.27",
|
|
81
|
-
"@tmagic/
|
|
82
|
-
"@tmagic/
|
|
83
|
-
"@tmagic/
|
|
84
|
-
"@tmagic/
|
|
85
|
-
"@tmagic/
|
|
86
|
-
"@tmagic/utils": "1.4.
|
|
81
|
+
"@tmagic/core": "1.4.12",
|
|
82
|
+
"@tmagic/form": "1.4.12",
|
|
83
|
+
"@tmagic/schema": "1.4.12",
|
|
84
|
+
"@tmagic/design": "1.4.12",
|
|
85
|
+
"@tmagic/stage": "1.4.12",
|
|
86
|
+
"@tmagic/utils": "1.4.12"
|
|
87
87
|
},
|
|
88
88
|
"peerDependenciesMeta": {
|
|
89
89
|
"typescript": {
|