@tmagic/editor 1.0.0 → 1.0.3
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.es.js +1 -1
- package/dist/tmagic-editor.es.js.map +1 -1
- package/dist/tmagic-editor.umd.js +1 -1
- package/dist/tmagic-editor.umd.js.map +1 -1
- package/dist/types/src/Editor.vue.d.ts +2 -1
- package/dist/types/src/components/Icon.vue.d.ts +2 -1
- package/dist/types/src/components/ScrollViewer.vue.d.ts +2 -1
- package/dist/types/src/fields/Code.vue.d.ts +2 -1
- package/dist/types/src/fields/CodeLink.vue.d.ts +3 -1
- package/dist/types/src/layouts/AddPageBox.vue.d.ts +1 -1
- package/dist/types/src/layouts/CodeEditor.vue.d.ts +2 -1
- package/dist/types/src/layouts/Framework.vue.d.ts +2 -1
- package/dist/types/src/layouts/NavMenu.vue.d.ts +3 -1
- package/dist/types/src/layouts/PropsPanel.vue.d.ts +2 -1
- package/dist/types/src/layouts/Resizer.vue.d.ts +2 -1
- package/dist/types/src/layouts/sidebar/ComponentListPanel.vue.d.ts +2 -1
- package/dist/types/src/layouts/sidebar/Sidebar.vue.d.ts +3 -1
- package/dist/types/src/layouts/sidebar/TabPane.vue.d.ts +3 -1
- package/dist/types/src/layouts/workspace/Workspace.vue.d.ts +2 -1
- package/dist/types/src/services/history.d.ts +1 -1
- package/package.json +13 -14
- package/src/Editor.vue +2 -2
- package/src/layouts/AddPageBox.vue +1 -1
- package/src/services/history.ts +1 -1
package/dist/tmagic-editor.es.js
CHANGED
|
@@ -3998,7 +3998,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3998
3998
|
])
|
|
3999
3999
|
]),
|
|
4000
4000
|
workspace: withCtx(() => [
|
|
4001
|
-
renderSlot(_ctx.$slots, "workspace", {}, () => [
|
|
4001
|
+
renderSlot(_ctx.$slots, "workspace", { editorService: _ctx.editorService }, () => [
|
|
4002
4002
|
createVNode(_component_workspace, null, {
|
|
4003
4003
|
"workspace-content": withCtx(() => [
|
|
4004
4004
|
renderSlot(_ctx.$slots, "workspace-content", { editorService: _ctx.editorService })
|