ire-preview 3.1.4 → 3.1.5
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/lib.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { toRaw, computed as computed$1, isRef, isReactive, toRef, hasInjectionContext, inject, effectScope, ref, markRaw, reactive, getCurrentScope, onScopeDispose, watch, nextTick, toRefs, defineComponent, createElementBlock, openBlock,
|
|
1
|
+
import { toRaw, computed as computed$1, isRef, isReactive, toRef, hasInjectionContext, inject, effectScope, ref, markRaw, reactive, getCurrentScope, onScopeDispose, watch, nextTick, toRefs, defineComponent, createElementBlock, openBlock, Fragment, createElementVNode, toDisplayString, unref, normalizeStyle, renderSlot, createVNode, Transition, withCtx, createCommentVNode, createTextVNode, normalizeClass, createBlock, onMounted, onUnmounted, mergeModels, useModel, withDirectives, renderList, vModelSelect, createStaticVNode, onUpdated, provide, onBeforeUnmount, h as h$1, onBeforeUpdate, vModelDynamic, withModifiers, Teleport, pushScopeId, popScopeId, withScopeId, resolveComponent } from "vue";
|
|
2
2
|
import { s as setInnerHTML, d as defaults, S as Swiper$1, e as elementChildren, c as createElement, m as makeElementsArray, a as axios } from "./vendor-CD-eu39L.js";
|
|
3
3
|
/*!
|
|
4
4
|
* pinia v3.0.3
|
|
@@ -274,7 +274,7 @@ const useGlobalStore = /* @__PURE__ */ defineStore("global", () => {
|
|
|
274
274
|
},
|
|
275
275
|
() => {
|
|
276
276
|
const Qe = Be("path_color"), ei = Be("path_hover_color"), Je = Be("reserved_color"), Ze = Be("sold_color"), ti = Be("stroke_color"), ii = Be("primary_color"), oi = Be("stroke_width"), ni = Be("border_radius");
|
|
277
|
-
Qe && (Re.path = Qe.toString()), ei && (Re.path_hover = ei.toString()), Je && (Re.reserved = Je.toString()), Ze && (Re.sold = Ze.toString()), ti && (Re.stroke_color = ti.toString()), ti && (Re.stroke_color = ti.toString()), ii && (Re.primary_color = ii.toString()), Re.stroke_width = Number(oi) ||
|
|
277
|
+
Qe && (Re.path = Qe.toString()), ei && (Re.path_hover = ei.toString()), Je && (Re.reserved = Je.toString()), Ze && (Re.sold = Ze.toString()), ti && (Re.stroke_color = ti.toString()), ti && (Re.stroke_color = ti.toString()), ii && (Re.primary_color = ii.toString()), Re.stroke_width = Number(oi) || 1, Re.border_radius = Number(ni) || 0;
|
|
278
278
|
},
|
|
279
279
|
{ deep: !0 }
|
|
280
280
|
), {
|
|
@@ -298,11 +298,16 @@ const useGlobalStore = /* @__PURE__ */ defineStore("global", () => {
|
|
|
298
298
|
__name: "ShortcodeWrapper",
|
|
299
299
|
setup(Ne) {
|
|
300
300
|
const _e = useGlobalStore(), { cssVariables: ke } = storeToRefs(_e);
|
|
301
|
-
return ($e, Be) => (openBlock(), createElementBlock(
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
301
|
+
return ($e, Be) => (openBlock(), createElementBlock(Fragment, null, [
|
|
302
|
+
createElementVNode("pre", null, `
|
|
303
|
+
` + toDisplayString(unref(ke)) + `
|
|
304
|
+
`, 1),
|
|
305
|
+
createElementVNode("div", {
|
|
306
|
+
style: normalizeStyle(unref(ke))
|
|
307
|
+
}, [
|
|
308
|
+
renderSlot($e.$slots, "default")
|
|
309
|
+
], 4)
|
|
310
|
+
], 64));
|
|
306
311
|
}
|
|
307
312
|
});
|
|
308
313
|
/**
|
|
@@ -4,10 +4,10 @@ declare function __VLS_template(): {
|
|
|
4
4
|
default?(_: {}): any;
|
|
5
5
|
};
|
|
6
6
|
refs: {};
|
|
7
|
-
rootEl:
|
|
7
|
+
rootEl: any;
|
|
8
8
|
};
|
|
9
9
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
10
|
-
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {},
|
|
10
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
11
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
12
12
|
export default _default;
|
|
13
13
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -6,5 +6,5 @@ type __VLS_Props = {
|
|
|
6
6
|
};
|
|
7
7
|
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
8
8
|
flatsContainer: HTMLDivElement;
|
|
9
|
-
},
|
|
9
|
+
}, any>;
|
|
10
10
|
export default _default;
|
|
@@ -2,5 +2,5 @@ type __VLS_Props = {
|
|
|
2
2
|
data: any;
|
|
3
3
|
irePlugin: IrePlagin;
|
|
4
4
|
};
|
|
5
|
-
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
5
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
6
6
|
export default _default;
|