x-essential-lib 0.7.17 → 0.7.19
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.js +22 -30
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(){"use strict";try{if(typeof document<"u"){var
|
|
1
|
+
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.id="x-essential-lib",e.appendChild(document.createTextNode('.x-cont[data-v-4fee730c]{position:absolute;top:0;left:0;bottom:0;right:0;display:flex;align-items:center;justify-content:center}.lds-spinner[data-v-4fee730c]{color:official;display:inline-block;position:relative;width:40px;height:40px}.lds-spinner div[data-v-4fee730c]{transform-origin:20px 20px;animation:lds-spinner-4fee730c 1.2s linear infinite}.lds-spinner div[data-v-4fee730c]:after{content:" ";display:block;position:absolute;top:3px;left:18px;width:2px;height:6px;border-radius:5%;background:#9e9e9e}.lds-spinner div[data-v-4fee730c]:nth-child(1){transform:rotate(0);animation-delay:-1.1s}.lds-spinner div[data-v-4fee730c]:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.lds-spinner div[data-v-4fee730c]:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.lds-spinner div[data-v-4fee730c]:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.lds-spinner div[data-v-4fee730c]:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.lds-spinner div[data-v-4fee730c]:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.lds-spinner div[data-v-4fee730c]:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.lds-spinner div[data-v-4fee730c]:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.lds-spinner div[data-v-4fee730c]:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.lds-spinner div[data-v-4fee730c]:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.lds-spinner div[data-v-4fee730c]:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.lds-spinner div[data-v-4fee730c]:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes lds-spinner-4fee730c{0%{opacity:1}to{opacity:0}}.x-item[data-v-d5cfe252]{width:600px}@media (max-width: 600px){.x-item[data-v-d5cfe252]{width:calc(100vw - 16px)}}.x-cont[data-v-8fd5d800]{position:absolute;left:50%;bottom:20px;transform:translate(-50%);z-index:9999}')),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
|
|
2
2
|
import { computed as y, provide as O, inject as I, ref as f, getCurrentScope as xe, onScopeDispose as be, unref as H, watchEffect as ke, getCurrentInstance as Ce, onMounted as T, watch as N, onBeforeUnmount as W, onBeforeMount as Le, defineComponent as B, resolveComponent as h, openBlock as C, createBlock as q, isRef as Y, withKeys as F, withModifiers as $, withCtx as w, createVNode as b, createTextVNode as V, toDisplayString as R, createElementBlock as Q, normalizeStyle as le, createElementVNode as m, createCommentVNode as P, Fragment as De, renderList as Me, useTemplateRef as Se } from "vue";
|
|
3
3
|
import { useI18n as ee } from "vue-i18n";
|
|
4
4
|
import { useTheme as ce, useDisplay as je } from "vuetify";
|
|
@@ -661,41 +661,33 @@ const dt = /* @__PURE__ */ B({
|
|
|
661
661
|
background: t.value,
|
|
662
662
|
zIndex: e.zIndex
|
|
663
663
|
}));
|
|
664
|
-
return (o, n) => {
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
m("div"),
|
|
685
|
-
m("div")
|
|
686
|
-
], -1)
|
|
687
|
-
]), 4)) : P("", !0)
|
|
688
|
-
]),
|
|
689
|
-
_: 1
|
|
690
|
-
});
|
|
691
|
-
};
|
|
664
|
+
return (o, n) => o.open ? (C(), Q("div", {
|
|
665
|
+
key: 0,
|
|
666
|
+
class: "x-cont",
|
|
667
|
+
style: le(a.value)
|
|
668
|
+
}, n[0] || (n[0] = [
|
|
669
|
+
m("div", { class: "lds-spinner" }, [
|
|
670
|
+
m("div"),
|
|
671
|
+
m("div"),
|
|
672
|
+
m("div"),
|
|
673
|
+
m("div"),
|
|
674
|
+
m("div"),
|
|
675
|
+
m("div"),
|
|
676
|
+
m("div"),
|
|
677
|
+
m("div"),
|
|
678
|
+
m("div"),
|
|
679
|
+
m("div"),
|
|
680
|
+
m("div"),
|
|
681
|
+
m("div")
|
|
682
|
+
], -1)
|
|
683
|
+
]), 4)) : P("", !0);
|
|
692
684
|
}
|
|
693
685
|
}), oe = (e, t) => {
|
|
694
686
|
const a = e.__vccOpts || e;
|
|
695
687
|
for (const [o, n] of t)
|
|
696
688
|
a[o] = n;
|
|
697
689
|
return a;
|
|
698
|
-
}, gt = /* @__PURE__ */ oe(ft, [["__scopeId", "data-v-
|
|
690
|
+
}, gt = /* @__PURE__ */ oe(ft, [["__scopeId", "data-v-4fee730c"]]);
|
|
699
691
|
var vt = "M13,13H11V7H13M13,17H11V15H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z", mt = "M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z", ht = "M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z", wt = "M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z", yt = "M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z";
|
|
700
692
|
const xt = /* @__PURE__ */ B({
|
|
701
693
|
__name: "item",
|