mediacube-ui-v2 0.0.13 → 0.0.14
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +10 -10
- package/dist/index.js.map +1 -1
- package/package.json +14 -2
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent as t2, ref as T, computed as f, watch as u2, mergeProps as P, unref as y, useSSRContext as l2, onMounted as I2, onBeforeUnmount as M0, createVNode as z, resolveDynamicComponent as a0, withCtx as h, openBlock as X, createBlock as Q, renderSlot as f2, createCommentVNode as m2, reactive as G2, shallowRef as Y3, getCurrentInstance as q3, markRaw as W3, h as d1, render as U3, useAttrs as E0, createTextVNode as F, toDisplayString as S, createSlots as n0, Fragment as J2, renderList as i0, useSlots as $0, withModifiers as U9, toHandlers as G9, onUnmounted as X9, createApp as Q9, provide as T0, inject as L0, nextTick as k0, Teleport as K9, onBeforeMount as J9, onUpdated as e5, withDirectives as t5, vShow as l5, defineAsyncComponent as _1, resolveComponent as o5 } from "vue";
|
|
2
2
|
import { ssrRenderAttrs as o2, ssrRenderClass as _2, ssrRenderStyle as z2, ssrRenderAttr as R2, ssrRenderSlot as j, ssrRenderVNode as b0, ssrGetDirectiveProps as G3, ssrRenderComponent as M, ssrInterpolate as Y, ssrRenderList as $2 } from "vue/server-renderer";
|
|
3
3
|
import { useDebounceFn as Q0, useTransition as o1, TransitionPresets as r1, useLocalStorage as X3, useSessionStorage as r5, useDraggable as n5, useTextareaAutosize as i5, useThrottleFn as Q3 } from "@vueuse/core";
|
|
4
|
-
import B2 from "dayjs";
|
|
5
|
-
import c5 from "dayjs/plugin/timezone.js";
|
|
6
|
-
import a5 from "dayjs/plugin/utc.js";
|
|
7
|
-
import C5 from "dayjs/plugin/customParseFormat.js";
|
|
8
|
-
import "dayjs/locale/en.js";
|
|
4
|
+
import B2 from "dayjs/esm/index.js";
|
|
5
|
+
import c5 from "dayjs/esm/plugin/timezone/index.js";
|
|
6
|
+
import a5 from "dayjs/esm/plugin/utc/index.js";
|
|
7
|
+
import C5 from "dayjs/esm/plugin/customParseFormat/index.js";
|
|
8
|
+
import "dayjs/esm/locale/en.js";
|
|
9
9
|
import s5 from "@vuepic/vue-datepicker";
|
|
10
10
|
import { sanitize as d5 } from "isomorphic-dompurify";
|
|
11
11
|
import u5 from "vue-3-slider-component";
|
|
@@ -1198,11 +1198,11 @@ c0.setup = (e, o) => {
|
|
|
1198
1198
|
};
|
|
1199
1199
|
const I1 = {
|
|
1200
1200
|
en: () => Promise.resolve(),
|
|
1201
|
-
es: () => import("dayjs/locale/es.js"),
|
|
1202
|
-
pt: () => import("dayjs/locale/pt.js"),
|
|
1203
|
-
th: () => import("dayjs/locale/th.js"),
|
|
1204
|
-
ru: () => import("dayjs/locale/ru.js"),
|
|
1205
|
-
vi: () => import("dayjs/locale/vi.js")
|
|
1201
|
+
es: () => import("dayjs/esm/locale/es.js"),
|
|
1202
|
+
pt: () => import("dayjs/esm/locale/pt.js"),
|
|
1203
|
+
th: () => import("dayjs/esm/locale/th.js"),
|
|
1204
|
+
ru: () => import("dayjs/esm/locale/ru.js"),
|
|
1205
|
+
vi: () => import("dayjs/esm/locale/vi.js")
|
|
1206
1206
|
};
|
|
1207
1207
|
B2.extend(c5);
|
|
1208
1208
|
B2.extend(a5);
|