@mobileaction/action-kit 1.1.33 → 1.1.34
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 +2 -2
- package/dist/action-kit.mjs +330 -328
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/action-kit.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { defineComponent as k, computed as c, defineAsyncComponent as we, openBlock as i, createBlock as m, resolveDynamicComponent as Z, unref as t, normalizeClass as F, mergeProps as C, createSlots as O, renderList as E, withCtx as g, renderSlot as _, createVNode as x, createTextVNode as D, toDisplayString as M, createElementBlock as d, isRef as W, createCommentVNode as y,
|
|
1
|
+
import { defineComponent as k, computed as c, defineAsyncComponent as we, openBlock as i, createBlock as m, resolveDynamicComponent as Z, unref as t, normalizeClass as F, mergeProps as C, createSlots as O, renderList as E, withCtx as g, renderSlot as _, createElementVNode as $, createVNode as x, createTextVNode as D, toDisplayString as M, createElementBlock as d, isRef as W, createCommentVNode as y, ref as P, Fragment as H, useSlots as se, useAttrs as Ce, watch as ee, Transition as ge, onMounted as ve, onBeforeUnmount as xe, normalizeStyle as fe, h as Me, createApp as Be, onUnmounted as ze, withDirectives as J, withModifiers as Ie, vShow as Y, reactive as Se, readonly as Te, toRefs as Ae } from "vue";
|
|
2
2
|
import { Button as _e, Switch as Ne, Tooltip as Re, Form as De, FormItem as Pe, Avatar as Le, Select as Fe, InputPassword as Ee, Input as je, Textarea as Ve, SelectOption as Ue, Checkbox as qe, CheckboxGroup as Oe, Radio as He, RadioGroup as Ge, Alert as Ke, Modal as We, Dropdown as Je } from "ant-design-vue";
|
|
3
3
|
const ne = (n, s) => {
|
|
4
4
|
const e = n[s];
|
|
5
5
|
return e ? typeof e == "function" ? e() : Promise.resolve(e) : new Promise((o, a) => {
|
|
6
6
|
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(a.bind(null, new Error("Unknown variable dynamic import: " + s)));
|
|
7
7
|
});
|
|
8
|
-
},
|
|
8
|
+
}, pt = ["xs", "sm", "md", "lg", "xl"], Ye = {
|
|
9
9
|
xs: "w-4 h-4",
|
|
10
10
|
sm: "w-5 h-5",
|
|
11
11
|
md: "w-6 h-6",
|
|
@@ -106,13 +106,13 @@ const ne = (n, s) => {
|
|
|
106
106
|
]), 1040, ["class", "href", "target", "disabled", "type"]));
|
|
107
107
|
}
|
|
108
108
|
});
|
|
109
|
-
const
|
|
109
|
+
const ut = [
|
|
110
110
|
"primary",
|
|
111
111
|
"secondary",
|
|
112
112
|
"link",
|
|
113
113
|
"grey-link",
|
|
114
114
|
"social"
|
|
115
|
-
],
|
|
115
|
+
], dt = [
|
|
116
116
|
"dark",
|
|
117
117
|
"plain",
|
|
118
118
|
"info",
|
|
@@ -125,21 +125,21 @@ const pt = [
|
|
|
125
125
|
"large",
|
|
126
126
|
"x-large",
|
|
127
127
|
"2x-large"
|
|
128
|
-
],
|
|
128
|
+
], mt = [
|
|
129
129
|
"default",
|
|
130
130
|
"round"
|
|
131
|
-
],
|
|
131
|
+
], gt = [
|
|
132
132
|
"_blank",
|
|
133
133
|
"_self",
|
|
134
134
|
"_top",
|
|
135
135
|
"_parent"
|
|
136
|
-
],
|
|
136
|
+
], vt = [
|
|
137
137
|
"left",
|
|
138
138
|
"right"
|
|
139
|
-
], es = {
|
|
139
|
+
], es = { class: "icon-wrapper" }, ss = {
|
|
140
140
|
name: "MaTrackButton"
|
|
141
|
-
},
|
|
142
|
-
...
|
|
141
|
+
}, ft = /* @__PURE__ */ k({
|
|
142
|
+
...ss,
|
|
143
143
|
props: {
|
|
144
144
|
variant: { default: "default" },
|
|
145
145
|
size: { default: "md" },
|
|
@@ -176,11 +176,13 @@ const pt = [
|
|
|
176
176
|
"prefix-cls": "antd-btn"
|
|
177
177
|
}), O({
|
|
178
178
|
icon: g(() => [
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
179
|
+
$("div", es, [
|
|
180
|
+
x(b, {
|
|
181
|
+
spin: s?.loading,
|
|
182
|
+
name: t(o),
|
|
183
|
+
size: t(a)
|
|
184
|
+
}, null, 8, ["spin", "name", "size"])
|
|
185
|
+
])
|
|
184
186
|
]),
|
|
185
187
|
default: g(() => [
|
|
186
188
|
D(" " + M(n.keyword) + " ", 1)
|
|
@@ -196,25 +198,25 @@ const pt = [
|
|
|
196
198
|
]), 1040, ["class", "disabled"]));
|
|
197
199
|
}
|
|
198
200
|
});
|
|
199
|
-
const
|
|
201
|
+
const _t = [
|
|
200
202
|
"default"
|
|
201
|
-
],
|
|
203
|
+
], yt = [
|
|
202
204
|
"sm",
|
|
203
205
|
"md",
|
|
204
206
|
"lg"
|
|
205
|
-
],
|
|
207
|
+
], os = {
|
|
206
208
|
key: 0,
|
|
207
209
|
class: "ma-toggle__titles"
|
|
208
|
-
},
|
|
210
|
+
}, ts = {
|
|
209
211
|
key: 0,
|
|
210
212
|
class: "ma-toggle__titles__title"
|
|
211
|
-
},
|
|
213
|
+
}, ns = {
|
|
212
214
|
key: 1,
|
|
213
215
|
class: "ma-toggle__titles__sub-title"
|
|
214
|
-
},
|
|
216
|
+
}, as = {
|
|
215
217
|
name: "MaToggle"
|
|
216
|
-
},
|
|
217
|
-
...
|
|
218
|
+
}, ht = /* @__PURE__ */ k({
|
|
219
|
+
...as,
|
|
218
220
|
props: {
|
|
219
221
|
size: { default: "default" },
|
|
220
222
|
disabled: { type: Boolean },
|
|
@@ -256,21 +258,21 @@ const ft = [
|
|
|
256
258
|
unCheckedChildren: e.unCheckedChildren,
|
|
257
259
|
"prefix-cls": "antd-switch"
|
|
258
260
|
}), null, 16, ["checked", "disabled", "loading", "checkedChildren", "unCheckedChildren"]),
|
|
259
|
-
e.title || e.subTitle ? (i(), d("div",
|
|
260
|
-
e.title ? (i(), d("span",
|
|
261
|
-
e.subTitle ? (i(), d("span",
|
|
261
|
+
e.title || e.subTitle ? (i(), d("div", os, [
|
|
262
|
+
e.title ? (i(), d("span", ts, M(e.title), 1)) : y("", !0),
|
|
263
|
+
e.subTitle ? (i(), d("span", ns, M(e.subTitle), 1)) : y("", !0)
|
|
262
264
|
])) : y("", !0)
|
|
263
265
|
], 2));
|
|
264
266
|
}
|
|
265
267
|
});
|
|
266
|
-
const
|
|
268
|
+
const bt = [
|
|
267
269
|
"small",
|
|
268
270
|
"default",
|
|
269
271
|
"large"
|
|
270
|
-
],
|
|
272
|
+
], is = ["aria-checked", "disabled"], ls = {
|
|
271
273
|
name: "MaSwitch"
|
|
272
|
-
},
|
|
273
|
-
...
|
|
274
|
+
}, kt = /* @__PURE__ */ k({
|
|
275
|
+
...ls,
|
|
274
276
|
props: {
|
|
275
277
|
active: null,
|
|
276
278
|
leftIcon: null,
|
|
@@ -325,19 +327,19 @@ const ht = [
|
|
|
325
327
|
name: e.rightIcon
|
|
326
328
|
}, null, 8, ["name"])
|
|
327
329
|
], 2)
|
|
328
|
-
], 16,
|
|
330
|
+
], 16, is));
|
|
329
331
|
}
|
|
330
332
|
});
|
|
331
|
-
const
|
|
333
|
+
const $t = [
|
|
332
334
|
"primary",
|
|
333
335
|
"secondary"
|
|
334
|
-
],
|
|
336
|
+
], rs = { class: "ak-tooltip-overlay__content" }, cs = { class: "ak-tooltip-overlay__content__title" }, ps = {
|
|
335
337
|
key: 0,
|
|
336
338
|
class: "ak-tooltip-overlay__content__description"
|
|
337
|
-
},
|
|
339
|
+
}, us = {
|
|
338
340
|
name: "MaTooltip"
|
|
339
341
|
}, ye = /* @__PURE__ */ k({
|
|
340
|
-
...
|
|
342
|
+
...us,
|
|
341
343
|
props: {
|
|
342
344
|
placement: { default: "top" },
|
|
343
345
|
type: { default: "secondary" },
|
|
@@ -379,12 +381,12 @@ const kt = [
|
|
|
379
381
|
name: s.icon
|
|
380
382
|
}, null, 8, ["name"])) : y("", !0),
|
|
381
383
|
_(r.$slots, "icon"),
|
|
382
|
-
$("div",
|
|
383
|
-
$("span",
|
|
384
|
+
$("div", rs, [
|
|
385
|
+
$("span", cs, [
|
|
384
386
|
D(M(s.title) + " ", 1),
|
|
385
387
|
_(r.$slots, "title")
|
|
386
388
|
]),
|
|
387
|
-
s?.description || r.$slots.description ? (i(), d("span",
|
|
389
|
+
s?.description || r.$slots.description ? (i(), d("span", ps, [
|
|
388
390
|
D(M(s.description) + " ", 1),
|
|
389
391
|
_(r.$slots, "description")
|
|
390
392
|
])) : y("", !0)
|
|
@@ -404,7 +406,7 @@ const kt = [
|
|
|
404
406
|
}, 16, ["visible", "class", "placement", "trigger", "overlayClassName"]));
|
|
405
407
|
}
|
|
406
408
|
});
|
|
407
|
-
const
|
|
409
|
+
const wt = [
|
|
408
410
|
"top",
|
|
409
411
|
"left",
|
|
410
412
|
"right",
|
|
@@ -417,41 +419,41 @@ const $t = [
|
|
|
417
419
|
"leftBottom",
|
|
418
420
|
"rightTop",
|
|
419
421
|
"rightBottom"
|
|
420
|
-
],
|
|
422
|
+
], Ct = [
|
|
421
423
|
"primary",
|
|
422
424
|
"secondary"
|
|
423
|
-
],
|
|
425
|
+
], xt = [
|
|
424
426
|
"hover",
|
|
425
427
|
"focus",
|
|
426
428
|
"click",
|
|
427
429
|
"contextmenu"
|
|
428
|
-
],
|
|
430
|
+
], ds = {
|
|
429
431
|
name: "MaNonHSFormsIgnore"
|
|
430
|
-
},
|
|
432
|
+
}, ms = (n, s) => {
|
|
431
433
|
const e = n.__vccOpts || n;
|
|
432
434
|
for (const [o, a] of s)
|
|
433
435
|
e[o] = a;
|
|
434
436
|
return e;
|
|
435
|
-
},
|
|
437
|
+
}, gs = /* @__PURE__ */ $("label", {
|
|
436
438
|
for: "cc-num",
|
|
437
439
|
class: "hidden"
|
|
438
|
-
}, "HubspotCollectedFormsWorkaround", -1),
|
|
440
|
+
}, "HubspotCollectedFormsWorkaround", -1), vs = /* @__PURE__ */ $("input", {
|
|
439
441
|
id: "cc-num",
|
|
440
442
|
name: "cc-num",
|
|
441
443
|
class: "hidden",
|
|
442
444
|
required: "",
|
|
443
445
|
value: "HubspotCollectedFormsWorkaround"
|
|
444
446
|
}, null, -1);
|
|
445
|
-
function
|
|
447
|
+
function fs(n, s, e, o, a, l) {
|
|
446
448
|
return i(), d(H, null, [
|
|
447
|
-
|
|
448
|
-
|
|
449
|
+
gs,
|
|
450
|
+
vs
|
|
449
451
|
], 64);
|
|
450
452
|
}
|
|
451
|
-
const
|
|
453
|
+
const _s = /* @__PURE__ */ ms(ds, [["render", fs]]), ys = {
|
|
452
454
|
name: "MaForm"
|
|
453
|
-
},
|
|
454
|
-
...
|
|
455
|
+
}, Mt = /* @__PURE__ */ k({
|
|
456
|
+
...ys,
|
|
455
457
|
props: {
|
|
456
458
|
nonHubspotFormsIgnore: { type: Boolean, default: !0 }
|
|
457
459
|
},
|
|
@@ -470,17 +472,17 @@ const fs = /* @__PURE__ */ ds(us, [["render", vs]]), _s = {
|
|
|
470
472
|
ref: o
|
|
471
473
|
}), {
|
|
472
474
|
default: g(() => [
|
|
473
|
-
e.nonHubspotFormsIgnore ? (i(), m(
|
|
475
|
+
e.nonHubspotFormsIgnore ? (i(), m(_s, { key: 0 })) : y("", !0),
|
|
474
476
|
_(p.$slots, "default")
|
|
475
477
|
]),
|
|
476
478
|
_: 3
|
|
477
479
|
}, 16));
|
|
478
480
|
}
|
|
479
481
|
});
|
|
480
|
-
const
|
|
482
|
+
const hs = {
|
|
481
483
|
name: "MaFormItem"
|
|
482
|
-
},
|
|
483
|
-
...
|
|
484
|
+
}, Bt = /* @__PURE__ */ k({
|
|
485
|
+
...hs,
|
|
484
486
|
setup(n) {
|
|
485
487
|
return (s, e) => (i(), m(t(Pe), C(s.$attrs, {
|
|
486
488
|
class: "ma-form-item",
|
|
@@ -494,7 +496,7 @@ const ys = {
|
|
|
494
496
|
}))
|
|
495
497
|
]), 1040));
|
|
496
498
|
}
|
|
497
|
-
}),
|
|
499
|
+
}), zt = [
|
|
498
500
|
"horizontal",
|
|
499
501
|
"vertical",
|
|
500
502
|
"inline"
|
|
@@ -509,36 +511,36 @@ const ys = {
|
|
|
509
511
|
amount: "amount",
|
|
510
512
|
creditCard: "creditCard",
|
|
511
513
|
userInfo: "userInfo"
|
|
512
|
-
},
|
|
514
|
+
}, bs = {
|
|
513
515
|
small: "small",
|
|
514
516
|
medium: "medium",
|
|
515
517
|
large: "large"
|
|
516
|
-
},
|
|
518
|
+
}, It = {
|
|
517
519
|
usd: "USD",
|
|
518
520
|
eur: "EUR",
|
|
519
521
|
gbp: "GBP",
|
|
520
522
|
jpy: "JPY"
|
|
521
|
-
},
|
|
523
|
+
}, ks = {
|
|
522
524
|
USD: "$",
|
|
523
525
|
EUR: "€",
|
|
524
526
|
GBP: "£",
|
|
525
527
|
JPY: "¥"
|
|
526
|
-
},
|
|
528
|
+
}, $s = [
|
|
527
529
|
{ label: "USD", value: "USD" },
|
|
528
530
|
{ label: "EUR", value: "EUR" },
|
|
529
531
|
{ label: "GBP", value: "GBP" },
|
|
530
532
|
{ label: "JPY", value: "JPY" }
|
|
531
|
-
],
|
|
533
|
+
], ws = {
|
|
532
534
|
name: "MaAvatar"
|
|
533
|
-
},
|
|
534
|
-
|
|
535
|
+
}, Cs = /* @__PURE__ */ k({
|
|
536
|
+
...ws,
|
|
535
537
|
setup(n) {
|
|
536
538
|
return (s, e) => (i(), m(t(Le), C(s.$attrs, { "prefix-cls": "antd-avatar" }), null, 16));
|
|
537
539
|
}
|
|
538
|
-
}),
|
|
540
|
+
}), xs = { class: "dropdown-wrapper" }, Ms = { class: "mobile-header" }, Bs = /* @__PURE__ */ $("label", null, "Select", -1), zs = {
|
|
539
541
|
name: "MaDropdownRender"
|
|
540
|
-
},
|
|
541
|
-
...
|
|
542
|
+
}, Is = /* @__PURE__ */ k({
|
|
543
|
+
...zs,
|
|
542
544
|
props: {
|
|
543
545
|
menu: {
|
|
544
546
|
type: Object,
|
|
@@ -561,14 +563,14 @@ const ys = {
|
|
|
561
563
|
}), l = () => {
|
|
562
564
|
s("closeDropdown");
|
|
563
565
|
};
|
|
564
|
-
return (r, u) => (i(), d("div",
|
|
565
|
-
$("div",
|
|
566
|
+
return (r, u) => (i(), d("div", xs, [
|
|
567
|
+
$("div", Ms, [
|
|
566
568
|
x(b, {
|
|
567
569
|
size: "lg",
|
|
568
570
|
name: "close-circle",
|
|
569
571
|
onClick: l
|
|
570
572
|
}),
|
|
571
|
-
|
|
573
|
+
Bs,
|
|
572
574
|
x(X, {
|
|
573
575
|
type: "grey-link",
|
|
574
576
|
onClick: l
|
|
@@ -579,7 +581,7 @@ const ys = {
|
|
|
579
581
|
_: 1
|
|
580
582
|
})
|
|
581
583
|
]),
|
|
582
|
-
x(
|
|
584
|
+
x(Fs, {
|
|
583
585
|
value: t(a),
|
|
584
586
|
"onUpdate:value": u[0] || (u[0] = (v) => W(a) ? a.value = v : null),
|
|
585
587
|
autofocus: "",
|
|
@@ -589,13 +591,13 @@ const ys = {
|
|
|
589
591
|
x(o, { vnodes: n.menu }, null, 8, ["vnodes"])
|
|
590
592
|
]));
|
|
591
593
|
}
|
|
592
|
-
}),
|
|
594
|
+
}), Ss = {
|
|
593
595
|
key: 0,
|
|
594
596
|
class: "prefix-icon"
|
|
595
|
-
},
|
|
597
|
+
}, Ts = {
|
|
596
598
|
name: "MaSelect"
|
|
597
|
-
},
|
|
598
|
-
...
|
|
599
|
+
}, As = /* @__PURE__ */ k({
|
|
600
|
+
...Ts,
|
|
599
601
|
props: {
|
|
600
602
|
allowClear: { type: Boolean },
|
|
601
603
|
autoClearSearchValue: { type: Boolean, default: !0 },
|
|
@@ -688,7 +690,7 @@ const ys = {
|
|
|
688
690
|
spin: e?.loading,
|
|
689
691
|
name: t(B) || "chevron-down"
|
|
690
692
|
}, null, 8, ["spin", "name"]),
|
|
691
|
-
w.$slots?.prefixIcon || e?.prefixIcon ? (i(), d("div",
|
|
693
|
+
w.$slots?.prefixIcon || e?.prefixIcon ? (i(), d("div", Ss, [
|
|
692
694
|
_(w.$slots, "prefixIcon", {}, () => [
|
|
693
695
|
e?.prefixIcon ? (i(), m(b, {
|
|
694
696
|
key: 0,
|
|
@@ -753,7 +755,7 @@ const ys = {
|
|
|
753
755
|
t(r) && l.value ? {
|
|
754
756
|
name: "dropdownRender",
|
|
755
757
|
fn: g(({ menuNode: R }) => [
|
|
756
|
-
x(
|
|
758
|
+
x(Is, {
|
|
757
759
|
filter: a.value,
|
|
758
760
|
"onUpdate:filter": V[0] || (V[0] = (U) => a.value = U),
|
|
759
761
|
menu: R,
|
|
@@ -765,24 +767,24 @@ const ys = {
|
|
|
765
767
|
]), 1040, ["value", "class", "allowClear", "autoClearSearchValue", "autofocus", "defaultOpen", "disabled", "dropdownClassName", "loading", "optionFilterProp", "optionLabelProp", "options", "placeholder", "searchValue", "showSearch", "showArrow", "mode", "list-height", "size", "open"]));
|
|
766
768
|
}
|
|
767
769
|
});
|
|
768
|
-
const
|
|
770
|
+
const Ns = ["for"], Rs = {
|
|
769
771
|
key: 1,
|
|
770
772
|
class: "ak-input__wrapper"
|
|
771
|
-
},
|
|
773
|
+
}, Ds = {
|
|
772
774
|
key: 1,
|
|
773
775
|
class: "currency"
|
|
774
|
-
},
|
|
776
|
+
}, Ps = {
|
|
775
777
|
key: 3,
|
|
776
778
|
class: "ak-input__hint-text"
|
|
777
|
-
},
|
|
779
|
+
}, Ls = {
|
|
778
780
|
name: "MaInput",
|
|
779
781
|
inheritAttrs: !1
|
|
780
|
-
},
|
|
781
|
-
...
|
|
782
|
+
}, Fs = /* @__PURE__ */ k({
|
|
783
|
+
...Ls,
|
|
782
784
|
props: {
|
|
783
785
|
allowClear: { type: Boolean },
|
|
784
786
|
type: { default: K.text },
|
|
785
|
-
size: { default:
|
|
787
|
+
size: { default: bs.small },
|
|
786
788
|
title: null,
|
|
787
789
|
hintText: null,
|
|
788
790
|
hasError: { type: Boolean },
|
|
@@ -823,7 +825,7 @@ const As = ["for"], Ns = {
|
|
|
823
825
|
set(w) {
|
|
824
826
|
s("update:value", w);
|
|
825
827
|
}
|
|
826
|
-
}), p = c(() => e.amountCurrency ?
|
|
828
|
+
}), p = c(() => e.amountCurrency ? ks[e.amountCurrency] : null), B = c({
|
|
827
829
|
get() {
|
|
828
830
|
return e.amountCurrency;
|
|
829
831
|
},
|
|
@@ -849,8 +851,8 @@ const As = ["for"], Ns = {
|
|
|
849
851
|
onClick: j,
|
|
850
852
|
class: "ak-input__title",
|
|
851
853
|
for: w.$attrs?.id
|
|
852
|
-
}, M(e.title), 9,
|
|
853
|
-
e.type !== "textarea" ? (i(), d("div",
|
|
854
|
+
}, M(e.title), 9, Ns)) : y("", !0),
|
|
855
|
+
e.type !== "textarea" ? (i(), d("div", Rs, [
|
|
854
856
|
(i(), m(Z(t(S)), C({
|
|
855
857
|
value: t(v),
|
|
856
858
|
"onUpdate:value": V[1] || (V[1] = (R) => W(v) ? v.value = R : null)
|
|
@@ -871,20 +873,20 @@ const As = ["for"], Ns = {
|
|
|
871
873
|
key: 0,
|
|
872
874
|
size: "xs",
|
|
873
875
|
name: e.prefixIcon
|
|
874
|
-
}, null, 8, ["name"])) : t(p) ? (i(), d("span",
|
|
876
|
+
}, null, 8, ["name"])) : t(p) ? (i(), d("span", Ds, M(t(p)), 1)) : e.type === t(K).userInfo ? (i(), m(Cs, {
|
|
875
877
|
key: 2,
|
|
876
878
|
src: e.avatarUrl,
|
|
877
879
|
disabled: e.disabled
|
|
878
880
|
}, null, 8, ["src", "disabled"])) : y("", !0)
|
|
879
881
|
]),
|
|
880
882
|
suffix: g(() => [
|
|
881
|
-
e.type === "amount" ? (i(), m(
|
|
883
|
+
e.type === "amount" ? (i(), m(As, {
|
|
882
884
|
key: 0,
|
|
883
885
|
value: t(B),
|
|
884
886
|
"onUpdate:value": V[0] || (V[0] = (R) => W(B) ? B.value = R : null),
|
|
885
887
|
onChange: z,
|
|
886
888
|
dropdownClassName: "ak-input__input__ma-select__dropdown",
|
|
887
|
-
options: t(
|
|
889
|
+
options: t($s),
|
|
888
890
|
disabled: e.disabled,
|
|
889
891
|
size: "small"
|
|
890
892
|
}, null, 8, ["value", "options", "disabled"])) : y("", !0),
|
|
@@ -923,14 +925,14 @@ const As = ["for"], Ns = {
|
|
|
923
925
|
}))
|
|
924
926
|
]), 1040, ["value", "class", "disabled", "placeholder"])),
|
|
925
927
|
_(w.$slots, "hint"),
|
|
926
|
-
e.hintText ? (i(), d("div",
|
|
928
|
+
e.hintText ? (i(), d("div", Ps, M(e.hintText), 1)) : y("", !0)
|
|
927
929
|
], 2));
|
|
928
930
|
}
|
|
929
931
|
});
|
|
930
|
-
const
|
|
932
|
+
const Es = {
|
|
931
933
|
name: "MaSelectOption"
|
|
932
|
-
},
|
|
933
|
-
...
|
|
934
|
+
}, St = /* @__PURE__ */ k({
|
|
935
|
+
...Es,
|
|
934
936
|
setup(n) {
|
|
935
937
|
return (s, e) => (i(), m(t(Ue), C(s.$attrs, {
|
|
936
938
|
class: "ma-select-option",
|
|
@@ -944,17 +946,17 @@ const Fs = {
|
|
|
944
946
|
}))
|
|
945
947
|
]), 1040));
|
|
946
948
|
}
|
|
947
|
-
}),
|
|
949
|
+
}), Tt = [
|
|
948
950
|
"default",
|
|
949
951
|
"large",
|
|
950
952
|
"small"
|
|
951
|
-
],
|
|
953
|
+
], At = [
|
|
952
954
|
"multiple",
|
|
953
955
|
"tags"
|
|
954
|
-
],
|
|
956
|
+
], js = {
|
|
955
957
|
name: "MaCheckbox"
|
|
956
|
-
},
|
|
957
|
-
...
|
|
958
|
+
}, Nt = /* @__PURE__ */ k({
|
|
959
|
+
...js,
|
|
958
960
|
props: {
|
|
959
961
|
hint: null,
|
|
960
962
|
indeterminate: { type: Boolean, default: void 0 },
|
|
@@ -987,10 +989,10 @@ const Fs = {
|
|
|
987
989
|
]), 1040, ["class", "disabled", "indeterminate"]));
|
|
988
990
|
}
|
|
989
991
|
});
|
|
990
|
-
const
|
|
992
|
+
const Vs = {
|
|
991
993
|
name: "MaCheckboxGroup"
|
|
992
|
-
},
|
|
993
|
-
...
|
|
994
|
+
}, Rt = /* @__PURE__ */ k({
|
|
995
|
+
...Vs,
|
|
994
996
|
props: {
|
|
995
997
|
hint: null,
|
|
996
998
|
disabled: { type: Boolean }
|
|
@@ -1013,7 +1015,7 @@ const js = {
|
|
|
1013
1015
|
}))
|
|
1014
1016
|
]), 1040));
|
|
1015
1017
|
}
|
|
1016
|
-
}),
|
|
1018
|
+
}), Us = ["value"], qs = /* @__PURE__ */ k({
|
|
1017
1019
|
__name: "singleNumericInput",
|
|
1018
1020
|
props: {
|
|
1019
1021
|
value: { default: "" },
|
|
@@ -1042,12 +1044,12 @@ const js = {
|
|
|
1042
1044
|
maxlength: "1",
|
|
1043
1045
|
pattern: "[0-9]",
|
|
1044
1046
|
inputmode: "numeric"
|
|
1045
|
-
}), null, 16,
|
|
1047
|
+
}), null, 16, Us));
|
|
1046
1048
|
}
|
|
1047
|
-
}),
|
|
1049
|
+
}), Os = {
|
|
1048
1050
|
name: "MaNumericInput"
|
|
1049
|
-
},
|
|
1050
|
-
...
|
|
1051
|
+
}, Dt = /* @__PURE__ */ k({
|
|
1052
|
+
...Os,
|
|
1051
1053
|
props: {
|
|
1052
1054
|
disabled: { type: Boolean },
|
|
1053
1055
|
length: { default: 6 },
|
|
@@ -1107,7 +1109,7 @@ const js = {
|
|
|
1107
1109
|
h !== a.value.join("") && h && h.match(/^\d+$/) && (a.value = h.split("").slice(0, e.length));
|
|
1108
1110
|
}
|
|
1109
1111
|
), (h, T) => (i(), d("div", C({ class: t(l) }, h.$attrs), [
|
|
1110
|
-
(i(!0), d(H, null, E(e.length, (z) => (i(), m(
|
|
1112
|
+
(i(!0), d(H, null, E(e.length, (z) => (i(), m(qs, {
|
|
1111
1113
|
focus: o.value === z - 1,
|
|
1112
1114
|
key: z,
|
|
1113
1115
|
placeholder: t(r),
|
|
@@ -1121,14 +1123,14 @@ const js = {
|
|
|
1121
1123
|
], 16));
|
|
1122
1124
|
}
|
|
1123
1125
|
});
|
|
1124
|
-
const
|
|
1126
|
+
const Pt = [
|
|
1125
1127
|
"small",
|
|
1126
1128
|
"medium",
|
|
1127
1129
|
"large"
|
|
1128
|
-
],
|
|
1130
|
+
], Hs = {
|
|
1129
1131
|
name: "MaRadio"
|
|
1130
|
-
},
|
|
1131
|
-
...
|
|
1132
|
+
}, Gs = /* @__PURE__ */ k({
|
|
1133
|
+
...Hs,
|
|
1132
1134
|
props: {
|
|
1133
1135
|
type: { default: "button" },
|
|
1134
1136
|
hint: null,
|
|
@@ -1153,13 +1155,13 @@ const Dt = [
|
|
|
1153
1155
|
]), 1040, ["class"]));
|
|
1154
1156
|
}
|
|
1155
1157
|
});
|
|
1156
|
-
const
|
|
1158
|
+
const Ks = ["aria-checked", "disabled"], Ws = ["src", "alt"], Js = { class: "ma-app-track-button__text" }, Ys = { class: "ma-app-track-button__text__title" }, Xs = {
|
|
1157
1159
|
key: 0,
|
|
1158
1160
|
class: "ma-app-track-button__text__category"
|
|
1159
|
-
},
|
|
1161
|
+
}, Qs = { class: "ma-app-track-button__check" }, Zs = {
|
|
1160
1162
|
name: "MaAppTrackButton"
|
|
1161
|
-
},
|
|
1162
|
-
...
|
|
1163
|
+
}, Lt = /* @__PURE__ */ k({
|
|
1164
|
+
...Zs,
|
|
1163
1165
|
props: {
|
|
1164
1166
|
checked: { type: Boolean, default: !1 },
|
|
1165
1167
|
appIcon: null,
|
|
@@ -1196,12 +1198,12 @@ const Gs = ["aria-checked", "disabled"], Ks = ["src", "alt"], Ws = { class: "ma-
|
|
|
1196
1198
|
alt: e.appName,
|
|
1197
1199
|
width: "40",
|
|
1198
1200
|
height: "40"
|
|
1199
|
-
}, null, 8,
|
|
1200
|
-
$("span",
|
|
1201
|
-
$("span",
|
|
1202
|
-
e.appCategory ? (i(), d("span",
|
|
1201
|
+
}, null, 8, Ws),
|
|
1202
|
+
$("span", Js, [
|
|
1203
|
+
$("span", Ys, M(e.appName), 1),
|
|
1204
|
+
e.appCategory ? (i(), d("span", Xs, M(e?.appCategory), 1)) : y("", !0)
|
|
1203
1205
|
]),
|
|
1204
|
-
$("span",
|
|
1206
|
+
$("span", Qs, [
|
|
1205
1207
|
x(ge, {
|
|
1206
1208
|
name: "fade",
|
|
1207
1209
|
mode: "out-in"
|
|
@@ -1212,7 +1214,7 @@ const Gs = ["aria-checked", "disabled"], Ks = ["src", "alt"], Ws = { class: "ma-
|
|
|
1212
1214
|
name: "loader",
|
|
1213
1215
|
size: "xs",
|
|
1214
1216
|
spin: ""
|
|
1215
|
-
})) : !e.multiple || e.checked ? (i(), m(
|
|
1217
|
+
})) : !e.multiple || e.checked ? (i(), m(Gs, {
|
|
1216
1218
|
key: 1,
|
|
1217
1219
|
checked: e.checked,
|
|
1218
1220
|
type: "check"
|
|
@@ -1225,22 +1227,22 @@ const Gs = ["aria-checked", "disabled"], Ks = ["src", "alt"], Ws = { class: "ma-
|
|
|
1225
1227
|
_: 1
|
|
1226
1228
|
})
|
|
1227
1229
|
])
|
|
1228
|
-
], 16,
|
|
1230
|
+
], 16, Ks));
|
|
1229
1231
|
}
|
|
1230
1232
|
});
|
|
1231
|
-
const
|
|
1233
|
+
const eo = { class: "ak-app-icon__logo" }, so = ["src"], oo = {
|
|
1232
1234
|
key: 1,
|
|
1233
1235
|
class: "ak-app-icon-platform"
|
|
1234
|
-
},
|
|
1236
|
+
}, to = { class: "ak-app-icon__text" }, no = {
|
|
1235
1237
|
key: 0,
|
|
1236
1238
|
class: "ak-app-name"
|
|
1237
|
-
},
|
|
1239
|
+
}, ao = {
|
|
1238
1240
|
key: 1,
|
|
1239
1241
|
class: "ak-app-description"
|
|
1240
|
-
},
|
|
1242
|
+
}, io = {
|
|
1241
1243
|
name: "MaAppIcon"
|
|
1242
|
-
},
|
|
1243
|
-
...
|
|
1244
|
+
}, Ft = /* @__PURE__ */ k({
|
|
1245
|
+
...io,
|
|
1244
1246
|
props: {
|
|
1245
1247
|
appIcon: null,
|
|
1246
1248
|
appName: null,
|
|
@@ -1264,7 +1266,7 @@ const Zs = { class: "ak-app-icon__logo" }, eo = ["src"], so = {
|
|
|
1264
1266
|
return (r, u) => (i(), d("div", {
|
|
1265
1267
|
class: F(t(a))
|
|
1266
1268
|
}, [
|
|
1267
|
-
$("div",
|
|
1269
|
+
$("div", eo, [
|
|
1268
1270
|
e.closable ? (i(), d("span", {
|
|
1269
1271
|
key: 0,
|
|
1270
1272
|
onClick: l,
|
|
@@ -1278,34 +1280,34 @@ const Zs = { class: "ak-app-icon__logo" }, eo = ["src"], so = {
|
|
|
1278
1280
|
$("img", {
|
|
1279
1281
|
class: "ak-app-icon-img",
|
|
1280
1282
|
src: e.appIcon
|
|
1281
|
-
}, null, 8,
|
|
1282
|
-
e?.platform ? (i(), d("span",
|
|
1283
|
+
}, null, 8, so),
|
|
1284
|
+
e?.platform ? (i(), d("span", oo, [
|
|
1283
1285
|
x(b, {
|
|
1284
1286
|
size: "xs",
|
|
1285
1287
|
name: t(o)
|
|
1286
1288
|
}, null, 8, ["name"])
|
|
1287
1289
|
])) : y("", !0)
|
|
1288
1290
|
]),
|
|
1289
|
-
$("div",
|
|
1290
|
-
e?.appName ? (i(), d("span",
|
|
1291
|
-
e?.appDescription ? (i(), d("span",
|
|
1291
|
+
$("div", to, [
|
|
1292
|
+
e?.appName ? (i(), d("span", no, M(e.appName), 1)) : y("", !0),
|
|
1293
|
+
e?.appDescription ? (i(), d("span", ao, M(e.appDescription), 1)) : y("", !0)
|
|
1292
1294
|
])
|
|
1293
1295
|
], 2));
|
|
1294
1296
|
}
|
|
1295
1297
|
});
|
|
1296
|
-
const
|
|
1298
|
+
const Et = [
|
|
1297
1299
|
"x-small",
|
|
1298
1300
|
"small",
|
|
1299
1301
|
"medium",
|
|
1300
1302
|
"large",
|
|
1301
1303
|
"x-large"
|
|
1302
|
-
],
|
|
1304
|
+
], jt = [
|
|
1303
1305
|
"play",
|
|
1304
1306
|
"ios"
|
|
1305
|
-
],
|
|
1307
|
+
], lo = {
|
|
1306
1308
|
name: "MaRadioGroup"
|
|
1307
|
-
},
|
|
1308
|
-
...
|
|
1309
|
+
}, Vt = /* @__PURE__ */ k({
|
|
1310
|
+
...lo,
|
|
1309
1311
|
setup(n) {
|
|
1310
1312
|
return (s, e) => (i(), m(t(Ge), C(s.$attrs, { "prefix-cls": "antd-radio" }), O({ _: 2 }, [
|
|
1311
1313
|
E(s.$slots, (o, a) => ({
|
|
@@ -1316,13 +1318,13 @@ const Ft = [
|
|
|
1316
1318
|
}))
|
|
1317
1319
|
]), 1040));
|
|
1318
1320
|
}
|
|
1319
|
-
}),
|
|
1321
|
+
}), Ut = [
|
|
1320
1322
|
"button",
|
|
1321
1323
|
"check"
|
|
1322
|
-
],
|
|
1324
|
+
], ro = {
|
|
1323
1325
|
name: "MaBadge"
|
|
1324
|
-
},
|
|
1325
|
-
...
|
|
1326
|
+
}, co = /* @__PURE__ */ k({
|
|
1327
|
+
...ro,
|
|
1326
1328
|
props: {
|
|
1327
1329
|
type: { default: "primary" },
|
|
1328
1330
|
variant: { default: "dark" },
|
|
@@ -1351,7 +1353,7 @@ const Ft = [
|
|
|
1351
1353
|
], 2));
|
|
1352
1354
|
}
|
|
1353
1355
|
});
|
|
1354
|
-
const
|
|
1356
|
+
const qt = [
|
|
1355
1357
|
"dark",
|
|
1356
1358
|
"blue",
|
|
1357
1359
|
"green",
|
|
@@ -1359,23 +1361,23 @@ const Ut = [
|
|
|
1359
1361
|
"red",
|
|
1360
1362
|
"purple",
|
|
1361
1363
|
"purple-light"
|
|
1362
|
-
],
|
|
1364
|
+
], Ot = [
|
|
1363
1365
|
"primary",
|
|
1364
1366
|
"secondary",
|
|
1365
1367
|
"line",
|
|
1366
1368
|
"dashed",
|
|
1367
1369
|
"icon"
|
|
1368
|
-
],
|
|
1370
|
+
], Ht = [
|
|
1369
1371
|
"small",
|
|
1370
1372
|
"medium",
|
|
1371
1373
|
"large"
|
|
1372
|
-
],
|
|
1374
|
+
], Gt = [
|
|
1373
1375
|
"left",
|
|
1374
1376
|
"right"
|
|
1375
|
-
],
|
|
1377
|
+
], po = {
|
|
1376
1378
|
name: "MaAlert"
|
|
1377
|
-
},
|
|
1378
|
-
...
|
|
1379
|
+
}, Kt = /* @__PURE__ */ k({
|
|
1380
|
+
...po,
|
|
1379
1381
|
props: {
|
|
1380
1382
|
variant: { default: "dark" },
|
|
1381
1383
|
type: { default: "primary" },
|
|
@@ -1418,19 +1420,19 @@ const Ut = [
|
|
|
1418
1420
|
}, 16, ["class", "description", "message", "closable", "showIcon"]));
|
|
1419
1421
|
}
|
|
1420
1422
|
});
|
|
1421
|
-
const
|
|
1423
|
+
const Wt = [
|
|
1422
1424
|
"dark",
|
|
1423
1425
|
"blue",
|
|
1424
1426
|
"green",
|
|
1425
1427
|
"orange",
|
|
1426
1428
|
"red"
|
|
1427
|
-
],
|
|
1429
|
+
], Jt = [
|
|
1428
1430
|
"primary",
|
|
1429
1431
|
"secondary"
|
|
1430
|
-
],
|
|
1432
|
+
], uo = {
|
|
1431
1433
|
name: "MaAnimation"
|
|
1432
|
-
},
|
|
1433
|
-
...
|
|
1434
|
+
}, mo = /* @__PURE__ */ k({
|
|
1435
|
+
...uo,
|
|
1434
1436
|
props: {
|
|
1435
1437
|
name: { default: "rocket" },
|
|
1436
1438
|
loop: { type: Boolean, default: !0 },
|
|
@@ -1489,14 +1491,14 @@ const Kt = [
|
|
|
1489
1491
|
style: fe(t(u))
|
|
1490
1492
|
}, null, 4));
|
|
1491
1493
|
}
|
|
1492
|
-
}),
|
|
1494
|
+
}), Yt = [
|
|
1493
1495
|
"rocket",
|
|
1494
1496
|
"success-confetti",
|
|
1495
1497
|
"rounded-loading",
|
|
1496
1498
|
"fly-waiting",
|
|
1497
1499
|
"no-data-found",
|
|
1498
1500
|
"sad-not-found"
|
|
1499
|
-
],
|
|
1501
|
+
], Xt = [
|
|
1500
1502
|
"info",
|
|
1501
1503
|
"success",
|
|
1502
1504
|
"confirm",
|
|
@@ -1508,19 +1510,19 @@ const Kt = [
|
|
|
1508
1510
|
confirm: "warning",
|
|
1509
1511
|
warning: "warning",
|
|
1510
1512
|
error: "close-circle-bold"
|
|
1511
|
-
},
|
|
1513
|
+
}, go = {
|
|
1512
1514
|
key: 1,
|
|
1513
1515
|
class: "ak-modal__title"
|
|
1514
|
-
},
|
|
1516
|
+
}, vo = { class: "ak-modal__content" }, fo = {
|
|
1515
1517
|
key: 0,
|
|
1516
1518
|
class: "ak-modal__description"
|
|
1517
|
-
},
|
|
1519
|
+
}, _o = {
|
|
1518
1520
|
key: 2,
|
|
1519
1521
|
class: "ak-modal__footer"
|
|
1520
|
-
},
|
|
1522
|
+
}, yo = {
|
|
1521
1523
|
name: "MaModal"
|
|
1522
1524
|
}, ue = /* @__PURE__ */ k({
|
|
1523
|
-
...
|
|
1525
|
+
...yo,
|
|
1524
1526
|
props: {
|
|
1525
1527
|
visible: { type: Boolean, default: !0 },
|
|
1526
1528
|
type: null,
|
|
@@ -1589,16 +1591,16 @@ const Kt = [
|
|
|
1589
1591
|
}, [
|
|
1590
1592
|
x(b, { name: t(a) }, null, 8, ["name"])
|
|
1591
1593
|
], 2)) : y("", !0),
|
|
1592
|
-
e.title || I.$slots.title ? (i(), d("h1",
|
|
1594
|
+
e.title || I.$slots.title ? (i(), d("h1", go, [
|
|
1593
1595
|
_(I.$slots, "title"),
|
|
1594
1596
|
D(" " + M(e.title), 1)
|
|
1595
1597
|
])) : y("", !0),
|
|
1596
|
-
$("div",
|
|
1597
|
-
e.content ? (i(), d("div",
|
|
1598
|
+
$("div", vo, [
|
|
1599
|
+
e.content ? (i(), d("div", fo, M(e.content), 1)) : y("", !0),
|
|
1598
1600
|
_(I.$slots, "content"),
|
|
1599
1601
|
_(I.$slots, "default")
|
|
1600
1602
|
]),
|
|
1601
|
-
t(r) ? (i(), d("div",
|
|
1603
|
+
t(r) ? (i(), d("div", _o, [
|
|
1602
1604
|
e.okText ? (i(), m(X, C({
|
|
1603
1605
|
key: 0,
|
|
1604
1606
|
onClick: B,
|
|
@@ -1628,8 +1630,8 @@ const Kt = [
|
|
|
1628
1630
|
}, 16, ["visible", "class", "closable", "mask", "mask-closable", "width"]));
|
|
1629
1631
|
}
|
|
1630
1632
|
});
|
|
1631
|
-
const
|
|
1632
|
-
|
|
1633
|
+
const ho = ["info", "success", "warning", "error", "confirm"];
|
|
1634
|
+
ho.forEach((n) => {
|
|
1633
1635
|
ue[n] = (s) => {
|
|
1634
1636
|
const e = document.createElement("div"), o = Me(ue, s), a = Be({
|
|
1635
1637
|
render: () => o
|
|
@@ -1643,10 +1645,10 @@ yo.forEach((n) => {
|
|
|
1643
1645
|
};
|
|
1644
1646
|
};
|
|
1645
1647
|
});
|
|
1646
|
-
const
|
|
1648
|
+
const bo = {
|
|
1647
1649
|
name: "MaRateStar"
|
|
1648
|
-
},
|
|
1649
|
-
...
|
|
1650
|
+
}, ko = /* @__PURE__ */ k({
|
|
1651
|
+
...bo,
|
|
1650
1652
|
props: {
|
|
1651
1653
|
value: null,
|
|
1652
1654
|
starRate: null,
|
|
@@ -1670,10 +1672,10 @@ const ho = {
|
|
|
1670
1672
|
_: 1
|
|
1671
1673
|
}));
|
|
1672
1674
|
}
|
|
1673
|
-
}),
|
|
1675
|
+
}), $o = ["tabindex"], wo = ["onMousemove", "onMouseover"], Co = {
|
|
1674
1676
|
name: "MaRate"
|
|
1675
|
-
},
|
|
1676
|
-
...
|
|
1677
|
+
}, Qt = /* @__PURE__ */ k({
|
|
1678
|
+
...Co,
|
|
1677
1679
|
props: {
|
|
1678
1680
|
value: null,
|
|
1679
1681
|
allowClear: { type: Boolean },
|
|
@@ -1731,36 +1733,36 @@ const ho = {
|
|
|
1731
1733
|
onMouseover: (z) => v(T),
|
|
1732
1734
|
onClick: h[0] || (h[0] = (z) => u())
|
|
1733
1735
|
}, [
|
|
1734
|
-
x(
|
|
1736
|
+
x(ko, {
|
|
1735
1737
|
"star-rate": T,
|
|
1736
1738
|
value: o.value || e.value,
|
|
1737
1739
|
"icon-size": t(l)
|
|
1738
1740
|
}, null, 8, ["star-rate", "value", "icon-size"])
|
|
1739
|
-
], 40,
|
|
1740
|
-
], 42,
|
|
1741
|
+
], 40, wo)), 64))
|
|
1742
|
+
], 42, $o));
|
|
1741
1743
|
}
|
|
1742
1744
|
});
|
|
1743
|
-
const
|
|
1745
|
+
const Zt = [
|
|
1744
1746
|
"small",
|
|
1745
1747
|
"medium",
|
|
1746
1748
|
"large"
|
|
1747
|
-
],
|
|
1749
|
+
], en = [
|
|
1748
1750
|
"orange",
|
|
1749
1751
|
"green",
|
|
1750
1752
|
"red"
|
|
1751
|
-
],
|
|
1753
|
+
], xo = {
|
|
1752
1754
|
key: 0,
|
|
1753
1755
|
class: "ma-spin__overlay"
|
|
1754
|
-
},
|
|
1756
|
+
}, Mo = {
|
|
1755
1757
|
key: 0,
|
|
1756
1758
|
class: "custom-indicator"
|
|
1757
|
-
},
|
|
1759
|
+
}, Bo = {
|
|
1758
1760
|
key: 2,
|
|
1759
1761
|
class: "tip"
|
|
1760
|
-
},
|
|
1762
|
+
}, zo = {
|
|
1761
1763
|
name: "MaSpin"
|
|
1762
1764
|
}, de = /* @__PURE__ */ k({
|
|
1763
|
-
...
|
|
1765
|
+
...zo,
|
|
1764
1766
|
props: {
|
|
1765
1767
|
type: { default: "round" },
|
|
1766
1768
|
color: { default: "dark" },
|
|
@@ -1777,8 +1779,8 @@ const Qt = [
|
|
|
1777
1779
|
"ma-spin__icon"
|
|
1778
1780
|
]), l = c(() => `spin-${s.type}`);
|
|
1779
1781
|
return (r, u) => (i(), d("div", C({ class: t(o) }, r.$attrs), [
|
|
1780
|
-
s.spinning ? (i(), d("div",
|
|
1781
|
-
r.$slots.indicator ? (i(), d("div",
|
|
1782
|
+
s.spinning ? (i(), d("div", xo, [
|
|
1783
|
+
r.$slots.indicator ? (i(), d("div", Mo, [
|
|
1782
1784
|
_(r.$slots, "indicator")
|
|
1783
1785
|
])) : y("", !0),
|
|
1784
1786
|
s.spinning && !r.$slots.indicator ? (i(), m(b, {
|
|
@@ -1786,7 +1788,7 @@ const Qt = [
|
|
|
1786
1788
|
class: F(t(a)),
|
|
1787
1789
|
name: t(l)
|
|
1788
1790
|
}, null, 8, ["class", "name"])) : y("", !0),
|
|
1789
|
-
r.$slots?.tip || s?.tip ? (i(), d("div",
|
|
1791
|
+
r.$slots?.tip || s?.tip ? (i(), d("div", Bo, [
|
|
1790
1792
|
D(M(s?.tip) + " ", 1),
|
|
1791
1793
|
_(r.$slots, "tip")
|
|
1792
1794
|
])) : y("", !0)
|
|
@@ -1795,21 +1797,21 @@ const Qt = [
|
|
|
1795
1797
|
], 16));
|
|
1796
1798
|
}
|
|
1797
1799
|
});
|
|
1798
|
-
const
|
|
1800
|
+
const sn = [
|
|
1799
1801
|
"round",
|
|
1800
1802
|
"dots",
|
|
1801
1803
|
"three-circles",
|
|
1802
1804
|
"three-dots"
|
|
1803
|
-
],
|
|
1805
|
+
], on = [
|
|
1804
1806
|
"dark",
|
|
1805
1807
|
"jordy",
|
|
1806
1808
|
"blue",
|
|
1807
1809
|
"orange",
|
|
1808
1810
|
"grey"
|
|
1809
|
-
],
|
|
1811
|
+
], Io = {
|
|
1810
1812
|
name: "MaDropdown"
|
|
1811
|
-
},
|
|
1812
|
-
...
|
|
1813
|
+
}, tn = /* @__PURE__ */ k({
|
|
1814
|
+
...Io,
|
|
1813
1815
|
props: {
|
|
1814
1816
|
destroyPopupOnHide: { type: Boolean, default: !1 },
|
|
1815
1817
|
disabled: { type: Boolean, default: !1 },
|
|
@@ -1851,22 +1853,22 @@ const en = [
|
|
|
1851
1853
|
}, 16, ["overlayClassName", "destroyPopupOnHide", "disabled", "placement", "trigger", "visible"]));
|
|
1852
1854
|
}
|
|
1853
1855
|
});
|
|
1854
|
-
const
|
|
1856
|
+
const nn = [
|
|
1855
1857
|
"bottomLeft",
|
|
1856
1858
|
"bottom",
|
|
1857
1859
|
"bottomRight",
|
|
1858
1860
|
"topLeft",
|
|
1859
1861
|
"top",
|
|
1860
1862
|
"topRight"
|
|
1861
|
-
],
|
|
1863
|
+
], an = [
|
|
1862
1864
|
"click",
|
|
1863
1865
|
"hover",
|
|
1864
1866
|
"contextmenu"
|
|
1865
|
-
],
|
|
1867
|
+
], ln = [
|
|
1866
1868
|
"small",
|
|
1867
1869
|
"medium",
|
|
1868
1870
|
"large"
|
|
1869
|
-
],
|
|
1871
|
+
], rn = [
|
|
1870
1872
|
"general",
|
|
1871
1873
|
"add-app",
|
|
1872
1874
|
"table",
|
|
@@ -1876,10 +1878,10 @@ const tn = [
|
|
|
1876
1878
|
"add-app": "add-app",
|
|
1877
1879
|
table: "empty-table",
|
|
1878
1880
|
selection: "selection"
|
|
1879
|
-
},
|
|
1881
|
+
}, So = { class: "ma-empty__title" }, To = { class: "ma-empty__description" }, Ao = { class: "ma-empty__content" }, No = {
|
|
1880
1882
|
name: "MaEmpty"
|
|
1881
|
-
},
|
|
1882
|
-
...
|
|
1883
|
+
}, cn = /* @__PURE__ */ k({
|
|
1884
|
+
...No,
|
|
1883
1885
|
props: {
|
|
1884
1886
|
size: { default: "large" },
|
|
1885
1887
|
variant: { default: "general" },
|
|
@@ -1897,7 +1899,7 @@ const tn = [
|
|
|
1897
1899
|
return (a, l) => (i(), d("div", {
|
|
1898
1900
|
class: F(t(o))
|
|
1899
1901
|
}, [
|
|
1900
|
-
s?.animation ? (i(), m(
|
|
1902
|
+
s?.animation ? (i(), m(mo, C({
|
|
1901
1903
|
key: 0,
|
|
1902
1904
|
name: n.animation
|
|
1903
1905
|
}, n.animationProps), null, 16, ["name"])) : a.$slots.icon ? _(a.$slots, "icon", { key: 1 }) : (i(), m(b, {
|
|
@@ -1905,25 +1907,25 @@ const tn = [
|
|
|
1905
1907
|
name: t(e),
|
|
1906
1908
|
class: "ma-empty__icon"
|
|
1907
1909
|
}, null, 8, ["name"])),
|
|
1908
|
-
$("span",
|
|
1910
|
+
$("span", So, [
|
|
1909
1911
|
D(M(n.title) + " ", 1),
|
|
1910
1912
|
_(a.$slots, "title")
|
|
1911
1913
|
]),
|
|
1912
|
-
$("span",
|
|
1914
|
+
$("span", To, [
|
|
1913
1915
|
D(M(n.description) + " ", 1),
|
|
1914
1916
|
_(a.$slots, "description")
|
|
1915
1917
|
]),
|
|
1916
|
-
$("div",
|
|
1918
|
+
$("div", Ao, [
|
|
1917
1919
|
_(a.$slots, "default")
|
|
1918
1920
|
])
|
|
1919
1921
|
], 2));
|
|
1920
1922
|
}
|
|
1921
1923
|
});
|
|
1922
|
-
const
|
|
1924
|
+
const pn = [
|
|
1923
1925
|
"button",
|
|
1924
1926
|
"box",
|
|
1925
1927
|
"small-box"
|
|
1926
|
-
],
|
|
1928
|
+
], Ro = [
|
|
1927
1929
|
"xs",
|
|
1928
1930
|
"sm",
|
|
1929
1931
|
"md",
|
|
@@ -1937,12 +1939,12 @@ const te = (n) => {
|
|
|
1937
1939
|
} catch {
|
|
1938
1940
|
return n;
|
|
1939
1941
|
}
|
|
1940
|
-
},
|
|
1942
|
+
}, Do = (n = 20) => {
|
|
1941
1943
|
let s = "";
|
|
1942
1944
|
for (let e = 0; e < n; e++)
|
|
1943
1945
|
s += Math.random().toString(36).substr(2);
|
|
1944
1946
|
return s.substr(0, n);
|
|
1945
|
-
},
|
|
1947
|
+
}, Po = (n, s = {}, e = {}, o) => {
|
|
1946
1948
|
const a = P(0);
|
|
1947
1949
|
return { progress: a, upload: async (r, u) => {
|
|
1948
1950
|
const v = new FormData();
|
|
@@ -1972,7 +1974,7 @@ const te = (n) => {
|
|
|
1972
1974
|
);
|
|
1973
1975
|
}, p.send(v), r.cancelRequest = () => p.abort();
|
|
1974
1976
|
} };
|
|
1975
|
-
},
|
|
1977
|
+
}, Lo = (n, s) => {
|
|
1976
1978
|
if (!s)
|
|
1977
1979
|
return !0;
|
|
1978
1980
|
const e = s.split(",").map((l) => l.trim()), o = n.type, a = n.name.split(".").pop()?.toLowerCase();
|
|
@@ -1990,10 +1992,10 @@ const te = (n) => {
|
|
|
1990
1992
|
return !0;
|
|
1991
1993
|
}
|
|
1992
1994
|
return !1;
|
|
1993
|
-
},
|
|
1995
|
+
}, Fo = { class: "single-file" }, Eo = { class: "icon-wrapper" }, jo = { class: "single-file__detail" }, Vo = { class: "file-name" }, Uo = {
|
|
1994
1996
|
key: 0,
|
|
1995
1997
|
class: "file-size"
|
|
1996
|
-
},
|
|
1998
|
+
}, qo = { class: "file-progress" }, Oo = { class: "single-file__actions" }, Ho = /* @__PURE__ */ k({
|
|
1997
1999
|
__name: "singleFile",
|
|
1998
2000
|
props: {
|
|
1999
2001
|
file: null,
|
|
@@ -2005,21 +2007,21 @@ const te = (n) => {
|
|
|
2005
2007
|
const e = n, o = c(
|
|
2006
2008
|
() => `${(e.file.file.size / (1024 * 1024)).toFixed(1)} MB`
|
|
2007
2009
|
), a = c(() => typeof e.file.file.size == "number"), l = () => s("remove"), r = () => s("cancel");
|
|
2008
|
-
return (u, v) => (i(), d("div",
|
|
2009
|
-
$("div",
|
|
2010
|
+
return (u, v) => (i(), d("div", Fo, [
|
|
2011
|
+
$("div", Eo, [
|
|
2010
2012
|
x(b, { name: "document-bulk" })
|
|
2011
2013
|
]),
|
|
2012
|
-
$("div",
|
|
2013
|
-
$("span",
|
|
2014
|
-
t(a) ? (i(), d("span",
|
|
2015
|
-
$("span",
|
|
2014
|
+
$("div", jo, [
|
|
2015
|
+
$("span", Vo, M(n.file.file.name), 1),
|
|
2016
|
+
t(a) ? (i(), d("span", Uo, M(t(o)), 1)) : y("", !0),
|
|
2017
|
+
$("span", qo, [
|
|
2016
2018
|
$("span", {
|
|
2017
2019
|
class: "progress-item",
|
|
2018
2020
|
style: fe({ width: `${n.file.progress}%` })
|
|
2019
2021
|
}, null, 4)
|
|
2020
2022
|
])
|
|
2021
2023
|
]),
|
|
2022
|
-
$("div",
|
|
2024
|
+
$("div", Oo, [
|
|
2023
2025
|
n.file.status === t(q).uploading ? (i(), m(X, {
|
|
2024
2026
|
key: 0,
|
|
2025
2027
|
disabled: n.disabled,
|
|
@@ -2041,16 +2043,16 @@ const te = (n) => {
|
|
|
2041
2043
|
])
|
|
2042
2044
|
]));
|
|
2043
2045
|
}
|
|
2044
|
-
}),
|
|
2046
|
+
}), Go = ["onDrop"], Ko = ["accept", "multiple", "disabled"], Wo = { class: "text" }, Jo = /* @__PURE__ */ $("span", null, "Uploading file...", -1), Yo = { class: "upload-icon" }, Xo = {
|
|
2045
2047
|
key: 0,
|
|
2046
2048
|
class: "upload-title"
|
|
2047
|
-
},
|
|
2049
|
+
}, Qo = {
|
|
2048
2050
|
key: 1,
|
|
2049
2051
|
class: "upload-description"
|
|
2050
|
-
},
|
|
2052
|
+
}, Zo = {
|
|
2051
2053
|
name: "MaUpload"
|
|
2052
|
-
},
|
|
2053
|
-
...
|
|
2054
|
+
}, un = /* @__PURE__ */ k({
|
|
2055
|
+
...Zo,
|
|
2054
2056
|
props: {
|
|
2055
2057
|
fileList: null,
|
|
2056
2058
|
type: { default: "box" },
|
|
@@ -2083,7 +2085,7 @@ const te = (n) => {
|
|
|
2083
2085
|
A.status
|
|
2084
2086
|
))
|
|
2085
2087
|
return;
|
|
2086
|
-
const { upload: G } =
|
|
2088
|
+
const { upload: G } = Po(
|
|
2087
2089
|
e?.action || "",
|
|
2088
2090
|
// || added for tsc warning
|
|
2089
2091
|
e.headers,
|
|
@@ -2123,7 +2125,7 @@ const te = (n) => {
|
|
|
2123
2125
|
"only-file-list": !S.value
|
|
2124
2126
|
}
|
|
2125
2127
|
]), T = c(() => {
|
|
2126
|
-
const f = e?.size ?
|
|
2128
|
+
const f = e?.size ? Ro.indexOf(e.size) : 0;
|
|
2127
2129
|
return Ze[f];
|
|
2128
2130
|
}), z = c(
|
|
2129
2131
|
() => e.wait || p.value.some((f) => f.status === q.uploading)
|
|
@@ -2142,7 +2144,7 @@ const te = (n) => {
|
|
|
2142
2144
|
l.value = !1;
|
|
2143
2145
|
}, he = (f) => {
|
|
2144
2146
|
j.value || f.dataTransfer?.files && le(
|
|
2145
|
-
Array.from(f.dataTransfer.files).filter((A) => e?.accept && !
|
|
2147
|
+
Array.from(f.dataTransfer.files).filter((A) => e?.accept && !Lo(A, e.accept) ? (s("error", { file: A, message: "file type does not match!" }), !1) : !0)
|
|
2146
2148
|
);
|
|
2147
2149
|
}, le = (f) => {
|
|
2148
2150
|
const A = w(f);
|
|
@@ -2154,7 +2156,7 @@ const te = (n) => {
|
|
|
2154
2156
|
(G, Q) => e?.maxCount ? Q + 1 <= e.maxCount : !0
|
|
2155
2157
|
).map((G) => ({
|
|
2156
2158
|
file: G,
|
|
2157
|
-
id:
|
|
2159
|
+
id: Do(),
|
|
2158
2160
|
status: e?.action ? q.uploading : q.done,
|
|
2159
2161
|
progress: e?.action ? 0 : 100,
|
|
2160
2162
|
response: null
|
|
@@ -2200,7 +2202,7 @@ const te = (n) => {
|
|
|
2200
2202
|
key: t(p).length,
|
|
2201
2203
|
ref_key: "fileInput",
|
|
2202
2204
|
ref: a
|
|
2203
|
-
}, null, 40,
|
|
2205
|
+
}, null, 40, Ko)),
|
|
2204
2206
|
e.type === "button" ? (i(), m(X, {
|
|
2205
2207
|
key: 0,
|
|
2206
2208
|
type: n.fileList.length ? "primary" : "secondary",
|
|
@@ -2228,7 +2230,7 @@ const te = (n) => {
|
|
|
2228
2230
|
key: 1,
|
|
2229
2231
|
name: "export-2-bulk"
|
|
2230
2232
|
})),
|
|
2231
|
-
$("span",
|
|
2233
|
+
$("span", Wo, [
|
|
2232
2234
|
t(z) ? (i(), d(H, { key: 0 }, [
|
|
2233
2235
|
D(" Uploading... ")
|
|
2234
2236
|
], 64)) : (i(), d(H, { key: 1 }, [
|
|
@@ -2246,7 +2248,7 @@ const te = (n) => {
|
|
|
2246
2248
|
type: "three-circles",
|
|
2247
2249
|
color: "blue"
|
|
2248
2250
|
}),
|
|
2249
|
-
|
|
2251
|
+
Jo,
|
|
2250
2252
|
x(X, {
|
|
2251
2253
|
onClick: be,
|
|
2252
2254
|
class: "box-cancel",
|
|
@@ -2259,27 +2261,27 @@ const te = (n) => {
|
|
|
2259
2261
|
_: 1
|
|
2260
2262
|
})
|
|
2261
2263
|
], 64)) : (i(), d(H, { key: 1 }, [
|
|
2262
|
-
$("div",
|
|
2264
|
+
$("div", Yo, [
|
|
2263
2265
|
x(b, { name: "upload-bulk" })
|
|
2264
2266
|
]),
|
|
2265
|
-
e?.title ? (i(), d("span",
|
|
2267
|
+
e?.title ? (i(), d("span", Xo, [
|
|
2266
2268
|
D(M(e?.title) + " ", 1),
|
|
2267
2269
|
_(f.$slots, "box-title")
|
|
2268
2270
|
])) : y("", !0),
|
|
2269
|
-
e?.description ? (i(), d("span",
|
|
2271
|
+
e?.description ? (i(), d("span", Qo, [
|
|
2270
2272
|
D(M(e?.description) + " ", 1),
|
|
2271
2273
|
_(f.$slots, "box-description")
|
|
2272
2274
|
])) : y("", !0)
|
|
2273
2275
|
], 64))
|
|
2274
2276
|
]))
|
|
2275
|
-
], 42,
|
|
2277
|
+
], 42, Go), [
|
|
2276
2278
|
[Y, t(S)]
|
|
2277
2279
|
]),
|
|
2278
2280
|
t(I) ? (i(), d("div", {
|
|
2279
2281
|
key: 0,
|
|
2280
2282
|
class: F(t(h))
|
|
2281
2283
|
}, [
|
|
2282
|
-
(i(!0), d(H, null, E(t(p), (L, G) => (i(), m(
|
|
2284
|
+
(i(!0), d(H, null, E(t(p), (L, G) => (i(), m(Ho, {
|
|
2283
2285
|
onRemove: (Q) => oe(G),
|
|
2284
2286
|
onCancel: (Q) => re(G),
|
|
2285
2287
|
file: L,
|
|
@@ -2290,10 +2292,10 @@ const te = (n) => {
|
|
|
2290
2292
|
], 16));
|
|
2291
2293
|
}
|
|
2292
2294
|
});
|
|
2293
|
-
const
|
|
2295
|
+
const et = {
|
|
2294
2296
|
name: "MaSideMenuButton"
|
|
2295
|
-
},
|
|
2296
|
-
...
|
|
2297
|
+
}, dn = /* @__PURE__ */ k({
|
|
2298
|
+
...et,
|
|
2297
2299
|
props: {
|
|
2298
2300
|
icon: { default: "app" },
|
|
2299
2301
|
activeIcon: null,
|
|
@@ -2339,10 +2341,10 @@ const Zo = {
|
|
|
2339
2341
|
}, 16, ["target", "class", "href"]));
|
|
2340
2342
|
}
|
|
2341
2343
|
});
|
|
2342
|
-
const
|
|
2344
|
+
const st = {
|
|
2343
2345
|
name: "MaSideMenuItem"
|
|
2344
|
-
},
|
|
2345
|
-
...
|
|
2346
|
+
}, mn = /* @__PURE__ */ k({
|
|
2347
|
+
...st,
|
|
2346
2348
|
props: {
|
|
2347
2349
|
href: null,
|
|
2348
2350
|
target: null,
|
|
@@ -2374,7 +2376,7 @@ const et = {
|
|
|
2374
2376
|
D(M(s?.text) + " ", 1),
|
|
2375
2377
|
_(a.$slots, "default")
|
|
2376
2378
|
]),
|
|
2377
|
-
s.badgeText ? (i(), m(
|
|
2379
|
+
s.badgeText ? (i(), m(co, {
|
|
2378
2380
|
key: 0,
|
|
2379
2381
|
size: "small",
|
|
2380
2382
|
variant: s.badgeColor
|
|
@@ -2389,7 +2391,7 @@ const et = {
|
|
|
2389
2391
|
}, 16, ["target", "class", "href"]));
|
|
2390
2392
|
}
|
|
2391
2393
|
});
|
|
2392
|
-
const
|
|
2394
|
+
const gn = [
|
|
2393
2395
|
"dark",
|
|
2394
2396
|
"blue",
|
|
2395
2397
|
"jordy-blue",
|
|
@@ -2398,11 +2400,11 @@ const mn = [
|
|
|
2398
2400
|
"red",
|
|
2399
2401
|
"purple",
|
|
2400
2402
|
"purple-light"
|
|
2401
|
-
],
|
|
2403
|
+
], ot = {
|
|
2402
2404
|
name: "MaSideMenuIconButton",
|
|
2403
2405
|
inheritAttrs: !1
|
|
2404
|
-
},
|
|
2405
|
-
...
|
|
2406
|
+
}, vn = /* @__PURE__ */ k({
|
|
2407
|
+
...ot,
|
|
2406
2408
|
props: {
|
|
2407
2409
|
icon: null,
|
|
2408
2410
|
activeIcon: null,
|
|
@@ -2479,11 +2481,11 @@ const mn = [
|
|
|
2479
2481
|
}, 16, ["class", "href", "target"]));
|
|
2480
2482
|
}
|
|
2481
2483
|
});
|
|
2482
|
-
const
|
|
2484
|
+
const tt = {
|
|
2483
2485
|
name: "MaSideMenuRoundIconButton",
|
|
2484
2486
|
inheritAttrs: !1
|
|
2485
|
-
},
|
|
2486
|
-
...
|
|
2487
|
+
}, fn = /* @__PURE__ */ k({
|
|
2488
|
+
...tt,
|
|
2487
2489
|
props: {
|
|
2488
2490
|
icon: null
|
|
2489
2491
|
},
|
|
@@ -2501,11 +2503,11 @@ const ot = {
|
|
|
2501
2503
|
], 16));
|
|
2502
2504
|
}
|
|
2503
2505
|
});
|
|
2504
|
-
const
|
|
2506
|
+
const nt = ["src", "alt"], at = {
|
|
2505
2507
|
name: "MaSideMenuAppButton",
|
|
2506
2508
|
inheritAttrs: !1
|
|
2507
|
-
},
|
|
2508
|
-
...
|
|
2509
|
+
}, _n = /* @__PURE__ */ k({
|
|
2510
|
+
...at,
|
|
2509
2511
|
props: {
|
|
2510
2512
|
appImage: null,
|
|
2511
2513
|
appName: null,
|
|
@@ -2530,7 +2532,7 @@ const tt = ["src", "alt"], nt = {
|
|
|
2530
2532
|
$("img", {
|
|
2531
2533
|
src: n.appImage,
|
|
2532
2534
|
alt: n.appName
|
|
2533
|
-
}, null, 8,
|
|
2535
|
+
}, null, 8, nt),
|
|
2534
2536
|
_(o.$slots, "default")
|
|
2535
2537
|
], 16)
|
|
2536
2538
|
]),
|
|
@@ -2538,7 +2540,7 @@ const tt = ["src", "alt"], nt = {
|
|
|
2538
2540
|
}, 8, ["title"]));
|
|
2539
2541
|
}
|
|
2540
2542
|
});
|
|
2541
|
-
class
|
|
2543
|
+
class it {
|
|
2542
2544
|
config = Se({
|
|
2543
2545
|
language: "en"
|
|
2544
2546
|
});
|
|
@@ -2559,92 +2561,92 @@ class at {
|
|
|
2559
2561
|
return this.config.language;
|
|
2560
2562
|
}
|
|
2561
2563
|
}
|
|
2562
|
-
const
|
|
2563
|
-
function
|
|
2564
|
-
return Ae(
|
|
2564
|
+
const lt = new it();
|
|
2565
|
+
function yn() {
|
|
2566
|
+
return Ae(lt.getConfig());
|
|
2565
2567
|
}
|
|
2566
2568
|
export {
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2569
|
+
lt as ActionKitConfig,
|
|
2570
|
+
Yt as Animations,
|
|
2571
|
+
jt as AppIconPlatforms,
|
|
2572
|
+
Et as AppIconSizes,
|
|
2573
|
+
vt as ButtonIconAlignMents,
|
|
2574
|
+
mt as ButtonShapes,
|
|
2573
2575
|
Ze as ButtonSizes,
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2576
|
+
gt as ButtonTargets,
|
|
2577
|
+
ut as ButtonTypes,
|
|
2578
|
+
dt as ButtonVariants,
|
|
2579
|
+
Kt as MaAlert,
|
|
2580
|
+
Jt as MaAlertPropTypes,
|
|
2581
|
+
Wt as MaAlertPropVariants,
|
|
2582
|
+
mo as MaAnimation,
|
|
2583
|
+
Ft as MaAppIcon,
|
|
2584
|
+
Lt as MaAppTrackButton,
|
|
2585
|
+
co as MaBadge,
|
|
2586
|
+
Gt as MaBadgePropIconAlignments,
|
|
2587
|
+
Ht as MaBadgePropSizes,
|
|
2588
|
+
Ot as MaBadgePropTypes,
|
|
2589
|
+
qt as MaBadgePropVariants,
|
|
2588
2590
|
X as MaButton,
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2591
|
+
Nt as MaCheckbox,
|
|
2592
|
+
Rt as MaCheckboxGroup,
|
|
2593
|
+
tn as MaDropdown,
|
|
2594
|
+
nn as MaDropdownPlacements,
|
|
2595
|
+
an as MaDropdownTriggers,
|
|
2596
|
+
cn as MaEmpty,
|
|
2595
2597
|
me as MaEmptyIcons,
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2598
|
+
ln as MaEmptySizes,
|
|
2599
|
+
rn as MaEmptyVariants,
|
|
2600
|
+
Mt as MaForm,
|
|
2601
|
+
Bt as MaFormItem,
|
|
2602
|
+
zt as MaFormLayouts,
|
|
2601
2603
|
b as MaIcon,
|
|
2602
2604
|
Ye as MaIconSizeClassNames,
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2605
|
+
pt as MaIconSizes,
|
|
2606
|
+
Fs as MaInput,
|
|
2607
|
+
It as MaInputCurrency,
|
|
2608
|
+
bs as MaInputSize,
|
|
2607
2609
|
K as MaInputType,
|
|
2608
2610
|
ue as MaModal,
|
|
2609
2611
|
pe as MaModalTypeIcon,
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2612
|
+
Xt as MaModalTypes,
|
|
2613
|
+
Dt as MaNumericInput,
|
|
2614
|
+
Gs as MaRadio,
|
|
2615
|
+
Vt as MaRadioGroup,
|
|
2616
|
+
Ut as MaRadioTypes,
|
|
2617
|
+
Qt as MaRate,
|
|
2618
|
+
en as MaRateColors,
|
|
2619
|
+
Zt as MaRateSizes,
|
|
2620
|
+
As as MaSelect,
|
|
2621
|
+
St as MaSelectOption,
|
|
2622
|
+
_n as MaSideMenuAppButton,
|
|
2623
|
+
dn as MaSideMenuButton,
|
|
2624
|
+
vn as MaSideMenuIconButton,
|
|
2625
|
+
mn as MaSideMenuItem,
|
|
2626
|
+
gn as MaSideMenuItemColors,
|
|
2627
|
+
fn as MaSideMenuRoundIconButton,
|
|
2626
2628
|
de as MaSpin,
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2629
|
+
on as MaSpinColors,
|
|
2630
|
+
sn as MaSpinTypes,
|
|
2631
|
+
kt as MaSwitch,
|
|
2632
|
+
ht as MaToggle,
|
|
2631
2633
|
ye as MaTooltip,
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
+
ft as MaTrackButton,
|
|
2635
|
+
un as MaUpload,
|
|
2634
2636
|
q as MaUploadFileStatus,
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2637
|
+
Ro as MaUploadSizes,
|
|
2638
|
+
pn as MaUploadTypes,
|
|
2639
|
+
Pt as NumericInputSizes,
|
|
2640
|
+
At as SelectModes,
|
|
2641
|
+
Tt as SelectSizes,
|
|
2642
|
+
$t as SwitchTypes,
|
|
2643
|
+
bt as ToggleSizes,
|
|
2644
|
+
wt as TooltipPlacements,
|
|
2645
|
+
xt as TooltipTriggerTypes,
|
|
2646
|
+
Ct as TooltipTypes,
|
|
2647
|
+
yt as TrackButtonSizes,
|
|
2648
|
+
_t as TrackButtonVariants,
|
|
2649
|
+
$s as currencyOptions,
|
|
2650
|
+
ks as currencySymbols,
|
|
2651
|
+
yn as useActionKitConfig
|
|
2650
2652
|
};
|