@mobileaction/action-kit 1.14.1 → 1.14.11
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/action-kit.js +3 -3
- package/dist/action-kit.mjs +592 -588
- package/dist/components/select/index.vue.d.ts +12 -0
- package/dist/src/components/select/index.vue.d.ts +4 -0
- package/dist/src/components/select/stories/default.stories.d.ts +1 -0
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/action-kit.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as S, computed as c, defineAsyncComponent as Re, openBlock as o, createBlock as _, resolveDynamicComponent as ne, unref as a, ref as N, watch as re, h as fe, mergeProps as T, createSlots as Y, renderList as R, withCtx as h, renderSlot as f, createElementBlock as u, normalizeClass as P, createCommentVNode as v, createElementVNode as g, createVNode as k, createTextVNode as F, toDisplayString as C, isRef as ee, Fragment as H, useSlots as ae, useAttrs as Ue, Transition as ze, normalizeProps as Te, onMounted as ue, onBeforeUnmount as Ae, normalizeStyle as J, createApp as Ke, onUnmounted as Le, withDirectives as X, withModifiers as Ne, vShow as Q, withKeys as je, reactive as he, watchEffect as qe, vModelText as He, provide as ke, inject as $e, readonly as We, toRefs as Je } from "vue";
|
|
2
2
|
import { Button as Pe, Switch as Ye, Tooltip as Ze, Form as Xe, FormItem as Qe, Select as et, InputPassword as tt, Input as st, Textarea as ot, SelectOption as at, Checkbox as nt, CheckboxGroup as lt, Radio as it, RadioGroup as rt, Alert as ct, Modal as ut, Dropdown as dt, Popover as pt, Tabs as mt, TabPane as vt, InputNumber as ft } from "ant-design-vue";
|
|
3
3
|
import gt from "vuedraggable";
|
|
4
|
-
const
|
|
4
|
+
const tl = ["xs", "sm", "md", "lg", "xl"], sl = ["1x1", "4x3"], _t = {
|
|
5
5
|
xs: "w-4 h-4",
|
|
6
6
|
sm: "w-5 h-5",
|
|
7
7
|
md: "w-6 h-6",
|
|
@@ -12,7 +12,7 @@ const el = ["xs", "sm", "md", "lg", "xl"], tl = ["1x1", "4x3"], _t = {
|
|
|
12
12
|
return e ? typeof e == "function" ? e() : Promise.resolve(e) : new Promise((s, n) => {
|
|
13
13
|
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(n.bind(null, new Error("Unknown variable dynamic import: " + t)));
|
|
14
14
|
});
|
|
15
|
-
},
|
|
15
|
+
}, ht = /* @__PURE__ */ S({
|
|
16
16
|
__name: "maIcon",
|
|
17
17
|
props: {
|
|
18
18
|
name: null,
|
|
@@ -30,7 +30,7 @@ const el = ["xs", "sm", "md", "lg", "xl"], tl = ["1x1", "4x3"], _t = {
|
|
|
30
30
|
);
|
|
31
31
|
return (n, i) => (o(), _(ne(a(s))));
|
|
32
32
|
}
|
|
33
|
-
}),
|
|
33
|
+
}), yt = {
|
|
34
34
|
props: {
|
|
35
35
|
name: {
|
|
36
36
|
type: String,
|
|
@@ -79,7 +79,7 @@ const el = ["xs", "sm", "md", "lg", "xl"], tl = ["1x1", "4x3"], _t = {
|
|
|
79
79
|
}
|
|
80
80
|
}, bt = {
|
|
81
81
|
name: "MaIcon"
|
|
82
|
-
}, w = /* @__PURE__ */
|
|
82
|
+
}, w = /* @__PURE__ */ S({
|
|
83
83
|
...bt,
|
|
84
84
|
props: {
|
|
85
85
|
name: null,
|
|
@@ -90,7 +90,7 @@ const el = ["xs", "sm", "md", "lg", "xl"], tl = ["1x1", "4x3"], _t = {
|
|
|
90
90
|
},
|
|
91
91
|
setup(l) {
|
|
92
92
|
const t = l, e = c(
|
|
93
|
-
() => t.name.substring(0, 5) === "flag-" ?
|
|
93
|
+
() => t.name.substring(0, 5) === "flag-" ? yt : ht
|
|
94
94
|
), s = c(() => [
|
|
95
95
|
"ma-icon",
|
|
96
96
|
"ak-icon",
|
|
@@ -103,7 +103,7 @@ const el = ["xs", "sm", "md", "lg", "xl"], tl = ["1x1", "4x3"], _t = {
|
|
|
103
103
|
}
|
|
104
104
|
}), kt = {
|
|
105
105
|
name: "MaButton"
|
|
106
|
-
}, te = /* @__PURE__ */
|
|
106
|
+
}, te = /* @__PURE__ */ S({
|
|
107
107
|
...kt,
|
|
108
108
|
props: {
|
|
109
109
|
type: { default: "primary" },
|
|
@@ -152,13 +152,13 @@ const el = ["xs", "sm", "md", "lg", "xl"], tl = ["1x1", "4x3"], _t = {
|
|
|
152
152
|
}, p.$attrs, { "prefix-cls": "antd-btn" }), Y({ _: 2 }, [
|
|
153
153
|
R(p.$slots, ($, I) => ({
|
|
154
154
|
name: I,
|
|
155
|
-
fn:
|
|
155
|
+
fn: h(() => [
|
|
156
156
|
f(p.$slots, I)
|
|
157
157
|
])
|
|
158
158
|
})),
|
|
159
159
|
a(i) ? {
|
|
160
160
|
name: "icon",
|
|
161
|
-
fn:
|
|
161
|
+
fn: h(() => [
|
|
162
162
|
e?.loading ? (o(), _(w, {
|
|
163
163
|
key: 0,
|
|
164
164
|
class: "ak-button__loader",
|
|
@@ -175,13 +175,13 @@ const el = ["xs", "sm", "md", "lg", "xl"], tl = ["1x1", "4x3"], _t = {
|
|
|
175
175
|
]), 1040, ["class", "href", "target", "disabled", "type"]));
|
|
176
176
|
}
|
|
177
177
|
});
|
|
178
|
-
const
|
|
178
|
+
const ol = [
|
|
179
179
|
"primary",
|
|
180
180
|
"secondary",
|
|
181
181
|
"link",
|
|
182
182
|
"grey-link",
|
|
183
183
|
"social"
|
|
184
|
-
],
|
|
184
|
+
], al = [
|
|
185
185
|
"dark",
|
|
186
186
|
"plain",
|
|
187
187
|
"info",
|
|
@@ -194,20 +194,20 @@ const sl = [
|
|
|
194
194
|
"large",
|
|
195
195
|
"x-large",
|
|
196
196
|
"2x-large"
|
|
197
|
-
],
|
|
197
|
+
], nl = [
|
|
198
198
|
"default",
|
|
199
199
|
"round"
|
|
200
|
-
],
|
|
200
|
+
], ll = [
|
|
201
201
|
"_blank",
|
|
202
202
|
"_self",
|
|
203
203
|
"_top",
|
|
204
204
|
"_parent"
|
|
205
|
-
],
|
|
205
|
+
], il = [
|
|
206
206
|
"left",
|
|
207
207
|
"right"
|
|
208
208
|
], wt = {
|
|
209
209
|
name: "MaBadge"
|
|
210
|
-
}, me = /* @__PURE__ */
|
|
210
|
+
}, me = /* @__PURE__ */ S({
|
|
211
211
|
...wt,
|
|
212
212
|
props: {
|
|
213
213
|
type: { default: "primary" },
|
|
@@ -239,7 +239,7 @@ const sl = [
|
|
|
239
239
|
});
|
|
240
240
|
const Ct = { class: "icon-wrapper" }, Mt = {
|
|
241
241
|
name: "MaTrackButton"
|
|
242
|
-
},
|
|
242
|
+
}, rl = /* @__PURE__ */ S({
|
|
243
243
|
...Mt,
|
|
244
244
|
props: {
|
|
245
245
|
variant: { default: "default" },
|
|
@@ -279,7 +279,7 @@ const Ct = { class: "icon-wrapper" }, Mt = {
|
|
|
279
279
|
onMouseleave: p,
|
|
280
280
|
onMouseover: d
|
|
281
281
|
}), Y({
|
|
282
|
-
icon:
|
|
282
|
+
icon: h(() => [
|
|
283
283
|
g("div", Ct, [
|
|
284
284
|
k(w, {
|
|
285
285
|
spin: t?.loading,
|
|
@@ -293,44 +293,44 @@ const Ct = { class: "icon-wrapper" }, Mt = {
|
|
|
293
293
|
variant: a(r),
|
|
294
294
|
size: "small"
|
|
295
295
|
}, {
|
|
296
|
-
default:
|
|
296
|
+
default: h(() => [
|
|
297
297
|
F(C(t.badgeText), 1)
|
|
298
298
|
]),
|
|
299
299
|
_: 1
|
|
300
300
|
}, 8, ["variant"])) : v("", !0)
|
|
301
301
|
]),
|
|
302
|
-
default:
|
|
302
|
+
default: h(() => [
|
|
303
303
|
F(" " + C(l.keyword) + " ", 1)
|
|
304
304
|
]),
|
|
305
305
|
_: 2
|
|
306
306
|
}, [
|
|
307
307
|
R(m.$slots, (I, z) => ({
|
|
308
308
|
name: z,
|
|
309
|
-
fn:
|
|
309
|
+
fn: h(() => [
|
|
310
310
|
f(m.$slots, z)
|
|
311
311
|
])
|
|
312
312
|
}))
|
|
313
313
|
]), 1040, ["class", "disabled"]));
|
|
314
314
|
}
|
|
315
315
|
});
|
|
316
|
-
const
|
|
316
|
+
const cl = [
|
|
317
317
|
"default"
|
|
318
|
-
],
|
|
318
|
+
], ul = [
|
|
319
319
|
"sm",
|
|
320
320
|
"md",
|
|
321
321
|
"lg"
|
|
322
322
|
], xt = {
|
|
323
323
|
key: 0,
|
|
324
324
|
class: "ma-toggle__titles"
|
|
325
|
-
},
|
|
325
|
+
}, St = {
|
|
326
326
|
key: 0,
|
|
327
327
|
class: "ma-toggle__titles__title"
|
|
328
|
-
},
|
|
328
|
+
}, Bt = {
|
|
329
329
|
key: 1,
|
|
330
330
|
class: "ma-toggle__titles__sub-title"
|
|
331
331
|
}, It = {
|
|
332
332
|
name: "MaToggle"
|
|
333
|
-
},
|
|
333
|
+
}, dl = /* @__PURE__ */ S({
|
|
334
334
|
...It,
|
|
335
335
|
props: {
|
|
336
336
|
size: { default: "default" },
|
|
@@ -374,19 +374,19 @@ const rl = [
|
|
|
374
374
|
"prefix-cls": "antd-switch"
|
|
375
375
|
}), null, 16, ["checked", "disabled", "loading", "checkedChildren", "unCheckedChildren"]),
|
|
376
376
|
e.title || e.subTitle ? (o(), u("div", xt, [
|
|
377
|
-
e.title ? (o(), u("span",
|
|
378
|
-
e.subTitle ? (o(), u("span",
|
|
377
|
+
e.title ? (o(), u("span", St, C(e.title), 1)) : v("", !0),
|
|
378
|
+
e.subTitle ? (o(), u("span", Bt, C(e.subTitle), 1)) : v("", !0)
|
|
379
379
|
])) : v("", !0)
|
|
380
380
|
], 2));
|
|
381
381
|
}
|
|
382
382
|
});
|
|
383
|
-
const
|
|
383
|
+
const pl = [
|
|
384
384
|
"small",
|
|
385
385
|
"default",
|
|
386
386
|
"large"
|
|
387
387
|
], zt = ["aria-checked", "disabled"], Tt = {
|
|
388
388
|
name: "MaSwitch"
|
|
389
|
-
},
|
|
389
|
+
}, ml = /* @__PURE__ */ S({
|
|
390
390
|
...Tt,
|
|
391
391
|
props: {
|
|
392
392
|
active: null,
|
|
@@ -445,7 +445,7 @@ const dl = [
|
|
|
445
445
|
], 16, zt));
|
|
446
446
|
}
|
|
447
447
|
});
|
|
448
|
-
const
|
|
448
|
+
const vl = [
|
|
449
449
|
"primary",
|
|
450
450
|
"secondary"
|
|
451
451
|
], At = { class: "ak-tooltip-overlay__content" }, Lt = { class: "ak-tooltip-overlay__content__title" }, Nt = {
|
|
@@ -453,7 +453,7 @@ const ml = [
|
|
|
453
453
|
class: "ak-tooltip-overlay__content__description"
|
|
454
454
|
}, Pt = {
|
|
455
455
|
name: "MaTooltip"
|
|
456
|
-
}, pe = /* @__PURE__ */
|
|
456
|
+
}, pe = /* @__PURE__ */ S({
|
|
457
457
|
...Pt,
|
|
458
458
|
props: {
|
|
459
459
|
placement: { default: "top" },
|
|
@@ -489,7 +489,7 @@ const ml = [
|
|
|
489
489
|
overlayClassName: a(s),
|
|
490
490
|
"prefix-cls": "antd-tooltip"
|
|
491
491
|
}), {
|
|
492
|
-
title:
|
|
492
|
+
title: h(() => [
|
|
493
493
|
t.icon ? (o(), _(w, {
|
|
494
494
|
key: 0,
|
|
495
495
|
size: "xs",
|
|
@@ -514,14 +514,14 @@ const ml = [
|
|
|
514
514
|
name: "close"
|
|
515
515
|
})) : v("", !0)
|
|
516
516
|
]),
|
|
517
|
-
default:
|
|
517
|
+
default: h(() => [
|
|
518
518
|
f(r.$slots, "default")
|
|
519
519
|
]),
|
|
520
520
|
_: 3
|
|
521
521
|
}, 16, ["visible", "class", "placement", "trigger", "overlayClassName"]));
|
|
522
522
|
}
|
|
523
523
|
});
|
|
524
|
-
const
|
|
524
|
+
const fl = [
|
|
525
525
|
"top",
|
|
526
526
|
"left",
|
|
527
527
|
"right",
|
|
@@ -534,10 +534,10 @@ const vl = [
|
|
|
534
534
|
"leftBottom",
|
|
535
535
|
"rightTop",
|
|
536
536
|
"rightBottom"
|
|
537
|
-
],
|
|
537
|
+
], gl = [
|
|
538
538
|
"primary",
|
|
539
539
|
"secondary"
|
|
540
|
-
],
|
|
540
|
+
], _l = [
|
|
541
541
|
"hover",
|
|
542
542
|
"focus",
|
|
543
543
|
"click",
|
|
@@ -567,7 +567,7 @@ function Vt(l, t, e, s, n, i) {
|
|
|
567
567
|
}
|
|
568
568
|
const Gt = /* @__PURE__ */ De(Dt, [["render", Vt]]), Ot = {
|
|
569
569
|
name: "MaForm"
|
|
570
|
-
}, Rt = /* @__PURE__ */
|
|
570
|
+
}, Rt = /* @__PURE__ */ S({
|
|
571
571
|
...Ot,
|
|
572
572
|
props: {
|
|
573
573
|
nonHubspotFormsIgnore: { type: Boolean, default: !0 }
|
|
@@ -586,7 +586,7 @@ const Gt = /* @__PURE__ */ De(Dt, [["render", Vt]]), Ot = {
|
|
|
586
586
|
ref_key: "form",
|
|
587
587
|
ref: s
|
|
588
588
|
}), {
|
|
589
|
-
default:
|
|
589
|
+
default: h(() => [
|
|
590
590
|
e.nonHubspotFormsIgnore ? (o(), _(Gt, { key: 0 })) : v("", !0),
|
|
591
591
|
f(m.$slots, "default")
|
|
592
592
|
]),
|
|
@@ -596,7 +596,7 @@ const Gt = /* @__PURE__ */ De(Dt, [["render", Vt]]), Ot = {
|
|
|
596
596
|
});
|
|
597
597
|
const Ut = {
|
|
598
598
|
name: "MaFormItem"
|
|
599
|
-
}, we = /* @__PURE__ */
|
|
599
|
+
}, we = /* @__PURE__ */ S({
|
|
600
600
|
...Ut,
|
|
601
601
|
setup(l) {
|
|
602
602
|
return (t, e) => (o(), _(a(Qe), T(t.$attrs, {
|
|
@@ -605,13 +605,13 @@ const Ut = {
|
|
|
605
605
|
}), Y({ _: 2 }, [
|
|
606
606
|
R(t.$slots, (s, n) => ({
|
|
607
607
|
name: n,
|
|
608
|
-
fn:
|
|
608
|
+
fn: h(() => [
|
|
609
609
|
f(t.$slots, n)
|
|
610
610
|
])
|
|
611
611
|
}))
|
|
612
612
|
]), 1040));
|
|
613
613
|
}
|
|
614
|
-
}),
|
|
614
|
+
}), hl = [
|
|
615
615
|
"horizontal",
|
|
616
616
|
"vertical",
|
|
617
617
|
"inline"
|
|
@@ -653,7 +653,7 @@ const Ut = {
|
|
|
653
653
|
class: "status-icon"
|
|
654
654
|
}, Xt = ["src"], Qt = {
|
|
655
655
|
name: "MaAvatar"
|
|
656
|
-
}, Ee = /* @__PURE__ */
|
|
656
|
+
}, Ee = /* @__PURE__ */ S({
|
|
657
657
|
...Qt,
|
|
658
658
|
props: {
|
|
659
659
|
size: { default: "large" },
|
|
@@ -716,7 +716,7 @@ const Ut = {
|
|
|
716
716
|
});
|
|
717
717
|
const es = { class: "dropdown-wrapper" }, ts = { class: "mobile-header" }, ss = /* @__PURE__ */ g("label", null, "Select", -1), os = {
|
|
718
718
|
name: "MaDropdownRender"
|
|
719
|
-
}, as = /* @__PURE__ */
|
|
719
|
+
}, as = /* @__PURE__ */ S({
|
|
720
720
|
...os,
|
|
721
721
|
props: {
|
|
722
722
|
menu: {
|
|
@@ -752,13 +752,13 @@ const es = { class: "dropdown-wrapper" }, ts = { class: "mobile-header" }, ss =
|
|
|
752
752
|
type: "grey-link",
|
|
753
753
|
onClick: i
|
|
754
754
|
}, {
|
|
755
|
-
default:
|
|
755
|
+
default: h(() => [
|
|
756
756
|
F("Done")
|
|
757
757
|
]),
|
|
758
758
|
_: 1
|
|
759
759
|
})
|
|
760
760
|
]),
|
|
761
|
-
k(
|
|
761
|
+
k(ye, {
|
|
762
762
|
value: a(n),
|
|
763
763
|
"onUpdate:value": d[0] || (d[0] = (p) => ee(n) ? n.value = p : null),
|
|
764
764
|
autofocus: "",
|
|
@@ -773,7 +773,7 @@ const es = { class: "dropdown-wrapper" }, ts = { class: "mobile-header" }, ss =
|
|
|
773
773
|
class: "prefix-icon"
|
|
774
774
|
}, ls = {
|
|
775
775
|
name: "MaSelect"
|
|
776
|
-
}, Fe = /* @__PURE__ */
|
|
776
|
+
}, Fe = /* @__PURE__ */ S({
|
|
777
777
|
...ls,
|
|
778
778
|
props: {
|
|
779
779
|
allowClear: { type: Boolean },
|
|
@@ -799,7 +799,8 @@ const es = { class: "dropdown-wrapper" }, ts = { class: "mobile-header" }, ss =
|
|
|
799
799
|
prefixIcon: null,
|
|
800
800
|
open: { type: Boolean, default: !1 },
|
|
801
801
|
value: { default: "" },
|
|
802
|
-
listHeight: { default: 288 }
|
|
802
|
+
listHeight: { default: 288 },
|
|
803
|
+
dropdownMatchSelectWidth: { type: [Boolean, Number], default: !0 }
|
|
803
804
|
},
|
|
804
805
|
emits: [
|
|
805
806
|
"update:value"
|
|
@@ -835,11 +836,12 @@ const es = { class: "dropdown-wrapper" }, ts = { class: "mobile-header" }, ss =
|
|
|
835
836
|
}, b = c(() => !r.value && e?.showSearch), x = () => typeof window.orientation < "u" || navigator.userAgent.indexOf("Mobile") !== -1 ? window.innerHeight : e?.listHeight, D = () => {
|
|
836
837
|
i.value = !1;
|
|
837
838
|
};
|
|
838
|
-
return (E, q) => (o(), _(a(et), T({
|
|
839
|
+
return console.log(d.value), (E, q) => (o(), _(a(et), T({
|
|
839
840
|
value: a(d),
|
|
840
|
-
"onUpdate:value": q[1] || (q[1] = (
|
|
841
|
+
"onUpdate:value": q[1] || (q[1] = (y) => ee(d) ? d.value = y : null)
|
|
841
842
|
}, E.$attrs, {
|
|
842
843
|
class: a(p),
|
|
844
|
+
dropdownMatchSelectWidth: l.dropdownMatchSelectWidth,
|
|
843
845
|
allowClear: e?.allowClear,
|
|
844
846
|
autoClearSearchValue: e?.autoClearSearchValue,
|
|
845
847
|
autofocus: e?.autofocus,
|
|
@@ -862,7 +864,7 @@ const es = { class: "dropdown-wrapper" }, ts = { class: "mobile-header" }, ss =
|
|
|
862
864
|
onDropdownVisibleChange: M,
|
|
863
865
|
"prefix-cls": "antd-select"
|
|
864
866
|
}), Y({
|
|
865
|
-
suffixIcon:
|
|
867
|
+
suffixIcon: h(() => [
|
|
866
868
|
k(w, {
|
|
867
869
|
spin: e?.loading,
|
|
868
870
|
name: a($) || "chevron-down"
|
|
@@ -876,24 +878,24 @@ const es = { class: "dropdown-wrapper" }, ts = { class: "mobile-header" }, ss =
|
|
|
876
878
|
])
|
|
877
879
|
])) : v("", !0)
|
|
878
880
|
]),
|
|
879
|
-
removeIcon:
|
|
881
|
+
removeIcon: h(() => [
|
|
880
882
|
k(w, {
|
|
881
883
|
name: e?.removeIcon || "close"
|
|
882
884
|
}, null, 8, ["name"])
|
|
883
885
|
]),
|
|
884
886
|
_: 2
|
|
885
887
|
}, [
|
|
886
|
-
R(a(I), (
|
|
887
|
-
name:
|
|
888
|
-
fn:
|
|
889
|
-
f(E.$slots,
|
|
888
|
+
R(a(I), (y) => ({
|
|
889
|
+
name: y,
|
|
890
|
+
fn: h(() => [
|
|
891
|
+
f(E.$slots, y)
|
|
890
892
|
])
|
|
891
893
|
})),
|
|
892
894
|
E.$slots.option ? {
|
|
893
895
|
name: "option",
|
|
894
|
-
fn:
|
|
896
|
+
fn: h(({ label: y, value: O }) => [
|
|
895
897
|
f(E.$slots, "option", {
|
|
896
|
-
label:
|
|
898
|
+
label: y,
|
|
897
899
|
value: O
|
|
898
900
|
})
|
|
899
901
|
]),
|
|
@@ -901,7 +903,7 @@ const es = { class: "dropdown-wrapper" }, ts = { class: "mobile-header" }, ss =
|
|
|
901
903
|
} : void 0,
|
|
902
904
|
e?.clearIcon ? {
|
|
903
905
|
name: "clearIcon",
|
|
904
|
-
fn:
|
|
906
|
+
fn: h(() => [
|
|
905
907
|
e?.clearIcon ? (o(), _(w, {
|
|
906
908
|
key: 0,
|
|
907
909
|
name: e?.clearIcon
|
|
@@ -911,7 +913,7 @@ const es = { class: "dropdown-wrapper" }, ts = { class: "mobile-header" }, ss =
|
|
|
911
913
|
} : void 0,
|
|
912
914
|
e?.menuItemSelectedIcon ? {
|
|
913
915
|
name: "menuItemSelectedIcon",
|
|
914
|
-
fn:
|
|
916
|
+
fn: h(() => [
|
|
915
917
|
k(w, {
|
|
916
918
|
name: e?.menuItemSelectedIcon
|
|
917
919
|
}, null, 8, ["name"])
|
|
@@ -920,7 +922,7 @@ const es = { class: "dropdown-wrapper" }, ts = { class: "mobile-header" }, ss =
|
|
|
920
922
|
} : void 0,
|
|
921
923
|
E.$slots.notFoundContent ? void 0 : {
|
|
922
924
|
name: "notFoundContent",
|
|
923
|
-
fn:
|
|
925
|
+
fn: h(() => [
|
|
924
926
|
k(w, {
|
|
925
927
|
size: "sm",
|
|
926
928
|
name: "warning"
|
|
@@ -931,17 +933,17 @@ const es = { class: "dropdown-wrapper" }, ts = { class: "mobile-header" }, ss =
|
|
|
931
933
|
},
|
|
932
934
|
a(r) && i.value ? {
|
|
933
935
|
name: "dropdownRender",
|
|
934
|
-
fn:
|
|
936
|
+
fn: h(({ menuNode: y }) => [
|
|
935
937
|
k(as, {
|
|
936
938
|
filter: n.value,
|
|
937
939
|
"onUpdate:filter": q[0] || (q[0] = (O) => n.value = O),
|
|
938
|
-
menu:
|
|
940
|
+
menu: y,
|
|
939
941
|
onCloseDropdown: D
|
|
940
942
|
}, null, 8, ["filter", "menu"])
|
|
941
943
|
]),
|
|
942
944
|
key: "4"
|
|
943
945
|
} : void 0
|
|
944
|
-
]), 1040, ["value", "class", "allowClear", "autoClearSearchValue", "autofocus", "defaultOpen", "disabled", "dropdownClassName", "loading", "optionFilterProp", "optionLabelProp", "options", "placeholder", "searchValue", "showSearch", "showArrow", "mode", "list-height", "size", "open"]));
|
|
946
|
+
]), 1040, ["value", "class", "dropdownMatchSelectWidth", "allowClear", "autoClearSearchValue", "autofocus", "defaultOpen", "disabled", "dropdownClassName", "loading", "optionFilterProp", "optionLabelProp", "options", "placeholder", "searchValue", "showSearch", "showArrow", "mode", "list-height", "size", "open"]));
|
|
945
947
|
}
|
|
946
948
|
});
|
|
947
949
|
const is = ["for"], rs = {
|
|
@@ -956,7 +958,7 @@ const is = ["for"], rs = {
|
|
|
956
958
|
}, ds = {
|
|
957
959
|
name: "MaInput",
|
|
958
960
|
inheritAttrs: !1
|
|
959
|
-
},
|
|
961
|
+
}, ye = /* @__PURE__ */ S({
|
|
960
962
|
...ds,
|
|
961
963
|
props: {
|
|
962
964
|
allowClear: { type: Boolean },
|
|
@@ -1001,39 +1003,39 @@ const is = ["for"], rs = {
|
|
|
1001
1003
|
get() {
|
|
1002
1004
|
return e.value;
|
|
1003
1005
|
},
|
|
1004
|
-
set(
|
|
1005
|
-
t("update:value",
|
|
1006
|
+
set(y) {
|
|
1007
|
+
t("update:value", y);
|
|
1006
1008
|
}
|
|
1007
1009
|
}), m = c(() => e.amountCurrency ? jt[e.amountCurrency] : null), $ = c({
|
|
1008
1010
|
get() {
|
|
1009
1011
|
return e.amountCurrency;
|
|
1010
1012
|
},
|
|
1011
|
-
set(
|
|
1012
|
-
t("update:amountCurrency",
|
|
1013
|
+
set(y) {
|
|
1014
|
+
t("update:amountCurrency", y);
|
|
1013
1015
|
}
|
|
1014
1016
|
}), I = c(() => e.type === oe.password ? tt : st), z = c(() => e.type === oe.password ? { "input-prefix-cls": "antd-input" } : { "prefix-cls": "antd-input" }), L = c(() => e.type === oe.url ? "https" : e?.addonBefore), M = c(() => {
|
|
1015
|
-
let
|
|
1016
|
-
return s?.class && delete
|
|
1017
|
-
}), b = (
|
|
1018
|
-
t("change",
|
|
1019
|
-
}, x = (
|
|
1020
|
-
t("currency-change",
|
|
1017
|
+
let y = { ...s, ...z.value };
|
|
1018
|
+
return s?.class && delete y?.class, y;
|
|
1019
|
+
}), b = (y) => {
|
|
1020
|
+
t("change", y);
|
|
1021
|
+
}, x = (y) => {
|
|
1022
|
+
t("currency-change", y);
|
|
1021
1023
|
}, D = () => {
|
|
1022
1024
|
n.value.focus();
|
|
1023
|
-
}, E = (
|
|
1024
|
-
t("focus",
|
|
1025
|
-
}, q = (
|
|
1026
|
-
t("focusout",
|
|
1025
|
+
}, E = (y) => {
|
|
1026
|
+
t("focus", y);
|
|
1027
|
+
}, q = (y) => {
|
|
1028
|
+
t("focusout", y);
|
|
1027
1029
|
};
|
|
1028
|
-
return (
|
|
1030
|
+
return (y, O) => (o(), u("div", {
|
|
1029
1031
|
class: P(a(r))
|
|
1030
1032
|
}, [
|
|
1031
|
-
f(
|
|
1033
|
+
f(y.$slots, "title"),
|
|
1032
1034
|
e.title ? (o(), u("label", {
|
|
1033
1035
|
key: 0,
|
|
1034
1036
|
onClick: D,
|
|
1035
1037
|
class: "ak-input__title",
|
|
1036
|
-
for:
|
|
1038
|
+
for: y.$attrs?.id
|
|
1037
1039
|
}, C(e.title), 9, is)) : v("", !0),
|
|
1038
1040
|
e.type !== "textarea" ? (o(), u("div", rs, [
|
|
1039
1041
|
(o(), _(ne(a(I)), T({
|
|
@@ -1053,7 +1055,7 @@ const is = ["for"], rs = {
|
|
|
1053
1055
|
ref_key: "inputRef",
|
|
1054
1056
|
ref: n
|
|
1055
1057
|
}), Y({
|
|
1056
|
-
prefix:
|
|
1058
|
+
prefix: h(() => [
|
|
1057
1059
|
e.prefixIcon ? (o(), _(w, {
|
|
1058
1060
|
key: 0,
|
|
1059
1061
|
size: "xs",
|
|
@@ -1064,7 +1066,7 @@ const is = ["for"], rs = {
|
|
|
1064
1066
|
disabled: e.disabled
|
|
1065
1067
|
}, null, 8, ["src", "disabled"])) : v("", !0)
|
|
1066
1068
|
]),
|
|
1067
|
-
suffix:
|
|
1069
|
+
suffix: h(() => [
|
|
1068
1070
|
e.type === "amount" ? (o(), _(Fe, {
|
|
1069
1071
|
key: 0,
|
|
1070
1072
|
value: a($),
|
|
@@ -1083,10 +1085,10 @@ const is = ["for"], rs = {
|
|
|
1083
1085
|
]),
|
|
1084
1086
|
_: 2
|
|
1085
1087
|
}, [
|
|
1086
|
-
R(
|
|
1088
|
+
R(y.$slots, (U, Z) => ({
|
|
1087
1089
|
name: Z,
|
|
1088
|
-
fn:
|
|
1089
|
-
f(
|
|
1090
|
+
fn: h(() => [
|
|
1091
|
+
f(y.$slots, Z)
|
|
1090
1092
|
])
|
|
1091
1093
|
}))
|
|
1092
1094
|
]), 1040, ["value", "allowClear", "type", "disabled", "placeholder", "addonBefore", "addonAfter", "class"]))
|
|
@@ -1102,21 +1104,21 @@ const is = ["for"], rs = {
|
|
|
1102
1104
|
ref_key: "inputRef",
|
|
1103
1105
|
ref: n
|
|
1104
1106
|
}), Y({ _: 2 }, [
|
|
1105
|
-
R(
|
|
1107
|
+
R(y.$slots, (U, Z) => ({
|
|
1106
1108
|
name: Z,
|
|
1107
|
-
fn:
|
|
1108
|
-
f(
|
|
1109
|
+
fn: h(() => [
|
|
1110
|
+
f(y.$slots, Z)
|
|
1109
1111
|
])
|
|
1110
1112
|
}))
|
|
1111
1113
|
]), 1040, ["value", "class", "disabled", "placeholder"])),
|
|
1112
|
-
f(
|
|
1114
|
+
f(y.$slots, "hint"),
|
|
1113
1115
|
e.hintText ? (o(), u("div", us, C(e.hintText), 1)) : v("", !0)
|
|
1114
1116
|
], 2));
|
|
1115
1117
|
}
|
|
1116
1118
|
});
|
|
1117
1119
|
const ps = {
|
|
1118
1120
|
name: "MaSelectOption"
|
|
1119
|
-
}, ms = /* @__PURE__ */
|
|
1121
|
+
}, ms = /* @__PURE__ */ S({
|
|
1120
1122
|
...ps,
|
|
1121
1123
|
setup(l) {
|
|
1122
1124
|
return (t, e) => (o(), _(a(at), T(t.$attrs, {
|
|
@@ -1125,22 +1127,22 @@ const ps = {
|
|
|
1125
1127
|
}), Y({ _: 2 }, [
|
|
1126
1128
|
R(t.$slots, (s, n) => ({
|
|
1127
1129
|
name: n,
|
|
1128
|
-
fn:
|
|
1130
|
+
fn: h(() => [
|
|
1129
1131
|
f(t.$slots, n)
|
|
1130
1132
|
])
|
|
1131
1133
|
}))
|
|
1132
1134
|
]), 1040));
|
|
1133
1135
|
}
|
|
1134
|
-
}),
|
|
1136
|
+
}), bl = [
|
|
1135
1137
|
"default",
|
|
1136
1138
|
"large",
|
|
1137
1139
|
"small"
|
|
1138
|
-
],
|
|
1140
|
+
], kl = [
|
|
1139
1141
|
"multiple",
|
|
1140
1142
|
"tags"
|
|
1141
1143
|
], vs = {
|
|
1142
1144
|
name: "MaCheckbox"
|
|
1143
|
-
}, fs = /* @__PURE__ */
|
|
1145
|
+
}, fs = /* @__PURE__ */ S({
|
|
1144
1146
|
...vs,
|
|
1145
1147
|
props: {
|
|
1146
1148
|
hint: null,
|
|
@@ -1163,7 +1165,7 @@ const ps = {
|
|
|
1163
1165
|
}), Y({ _: 2 }, [
|
|
1164
1166
|
R(s.$slots, (i, r) => ({
|
|
1165
1167
|
name: r,
|
|
1166
|
-
fn:
|
|
1168
|
+
fn: h(() => [
|
|
1167
1169
|
f(s.$slots, r),
|
|
1168
1170
|
t.hint ? (o(), u("div", {
|
|
1169
1171
|
key: r,
|
|
@@ -1176,7 +1178,7 @@ const ps = {
|
|
|
1176
1178
|
});
|
|
1177
1179
|
const gs = {
|
|
1178
1180
|
name: "MaCheckboxGroup"
|
|
1179
|
-
},
|
|
1181
|
+
}, $l = /* @__PURE__ */ S({
|
|
1180
1182
|
...gs,
|
|
1181
1183
|
props: {
|
|
1182
1184
|
hint: null,
|
|
@@ -1190,7 +1192,7 @@ const gs = {
|
|
|
1190
1192
|
}), Y({ _: 2 }, [
|
|
1191
1193
|
R(e.$slots, (n, i) => ({
|
|
1192
1194
|
name: i,
|
|
1193
|
-
fn:
|
|
1195
|
+
fn: h(() => [
|
|
1194
1196
|
f(e.$slots, i),
|
|
1195
1197
|
t.hint ? (o(), u("div", {
|
|
1196
1198
|
key: i,
|
|
@@ -1200,7 +1202,7 @@ const gs = {
|
|
|
1200
1202
|
}))
|
|
1201
1203
|
]), 1040));
|
|
1202
1204
|
}
|
|
1203
|
-
}), _s = ["value"],
|
|
1205
|
+
}), _s = ["value"], hs = /* @__PURE__ */ S({
|
|
1204
1206
|
__name: "singleNumericInput",
|
|
1205
1207
|
props: {
|
|
1206
1208
|
value: { default: "" },
|
|
@@ -1231,10 +1233,10 @@ const gs = {
|
|
|
1231
1233
|
inputmode: "numeric"
|
|
1232
1234
|
}), null, 16, _s));
|
|
1233
1235
|
}
|
|
1234
|
-
}),
|
|
1236
|
+
}), ys = {
|
|
1235
1237
|
name: "MaNumericInput"
|
|
1236
|
-
},
|
|
1237
|
-
...
|
|
1238
|
+
}, wl = /* @__PURE__ */ S({
|
|
1239
|
+
...ys,
|
|
1238
1240
|
props: {
|
|
1239
1241
|
disabled: { type: Boolean },
|
|
1240
1242
|
length: { default: 6 },
|
|
@@ -1294,7 +1296,7 @@ const gs = {
|
|
|
1294
1296
|
M !== n.value.join("") && M && M.match(/^\d+$/) && (n.value = M.split("").slice(0, e.length));
|
|
1295
1297
|
}
|
|
1296
1298
|
), (M, b) => (o(), u("div", T({ class: a(i) }, M.$attrs), [
|
|
1297
|
-
(o(!0), u(H, null, R(e.length, (x) => (o(), _(
|
|
1299
|
+
(o(!0), u(H, null, R(e.length, (x) => (o(), _(hs, {
|
|
1298
1300
|
focus: s.value === x - 1,
|
|
1299
1301
|
key: x,
|
|
1300
1302
|
placeholder: a(r),
|
|
@@ -1308,13 +1310,13 @@ const gs = {
|
|
|
1308
1310
|
], 16));
|
|
1309
1311
|
}
|
|
1310
1312
|
});
|
|
1311
|
-
const
|
|
1313
|
+
const Cl = [
|
|
1312
1314
|
"small",
|
|
1313
1315
|
"medium",
|
|
1314
1316
|
"large"
|
|
1315
1317
|
], bs = {
|
|
1316
1318
|
name: "MaRadio"
|
|
1317
|
-
}, ks = /* @__PURE__ */
|
|
1319
|
+
}, ks = /* @__PURE__ */ S({
|
|
1318
1320
|
...bs,
|
|
1319
1321
|
props: {
|
|
1320
1322
|
type: { default: "button" },
|
|
@@ -1333,7 +1335,7 @@ const wl = [
|
|
|
1333
1335
|
}), Y({ _: 2 }, [
|
|
1334
1336
|
R(i.$slots, (d, p) => ({
|
|
1335
1337
|
name: p,
|
|
1336
|
-
fn:
|
|
1338
|
+
fn: h(() => [
|
|
1337
1339
|
f(i.$slots, p),
|
|
1338
1340
|
e.hint ? (o(), u("div", {
|
|
1339
1341
|
key: p,
|
|
@@ -1347,10 +1349,10 @@ const wl = [
|
|
|
1347
1349
|
const $s = ["aria-checked", "disabled"], ws = ["src", "alt"], Cs = { class: "ma-app-track-button__text" }, Ms = { class: "ma-app-track-button__text__title" }, xs = {
|
|
1348
1350
|
key: 0,
|
|
1349
1351
|
class: "ma-app-track-button__text__category"
|
|
1350
|
-
},
|
|
1352
|
+
}, Ss = { class: "ma-app-track-button__check" }, Bs = {
|
|
1351
1353
|
name: "MaAppTrackButton"
|
|
1352
|
-
},
|
|
1353
|
-
...
|
|
1354
|
+
}, Ml = /* @__PURE__ */ S({
|
|
1355
|
+
...Bs,
|
|
1354
1356
|
props: {
|
|
1355
1357
|
checked: { type: Boolean, default: !1 },
|
|
1356
1358
|
appIcon: null,
|
|
@@ -1392,12 +1394,12 @@ const $s = ["aria-checked", "disabled"], ws = ["src", "alt"], Cs = { class: "ma-
|
|
|
1392
1394
|
g("span", Ms, C(e.appName), 1),
|
|
1393
1395
|
e.appCategory ? (o(), u("span", xs, C(e?.appCategory), 1)) : v("", !0)
|
|
1394
1396
|
]),
|
|
1395
|
-
g("span",
|
|
1397
|
+
g("span", Ss, [
|
|
1396
1398
|
k(ze, {
|
|
1397
1399
|
name: "fade",
|
|
1398
1400
|
mode: "out-in"
|
|
1399
1401
|
}, {
|
|
1400
|
-
default:
|
|
1402
|
+
default: h(() => [
|
|
1401
1403
|
e.loading ? (o(), _(w, {
|
|
1402
1404
|
key: 0,
|
|
1403
1405
|
name: "loader",
|
|
@@ -1439,7 +1441,7 @@ const Is = { class: "ak-app-icon__logo" }, zs = ["src"], Ts = {
|
|
|
1439
1441
|
class: "ak-app-description"
|
|
1440
1442
|
}, Fs = {
|
|
1441
1443
|
name: "MaAppIcon"
|
|
1442
|
-
}, Vs = /* @__PURE__ */
|
|
1444
|
+
}, Vs = /* @__PURE__ */ S({
|
|
1443
1445
|
...Fs,
|
|
1444
1446
|
props: {
|
|
1445
1447
|
appIcon: null,
|
|
@@ -1472,7 +1474,7 @@ const Is = { class: "ak-app-icon__logo" }, zs = ["src"], Ts = {
|
|
|
1472
1474
|
class: P(a(n))
|
|
1473
1475
|
}, [
|
|
1474
1476
|
e.showTooltip ? (o(), _(pe, Te(T({ key: 0 }, a(r))), {
|
|
1475
|
-
default:
|
|
1477
|
+
default: h(() => [
|
|
1476
1478
|
g("div", Is, [
|
|
1477
1479
|
e.closable ? (o(), u("span", {
|
|
1478
1480
|
key: 0,
|
|
@@ -1526,33 +1528,33 @@ const Is = { class: "ak-app-icon__logo" }, zs = ["src"], Ts = {
|
|
|
1526
1528
|
], 2));
|
|
1527
1529
|
}
|
|
1528
1530
|
});
|
|
1529
|
-
const
|
|
1531
|
+
const xl = [
|
|
1530
1532
|
"x-small",
|
|
1531
1533
|
"small",
|
|
1532
1534
|
"medium",
|
|
1533
1535
|
"large",
|
|
1534
1536
|
"x-large"
|
|
1535
|
-
],
|
|
1537
|
+
], Sl = [
|
|
1536
1538
|
"play",
|
|
1537
1539
|
"ios"
|
|
1538
1540
|
], Gs = {
|
|
1539
1541
|
name: "MaRadioGroup"
|
|
1540
|
-
}, Bl = /* @__PURE__ */
|
|
1542
|
+
}, Bl = /* @__PURE__ */ S({
|
|
1541
1543
|
...Gs,
|
|
1542
1544
|
setup(l) {
|
|
1543
1545
|
return (t, e) => (o(), _(a(rt), T(t.$attrs, { "prefix-cls": "antd-radio" }), Y({ _: 2 }, [
|
|
1544
1546
|
R(t.$slots, (s, n) => ({
|
|
1545
1547
|
name: n,
|
|
1546
|
-
fn:
|
|
1548
|
+
fn: h(() => [
|
|
1547
1549
|
f(t.$slots, n)
|
|
1548
1550
|
])
|
|
1549
1551
|
}))
|
|
1550
1552
|
]), 1040));
|
|
1551
1553
|
}
|
|
1552
|
-
}),
|
|
1554
|
+
}), Il = [
|
|
1553
1555
|
"button",
|
|
1554
1556
|
"check"
|
|
1555
|
-
],
|
|
1557
|
+
], zl = [
|
|
1556
1558
|
"dark",
|
|
1557
1559
|
"blue",
|
|
1558
1560
|
"green",
|
|
@@ -1560,22 +1562,22 @@ const Ml = [
|
|
|
1560
1562
|
"red",
|
|
1561
1563
|
"purple",
|
|
1562
1564
|
"purple-light"
|
|
1563
|
-
],
|
|
1565
|
+
], Tl = [
|
|
1564
1566
|
"primary",
|
|
1565
1567
|
"secondary",
|
|
1566
1568
|
"line",
|
|
1567
1569
|
"dashed",
|
|
1568
1570
|
"icon"
|
|
1569
|
-
],
|
|
1571
|
+
], Al = [
|
|
1570
1572
|
"small",
|
|
1571
1573
|
"medium",
|
|
1572
1574
|
"large"
|
|
1573
|
-
],
|
|
1575
|
+
], Ll = [
|
|
1574
1576
|
"left",
|
|
1575
1577
|
"right"
|
|
1576
1578
|
], Os = {
|
|
1577
1579
|
name: "MaAlert"
|
|
1578
|
-
},
|
|
1580
|
+
}, Nl = /* @__PURE__ */ S({
|
|
1579
1581
|
...Os,
|
|
1580
1582
|
props: {
|
|
1581
1583
|
variant: { default: "dark" },
|
|
@@ -1595,13 +1597,13 @@ const Ml = [
|
|
|
1595
1597
|
showIcon: a(n),
|
|
1596
1598
|
"prefix-cls": "antd-alert"
|
|
1597
1599
|
}), {
|
|
1598
|
-
closeIcon:
|
|
1600
|
+
closeIcon: h(() => [
|
|
1599
1601
|
k(w, {
|
|
1600
1602
|
name: "close",
|
|
1601
1603
|
size: "xs"
|
|
1602
1604
|
})
|
|
1603
1605
|
]),
|
|
1604
|
-
icon:
|
|
1606
|
+
icon: h(() => [
|
|
1605
1607
|
t?.icon ? (o(), _(w, {
|
|
1606
1608
|
key: 0,
|
|
1607
1609
|
name: l.icon,
|
|
@@ -1609,28 +1611,28 @@ const Ml = [
|
|
|
1609
1611
|
}, null, 8, ["name"])) : v("", !0),
|
|
1610
1612
|
f(i.$slots, "icon")
|
|
1611
1613
|
]),
|
|
1612
|
-
message:
|
|
1614
|
+
message: h(() => [
|
|
1613
1615
|
f(i.$slots, "message")
|
|
1614
1616
|
]),
|
|
1615
|
-
description:
|
|
1617
|
+
description: h(() => [
|
|
1616
1618
|
f(i.$slots, "description")
|
|
1617
1619
|
]),
|
|
1618
1620
|
_: 3
|
|
1619
1621
|
}, 16, ["class", "description", "message", "closable", "showIcon"]));
|
|
1620
1622
|
}
|
|
1621
1623
|
});
|
|
1622
|
-
const
|
|
1624
|
+
const Pl = [
|
|
1623
1625
|
"dark",
|
|
1624
1626
|
"blue",
|
|
1625
1627
|
"green",
|
|
1626
1628
|
"orange",
|
|
1627
1629
|
"red"
|
|
1628
|
-
],
|
|
1630
|
+
], Dl = [
|
|
1629
1631
|
"primary",
|
|
1630
1632
|
"secondary"
|
|
1631
1633
|
], Rs = {
|
|
1632
1634
|
name: "MaAnimation"
|
|
1633
|
-
}, Us = /* @__PURE__ */
|
|
1635
|
+
}, Us = /* @__PURE__ */ S({
|
|
1634
1636
|
...Rs,
|
|
1635
1637
|
props: {
|
|
1636
1638
|
name: { default: "rocket" },
|
|
@@ -1690,14 +1692,14 @@ const Nl = [
|
|
|
1690
1692
|
style: J(a(d))
|
|
1691
1693
|
}, null, 4));
|
|
1692
1694
|
}
|
|
1693
|
-
}),
|
|
1695
|
+
}), El = [
|
|
1694
1696
|
"rocket",
|
|
1695
1697
|
"success-confetti",
|
|
1696
1698
|
"rounded-loading",
|
|
1697
1699
|
"fly-waiting",
|
|
1698
1700
|
"no-data-found",
|
|
1699
1701
|
"sad-not-found"
|
|
1700
|
-
],
|
|
1702
|
+
], Fl = [
|
|
1701
1703
|
"info",
|
|
1702
1704
|
"success",
|
|
1703
1705
|
"confirm",
|
|
@@ -1720,7 +1722,7 @@ const Nl = [
|
|
|
1720
1722
|
class: "ak-modal__footer"
|
|
1721
1723
|
}, Ws = {
|
|
1722
1724
|
name: "MaModal"
|
|
1723
|
-
}, Me = /* @__PURE__ */
|
|
1725
|
+
}, Me = /* @__PURE__ */ S({
|
|
1724
1726
|
...Ws,
|
|
1725
1727
|
props: {
|
|
1726
1728
|
visible: { type: Boolean, default: !0 },
|
|
@@ -1777,13 +1779,13 @@ const Nl = [
|
|
|
1777
1779
|
onOk: $,
|
|
1778
1780
|
onCancel: m
|
|
1779
1781
|
}), {
|
|
1780
|
-
closeIcon:
|
|
1782
|
+
closeIcon: h(() => [
|
|
1781
1783
|
k(w, {
|
|
1782
1784
|
name: "close-circle",
|
|
1783
1785
|
size: "sm"
|
|
1784
1786
|
})
|
|
1785
1787
|
]),
|
|
1786
|
-
default:
|
|
1788
|
+
default: h(() => [
|
|
1787
1789
|
a(n) ? (o(), u("div", {
|
|
1788
1790
|
key: 0,
|
|
1789
1791
|
class: P(a(p))
|
|
@@ -1807,7 +1809,7 @@ const Nl = [
|
|
|
1807
1809
|
variant: a(i),
|
|
1808
1810
|
loading: e.confirmLoading
|
|
1809
1811
|
}, e.okButtonProps), {
|
|
1810
|
-
default:
|
|
1812
|
+
default: h(() => [
|
|
1811
1813
|
F(C(e.okText), 1)
|
|
1812
1814
|
]),
|
|
1813
1815
|
_: 1
|
|
@@ -1817,7 +1819,7 @@ const Nl = [
|
|
|
1817
1819
|
onClick: m,
|
|
1818
1820
|
type: "grey-link"
|
|
1819
1821
|
}, e.cancelButtonProps), {
|
|
1820
|
-
default:
|
|
1822
|
+
default: h(() => [
|
|
1821
1823
|
F(C(e.cancelText), 1)
|
|
1822
1824
|
]),
|
|
1823
1825
|
_: 1
|
|
@@ -1846,7 +1848,7 @@ Js.forEach((l) => {
|
|
|
1846
1848
|
});
|
|
1847
1849
|
const Ys = {
|
|
1848
1850
|
name: "MaRateStar"
|
|
1849
|
-
}, Zs = /* @__PURE__ */
|
|
1851
|
+
}, Zs = /* @__PURE__ */ S({
|
|
1850
1852
|
...Ys,
|
|
1851
1853
|
props: {
|
|
1852
1854
|
value: null,
|
|
@@ -1861,7 +1863,7 @@ const Ys = {
|
|
|
1861
1863
|
}
|
|
1862
1864
|
]), s = c(() => t.starRate - 0.5 === t.value), n = c(() => s.value ? "star-half-colored" : "star-bold");
|
|
1863
1865
|
return (i, r) => (o(), _(ze, { name: "fade" }, {
|
|
1864
|
-
default:
|
|
1866
|
+
default: h(() => [
|
|
1865
1867
|
k(w, {
|
|
1866
1868
|
class: P(a(e)),
|
|
1867
1869
|
name: a(n),
|
|
@@ -1873,7 +1875,7 @@ const Ys = {
|
|
|
1873
1875
|
}
|
|
1874
1876
|
}), Xs = ["tabindex"], Qs = ["onMousemove", "onMouseover"], eo = {
|
|
1875
1877
|
name: "MaRate"
|
|
1876
|
-
},
|
|
1878
|
+
}, Vl = /* @__PURE__ */ S({
|
|
1877
1879
|
...eo,
|
|
1878
1880
|
props: {
|
|
1879
1881
|
value: null,
|
|
@@ -1941,11 +1943,11 @@ const Ys = {
|
|
|
1941
1943
|
], 42, Xs));
|
|
1942
1944
|
}
|
|
1943
1945
|
});
|
|
1944
|
-
const
|
|
1946
|
+
const Gl = [
|
|
1945
1947
|
"small",
|
|
1946
1948
|
"medium",
|
|
1947
1949
|
"large"
|
|
1948
|
-
],
|
|
1950
|
+
], Ol = [
|
|
1949
1951
|
"orange",
|
|
1950
1952
|
"green",
|
|
1951
1953
|
"red"
|
|
@@ -1960,7 +1962,7 @@ const Vl = [
|
|
|
1960
1962
|
class: "tip"
|
|
1961
1963
|
}, ao = {
|
|
1962
1964
|
name: "MaSpin"
|
|
1963
|
-
}, xe = /* @__PURE__ */
|
|
1965
|
+
}, xe = /* @__PURE__ */ S({
|
|
1964
1966
|
...ao,
|
|
1965
1967
|
props: {
|
|
1966
1968
|
type: { default: "round" },
|
|
@@ -1996,12 +1998,12 @@ const Vl = [
|
|
|
1996
1998
|
], 16));
|
|
1997
1999
|
}
|
|
1998
2000
|
});
|
|
1999
|
-
const
|
|
2001
|
+
const Rl = [
|
|
2000
2002
|
"round",
|
|
2001
2003
|
"dots",
|
|
2002
2004
|
"three-circles",
|
|
2003
2005
|
"three-dots"
|
|
2004
|
-
],
|
|
2006
|
+
], Ul = [
|
|
2005
2007
|
"dark",
|
|
2006
2008
|
"jordy",
|
|
2007
2009
|
"blue",
|
|
@@ -2009,7 +2011,7 @@ const Ol = [
|
|
|
2009
2011
|
"grey"
|
|
2010
2012
|
], no = {
|
|
2011
2013
|
name: "MaDropdown"
|
|
2012
|
-
},
|
|
2014
|
+
}, Kl = /* @__PURE__ */ S({
|
|
2013
2015
|
...no,
|
|
2014
2016
|
props: {
|
|
2015
2017
|
destroyPopupOnHide: { type: Boolean, default: !1 },
|
|
@@ -2042,44 +2044,44 @@ const Ol = [
|
|
|
2042
2044
|
visible: a(s),
|
|
2043
2045
|
"onUpdate:visible": r[0] || (r[0] = (d) => ee(s) ? s.value = d : null)
|
|
2044
2046
|
}), {
|
|
2045
|
-
overlay:
|
|
2047
|
+
overlay: h(() => [
|
|
2046
2048
|
f(i.$slots, "overlay")
|
|
2047
2049
|
]),
|
|
2048
|
-
default:
|
|
2050
|
+
default: h(() => [
|
|
2049
2051
|
f(i.$slots, "default")
|
|
2050
2052
|
]),
|
|
2051
2053
|
_: 3
|
|
2052
2054
|
}, 16, ["overlayClassName", "destroyPopupOnHide", "disabled", "placement", "trigger", "visible"]));
|
|
2053
2055
|
}
|
|
2054
2056
|
});
|
|
2055
|
-
const
|
|
2057
|
+
const jl = [
|
|
2056
2058
|
"bottomLeft",
|
|
2057
2059
|
"bottom",
|
|
2058
2060
|
"bottomRight",
|
|
2059
2061
|
"topLeft",
|
|
2060
2062
|
"top",
|
|
2061
2063
|
"topRight"
|
|
2062
|
-
],
|
|
2064
|
+
], ql = [
|
|
2063
2065
|
"click",
|
|
2064
2066
|
"hover",
|
|
2065
2067
|
"contextmenu"
|
|
2066
|
-
],
|
|
2068
|
+
], Hl = [
|
|
2067
2069
|
"small",
|
|
2068
2070
|
"medium",
|
|
2069
2071
|
"large"
|
|
2070
|
-
],
|
|
2072
|
+
], Wl = [
|
|
2071
2073
|
"general",
|
|
2072
2074
|
"add-app",
|
|
2073
2075
|
"table",
|
|
2074
2076
|
"selection"
|
|
2075
|
-
],
|
|
2077
|
+
], Se = {
|
|
2076
2078
|
general: "box-empty",
|
|
2077
2079
|
"add-app": "add-app",
|
|
2078
2080
|
table: "empty-table",
|
|
2079
2081
|
selection: "selection"
|
|
2080
2082
|
}, lo = { class: "ma-empty__title" }, io = { class: "ma-empty__description" }, ro = { class: "ma-empty__content" }, co = {
|
|
2081
2083
|
name: "MaEmpty"
|
|
2082
|
-
},
|
|
2084
|
+
}, Jl = /* @__PURE__ */ S({
|
|
2083
2085
|
...co,
|
|
2084
2086
|
props: {
|
|
2085
2087
|
size: { default: "large" },
|
|
@@ -2091,7 +2093,7 @@ const Kl = [
|
|
|
2091
2093
|
},
|
|
2092
2094
|
setup(l) {
|
|
2093
2095
|
const t = l, e = c(
|
|
2094
|
-
() => t.variant &&
|
|
2096
|
+
() => t.variant && Se[t.variant] ? Se[t.variant] : null
|
|
2095
2097
|
), s = c(() => [
|
|
2096
2098
|
`ma-empty ma-empty--${t.variant} ma-empty--${t.size}`
|
|
2097
2099
|
]);
|
|
@@ -2120,7 +2122,7 @@ const Kl = [
|
|
|
2120
2122
|
], 2));
|
|
2121
2123
|
}
|
|
2122
2124
|
});
|
|
2123
|
-
const
|
|
2125
|
+
const Yl = [
|
|
2124
2126
|
"button",
|
|
2125
2127
|
"box",
|
|
2126
2128
|
"small-box"
|
|
@@ -2191,10 +2193,10 @@ const ve = (l) => {
|
|
|
2191
2193
|
return !0;
|
|
2192
2194
|
}
|
|
2193
2195
|
return !1;
|
|
2194
|
-
}, fo = { class: "single-file" }, go = { class: "icon-wrapper" }, _o = { class: "single-file__detail" },
|
|
2196
|
+
}, fo = { class: "single-file" }, go = { class: "icon-wrapper" }, _o = { class: "single-file__detail" }, ho = { class: "file-name" }, yo = {
|
|
2195
2197
|
key: 0,
|
|
2196
2198
|
class: "file-size"
|
|
2197
|
-
}, bo = { class: "file-progress" }, ko = { class: "single-file__actions" }, $o = /* @__PURE__ */
|
|
2199
|
+
}, bo = { class: "file-progress" }, ko = { class: "single-file__actions" }, $o = /* @__PURE__ */ S({
|
|
2198
2200
|
__name: "singleFile",
|
|
2199
2201
|
props: {
|
|
2200
2202
|
file: null,
|
|
@@ -2211,8 +2213,8 @@ const ve = (l) => {
|
|
|
2211
2213
|
k(w, { name: "document-bulk" })
|
|
2212
2214
|
]),
|
|
2213
2215
|
g("div", _o, [
|
|
2214
|
-
g("span",
|
|
2215
|
-
a(n) ? (o(), u("span",
|
|
2216
|
+
g("span", ho, C(l.file.file.name), 1),
|
|
2217
|
+
a(n) ? (o(), u("span", yo, C(a(s)), 1)) : v("", !0),
|
|
2216
2218
|
g("span", bo, [
|
|
2217
2219
|
g("span", {
|
|
2218
2220
|
class: "progress-item",
|
|
@@ -2242,7 +2244,7 @@ const ve = (l) => {
|
|
|
2242
2244
|
])
|
|
2243
2245
|
]));
|
|
2244
2246
|
}
|
|
2245
|
-
}), wo = ["onDrop"], Co = ["accept", "multiple", "disabled"], Mo = { class: "text" }, xo = /* @__PURE__ */ g("span", null, "Uploading file...", -1),
|
|
2247
|
+
}), wo = ["onDrop"], Co = ["accept", "multiple", "disabled"], Mo = { class: "text" }, xo = /* @__PURE__ */ g("span", null, "Uploading file...", -1), So = { class: "upload-icon" }, Bo = {
|
|
2246
2248
|
key: 0,
|
|
2247
2249
|
class: "upload-title"
|
|
2248
2250
|
}, Io = {
|
|
@@ -2250,7 +2252,7 @@ const ve = (l) => {
|
|
|
2250
2252
|
class: "upload-description"
|
|
2251
2253
|
}, zo = {
|
|
2252
2254
|
name: "MaUpload"
|
|
2253
|
-
},
|
|
2255
|
+
}, Zl = /* @__PURE__ */ S({
|
|
2254
2256
|
...zo,
|
|
2255
2257
|
props: {
|
|
2256
2258
|
fileList: null,
|
|
@@ -2278,8 +2280,8 @@ const ve = (l) => {
|
|
|
2278
2280
|
get() {
|
|
2279
2281
|
return e.fileList;
|
|
2280
2282
|
},
|
|
2281
|
-
set(
|
|
2282
|
-
t("update:fileList",
|
|
2283
|
+
set(B) {
|
|
2284
|
+
t("update:fileList", B), t("change", B), e?.action && B.forEach(async (V, K) => {
|
|
2283
2285
|
if ([se.done, se.error].includes(
|
|
2284
2286
|
V.status
|
|
2285
2287
|
))
|
|
@@ -2305,7 +2307,7 @@ const ve = (l) => {
|
|
|
2305
2307
|
});
|
|
2306
2308
|
}
|
|
2307
2309
|
}), $ = c(
|
|
2308
|
-
() => m.value.map((
|
|
2310
|
+
() => m.value.map((B) => B.file.name).join(", ")
|
|
2309
2311
|
), I = c(
|
|
2310
2312
|
() => e.type === "box" ? e.multiple ? !0 : !m.value.length : !0
|
|
2311
2313
|
), z = c(
|
|
@@ -2324,34 +2326,34 @@ const ve = (l) => {
|
|
|
2324
2326
|
"only-file-list": !I.value
|
|
2325
2327
|
}
|
|
2326
2328
|
]), b = c(() => {
|
|
2327
|
-
const
|
|
2328
|
-
return $t[
|
|
2329
|
+
const B = e?.size ? uo.indexOf(e.size) : 0;
|
|
2330
|
+
return $t[B];
|
|
2329
2331
|
}), x = c(
|
|
2330
|
-
() => e.wait || m.value.some((
|
|
2331
|
-
), D = c(() => e?.disabled || x.value), E = (
|
|
2332
|
+
() => e.wait || m.value.some((B) => B.status === se.uploading)
|
|
2333
|
+
), D = c(() => e?.disabled || x.value), E = (B) => Array.from(B).find(
|
|
2332
2334
|
(V) => e?.maxFileSize && V.size > e.maxFileSize
|
|
2333
|
-
), q = (
|
|
2334
|
-
const V =
|
|
2335
|
+
), q = (B) => {
|
|
2336
|
+
const V = B.target;
|
|
2335
2337
|
V.files && A(Array.from(V.files));
|
|
2336
|
-
},
|
|
2338
|
+
}, y = () => {
|
|
2337
2339
|
n.value?.click();
|
|
2338
|
-
}, O = (
|
|
2339
|
-
|
|
2340
|
+
}, O = (B) => {
|
|
2341
|
+
B.preventDefault();
|
|
2340
2342
|
}, U = () => {
|
|
2341
2343
|
i.value = !0;
|
|
2342
2344
|
}, Z = () => {
|
|
2343
2345
|
i.value = !1;
|
|
2344
|
-
}, de = (
|
|
2345
|
-
D.value ||
|
|
2346
|
-
Array.from(
|
|
2346
|
+
}, de = (B) => {
|
|
2347
|
+
D.value || B.dataTransfer?.files && A(
|
|
2348
|
+
Array.from(B.dataTransfer.files).filter((V) => e?.accept && !vo(V, e.accept) ? (t("error", { file: V, message: "file type does not match!" }), !1) : !0)
|
|
2347
2349
|
);
|
|
2348
|
-
}, A = (
|
|
2349
|
-
const V = E(
|
|
2350
|
+
}, A = (B) => {
|
|
2351
|
+
const V = E(B);
|
|
2350
2352
|
if (V) {
|
|
2351
2353
|
t("error", { file: V, message: "File too large" });
|
|
2352
2354
|
return;
|
|
2353
2355
|
}
|
|
2354
|
-
const K = Array.from(
|
|
2356
|
+
const K = Array.from(B).filter(
|
|
2355
2357
|
(le, ce) => e?.maxCount ? ce + 1 <= e.maxCount : !0
|
|
2356
2358
|
).map((le) => ({
|
|
2357
2359
|
file: le,
|
|
@@ -2361,31 +2363,31 @@ const ve = (l) => {
|
|
|
2361
2363
|
response: null
|
|
2362
2364
|
}));
|
|
2363
2365
|
e.multiple ? m.value = [...m.value, ...K] : K.length && (m.value = [K[0]]);
|
|
2364
|
-
}, G = (
|
|
2365
|
-
t("remove", m.value[
|
|
2366
|
-
}, j = (
|
|
2367
|
-
const V = m.value[
|
|
2368
|
-
typeof V?.cancelRequest == "function" && V.cancelRequest(), G(
|
|
2369
|
-
}, W = (
|
|
2370
|
-
|
|
2366
|
+
}, G = (B) => {
|
|
2367
|
+
t("remove", m.value[B]), m.value = m.value.filter((V, K) => K !== B);
|
|
2368
|
+
}, j = (B) => {
|
|
2369
|
+
const V = m.value[B];
|
|
2370
|
+
typeof V?.cancelRequest == "function" && V.cancelRequest(), G(B);
|
|
2371
|
+
}, W = (B) => {
|
|
2372
|
+
B.stopPropagation(), m.value.forEach((V, K) => j(K)), m.value = [];
|
|
2371
2373
|
};
|
|
2372
2374
|
return ue(() => {
|
|
2373
|
-
r.forEach((
|
|
2374
|
-
s.value?.addEventListener(
|
|
2375
|
-
}), d.forEach((
|
|
2376
|
-
s.value?.addEventListener(
|
|
2377
|
-
}), p.forEach((
|
|
2378
|
-
s.value?.addEventListener(
|
|
2375
|
+
r.forEach((B) => {
|
|
2376
|
+
s.value?.addEventListener(B, O);
|
|
2377
|
+
}), d.forEach((B) => {
|
|
2378
|
+
s.value?.addEventListener(B, U);
|
|
2379
|
+
}), p.forEach((B) => {
|
|
2380
|
+
s.value?.addEventListener(B, Z);
|
|
2379
2381
|
});
|
|
2380
2382
|
}), Le(() => {
|
|
2381
|
-
r.forEach((
|
|
2382
|
-
s.value?.removeEventListener(
|
|
2383
|
-
}), d.forEach((
|
|
2384
|
-
s.value?.removeEventListener(
|
|
2385
|
-
}), p.forEach((
|
|
2386
|
-
s.value?.removeEventListener(
|
|
2383
|
+
r.forEach((B) => {
|
|
2384
|
+
s.value?.removeEventListener(B, O);
|
|
2385
|
+
}), d.forEach((B) => {
|
|
2386
|
+
s.value?.removeEventListener(B, U);
|
|
2387
|
+
}), p.forEach((B) => {
|
|
2388
|
+
s.value?.removeEventListener(B, Z);
|
|
2387
2389
|
});
|
|
2388
|
-
}), (
|
|
2390
|
+
}), (B, V) => (o(), u("div", T({ class: "ma-upload-wrapper" }, B.$attrs), [
|
|
2389
2391
|
X(g("div", {
|
|
2390
2392
|
ref_key: "uploadArea",
|
|
2391
2393
|
ref: s,
|
|
@@ -2407,19 +2409,19 @@ const ve = (l) => {
|
|
|
2407
2409
|
type: l.fileList.length ? "primary" : "secondary",
|
|
2408
2410
|
variant: "dark",
|
|
2409
2411
|
icon: "export-2",
|
|
2410
|
-
onClick:
|
|
2412
|
+
onClick: y,
|
|
2411
2413
|
size: a(b),
|
|
2412
2414
|
disabled: a(D),
|
|
2413
2415
|
loading: a(x)
|
|
2414
2416
|
}, {
|
|
2415
|
-
default:
|
|
2417
|
+
default: h(() => [
|
|
2416
2418
|
F(C(l.fileList.length ? a($) : e?.title), 1)
|
|
2417
2419
|
]),
|
|
2418
2420
|
_: 1
|
|
2419
2421
|
}, 8, ["type", "size", "disabled", "loading"])) : e.type === "small-box" ? (o(), u("div", {
|
|
2420
2422
|
key: 1,
|
|
2421
2423
|
class: "ma-upload__small_box",
|
|
2422
|
-
onClick:
|
|
2424
|
+
onClick: y
|
|
2423
2425
|
}, [
|
|
2424
2426
|
a(x) ? (o(), _(xe, {
|
|
2425
2427
|
key: 0,
|
|
@@ -2434,13 +2436,13 @@ const ve = (l) => {
|
|
|
2434
2436
|
F(" Uploading... ")
|
|
2435
2437
|
], 64)) : (o(), u(H, { key: 1 }, [
|
|
2436
2438
|
F(C(e?.title) + " ", 1),
|
|
2437
|
-
f(
|
|
2439
|
+
f(B.$slots, "small-box-title")
|
|
2438
2440
|
], 64))
|
|
2439
2441
|
])
|
|
2440
2442
|
])) : (o(), u("div", {
|
|
2441
2443
|
key: 2,
|
|
2442
2444
|
class: "ma-upload__box",
|
|
2443
|
-
onClick:
|
|
2445
|
+
onClick: y
|
|
2444
2446
|
}, [
|
|
2445
2447
|
e.ordered && a(x) ? (o(), u(H, { key: 0 }, [
|
|
2446
2448
|
k(xe, {
|
|
@@ -2454,22 +2456,22 @@ const ve = (l) => {
|
|
|
2454
2456
|
type: "secondary",
|
|
2455
2457
|
size: "small"
|
|
2456
2458
|
}, {
|
|
2457
|
-
default:
|
|
2459
|
+
default: h(() => [
|
|
2458
2460
|
F(" Cancel ")
|
|
2459
2461
|
]),
|
|
2460
2462
|
_: 1
|
|
2461
2463
|
})
|
|
2462
2464
|
], 64)) : (o(), u(H, { key: 1 }, [
|
|
2463
|
-
g("div",
|
|
2465
|
+
g("div", So, [
|
|
2464
2466
|
k(w, { name: "upload-bulk" })
|
|
2465
2467
|
]),
|
|
2466
|
-
e?.title ? (o(), u("span",
|
|
2468
|
+
e?.title ? (o(), u("span", Bo, [
|
|
2467
2469
|
F(C(e?.title) + " ", 1),
|
|
2468
|
-
f(
|
|
2470
|
+
f(B.$slots, "box-title")
|
|
2469
2471
|
])) : v("", !0),
|
|
2470
2472
|
e?.description ? (o(), u("span", Io, [
|
|
2471
2473
|
F(C(e?.description) + " ", 1),
|
|
2472
|
-
f(
|
|
2474
|
+
f(B.$slots, "box-description")
|
|
2473
2475
|
])) : v("", !0)
|
|
2474
2476
|
], 64))
|
|
2475
2477
|
]))
|
|
@@ -2493,7 +2495,7 @@ const ve = (l) => {
|
|
|
2493
2495
|
});
|
|
2494
2496
|
const To = {
|
|
2495
2497
|
name: "MaSideMenuButton"
|
|
2496
|
-
},
|
|
2498
|
+
}, Xl = /* @__PURE__ */ S({
|
|
2497
2499
|
...To,
|
|
2498
2500
|
props: {
|
|
2499
2501
|
icon: { default: "app" },
|
|
@@ -2516,7 +2518,7 @@ const To = {
|
|
|
2516
2518
|
class: a(i),
|
|
2517
2519
|
href: t?.href
|
|
2518
2520
|
}, m.$attrs), {
|
|
2519
|
-
default:
|
|
2521
|
+
default: h(() => [
|
|
2520
2522
|
t?.icon ? (o(), u(H, { key: 0 }, [
|
|
2521
2523
|
X(k(w, {
|
|
2522
2524
|
size: "md",
|
|
@@ -2545,7 +2547,7 @@ const Ao = {
|
|
|
2545
2547
|
class: "ma-side-menu-item-icon"
|
|
2546
2548
|
}, Lo = {
|
|
2547
2549
|
name: "MaSideMenuItem"
|
|
2548
|
-
},
|
|
2550
|
+
}, Ql = /* @__PURE__ */ S({
|
|
2549
2551
|
...Lo,
|
|
2550
2552
|
props: {
|
|
2551
2553
|
href: null,
|
|
@@ -2577,7 +2579,7 @@ const Ao = {
|
|
|
2577
2579
|
class: a(s),
|
|
2578
2580
|
href: t?.href
|
|
2579
2581
|
}, i.$attrs), {
|
|
2580
|
-
default:
|
|
2582
|
+
default: h(() => [
|
|
2581
2583
|
g("span", null, [
|
|
2582
2584
|
t?.icon ? (o(), u("div", Ao, [
|
|
2583
2585
|
X(k(w, {
|
|
@@ -2601,7 +2603,7 @@ const Ao = {
|
|
|
2601
2603
|
size: "small",
|
|
2602
2604
|
variant: t.badgeColor
|
|
2603
2605
|
}, {
|
|
2604
|
-
default:
|
|
2606
|
+
default: h(() => [
|
|
2605
2607
|
F(C(l.badgeText), 1)
|
|
2606
2608
|
]),
|
|
2607
2609
|
_: 1
|
|
@@ -2611,7 +2613,7 @@ const Ao = {
|
|
|
2611
2613
|
}, 16, ["target", "class", "href"]));
|
|
2612
2614
|
}
|
|
2613
2615
|
});
|
|
2614
|
-
const
|
|
2616
|
+
const ei = [
|
|
2615
2617
|
"dark",
|
|
2616
2618
|
"blue",
|
|
2617
2619
|
"jordy-blue",
|
|
@@ -2623,7 +2625,7 @@ const Ql = [
|
|
|
2623
2625
|
], No = {
|
|
2624
2626
|
name: "MaSideMenuIconButton",
|
|
2625
2627
|
inheritAttrs: !1
|
|
2626
|
-
},
|
|
2628
|
+
}, ti = /* @__PURE__ */ S({
|
|
2627
2629
|
...No,
|
|
2628
2630
|
props: {
|
|
2629
2631
|
icon: null,
|
|
@@ -2645,7 +2647,7 @@ const Ql = [
|
|
|
2645
2647
|
type: "primary",
|
|
2646
2648
|
placement: "bottomLeft"
|
|
2647
2649
|
}, {
|
|
2648
|
-
default:
|
|
2650
|
+
default: h(() => [
|
|
2649
2651
|
(o(), _(ne(a(s)), T({
|
|
2650
2652
|
onMousedown: d,
|
|
2651
2653
|
onMouseup: p,
|
|
@@ -2654,7 +2656,7 @@ const Ql = [
|
|
|
2654
2656
|
target: t?.target,
|
|
2655
2657
|
role: "button"
|
|
2656
2658
|
}, m.$attrs), {
|
|
2657
|
-
default:
|
|
2659
|
+
default: h(() => [
|
|
2658
2660
|
X(k(w, {
|
|
2659
2661
|
size: "xs",
|
|
2660
2662
|
name: a(i)
|
|
@@ -2682,7 +2684,7 @@ const Ql = [
|
|
|
2682
2684
|
target: t?.target,
|
|
2683
2685
|
role: "button"
|
|
2684
2686
|
}, m.$attrs), {
|
|
2685
|
-
default:
|
|
2687
|
+
default: h(() => [
|
|
2686
2688
|
X(k(w, {
|
|
2687
2689
|
size: "xs",
|
|
2688
2690
|
name: a(i)
|
|
@@ -2704,7 +2706,7 @@ const Ql = [
|
|
|
2704
2706
|
const Po = {
|
|
2705
2707
|
name: "MaSideMenuRoundIconButton",
|
|
2706
2708
|
inheritAttrs: !1
|
|
2707
|
-
},
|
|
2709
|
+
}, si = /* @__PURE__ */ S({
|
|
2708
2710
|
...Po,
|
|
2709
2711
|
props: {
|
|
2710
2712
|
icon: null
|
|
@@ -2726,7 +2728,7 @@ const Po = {
|
|
|
2726
2728
|
const Do = ["src", "alt"], Eo = {
|
|
2727
2729
|
name: "MaSideMenuAppButton",
|
|
2728
2730
|
inheritAttrs: !1
|
|
2729
|
-
},
|
|
2731
|
+
}, oi = /* @__PURE__ */ S({
|
|
2730
2732
|
...Eo,
|
|
2731
2733
|
props: {
|
|
2732
2734
|
appImage: null,
|
|
@@ -2744,7 +2746,7 @@ const Do = ["src", "alt"], Eo = {
|
|
|
2744
2746
|
type: "primary",
|
|
2745
2747
|
placement: "topLeft"
|
|
2746
2748
|
}, {
|
|
2747
|
-
default:
|
|
2749
|
+
default: h(() => [
|
|
2748
2750
|
g("button", T({
|
|
2749
2751
|
class: a(e),
|
|
2750
2752
|
role: "button"
|
|
@@ -2762,7 +2764,7 @@ const Do = ["src", "alt"], Eo = {
|
|
|
2762
2764
|
});
|
|
2763
2765
|
const Fo = {
|
|
2764
2766
|
name: "MaSideMenuAddNewAppButton"
|
|
2765
|
-
},
|
|
2767
|
+
}, ai = /* @__PURE__ */ S({
|
|
2766
2768
|
...Fo,
|
|
2767
2769
|
props: {
|
|
2768
2770
|
href: null,
|
|
@@ -2778,7 +2780,7 @@ const Fo = {
|
|
|
2778
2780
|
disabled: t?.disabled,
|
|
2779
2781
|
class: "ma-add-new-app-button"
|
|
2780
2782
|
}), {
|
|
2781
|
-
default:
|
|
2783
|
+
default: h(() => [
|
|
2782
2784
|
F(C(t?.text) + " ", 1),
|
|
2783
2785
|
f(e.$slots, "default")
|
|
2784
2786
|
]),
|
|
@@ -2789,7 +2791,7 @@ const Fo = {
|
|
|
2789
2791
|
const Vo = { class: "ma-progress-circle" }, Go = ["viewBox"], Oo = ["d", "stroke-width"], Ro = ["d", "stroke-dasharray", "stroke-dashoffset", "stroke-width"], Uo = { key: 1 }, Ko = {
|
|
2790
2792
|
key: 0,
|
|
2791
2793
|
class: "label"
|
|
2792
|
-
}, jo = { class: "percent" }, qo = /* @__PURE__ */
|
|
2794
|
+
}, jo = { class: "percent" }, qo = /* @__PURE__ */ S({
|
|
2793
2795
|
__name: "circle",
|
|
2794
2796
|
props: {
|
|
2795
2797
|
percent: null,
|
|
@@ -2872,7 +2874,7 @@ const Vo = { class: "ma-progress-circle" }, Go = ["viewBox"], Oo = ["d", "stroke
|
|
|
2872
2874
|
]))
|
|
2873
2875
|
]));
|
|
2874
2876
|
}
|
|
2875
|
-
}), Ho = { class: "ma-progress-line" }, Wo = { class: "line-wrapper" }, Jo = { key: 1 }, Yo = { key: 2 }, Zo = { class: "line-wrapper" }, Xo = { key: 1 }, Qo = { key: 2 }, ea = /* @__PURE__ */
|
|
2877
|
+
}), Ho = { class: "ma-progress-line" }, Wo = { class: "line-wrapper" }, Jo = { key: 1 }, Yo = { key: 2 }, Zo = { class: "line-wrapper" }, Xo = { key: 1 }, Qo = { key: 2 }, ea = /* @__PURE__ */ S({
|
|
2876
2878
|
__name: "line",
|
|
2877
2879
|
props: {
|
|
2878
2880
|
percent: null,
|
|
@@ -2895,7 +2897,7 @@ const Vo = { class: "ma-progress-circle" }, Go = ["viewBox"], Oo = ["d", "stroke
|
|
|
2895
2897
|
}));
|
|
2896
2898
|
return (n, i) => (o(), u("div", Ho, [
|
|
2897
2899
|
t?.showTooltip ? (o(), _(pe, Te(T({ key: 0 }, a(s))), {
|
|
2898
|
-
default:
|
|
2900
|
+
default: h(() => [
|
|
2899
2901
|
g("div", Wo, [
|
|
2900
2902
|
g("div", {
|
|
2901
2903
|
class: "line",
|
|
@@ -2931,7 +2933,7 @@ const Vo = { class: "ma-progress-circle" }, Go = ["viewBox"], Oo = ["d", "stroke
|
|
|
2931
2933
|
}), ta = { class: "ma-progress-circle ma-progress-half-circle" }, sa = ["viewBox"], oa = ["d", "stroke-width"], aa = ["d", "stroke-width", "stroke-dasharray", "stroke-dashoffset"], na = { key: 1 }, la = {
|
|
2932
2934
|
key: 0,
|
|
2933
2935
|
class: "label"
|
|
2934
|
-
}, ia = { class: "percent" }, ra = /* @__PURE__ */
|
|
2936
|
+
}, ia = { class: "percent" }, ra = /* @__PURE__ */ S({
|
|
2935
2937
|
__name: "halfCircle",
|
|
2936
2938
|
props: {
|
|
2937
2939
|
percent: null,
|
|
@@ -3014,7 +3016,7 @@ const Vo = { class: "ma-progress-circle" }, Go = ["viewBox"], Oo = ["d", "stroke
|
|
|
3014
3016
|
]))
|
|
3015
3017
|
]));
|
|
3016
3018
|
}
|
|
3017
|
-
}), ca = { class: "ma-progress-line-step" }, ua = { class: "step-line-wrapper" }, da = { key: 1 }, pa = { key: 2 }, ma = /* @__PURE__ */
|
|
3019
|
+
}), ca = { class: "ma-progress-line-step" }, ua = { class: "step-line-wrapper" }, da = { key: 1 }, pa = { key: 2 }, ma = /* @__PURE__ */ S({
|
|
3018
3020
|
__name: "stepLine",
|
|
3019
3021
|
props: {
|
|
3020
3022
|
percent: null,
|
|
@@ -3056,7 +3058,7 @@ const Vo = { class: "ma-progress-circle" }, Go = ["viewBox"], Oo = ["d", "stroke
|
|
|
3056
3058
|
}
|
|
3057
3059
|
}), va = {
|
|
3058
3060
|
name: "MaProgress"
|
|
3059
|
-
},
|
|
3061
|
+
}, ni = /* @__PURE__ */ S({
|
|
3060
3062
|
...va,
|
|
3061
3063
|
props: {
|
|
3062
3064
|
type: { default: "line" },
|
|
@@ -3114,7 +3116,7 @@ const Vo = { class: "ma-progress-circle" }, Go = ["viewBox"], Oo = ["d", "stroke
|
|
|
3114
3116
|
showTooltip: t?.showTooltip,
|
|
3115
3117
|
tooltipProps: t?.tooltipProps
|
|
3116
3118
|
}, {
|
|
3117
|
-
customLabel:
|
|
3119
|
+
customLabel: h(() => [
|
|
3118
3120
|
f(r.$slots, "customLabel")
|
|
3119
3121
|
]),
|
|
3120
3122
|
_: 3
|
|
@@ -3122,29 +3124,29 @@ const Vo = { class: "ma-progress-circle" }, Go = ["viewBox"], Oo = ["d", "stroke
|
|
|
3122
3124
|
], 2));
|
|
3123
3125
|
}
|
|
3124
3126
|
});
|
|
3125
|
-
const
|
|
3127
|
+
const li = [
|
|
3126
3128
|
"line",
|
|
3127
3129
|
"line-step",
|
|
3128
3130
|
"circle",
|
|
3129
3131
|
"half-circle"
|
|
3130
|
-
],
|
|
3132
|
+
], ii = [
|
|
3131
3133
|
"dark",
|
|
3132
3134
|
"blue",
|
|
3133
3135
|
"green",
|
|
3134
3136
|
"orange",
|
|
3135
3137
|
"red"
|
|
3136
|
-
],
|
|
3138
|
+
], ri = [
|
|
3137
3139
|
"xs",
|
|
3138
3140
|
"sm",
|
|
3139
3141
|
"md",
|
|
3140
3142
|
"lg",
|
|
3141
3143
|
"xl"
|
|
3142
|
-
],
|
|
3144
|
+
], ci = [
|
|
3143
3145
|
"left",
|
|
3144
3146
|
"right"
|
|
3145
3147
|
], fa = {
|
|
3146
3148
|
name: "MaPopover"
|
|
3147
|
-
}, Ve = /* @__PURE__ */
|
|
3149
|
+
}, Ve = /* @__PURE__ */ S({
|
|
3148
3150
|
...fa,
|
|
3149
3151
|
props: {
|
|
3150
3152
|
placement: { default: "bottomLeft" },
|
|
@@ -3181,11 +3183,11 @@ const ni = [
|
|
|
3181
3183
|
visible: a(n),
|
|
3182
3184
|
"onUpdate:visible": d[0] || (d[0] = (p) => ee(n) ? n.value = p : null)
|
|
3183
3185
|
}), {
|
|
3184
|
-
content:
|
|
3186
|
+
content: h(() => [
|
|
3185
3187
|
f(r.$slots, "overlay"),
|
|
3186
3188
|
f(r.$slots, "extraOverlay")
|
|
3187
3189
|
]),
|
|
3188
|
-
default:
|
|
3190
|
+
default: h(() => [
|
|
3189
3191
|
f(r.$slots, "default")
|
|
3190
3192
|
]),
|
|
3191
3193
|
_: 3
|
|
@@ -3195,9 +3197,9 @@ const ni = [
|
|
|
3195
3197
|
const ga = {
|
|
3196
3198
|
key: 0,
|
|
3197
3199
|
class: "ak-autocomplete__label"
|
|
3198
|
-
}, _a = { class: "ak-autocomplete__options" },
|
|
3200
|
+
}, _a = { class: "ak-autocomplete__options" }, ha = ["onMousedown", "onMouseover"], ya = { key: 1 }, ba = {
|
|
3199
3201
|
name: "MaAutocomplete"
|
|
3200
|
-
},
|
|
3202
|
+
}, ui = /* @__PURE__ */ S({
|
|
3201
3203
|
...ba,
|
|
3202
3204
|
props: {
|
|
3203
3205
|
value: null,
|
|
@@ -3217,56 +3219,56 @@ const ga = {
|
|
|
3217
3219
|
get() {
|
|
3218
3220
|
return e?.value;
|
|
3219
3221
|
},
|
|
3220
|
-
set(
|
|
3221
|
-
t("update:value",
|
|
3222
|
+
set(y) {
|
|
3223
|
+
t("update:value", y), d.value = -1;
|
|
3222
3224
|
}
|
|
3223
3225
|
}), m = c(() => e?.avatarUrl ? oe.userInfo : oe.text), $ = c(() => !!s.default), I = c(
|
|
3224
3226
|
() => e.options.filter(
|
|
3225
|
-
(
|
|
3227
|
+
(y) => e.filterFn(p.value || "", y)
|
|
3226
3228
|
)
|
|
3227
|
-
), z = (
|
|
3228
|
-
const O =
|
|
3229
|
+
), z = (y) => {
|
|
3230
|
+
const O = y?.value || y?.label || y;
|
|
3229
3231
|
p.value = O, $.value && r.value && (r.value.value = O), n.value = !1;
|
|
3230
3232
|
}, L = async () => {
|
|
3231
|
-
const
|
|
3232
|
-
t("search",
|
|
3233
|
-
}, M = (
|
|
3233
|
+
const y = `${r.value?.value}`;
|
|
3234
|
+
t("search", y), $.value && t("update:value", y), n.value || (n.value = !0);
|
|
3235
|
+
}, M = (y) => {
|
|
3234
3236
|
n.value = !0;
|
|
3235
|
-
}, b = (
|
|
3236
|
-
n.value && i.value &&
|
|
3237
|
-
}, x = (
|
|
3238
|
-
|
|
3239
|
-
}, D = (
|
|
3240
|
-
d.value =
|
|
3241
|
-
}, E = (
|
|
3242
|
-
"active-option":
|
|
3237
|
+
}, b = (y) => {
|
|
3238
|
+
n.value && i.value && y.target instanceof Node && !i.value.contains(y.target) && (n.value = !1);
|
|
3239
|
+
}, x = (y) => {
|
|
3240
|
+
y.key === "ArrowUp" && d.value > -1 ? d.value-- : y.key === "ArrowDown" && d.value < I.value.length ? d.value++ : y.key === "Enter" && I.value[d.value] && z(I.value[d.value]);
|
|
3241
|
+
}, D = (y) => {
|
|
3242
|
+
d.value = y;
|
|
3243
|
+
}, E = (y, O) => ({
|
|
3244
|
+
"active-option": y?.value === p.value,
|
|
3243
3245
|
"current-option": d.value === O
|
|
3244
3246
|
}), q = c(() => [
|
|
3245
3247
|
`ak-autocomplete ak-autocomplete--${e.size}`
|
|
3246
3248
|
]);
|
|
3247
3249
|
return re(
|
|
3248
3250
|
() => e.open,
|
|
3249
|
-
async (
|
|
3251
|
+
async (y) => {
|
|
3250
3252
|
setTimeout(() => {
|
|
3251
|
-
n.value =
|
|
3253
|
+
n.value = y;
|
|
3252
3254
|
}, 0);
|
|
3253
3255
|
}
|
|
3254
3256
|
), ue(() => {
|
|
3255
3257
|
i.value && (i.value.addEventListener("input", L), i.value.addEventListener("keydown", x), document.addEventListener("click", b), r.value = i.value.querySelector('input[type="text"]'), r.value && r.value.addEventListener("focus", M));
|
|
3256
3258
|
}), Ae(() => {
|
|
3257
3259
|
i.value && (i.value.removeEventListener("input", L), document.removeEventListener("click", b), i.value.removeEventListener("keydown", x), r.value && r.value.removeEventListener("focus", M));
|
|
3258
|
-
}), (
|
|
3260
|
+
}), (y, O) => (o(), u("div", T({
|
|
3259
3261
|
class: "ak-autocomplete-wrapper",
|
|
3260
3262
|
ref_key: "autoComplete",
|
|
3261
3263
|
ref: i
|
|
3262
|
-
},
|
|
3264
|
+
}, y.$attrs), [
|
|
3263
3265
|
k(Ve, {
|
|
3264
3266
|
"overlay-class-name": "ak-autocomplete__dropdown",
|
|
3265
3267
|
trigger: [],
|
|
3266
3268
|
visible: n.value,
|
|
3267
3269
|
"onUpdate:visible": O[1] || (O[1] = (U) => n.value = U)
|
|
3268
3270
|
}, {
|
|
3269
|
-
overlay:
|
|
3271
|
+
overlay: h(() => [
|
|
3270
3272
|
g("div", _a, [
|
|
3271
3273
|
g("ul", null, [
|
|
3272
3274
|
(o(!0), u(H, null, R(a(I), (U, Z) => (o(), u("li", {
|
|
@@ -3275,27 +3277,27 @@ const ga = {
|
|
|
3275
3277
|
onMouseover: (de) => D(Z),
|
|
3276
3278
|
key: Z
|
|
3277
3279
|
}, [
|
|
3278
|
-
|
|
3280
|
+
y.$slots.option ? f(y.$slots, "option", {
|
|
3279
3281
|
key: 0,
|
|
3280
3282
|
label: U?.label,
|
|
3281
3283
|
value: U.value
|
|
3282
|
-
}) : (o(), u("span",
|
|
3284
|
+
}) : (o(), u("span", ya, C(U?.label || U?.value), 1)),
|
|
3283
3285
|
U?.value === a(p) ? (o(), _(w, {
|
|
3284
3286
|
key: 2,
|
|
3285
3287
|
name: "tick",
|
|
3286
3288
|
size: "sm"
|
|
3287
3289
|
})) : v("", !0)
|
|
3288
|
-
], 42,
|
|
3290
|
+
], 42, ha))), 128))
|
|
3289
3291
|
]),
|
|
3290
|
-
f(
|
|
3292
|
+
f(y.$slots, "overlay")
|
|
3291
3293
|
])
|
|
3292
3294
|
]),
|
|
3293
|
-
default:
|
|
3295
|
+
default: h(() => [
|
|
3294
3296
|
g("div", {
|
|
3295
3297
|
class: P(a(q))
|
|
3296
3298
|
}, [
|
|
3297
3299
|
e.label ? (o(), u("label", ga, C(e.label), 1)) : v("", !0),
|
|
3298
|
-
|
|
3300
|
+
y.$slots.default ? f(y.$slots, "default", { key: 1 }) : (o(), _(ye, {
|
|
3299
3301
|
key: 2,
|
|
3300
3302
|
autofocus: e.autofocus,
|
|
3301
3303
|
class: P({ "active-input": a(p)?.length }),
|
|
@@ -3316,7 +3318,7 @@ const ga = {
|
|
|
3316
3318
|
});
|
|
3317
3319
|
const ka = {
|
|
3318
3320
|
name: "MaTabs"
|
|
3319
|
-
}, $a = /* @__PURE__ */
|
|
3321
|
+
}, $a = /* @__PURE__ */ S({
|
|
3320
3322
|
...ka,
|
|
3321
3323
|
props: {
|
|
3322
3324
|
activeKey: null,
|
|
@@ -3345,7 +3347,7 @@ const ka = {
|
|
|
3345
3347
|
activeKey: a(s),
|
|
3346
3348
|
"onUpdate:activeKey": i[0] || (i[0] = (r) => ee(s) ? s.value = r : null)
|
|
3347
3349
|
}, n.$attrs), Y({
|
|
3348
|
-
moreIcon:
|
|
3350
|
+
moreIcon: h(() => [
|
|
3349
3351
|
k(w, {
|
|
3350
3352
|
name: "ellipsis-horizontal",
|
|
3351
3353
|
size: "xs"
|
|
@@ -3355,40 +3357,40 @@ const ka = {
|
|
|
3355
3357
|
}, [
|
|
3356
3358
|
R(n.$slots, (r, d) => ({
|
|
3357
3359
|
name: d,
|
|
3358
|
-
fn:
|
|
3360
|
+
fn: h(() => [
|
|
3359
3361
|
f(n.$slots, d)
|
|
3360
3362
|
])
|
|
3361
3363
|
}))
|
|
3362
3364
|
]), 1040, ["animated", "destroyInactiveTabPane", "tabPosition", "type", "activeKey"]));
|
|
3363
3365
|
}
|
|
3364
3366
|
});
|
|
3365
|
-
const
|
|
3367
|
+
const di = [
|
|
3366
3368
|
"left",
|
|
3367
3369
|
"right",
|
|
3368
3370
|
"top",
|
|
3369
3371
|
"bottom"
|
|
3370
|
-
],
|
|
3372
|
+
], pi = [
|
|
3371
3373
|
"card",
|
|
3372
3374
|
"line"
|
|
3373
|
-
],
|
|
3375
|
+
], mi = [
|
|
3374
3376
|
"left",
|
|
3375
3377
|
"right"
|
|
3376
|
-
], wa = /* @__PURE__ */
|
|
3378
|
+
], wa = /* @__PURE__ */ S({
|
|
3377
3379
|
__name: "tabPane",
|
|
3378
3380
|
setup(l) {
|
|
3379
3381
|
return (t, e) => (o(), _(a(vt), T({ tab: "test" }, t.$attrs), Y({ _: 2 }, [
|
|
3380
3382
|
R(t.$slots, (s, n) => ({
|
|
3381
3383
|
name: n,
|
|
3382
|
-
fn:
|
|
3384
|
+
fn: h(() => [
|
|
3383
3385
|
f(t.$slots, n)
|
|
3384
3386
|
])
|
|
3385
3387
|
}))
|
|
3386
3388
|
]), 1040));
|
|
3387
3389
|
}
|
|
3388
|
-
}), Ca = { class: "country-option" }, Ma = { class: "country-option__name" }, xa = { class: "country-option__code" },
|
|
3390
|
+
}), Ca = { class: "country-option" }, Ma = { class: "country-option__name" }, xa = { class: "country-option__code" }, Sa = {
|
|
3389
3391
|
name: "MaCountrySelect"
|
|
3390
|
-
},
|
|
3391
|
-
...
|
|
3392
|
+
}, vi = /* @__PURE__ */ S({
|
|
3393
|
+
...Sa,
|
|
3392
3394
|
props: {
|
|
3393
3395
|
value: null,
|
|
3394
3396
|
filterFn: { type: Function, default: (l, t) => typeof name == "string" ? t.name.toLowerCase().search(l.toLowerCase()) > -1 : !0 },
|
|
@@ -3428,13 +3430,13 @@ const ui = [
|
|
|
3428
3430
|
value: a(s),
|
|
3429
3431
|
"onUpdate:value": d[0] || (d[0] = (p) => ee(s) ? s.value = p : null)
|
|
3430
3432
|
}), {
|
|
3431
|
-
default:
|
|
3433
|
+
default: h(() => [
|
|
3432
3434
|
(o(!0), u(H, null, R(e.countries, (p) => (o(), _(ms, {
|
|
3433
3435
|
key: p.code,
|
|
3434
3436
|
name: p.name,
|
|
3435
3437
|
value: p.code
|
|
3436
3438
|
}, {
|
|
3437
|
-
default:
|
|
3439
|
+
default: h(() => [
|
|
3438
3440
|
g("div", Ca, [
|
|
3439
3441
|
k(w, {
|
|
3440
3442
|
name: n(p.code),
|
|
@@ -3452,7 +3454,7 @@ const ui = [
|
|
|
3452
3454
|
}, 16, ["class", "size", "show-search", "filter-option", "dropdown-match-select-width", "list-height", "placeholder", "value"]));
|
|
3453
3455
|
}
|
|
3454
3456
|
});
|
|
3455
|
-
const
|
|
3457
|
+
const Ba = {
|
|
3456
3458
|
key: 0,
|
|
3457
3459
|
class: "ak-card__header"
|
|
3458
3460
|
}, Ia = ["src"], za = { class: "header-content" }, Ta = {
|
|
@@ -3487,7 +3489,7 @@ const Sa = {
|
|
|
3487
3489
|
class: "footer-actions"
|
|
3488
3490
|
}, Oa = {
|
|
3489
3491
|
name: "MaCard"
|
|
3490
|
-
},
|
|
3492
|
+
}, fi = /* @__PURE__ */ S({
|
|
3491
3493
|
...Oa,
|
|
3492
3494
|
props: {
|
|
3493
3495
|
title: null,
|
|
@@ -3547,7 +3549,7 @@ const Sa = {
|
|
|
3547
3549
|
I.value = !I.value;
|
|
3548
3550
|
};
|
|
3549
3551
|
return (b, x) => (o(), u("div", T({ class: a(n) }, b.$attrs), [
|
|
3550
|
-
a(p) ? (o(), u("div",
|
|
3552
|
+
a(p) ? (o(), u("div", Ba, [
|
|
3551
3553
|
e?.headerAvatar ? (o(), u("img", {
|
|
3552
3554
|
key: 0,
|
|
3553
3555
|
src: e.headerAvatar,
|
|
@@ -3631,13 +3633,13 @@ const Sa = {
|
|
|
3631
3633
|
], 16));
|
|
3632
3634
|
}
|
|
3633
3635
|
});
|
|
3634
|
-
const
|
|
3636
|
+
const gi = [
|
|
3635
3637
|
"left",
|
|
3636
3638
|
"center"
|
|
3637
|
-
],
|
|
3639
|
+
], _i = [
|
|
3638
3640
|
"small",
|
|
3639
3641
|
"default"
|
|
3640
|
-
],
|
|
3642
|
+
], hi = [
|
|
3641
3643
|
"blue",
|
|
3642
3644
|
"green",
|
|
3643
3645
|
"orange",
|
|
@@ -3645,7 +3647,7 @@ const fi = [
|
|
|
3645
3647
|
"purple"
|
|
3646
3648
|
], Ra = { key: 0 }, Ua = { key: 0 }, Ka = {
|
|
3647
3649
|
name: "MaInputNumber"
|
|
3648
|
-
}, yi = /* @__PURE__ */
|
|
3650
|
+
}, yi = /* @__PURE__ */ S({
|
|
3649
3651
|
...Ka,
|
|
3650
3652
|
props: {
|
|
3651
3653
|
disabled: { type: Boolean, default: !1 },
|
|
@@ -3723,14 +3725,14 @@ const fi = [
|
|
|
3723
3725
|
}, Y({ _: 2 }, [
|
|
3724
3726
|
e.addonBefore || p.$slots?.addonBefore ? {
|
|
3725
3727
|
name: "addonBefore",
|
|
3726
|
-
fn:
|
|
3728
|
+
fn: h(() => [
|
|
3727
3729
|
e.addonBefore ? (o(), u("span", Ra, C(e.addonBefore), 1)) : f(p.$slots, "addonBefore", { key: 1 })
|
|
3728
3730
|
]),
|
|
3729
3731
|
key: "0"
|
|
3730
3732
|
} : void 0,
|
|
3731
3733
|
e.addonAfter || p.$slots?.addonAfter ? {
|
|
3732
3734
|
name: "addonAfter",
|
|
3733
|
-
fn:
|
|
3735
|
+
fn: h(() => [
|
|
3734
3736
|
e.addonAfter ? (o(), u("span", Ua, C(e.addonAfter), 1)) : f(p.$slots, "addonAfter", { key: 1 })
|
|
3735
3737
|
]),
|
|
3736
3738
|
key: "1"
|
|
@@ -3753,7 +3755,7 @@ const ja = ["visible"], qa = { class: "ak-drawer-content-wrapper" }, Ha = { clas
|
|
|
3753
3755
|
class: "ak-drawer-footer"
|
|
3754
3756
|
}, en = {
|
|
3755
3757
|
name: "MaDrawer"
|
|
3756
|
-
},
|
|
3758
|
+
}, bi = /* @__PURE__ */ S({
|
|
3757
3759
|
...en,
|
|
3758
3760
|
props: {
|
|
3759
3761
|
placement: { default: "left" },
|
|
@@ -3856,7 +3858,7 @@ const _e = [
|
|
|
3856
3858
|
editable: !1,
|
|
3857
3859
|
public: !1,
|
|
3858
3860
|
new: !0
|
|
3859
|
-
}),
|
|
3861
|
+
}), Be = /* @__PURE__ */ S({
|
|
3860
3862
|
__name: "button",
|
|
3861
3863
|
props: {
|
|
3862
3864
|
type: { default: "primary" },
|
|
@@ -3897,7 +3899,7 @@ const _e = [
|
|
|
3897
3899
|
href: t?.href,
|
|
3898
3900
|
target: t?.target
|
|
3899
3901
|
}, $.$attrs), {
|
|
3900
|
-
default:
|
|
3902
|
+
default: h(() => [
|
|
3901
3903
|
X(k(w, {
|
|
3902
3904
|
size: a(d),
|
|
3903
3905
|
name: a(i)
|
|
@@ -3917,7 +3919,7 @@ const _e = [
|
|
|
3917
3919
|
}
|
|
3918
3920
|
}), on = {
|
|
3919
3921
|
name: "MaIconButton"
|
|
3920
|
-
}, ie = /* @__PURE__ */
|
|
3922
|
+
}, ie = /* @__PURE__ */ S({
|
|
3921
3923
|
...on,
|
|
3922
3924
|
props: {
|
|
3923
3925
|
type: { default: "primary" },
|
|
@@ -3943,11 +3945,11 @@ const _e = [
|
|
|
3943
3945
|
type: "primary",
|
|
3944
3946
|
placement: "bottomLeft"
|
|
3945
3947
|
}, a(i)), {
|
|
3946
|
-
title:
|
|
3948
|
+
title: h(() => [
|
|
3947
3949
|
f(r.$slots, "tooltip")
|
|
3948
3950
|
]),
|
|
3949
|
-
default:
|
|
3950
|
-
k(
|
|
3951
|
+
default: h(() => [
|
|
3952
|
+
k(Be, {
|
|
3951
3953
|
active: t.active,
|
|
3952
3954
|
size: t.size,
|
|
3953
3955
|
type: t.type,
|
|
@@ -3958,14 +3960,14 @@ const _e = [
|
|
|
3958
3960
|
rounded: t?.rounded,
|
|
3959
3961
|
variant: t?.variant
|
|
3960
3962
|
}, {
|
|
3961
|
-
default:
|
|
3963
|
+
default: h(() => [
|
|
3962
3964
|
f(r.$slots, "default")
|
|
3963
3965
|
]),
|
|
3964
3966
|
_: 3
|
|
3965
3967
|
}, 8, ["active", "size", "type", "activeIcon", "icon", "href", "target", "rounded", "variant"])
|
|
3966
3968
|
]),
|
|
3967
3969
|
_: 3
|
|
3968
|
-
}, 16, ["overlayClassName"])) : (o(), _(
|
|
3970
|
+
}, 16, ["overlayClassName"])) : (o(), _(Be, {
|
|
3969
3971
|
key: 1,
|
|
3970
3972
|
active: t.active,
|
|
3971
3973
|
size: t.size,
|
|
@@ -3977,14 +3979,14 @@ const _e = [
|
|
|
3977
3979
|
rounded: t?.rounded,
|
|
3978
3980
|
variant: t?.variant
|
|
3979
3981
|
}, {
|
|
3980
|
-
default:
|
|
3982
|
+
default: h(() => [
|
|
3981
3983
|
f(r.$slots, "default")
|
|
3982
3984
|
]),
|
|
3983
3985
|
_: 3
|
|
3984
3986
|
}, 8, ["active", "size", "type", "activeIcon", "icon", "href", "target", "rounded", "variant"]));
|
|
3985
3987
|
}
|
|
3986
3988
|
});
|
|
3987
|
-
const an = { class: "keyword-group-item__actions" }, Ie = /* @__PURE__ */
|
|
3989
|
+
const an = { class: "keyword-group-item__actions" }, Ie = /* @__PURE__ */ S({
|
|
3988
3990
|
__name: "kwGroupItem",
|
|
3989
3991
|
props: {
|
|
3990
3992
|
keywordGroup: null,
|
|
@@ -4024,7 +4026,7 @@ const an = { class: "keyword-group-item__actions" }, Ie = /* @__PURE__ */ B({
|
|
|
4024
4026
|
type: a(n),
|
|
4025
4027
|
size: "small"
|
|
4026
4028
|
}, {
|
|
4027
|
-
default:
|
|
4029
|
+
default: h(() => [
|
|
4028
4030
|
F(C(l.keywordGroup.keywordCount), 1)
|
|
4029
4031
|
]),
|
|
4030
4032
|
_: 1
|
|
@@ -4059,14 +4061,14 @@ const an = { class: "keyword-group-item__actions" }, Ie = /* @__PURE__ */ B({
|
|
|
4059
4061
|
])
|
|
4060
4062
|
], 2));
|
|
4061
4063
|
}
|
|
4062
|
-
}), nn = { class: "kw-group-form__colors" }, ln = /* @__PURE__ */
|
|
4064
|
+
}), nn = { class: "kw-group-form__colors" }, ln = /* @__PURE__ */ S({
|
|
4063
4065
|
__name: "kwGroupForm",
|
|
4064
4066
|
props: {
|
|
4065
4067
|
keywordGroup: null
|
|
4066
4068
|
},
|
|
4067
4069
|
emits: ["saveKwGroup"],
|
|
4068
4070
|
setup(l, { emit: t }) {
|
|
4069
|
-
const e = l, s =
|
|
4071
|
+
const e = l, s = he({
|
|
4070
4072
|
name: e.keywordGroup.name,
|
|
4071
4073
|
color: e.keywordGroup.color
|
|
4072
4074
|
}), n = {
|
|
@@ -4089,11 +4091,11 @@ const an = { class: "keyword-group-item__actions" }, Ie = /* @__PURE__ */ B({
|
|
|
4089
4091
|
rules: n,
|
|
4090
4092
|
onFinish: m
|
|
4091
4093
|
}, {
|
|
4092
|
-
default:
|
|
4094
|
+
default: h(() => [
|
|
4093
4095
|
g("h3", null, C(a(r)), 1),
|
|
4094
4096
|
k(we, { name: "name" }, {
|
|
4095
|
-
default:
|
|
4096
|
-
k(
|
|
4097
|
+
default: h(() => [
|
|
4098
|
+
k(ye, {
|
|
4097
4099
|
size: "medium",
|
|
4098
4100
|
placeholder: "Keyword group name",
|
|
4099
4101
|
value: s.name,
|
|
@@ -4103,7 +4105,7 @@ const an = { class: "keyword-group-item__actions" }, Ie = /* @__PURE__ */ B({
|
|
|
4103
4105
|
_: 1
|
|
4104
4106
|
}),
|
|
4105
4107
|
k(we, { name: "color" }, {
|
|
4106
|
-
default:
|
|
4108
|
+
default: h(() => [
|
|
4107
4109
|
g("ul", nn, [
|
|
4108
4110
|
(o(!0), u(H, null, R(a(_e), (z) => (o(), u("li", { key: z }, [
|
|
4109
4111
|
k(te, {
|
|
@@ -4119,7 +4121,7 @@ const an = { class: "keyword-group-item__actions" }, Ie = /* @__PURE__ */ B({
|
|
|
4119
4121
|
_: 1
|
|
4120
4122
|
}),
|
|
4121
4123
|
k(te, { "html-type": "submit" }, {
|
|
4122
|
-
default:
|
|
4124
|
+
default: h(() => [
|
|
4123
4125
|
F(" Confirm ")
|
|
4124
4126
|
]),
|
|
4125
4127
|
_: 1
|
|
@@ -4131,13 +4133,13 @@ const an = { class: "keyword-group-item__actions" }, Ie = /* @__PURE__ */ B({
|
|
|
4131
4133
|
}), rn = {
|
|
4132
4134
|
key: 0,
|
|
4133
4135
|
class: "kw-group-label"
|
|
4134
|
-
}, cn = {
|
|
4136
|
+
}, cn = { class: "kw-group-buttons" }, un = {
|
|
4135
4137
|
key: 1,
|
|
4136
4138
|
class: "placeholder"
|
|
4137
|
-
},
|
|
4139
|
+
}, dn = {
|
|
4138
4140
|
name: "MaKeywordGroupSelection"
|
|
4139
|
-
},
|
|
4140
|
-
...
|
|
4141
|
+
}, ki = /* @__PURE__ */ S({
|
|
4142
|
+
...dn,
|
|
4141
4143
|
props: {
|
|
4142
4144
|
value: { default: null },
|
|
4143
4145
|
options: { default: () => [] },
|
|
@@ -4159,7 +4161,7 @@ const an = { class: "keyword-group-item__actions" }, Ie = /* @__PURE__ */ B({
|
|
|
4159
4161
|
"copy"
|
|
4160
4162
|
],
|
|
4161
4163
|
setup(l, { emit: t }) {
|
|
4162
|
-
const e = l, s = N(!1), n = N(!1), i = N("0"), r =
|
|
4164
|
+
const e = l, s = N(!1), n = N(!1), i = N("0"), r = he({
|
|
4163
4165
|
parentId: null,
|
|
4164
4166
|
keywordGroup: null
|
|
4165
4167
|
}), d = c(() => parseInt(i.value)), p = c(() => e.options.reduce((A, G) => [
|
|
@@ -4182,18 +4184,18 @@ const an = { class: "keyword-group-item__actions" }, Ie = /* @__PURE__ */ B({
|
|
|
4182
4184
|
}, L = (A) => {
|
|
4183
4185
|
t("update:options", A), t("changeOptions", A);
|
|
4184
4186
|
}, M = (A, G, j, W) => {
|
|
4185
|
-
const
|
|
4186
|
-
|
|
4187
|
+
const B = JSON.parse(JSON.stringify(e.options));
|
|
4188
|
+
B[G].keywordGroups[j].editable = A, L(B), t("changeEditable", { id: W, editable: A });
|
|
4187
4189
|
}, b = (A, G, j, W) => {
|
|
4188
|
-
const
|
|
4189
|
-
|
|
4190
|
+
const B = JSON.parse(JSON.stringify(e.options));
|
|
4191
|
+
B[G].keywordGroups[j].public = A, L(B), t("changeVisibility", { id: W, public: A });
|
|
4190
4192
|
}, x = (A, G, j) => {
|
|
4191
4193
|
const W = JSON.parse(JSON.stringify(e.options));
|
|
4192
4194
|
W[A].keywordGroups.splice(G, 1), L(W), t("deleteKeywordGroup", j);
|
|
4193
4195
|
}, D = (A, G) => {
|
|
4194
4196
|
n.value = !0, r.keywordGroup = A, r.parentId = G;
|
|
4195
4197
|
}, E = (A) => {
|
|
4196
|
-
A ||
|
|
4198
|
+
A || y();
|
|
4197
4199
|
}, q = (A) => {
|
|
4198
4200
|
const G = JSON.parse(JSON.stringify(e.options));
|
|
4199
4201
|
if (A?.new)
|
|
@@ -4202,8 +4204,8 @@ const an = { class: "keyword-group-item__actions" }, Ie = /* @__PURE__ */ B({
|
|
|
4202
4204
|
const j = G[d.value].keywordGroups.findIndex((W) => W.id === A.id);
|
|
4203
4205
|
j > -1 && (G[d.value].keywordGroups[j] = A), t("updateKeywordGroup", A, d.value, r.parentId);
|
|
4204
4206
|
}
|
|
4205
|
-
L(G),
|
|
4206
|
-
},
|
|
4207
|
+
L(G), y();
|
|
4208
|
+
}, y = () => {
|
|
4207
4209
|
n.value = !1, r.keywordGroup = null, r.parentId = null;
|
|
4208
4210
|
}, O = ({ oldIndex: A, newIndex: G }) => {
|
|
4209
4211
|
const j = e.options[d.value].keywordGroups[G];
|
|
@@ -4222,122 +4224,124 @@ const an = { class: "keyword-group-item__actions" }, Ie = /* @__PURE__ */ B({
|
|
|
4222
4224
|
};
|
|
4223
4225
|
return (A, G) => (o(), u("div", T({ class: "ak-keyword-group-selection" }, A.$attrs), [
|
|
4224
4226
|
e?.label ? (o(), u("label", rn, C(e.label), 1)) : v("", !0),
|
|
4225
|
-
|
|
4226
|
-
|
|
4227
|
-
|
|
4228
|
-
|
|
4229
|
-
|
|
4230
|
-
|
|
4231
|
-
|
|
4232
|
-
|
|
4233
|
-
|
|
4234
|
-
|
|
4235
|
-
|
|
4236
|
-
|
|
4237
|
-
|
|
4238
|
-
|
|
4239
|
-
|
|
4240
|
-
|
|
4241
|
-
|
|
4242
|
-
|
|
4243
|
-
|
|
4244
|
-
|
|
4245
|
-
|
|
4246
|
-
|
|
4247
|
-
|
|
4248
|
-
|
|
4249
|
-
|
|
4250
|
-
|
|
4251
|
-
|
|
4252
|
-
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
|
|
4256
|
-
_: 2
|
|
4257
|
-
}, [
|
|
4258
|
-
n.value ? {
|
|
4259
|
-
name: "overlay",
|
|
4260
|
-
fn: y(() => [
|
|
4261
|
-
k(ln, {
|
|
4262
|
-
onSaveKwGroup: q,
|
|
4263
|
-
"keyword-group": r.keywordGroup
|
|
4264
|
-
}, null, 8, ["keyword-group"])
|
|
4265
|
-
]),
|
|
4266
|
-
key: "0"
|
|
4267
|
-
} : {
|
|
4268
|
-
name: "overlay",
|
|
4269
|
-
fn: y(() => [
|
|
4270
|
-
g("div", { class: "kw-selection-overlay-wrapper" }, [
|
|
4271
|
-
k($a, {
|
|
4272
|
-
animated: !0,
|
|
4273
|
-
type: "card",
|
|
4274
|
-
activeKey: i.value,
|
|
4275
|
-
"onUpdate:activeKey": G[0] || (G[0] = (j) => i.value = j)
|
|
4276
|
-
}, {
|
|
4277
|
-
default: y(() => [
|
|
4278
|
-
(o(!0), u(H, null, R(e.options, (j, W) => (o(), _(wa, {
|
|
4279
|
-
key: W.toString(),
|
|
4280
|
-
tab: j.title
|
|
4281
|
-
}, {
|
|
4282
|
-
default: y(() => [
|
|
4283
|
-
k(a(gt), {
|
|
4284
|
-
"ghost-class": "keyword-group-item__ghost",
|
|
4285
|
-
list: j.keywordGroups,
|
|
4286
|
-
"item-key": "id",
|
|
4287
|
-
handle: ".ma-kw-selection-sort-handler",
|
|
4288
|
-
onSort: O
|
|
4289
|
-
}, {
|
|
4290
|
-
item: y(({ element: S, index: V }) => [
|
|
4291
|
-
k(Ie, {
|
|
4292
|
-
selected: a(m) === S.id,
|
|
4293
|
-
keywordGroup: S,
|
|
4294
|
-
onClick: (K) => z(S.id),
|
|
4295
|
-
onUpdateEditable: (K) => M(K, W, V, S.id),
|
|
4296
|
-
onUpdatePublic: (K) => b(K, W, V, S.id),
|
|
4297
|
-
onDeleteKwGroup: (K) => x(W, V, S.id),
|
|
4298
|
-
onEdit: (K) => D(S, j.id)
|
|
4299
|
-
}, null, 8, ["selected", "keywordGroup", "onClick", "onUpdateEditable", "onUpdatePublic", "onDeleteKwGroup", "onEdit"])
|
|
4300
|
-
]),
|
|
4301
|
-
_: 2
|
|
4302
|
-
}, 1032, ["list"])
|
|
4303
|
-
]),
|
|
4304
|
-
_: 2
|
|
4305
|
-
}, 1032, ["tab"]))), 128))
|
|
4306
|
-
]),
|
|
4307
|
-
_: 1
|
|
4308
|
-
}, 8, ["activeKey"])
|
|
4309
|
-
])
|
|
4227
|
+
g("div", cn, [
|
|
4228
|
+
k(Ve, {
|
|
4229
|
+
onVisibleChange: E,
|
|
4230
|
+
overlayClassName: a(I),
|
|
4231
|
+
trigger: ["click"],
|
|
4232
|
+
visible: s.value,
|
|
4233
|
+
"onUpdate:visible": G[1] || (G[1] = (j) => s.value = j)
|
|
4234
|
+
}, Y({
|
|
4235
|
+
default: h(() => [
|
|
4236
|
+
g("button", {
|
|
4237
|
+
class: P(a($))
|
|
4238
|
+
}, [
|
|
4239
|
+
a(p) ? (o(), _(Ie, {
|
|
4240
|
+
key: 0,
|
|
4241
|
+
keywordGroup: a(p)
|
|
4242
|
+
}, null, 8, ["keywordGroup"])) : (o(), u("span", un, C(e?.placeholder), 1)),
|
|
4243
|
+
X(k(w, {
|
|
4244
|
+
size: "sm",
|
|
4245
|
+
class: "chevron-icon",
|
|
4246
|
+
name: "chevron-down"
|
|
4247
|
+
}, null, 512), [
|
|
4248
|
+
[Q, !s.value]
|
|
4249
|
+
]),
|
|
4250
|
+
X(k(w, {
|
|
4251
|
+
size: "sm",
|
|
4252
|
+
class: "chevron-icon",
|
|
4253
|
+
name: "chevron-up"
|
|
4254
|
+
}, null, 512), [
|
|
4255
|
+
[Q, s.value]
|
|
4256
|
+
])
|
|
4257
|
+
], 2)
|
|
4310
4258
|
]),
|
|
4311
|
-
|
|
4312
|
-
}
|
|
4313
|
-
|
|
4314
|
-
|
|
4315
|
-
|
|
4316
|
-
|
|
4317
|
-
|
|
4318
|
-
|
|
4319
|
-
|
|
4320
|
-
|
|
4321
|
-
|
|
4322
|
-
|
|
4323
|
-
|
|
4324
|
-
|
|
4325
|
-
|
|
4326
|
-
|
|
4327
|
-
|
|
4328
|
-
|
|
4329
|
-
|
|
4330
|
-
|
|
4331
|
-
|
|
4332
|
-
|
|
4333
|
-
|
|
4259
|
+
_: 2
|
|
4260
|
+
}, [
|
|
4261
|
+
n.value ? {
|
|
4262
|
+
name: "overlay",
|
|
4263
|
+
fn: h(() => [
|
|
4264
|
+
k(ln, {
|
|
4265
|
+
onSaveKwGroup: q,
|
|
4266
|
+
"keyword-group": r.keywordGroup
|
|
4267
|
+
}, null, 8, ["keyword-group"])
|
|
4268
|
+
]),
|
|
4269
|
+
key: "0"
|
|
4270
|
+
} : {
|
|
4271
|
+
name: "overlay",
|
|
4272
|
+
fn: h(() => [
|
|
4273
|
+
g("div", { class: "kw-selection-overlay-wrapper" }, [
|
|
4274
|
+
k($a, {
|
|
4275
|
+
animated: !0,
|
|
4276
|
+
type: "card",
|
|
4277
|
+
activeKey: i.value,
|
|
4278
|
+
"onUpdate:activeKey": G[0] || (G[0] = (j) => i.value = j)
|
|
4279
|
+
}, {
|
|
4280
|
+
default: h(() => [
|
|
4281
|
+
(o(!0), u(H, null, R(e.options, (j, W) => (o(), _(wa, {
|
|
4282
|
+
key: W.toString(),
|
|
4283
|
+
tab: j.title
|
|
4284
|
+
}, {
|
|
4285
|
+
default: h(() => [
|
|
4286
|
+
k(a(gt), {
|
|
4287
|
+
"ghost-class": "keyword-group-item__ghost",
|
|
4288
|
+
list: j.keywordGroups,
|
|
4289
|
+
"item-key": "id",
|
|
4290
|
+
handle: ".ma-kw-selection-sort-handler",
|
|
4291
|
+
onSort: O
|
|
4292
|
+
}, {
|
|
4293
|
+
item: h(({ element: B, index: V }) => [
|
|
4294
|
+
k(Ie, {
|
|
4295
|
+
selected: a(m) === B.id,
|
|
4296
|
+
keywordGroup: B,
|
|
4297
|
+
onClick: (K) => z(B.id),
|
|
4298
|
+
onUpdateEditable: (K) => M(K, W, V, B.id),
|
|
4299
|
+
onUpdatePublic: (K) => b(K, W, V, B.id),
|
|
4300
|
+
onDeleteKwGroup: (K) => x(W, V, B.id),
|
|
4301
|
+
onEdit: (K) => D(B, j.id)
|
|
4302
|
+
}, null, 8, ["selected", "keywordGroup", "onClick", "onUpdateEditable", "onUpdatePublic", "onDeleteKwGroup", "onEdit"])
|
|
4303
|
+
]),
|
|
4304
|
+
_: 2
|
|
4305
|
+
}, 1032, ["list"])
|
|
4306
|
+
]),
|
|
4307
|
+
_: 2
|
|
4308
|
+
}, 1032, ["tab"]))), 128))
|
|
4309
|
+
]),
|
|
4310
|
+
_: 1
|
|
4311
|
+
}, 8, ["activeKey"])
|
|
4312
|
+
])
|
|
4313
|
+
]),
|
|
4314
|
+
key: "1"
|
|
4315
|
+
}
|
|
4316
|
+
]), 1032, ["overlayClassName", "visible"]),
|
|
4317
|
+
k(ie, {
|
|
4318
|
+
type: "secondary",
|
|
4319
|
+
variant: "border",
|
|
4320
|
+
icon: "add",
|
|
4321
|
+
onMousedown: de
|
|
4322
|
+
}),
|
|
4323
|
+
k(ie, {
|
|
4324
|
+
type: "secondary",
|
|
4325
|
+
variant: "border",
|
|
4326
|
+
icon: "copy",
|
|
4327
|
+
tooltipText: "Successfully Copied",
|
|
4328
|
+
tooltipProps: { trigger: ["click"] },
|
|
4329
|
+
onMousedown: U
|
|
4330
|
+
}),
|
|
4331
|
+
k(ie, {
|
|
4332
|
+
type: "secondary",
|
|
4333
|
+
variant: "border",
|
|
4334
|
+
icon: "direct-inbox",
|
|
4335
|
+
onMousedown: Z
|
|
4336
|
+
})
|
|
4337
|
+
])
|
|
4334
4338
|
], 16));
|
|
4335
4339
|
}
|
|
4336
4340
|
});
|
|
4337
|
-
const
|
|
4341
|
+
const pn = { class: "tooltip" }, mn = { class: "tooltip" }, vn = {
|
|
4338
4342
|
name: "MaSlider"
|
|
4339
|
-
},
|
|
4340
|
-
...
|
|
4343
|
+
}, $i = /* @__PURE__ */ S({
|
|
4344
|
+
...vn,
|
|
4341
4345
|
props: {
|
|
4342
4346
|
dualThumbMode: { type: Boolean, default: !1 },
|
|
4343
4347
|
vertical: { type: Boolean },
|
|
@@ -4378,8 +4382,8 @@ const dn = { class: "tooltip" }, pn = { class: "tooltip" }, mn = {
|
|
|
4378
4382
|
const b = M === "left" ? i : r, x = M === "left" ? r : i, D = (q) => {
|
|
4379
4383
|
if (!s.value)
|
|
4380
4384
|
return;
|
|
4381
|
-
let
|
|
4382
|
-
|
|
4385
|
+
let y = e.vertical ? (s.value.getBoundingClientRect().bottom - q.clientY) / s.value.offsetHeight * 100 : (q.clientX - s.value.getBoundingClientRect().left) / s.value.offsetWidth * 100;
|
|
4386
|
+
y < 0 && (y = 0), y > 100 && (y = 100), e.dualThumbMode && (M === "left" && y >= x.value && (y = x.value), M === "right" && y <= x.value && (y = x.value)), b.value = y, t(`update:${M}ThumbValue`, y);
|
|
4383
4387
|
}, E = () => {
|
|
4384
4388
|
n.value = !1, window.removeEventListener("mousemove", D), window.removeEventListener("mouseup", E);
|
|
4385
4389
|
};
|
|
@@ -4439,7 +4443,7 @@ const dn = { class: "tooltip" }, pn = { class: "tooltip" }, mn = {
|
|
|
4439
4443
|
style: J({ [a(d)]: `${a(i)}%` }),
|
|
4440
4444
|
onMousedown: b[2] || (b[2] = (x) => I("left"))
|
|
4441
4445
|
}, [
|
|
4442
|
-
g("div",
|
|
4446
|
+
g("div", pn, C(a(i).toFixed(0)) + "%", 1)
|
|
4443
4447
|
], 36)) : v("", !0),
|
|
4444
4448
|
e.dualThumbMode && e.type === "tooltip" ? (o(), u("div", {
|
|
4445
4449
|
key: 4,
|
|
@@ -4447,15 +4451,15 @@ const dn = { class: "tooltip" }, pn = { class: "tooltip" }, mn = {
|
|
|
4447
4451
|
style: J({ [a(d)]: `${a(r)}%` }),
|
|
4448
4452
|
onMousedown: b[3] || (b[3] = (x) => I("right"))
|
|
4449
4453
|
}, [
|
|
4450
|
-
g("div",
|
|
4454
|
+
g("div", mn, C(a(r).toFixed(0)) + "%", 1)
|
|
4451
4455
|
], 36)) : v("", !0)
|
|
4452
4456
|
], 2));
|
|
4453
4457
|
}
|
|
4454
4458
|
});
|
|
4455
|
-
const
|
|
4459
|
+
const fn = ["value", "name", "checked"], gn = { class: "radio-area" }, _n = {
|
|
4456
4460
|
name: "MaCountryRadio"
|
|
4457
|
-
},
|
|
4458
|
-
...
|
|
4461
|
+
}, wi = /* @__PURE__ */ S({
|
|
4462
|
+
..._n,
|
|
4459
4463
|
props: {
|
|
4460
4464
|
value: null,
|
|
4461
4465
|
country: null,
|
|
@@ -4486,17 +4490,17 @@ const vn = ["value", "name", "checked"], fn = { class: "radio-area" }, gn = {
|
|
|
4486
4490
|
name: e.name,
|
|
4487
4491
|
checked: e.checked,
|
|
4488
4492
|
onChange: r
|
|
4489
|
-
}, null, 40,
|
|
4490
|
-
g("div",
|
|
4493
|
+
}, null, 40, fn),
|
|
4494
|
+
g("div", gn, [
|
|
4491
4495
|
k(a(w), { name: "tick" })
|
|
4492
4496
|
])
|
|
4493
4497
|
], 2));
|
|
4494
4498
|
}
|
|
4495
4499
|
});
|
|
4496
|
-
const
|
|
4500
|
+
const hn = {
|
|
4497
4501
|
name: "MaAppCheckbox"
|
|
4498
|
-
},
|
|
4499
|
-
...
|
|
4502
|
+
}, Ci = /* @__PURE__ */ S({
|
|
4503
|
+
...hn,
|
|
4500
4504
|
props: {
|
|
4501
4505
|
appIcon: null,
|
|
4502
4506
|
checked: { type: Boolean, default: !1 }
|
|
@@ -4527,13 +4531,13 @@ const _n = {
|
|
|
4527
4531
|
const yn = {
|
|
4528
4532
|
key: 0,
|
|
4529
4533
|
class: "ma-tag-input-prefix"
|
|
4530
|
-
},
|
|
4534
|
+
}, bn = ["disabled", "placeholder"], kn = {
|
|
4531
4535
|
key: 1,
|
|
4532
4536
|
class: "ma-tag-input-suffix"
|
|
4533
|
-
},
|
|
4537
|
+
}, $n = {
|
|
4534
4538
|
name: "MaTagInput"
|
|
4535
|
-
},
|
|
4536
|
-
|
|
4539
|
+
}, Mi = /* @__PURE__ */ S({
|
|
4540
|
+
...$n,
|
|
4537
4541
|
props: {
|
|
4538
4542
|
tags: { default: () => [] },
|
|
4539
4543
|
placeholder: { default: "" },
|
|
@@ -4588,7 +4592,7 @@ const yn = {
|
|
|
4588
4592
|
setTimeout(() => {
|
|
4589
4593
|
let E = [x.target.value || ""];
|
|
4590
4594
|
for (const q of e.separator)
|
|
4591
|
-
E = E.flatMap((
|
|
4595
|
+
E = E.flatMap((y) => y.split(q));
|
|
4592
4596
|
E.forEach((q) => {
|
|
4593
4597
|
I(q);
|
|
4594
4598
|
});
|
|
@@ -4631,11 +4635,11 @@ const yn = {
|
|
|
4631
4635
|
onKeydown: $,
|
|
4632
4636
|
onPaste: M,
|
|
4633
4637
|
"onUpdate:modelValue": D[0] || (D[0] = (E) => s.value = E)
|
|
4634
|
-
}, null, 40,
|
|
4638
|
+
}, null, 40, bn), [
|
|
4635
4639
|
[He, s.value]
|
|
4636
4640
|
])
|
|
4637
4641
|
], 4),
|
|
4638
|
-
x.$slots.suffix || e?.suffixIcon ? (o(), u("div",
|
|
4642
|
+
x.$slots.suffix || e?.suffixIcon ? (o(), u("div", kn, [
|
|
4639
4643
|
f(x.$slots, "suffix"),
|
|
4640
4644
|
e.suffixIcon ? (o(), _(a(w), {
|
|
4641
4645
|
key: 0,
|
|
@@ -4646,33 +4650,33 @@ const yn = {
|
|
|
4646
4650
|
], 2));
|
|
4647
4651
|
}
|
|
4648
4652
|
});
|
|
4649
|
-
const
|
|
4653
|
+
const wn = {
|
|
4650
4654
|
name: "MaListItem"
|
|
4651
|
-
},
|
|
4652
|
-
function
|
|
4653
|
-
return o(), u("div",
|
|
4655
|
+
}, Cn = { class: "ak-list-item" }, Mn = { class: "ak-list-item-actions" };
|
|
4656
|
+
function xn(l, t, e, s, n, i) {
|
|
4657
|
+
return o(), u("div", Cn, [
|
|
4654
4658
|
f(l.$slots, "default"),
|
|
4655
|
-
g("div",
|
|
4659
|
+
g("div", Mn, [
|
|
4656
4660
|
f(l.$slots, "actions")
|
|
4657
4661
|
])
|
|
4658
4662
|
]);
|
|
4659
4663
|
}
|
|
4660
|
-
const
|
|
4664
|
+
const Sn = /* @__PURE__ */ De(wn, [["render", xn]]), Bn = { class: "ak-list-item-meta" }, In = {
|
|
4661
4665
|
key: 0,
|
|
4662
4666
|
class: "ak-list-item-meta-avatar"
|
|
4663
|
-
},
|
|
4667
|
+
}, zn = {
|
|
4664
4668
|
key: 1,
|
|
4665
4669
|
class: "ak-list-item-meta-icon"
|
|
4666
|
-
},
|
|
4670
|
+
}, Tn = { class: "content" }, An = {
|
|
4667
4671
|
key: 0,
|
|
4668
4672
|
class: "ak-list-item-meta-title"
|
|
4669
|
-
},
|
|
4673
|
+
}, Ln = {
|
|
4670
4674
|
key: 1,
|
|
4671
4675
|
class: "ak-list-item-meta-description"
|
|
4672
|
-
},
|
|
4676
|
+
}, Nn = {
|
|
4673
4677
|
name: "MaListItemMeta"
|
|
4674
|
-
},
|
|
4675
|
-
...
|
|
4678
|
+
}, Pn = /* @__PURE__ */ S({
|
|
4679
|
+
...Nn,
|
|
4676
4680
|
props: {
|
|
4677
4681
|
avatar: null,
|
|
4678
4682
|
icon: null,
|
|
@@ -4682,25 +4686,25 @@ const xn = /* @__PURE__ */ De($n, [["render", Mn]]), Bn = { class: "ak-list-item
|
|
|
4682
4686
|
setup(l) {
|
|
4683
4687
|
const t = l;
|
|
4684
4688
|
return (e, s) => (o(), u("div", Bn, [
|
|
4685
|
-
t.avatar ? (o(), u("div",
|
|
4689
|
+
t.avatar ? (o(), u("div", In, [
|
|
4686
4690
|
f(e.$slots, "avatar", {}, () => [
|
|
4687
4691
|
k(Ee, {
|
|
4688
4692
|
size: "large",
|
|
4689
4693
|
src: t.avatar
|
|
4690
4694
|
}, null, 8, ["src"])
|
|
4691
4695
|
])
|
|
4692
|
-
])) : t.icon ? (o(), u("div",
|
|
4696
|
+
])) : t.icon ? (o(), u("div", zn, [
|
|
4693
4697
|
k(w, {
|
|
4694
4698
|
name: t.icon
|
|
4695
4699
|
}, null, 8, ["name"])
|
|
4696
4700
|
])) : v("", !0),
|
|
4697
|
-
g("div",
|
|
4698
|
-
t.title ? (o(), u("div",
|
|
4701
|
+
g("div", Tn, [
|
|
4702
|
+
t.title ? (o(), u("div", An, [
|
|
4699
4703
|
f(e.$slots, "title", {}, () => [
|
|
4700
4704
|
F(C(t.title), 1)
|
|
4701
4705
|
])
|
|
4702
4706
|
])) : v("", !0),
|
|
4703
|
-
t.description ? (o(), u("div",
|
|
4707
|
+
t.description ? (o(), u("div", Ln, [
|
|
4704
4708
|
f(e.$slots, "description", {}, () => [
|
|
4705
4709
|
F(C(t.description), 1)
|
|
4706
4710
|
])
|
|
@@ -4708,34 +4712,34 @@ const xn = /* @__PURE__ */ De($n, [["render", Mn]]), Bn = { class: "ak-list-item
|
|
|
4708
4712
|
])
|
|
4709
4713
|
]));
|
|
4710
4714
|
}
|
|
4711
|
-
}),
|
|
4715
|
+
}), Dn = { class: "ak-list-wrapper" }, En = { key: 0 }, Fn = { class: "ak-list-item-custom-slot" }, Vn = {
|
|
4712
4716
|
name: "MaList"
|
|
4713
|
-
},
|
|
4714
|
-
...
|
|
4717
|
+
}, xi = /* @__PURE__ */ S({
|
|
4718
|
+
...Vn,
|
|
4715
4719
|
props: {
|
|
4716
4720
|
listData: { default: () => [] }
|
|
4717
4721
|
},
|
|
4718
4722
|
setup(l) {
|
|
4719
4723
|
const t = l;
|
|
4720
|
-
return (e, s) => (o(), u("div",
|
|
4721
|
-
(o(!0), u(H, null, R(t.listData, (n, i) => (o(), _(
|
|
4722
|
-
default:
|
|
4723
|
-
k(
|
|
4724
|
+
return (e, s) => (o(), u("div", Dn, [
|
|
4725
|
+
(o(!0), u(H, null, R(t.listData, (n, i) => (o(), _(Sn, { key: i }, {
|
|
4726
|
+
default: h(() => [
|
|
4727
|
+
k(Pn, {
|
|
4724
4728
|
avatar: n.avatar,
|
|
4725
4729
|
icon: n.icon,
|
|
4726
4730
|
title: n.title,
|
|
4727
4731
|
description: n.description
|
|
4728
4732
|
}, null, 8, ["avatar", "icon", "title", "description"])
|
|
4729
4733
|
]),
|
|
4730
|
-
actions:
|
|
4731
|
-
n.actions && n.actions.length ? (o(), u("div",
|
|
4734
|
+
actions: h(() => [
|
|
4735
|
+
n.actions && n.actions.length ? (o(), u("div", En, [
|
|
4732
4736
|
(o(!0), u(H, null, R(n.actions, (r, d) => (o(), _(te, {
|
|
4733
4737
|
class: "ak-list-item-actions-buttons",
|
|
4734
4738
|
key: d,
|
|
4735
4739
|
type: "link",
|
|
4736
4740
|
onClick: r.onClick
|
|
4737
4741
|
}, {
|
|
4738
|
-
default:
|
|
4742
|
+
default: h(() => [
|
|
4739
4743
|
F(C(r.label), 1)
|
|
4740
4744
|
]),
|
|
4741
4745
|
_: 2
|
|
@@ -4744,16 +4748,16 @@ const xn = /* @__PURE__ */ De($n, [["render", Mn]]), Bn = { class: "ak-list-item
|
|
|
4744
4748
|
]),
|
|
4745
4749
|
_: 2
|
|
4746
4750
|
}, 1024))), 128)),
|
|
4747
|
-
g("div",
|
|
4751
|
+
g("div", Fn, [
|
|
4748
4752
|
f(e.$slots, "default")
|
|
4749
4753
|
])
|
|
4750
4754
|
]));
|
|
4751
4755
|
}
|
|
4752
4756
|
});
|
|
4753
|
-
const
|
|
4757
|
+
const Gn = { class: "scrollable-badge-wrapper" }, On = ["href", "target"], Rn = {
|
|
4754
4758
|
name: "MaScrollableBadge"
|
|
4755
|
-
},
|
|
4756
|
-
...
|
|
4759
|
+
}, Si = /* @__PURE__ */ S({
|
|
4760
|
+
...Rn,
|
|
4757
4761
|
props: {
|
|
4758
4762
|
badges: null
|
|
4759
4763
|
},
|
|
@@ -4770,7 +4774,7 @@ const Vn = { class: "scrollable-badge-wrapper" }, Gn = ["href", "target"], On =
|
|
|
4770
4774
|
};
|
|
4771
4775
|
return ue(() => {
|
|
4772
4776
|
d(), r();
|
|
4773
|
-
}), (p, m) => (o(), u("div",
|
|
4777
|
+
}), (p, m) => (o(), u("div", Gn, [
|
|
4774
4778
|
g("button", {
|
|
4775
4779
|
class: P({ invisible: !(e.value && s.value) }),
|
|
4776
4780
|
onClick: m[0] || (m[0] = ($) => i("start"))
|
|
@@ -4796,12 +4800,12 @@ const Vn = { class: "scrollable-badge-wrapper" }, Gn = ["href", "target"], On =
|
|
|
4796
4800
|
size: "medium",
|
|
4797
4801
|
type: "line"
|
|
4798
4802
|
}, {
|
|
4799
|
-
default:
|
|
4803
|
+
default: h(() => [
|
|
4800
4804
|
F(C($.label), 1)
|
|
4801
4805
|
]),
|
|
4802
4806
|
_: 2
|
|
4803
4807
|
}, 1024)
|
|
4804
|
-
], 8,
|
|
4808
|
+
], 8, On))), 128)),
|
|
4805
4809
|
f(p.$slots, "default")
|
|
4806
4810
|
], 544),
|
|
4807
4811
|
g("button", {
|
|
@@ -4816,10 +4820,10 @@ const Vn = { class: "scrollable-badge-wrapper" }, Gn = ["href", "target"], On =
|
|
|
4816
4820
|
]));
|
|
4817
4821
|
}
|
|
4818
4822
|
});
|
|
4819
|
-
const
|
|
4823
|
+
const Un = {
|
|
4820
4824
|
name: "MaSteps"
|
|
4821
|
-
}, Bi = /* @__PURE__ */
|
|
4822
|
-
...
|
|
4825
|
+
}, Bi = /* @__PURE__ */ S({
|
|
4826
|
+
...Un,
|
|
4823
4827
|
props: {
|
|
4824
4828
|
current: { default: 0 },
|
|
4825
4829
|
direction: { default: "horizontal" }
|
|
@@ -4859,16 +4863,16 @@ const Rn = {
|
|
|
4859
4863
|
], 2));
|
|
4860
4864
|
}
|
|
4861
4865
|
});
|
|
4862
|
-
const
|
|
4866
|
+
const Kn = { class: "ak-step__dot" }, jn = {
|
|
4863
4867
|
key: 1,
|
|
4864
4868
|
class: "step-number"
|
|
4865
|
-
},
|
|
4869
|
+
}, qn = { class: "title-wrapper" }, Hn = {
|
|
4866
4870
|
key: 0,
|
|
4867
4871
|
class: "ak-step__title"
|
|
4868
|
-
},
|
|
4872
|
+
}, Wn = {
|
|
4869
4873
|
key: 1,
|
|
4870
4874
|
class: "ak-step__description"
|
|
4871
|
-
},
|
|
4875
|
+
}, Jn = /* @__PURE__ */ g("div", { class: "ak-step__separator" }, null, -1), Ii = /* @__PURE__ */ S({
|
|
4872
4876
|
__name: "index",
|
|
4873
4877
|
props: {
|
|
4874
4878
|
title: null,
|
|
@@ -4896,29 +4900,29 @@ const Un = { class: "ak-step__dot" }, Kn = {
|
|
|
4896
4900
|
class: P(a(p)),
|
|
4897
4901
|
onClick: m
|
|
4898
4902
|
}, [
|
|
4899
|
-
g("div",
|
|
4903
|
+
g("div", Kn, [
|
|
4900
4904
|
a(d) ? (o(), _(a(w), {
|
|
4901
4905
|
key: 0,
|
|
4902
4906
|
name: "tick",
|
|
4903
4907
|
size: "md"
|
|
4904
|
-
})) : (o(), u("span",
|
|
4908
|
+
})) : (o(), u("span", jn, C(a(i) + 1), 1))
|
|
4905
4909
|
]),
|
|
4906
|
-
g("div",
|
|
4907
|
-
t?.title || $.$slots.title ? (o(), u("h3",
|
|
4910
|
+
g("div", qn, [
|
|
4911
|
+
t?.title || $.$slots.title ? (o(), u("h3", Hn, [
|
|
4908
4912
|
f($.$slots, "title"),
|
|
4909
4913
|
F(" " + C(t?.title), 1)
|
|
4910
4914
|
])) : v("", !0),
|
|
4911
|
-
t?.description || $.$slots.description ? (o(), u("p",
|
|
4915
|
+
t?.description || $.$slots.description ? (o(), u("p", Wn, [
|
|
4912
4916
|
f($.$slots, "description"),
|
|
4913
4917
|
F(" " + C(t?.description), 1)
|
|
4914
4918
|
])) : v("", !0)
|
|
4915
4919
|
]),
|
|
4916
|
-
|
|
4920
|
+
Jn
|
|
4917
4921
|
], 2));
|
|
4918
4922
|
}
|
|
4919
4923
|
});
|
|
4920
|
-
class
|
|
4921
|
-
config =
|
|
4924
|
+
class Yn {
|
|
4925
|
+
config = he({
|
|
4922
4926
|
language: "en"
|
|
4923
4927
|
});
|
|
4924
4928
|
setConfig(t) {
|
|
@@ -4938,126 +4942,126 @@ class Jn {
|
|
|
4938
4942
|
return this.config.language;
|
|
4939
4943
|
}
|
|
4940
4944
|
}
|
|
4941
|
-
const
|
|
4942
|
-
function
|
|
4943
|
-
return Je(
|
|
4945
|
+
const Zn = new Yn();
|
|
4946
|
+
function zi() {
|
|
4947
|
+
return Je(Zn.getConfig());
|
|
4944
4948
|
}
|
|
4945
4949
|
export {
|
|
4946
|
-
|
|
4947
|
-
|
|
4948
|
-
|
|
4949
|
-
|
|
4950
|
-
|
|
4951
|
-
|
|
4950
|
+
Zn as ActionKitConfig,
|
|
4951
|
+
El as Animations,
|
|
4952
|
+
Sl as AppIconPlatforms,
|
|
4953
|
+
xl as AppIconSizes,
|
|
4954
|
+
il as ButtonIconAlignMents,
|
|
4955
|
+
nl as ButtonShapes,
|
|
4952
4956
|
$t as ButtonSizes,
|
|
4953
|
-
|
|
4954
|
-
|
|
4955
|
-
|
|
4956
|
-
|
|
4957
|
-
|
|
4958
|
-
|
|
4957
|
+
ll as ButtonTargets,
|
|
4958
|
+
ol as ButtonTypes,
|
|
4959
|
+
al as ButtonVariants,
|
|
4960
|
+
Nl as MaAlert,
|
|
4961
|
+
Dl as MaAlertPropTypes,
|
|
4962
|
+
Pl as MaAlertPropVariants,
|
|
4959
4963
|
Us as MaAnimation,
|
|
4960
|
-
|
|
4964
|
+
Ci as MaAppCheckbox,
|
|
4961
4965
|
Vs as MaAppIcon,
|
|
4962
|
-
|
|
4963
|
-
|
|
4966
|
+
Ml as MaAppTrackButton,
|
|
4967
|
+
ui as MaAutoComplete,
|
|
4964
4968
|
Ee as MaAvatar,
|
|
4965
4969
|
me as MaBadge,
|
|
4966
|
-
|
|
4967
|
-
|
|
4968
|
-
|
|
4969
|
-
|
|
4970
|
+
Ll as MaBadgePropIconAlignments,
|
|
4971
|
+
Al as MaBadgePropSizes,
|
|
4972
|
+
Tl as MaBadgePropTypes,
|
|
4973
|
+
zl as MaBadgePropVariants,
|
|
4970
4974
|
te as MaButton,
|
|
4971
|
-
|
|
4972
|
-
|
|
4973
|
-
|
|
4974
|
-
|
|
4975
|
+
fi as MaCard,
|
|
4976
|
+
gi as MaCardAlignments,
|
|
4977
|
+
hi as MaCardIconColors,
|
|
4978
|
+
_i as MaCardSizes,
|
|
4975
4979
|
fs as MaCheckbox,
|
|
4976
|
-
|
|
4977
|
-
|
|
4978
|
-
|
|
4979
|
-
|
|
4980
|
-
|
|
4981
|
-
|
|
4982
|
-
|
|
4983
|
-
|
|
4984
|
-
|
|
4985
|
-
|
|
4986
|
-
|
|
4987
|
-
|
|
4980
|
+
$l as MaCheckboxGroup,
|
|
4981
|
+
wi as MaCountryRadio,
|
|
4982
|
+
vi as MaCountrySelect,
|
|
4983
|
+
bi as MaDrawer,
|
|
4984
|
+
Kl as MaDropdown,
|
|
4985
|
+
jl as MaDropdownPlacements,
|
|
4986
|
+
ql as MaDropdownTriggers,
|
|
4987
|
+
Jl as MaEmpty,
|
|
4988
|
+
Se as MaEmptyIcons,
|
|
4989
|
+
Hl as MaEmptySizes,
|
|
4990
|
+
Wl as MaEmptyVariants,
|
|
4991
|
+
sl as MaFlagIconRatios,
|
|
4988
4992
|
Rt as MaForm,
|
|
4989
4993
|
we as MaFormItem,
|
|
4990
|
-
|
|
4994
|
+
hl as MaFormLayouts,
|
|
4991
4995
|
w as MaIcon,
|
|
4992
4996
|
ie as MaIconButton,
|
|
4993
4997
|
_t as MaIconSizeClassNames,
|
|
4994
|
-
|
|
4995
|
-
|
|
4998
|
+
tl as MaIconSizes,
|
|
4999
|
+
ye as MaInput,
|
|
4996
5000
|
yl as MaInputCurrency,
|
|
4997
5001
|
yi as MaInputNumber,
|
|
4998
5002
|
Kt as MaInputSize,
|
|
4999
5003
|
oe as MaInputType,
|
|
5000
|
-
|
|
5001
|
-
|
|
5002
|
-
|
|
5003
|
-
|
|
5004
|
+
ki as MaKeywordGroupSelection,
|
|
5005
|
+
xi as MaList,
|
|
5006
|
+
Sn as MaListItem,
|
|
5007
|
+
Pn as MaListItemMeta,
|
|
5004
5008
|
Me as MaModal,
|
|
5005
5009
|
Ce as MaModalTypeIcon,
|
|
5006
|
-
|
|
5007
|
-
|
|
5010
|
+
Fl as MaModalTypes,
|
|
5011
|
+
wl as MaNumericInput,
|
|
5008
5012
|
Ve as MaPopover,
|
|
5009
|
-
|
|
5010
|
-
|
|
5011
|
-
|
|
5012
|
-
|
|
5013
|
-
|
|
5013
|
+
ni as MaProgress,
|
|
5014
|
+
ri as MaProgressCircleSizes,
|
|
5015
|
+
ii as MaProgressColors,
|
|
5016
|
+
ci as MaProgressPercentAlignments,
|
|
5017
|
+
li as MaProgressTypes,
|
|
5014
5018
|
ks as MaRadio,
|
|
5015
5019
|
Bl as MaRadioGroup,
|
|
5016
|
-
|
|
5017
|
-
|
|
5018
|
-
|
|
5019
|
-
|
|
5020
|
-
|
|
5020
|
+
Il as MaRadioTypes,
|
|
5021
|
+
Vl as MaRate,
|
|
5022
|
+
Ol as MaRateColors,
|
|
5023
|
+
Gl as MaRateSizes,
|
|
5024
|
+
Si as MaScrollableBadge,
|
|
5021
5025
|
Fe as MaSelect,
|
|
5022
5026
|
ms as MaSelectOption,
|
|
5023
|
-
|
|
5024
|
-
|
|
5025
|
-
|
|
5026
|
-
|
|
5027
|
-
|
|
5028
|
-
|
|
5029
|
-
|
|
5030
|
-
|
|
5027
|
+
ai as MaSideMenuAddNewAppButton,
|
|
5028
|
+
oi as MaSideMenuAppButton,
|
|
5029
|
+
Xl as MaSideMenuButton,
|
|
5030
|
+
ti as MaSideMenuIconButton,
|
|
5031
|
+
Ql as MaSideMenuItem,
|
|
5032
|
+
ei as MaSideMenuItemColors,
|
|
5033
|
+
si as MaSideMenuRoundIconButton,
|
|
5034
|
+
$i as MaSlider,
|
|
5031
5035
|
xe as MaSpin,
|
|
5032
|
-
|
|
5033
|
-
|
|
5034
|
-
|
|
5036
|
+
Ul as MaSpinColors,
|
|
5037
|
+
Rl as MaSpinTypes,
|
|
5038
|
+
Ii as MaStep,
|
|
5035
5039
|
Bi as MaSteps,
|
|
5036
|
-
|
|
5037
|
-
|
|
5040
|
+
ml as MaSwitch,
|
|
5041
|
+
mi as MaTabIconAlignMents,
|
|
5038
5042
|
wa as MaTabPane,
|
|
5039
|
-
|
|
5040
|
-
|
|
5043
|
+
di as MaTabPositions,
|
|
5044
|
+
pi as MaTabTypes,
|
|
5041
5045
|
$a as MaTabs,
|
|
5042
|
-
|
|
5043
|
-
|
|
5046
|
+
Mi as MaTagInput,
|
|
5047
|
+
dl as MaToggle,
|
|
5044
5048
|
pe as MaTooltip,
|
|
5045
|
-
|
|
5046
|
-
|
|
5049
|
+
rl as MaTrackButton,
|
|
5050
|
+
Zl as MaUpload,
|
|
5047
5051
|
se as MaUploadFileStatus,
|
|
5048
5052
|
uo as MaUploadSizes,
|
|
5049
|
-
|
|
5050
|
-
|
|
5051
|
-
|
|
5052
|
-
|
|
5053
|
-
|
|
5054
|
-
|
|
5055
|
-
|
|
5056
|
-
|
|
5057
|
-
|
|
5058
|
-
|
|
5059
|
-
|
|
5053
|
+
Yl as MaUploadTypes,
|
|
5054
|
+
Cl as NumericInputSizes,
|
|
5055
|
+
kl as SelectModes,
|
|
5056
|
+
bl as SelectSizes,
|
|
5057
|
+
vl as SwitchTypes,
|
|
5058
|
+
pl as ToggleSizes,
|
|
5059
|
+
fl as TooltipPlacements,
|
|
5060
|
+
_l as TooltipTriggerTypes,
|
|
5061
|
+
gl as TooltipTypes,
|
|
5062
|
+
ul as TrackButtonSizes,
|
|
5063
|
+
cl as TrackButtonVariants,
|
|
5060
5064
|
qt as currencyOptions,
|
|
5061
5065
|
jt as currencySymbols,
|
|
5062
|
-
|
|
5066
|
+
zi as useActionKitConfig
|
|
5063
5067
|
};
|