ablok-components 0.3.35 → 0.3.37
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/ablok-components.es.js +3 -3
- package/dist/ablok-components.umd.js +4 -105
- package/dist/components/atoms/base-button/base-button.vue.d.ts +1 -1
- package/dist/components/molecules/image-crop/image-crop.vue.d.ts +6 -10
- package/dist/components/molecules/popover-tooltip/popover-tooltip.vue.d.ts +2 -4
- package/dist/components/molecules/progress-steps/progress-steps.vue.d.ts +1 -1
- package/package.json +5 -3
- package/dist/index-BIlA-HIk.mjs +0 -13681
- package/dist/index-CYb55fu6.mjs +0 -88
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as H,
|
|
1
|
+
import { defineComponent as H, openBlock as c, createElementBlock as g, normalizeClass as x, createElementVNode as s, renderSlot as O, useTemplateRef as Ye, ref as S, onBeforeMount as at, createBlock as F, createCommentVNode as k, computed as $, resolveDynamicComponent as ie, withCtx as J, toDisplayString as E, unref as j, createVNode as L, watch as z, onMounted as ee, withDirectives as ce, mergeProps as yt, vModelDynamic as xt, Transition as Ke, vModelText as Ne, vModelCheckbox as nt, shallowRef as qe, Fragment as X, renderList as Ae, reactive as Tt, onBeforeUnmount as we, normalizeStyle as Ie, vModelRadio as Qt, withModifiers as Y, nextTick as lt, vShow as ct, markRaw as Le, createTextVNode as ye, isRef as Xe, useSlots as Ot, TransitionGroup as bt, getCurrentInstance as Nt } from "vue";
|
|
2
2
|
import wt from "dompurify";
|
|
3
3
|
import { useI18n as ot } from "vue-i18n";
|
|
4
4
|
import { debounce as it } from "lodash";
|
|
@@ -3117,13 +3117,13 @@ const ft = {
|
|
|
3117
3117
|
{ default: T },
|
|
3118
3118
|
{ default: b }
|
|
3119
3119
|
] = await Promise.all([
|
|
3120
|
-
import("
|
|
3120
|
+
import("@tiptap/core"),
|
|
3121
3121
|
import("@tiptap/vue-3"),
|
|
3122
3122
|
import("@tiptap/extension-highlight"),
|
|
3123
3123
|
import("@tiptap/extension-text-align"),
|
|
3124
3124
|
import("@tiptap/extension-link"),
|
|
3125
3125
|
import("@tiptap/starter-kit"),
|
|
3126
|
-
import("
|
|
3126
|
+
import("@tiptap/extension-bold")
|
|
3127
3127
|
]);
|
|
3128
3128
|
o.value = f, t.value = new u({
|
|
3129
3129
|
content: n.modelValue,
|