@tmagic/editor 1.6.0-beta.5 → 1.6.0
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 +184 -126
- package/dist/tmagic-editor.umd.cjs +184 -126
- package/package.json +9 -9
- package/types/index.d.ts +1 -14
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.6.0
|
|
2
|
+
"version": "1.6.0",
|
|
3
3
|
"name": "@tmagic/editor",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": [
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
"moveable": "^0.53.0",
|
|
59
59
|
"serialize-javascript": "^6.0.2",
|
|
60
60
|
"sortablejs": "^1.15.6",
|
|
61
|
-
"@tmagic/design": "1.6.0
|
|
62
|
-
"@tmagic/
|
|
63
|
-
"@tmagic/
|
|
64
|
-
"@tmagic/
|
|
65
|
-
"@tmagic/
|
|
61
|
+
"@tmagic/design": "1.6.0",
|
|
62
|
+
"@tmagic/form": "1.6.0",
|
|
63
|
+
"@tmagic/stage": "1.6.0",
|
|
64
|
+
"@tmagic/utils": "1.6.0",
|
|
65
|
+
"@tmagic/table": "1.6.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@types/events": "^3.0.3",
|
|
@@ -74,9 +74,9 @@
|
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
76
|
"monaco-editor": "^0.48.0",
|
|
77
|
-
"typescript": "^5.
|
|
78
|
-
"vue": "^3.5.
|
|
79
|
-
"@tmagic/core": "1.6.0
|
|
77
|
+
"typescript": "^5.9.2",
|
|
78
|
+
"vue": "^3.5.20",
|
|
79
|
+
"@tmagic/core": "1.6.0"
|
|
80
80
|
},
|
|
81
81
|
"peerDependenciesMeta": {
|
|
82
82
|
"typescript": {
|
package/types/index.d.ts
CHANGED
|
@@ -1804,20 +1804,7 @@ interface EditorProps {
|
|
|
1804
1804
|
}
|
|
1805
1805
|
|
|
1806
1806
|
type __VLS_Slots$c = EditorSlots;
|
|
1807
|
-
declare const __VLS_component$c: _vue_runtime_core.DefineComponent<EditorProps, {
|
|
1808
|
-
editorService: EditorService;
|
|
1809
|
-
historyService: HistoryService;
|
|
1810
|
-
storageService: StorageService;
|
|
1811
|
-
eventsService: EventsService;
|
|
1812
|
-
propsService: PropsService;
|
|
1813
|
-
componentListService: ComponentListService;
|
|
1814
|
-
uiService: UiService;
|
|
1815
|
-
codeBlockService: CodeBlockService;
|
|
1816
|
-
depService: DepService;
|
|
1817
|
-
dataSourceService: DataSourceService;
|
|
1818
|
-
keybindingService: KeybindingService;
|
|
1819
|
-
stageOverlayService: StageOverlayService;
|
|
1820
|
-
}, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {
|
|
1807
|
+
declare const __VLS_component$c: _vue_runtime_core.DefineComponent<EditorProps, Services, {}, {}, {}, _vue_runtime_core.ComponentOptionsMixin, _vue_runtime_core.ComponentOptionsMixin, {
|
|
1821
1808
|
"update:modelValue": (value: MApp | null) => any;
|
|
1822
1809
|
"props-panel-mounted": (instance: {
|
|
1823
1810
|
$: _vue_runtime_core.ComponentInternalInstance;
|