@reinosoft-ui/core 0.1.36 → 0.1.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/reinosoft-ui.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as S, ref as m, computed as V, watch as X, onMounted as ae, createElementBlock as f, openBlock as v, normalizeStyle as ye, normalizeClass as le, renderSlot as Y, createCommentVNode as O, withDirectives as we, createElementVNode as w, vShow as qe, mergeProps as Ce, mergeModels as Q, useModel as fe, withKeys as ve, withModifiers as ne, onUnmounted as be, Fragment as te, unref as D, toDisplayString as P, renderList as ue, createBlock as J, Transition as $e, withCtx as G, nextTick as Me, useId as ce, provide as ge, createVNode as U, createTextVNode as me, onBeforeUnmount as Ie, Teleport as He, resolveDynamicComponent as Ve, useAttrs as Ne, inject as ie, h as K, useSlots as Fe, resolveComponent as
|
|
2
|
-
import { routerKey as
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as S, ref as m, computed as V, watch as X, onMounted as ae, createElementBlock as f, openBlock as v, normalizeStyle as ye, normalizeClass as le, renderSlot as Y, createCommentVNode as O, withDirectives as we, createElementVNode as w, vShow as qe, mergeProps as Ce, mergeModels as Q, useModel as fe, withKeys as ve, withModifiers as ne, onUnmounted as be, Fragment as te, unref as D, toDisplayString as P, renderList as ue, createBlock as J, Transition as $e, withCtx as G, nextTick as Me, useId as ce, provide as ge, createVNode as U, createTextVNode as me, onBeforeUnmount as Ie, Teleport as He, resolveDynamicComponent as Ve, useAttrs as Ne, inject as ie, h as K, useSlots as Fe, resolveComponent as h1, vModelRadio as y1, vModelDynamic as g1, reactive as r1, TransitionGroup as b1, createApp as k1, shallowRef as w1, vModelText as Ae } from "vue";
|
|
2
|
+
import { routerKey as M1 } from "vue-router";
|
|
3
|
+
const x1 = ["aria-busy"], L1 = ["aria-label"], $1 = ["src", "srcset", "sizes", "alt", "aria-hidden", "loading", "decoding"], V1 = /* @__PURE__ */ S({
|
|
4
4
|
__name: "Image",
|
|
5
5
|
props: {
|
|
6
6
|
src: {},
|
|
@@ -52,7 +52,7 @@ const L1 = ["aria-busy"], $1 = ["aria-label"], V1 = ["src", "srcset", "sizes", "
|
|
|
52
52
|
class: "ui-image__fallback",
|
|
53
53
|
role: "img",
|
|
54
54
|
"aria-label": e.decorative ? void 0 : e.alt
|
|
55
|
-
}, "Image not available", 8,
|
|
55
|
+
}, "Image not available", 8, L1)
|
|
56
56
|
], !0) : O("", !0),
|
|
57
57
|
we(w("img", {
|
|
58
58
|
ref_key: "imgRef",
|
|
@@ -67,21 +67,21 @@ const L1 = ["aria-busy"], $1 = ["aria-label"], V1 = ["src", "srcset", "sizes", "
|
|
|
67
67
|
decoding: e.decoding,
|
|
68
68
|
onLoad: r,
|
|
69
69
|
onError: c
|
|
70
|
-
}, null, 40,
|
|
70
|
+
}, null, 40, $1), [
|
|
71
71
|
[qe, i.value !== "error"]
|
|
72
72
|
])
|
|
73
|
-
], 14,
|
|
73
|
+
], 14, x1));
|
|
74
74
|
}
|
|
75
75
|
}), j = (e, o) => {
|
|
76
76
|
const t = e.__vccOpts || e;
|
|
77
77
|
for (const [a, l] of o)
|
|
78
78
|
t[a] = l;
|
|
79
79
|
return t;
|
|
80
|
-
}, Le = /* @__PURE__ */ j(
|
|
80
|
+
}, Le = /* @__PURE__ */ j(V1, [["__scopeId", "data-v-4c5a40da"]]);
|
|
81
81
|
Le.install = (e) => {
|
|
82
82
|
e.component("Image", Le);
|
|
83
83
|
};
|
|
84
|
-
const
|
|
84
|
+
const I1 = /* @__PURE__ */ S({
|
|
85
85
|
__name: "Button",
|
|
86
86
|
setup(e, { expose: o }) {
|
|
87
87
|
const t = m();
|
|
@@ -96,11 +96,11 @@ const H1 = /* @__PURE__ */ S({
|
|
|
96
96
|
Y(a.$slots, "default", {}, void 0, !0)
|
|
97
97
|
], 16));
|
|
98
98
|
}
|
|
99
|
-
}), he = /* @__PURE__ */ j(
|
|
99
|
+
}), he = /* @__PURE__ */ j(I1, [["__scopeId", "data-v-b46162b4"]]);
|
|
100
100
|
he.install = (e) => {
|
|
101
101
|
e.component("Button", he);
|
|
102
102
|
};
|
|
103
|
-
const
|
|
103
|
+
const H1 = ["id", "aria-checked", "aria-disabled", "disabled", "onKeydown"], B1 = /* @__PURE__ */ S({
|
|
104
104
|
__name: "Toggle",
|
|
105
105
|
props: /* @__PURE__ */ Q({
|
|
106
106
|
id: {},
|
|
@@ -133,9 +133,9 @@ const B1 = ["id", "aria-checked", "aria-disabled", "disabled", "onKeydown"], _1
|
|
|
133
133
|
w("span", { class: "ui-toggle__track" }, [
|
|
134
134
|
w("span", { class: "ui-toggle__thumb" })
|
|
135
135
|
], -1)
|
|
136
|
-
])], 42,
|
|
136
|
+
])], 42, H1));
|
|
137
137
|
}
|
|
138
|
-
}), Ye = /* @__PURE__ */ j(
|
|
138
|
+
}), Ye = /* @__PURE__ */ j(B1, [["__scopeId", "data-v-d2681823"]]);
|
|
139
139
|
Ye.install = (e) => {
|
|
140
140
|
e.component("Toggle", Ye);
|
|
141
141
|
};
|
|
@@ -145,31 +145,31 @@ const s1 = (e) => {
|
|
|
145
145
|
e = e.parentNode;
|
|
146
146
|
}
|
|
147
147
|
return null;
|
|
148
|
-
},
|
|
148
|
+
}, _1 = (e, o, t) => {
|
|
149
149
|
for (; e && e !== t; ) {
|
|
150
150
|
if (e instanceof HTMLElement && e.tagName.toLowerCase() === o) return e;
|
|
151
151
|
e = e.parentNode;
|
|
152
152
|
}
|
|
153
153
|
return null;
|
|
154
|
-
},
|
|
154
|
+
}, D1 = (e) => e.replaceWith(...Array.from(e.childNodes)), R1 = (e = "p") => {
|
|
155
155
|
const o = document.createElement(e);
|
|
156
156
|
return o.dataset.block = "", o.innerHTML = "<br>", o;
|
|
157
157
|
}, We = (e) => {
|
|
158
158
|
const o = document.createRange(), t = window.getSelection();
|
|
159
159
|
o.selectNodeContents(e), o.collapse(!0), t?.removeAllRanges(), t?.addRange(o);
|
|
160
|
-
},
|
|
160
|
+
}, A1 = (e, o) => {
|
|
161
161
|
if (e.shiftKey) {
|
|
162
|
-
|
|
162
|
+
T1();
|
|
163
163
|
return;
|
|
164
164
|
}
|
|
165
|
-
|
|
166
|
-
},
|
|
165
|
+
S1(e, o);
|
|
166
|
+
}, S1 = (e, o) => {
|
|
167
167
|
e.preventDefault();
|
|
168
168
|
const t = window.getSelection();
|
|
169
169
|
if (!t || t.rangeCount === 0) return;
|
|
170
170
|
const a = t.getRangeAt(0), l = s1(a.startContainer);
|
|
171
171
|
if (!l) return;
|
|
172
|
-
const i =
|
|
172
|
+
const i = R1("p");
|
|
173
173
|
document.createRange().selectNodeContents(l);
|
|
174
174
|
const r = a.cloneRange(), c = document.createRange();
|
|
175
175
|
c.selectNodeContents(l), c.setEnd(r.startContainer, r.startOffset);
|
|
@@ -179,7 +179,7 @@ const s1 = (e) => {
|
|
|
179
179
|
l.innerHTML = "", l.appendChild(u), l.innerHTML === "" && (l.innerHTML = "<br>"), i.innerHTML = "", i.appendChild(g), i.innerHTML === "" && (i.innerHTML = "<br>"), l.after(i);
|
|
180
180
|
const k = document.createRange();
|
|
181
181
|
k.setStart(i, 0), k.collapse(!0), t.removeAllRanges(), t.addRange(k), o?.normalize();
|
|
182
|
-
},
|
|
182
|
+
}, T1 = () => {
|
|
183
183
|
const e = window.getSelection();
|
|
184
184
|
if (!e || e.rangeCount === 0) return;
|
|
185
185
|
const o = e.getRangeAt(0), t = document.createElement("br");
|
|
@@ -194,11 +194,11 @@ const s1 = (e) => {
|
|
|
194
194
|
a.innerHTML = "<br>", We(a);
|
|
195
195
|
return;
|
|
196
196
|
}
|
|
197
|
-
s && s.dataset.block !== void 0 ? (a.remove(),
|
|
198
|
-
},
|
|
197
|
+
s && s.dataset.block !== void 0 ? (a.remove(), Z1(s)) : i && i.dataset.block !== void 0 && (a.remove(), We(i));
|
|
198
|
+
}, Z1 = (e) => {
|
|
199
199
|
const o = document.createRange(), t = window.getSelection();
|
|
200
200
|
o.selectNodeContents(e), o.collapse(!1), t?.removeAllRanges(), t?.addRange(o);
|
|
201
|
-
},
|
|
201
|
+
}, E1 = (e, o) => {
|
|
202
202
|
const t = m(null), a = o?.buttons ?? [];
|
|
203
203
|
let l = m(null);
|
|
204
204
|
const s = () => {
|
|
@@ -219,9 +219,9 @@ const s1 = (e) => {
|
|
|
219
219
|
if (L === E) return;
|
|
220
220
|
let W;
|
|
221
221
|
L === 0 && E === M.textContent.length ? W = M : (W = M.splitText(L), E - L < W.textContent.length && W.splitText(E - L));
|
|
222
|
-
const ee =
|
|
222
|
+
const ee = _1(W, y, A);
|
|
223
223
|
if (ee)
|
|
224
|
-
|
|
224
|
+
D1(ee), q.push(W);
|
|
225
225
|
else {
|
|
226
226
|
const re = document.createElement(y);
|
|
227
227
|
W.replaceWith(re), re.appendChild(W), q.push(W);
|
|
@@ -369,12 +369,12 @@ const s1 = (e) => {
|
|
|
369
369
|
buttons: a,
|
|
370
370
|
announce: R
|
|
371
371
|
};
|
|
372
|
-
},
|
|
372
|
+
}, z1 = ["id", "aria-label"], O1 = {
|
|
373
373
|
id: "editor-status",
|
|
374
374
|
class: "sr-only",
|
|
375
375
|
"aria-live": "polite",
|
|
376
376
|
"aria-atomic": "true"
|
|
377
|
-
},
|
|
377
|
+
}, q1 = /* @__PURE__ */ S({
|
|
378
378
|
__name: "EditorContent",
|
|
379
379
|
props: {
|
|
380
380
|
editor: {},
|
|
@@ -418,7 +418,7 @@ const s1 = (e) => {
|
|
|
418
418
|
"aria-describedby": "editor-help editor-status",
|
|
419
419
|
onKeydown: [
|
|
420
420
|
s,
|
|
421
|
-
r[0] || (r[0] = ve((c) => D(
|
|
421
|
+
r[0] || (r[0] = ve((c) => D(A1)(c, e.editor), ["enter"])),
|
|
422
422
|
r[1] || (r[1] = ve(
|
|
423
423
|
//@ts-ignore
|
|
424
424
|
(...c) => D(Xe) && D(Xe)(...c),
|
|
@@ -431,15 +431,15 @@ const s1 = (e) => {
|
|
|
431
431
|
(...c) => e.editor?.saveSelection && e.editor?.saveSelection(...c))
|
|
432
432
|
}, [...r[4] || (r[4] = [
|
|
433
433
|
w("p", { "data-block": "" }, "Write here...", -1)
|
|
434
|
-
])], 40,
|
|
435
|
-
w("div",
|
|
434
|
+
])], 40, z1),
|
|
435
|
+
w("div", O1, P(a.value), 1),
|
|
436
436
|
r[5] || (r[5] = w("p", {
|
|
437
437
|
id: "editor-help",
|
|
438
438
|
class: "sr-only"
|
|
439
439
|
}, " Use Ctrl+B for bold, Ctrl+I for italic, Alt+Ctrl+1 for heading level 1. ", -1))
|
|
440
440
|
], 64));
|
|
441
441
|
}
|
|
442
|
-
}),
|
|
442
|
+
}), N1 = /* @__PURE__ */ j(q1, [["__scopeId", "data-v-445744be"]]), F1 = {
|
|
443
443
|
viewBox: "0 0 512 512",
|
|
444
444
|
paths: [
|
|
445
445
|
{
|
|
@@ -449,7 +449,7 @@ const s1 = (e) => {
|
|
|
449
449
|
transform: "translate(5,0)"
|
|
450
450
|
}
|
|
451
451
|
]
|
|
452
|
-
},
|
|
452
|
+
}, P1 = {
|
|
453
453
|
viewBox: "0 0 24 24",
|
|
454
454
|
paths: [
|
|
455
455
|
{
|
|
@@ -461,7 +461,7 @@ const s1 = (e) => {
|
|
|
461
461
|
"stroke-linecap": "round"
|
|
462
462
|
}
|
|
463
463
|
]
|
|
464
|
-
},
|
|
464
|
+
}, K1 = {
|
|
465
465
|
viewBox: "0 0 24 24",
|
|
466
466
|
paths: [
|
|
467
467
|
{
|
|
@@ -481,7 +481,7 @@ const s1 = (e) => {
|
|
|
481
481
|
"stroke-width": 2
|
|
482
482
|
}
|
|
483
483
|
]
|
|
484
|
-
},
|
|
484
|
+
}, U1 = {
|
|
485
485
|
viewBox: "0 0 24 24",
|
|
486
486
|
paths: [
|
|
487
487
|
{
|
|
@@ -506,7 +506,7 @@ const s1 = (e) => {
|
|
|
506
506
|
"stroke-width": 2
|
|
507
507
|
}
|
|
508
508
|
]
|
|
509
|
-
},
|
|
509
|
+
}, j1 = {
|
|
510
510
|
viewBox: "0 0 24 24",
|
|
511
511
|
paths: [
|
|
512
512
|
{
|
|
@@ -518,7 +518,7 @@ const s1 = (e) => {
|
|
|
518
518
|
"stroke-linejoin": "round"
|
|
519
519
|
}
|
|
520
520
|
]
|
|
521
|
-
},
|
|
521
|
+
}, Y1 = {
|
|
522
522
|
viewBox: "0 0 24 24",
|
|
523
523
|
paths: [
|
|
524
524
|
{
|
|
@@ -528,7 +528,7 @@ const s1 = (e) => {
|
|
|
528
528
|
"stroke-width": 2
|
|
529
529
|
}
|
|
530
530
|
]
|
|
531
|
-
},
|
|
531
|
+
}, W1 = {
|
|
532
532
|
viewBox: "0 0 24 24",
|
|
533
533
|
paths: [
|
|
534
534
|
{
|
|
@@ -540,7 +540,7 @@ const s1 = (e) => {
|
|
|
540
540
|
"stroke-linejoin": "round"
|
|
541
541
|
}
|
|
542
542
|
]
|
|
543
|
-
},
|
|
543
|
+
}, X1 = {
|
|
544
544
|
viewBox: "0 0 24 24",
|
|
545
545
|
paths: [
|
|
546
546
|
{
|
|
@@ -556,7 +556,7 @@ const s1 = (e) => {
|
|
|
556
556
|
"stroke-width": 2
|
|
557
557
|
}
|
|
558
558
|
]
|
|
559
|
-
},
|
|
559
|
+
}, G1 = {
|
|
560
560
|
viewBox: "0 0 24 24",
|
|
561
561
|
paths: [
|
|
562
562
|
{
|
|
@@ -587,7 +587,7 @@ const s1 = (e) => {
|
|
|
587
587
|
"stroke-width": 2
|
|
588
588
|
}
|
|
589
589
|
]
|
|
590
|
-
},
|
|
590
|
+
}, J1 = {
|
|
591
591
|
viewBox: "0 0 24 24",
|
|
592
592
|
paths: [
|
|
593
593
|
{
|
|
@@ -599,7 +599,7 @@ const s1 = (e) => {
|
|
|
599
599
|
"stroke-linecap": "round"
|
|
600
600
|
}
|
|
601
601
|
]
|
|
602
|
-
},
|
|
602
|
+
}, Q1 = {
|
|
603
603
|
viewBox: "0 0 24 24",
|
|
604
604
|
paths: [
|
|
605
605
|
{
|
|
@@ -611,7 +611,7 @@ const s1 = (e) => {
|
|
|
611
611
|
"stroke-linecap": "round"
|
|
612
612
|
}
|
|
613
613
|
]
|
|
614
|
-
},
|
|
614
|
+
}, et = {
|
|
615
615
|
viewBox: "0 0 24 24",
|
|
616
616
|
paths: [
|
|
617
617
|
{
|
|
@@ -624,7 +624,7 @@ const s1 = (e) => {
|
|
|
624
624
|
"stroke-linejoin": "round"
|
|
625
625
|
}
|
|
626
626
|
]
|
|
627
|
-
},
|
|
627
|
+
}, tt = {
|
|
628
628
|
viewBox: "0 0 24 24",
|
|
629
629
|
paths: [
|
|
630
630
|
{
|
|
@@ -640,7 +640,7 @@ const s1 = (e) => {
|
|
|
640
640
|
fill: "currentColor"
|
|
641
641
|
}
|
|
642
642
|
]
|
|
643
|
-
},
|
|
643
|
+
}, at = {
|
|
644
644
|
viewBox: "0 0 24 24",
|
|
645
645
|
paths: [
|
|
646
646
|
{
|
|
@@ -649,7 +649,7 @@ const s1 = (e) => {
|
|
|
649
649
|
fill: "currentColor"
|
|
650
650
|
}
|
|
651
651
|
]
|
|
652
|
-
},
|
|
652
|
+
}, ot = {
|
|
653
653
|
viewBox: "0 0 24 24",
|
|
654
654
|
paths: [
|
|
655
655
|
{
|
|
@@ -658,7 +658,7 @@ const s1 = (e) => {
|
|
|
658
658
|
fill: "currentColor"
|
|
659
659
|
}
|
|
660
660
|
]
|
|
661
|
-
},
|
|
661
|
+
}, nt = {
|
|
662
662
|
viewBox: "0 0 24 24",
|
|
663
663
|
paths: [
|
|
664
664
|
{
|
|
@@ -667,7 +667,7 @@ const s1 = (e) => {
|
|
|
667
667
|
fill: "currentColor"
|
|
668
668
|
}
|
|
669
669
|
]
|
|
670
|
-
},
|
|
670
|
+
}, lt = {
|
|
671
671
|
viewBox: "0 0 24 24",
|
|
672
672
|
paths: [
|
|
673
673
|
{
|
|
@@ -676,7 +676,7 @@ const s1 = (e) => {
|
|
|
676
676
|
fill: "currentColor"
|
|
677
677
|
}
|
|
678
678
|
]
|
|
679
|
-
},
|
|
679
|
+
}, rt = {
|
|
680
680
|
viewBox: "0 0 24 24",
|
|
681
681
|
paths: [
|
|
682
682
|
{
|
|
@@ -698,7 +698,7 @@ const s1 = (e) => {
|
|
|
698
698
|
fill: "currentColor"
|
|
699
699
|
}
|
|
700
700
|
]
|
|
701
|
-
},
|
|
701
|
+
}, st = {
|
|
702
702
|
viewBox: "0 0 24 24",
|
|
703
703
|
paths: [
|
|
704
704
|
{
|
|
@@ -711,7 +711,7 @@ const s1 = (e) => {
|
|
|
711
711
|
"stroke-linejoin": "round"
|
|
712
712
|
}
|
|
713
713
|
]
|
|
714
|
-
},
|
|
714
|
+
}, it = {
|
|
715
715
|
viewBox: "0 0 24 24",
|
|
716
716
|
paths: [
|
|
717
717
|
{
|
|
@@ -720,7 +720,7 @@ const s1 = (e) => {
|
|
|
720
720
|
fill: "currentColor"
|
|
721
721
|
}
|
|
722
722
|
]
|
|
723
|
-
},
|
|
723
|
+
}, ut = {
|
|
724
724
|
viewBox: "0 0 24 24",
|
|
725
725
|
paths: [
|
|
726
726
|
{
|
|
@@ -744,7 +744,7 @@ const s1 = (e) => {
|
|
|
744
744
|
"stroke-width": 2
|
|
745
745
|
}
|
|
746
746
|
]
|
|
747
|
-
},
|
|
747
|
+
}, ct = {
|
|
748
748
|
viewBox: "0 0 24 24",
|
|
749
749
|
paths: [
|
|
750
750
|
{
|
|
@@ -778,7 +778,7 @@ const s1 = (e) => {
|
|
|
778
778
|
fill: "currentColor"
|
|
779
779
|
}
|
|
780
780
|
]
|
|
781
|
-
},
|
|
781
|
+
}, dt = {
|
|
782
782
|
viewBox: "0 0 24 24",
|
|
783
783
|
paths: [
|
|
784
784
|
{
|
|
@@ -818,7 +818,7 @@ const s1 = (e) => {
|
|
|
818
818
|
fill: "currentColor"
|
|
819
819
|
}
|
|
820
820
|
]
|
|
821
|
-
},
|
|
821
|
+
}, vt = {
|
|
822
822
|
viewBox: "0 0 24 24",
|
|
823
823
|
paths: [
|
|
824
824
|
{
|
|
@@ -831,7 +831,7 @@ const s1 = (e) => {
|
|
|
831
831
|
"stroke-linejoin": "round"
|
|
832
832
|
}
|
|
833
833
|
]
|
|
834
|
-
},
|
|
834
|
+
}, ft = {
|
|
835
835
|
viewBox: "0 0 24 24",
|
|
836
836
|
paths: [
|
|
837
837
|
{
|
|
@@ -840,7 +840,7 @@ const s1 = (e) => {
|
|
|
840
840
|
fill: "currentColor"
|
|
841
841
|
}
|
|
842
842
|
]
|
|
843
|
-
},
|
|
843
|
+
}, pt = {
|
|
844
844
|
viewBox: "0 0 24 24",
|
|
845
845
|
paths: [
|
|
846
846
|
{
|
|
@@ -866,7 +866,7 @@ const s1 = (e) => {
|
|
|
866
866
|
"stroke-width": 2
|
|
867
867
|
}
|
|
868
868
|
]
|
|
869
|
-
},
|
|
869
|
+
}, Ct = {
|
|
870
870
|
viewBox: "0 0 24 24",
|
|
871
871
|
paths: [
|
|
872
872
|
{
|
|
@@ -879,7 +879,7 @@ const s1 = (e) => {
|
|
|
879
879
|
"stroke-linejoin": "round"
|
|
880
880
|
}
|
|
881
881
|
]
|
|
882
|
-
},
|
|
882
|
+
}, mt = {
|
|
883
883
|
viewBox: "0 0 24 24",
|
|
884
884
|
paths: [
|
|
885
885
|
{
|
|
@@ -901,7 +901,7 @@ const s1 = (e) => {
|
|
|
901
901
|
fill: "currentColor"
|
|
902
902
|
}
|
|
903
903
|
]
|
|
904
|
-
},
|
|
904
|
+
}, ht = {
|
|
905
905
|
viewBox: "0 0 24 24",
|
|
906
906
|
paths: [
|
|
907
907
|
{
|
|
@@ -911,7 +911,7 @@ const s1 = (e) => {
|
|
|
911
911
|
"stroke-width": 2
|
|
912
912
|
}
|
|
913
913
|
]
|
|
914
|
-
},
|
|
914
|
+
}, yt = {
|
|
915
915
|
viewBox: "0 0 24 24",
|
|
916
916
|
paths: [
|
|
917
917
|
{
|
|
@@ -957,7 +957,7 @@ const s1 = (e) => {
|
|
|
957
957
|
"stroke-width": 2
|
|
958
958
|
}
|
|
959
959
|
]
|
|
960
|
-
},
|
|
960
|
+
}, gt = {
|
|
961
961
|
viewBox: "0 0 24 24",
|
|
962
962
|
paths: [
|
|
963
963
|
{
|
|
@@ -967,7 +967,7 @@ const s1 = (e) => {
|
|
|
967
967
|
"stroke-width": 2
|
|
968
968
|
}
|
|
969
969
|
]
|
|
970
|
-
},
|
|
970
|
+
}, bt = {
|
|
971
971
|
viewBox: "0 0 24 24",
|
|
972
972
|
paths: [
|
|
973
973
|
{
|
|
@@ -976,7 +976,7 @@ const s1 = (e) => {
|
|
|
976
976
|
fill: "currentColor"
|
|
977
977
|
}
|
|
978
978
|
]
|
|
979
|
-
},
|
|
979
|
+
}, kt = {
|
|
980
980
|
viewBox: "0 0 512 512",
|
|
981
981
|
paths: [
|
|
982
982
|
{
|
|
@@ -1004,7 +1004,7 @@ const s1 = (e) => {
|
|
|
1004
1004
|
transform: "translate(189.5458984375,309.93798828125)"
|
|
1005
1005
|
}
|
|
1006
1006
|
]
|
|
1007
|
-
},
|
|
1007
|
+
}, wt = {
|
|
1008
1008
|
viewBox: "0 0 24 24",
|
|
1009
1009
|
paths: [
|
|
1010
1010
|
{
|
|
@@ -1013,7 +1013,7 @@ const s1 = (e) => {
|
|
|
1013
1013
|
fill: "currentColor"
|
|
1014
1014
|
}
|
|
1015
1015
|
]
|
|
1016
|
-
},
|
|
1016
|
+
}, Mt = {
|
|
1017
1017
|
viewBox: "0 0 24 24",
|
|
1018
1018
|
paths: [
|
|
1019
1019
|
{
|
|
@@ -1057,7 +1057,7 @@ const s1 = (e) => {
|
|
|
1057
1057
|
"stroke-width": 2
|
|
1058
1058
|
}
|
|
1059
1059
|
]
|
|
1060
|
-
},
|
|
1060
|
+
}, xt = {
|
|
1061
1061
|
viewBox: "0 0 24 24",
|
|
1062
1062
|
paths: [
|
|
1063
1063
|
{
|
|
@@ -1068,7 +1068,7 @@ const s1 = (e) => {
|
|
|
1068
1068
|
"stroke-width": 2
|
|
1069
1069
|
}
|
|
1070
1070
|
]
|
|
1071
|
-
},
|
|
1071
|
+
}, Lt = {
|
|
1072
1072
|
viewBox: "0 0 24 24",
|
|
1073
1073
|
paths: [
|
|
1074
1074
|
{
|
|
@@ -1082,7 +1082,7 @@ const s1 = (e) => {
|
|
|
1082
1082
|
fill: "currentColor"
|
|
1083
1083
|
}
|
|
1084
1084
|
]
|
|
1085
|
-
},
|
|
1085
|
+
}, $t = {
|
|
1086
1086
|
viewBox: "0 0 24 24",
|
|
1087
1087
|
paths: [
|
|
1088
1088
|
{
|
|
@@ -1091,7 +1091,7 @@ const s1 = (e) => {
|
|
|
1091
1091
|
fill: "currentColor"
|
|
1092
1092
|
}
|
|
1093
1093
|
]
|
|
1094
|
-
},
|
|
1094
|
+
}, Vt = {
|
|
1095
1095
|
viewBox: "0 0 24 24",
|
|
1096
1096
|
paths: [
|
|
1097
1097
|
{
|
|
@@ -1100,7 +1100,7 @@ const s1 = (e) => {
|
|
|
1100
1100
|
fill: "currentColor"
|
|
1101
1101
|
}
|
|
1102
1102
|
]
|
|
1103
|
-
},
|
|
1103
|
+
}, It = {
|
|
1104
1104
|
viewBox: "0 0 24 24",
|
|
1105
1105
|
transform: "matrix(-1,0,0,1,0,0)",
|
|
1106
1106
|
paths: [
|
|
@@ -1127,7 +1127,7 @@ const s1 = (e) => {
|
|
|
1127
1127
|
"stroke-width": 2
|
|
1128
1128
|
}
|
|
1129
1129
|
]
|
|
1130
|
-
},
|
|
1130
|
+
}, Ht = {
|
|
1131
1131
|
viewBox: "0 0 24 24",
|
|
1132
1132
|
paths: [
|
|
1133
1133
|
{
|
|
@@ -1139,7 +1139,7 @@ const s1 = (e) => {
|
|
|
1139
1139
|
"stroke-linecap": "round"
|
|
1140
1140
|
}
|
|
1141
1141
|
]
|
|
1142
|
-
},
|
|
1142
|
+
}, Bt = {
|
|
1143
1143
|
viewBox: "0 0 24 24",
|
|
1144
1144
|
paths: [
|
|
1145
1145
|
{
|
|
@@ -1148,7 +1148,7 @@ const s1 = (e) => {
|
|
|
1148
1148
|
fill: "currentColor"
|
|
1149
1149
|
}
|
|
1150
1150
|
]
|
|
1151
|
-
},
|
|
1151
|
+
}, _t = {
|
|
1152
1152
|
viewBox: "0 0 24 24",
|
|
1153
1153
|
paths: [
|
|
1154
1154
|
{
|
|
@@ -1188,7 +1188,7 @@ const s1 = (e) => {
|
|
|
1188
1188
|
fill: "currentColor"
|
|
1189
1189
|
}
|
|
1190
1190
|
]
|
|
1191
|
-
},
|
|
1191
|
+
}, Dt = {
|
|
1192
1192
|
viewBox: "0 0 24 24",
|
|
1193
1193
|
paths: [
|
|
1194
1194
|
{
|
|
@@ -1200,7 +1200,7 @@ const s1 = (e) => {
|
|
|
1200
1200
|
"stroke-linejoin": "round"
|
|
1201
1201
|
}
|
|
1202
1202
|
]
|
|
1203
|
-
},
|
|
1203
|
+
}, Rt = {
|
|
1204
1204
|
viewBox: "0 0 24 24",
|
|
1205
1205
|
paths: [
|
|
1206
1206
|
{
|
|
@@ -1212,7 +1212,7 @@ const s1 = (e) => {
|
|
|
1212
1212
|
"stroke-linecap": "round"
|
|
1213
1213
|
}
|
|
1214
1214
|
]
|
|
1215
|
-
},
|
|
1215
|
+
}, At = {
|
|
1216
1216
|
viewBox: "0 0 24 24",
|
|
1217
1217
|
paths: [
|
|
1218
1218
|
{
|
|
@@ -1222,7 +1222,7 @@ const s1 = (e) => {
|
|
|
1222
1222
|
"stroke-width": 2
|
|
1223
1223
|
}
|
|
1224
1224
|
]
|
|
1225
|
-
},
|
|
1225
|
+
}, St = {
|
|
1226
1226
|
viewBox: "0 0 24 24",
|
|
1227
1227
|
paths: [
|
|
1228
1228
|
{
|
|
@@ -1259,7 +1259,7 @@ const s1 = (e) => {
|
|
|
1259
1259
|
"stroke-width": 2
|
|
1260
1260
|
}
|
|
1261
1261
|
]
|
|
1262
|
-
},
|
|
1262
|
+
}, Tt = {
|
|
1263
1263
|
viewBox: "0 0 24 24",
|
|
1264
1264
|
paths: [
|
|
1265
1265
|
{
|
|
@@ -1272,7 +1272,7 @@ const s1 = (e) => {
|
|
|
1272
1272
|
"stroke-linejoin": "round"
|
|
1273
1273
|
}
|
|
1274
1274
|
]
|
|
1275
|
-
},
|
|
1275
|
+
}, Zt = {
|
|
1276
1276
|
viewBox: "0 0 24 24",
|
|
1277
1277
|
paths: [
|
|
1278
1278
|
{
|
|
@@ -1285,7 +1285,7 @@ const s1 = (e) => {
|
|
|
1285
1285
|
"stroke-linejoin": "round"
|
|
1286
1286
|
}
|
|
1287
1287
|
]
|
|
1288
|
-
},
|
|
1288
|
+
}, Et = {
|
|
1289
1289
|
viewBox: "0 0 24 24",
|
|
1290
1290
|
paths: [
|
|
1291
1291
|
{
|
|
@@ -1294,7 +1294,7 @@ const s1 = (e) => {
|
|
|
1294
1294
|
fill: "currentColor"
|
|
1295
1295
|
}
|
|
1296
1296
|
]
|
|
1297
|
-
},
|
|
1297
|
+
}, zt = {
|
|
1298
1298
|
viewBox: "0 0 24 24",
|
|
1299
1299
|
paths: [
|
|
1300
1300
|
{
|
|
@@ -1315,7 +1315,7 @@ const s1 = (e) => {
|
|
|
1315
1315
|
"stroke-linejoin": "round"
|
|
1316
1316
|
}
|
|
1317
1317
|
]
|
|
1318
|
-
},
|
|
1318
|
+
}, Ot = {
|
|
1319
1319
|
viewBox: "0 0 24 24",
|
|
1320
1320
|
paths: [
|
|
1321
1321
|
{
|
|
@@ -1331,7 +1331,7 @@ const s1 = (e) => {
|
|
|
1331
1331
|
"stroke-width": 2
|
|
1332
1332
|
}
|
|
1333
1333
|
]
|
|
1334
|
-
},
|
|
1334
|
+
}, qt = {
|
|
1335
1335
|
viewBox: "0 0 24 24",
|
|
1336
1336
|
paths: [
|
|
1337
1337
|
{
|
|
@@ -1360,7 +1360,7 @@ const s1 = (e) => {
|
|
|
1360
1360
|
"stroke-width": 2
|
|
1361
1361
|
}
|
|
1362
1362
|
]
|
|
1363
|
-
},
|
|
1363
|
+
}, Nt = {
|
|
1364
1364
|
viewBox: "0 0 24 24",
|
|
1365
1365
|
paths: [
|
|
1366
1366
|
{
|
|
@@ -1402,7 +1402,7 @@ const s1 = (e) => {
|
|
|
1402
1402
|
"stroke-width": 2
|
|
1403
1403
|
}
|
|
1404
1404
|
]
|
|
1405
|
-
},
|
|
1405
|
+
}, Ft = {
|
|
1406
1406
|
viewBox: "0 0 24 24",
|
|
1407
1407
|
paths: [
|
|
1408
1408
|
{
|
|
@@ -1412,7 +1412,7 @@ const s1 = (e) => {
|
|
|
1412
1412
|
"stroke-width": 2
|
|
1413
1413
|
}
|
|
1414
1414
|
]
|
|
1415
|
-
},
|
|
1415
|
+
}, Pt = {
|
|
1416
1416
|
viewBox: "0 0 24 24",
|
|
1417
1417
|
paths: [
|
|
1418
1418
|
{
|
|
@@ -1422,7 +1422,7 @@ const s1 = (e) => {
|
|
|
1422
1422
|
"stroke-width": 2
|
|
1423
1423
|
}
|
|
1424
1424
|
]
|
|
1425
|
-
},
|
|
1425
|
+
}, Kt = {
|
|
1426
1426
|
viewBox: "0 0 24 24",
|
|
1427
1427
|
paths: [
|
|
1428
1428
|
{
|
|
@@ -1445,7 +1445,7 @@ const s1 = (e) => {
|
|
|
1445
1445
|
fill: "currentColor"
|
|
1446
1446
|
}
|
|
1447
1447
|
]
|
|
1448
|
-
},
|
|
1448
|
+
}, Ut = {
|
|
1449
1449
|
viewBox: "0 0 24 24",
|
|
1450
1450
|
paths: [
|
|
1451
1451
|
{
|
|
@@ -1462,7 +1462,7 @@ const s1 = (e) => {
|
|
|
1462
1462
|
"stroke-width": 2
|
|
1463
1463
|
}
|
|
1464
1464
|
]
|
|
1465
|
-
},
|
|
1465
|
+
}, jt = {
|
|
1466
1466
|
viewBox: "0 0 24 24",
|
|
1467
1467
|
paths: [
|
|
1468
1468
|
{
|
|
@@ -1475,7 +1475,7 @@ const s1 = (e) => {
|
|
|
1475
1475
|
"stroke-linejoin": "round"
|
|
1476
1476
|
}
|
|
1477
1477
|
]
|
|
1478
|
-
},
|
|
1478
|
+
}, Yt = {
|
|
1479
1479
|
viewBox: "0 0 24 24",
|
|
1480
1480
|
paths: [
|
|
1481
1481
|
{
|
|
@@ -1484,7 +1484,7 @@ const s1 = (e) => {
|
|
|
1484
1484
|
fill: "currentColor"
|
|
1485
1485
|
}
|
|
1486
1486
|
]
|
|
1487
|
-
},
|
|
1487
|
+
}, Wt = {
|
|
1488
1488
|
viewBox: "0 0 24 24",
|
|
1489
1489
|
paths: [
|
|
1490
1490
|
{
|
|
@@ -1493,7 +1493,7 @@ const s1 = (e) => {
|
|
|
1493
1493
|
fill: "currentColor"
|
|
1494
1494
|
}
|
|
1495
1495
|
]
|
|
1496
|
-
},
|
|
1496
|
+
}, Xt = {
|
|
1497
1497
|
viewBox: "0 0 24 24",
|
|
1498
1498
|
paths: [
|
|
1499
1499
|
{
|
|
@@ -1523,7 +1523,7 @@ const s1 = (e) => {
|
|
|
1523
1523
|
"stroke-width": 2
|
|
1524
1524
|
}
|
|
1525
1525
|
]
|
|
1526
|
-
},
|
|
1526
|
+
}, Gt = {
|
|
1527
1527
|
viewBox: "0 0 24 24",
|
|
1528
1528
|
paths: [
|
|
1529
1529
|
{
|
|
@@ -1574,7 +1574,7 @@ const s1 = (e) => {
|
|
|
1574
1574
|
"stroke-width": 2
|
|
1575
1575
|
}
|
|
1576
1576
|
]
|
|
1577
|
-
},
|
|
1577
|
+
}, Jt = {
|
|
1578
1578
|
viewBox: "0 0 24 24",
|
|
1579
1579
|
paths: [
|
|
1580
1580
|
{
|
|
@@ -1614,7 +1614,7 @@ const s1 = (e) => {
|
|
|
1614
1614
|
"stroke-width": 2
|
|
1615
1615
|
}
|
|
1616
1616
|
]
|
|
1617
|
-
},
|
|
1617
|
+
}, Qt = {
|
|
1618
1618
|
viewBox: "0 0 24 24",
|
|
1619
1619
|
paths: [
|
|
1620
1620
|
{
|
|
@@ -1625,7 +1625,7 @@ const s1 = (e) => {
|
|
|
1625
1625
|
"stroke-width": 2
|
|
1626
1626
|
}
|
|
1627
1627
|
]
|
|
1628
|
-
},
|
|
1628
|
+
}, e2 = {
|
|
1629
1629
|
viewBox: "0 0 24 24",
|
|
1630
1630
|
paths: [
|
|
1631
1631
|
{
|
|
@@ -1634,7 +1634,7 @@ const s1 = (e) => {
|
|
|
1634
1634
|
fill: "currentColor"
|
|
1635
1635
|
}
|
|
1636
1636
|
]
|
|
1637
|
-
},
|
|
1637
|
+
}, t2 = {
|
|
1638
1638
|
viewBox: "0 0 24 24",
|
|
1639
1639
|
paths: [
|
|
1640
1640
|
{
|
|
@@ -1643,7 +1643,7 @@ const s1 = (e) => {
|
|
|
1643
1643
|
fill: "currentColor"
|
|
1644
1644
|
}
|
|
1645
1645
|
]
|
|
1646
|
-
},
|
|
1646
|
+
}, a2 = {
|
|
1647
1647
|
viewBox: "0 0 24 24",
|
|
1648
1648
|
paths: [
|
|
1649
1649
|
{
|
|
@@ -1661,7 +1661,7 @@ const s1 = (e) => {
|
|
|
1661
1661
|
"stroke-width": 2
|
|
1662
1662
|
}
|
|
1663
1663
|
]
|
|
1664
|
-
},
|
|
1664
|
+
}, o2 = {
|
|
1665
1665
|
viewBox: "0 0 24 24",
|
|
1666
1666
|
paths: [
|
|
1667
1667
|
{
|
|
@@ -1670,7 +1670,7 @@ const s1 = (e) => {
|
|
|
1670
1670
|
fill: "currentColor"
|
|
1671
1671
|
}
|
|
1672
1672
|
]
|
|
1673
|
-
},
|
|
1673
|
+
}, n2 = {
|
|
1674
1674
|
viewBox: "0 0 24 24",
|
|
1675
1675
|
paths: [
|
|
1676
1676
|
{
|
|
@@ -1698,7 +1698,7 @@ const s1 = (e) => {
|
|
|
1698
1698
|
"stroke-width": 2
|
|
1699
1699
|
}
|
|
1700
1700
|
]
|
|
1701
|
-
},
|
|
1701
|
+
}, l2 = {
|
|
1702
1702
|
viewBox: "0 0 24 24",
|
|
1703
1703
|
paths: [
|
|
1704
1704
|
{
|
|
@@ -1718,7 +1718,7 @@ const s1 = (e) => {
|
|
|
1718
1718
|
"stroke-linejoin": "round"
|
|
1719
1719
|
}
|
|
1720
1720
|
]
|
|
1721
|
-
},
|
|
1721
|
+
}, r2 = {
|
|
1722
1722
|
viewBox: "0 0 24 24",
|
|
1723
1723
|
paths: [
|
|
1724
1724
|
{
|
|
@@ -1738,7 +1738,7 @@ const s1 = (e) => {
|
|
|
1738
1738
|
"stroke-linejoin": "round"
|
|
1739
1739
|
}
|
|
1740
1740
|
]
|
|
1741
|
-
},
|
|
1741
|
+
}, s2 = {
|
|
1742
1742
|
viewBox: "0 0 24 24",
|
|
1743
1743
|
paths: [
|
|
1744
1744
|
{
|
|
@@ -1756,7 +1756,7 @@ const s1 = (e) => {
|
|
|
1756
1756
|
"stroke-width": 2
|
|
1757
1757
|
}
|
|
1758
1758
|
]
|
|
1759
|
-
},
|
|
1759
|
+
}, i2 = {
|
|
1760
1760
|
viewBox: "0 0 24 24",
|
|
1761
1761
|
paths: [
|
|
1762
1762
|
{
|
|
@@ -1784,7 +1784,7 @@ const s1 = (e) => {
|
|
|
1784
1784
|
"stroke-width": 2
|
|
1785
1785
|
}
|
|
1786
1786
|
]
|
|
1787
|
-
},
|
|
1787
|
+
}, u2 = {
|
|
1788
1788
|
viewBox: "0 0 24 24",
|
|
1789
1789
|
paths: [
|
|
1790
1790
|
{
|
|
@@ -1797,7 +1797,7 @@ const s1 = (e) => {
|
|
|
1797
1797
|
"stroke-linejoin": "round"
|
|
1798
1798
|
}
|
|
1799
1799
|
]
|
|
1800
|
-
},
|
|
1800
|
+
}, c2 = {
|
|
1801
1801
|
viewBox: "0 0 24 24",
|
|
1802
1802
|
paths: [
|
|
1803
1803
|
{
|
|
@@ -1808,7 +1808,7 @@ const s1 = (e) => {
|
|
|
1808
1808
|
clipRule: "evenodd"
|
|
1809
1809
|
}
|
|
1810
1810
|
]
|
|
1811
|
-
},
|
|
1811
|
+
}, d2 = {
|
|
1812
1812
|
viewBox: "0 0 24 24",
|
|
1813
1813
|
paths: [
|
|
1814
1814
|
{
|
|
@@ -1822,84 +1822,84 @@ const s1 = (e) => {
|
|
|
1822
1822
|
}
|
|
1823
1823
|
]
|
|
1824
1824
|
}, Se = {
|
|
1825
|
-
x:
|
|
1826
|
-
eye:
|
|
1827
|
-
sun:
|
|
1828
|
-
box:
|
|
1829
|
-
art:
|
|
1830
|
-
plus:
|
|
1831
|
-
bars:
|
|
1832
|
-
bell:
|
|
1833
|
-
lock:
|
|
1834
|
-
star:
|
|
1835
|
-
home:
|
|
1836
|
-
edit:
|
|
1837
|
-
disk:
|
|
1838
|
-
user:
|
|
1839
|
-
info:
|
|
1840
|
-
sort:
|
|
1841
|
-
tick:
|
|
1842
|
-
link:
|
|
1843
|
-
head:
|
|
1844
|
-
bold:
|
|
1845
|
-
card:
|
|
1846
|
-
heart:
|
|
1847
|
-
oList:
|
|
1848
|
-
uList:
|
|
1849
|
-
close:
|
|
1850
|
-
clock:
|
|
1851
|
-
login:
|
|
1852
|
-
image:
|
|
1853
|
-
phone:
|
|
1854
|
-
trash:
|
|
1855
|
-
share:
|
|
1856
|
-
spotfy:
|
|
1857
|
-
church:
|
|
1858
|
-
health:
|
|
1859
|
-
blocks:
|
|
1860
|
-
shield:
|
|
1861
|
-
upload:
|
|
1862
|
-
italic:
|
|
1863
|
-
logout:
|
|
1864
|
-
ticket:
|
|
1865
|
-
search:
|
|
1866
|
-
eyeOff:
|
|
1867
|
-
cookie:
|
|
1868
|
-
camera:
|
|
1869
|
-
pencil:
|
|
1870
|
-
fashion:
|
|
1871
|
-
addUser:
|
|
1872
|
-
loading:
|
|
1873
|
-
sortAsc:
|
|
1874
|
-
profile:
|
|
1875
|
-
youtube:
|
|
1876
|
-
warning:
|
|
1877
|
-
calendar:
|
|
1878
|
-
whatsapp:
|
|
1879
|
-
linkedin:
|
|
1880
|
-
facebook:
|
|
1881
|
-
question:
|
|
1882
|
-
envelope:
|
|
1883
|
-
sortDesc:
|
|
1884
|
-
location:
|
|
1885
|
-
keyShield:
|
|
1886
|
-
clipboard:
|
|
1887
|
-
corporate:
|
|
1888
|
-
instagram:
|
|
1889
|
-
arrowLeft:
|
|
1890
|
-
starSolid:
|
|
1891
|
-
basketball:
|
|
1892
|
-
smartPhone:
|
|
1893
|
-
gastronomy:
|
|
1894
|
-
closeSolid:
|
|
1895
|
-
closeCircle:
|
|
1896
|
-
checkCircle:
|
|
1897
|
-
checkShield:
|
|
1898
|
-
musicalNote:
|
|
1899
|
-
shoppingBag:
|
|
1900
|
-
directionDown:
|
|
1901
|
-
shoppingBasket:
|
|
1902
|
-
},
|
|
1825
|
+
x: F1,
|
|
1826
|
+
eye: P1,
|
|
1827
|
+
sun: K1,
|
|
1828
|
+
box: U1,
|
|
1829
|
+
art: j1,
|
|
1830
|
+
plus: Y1,
|
|
1831
|
+
bars: W1,
|
|
1832
|
+
bell: X1,
|
|
1833
|
+
lock: G1,
|
|
1834
|
+
star: J1,
|
|
1835
|
+
home: et,
|
|
1836
|
+
edit: Q1,
|
|
1837
|
+
disk: lt,
|
|
1838
|
+
user: rt,
|
|
1839
|
+
info: tt,
|
|
1840
|
+
sort: nt,
|
|
1841
|
+
tick: st,
|
|
1842
|
+
link: at,
|
|
1843
|
+
head: ot,
|
|
1844
|
+
bold: it,
|
|
1845
|
+
card: ut,
|
|
1846
|
+
heart: gt,
|
|
1847
|
+
oList: ct,
|
|
1848
|
+
uList: dt,
|
|
1849
|
+
close: vt,
|
|
1850
|
+
clock: ft,
|
|
1851
|
+
login: pt,
|
|
1852
|
+
image: mt,
|
|
1853
|
+
phone: ht,
|
|
1854
|
+
trash: Ct,
|
|
1855
|
+
share: yt,
|
|
1856
|
+
spotfy: kt,
|
|
1857
|
+
church: wt,
|
|
1858
|
+
health: Dt,
|
|
1859
|
+
blocks: Mt,
|
|
1860
|
+
shield: xt,
|
|
1861
|
+
upload: Lt,
|
|
1862
|
+
italic: Vt,
|
|
1863
|
+
logout: It,
|
|
1864
|
+
ticket: Bt,
|
|
1865
|
+
search: Ht,
|
|
1866
|
+
eyeOff: Rt,
|
|
1867
|
+
cookie: _t,
|
|
1868
|
+
camera: $t,
|
|
1869
|
+
pencil: bt,
|
|
1870
|
+
fashion: At,
|
|
1871
|
+
addUser: St,
|
|
1872
|
+
loading: Zt,
|
|
1873
|
+
sortAsc: Tt,
|
|
1874
|
+
profile: Et,
|
|
1875
|
+
youtube: Ot,
|
|
1876
|
+
warning: zt,
|
|
1877
|
+
calendar: Nt,
|
|
1878
|
+
whatsapp: Ft,
|
|
1879
|
+
linkedin: qt,
|
|
1880
|
+
facebook: Pt,
|
|
1881
|
+
question: Kt,
|
|
1882
|
+
envelope: Ut,
|
|
1883
|
+
sortDesc: jt,
|
|
1884
|
+
location: Yt,
|
|
1885
|
+
keyShield: Wt,
|
|
1886
|
+
clipboard: Gt,
|
|
1887
|
+
corporate: Jt,
|
|
1888
|
+
instagram: Xt,
|
|
1889
|
+
arrowLeft: Qt,
|
|
1890
|
+
starSolid: e2,
|
|
1891
|
+
basketball: a2,
|
|
1892
|
+
smartPhone: t2,
|
|
1893
|
+
gastronomy: n2,
|
|
1894
|
+
closeSolid: o2,
|
|
1895
|
+
closeCircle: l2,
|
|
1896
|
+
checkCircle: r2,
|
|
1897
|
+
checkShield: s2,
|
|
1898
|
+
musicalNote: i2,
|
|
1899
|
+
shoppingBag: u2,
|
|
1900
|
+
directionDown: c2,
|
|
1901
|
+
shoppingBasket: d2
|
|
1902
|
+
}, v2 = ["viewBox", "transform", "width", "height"], f2 = /* @__PURE__ */ S({
|
|
1903
1903
|
__name: "Icon",
|
|
1904
1904
|
props: {
|
|
1905
1905
|
name: {},
|
|
@@ -1943,9 +1943,9 @@ const s1 = (e) => {
|
|
|
1943
1943
|
ref_for: !0
|
|
1944
1944
|
}, a), null, 16)) : O("", !0)
|
|
1945
1945
|
], 64))), 128))
|
|
1946
|
-
], 10,
|
|
1946
|
+
], 10, v2));
|
|
1947
1947
|
}
|
|
1948
|
-
}), de = /* @__PURE__ */ j(
|
|
1948
|
+
}), de = /* @__PURE__ */ j(f2, [["__scopeId", "data-v-dd8423eb"]]), p2 = ["aria-controls"], C2 = ["aria-pressed", "onMousedown", "aria-label"], m2 = { key: 1 }, h2 = /* @__PURE__ */ S({
|
|
1949
1949
|
__name: "FloatingToolbar",
|
|
1950
1950
|
props: {
|
|
1951
1951
|
editor: {},
|
|
@@ -2080,14 +2080,14 @@ const s1 = (e) => {
|
|
|
2080
2080
|
key: 0,
|
|
2081
2081
|
name: $.label,
|
|
2082
2082
|
size: $.size ?? 14
|
|
2083
|
-
}, null, 8, ["name", "size"])) : (v(), f("span",
|
|
2084
|
-
], 42,
|
|
2085
|
-
], 44,
|
|
2083
|
+
}, null, 8, ["name", "size"])) : (v(), f("span", m2, P($.label), 1))
|
|
2084
|
+
], 42, C2))), 128))
|
|
2085
|
+
], 44, p2)) : O("", !0)
|
|
2086
2086
|
]),
|
|
2087
2087
|
_: 1
|
|
2088
2088
|
}));
|
|
2089
2089
|
}
|
|
2090
|
-
}),
|
|
2090
|
+
}), y2 = /* @__PURE__ */ j(h2, [["__scopeId", "data-v-3f279ebe"]]), g2 = { class: "editor" }, Ge = /* @__PURE__ */ S({
|
|
2091
2091
|
__name: "Editor",
|
|
2092
2092
|
props: /* @__PURE__ */ Q({
|
|
2093
2093
|
ariaLabel: {},
|
|
@@ -2110,18 +2110,18 @@ const s1 = (e) => {
|
|
|
2110
2110
|
), ae(() => {
|
|
2111
2111
|
const r = i.value?.getRoot()?.value;
|
|
2112
2112
|
if (!r) return;
|
|
2113
|
-
s.value =
|
|
2113
|
+
s.value = E1(r, { buttons: t.buttons ?? [] }), s.value && (s.value.toolbarRef = l);
|
|
2114
2114
|
const c = () => o.value = r.innerHTML;
|
|
2115
2115
|
r.addEventListener("input", c), be(() => r.removeEventListener("input", c));
|
|
2116
|
-
}), ge("announce", (n) => s.value?.announce(n)), (n, r) => (v(), f("section",
|
|
2117
|
-
U(
|
|
2116
|
+
}), ge("announce", (n) => s.value?.announce(n)), (n, r) => (v(), f("section", g2, [
|
|
2117
|
+
U(N1, {
|
|
2118
2118
|
ref_key: "contentRef",
|
|
2119
2119
|
ref: i,
|
|
2120
2120
|
editor: s.value,
|
|
2121
2121
|
"editor-id": D(a),
|
|
2122
2122
|
"aria-label": e.ariaLabel
|
|
2123
2123
|
}, null, 8, ["editor", "editor-id", "aria-label"]),
|
|
2124
|
-
U(
|
|
2124
|
+
U(y2, {
|
|
2125
2125
|
ref_key: "toolbarRef",
|
|
2126
2126
|
ref: l,
|
|
2127
2127
|
editor: s.value,
|
|
@@ -2133,30 +2133,30 @@ const s1 = (e) => {
|
|
|
2133
2133
|
Ge.install = (e) => {
|
|
2134
2134
|
e.component("Editor", Ge);
|
|
2135
2135
|
};
|
|
2136
|
-
const
|
|
2136
|
+
const b2 = ["tabindex", "aria-label", "aria-describedby", "aria-busy", "aria-disabled", "data-disabled", "data-dragging"], k2 = ["multiple", "accept", "disabled"], w2 = {
|
|
2137
2137
|
key: 1,
|
|
2138
2138
|
class: "ui-upload__list"
|
|
2139
|
-
},
|
|
2139
|
+
}, M2 = { class: "ui-upload__item--default" }, x2 = { class: "ui-upload__file-name" }, L2 = { class: "ui-upload__file-size" }, $2 = {
|
|
2140
2140
|
key: 0,
|
|
2141
2141
|
class: "ui-upload__progress-wrapper"
|
|
2142
|
-
},
|
|
2142
|
+
}, V2 = { class: "ui-upload__progress-text" }, I2 = ["value", "aria-label"], H2 = {
|
|
2143
2143
|
key: 1,
|
|
2144
2144
|
class: "ui-upload__status success",
|
|
2145
2145
|
style: { color: "var(--green-color)" },
|
|
2146
2146
|
role: "status"
|
|
2147
|
-
},
|
|
2147
|
+
}, B2 = {
|
|
2148
2148
|
key: 2,
|
|
2149
2149
|
class: "ui-upload__status error",
|
|
2150
2150
|
style: { color: "var(--red-color)" },
|
|
2151
2151
|
role: "alert"
|
|
2152
|
-
},
|
|
2152
|
+
}, _2 = {
|
|
2153
2153
|
key: 3,
|
|
2154
2154
|
class: "ui-upload__status canceled",
|
|
2155
2155
|
role: "status"
|
|
2156
|
-
},
|
|
2156
|
+
}, D2 = { class: "ui-upload__actions" }, R2 = {
|
|
2157
2157
|
class: "sr-only",
|
|
2158
2158
|
"aria-live": "polite"
|
|
2159
|
-
},
|
|
2159
|
+
}, A2 = ["id"], S2 = /* @__PURE__ */ S({
|
|
2160
2160
|
__name: "Upload",
|
|
2161
2161
|
props: /* @__PURE__ */ Q({
|
|
2162
2162
|
multiple: { type: Boolean, default: !1 },
|
|
@@ -2270,7 +2270,7 @@ const k2 = ["tabindex", "aria-label", "aria-describedby", "aria-busy", "aria-dis
|
|
|
2270
2270
|
accept: e.accept,
|
|
2271
2271
|
disabled: e.disabled,
|
|
2272
2272
|
onChange: h
|
|
2273
|
-
}, null, 40,
|
|
2273
|
+
}, null, 40, k2),
|
|
2274
2274
|
e.multiple || !e.multiple && t.value.length === 0 ? Y(M.$slots, "default", {
|
|
2275
2275
|
key: 0,
|
|
2276
2276
|
dragging: n.value
|
|
@@ -2292,7 +2292,7 @@ const k2 = ["tabindex", "aria-label", "aria-describedby", "aria-busy", "aria-dis
|
|
|
2292
2292
|
}),
|
|
2293
2293
|
w("span", null, "Maximum size: " + P(p.value), 1)
|
|
2294
2294
|
], !0) : O("", !0),
|
|
2295
|
-
u.value?.length ? (v(), f("ul",
|
|
2295
|
+
u.value?.length ? (v(), f("ul", w2, [
|
|
2296
2296
|
(v(!0), f(te, null, ue(u.value, (E) => (v(), f("li", {
|
|
2297
2297
|
key: E.id,
|
|
2298
2298
|
class: "ui-upload__item"
|
|
@@ -2303,23 +2303,23 @@ const k2 = ["tabindex", "aria-label", "aria-describedby", "aria-busy", "aria-dis
|
|
|
2303
2303
|
cancel: () => y(E),
|
|
2304
2304
|
retry: () => I(E)
|
|
2305
2305
|
}, () => [
|
|
2306
|
-
w("div",
|
|
2307
|
-
w("span",
|
|
2308
|
-
w("span",
|
|
2306
|
+
w("div", M2, [
|
|
2307
|
+
w("span", x2, P(E.file.name), 1),
|
|
2308
|
+
w("span", L2, P(A(E.file.size)), 1)
|
|
2309
2309
|
]),
|
|
2310
|
-
E.status === "uploading" ? (v(), f("div",
|
|
2311
|
-
w("span",
|
|
2310
|
+
E.status === "uploading" ? (v(), f("div", $2, [
|
|
2311
|
+
w("span", V2, P(E.progress) + "% ", 1),
|
|
2312
2312
|
w("progress", {
|
|
2313
2313
|
class: "ui-upload__progress",
|
|
2314
2314
|
value: E.progress,
|
|
2315
2315
|
max: "100",
|
|
2316
2316
|
"aria-label": `Upload progress for ${E.file.name}`
|
|
2317
|
-
}, null, 8,
|
|
2317
|
+
}, null, 8, I2)
|
|
2318
2318
|
])) : O("", !0),
|
|
2319
|
-
E.status === "success" ? (v(), f("span",
|
|
2320
|
-
E.status === "error" ? (v(), f("span",
|
|
2321
|
-
E.status === "canceled" ? (v(), f("span",
|
|
2322
|
-
w("div",
|
|
2319
|
+
E.status === "success" ? (v(), f("span", H2, " Uploaded successful ")) : O("", !0),
|
|
2320
|
+
E.status === "error" ? (v(), f("span", B2, P(E.error || "Upload failed"), 1)) : O("", !0),
|
|
2321
|
+
E.status === "canceled" ? (v(), f("span", _2, " Upload canceled ")) : O("", !0),
|
|
2322
|
+
w("div", D2, [
|
|
2323
2323
|
E.status === "uploading" ? (v(), J(he, {
|
|
2324
2324
|
key: 0,
|
|
2325
2325
|
type: "button",
|
|
@@ -2358,23 +2358,23 @@ const k2 = ["tabindex", "aria-label", "aria-describedby", "aria-busy", "aria-dis
|
|
|
2358
2358
|
], !0)
|
|
2359
2359
|
]))), 128))
|
|
2360
2360
|
])) : O("", !0),
|
|
2361
|
-
w("div",
|
|
2361
|
+
w("div", R2, P(i.value), 1),
|
|
2362
2362
|
w("p", {
|
|
2363
2363
|
id: D(r),
|
|
2364
2364
|
class: "sr-only"
|
|
2365
|
-
}, " Drop files to upload ", 8,
|
|
2366
|
-
], 40,
|
|
2365
|
+
}, " Drop files to upload ", 8, A2)
|
|
2366
|
+
], 40, b2));
|
|
2367
2367
|
}
|
|
2368
|
-
}), Je = /* @__PURE__ */ j(
|
|
2368
|
+
}), Je = /* @__PURE__ */ j(S2, [["__scopeId", "data-v-041ff337"]]);
|
|
2369
2369
|
Je.install = (e) => {
|
|
2370
2370
|
e.component("Upload", Je);
|
|
2371
2371
|
};
|
|
2372
|
-
const
|
|
2372
|
+
const T2 = (e) => {
|
|
2373
2373
|
const o = () => e(), t = () => e();
|
|
2374
2374
|
return window.addEventListener("scroll", o, !0), window.addEventListener("resize", t), () => {
|
|
2375
2375
|
window.removeEventListener("scroll", o, !0), window.removeEventListener("resize", t);
|
|
2376
2376
|
};
|
|
2377
|
-
},
|
|
2377
|
+
}, Z2 = ["aria-describedby", "aria-disabled", "aria-expanded"], E2 = ["aria-hidden", "data-placement"], z2 = 8, O2 = 6, q2 = /* @__PURE__ */ S({
|
|
2378
2378
|
__name: "Tooltip",
|
|
2379
2379
|
props: {
|
|
2380
2380
|
content: {},
|
|
@@ -2383,7 +2383,7 @@ const Z2 = (e) => {
|
|
|
2383
2383
|
disabled: { type: Boolean, default: !1 }
|
|
2384
2384
|
},
|
|
2385
2385
|
setup(e) {
|
|
2386
|
-
const o = e, t =
|
|
2386
|
+
const o = e, t = z2 + O2, a = m(!1), l = `tooltip-${ce()}`, s = m(null), i = m(null), n = m({});
|
|
2387
2387
|
let r = null, c = null, u = null;
|
|
2388
2388
|
const p = () => {
|
|
2389
2389
|
o.disabled || (r && (clearTimeout(r), r = null), o.delay ? r = window.setTimeout(() => {
|
|
@@ -2419,7 +2419,7 @@ const Z2 = (e) => {
|
|
|
2419
2419
|
c?.(), c = null, u?.disconnect(), u = null;
|
|
2420
2420
|
return;
|
|
2421
2421
|
}
|
|
2422
|
-
await Me(), d(), c =
|
|
2422
|
+
await Me(), d(), c = T2(d), u = new ResizeObserver(d), i.value && u.observe(i.value), s.value && u.observe(s.value);
|
|
2423
2423
|
}), Ie(() => {
|
|
2424
2424
|
c?.(), u?.disconnect();
|
|
2425
2425
|
}), (C, $) => (v(), f(te, null, [
|
|
@@ -2437,7 +2437,7 @@ const Z2 = (e) => {
|
|
|
2437
2437
|
onKeydown: ve(g, ["esc"])
|
|
2438
2438
|
}, [
|
|
2439
2439
|
Y(C.$slots, "default", {}, void 0, !0)
|
|
2440
|
-
], 40,
|
|
2440
|
+
], 40, Z2),
|
|
2441
2441
|
(v(), J(He, { to: "body" }, [
|
|
2442
2442
|
U($e, { name: "tooltip-fade" }, {
|
|
2443
2443
|
default: G(() => [
|
|
@@ -2457,21 +2457,21 @@ const Z2 = (e) => {
|
|
|
2457
2457
|
Y(C.$slots, "content", {}, () => [
|
|
2458
2458
|
me(P(e.content), 1)
|
|
2459
2459
|
], !0)
|
|
2460
|
-
], 12,
|
|
2460
|
+
], 12, E2)) : O("", !0)
|
|
2461
2461
|
]),
|
|
2462
2462
|
_: 3
|
|
2463
2463
|
})
|
|
2464
2464
|
]))
|
|
2465
2465
|
], 64));
|
|
2466
2466
|
}
|
|
2467
|
-
}), Qe = /* @__PURE__ */ j(
|
|
2467
|
+
}), Qe = /* @__PURE__ */ j(q2, [["__scopeId", "data-v-c489ef7b"]]);
|
|
2468
2468
|
Qe.install = (e) => {
|
|
2469
2469
|
e.component("Tooltip", Qe);
|
|
2470
2470
|
};
|
|
2471
|
-
const
|
|
2471
|
+
const N2 = {
|
|
2472
2472
|
key: 0,
|
|
2473
2473
|
class: "ui-tag__icon"
|
|
2474
|
-
},
|
|
2474
|
+
}, F2 = { class: "ui-tag__label" }, P2 = ["aria-label"], K2 = /* @__PURE__ */ S({
|
|
2475
2475
|
__name: "Tag",
|
|
2476
2476
|
props: {
|
|
2477
2477
|
as: { default: "span" },
|
|
@@ -2508,10 +2508,10 @@ const F2 = {
|
|
|
2508
2508
|
]
|
|
2509
2509
|
}, {
|
|
2510
2510
|
default: G(() => [
|
|
2511
|
-
u.$slots.icon ? (v(), f("span",
|
|
2511
|
+
u.$slots.icon ? (v(), f("span", N2, [
|
|
2512
2512
|
Y(u.$slots, "icon", {}, void 0, !0)
|
|
2513
2513
|
])) : O("", !0),
|
|
2514
|
-
w("span",
|
|
2514
|
+
w("span", F2, [
|
|
2515
2515
|
Y(u.$slots, "default", {}, void 0, !0)
|
|
2516
2516
|
]),
|
|
2517
2517
|
e.removable ? (v(), f("button", {
|
|
@@ -2525,12 +2525,12 @@ const F2 = {
|
|
|
2525
2525
|
name: "close",
|
|
2526
2526
|
size: 32
|
|
2527
2527
|
})
|
|
2528
|
-
], 8,
|
|
2528
|
+
], 8, P2)) : O("", !0)
|
|
2529
2529
|
]),
|
|
2530
2530
|
_: 3
|
|
2531
2531
|
}, 40, ["class", "aria-disabled", "tabindex", "role"]));
|
|
2532
2532
|
}
|
|
2533
|
-
}),
|
|
2533
|
+
}), U2 = /* @__PURE__ */ j(K2, [["__scopeId", "data-v-ea48b943"]]), j2 = ["href", "aria-disabled", "tabindex", "target", "aria-current", "rel"], Y2 = /* @__PURE__ */ S({
|
|
2534
2534
|
__name: "Link",
|
|
2535
2535
|
props: {
|
|
2536
2536
|
target: {},
|
|
@@ -2558,12 +2558,12 @@ const F2 = {
|
|
|
2558
2558
|
rel: e.target === "_blank" ? "noopener noreferrer" : void 0
|
|
2559
2559
|
}, [
|
|
2560
2560
|
Y(s.$slots, "default", {}, void 0, !0)
|
|
2561
|
-
], 8,
|
|
2561
|
+
], 8, j2));
|
|
2562
2562
|
}
|
|
2563
|
-
}), Xn = /* @__PURE__ */ j(
|
|
2563
|
+
}), Xn = /* @__PURE__ */ j(Y2, [["__scopeId", "data-v-0f5d7308"]]), Pe = (e, o, t, a) => V(() => {
|
|
2564
2564
|
const l = [];
|
|
2565
2565
|
return e.invalid && e.errorMessage && l.push(t), o.hint && l.push(a), l.length > 0 ? l.join(" ") : void 0;
|
|
2566
|
-
}), Be = (e) => V(() => Object.keys(e).includes("required") && e.required !== "false" ? "true" : void 0),
|
|
2566
|
+
}), Be = (e) => V(() => Object.keys(e).includes("required") && e.required !== "false" ? "true" : void 0), W2 = (e) => V(() => e.disabled === !0 ? "true" : void 0), X2 = (e, o, t) => {
|
|
2567
2567
|
o && (o.classList.add("focused"), t("focus", e));
|
|
2568
2568
|
}, G2 = (e, o, t, a) => {
|
|
2569
2569
|
ze(o, t), t && (t?.classList.remove("focused"), a("blur", e));
|
|
@@ -3021,7 +3021,7 @@ const F2 = {
|
|
|
3021
3021
|
])) : O("", !0)
|
|
3022
3022
|
], 8, fa));
|
|
3023
3023
|
}
|
|
3024
|
-
}),
|
|
3024
|
+
}), i1 = /* @__PURE__ */ j(ya, [["__scopeId", "data-v-dcfacff6"]]), ga = ["aria-label"], ba = ["onClick"], ka = /* @__PURE__ */ S({
|
|
3025
3025
|
__name: "GalleryGrid",
|
|
3026
3026
|
props: {
|
|
3027
3027
|
images: {},
|
|
@@ -3056,7 +3056,7 @@ const F2 = {
|
|
|
3056
3056
|
], 8, ba))), 128))
|
|
3057
3057
|
], 12, ga));
|
|
3058
3058
|
}
|
|
3059
|
-
}),
|
|
3059
|
+
}), u1 = /* @__PURE__ */ j(ka, [["__scopeId", "data-v-17067a4b"]]), _e = /* @__PURE__ */ Symbol("ModalContext");
|
|
3060
3060
|
let Te = 0, e1 = 0, Ze = null;
|
|
3061
3061
|
const Oe = S({
|
|
3062
3062
|
name: "Modal",
|
|
@@ -3090,7 +3090,7 @@ const Oe = S({
|
|
|
3090
3090
|
hasTitle: a
|
|
3091
3091
|
}), () => t.default?.();
|
|
3092
3092
|
}
|
|
3093
|
-
}),
|
|
3093
|
+
}), c1 = S({
|
|
3094
3094
|
name: "ModalContent",
|
|
3095
3095
|
setup(e, { slots: o }) {
|
|
3096
3096
|
const t = ie(_e);
|
|
@@ -3163,19 +3163,19 @@ const Oe = S({
|
|
|
3163
3163
|
)
|
|
3164
3164
|
);
|
|
3165
3165
|
}
|
|
3166
|
-
}),
|
|
3166
|
+
}), d1 = S({
|
|
3167
3167
|
name: "ModalTitle",
|
|
3168
3168
|
setup(e, { slots: o }) {
|
|
3169
3169
|
const t = ie(_e);
|
|
3170
3170
|
if (!t) throw new Error("ModalTitle components must be used inside <Modal>");
|
|
3171
3171
|
return t.hasTitle.value = !0, () => K("h2", { id: t.labelId }, o.default?.());
|
|
3172
3172
|
}
|
|
3173
|
-
}),
|
|
3173
|
+
}), v1 = S({
|
|
3174
3174
|
name: "ModalHeader",
|
|
3175
3175
|
setup(e, { slots: o }) {
|
|
3176
3176
|
return () => K("div", { class: "modal-header" }, o.default?.());
|
|
3177
3177
|
}
|
|
3178
|
-
}),
|
|
3178
|
+
}), f1 = S({
|
|
3179
3179
|
name: "ModalBody",
|
|
3180
3180
|
setup(e, { slots: o }) {
|
|
3181
3181
|
return () => K("div", { class: "modal-body" }, o.default?.());
|
|
@@ -3185,7 +3185,7 @@ const Oe = S({
|
|
|
3185
3185
|
setup(e, { slots: o }) {
|
|
3186
3186
|
return () => K("div", { class: "modal-footer" }, o.default?.());
|
|
3187
3187
|
}
|
|
3188
|
-
}),
|
|
3188
|
+
}), p1 = S({
|
|
3189
3189
|
name: "ModalClose",
|
|
3190
3190
|
setup() {
|
|
3191
3191
|
const e = ie(_e);
|
|
@@ -3204,7 +3204,7 @@ const Oe = S({
|
|
|
3204
3204
|
});
|
|
3205
3205
|
Object.assign(Oe, {
|
|
3206
3206
|
install(e) {
|
|
3207
|
-
e.component("Modal", Oe), e.component("ModalBody",
|
|
3207
|
+
e.component("Modal", Oe), e.component("ModalBody", f1), e.component("ModalTitle", d1), e.component("ModalClose", p1), e.component("ModalHeader", v1), e.component("ModalContent", c1);
|
|
3208
3208
|
}
|
|
3209
3209
|
});
|
|
3210
3210
|
const wa = /* @__PURE__ */ S({
|
|
@@ -3226,7 +3226,7 @@ const wa = /* @__PURE__ */ S({
|
|
|
3226
3226
|
o.value = s, t.value = !0;
|
|
3227
3227
|
}, l = () => t.value = !1;
|
|
3228
3228
|
return (s, i) => (v(), f(te, null, [
|
|
3229
|
-
U(
|
|
3229
|
+
U(u1, {
|
|
3230
3230
|
images: e.images,
|
|
3231
3231
|
onChange: a,
|
|
3232
3232
|
"aria-label": e.ariaLabel,
|
|
@@ -3239,23 +3239,23 @@ const wa = /* @__PURE__ */ S({
|
|
|
3239
3239
|
size: "xl"
|
|
3240
3240
|
}, {
|
|
3241
3241
|
default: G(() => [
|
|
3242
|
-
U(D(
|
|
3242
|
+
U(D(c1), null, {
|
|
3243
3243
|
default: G(() => [
|
|
3244
|
-
U(D(
|
|
3244
|
+
U(D(v1), null, {
|
|
3245
3245
|
default: G(() => [
|
|
3246
|
-
U(D(
|
|
3246
|
+
U(D(d1), null, {
|
|
3247
3247
|
default: G(() => [...i[3] || (i[3] = [
|
|
3248
3248
|
me("Image Gallery", -1)
|
|
3249
3249
|
])]),
|
|
3250
3250
|
_: 1
|
|
3251
3251
|
}),
|
|
3252
|
-
U(D(
|
|
3252
|
+
U(D(p1))
|
|
3253
3253
|
]),
|
|
3254
3254
|
_: 1
|
|
3255
3255
|
}),
|
|
3256
|
-
U(D(
|
|
3256
|
+
U(D(f1), null, {
|
|
3257
3257
|
default: G(() => [
|
|
3258
|
-
U(
|
|
3258
|
+
U(i1, {
|
|
3259
3259
|
modelValue: o.value,
|
|
3260
3260
|
"onUpdate:modelValue": i[0] || (i[0] = (n) => o.value = n),
|
|
3261
3261
|
images: e.images,
|
|
@@ -3334,7 +3334,7 @@ const wa = /* @__PURE__ */ S({
|
|
|
3334
3334
|
}
|
|
3335
3335
|
}), s = (i) => l.value = i;
|
|
3336
3336
|
return (i, n) => (v(), f("section", $a, [
|
|
3337
|
-
e.layout === "carousel" ? (v(), J(
|
|
3337
|
+
e.layout === "carousel" ? (v(), J(i1, {
|
|
3338
3338
|
key: 0,
|
|
3339
3339
|
modelValue: l.value,
|
|
3340
3340
|
"onUpdate:modelValue": n[0] || (n[0] = (r) => l.value = r),
|
|
@@ -3344,7 +3344,7 @@ const wa = /* @__PURE__ */ S({
|
|
|
3344
3344
|
transform: e.transform,
|
|
3345
3345
|
"transform-thumbnails": e.transformThumbnails,
|
|
3346
3346
|
"show-thumbnails": e.showThumbnails
|
|
3347
|
-
}, null, 8, ["modelValue", "images", "loop", "aria-label", "transform", "transform-thumbnails", "show-thumbnails"])) : e.layout === "grid" ? (v(), J(
|
|
3347
|
+
}, null, 8, ["modelValue", "images", "loop", "aria-label", "transform", "transform-thumbnails", "show-thumbnails"])) : e.layout === "grid" ? (v(), J(u1, {
|
|
3348
3348
|
key: 1,
|
|
3349
3349
|
modelValue: l.value,
|
|
3350
3350
|
"onUpdate:modelValue": n[1] || (n[1] = (r) => l.value = r),
|
|
@@ -3412,7 +3412,7 @@ const Ia = ["aria-busy"], Ha = {
|
|
|
3412
3412
|
w("span", Ba, P(e.message || "Loading"), 1)
|
|
3413
3413
|
], 8, Ia));
|
|
3414
3414
|
}
|
|
3415
|
-
}),
|
|
3415
|
+
}), C1 = /* @__PURE__ */ j(_a, [["__scopeId", "data-v-e61a1cf5"]]), Da = ["id", "required", "checked", "disabled", "aria-invalid", "aria-disabled", "aria-checked"], Ra = {
|
|
3416
3416
|
class: "checkbox-control",
|
|
3417
3417
|
"aria-hidden": "true"
|
|
3418
3418
|
}, Aa = {
|
|
@@ -3436,7 +3436,7 @@ const Ia = ["aria-busy"], Ha = {
|
|
|
3436
3436
|
}),
|
|
3437
3437
|
emits: /* @__PURE__ */ Q(["change"], ["update:modelValue"]),
|
|
3438
3438
|
setup(e, { emit: o }) {
|
|
3439
|
-
const t = o, a = fe(e, "modelValue"), l = e, s = ce(), i = V(() => l.id ?? `checkbox-${s}`), n = m(null), r =
|
|
3439
|
+
const t = o, a = fe(e, "modelValue"), l = e, s = ce(), i = V(() => l.id ?? `checkbox-${s}`), n = m(null), r = W2(l).value, c = V(() => l.required ? !0 : void 0), u = V(() => l.triState && a.value === void 0 ? "mixed" : void 0);
|
|
3440
3440
|
X(
|
|
3441
3441
|
() => a.value,
|
|
3442
3442
|
(g) => {
|
|
@@ -3694,7 +3694,7 @@ const Ja = {
|
|
|
3694
3694
|
separator: { default: "/" }
|
|
3695
3695
|
},
|
|
3696
3696
|
setup(e) {
|
|
3697
|
-
const o = e, t = ie(
|
|
3697
|
+
const o = e, t = ie(M1), a = (n) => n === o.items.length - 1, l = (n, r) => s(n, r), s = (n, r) => a(r) || n.disabled ? "span" : n.to && t ? h1("RouterLink") : n.href ? "a" : "span", i = (n, r) => a(r) || n.disabled ? { "data-disabled": n.disabled || void 0 } : n.to ? { to: n.to } : n.href ? {
|
|
3698
3698
|
href: n.href,
|
|
3699
3699
|
target: n.external ? "_blank" : void 0,
|
|
3700
3700
|
rel: n.external ? "noopener noreferrer" : void 0,
|
|
@@ -3769,7 +3769,7 @@ const Ja = {
|
|
|
3769
3769
|
required: e.required,
|
|
3770
3770
|
"onUpdate:modelValue": n[0] || (n[0] = (c) => t.value = c)
|
|
3771
3771
|
}, null, 8, no), [
|
|
3772
|
-
[
|
|
3772
|
+
[y1, t.value]
|
|
3773
3773
|
]),
|
|
3774
3774
|
e.mode === "standard" ? (v(), f("span", lo)) : O("", !0),
|
|
3775
3775
|
w("span", ro, P(r.label), 1)
|
|
@@ -3799,7 +3799,6 @@ const Ja = {
|
|
|
3799
3799
|
type: { default: "text" },
|
|
3800
3800
|
options: {},
|
|
3801
3801
|
label: {},
|
|
3802
|
-
disabled: { type: Boolean, default: !1 },
|
|
3803
3802
|
required: {},
|
|
3804
3803
|
loading: { type: Boolean },
|
|
3805
3804
|
invalid: { type: Boolean },
|
|
@@ -3822,9 +3821,7 @@ const Ja = {
|
|
|
3822
3821
|
if (!t.filterable) return t.options;
|
|
3823
3822
|
const H = n.value.toLowerCase();
|
|
3824
3823
|
return t.options.filter((z) => t.getValue(z).toLowerCase().includes(H));
|
|
3825
|
-
});
|
|
3826
|
-
i1(t).value;
|
|
3827
|
-
const y = Be(t).value;
|
|
3824
|
+
}), y = Be(t).value;
|
|
3828
3825
|
X(
|
|
3829
3826
|
() => g.value,
|
|
3830
3827
|
(H) => {
|
|
@@ -3943,7 +3940,7 @@ const Ja = {
|
|
|
3943
3940
|
onInput: M,
|
|
3944
3941
|
onKeydown: B
|
|
3945
3942
|
}), null, 16, uo), [
|
|
3946
|
-
[
|
|
3943
|
+
[g1, n.value]
|
|
3947
3944
|
]),
|
|
3948
3945
|
U($e, { name: "select" }, {
|
|
3949
3946
|
default: G(() => [
|
|
@@ -3985,7 +3982,7 @@ const Ja = {
|
|
|
3985
3982
|
w("div", fo, P(e.getValue(Z)), 1)
|
|
3986
3983
|
], 42, co))), 128)) : R.value.length === 0 && !e.loading ? (v(), f("li", po, [...z[3] || (z[3] = [
|
|
3987
3984
|
w("div", { class: "option-value" }, "No results found", -1)
|
|
3988
|
-
])])) : (v(), J(
|
|
3985
|
+
])])) : (v(), J(C1, {
|
|
3989
3986
|
key: 2,
|
|
3990
3987
|
"aria-live": "polite",
|
|
3991
3988
|
role: "status",
|
|
@@ -4035,7 +4032,7 @@ const Ja = {
|
|
|
4035
4032
|
})) : O("", !0)
|
|
4036
4033
|
], 2));
|
|
4037
4034
|
}
|
|
4038
|
-
}), ll = /* @__PURE__ */ j(go, [["__scopeId", "data-v-
|
|
4035
|
+
}), ll = /* @__PURE__ */ j(go, [["__scopeId", "data-v-f6d926bc"]]), bo = 5, pe = r1({
|
|
4039
4036
|
toasts: []
|
|
4040
4037
|
});
|
|
4041
4038
|
let ko = 0;
|
|
@@ -4141,7 +4138,7 @@ const xe = (e, o = "info") => {
|
|
|
4141
4138
|
setup(e) {
|
|
4142
4139
|
return (o, t) => (v(), J(He, { to: "body" }, [
|
|
4143
4140
|
w("div", Ho, [
|
|
4144
|
-
U(
|
|
4141
|
+
U(b1, { name: "toast-stack" }, {
|
|
4145
4142
|
default: G(() => [
|
|
4146
4143
|
(v(!0), f(te, null, ue(D(pe).toasts, (a) => (v(), J(Io, {
|
|
4147
4144
|
key: a.id,
|
|
@@ -4153,7 +4150,7 @@ const xe = (e, o = "info") => {
|
|
|
4153
4150
|
default: G(() => [
|
|
4154
4151
|
w("div", Bo, [
|
|
4155
4152
|
a.title ? (v(), f("strong", _o, P(a.title), 1)) : O("", !0),
|
|
4156
|
-
a.loading ? (v(), J(
|
|
4153
|
+
a.loading ? (v(), J(C1, {
|
|
4157
4154
|
key: 1,
|
|
4158
4155
|
message: a.description,
|
|
4159
4156
|
"aria-hidden": "true"
|
|
@@ -4179,7 +4176,7 @@ const sl = {
|
|
|
4179
4176
|
if (e.component("ToastViewport", o1), t && !n1 && typeof window < "u") {
|
|
4180
4177
|
n1 = !0;
|
|
4181
4178
|
const a = document.createElement("div");
|
|
4182
|
-
a.setAttribute("data-toast-host", ""), document.body.appendChild(a),
|
|
4179
|
+
a.setAttribute("data-toast-host", ""), document.body.appendChild(a), k1(o1).mount(a);
|
|
4183
4180
|
}
|
|
4184
4181
|
}
|
|
4185
4182
|
}, Ao = /* @__PURE__ */ S({
|
|
@@ -4416,7 +4413,7 @@ const sl = {
|
|
|
4416
4413
|
id: `step-title-${D(c)}`,
|
|
4417
4414
|
class: "title"
|
|
4418
4415
|
}, P(e.title), 9, Po),
|
|
4419
|
-
U(
|
|
4416
|
+
U(U2, {
|
|
4420
4417
|
variant: d.value,
|
|
4421
4418
|
size: "sm"
|
|
4422
4419
|
}, {
|
|
@@ -4458,7 +4455,7 @@ const sl = {
|
|
|
4458
4455
|
}),
|
|
4459
4456
|
emits: ["update:modelValue"],
|
|
4460
4457
|
setup(e) {
|
|
4461
|
-
const o = e, t = m(0), a = Fe(), l = fe(e, "modelValue"), s = m([]), i = m(null), n = V(() => l.value ?? 0), r = `steps-description-${ce()}`, c =
|
|
4458
|
+
const o = e, t = m(0), a = Fe(), l = fe(e, "modelValue"), s = m([]), i = m(null), n = V(() => l.value ?? 0), r = `steps-description-${ce()}`, c = w1({}), u = r1({});
|
|
4462
4459
|
let p = null;
|
|
4463
4460
|
const g = V(() => (a.default?.() ?? [])[n.value]?.props?.title ?? ""), k = V(() => Object.entries(u).filter(([, B]) => B !== "completed").length === 0), d = V(
|
|
4464
4461
|
() => Object.values(u).includes("error")
|
|
@@ -5219,7 +5216,7 @@ const sl = {
|
|
|
5219
5216
|
prevMonth: () => l.value = new Date(l.value.getFullYear(), l.value.getMonth() - 1, 1),
|
|
5220
5217
|
select: (g) => a.value = g
|
|
5221
5218
|
};
|
|
5222
|
-
},
|
|
5219
|
+
}, m1 = /(DD|MM|YYYY|HH|mm|ss)/g, Ee = (e, o) => {
|
|
5223
5220
|
const t = {
|
|
5224
5221
|
DD: String(e.getDate()).padStart(2, "0"),
|
|
5225
5222
|
MM: String(e.getMonth() + 1).padStart(2, "0"),
|
|
@@ -5243,7 +5240,7 @@ function In(e, o, t, a = 1900, l = 2100) {
|
|
|
5243
5240
|
return i.getFullYear() === t && i.getMonth() === o - 1 && i.getDate() === e;
|
|
5244
5241
|
}
|
|
5245
5242
|
const Hn = (e, o) => {
|
|
5246
|
-
const t = e.replace(/\D/g, ""), a = o.match(
|
|
5243
|
+
const t = e.replace(/\D/g, ""), a = o.match(m1);
|
|
5247
5244
|
if (!a) return e;
|
|
5248
5245
|
let l = "", s = 0;
|
|
5249
5246
|
for (const i of a) {
|
|
@@ -5256,7 +5253,7 @@ const Hn = (e, o) => {
|
|
|
5256
5253
|
}
|
|
5257
5254
|
return l;
|
|
5258
5255
|
}, Bn = (e) => {
|
|
5259
|
-
const o = e.match(
|
|
5256
|
+
const o = e.match(m1);
|
|
5260
5257
|
return o ? o.reduce((t, a) => t + a.length, 0) : 0;
|
|
5261
5258
|
}, _n = ["for"], Dn = ["id", "value", "required", "aria-invalid", "disabled", "data-disabled", "placeholder"], Rn = {
|
|
5262
5259
|
key: 0,
|
|
@@ -5948,16 +5945,16 @@ export {
|
|
|
5948
5945
|
Gn as Input,
|
|
5949
5946
|
Xn as Link,
|
|
5950
5947
|
Oe as Modal,
|
|
5951
|
-
|
|
5952
|
-
|
|
5953
|
-
|
|
5948
|
+
f1 as ModalBody,
|
|
5949
|
+
p1 as ModalClose,
|
|
5950
|
+
c1 as ModalContent,
|
|
5954
5951
|
el as ModalFooter,
|
|
5955
|
-
|
|
5956
|
-
|
|
5952
|
+
v1 as ModalHeader,
|
|
5953
|
+
d1 as ModalTitle,
|
|
5957
5954
|
a1 as PasswordValidator,
|
|
5958
5955
|
nl as RadioButton,
|
|
5959
5956
|
Qn as Select,
|
|
5960
|
-
|
|
5957
|
+
C1 as Spinner,
|
|
5961
5958
|
vl as Step,
|
|
5962
5959
|
fl as Steps,
|
|
5963
5960
|
Vl as Table,
|
|
@@ -5965,7 +5962,7 @@ export {
|
|
|
5965
5962
|
kl as TabsContent,
|
|
5966
5963
|
gl as TabsList,
|
|
5967
5964
|
bl as TabsTrigger,
|
|
5968
|
-
|
|
5965
|
+
U2 as Tag,
|
|
5969
5966
|
al as Textarea,
|
|
5970
5967
|
pl as Timeline,
|
|
5971
5968
|
Cl as TimelineItem,
|