ire-preview 3.1.5 → 3.1.6
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, normalizeStyle, unref, renderSlot, createVNode, Transition, withCtx, createCommentVNode, createElementVNode, toDisplayString, Fragment, 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
|
|
@@ -298,16 +298,11 @@ 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
|
-
|
|
306
|
-
style: normalizeStyle(unref(ke))
|
|
307
|
-
}, [
|
|
308
|
-
renderSlot($e.$slots, "default")
|
|
309
|
-
], 4)
|
|
310
|
-
], 64));
|
|
301
|
+
return ($e, Be) => (openBlock(), createElementBlock("div", {
|
|
302
|
+
style: normalizeStyle(unref(ke))
|
|
303
|
+
}, [
|
|
304
|
+
renderSlot($e.$slots, "default")
|
|
305
|
+
], 4));
|
|
311
306
|
}
|
|
312
307
|
});
|
|
313
308
|
/**
|
|
@@ -4,10 +4,10 @@ declare function __VLS_template(): {
|
|
|
4
4
|
default?(_: {}): any;
|
|
5
5
|
};
|
|
6
6
|
refs: {};
|
|
7
|
-
rootEl:
|
|
7
|
+
rootEl: HTMLDivElement;
|
|
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, {}, HTMLDivElement>;
|
|
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
|
+
}, HTMLDivElement>;
|
|
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, {}, HTMLDivElement>;
|
|
6
6
|
export default _default;
|