designertool 0.5.0 → 0.7.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.
@@ -1,4 +1,4 @@
1
- import { getCurrentInstance as getCurrentInstance$1, onMounted, nextTick, watch as watch$1, getCurrentScope, onScopeDispose, unref, ref as ref$1, readonly, computed, watchEffect, shallowRef, defineComponent, createVNode, openBlock, createBlock, onUnmounted, resolveComponent, Transition, withCtx, createCommentVNode, toDisplayString, renderSlot, render as render$6, customRef, createElementBlock, createElementVNode, cloneVNode, h as h$5, Fragment, inject, provide, Teleport, reactive, toRaw, normalizeClass, createTextVNode, renderList, withDirectives, vModelDynamic, isRef, withModifiers, normalizeStyle, withKeys, vShow, pushScopeId, popScopeId, resolveDynamicComponent, mergeProps, onBeforeMount, onBeforeUnmount, vModelText, vModelCheckbox, toRefs, useCssVars, withMemo } from "vue";
1
+ import { getCurrentInstance as getCurrentInstance$1, onMounted, nextTick, watch as watch$1, getCurrentScope, onScopeDispose, unref, ref as ref$1, readonly, computed, watchEffect, shallowRef, defineComponent, createVNode, openBlock, createBlock, onUnmounted, resolveComponent, Transition, withCtx, createCommentVNode, toDisplayString, renderSlot, render as render$6, customRef, createElementBlock, createElementVNode, cloneVNode, h as h$5, Fragment, inject, provide, Teleport, reactive, toRaw, normalizeClass, createTextVNode, renderList, withDirectives, vModelDynamic, isRef, withModifiers, normalizeStyle, withKeys, vShow, pushScopeId, popScopeId, resolveDynamicComponent, mergeProps, onBeforeMount, onBeforeUnmount, vModelText, vModelCheckbox, toRefs, useCssVars, withMemo, defineCustomElement } from "vue";
2
2
  import { defineStore } from "pinia";
3
3
  function tryOnScopeDispose(rr) {
4
4
  return getCurrentScope() ? (onScopeDispose(rr), !0) : !1;
@@ -48902,7 +48902,9 @@ const _hoisted_1$2 = { class: "wbg-dt-z-[1001] wbg-dt-flex wbg-dt-h-max wbg-dt-i
48902
48902
  createVNode(_sfc_main$2, { onSwitchEditState: pi })
48903
48903
  ], 2));
48904
48904
  }
48905
- }), PostcardDesigner_vue_vue_type_style_index_0_lang = "", index = {
48905
+ }), PostcardDesigner_vue_vue_type_style_index_0_lang = "", PostcardDesignerElement = defineCustomElement(_sfc_main);
48906
+ customElements.define("postcard-designer", PostcardDesignerElement);
48907
+ const index = {
48906
48908
  install: (rr) => {
48907
48909
  rr.component("PostcardDesigner", _sfc_main);
48908
48910
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "designertool",
3
3
  "private": false,
4
- "version": "0.5.0",
4
+ "version": "0.7.0",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -39,6 +39,7 @@
39
39
  "vue": "^3.3.4",
40
40
  "vue-draggable-plus": "^0.3.5",
41
41
  "vue-prism-editor": "^2.0.0-alpha.2",
42
+ "vue-shadow-dom": "^4.2.0",
42
43
  "vue3-colorpicker": "^2.1.5",
43
44
  "vue3-moveable": "^0.23.0",
44
45
  "vue3-pdfjs": "^0.1.6",