@mobileaction/action-kit 1.1.62 → 1.1.63
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 +7 -7
- package/dist/action-kit.mjs +494 -463
- package/dist/components/app-checkbox/index.vue.d.ts +32 -0
- package/dist/components/dropdown/index.vue.d.ts +1 -1
- package/dist/components/input/index.vue.d.ts +1 -1
- package/dist/components/switch/index.vue.d.ts +1 -1
- package/dist/components/toggle/index.vue.d.ts +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/src/components/app-checkbox/index.vue.d.ts +29 -0
- package/dist/src/components/app-checkbox/stories/constants.d.ts +6 -0
- package/dist/src/components/app-checkbox/stories/default.stories.d.ts +6 -0
- package/dist/src/index.d.ts +1 -0
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/action-kit.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as B, computed as c, defineAsyncComponent as Le, openBlock as n, createBlock as f, resolveDynamicComponent as ae, unref as s, normalizeClass as
|
|
1
|
+
import { defineComponent as B, computed as c, defineAsyncComponent as Le, openBlock as n, createBlock as f, resolveDynamicComponent as ae, unref as s, normalizeClass as L, mergeProps as S, createSlots as J, renderList as j, withCtx as y, renderSlot as _, createElementBlock as p, createCommentVNode as g, ref as D, createElementVNode as b, createVNode as k, createTextVNode as P, toDisplayString as C, isRef as ee, Fragment as W, useSlots as le, useAttrs as Ee, watch as pe, Transition as xe, normalizeProps as ze, onMounted as de, onBeforeUnmount as Se, normalizeStyle as Z, h as Fe, createApp as Ve, onUnmounted as Ie, withDirectives as X, withModifiers as Te, vShow as Q, withKeys as Ge, reactive as fe, watchEffect as Ue, readonly as Re, toRefs as Oe } from "vue";
|
|
2
2
|
import { Button as Ae, Switch as Ke, Tooltip as je, Form as qe, FormItem as He, Avatar as We, Select as Je, InputPassword as Ye, Input as Ze, Textarea as Xe, SelectOption as Qe, Checkbox as et, CheckboxGroup as tt, Radio as ot, RadioGroup as st, Alert as nt, Modal as at, Dropdown as lt, Tabs as it, TabPane as rt, InputNumber as ct, Popover as pt } from "ant-design-vue";
|
|
3
3
|
import ut from "vuedraggable";
|
|
4
4
|
const ge = (a, t) => {
|
|
@@ -6,7 +6,7 @@ const ge = (a, t) => {
|
|
|
6
6
|
return e ? typeof e == "function" ? e() : Promise.resolve(e) : new Promise((o, l) => {
|
|
7
7
|
(typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(l.bind(null, new Error("Unknown variable dynamic import: " + t)));
|
|
8
8
|
});
|
|
9
|
-
},
|
|
9
|
+
}, ua = ["xs", "sm", "md", "lg", "xl"], dt = {
|
|
10
10
|
xs: "w-4 h-4",
|
|
11
11
|
sm: "w-5 h-5",
|
|
12
12
|
md: "w-6 h-6",
|
|
@@ -37,7 +37,7 @@ const ge = (a, t) => {
|
|
|
37
37
|
{ "animate-spin": t.spin }
|
|
38
38
|
]);
|
|
39
39
|
return (i, r) => (n(), f(ae(s(o)), {
|
|
40
|
-
class:
|
|
40
|
+
class: L(s(l))
|
|
41
41
|
}, null, 8, ["class"]));
|
|
42
42
|
}
|
|
43
43
|
}), gt = {
|
|
@@ -114,13 +114,13 @@ const ge = (a, t) => {
|
|
|
114
114
|
]), 1040, ["class", "href", "target", "disabled", "type"]));
|
|
115
115
|
}
|
|
116
116
|
});
|
|
117
|
-
const
|
|
117
|
+
const da = [
|
|
118
118
|
"primary",
|
|
119
119
|
"secondary",
|
|
120
120
|
"link",
|
|
121
121
|
"grey-link",
|
|
122
122
|
"social"
|
|
123
|
-
],
|
|
123
|
+
], ma = [
|
|
124
124
|
"dark",
|
|
125
125
|
"plain",
|
|
126
126
|
"info",
|
|
@@ -133,15 +133,15 @@ const ca = [
|
|
|
133
133
|
"large",
|
|
134
134
|
"x-large",
|
|
135
135
|
"2x-large"
|
|
136
|
-
],
|
|
136
|
+
], ga = [
|
|
137
137
|
"default",
|
|
138
138
|
"round"
|
|
139
|
-
],
|
|
139
|
+
], va = [
|
|
140
140
|
"_blank",
|
|
141
141
|
"_self",
|
|
142
142
|
"_top",
|
|
143
143
|
"_parent"
|
|
144
|
-
],
|
|
144
|
+
], fa = [
|
|
145
145
|
"left",
|
|
146
146
|
"right"
|
|
147
147
|
], ft = {
|
|
@@ -166,7 +166,7 @@ const ca = [
|
|
|
166
166
|
}
|
|
167
167
|
]);
|
|
168
168
|
return (o, l) => (n(), p("div", {
|
|
169
|
-
class:
|
|
169
|
+
class: L(s(e))
|
|
170
170
|
}, [
|
|
171
171
|
t?.icon ? (n(), f(M, {
|
|
172
172
|
key: 0,
|
|
@@ -178,7 +178,7 @@ const ca = [
|
|
|
178
178
|
});
|
|
179
179
|
const _t = { class: "icon-wrapper" }, yt = {
|
|
180
180
|
name: "MaTrackButton"
|
|
181
|
-
},
|
|
181
|
+
}, _a = /* @__PURE__ */ B({
|
|
182
182
|
...yt,
|
|
183
183
|
props: {
|
|
184
184
|
variant: { default: "default" },
|
|
@@ -252,9 +252,9 @@ const _t = { class: "icon-wrapper" }, yt = {
|
|
|
252
252
|
]), 1040, ["class", "disabled"]));
|
|
253
253
|
}
|
|
254
254
|
});
|
|
255
|
-
const
|
|
255
|
+
const ya = [
|
|
256
256
|
"default"
|
|
257
|
-
],
|
|
257
|
+
], ha = [
|
|
258
258
|
"sm",
|
|
259
259
|
"md",
|
|
260
260
|
"lg"
|
|
@@ -269,7 +269,7 @@ const va = [
|
|
|
269
269
|
class: "ma-toggle__titles__sub-title"
|
|
270
270
|
}, $t = {
|
|
271
271
|
name: "MaToggle"
|
|
272
|
-
},
|
|
272
|
+
}, ba = /* @__PURE__ */ B({
|
|
273
273
|
...$t,
|
|
274
274
|
props: {
|
|
275
275
|
size: { default: "default" },
|
|
@@ -298,7 +298,7 @@ const va = [
|
|
|
298
298
|
}
|
|
299
299
|
]);
|
|
300
300
|
return (i, r) => (n(), p("div", {
|
|
301
|
-
class:
|
|
301
|
+
class: L(s(l))
|
|
302
302
|
}, [
|
|
303
303
|
k(s(Ke), S({
|
|
304
304
|
class: "ma-toggle__switch",
|
|
@@ -319,13 +319,13 @@ const va = [
|
|
|
319
319
|
], 2));
|
|
320
320
|
}
|
|
321
321
|
});
|
|
322
|
-
const
|
|
322
|
+
const ka = [
|
|
323
323
|
"small",
|
|
324
324
|
"default",
|
|
325
325
|
"large"
|
|
326
326
|
], wt = ["aria-checked", "disabled"], Ct = {
|
|
327
327
|
name: "MaSwitch"
|
|
328
|
-
},
|
|
328
|
+
}, $a = /* @__PURE__ */ B({
|
|
329
329
|
...Ct,
|
|
330
330
|
props: {
|
|
331
331
|
active: null,
|
|
@@ -366,7 +366,7 @@ const ya = [
|
|
|
366
366
|
disabled: e.disabled
|
|
367
367
|
}), [
|
|
368
368
|
b("span", {
|
|
369
|
-
class:
|
|
369
|
+
class: L({ active: e.active === e.leftValue }),
|
|
370
370
|
onClick: u[0] || (u[0] = (d) => i(e.leftValue))
|
|
371
371
|
}, [
|
|
372
372
|
k(M, {
|
|
@@ -374,7 +374,7 @@ const ya = [
|
|
|
374
374
|
}, null, 8, ["name"])
|
|
375
375
|
], 2),
|
|
376
376
|
b("span", {
|
|
377
|
-
class:
|
|
377
|
+
class: L({ active: e.active === e.rightValue }),
|
|
378
378
|
onClick: u[1] || (u[1] = (d) => i(e.rightValue))
|
|
379
379
|
}, [
|
|
380
380
|
k(M, {
|
|
@@ -384,7 +384,7 @@ const ya = [
|
|
|
384
384
|
], 16, wt));
|
|
385
385
|
}
|
|
386
386
|
});
|
|
387
|
-
const
|
|
387
|
+
const wa = [
|
|
388
388
|
"primary",
|
|
389
389
|
"secondary"
|
|
390
390
|
], Mt = { class: "ak-tooltip-overlay__content" }, Bt = { class: "ak-tooltip-overlay__content__title" }, xt = {
|
|
@@ -460,7 +460,7 @@ const ba = [
|
|
|
460
460
|
}, 16, ["visible", "class", "placement", "trigger", "overlayClassName"]));
|
|
461
461
|
}
|
|
462
462
|
});
|
|
463
|
-
const
|
|
463
|
+
const Ca = [
|
|
464
464
|
"top",
|
|
465
465
|
"left",
|
|
466
466
|
"right",
|
|
@@ -473,10 +473,10 @@ const ka = [
|
|
|
473
473
|
"leftBottom",
|
|
474
474
|
"rightTop",
|
|
475
475
|
"rightBottom"
|
|
476
|
-
],
|
|
476
|
+
], Ma = [
|
|
477
477
|
"primary",
|
|
478
478
|
"secondary"
|
|
479
|
-
],
|
|
479
|
+
], Ba = [
|
|
480
480
|
"hover",
|
|
481
481
|
"focus",
|
|
482
482
|
"click",
|
|
@@ -550,7 +550,7 @@ const Et = {
|
|
|
550
550
|
}))
|
|
551
551
|
]), 1040));
|
|
552
552
|
}
|
|
553
|
-
}),
|
|
553
|
+
}), xa = [
|
|
554
554
|
"horizontal",
|
|
555
555
|
"vertical",
|
|
556
556
|
"inline"
|
|
@@ -569,7 +569,7 @@ const Et = {
|
|
|
569
569
|
small: "small",
|
|
570
570
|
medium: "medium",
|
|
571
571
|
large: "large"
|
|
572
|
-
},
|
|
572
|
+
}, za = {
|
|
573
573
|
usd: "USD",
|
|
574
574
|
eur: "EUR",
|
|
575
575
|
gbp: "GBP",
|
|
@@ -903,7 +903,7 @@ const Yt = ["for"], Zt = {
|
|
|
903
903
|
t("focusout", v);
|
|
904
904
|
};
|
|
905
905
|
return (v, V) => (n(), p("div", {
|
|
906
|
-
class:
|
|
906
|
+
class: L(s(r))
|
|
907
907
|
}, [
|
|
908
908
|
_(v.$slots, "title"),
|
|
909
909
|
e.title ? (n(), p("label", {
|
|
@@ -1008,16 +1008,16 @@ const to = {
|
|
|
1008
1008
|
}))
|
|
1009
1009
|
]), 1040));
|
|
1010
1010
|
}
|
|
1011
|
-
}),
|
|
1011
|
+
}), Sa = [
|
|
1012
1012
|
"default",
|
|
1013
1013
|
"large",
|
|
1014
1014
|
"small"
|
|
1015
|
-
],
|
|
1015
|
+
], Ia = [
|
|
1016
1016
|
"multiple",
|
|
1017
1017
|
"tags"
|
|
1018
1018
|
], so = {
|
|
1019
1019
|
name: "MaCheckbox"
|
|
1020
|
-
},
|
|
1020
|
+
}, no = /* @__PURE__ */ B({
|
|
1021
1021
|
...so,
|
|
1022
1022
|
props: {
|
|
1023
1023
|
hint: null,
|
|
@@ -1051,10 +1051,10 @@ const to = {
|
|
|
1051
1051
|
]), 1040, ["class", "disabled", "indeterminate"]));
|
|
1052
1052
|
}
|
|
1053
1053
|
});
|
|
1054
|
-
const
|
|
1054
|
+
const ao = {
|
|
1055
1055
|
name: "MaCheckboxGroup"
|
|
1056
|
-
},
|
|
1057
|
-
...
|
|
1056
|
+
}, Ta = /* @__PURE__ */ B({
|
|
1057
|
+
...ao,
|
|
1058
1058
|
props: {
|
|
1059
1059
|
hint: null,
|
|
1060
1060
|
disabled: { type: Boolean }
|
|
@@ -1077,7 +1077,7 @@ const no = {
|
|
|
1077
1077
|
}))
|
|
1078
1078
|
]), 1040));
|
|
1079
1079
|
}
|
|
1080
|
-
}),
|
|
1080
|
+
}), lo = ["value"], io = /* @__PURE__ */ B({
|
|
1081
1081
|
__name: "singleNumericInput",
|
|
1082
1082
|
props: {
|
|
1083
1083
|
value: { default: "" },
|
|
@@ -1106,12 +1106,12 @@ const no = {
|
|
|
1106
1106
|
maxlength: "1",
|
|
1107
1107
|
pattern: "[0-9]",
|
|
1108
1108
|
inputmode: "numeric"
|
|
1109
|
-
}), null, 16,
|
|
1109
|
+
}), null, 16, lo));
|
|
1110
1110
|
}
|
|
1111
|
-
}),
|
|
1111
|
+
}), ro = {
|
|
1112
1112
|
name: "MaNumericInput"
|
|
1113
|
-
},
|
|
1114
|
-
...
|
|
1113
|
+
}, Aa = /* @__PURE__ */ B({
|
|
1114
|
+
...ro,
|
|
1115
1115
|
props: {
|
|
1116
1116
|
disabled: { type: Boolean },
|
|
1117
1117
|
length: { default: 6 },
|
|
@@ -1171,7 +1171,7 @@ const no = {
|
|
|
1171
1171
|
$ !== l.value.join("") && $ && $.match(/^\d+$/) && (l.value = $.split("").slice(0, e.length));
|
|
1172
1172
|
}
|
|
1173
1173
|
), ($, h) => (n(), p("div", S({ class: s(i) }, $.$attrs), [
|
|
1174
|
-
(n(!0), p(W, null, j(e.length, (T) => (n(), f(
|
|
1174
|
+
(n(!0), p(W, null, j(e.length, (T) => (n(), f(io, {
|
|
1175
1175
|
focus: o.value === T - 1,
|
|
1176
1176
|
key: T,
|
|
1177
1177
|
placeholder: s(r),
|
|
@@ -1185,14 +1185,14 @@ const no = {
|
|
|
1185
1185
|
], 16));
|
|
1186
1186
|
}
|
|
1187
1187
|
});
|
|
1188
|
-
const
|
|
1188
|
+
const Na = [
|
|
1189
1189
|
"small",
|
|
1190
1190
|
"medium",
|
|
1191
1191
|
"large"
|
|
1192
|
-
],
|
|
1192
|
+
], co = {
|
|
1193
1193
|
name: "MaRadio"
|
|
1194
|
-
},
|
|
1195
|
-
...
|
|
1194
|
+
}, po = /* @__PURE__ */ B({
|
|
1195
|
+
...co,
|
|
1196
1196
|
props: {
|
|
1197
1197
|
type: { default: "button" },
|
|
1198
1198
|
hint: null,
|
|
@@ -1217,13 +1217,13 @@ const Ta = [
|
|
|
1217
1217
|
]), 1040, ["class"]));
|
|
1218
1218
|
}
|
|
1219
1219
|
});
|
|
1220
|
-
const
|
|
1220
|
+
const uo = ["aria-checked", "disabled"], mo = ["src", "alt"], go = { class: "ma-app-track-button__text" }, vo = { class: "ma-app-track-button__text__title" }, fo = {
|
|
1221
1221
|
key: 0,
|
|
1222
1222
|
class: "ma-app-track-button__text__category"
|
|
1223
|
-
},
|
|
1223
|
+
}, _o = { class: "ma-app-track-button__check" }, yo = {
|
|
1224
1224
|
name: "MaAppTrackButton"
|
|
1225
|
-
},
|
|
1226
|
-
...
|
|
1225
|
+
}, Pa = /* @__PURE__ */ B({
|
|
1226
|
+
...yo,
|
|
1227
1227
|
props: {
|
|
1228
1228
|
checked: { type: Boolean, default: !1 },
|
|
1229
1229
|
appIcon: null,
|
|
@@ -1260,12 +1260,12 @@ const po = ["aria-checked", "disabled"], uo = ["src", "alt"], mo = { class: "ma-
|
|
|
1260
1260
|
alt: e.appName,
|
|
1261
1261
|
width: "40",
|
|
1262
1262
|
height: "40"
|
|
1263
|
-
}, null, 8,
|
|
1264
|
-
b("span",
|
|
1265
|
-
b("span",
|
|
1266
|
-
e.appCategory ? (n(), p("span",
|
|
1263
|
+
}, null, 8, mo),
|
|
1264
|
+
b("span", go, [
|
|
1265
|
+
b("span", vo, C(e.appName), 1),
|
|
1266
|
+
e.appCategory ? (n(), p("span", fo, C(e?.appCategory), 1)) : g("", !0)
|
|
1267
1267
|
]),
|
|
1268
|
-
b("span",
|
|
1268
|
+
b("span", _o, [
|
|
1269
1269
|
k(xe, {
|
|
1270
1270
|
name: "fade",
|
|
1271
1271
|
mode: "out-in"
|
|
@@ -1276,7 +1276,7 @@ const po = ["aria-checked", "disabled"], uo = ["src", "alt"], mo = { class: "ma-
|
|
|
1276
1276
|
name: "loader",
|
|
1277
1277
|
size: "xs",
|
|
1278
1278
|
spin: ""
|
|
1279
|
-
})) : !e.multiple || e.checked ? (n(), f(
|
|
1279
|
+
})) : !e.multiple || e.checked ? (n(), f(po, {
|
|
1280
1280
|
key: 1,
|
|
1281
1281
|
checked: e.checked,
|
|
1282
1282
|
type: "check"
|
|
@@ -1289,31 +1289,31 @@ const po = ["aria-checked", "disabled"], uo = ["src", "alt"], mo = { class: "ma-
|
|
|
1289
1289
|
_: 1
|
|
1290
1290
|
})
|
|
1291
1291
|
])
|
|
1292
|
-
], 16,
|
|
1292
|
+
], 16, uo));
|
|
1293
1293
|
}
|
|
1294
1294
|
});
|
|
1295
|
-
const
|
|
1295
|
+
const ho = { class: "ak-app-icon__logo" }, bo = ["src"], ko = {
|
|
1296
1296
|
key: 1,
|
|
1297
1297
|
class: "ak-app-icon-platform"
|
|
1298
|
-
},
|
|
1298
|
+
}, $o = {
|
|
1299
1299
|
key: 1,
|
|
1300
1300
|
class: "ak-app-icon__logo"
|
|
1301
|
-
},
|
|
1301
|
+
}, wo = ["src"], Co = {
|
|
1302
1302
|
key: 1,
|
|
1303
1303
|
class: "ak-app-icon-platform"
|
|
1304
|
-
},
|
|
1304
|
+
}, Mo = {
|
|
1305
1305
|
key: 2,
|
|
1306
1306
|
class: "ak-app-icon__text"
|
|
1307
|
-
},
|
|
1307
|
+
}, Bo = {
|
|
1308
1308
|
key: 0,
|
|
1309
1309
|
class: "ak-app-name"
|
|
1310
|
-
},
|
|
1310
|
+
}, xo = {
|
|
1311
1311
|
key: 1,
|
|
1312
1312
|
class: "ak-app-description"
|
|
1313
|
-
},
|
|
1313
|
+
}, zo = {
|
|
1314
1314
|
name: "MaAppIcon"
|
|
1315
|
-
},
|
|
1316
|
-
...
|
|
1315
|
+
}, So = /* @__PURE__ */ B({
|
|
1316
|
+
...zo,
|
|
1317
1317
|
props: {
|
|
1318
1318
|
appIcon: null,
|
|
1319
1319
|
appName: null,
|
|
@@ -1342,11 +1342,11 @@ const yo = { class: "ak-app-icon__logo" }, ho = ["src"], bo = {
|
|
|
1342
1342
|
...e.tooltipProps
|
|
1343
1343
|
}));
|
|
1344
1344
|
return (u, d) => (n(), p("div", {
|
|
1345
|
-
class:
|
|
1345
|
+
class: L(s(l))
|
|
1346
1346
|
}, [
|
|
1347
1347
|
e.showTooltip ? (n(), f(ue, ze(S({ key: 0 }, s(r))), {
|
|
1348
1348
|
default: y(() => [
|
|
1349
|
-
b("div",
|
|
1349
|
+
b("div", ho, [
|
|
1350
1350
|
e.closable ? (n(), p("span", {
|
|
1351
1351
|
key: 0,
|
|
1352
1352
|
onClick: i,
|
|
@@ -1360,8 +1360,8 @@ const yo = { class: "ak-app-icon__logo" }, ho = ["src"], bo = {
|
|
|
1360
1360
|
b("img", {
|
|
1361
1361
|
class: "ak-app-icon-img",
|
|
1362
1362
|
src: e.appIcon
|
|
1363
|
-
}, null, 8,
|
|
1364
|
-
e?.platform ? (n(), p("span",
|
|
1363
|
+
}, null, 8, bo),
|
|
1364
|
+
e?.platform ? (n(), p("span", ko, [
|
|
1365
1365
|
k(M, {
|
|
1366
1366
|
size: "xs",
|
|
1367
1367
|
name: s(o)
|
|
@@ -1370,7 +1370,7 @@ const yo = { class: "ak-app-icon__logo" }, ho = ["src"], bo = {
|
|
|
1370
1370
|
])
|
|
1371
1371
|
]),
|
|
1372
1372
|
_: 1
|
|
1373
|
-
}, 16)) : (n(), p("div",
|
|
1373
|
+
}, 16)) : (n(), p("div", $o, [
|
|
1374
1374
|
e.closable ? (n(), p("span", {
|
|
1375
1375
|
key: 0,
|
|
1376
1376
|
onClick: i,
|
|
@@ -1384,34 +1384,34 @@ const yo = { class: "ak-app-icon__logo" }, ho = ["src"], bo = {
|
|
|
1384
1384
|
b("img", {
|
|
1385
1385
|
class: "ak-app-icon-img",
|
|
1386
1386
|
src: e.appIcon
|
|
1387
|
-
}, null, 8,
|
|
1388
|
-
e?.platform ? (n(), p("span",
|
|
1387
|
+
}, null, 8, wo),
|
|
1388
|
+
e?.platform ? (n(), p("span", Co, [
|
|
1389
1389
|
k(M, {
|
|
1390
1390
|
size: "xs",
|
|
1391
1391
|
name: s(o)
|
|
1392
1392
|
}, null, 8, ["name"])
|
|
1393
1393
|
])) : g("", !0)
|
|
1394
1394
|
])),
|
|
1395
|
-
e?.appName || e?.appDescription ? (n(), p("div",
|
|
1396
|
-
e?.appName ? (n(), p("span",
|
|
1397
|
-
e?.appDescription ? (n(), p("span",
|
|
1395
|
+
e?.appName || e?.appDescription ? (n(), p("div", Mo, [
|
|
1396
|
+
e?.appName ? (n(), p("span", Bo, C(e.appName), 1)) : g("", !0),
|
|
1397
|
+
e?.appDescription ? (n(), p("span", xo, C(e.appDescription), 1)) : g("", !0)
|
|
1398
1398
|
])) : g("", !0)
|
|
1399
1399
|
], 2));
|
|
1400
1400
|
}
|
|
1401
1401
|
});
|
|
1402
|
-
const
|
|
1402
|
+
const Da = [
|
|
1403
1403
|
"x-small",
|
|
1404
1404
|
"small",
|
|
1405
1405
|
"medium",
|
|
1406
1406
|
"large",
|
|
1407
1407
|
"x-large"
|
|
1408
|
-
],
|
|
1408
|
+
], La = [
|
|
1409
1409
|
"play",
|
|
1410
1410
|
"ios"
|
|
1411
|
-
],
|
|
1411
|
+
], Io = {
|
|
1412
1412
|
name: "MaRadioGroup"
|
|
1413
|
-
},
|
|
1414
|
-
...
|
|
1413
|
+
}, Ea = /* @__PURE__ */ B({
|
|
1414
|
+
...Io,
|
|
1415
1415
|
setup(a) {
|
|
1416
1416
|
return (t, e) => (n(), f(s(st), S(t.$attrs, { "prefix-cls": "antd-radio" }), J({ _: 2 }, [
|
|
1417
1417
|
j(t.$slots, (o, l) => ({
|
|
@@ -1422,10 +1422,10 @@ const Pa = [
|
|
|
1422
1422
|
}))
|
|
1423
1423
|
]), 1040));
|
|
1424
1424
|
}
|
|
1425
|
-
}),
|
|
1425
|
+
}), Fa = [
|
|
1426
1426
|
"button",
|
|
1427
1427
|
"check"
|
|
1428
|
-
],
|
|
1428
|
+
], Va = [
|
|
1429
1429
|
"dark",
|
|
1430
1430
|
"blue",
|
|
1431
1431
|
"green",
|
|
@@ -1433,23 +1433,23 @@ const Pa = [
|
|
|
1433
1433
|
"red",
|
|
1434
1434
|
"purple",
|
|
1435
1435
|
"purple-light"
|
|
1436
|
-
],
|
|
1436
|
+
], Ga = [
|
|
1437
1437
|
"primary",
|
|
1438
1438
|
"secondary",
|
|
1439
1439
|
"line",
|
|
1440
1440
|
"dashed",
|
|
1441
1441
|
"icon"
|
|
1442
|
-
],
|
|
1442
|
+
], Ua = [
|
|
1443
1443
|
"small",
|
|
1444
1444
|
"medium",
|
|
1445
1445
|
"large"
|
|
1446
|
-
],
|
|
1446
|
+
], Ra = [
|
|
1447
1447
|
"left",
|
|
1448
1448
|
"right"
|
|
1449
|
-
],
|
|
1449
|
+
], To = {
|
|
1450
1450
|
name: "MaAlert"
|
|
1451
|
-
},
|
|
1452
|
-
...
|
|
1451
|
+
}, Oa = /* @__PURE__ */ B({
|
|
1452
|
+
...To,
|
|
1453
1453
|
props: {
|
|
1454
1454
|
variant: { default: "dark" },
|
|
1455
1455
|
type: { default: "primary" },
|
|
@@ -1492,19 +1492,19 @@ const Pa = [
|
|
|
1492
1492
|
}, 16, ["class", "description", "message", "closable", "showIcon"]));
|
|
1493
1493
|
}
|
|
1494
1494
|
});
|
|
1495
|
-
const
|
|
1495
|
+
const Ka = [
|
|
1496
1496
|
"dark",
|
|
1497
1497
|
"blue",
|
|
1498
1498
|
"green",
|
|
1499
1499
|
"orange",
|
|
1500
1500
|
"red"
|
|
1501
|
-
],
|
|
1501
|
+
], ja = [
|
|
1502
1502
|
"primary",
|
|
1503
1503
|
"secondary"
|
|
1504
|
-
],
|
|
1504
|
+
], Ao = {
|
|
1505
1505
|
name: "MaAnimation"
|
|
1506
|
-
},
|
|
1507
|
-
...
|
|
1506
|
+
}, No = /* @__PURE__ */ B({
|
|
1507
|
+
...Ao,
|
|
1508
1508
|
props: {
|
|
1509
1509
|
name: { default: "rocket" },
|
|
1510
1510
|
loop: { type: Boolean, default: !0 },
|
|
@@ -1563,14 +1563,14 @@ const Oa = [
|
|
|
1563
1563
|
style: Z(s(u))
|
|
1564
1564
|
}, null, 4));
|
|
1565
1565
|
}
|
|
1566
|
-
}),
|
|
1566
|
+
}), qa = [
|
|
1567
1567
|
"rocket",
|
|
1568
1568
|
"success-confetti",
|
|
1569
1569
|
"rounded-loading",
|
|
1570
1570
|
"fly-waiting",
|
|
1571
1571
|
"no-data-found",
|
|
1572
1572
|
"sad-not-found"
|
|
1573
|
-
],
|
|
1573
|
+
], Ha = [
|
|
1574
1574
|
"info",
|
|
1575
1575
|
"success",
|
|
1576
1576
|
"confirm",
|
|
@@ -1582,19 +1582,19 @@ const Oa = [
|
|
|
1582
1582
|
confirm: "warning",
|
|
1583
1583
|
warning: "warning",
|
|
1584
1584
|
error: "close-circle-bold"
|
|
1585
|
-
},
|
|
1585
|
+
}, Po = {
|
|
1586
1586
|
key: 1,
|
|
1587
1587
|
class: "ak-modal__title"
|
|
1588
|
-
},
|
|
1588
|
+
}, Do = { class: "ak-modal__content" }, Lo = {
|
|
1589
1589
|
key: 0,
|
|
1590
1590
|
class: "ak-modal__description"
|
|
1591
|
-
},
|
|
1591
|
+
}, Eo = {
|
|
1592
1592
|
key: 2,
|
|
1593
1593
|
class: "ak-modal__footer"
|
|
1594
|
-
},
|
|
1594
|
+
}, Fo = {
|
|
1595
1595
|
name: "MaModal"
|
|
1596
1596
|
}, $e = /* @__PURE__ */ B({
|
|
1597
|
-
...
|
|
1597
|
+
...Fo,
|
|
1598
1598
|
props: {
|
|
1599
1599
|
visible: { type: Boolean, default: !0 },
|
|
1600
1600
|
type: null,
|
|
@@ -1659,20 +1659,20 @@ const Oa = [
|
|
|
1659
1659
|
default: y(() => [
|
|
1660
1660
|
s(l) ? (n(), p("div", {
|
|
1661
1661
|
key: 0,
|
|
1662
|
-
class:
|
|
1662
|
+
class: L(s(d))
|
|
1663
1663
|
}, [
|
|
1664
1664
|
k(M, { name: s(l) }, null, 8, ["name"])
|
|
1665
1665
|
], 2)) : g("", !0),
|
|
1666
|
-
e.title || I.$slots.title ? (n(), p("h1",
|
|
1666
|
+
e.title || I.$slots.title ? (n(), p("h1", Po, [
|
|
1667
1667
|
_(I.$slots, "title"),
|
|
1668
1668
|
P(" " + C(e.title), 1)
|
|
1669
1669
|
])) : g("", !0),
|
|
1670
|
-
b("div",
|
|
1671
|
-
e.content ? (n(), p("div",
|
|
1670
|
+
b("div", Do, [
|
|
1671
|
+
e.content ? (n(), p("div", Lo, C(e.content), 1)) : g("", !0),
|
|
1672
1672
|
_(I.$slots, "content"),
|
|
1673
1673
|
_(I.$slots, "default")
|
|
1674
1674
|
]),
|
|
1675
|
-
s(r) ? (n(), p("div",
|
|
1675
|
+
s(r) ? (n(), p("div", Eo, [
|
|
1676
1676
|
e.okText ? (n(), f(oe, S({
|
|
1677
1677
|
key: 0,
|
|
1678
1678
|
onClick: x,
|
|
@@ -1702,8 +1702,8 @@ const Oa = [
|
|
|
1702
1702
|
}, 16, ["visible", "class", "closable", "mask", "mask-closable", "width"]));
|
|
1703
1703
|
}
|
|
1704
1704
|
});
|
|
1705
|
-
const
|
|
1706
|
-
|
|
1705
|
+
const Vo = ["info", "success", "warning", "error", "confirm"];
|
|
1706
|
+
Vo.forEach((a) => {
|
|
1707
1707
|
$e[a] = (t) => {
|
|
1708
1708
|
const e = document.createElement("div"), o = Fe($e, t), l = Ve({
|
|
1709
1709
|
render: () => o
|
|
@@ -1717,10 +1717,10 @@ Eo.forEach((a) => {
|
|
|
1717
1717
|
};
|
|
1718
1718
|
};
|
|
1719
1719
|
});
|
|
1720
|
-
const
|
|
1720
|
+
const Go = {
|
|
1721
1721
|
name: "MaRateStar"
|
|
1722
|
-
},
|
|
1723
|
-
...
|
|
1722
|
+
}, Uo = /* @__PURE__ */ B({
|
|
1723
|
+
...Go,
|
|
1724
1724
|
props: {
|
|
1725
1725
|
value: null,
|
|
1726
1726
|
starRate: null,
|
|
@@ -1736,7 +1736,7 @@ const Fo = {
|
|
|
1736
1736
|
return (i, r) => (n(), f(xe, { name: "fade" }, {
|
|
1737
1737
|
default: y(() => [
|
|
1738
1738
|
k(M, {
|
|
1739
|
-
class:
|
|
1739
|
+
class: L(s(e)),
|
|
1740
1740
|
name: s(l),
|
|
1741
1741
|
size: a.iconSize
|
|
1742
1742
|
}, null, 8, ["class", "name", "size"])
|
|
@@ -1744,10 +1744,10 @@ const Fo = {
|
|
|
1744
1744
|
_: 1
|
|
1745
1745
|
}));
|
|
1746
1746
|
}
|
|
1747
|
-
}),
|
|
1747
|
+
}), Ro = ["tabindex"], Oo = ["onMousemove", "onMouseover"], Ko = {
|
|
1748
1748
|
name: "MaRate"
|
|
1749
|
-
},
|
|
1750
|
-
...
|
|
1749
|
+
}, Wa = /* @__PURE__ */ B({
|
|
1750
|
+
...Ko,
|
|
1751
1751
|
props: {
|
|
1752
1752
|
value: null,
|
|
1753
1753
|
allowClear: { type: Boolean },
|
|
@@ -1793,7 +1793,7 @@ const Fo = {
|
|
|
1793
1793
|
t("update:value", N), t("change", N);
|
|
1794
1794
|
};
|
|
1795
1795
|
return (N, $) => (n(), p("ul", {
|
|
1796
|
-
class:
|
|
1796
|
+
class: L(s(l)),
|
|
1797
1797
|
onMouseleave: m,
|
|
1798
1798
|
onKeydown: z,
|
|
1799
1799
|
tabindex: s(r)
|
|
@@ -1805,36 +1805,36 @@ const Fo = {
|
|
|
1805
1805
|
onMouseover: (T) => d(h),
|
|
1806
1806
|
onClick: $[0] || ($[0] = (T) => u())
|
|
1807
1807
|
}, [
|
|
1808
|
-
k(
|
|
1808
|
+
k(Uo, {
|
|
1809
1809
|
"star-rate": h,
|
|
1810
1810
|
value: o.value || e.value,
|
|
1811
1811
|
"icon-size": s(i)
|
|
1812
1812
|
}, null, 8, ["star-rate", "value", "icon-size"])
|
|
1813
|
-
], 40,
|
|
1814
|
-
], 42,
|
|
1813
|
+
], 40, Oo)), 64))
|
|
1814
|
+
], 42, Ro));
|
|
1815
1815
|
}
|
|
1816
1816
|
});
|
|
1817
|
-
const
|
|
1817
|
+
const Ja = [
|
|
1818
1818
|
"small",
|
|
1819
1819
|
"medium",
|
|
1820
1820
|
"large"
|
|
1821
|
-
],
|
|
1821
|
+
], Ya = [
|
|
1822
1822
|
"orange",
|
|
1823
1823
|
"green",
|
|
1824
1824
|
"red"
|
|
1825
|
-
],
|
|
1825
|
+
], jo = {
|
|
1826
1826
|
key: 0,
|
|
1827
1827
|
class: "ma-spin__overlay"
|
|
1828
|
-
},
|
|
1828
|
+
}, qo = {
|
|
1829
1829
|
key: 0,
|
|
1830
1830
|
class: "custom-indicator"
|
|
1831
|
-
},
|
|
1831
|
+
}, Ho = {
|
|
1832
1832
|
key: 2,
|
|
1833
1833
|
class: "tip"
|
|
1834
|
-
},
|
|
1834
|
+
}, Wo = {
|
|
1835
1835
|
name: "MaSpin"
|
|
1836
1836
|
}, we = /* @__PURE__ */ B({
|
|
1837
|
-
...
|
|
1837
|
+
...Wo,
|
|
1838
1838
|
props: {
|
|
1839
1839
|
type: { default: "round" },
|
|
1840
1840
|
color: { default: "dark" },
|
|
@@ -1851,16 +1851,16 @@ const Wa = [
|
|
|
1851
1851
|
"ma-spin__icon"
|
|
1852
1852
|
]), i = c(() => `spin-${t.type}`);
|
|
1853
1853
|
return (r, u) => (n(), p("div", S({ class: s(o) }, r.$attrs), [
|
|
1854
|
-
t.spinning ? (n(), p("div",
|
|
1855
|
-
r.$slots.indicator ? (n(), p("div",
|
|
1854
|
+
t.spinning ? (n(), p("div", jo, [
|
|
1855
|
+
r.$slots.indicator ? (n(), p("div", qo, [
|
|
1856
1856
|
_(r.$slots, "indicator")
|
|
1857
1857
|
])) : g("", !0),
|
|
1858
1858
|
t.spinning && !r.$slots.indicator ? (n(), f(M, {
|
|
1859
1859
|
key: 1,
|
|
1860
|
-
class:
|
|
1860
|
+
class: L(s(l)),
|
|
1861
1861
|
name: s(i)
|
|
1862
1862
|
}, null, 8, ["class", "name"])) : g("", !0),
|
|
1863
|
-
r.$slots?.tip || t?.tip ? (n(), p("div",
|
|
1863
|
+
r.$slots?.tip || t?.tip ? (n(), p("div", Ho, [
|
|
1864
1864
|
P(C(t?.tip) + " ", 1),
|
|
1865
1865
|
_(r.$slots, "tip")
|
|
1866
1866
|
])) : g("", !0)
|
|
@@ -1869,21 +1869,21 @@ const Wa = [
|
|
|
1869
1869
|
], 16));
|
|
1870
1870
|
}
|
|
1871
1871
|
});
|
|
1872
|
-
const
|
|
1872
|
+
const Za = [
|
|
1873
1873
|
"round",
|
|
1874
1874
|
"dots",
|
|
1875
1875
|
"three-circles",
|
|
1876
1876
|
"three-dots"
|
|
1877
|
-
],
|
|
1877
|
+
], Xa = [
|
|
1878
1878
|
"dark",
|
|
1879
1879
|
"jordy",
|
|
1880
1880
|
"blue",
|
|
1881
1881
|
"orange",
|
|
1882
1882
|
"grey"
|
|
1883
|
-
],
|
|
1883
|
+
], Jo = {
|
|
1884
1884
|
name: "MaDropdown"
|
|
1885
|
-
},
|
|
1886
|
-
...
|
|
1885
|
+
}, Yo = /* @__PURE__ */ B({
|
|
1886
|
+
...Jo,
|
|
1887
1887
|
props: {
|
|
1888
1888
|
destroyPopupOnHide: { type: Boolean, default: !1 },
|
|
1889
1889
|
disabled: { type: Boolean, default: !1 },
|
|
@@ -1925,22 +1925,22 @@ const Ya = [
|
|
|
1925
1925
|
}, 16, ["overlayClassName", "destroyPopupOnHide", "disabled", "placement", "trigger", "visible"]));
|
|
1926
1926
|
}
|
|
1927
1927
|
});
|
|
1928
|
-
const
|
|
1928
|
+
const Qa = [
|
|
1929
1929
|
"bottomLeft",
|
|
1930
1930
|
"bottom",
|
|
1931
1931
|
"bottomRight",
|
|
1932
1932
|
"topLeft",
|
|
1933
1933
|
"top",
|
|
1934
1934
|
"topRight"
|
|
1935
|
-
],
|
|
1935
|
+
], el = [
|
|
1936
1936
|
"click",
|
|
1937
1937
|
"hover",
|
|
1938
1938
|
"contextmenu"
|
|
1939
|
-
],
|
|
1939
|
+
], tl = [
|
|
1940
1940
|
"small",
|
|
1941
1941
|
"medium",
|
|
1942
1942
|
"large"
|
|
1943
|
-
],
|
|
1943
|
+
], ol = [
|
|
1944
1944
|
"general",
|
|
1945
1945
|
"add-app",
|
|
1946
1946
|
"table",
|
|
@@ -1950,10 +1950,10 @@ const Xa = [
|
|
|
1950
1950
|
"add-app": "add-app",
|
|
1951
1951
|
table: "empty-table",
|
|
1952
1952
|
selection: "selection"
|
|
1953
|
-
},
|
|
1953
|
+
}, Zo = { class: "ma-empty__title" }, Xo = { class: "ma-empty__description" }, Qo = { class: "ma-empty__content" }, es = {
|
|
1954
1954
|
name: "MaEmpty"
|
|
1955
|
-
},
|
|
1956
|
-
...
|
|
1955
|
+
}, sl = /* @__PURE__ */ B({
|
|
1956
|
+
...es,
|
|
1957
1957
|
props: {
|
|
1958
1958
|
size: { default: "large" },
|
|
1959
1959
|
variant: { default: "general" },
|
|
@@ -1969,9 +1969,9 @@ const Xa = [
|
|
|
1969
1969
|
`ma-empty ma-empty--${t.variant} ma-empty--${t.size}`
|
|
1970
1970
|
]);
|
|
1971
1971
|
return (l, i) => (n(), p("div", {
|
|
1972
|
-
class:
|
|
1972
|
+
class: L(s(o))
|
|
1973
1973
|
}, [
|
|
1974
|
-
t?.animation ? (n(), f(
|
|
1974
|
+
t?.animation ? (n(), f(No, S({
|
|
1975
1975
|
key: 0,
|
|
1976
1976
|
name: a.animation
|
|
1977
1977
|
}, a.animationProps), null, 16, ["name"])) : l.$slots.icon ? _(l.$slots, "icon", { key: 1 }) : (n(), f(M, {
|
|
@@ -1979,25 +1979,25 @@ const Xa = [
|
|
|
1979
1979
|
name: s(e),
|
|
1980
1980
|
class: "ma-empty__icon"
|
|
1981
1981
|
}, null, 8, ["name"])),
|
|
1982
|
-
b("span",
|
|
1982
|
+
b("span", Zo, [
|
|
1983
1983
|
P(C(a.title) + " ", 1),
|
|
1984
1984
|
_(l.$slots, "title")
|
|
1985
1985
|
]),
|
|
1986
|
-
b("span",
|
|
1986
|
+
b("span", Xo, [
|
|
1987
1987
|
P(C(a.description) + " ", 1),
|
|
1988
1988
|
_(l.$slots, "description")
|
|
1989
1989
|
]),
|
|
1990
|
-
b("div",
|
|
1990
|
+
b("div", Qo, [
|
|
1991
1991
|
_(l.$slots, "default")
|
|
1992
1992
|
])
|
|
1993
1993
|
], 2));
|
|
1994
1994
|
}
|
|
1995
1995
|
});
|
|
1996
|
-
const
|
|
1996
|
+
const nl = [
|
|
1997
1997
|
"button",
|
|
1998
1998
|
"box",
|
|
1999
1999
|
"small-box"
|
|
2000
|
-
],
|
|
2000
|
+
], ts = [
|
|
2001
2001
|
"xs",
|
|
2002
2002
|
"sm",
|
|
2003
2003
|
"md",
|
|
@@ -2011,12 +2011,12 @@ const me = (a) => {
|
|
|
2011
2011
|
} catch {
|
|
2012
2012
|
return a;
|
|
2013
2013
|
}
|
|
2014
|
-
},
|
|
2014
|
+
}, os = (a = 20) => {
|
|
2015
2015
|
let t = "";
|
|
2016
2016
|
for (let e = 0; e < a; e++)
|
|
2017
2017
|
t += Math.random().toString(36).substr(2);
|
|
2018
2018
|
return t.substr(0, a);
|
|
2019
|
-
},
|
|
2019
|
+
}, ss = (a, t = {}, e = {}, o) => {
|
|
2020
2020
|
const l = D(0);
|
|
2021
2021
|
return { progress: l, upload: async (r, u) => {
|
|
2022
2022
|
const d = new FormData();
|
|
@@ -2046,7 +2046,7 @@ const me = (a) => {
|
|
|
2046
2046
|
);
|
|
2047
2047
|
}, m.send(d), r.cancelRequest = () => m.abort();
|
|
2048
2048
|
} };
|
|
2049
|
-
},
|
|
2049
|
+
}, ns = (a, t) => {
|
|
2050
2050
|
if (!t)
|
|
2051
2051
|
return !0;
|
|
2052
2052
|
const e = t.split(",").map((i) => i.trim()), o = a.type, l = a.name.split(".").pop()?.toLowerCase();
|
|
@@ -2064,10 +2064,10 @@ const me = (a) => {
|
|
|
2064
2064
|
return !0;
|
|
2065
2065
|
}
|
|
2066
2066
|
return !1;
|
|
2067
|
-
},
|
|
2067
|
+
}, as = { class: "single-file" }, ls = { class: "icon-wrapper" }, is = { class: "single-file__detail" }, rs = { class: "file-name" }, cs = {
|
|
2068
2068
|
key: 0,
|
|
2069
2069
|
class: "file-size"
|
|
2070
|
-
},
|
|
2070
|
+
}, ps = { class: "file-progress" }, us = { class: "single-file__actions" }, ds = /* @__PURE__ */ B({
|
|
2071
2071
|
__name: "singleFile",
|
|
2072
2072
|
props: {
|
|
2073
2073
|
file: null,
|
|
@@ -2079,21 +2079,21 @@ const me = (a) => {
|
|
|
2079
2079
|
const e = a, o = c(
|
|
2080
2080
|
() => `${(e.file.file.size / (1024 * 1024)).toFixed(1)} MB`
|
|
2081
2081
|
), l = c(() => typeof e.file.file.size == "number"), i = () => t("remove"), r = () => t("cancel");
|
|
2082
|
-
return (u, d) => (n(), p("div",
|
|
2083
|
-
b("div",
|
|
2082
|
+
return (u, d) => (n(), p("div", as, [
|
|
2083
|
+
b("div", ls, [
|
|
2084
2084
|
k(M, { name: "document-bulk" })
|
|
2085
2085
|
]),
|
|
2086
|
-
b("div",
|
|
2087
|
-
b("span",
|
|
2088
|
-
s(l) ? (n(), p("span",
|
|
2089
|
-
b("span",
|
|
2086
|
+
b("div", is, [
|
|
2087
|
+
b("span", rs, C(a.file.file.name), 1),
|
|
2088
|
+
s(l) ? (n(), p("span", cs, C(s(o)), 1)) : g("", !0),
|
|
2089
|
+
b("span", ps, [
|
|
2090
2090
|
b("span", {
|
|
2091
2091
|
class: "progress-item",
|
|
2092
2092
|
style: Z({ width: `${a.file.progress}%` })
|
|
2093
2093
|
}, null, 4)
|
|
2094
2094
|
])
|
|
2095
2095
|
]),
|
|
2096
|
-
b("div",
|
|
2096
|
+
b("div", us, [
|
|
2097
2097
|
a.file.status === s(te).uploading ? (n(), f(oe, {
|
|
2098
2098
|
key: 0,
|
|
2099
2099
|
disabled: a.disabled,
|
|
@@ -2115,16 +2115,16 @@ const me = (a) => {
|
|
|
2115
2115
|
])
|
|
2116
2116
|
]));
|
|
2117
2117
|
}
|
|
2118
|
-
}),
|
|
2118
|
+
}), ms = ["onDrop"], gs = ["accept", "multiple", "disabled"], vs = { class: "text" }, fs = /* @__PURE__ */ b("span", null, "Uploading file...", -1), _s = { class: "upload-icon" }, ys = {
|
|
2119
2119
|
key: 0,
|
|
2120
2120
|
class: "upload-title"
|
|
2121
|
-
},
|
|
2121
|
+
}, hs = {
|
|
2122
2122
|
key: 1,
|
|
2123
2123
|
class: "upload-description"
|
|
2124
|
-
},
|
|
2124
|
+
}, bs = {
|
|
2125
2125
|
name: "MaUpload"
|
|
2126
|
-
},
|
|
2127
|
-
...
|
|
2126
|
+
}, al = /* @__PURE__ */ B({
|
|
2127
|
+
...bs,
|
|
2128
2128
|
props: {
|
|
2129
2129
|
fileList: null,
|
|
2130
2130
|
type: { default: "box" },
|
|
@@ -2152,23 +2152,23 @@ const me = (a) => {
|
|
|
2152
2152
|
return e.fileList;
|
|
2153
2153
|
},
|
|
2154
2154
|
set(w) {
|
|
2155
|
-
t("update:fileList", w), t("change", w), e?.action && w.forEach(async (
|
|
2155
|
+
t("update:fileList", w), t("change", w), e?.action && w.forEach(async (E, O) => {
|
|
2156
2156
|
if ([te.done, te.error].includes(
|
|
2157
|
-
|
|
2157
|
+
E.status
|
|
2158
2158
|
))
|
|
2159
2159
|
return;
|
|
2160
|
-
const { upload: ne } =
|
|
2160
|
+
const { upload: ne } = ss(
|
|
2161
2161
|
e?.action || "",
|
|
2162
2162
|
// || added for tsc warning
|
|
2163
2163
|
e.headers,
|
|
2164
2164
|
e.data,
|
|
2165
2165
|
e.name
|
|
2166
2166
|
);
|
|
2167
|
-
e?.beforeUpload && (
|
|
2167
|
+
e?.beforeUpload && (E.file = await e.beforeUpload(E.file)), ne(E, (re, Pe, he) => {
|
|
2168
2168
|
if (m.value[O]) {
|
|
2169
2169
|
if (re === te.error) {
|
|
2170
|
-
t("error", { file:
|
|
2171
|
-
m.value.findIndex((De) => De.id ===
|
|
2170
|
+
t("error", { file: E.file, message: he }), F(
|
|
2171
|
+
m.value.findIndex((De) => De.id === E.id)
|
|
2172
2172
|
);
|
|
2173
2173
|
return;
|
|
2174
2174
|
}
|
|
@@ -2197,15 +2197,15 @@ const me = (a) => {
|
|
|
2197
2197
|
"only-file-list": !z.value
|
|
2198
2198
|
}
|
|
2199
2199
|
]), h = c(() => {
|
|
2200
|
-
const w = e?.size ?
|
|
2200
|
+
const w = e?.size ? ts.indexOf(e.size) : 0;
|
|
2201
2201
|
return vt[w];
|
|
2202
2202
|
}), T = c(
|
|
2203
2203
|
() => e.wait || m.value.some((w) => w.status === te.uploading)
|
|
2204
2204
|
), R = c(() => e?.disabled || T.value), G = (w) => Array.from(w).find(
|
|
2205
|
-
(
|
|
2205
|
+
(E) => e?.maxFileSize && E.size > e.maxFileSize
|
|
2206
2206
|
), q = (w) => {
|
|
2207
|
-
const
|
|
2208
|
-
|
|
2207
|
+
const E = w.target;
|
|
2208
|
+
E.files && A(Array.from(E.files));
|
|
2209
2209
|
}, v = () => {
|
|
2210
2210
|
l.value?.click();
|
|
2211
2211
|
}, V = (w) => {
|
|
@@ -2216,31 +2216,31 @@ const me = (a) => {
|
|
|
2216
2216
|
i.value = !1;
|
|
2217
2217
|
}, ce = (w) => {
|
|
2218
2218
|
R.value || w.dataTransfer?.files && A(
|
|
2219
|
-
Array.from(w.dataTransfer.files).filter((
|
|
2219
|
+
Array.from(w.dataTransfer.files).filter((E) => e?.accept && !ns(E, e.accept) ? (t("error", { file: E, message: "file type does not match!" }), !1) : !0)
|
|
2220
2220
|
);
|
|
2221
2221
|
}, A = (w) => {
|
|
2222
|
-
const
|
|
2223
|
-
if (
|
|
2224
|
-
t("error", { file:
|
|
2222
|
+
const E = G(w);
|
|
2223
|
+
if (E) {
|
|
2224
|
+
t("error", { file: E, message: "File too large" });
|
|
2225
2225
|
return;
|
|
2226
2226
|
}
|
|
2227
2227
|
const O = Array.from(w).filter(
|
|
2228
2228
|
(ne, re) => e?.maxCount ? re + 1 <= e.maxCount : !0
|
|
2229
2229
|
).map((ne) => ({
|
|
2230
2230
|
file: ne,
|
|
2231
|
-
id:
|
|
2231
|
+
id: os(),
|
|
2232
2232
|
status: e?.action ? te.uploading : te.done,
|
|
2233
2233
|
progress: e?.action ? 0 : 100,
|
|
2234
2234
|
response: null
|
|
2235
2235
|
}));
|
|
2236
2236
|
e.multiple ? m.value = [...m.value, ...O] : O.length && (m.value = [O[0]]);
|
|
2237
2237
|
}, F = (w) => {
|
|
2238
|
-
t("remove", m.value[w]), m.value = m.value.filter((
|
|
2238
|
+
t("remove", m.value[w]), m.value = m.value.filter((E, O) => O !== w);
|
|
2239
2239
|
}, K = (w) => {
|
|
2240
|
-
const
|
|
2241
|
-
typeof
|
|
2240
|
+
const E = m.value[w];
|
|
2241
|
+
typeof E?.cancelRequest == "function" && E.cancelRequest(), F(w);
|
|
2242
2242
|
}, H = (w) => {
|
|
2243
|
-
w.stopPropagation(), m.value.forEach((
|
|
2243
|
+
w.stopPropagation(), m.value.forEach((E, O) => K(O)), m.value = [];
|
|
2244
2244
|
};
|
|
2245
2245
|
return de(() => {
|
|
2246
2246
|
r.forEach((w) => {
|
|
@@ -2258,11 +2258,11 @@ const me = (a) => {
|
|
|
2258
2258
|
}), d.forEach((w) => {
|
|
2259
2259
|
o.value?.removeEventListener(w, Y);
|
|
2260
2260
|
});
|
|
2261
|
-
}), (w,
|
|
2261
|
+
}), (w, E) => (n(), p("div", S({ class: "ma-upload-wrapper" }, w.$attrs), [
|
|
2262
2262
|
X(b("div", {
|
|
2263
2263
|
ref_key: "uploadArea",
|
|
2264
2264
|
ref: o,
|
|
2265
|
-
class:
|
|
2265
|
+
class: L(s(N)),
|
|
2266
2266
|
onDrop: Te(ce, ["prevent"])
|
|
2267
2267
|
}, [
|
|
2268
2268
|
(n(), p("input", {
|
|
@@ -2274,7 +2274,7 @@ const me = (a) => {
|
|
|
2274
2274
|
key: s(m).length,
|
|
2275
2275
|
ref_key: "fileInput",
|
|
2276
2276
|
ref: l
|
|
2277
|
-
}, null, 40,
|
|
2277
|
+
}, null, 40, gs)),
|
|
2278
2278
|
e.type === "button" ? (n(), f(oe, {
|
|
2279
2279
|
key: 0,
|
|
2280
2280
|
type: a.fileList.length ? "primary" : "secondary",
|
|
@@ -2302,7 +2302,7 @@ const me = (a) => {
|
|
|
2302
2302
|
key: 1,
|
|
2303
2303
|
name: "export-2-bulk"
|
|
2304
2304
|
})),
|
|
2305
|
-
b("span",
|
|
2305
|
+
b("span", vs, [
|
|
2306
2306
|
s(T) ? (n(), p(W, { key: 0 }, [
|
|
2307
2307
|
P(" Uploading... ")
|
|
2308
2308
|
], 64)) : (n(), p(W, { key: 1 }, [
|
|
@@ -2320,7 +2320,7 @@ const me = (a) => {
|
|
|
2320
2320
|
type: "three-circles",
|
|
2321
2321
|
color: "blue"
|
|
2322
2322
|
}),
|
|
2323
|
-
|
|
2323
|
+
fs,
|
|
2324
2324
|
k(oe, {
|
|
2325
2325
|
onClick: H,
|
|
2326
2326
|
class: "box-cancel",
|
|
@@ -2333,27 +2333,27 @@ const me = (a) => {
|
|
|
2333
2333
|
_: 1
|
|
2334
2334
|
})
|
|
2335
2335
|
], 64)) : (n(), p(W, { key: 1 }, [
|
|
2336
|
-
b("div",
|
|
2336
|
+
b("div", _s, [
|
|
2337
2337
|
k(M, { name: "upload-bulk" })
|
|
2338
2338
|
]),
|
|
2339
|
-
e?.title ? (n(), p("span",
|
|
2339
|
+
e?.title ? (n(), p("span", ys, [
|
|
2340
2340
|
P(C(e?.title) + " ", 1),
|
|
2341
2341
|
_(w.$slots, "box-title")
|
|
2342
2342
|
])) : g("", !0),
|
|
2343
|
-
e?.description ? (n(), p("span",
|
|
2343
|
+
e?.description ? (n(), p("span", hs, [
|
|
2344
2344
|
P(C(e?.description) + " ", 1),
|
|
2345
2345
|
_(w.$slots, "box-description")
|
|
2346
2346
|
])) : g("", !0)
|
|
2347
2347
|
], 64))
|
|
2348
2348
|
]))
|
|
2349
|
-
], 42,
|
|
2349
|
+
], 42, ms), [
|
|
2350
2350
|
[Q, s(z)]
|
|
2351
2351
|
]),
|
|
2352
2352
|
s(I) ? (n(), p("div", {
|
|
2353
2353
|
key: 0,
|
|
2354
|
-
class:
|
|
2354
|
+
class: L(s($))
|
|
2355
2355
|
}, [
|
|
2356
|
-
(n(!0), p(W, null, j(s(m), (O, ne) => (n(), f(
|
|
2356
|
+
(n(!0), p(W, null, j(s(m), (O, ne) => (n(), f(ds, {
|
|
2357
2357
|
onRemove: (re) => F(ne),
|
|
2358
2358
|
onCancel: (re) => K(ne),
|
|
2359
2359
|
file: O,
|
|
@@ -2364,10 +2364,10 @@ const me = (a) => {
|
|
|
2364
2364
|
], 16));
|
|
2365
2365
|
}
|
|
2366
2366
|
});
|
|
2367
|
-
const
|
|
2367
|
+
const ks = {
|
|
2368
2368
|
name: "MaSideMenuButton"
|
|
2369
|
-
},
|
|
2370
|
-
...
|
|
2369
|
+
}, ll = /* @__PURE__ */ B({
|
|
2370
|
+
...ks,
|
|
2371
2371
|
props: {
|
|
2372
2372
|
icon: { default: "app" },
|
|
2373
2373
|
activeIcon: null,
|
|
@@ -2413,13 +2413,13 @@ const hs = {
|
|
|
2413
2413
|
}, 16, ["target", "class", "href"]));
|
|
2414
2414
|
}
|
|
2415
2415
|
});
|
|
2416
|
-
const
|
|
2416
|
+
const $s = {
|
|
2417
2417
|
key: 0,
|
|
2418
2418
|
class: "ma-side-menu-item-icon"
|
|
2419
|
-
},
|
|
2419
|
+
}, ws = {
|
|
2420
2420
|
name: "MaSideMenuItem"
|
|
2421
|
-
},
|
|
2422
|
-
...
|
|
2421
|
+
}, il = /* @__PURE__ */ B({
|
|
2422
|
+
...ws,
|
|
2423
2423
|
props: {
|
|
2424
2424
|
href: null,
|
|
2425
2425
|
target: null,
|
|
@@ -2452,7 +2452,7 @@ const bs = {
|
|
|
2452
2452
|
}, i.$attrs), {
|
|
2453
2453
|
default: y(() => [
|
|
2454
2454
|
b("span", null, [
|
|
2455
|
-
t?.icon ? (n(), p("div",
|
|
2455
|
+
t?.icon ? (n(), p("div", $s, [
|
|
2456
2456
|
X(k(M, {
|
|
2457
2457
|
size: "xs",
|
|
2458
2458
|
name: s(l)
|
|
@@ -2484,7 +2484,7 @@ const bs = {
|
|
|
2484
2484
|
}, 16, ["target", "class", "href"]));
|
|
2485
2485
|
}
|
|
2486
2486
|
});
|
|
2487
|
-
const
|
|
2487
|
+
const rl = [
|
|
2488
2488
|
"dark",
|
|
2489
2489
|
"blue",
|
|
2490
2490
|
"jordy-blue",
|
|
@@ -2493,11 +2493,11 @@ const il = [
|
|
|
2493
2493
|
"red",
|
|
2494
2494
|
"purple",
|
|
2495
2495
|
"purple-light"
|
|
2496
|
-
],
|
|
2496
|
+
], Cs = {
|
|
2497
2497
|
name: "MaSideMenuIconButton",
|
|
2498
2498
|
inheritAttrs: !1
|
|
2499
|
-
},
|
|
2500
|
-
|
|
2499
|
+
}, cl = /* @__PURE__ */ B({
|
|
2500
|
+
...Cs,
|
|
2501
2501
|
props: {
|
|
2502
2502
|
icon: null,
|
|
2503
2503
|
activeIcon: null,
|
|
@@ -2574,11 +2574,11 @@ const il = [
|
|
|
2574
2574
|
}, 16, ["class", "href", "target"]));
|
|
2575
2575
|
}
|
|
2576
2576
|
});
|
|
2577
|
-
const
|
|
2577
|
+
const Ms = {
|
|
2578
2578
|
name: "MaSideMenuRoundIconButton",
|
|
2579
2579
|
inheritAttrs: !1
|
|
2580
|
-
},
|
|
2581
|
-
...
|
|
2580
|
+
}, pl = /* @__PURE__ */ B({
|
|
2581
|
+
...Ms,
|
|
2582
2582
|
props: {
|
|
2583
2583
|
icon: null
|
|
2584
2584
|
},
|
|
@@ -2596,11 +2596,11 @@ const ws = {
|
|
|
2596
2596
|
], 16));
|
|
2597
2597
|
}
|
|
2598
2598
|
});
|
|
2599
|
-
const
|
|
2599
|
+
const Bs = ["src", "alt"], xs = {
|
|
2600
2600
|
name: "MaSideMenuAppButton",
|
|
2601
2601
|
inheritAttrs: !1
|
|
2602
|
-
},
|
|
2603
|
-
...
|
|
2602
|
+
}, ul = /* @__PURE__ */ B({
|
|
2603
|
+
...xs,
|
|
2604
2604
|
props: {
|
|
2605
2605
|
appImage: null,
|
|
2606
2606
|
appName: null,
|
|
@@ -2625,7 +2625,7 @@ const Cs = ["src", "alt"], Ms = {
|
|
|
2625
2625
|
b("img", {
|
|
2626
2626
|
src: a.appImage,
|
|
2627
2627
|
alt: a.appName
|
|
2628
|
-
}, null, 8,
|
|
2628
|
+
}, null, 8, Bs),
|
|
2629
2629
|
_(o.$slots, "default")
|
|
2630
2630
|
], 16)
|
|
2631
2631
|
]),
|
|
@@ -2633,10 +2633,10 @@ const Cs = ["src", "alt"], Ms = {
|
|
|
2633
2633
|
}, 8, ["title"]));
|
|
2634
2634
|
}
|
|
2635
2635
|
});
|
|
2636
|
-
const
|
|
2636
|
+
const zs = {
|
|
2637
2637
|
name: "MaSideMenuAddNewAppButton"
|
|
2638
|
-
},
|
|
2639
|
-
...
|
|
2638
|
+
}, dl = /* @__PURE__ */ B({
|
|
2639
|
+
...zs,
|
|
2640
2640
|
props: {
|
|
2641
2641
|
href: null,
|
|
2642
2642
|
target: null,
|
|
@@ -2659,10 +2659,10 @@ const Bs = {
|
|
|
2659
2659
|
}, 16, ["target", "href", "disabled"]));
|
|
2660
2660
|
}
|
|
2661
2661
|
});
|
|
2662
|
-
const
|
|
2662
|
+
const Ss = { class: "ma-progress-circle" }, Is = ["viewBox"], Ts = ["d", "stroke-width"], As = ["d", "stroke-dasharray", "stroke-dashoffset", "stroke-width"], Ns = { key: 1 }, Ps = {
|
|
2663
2663
|
key: 0,
|
|
2664
2664
|
class: "label"
|
|
2665
|
-
},
|
|
2665
|
+
}, Ds = { class: "percent" }, Ls = /* @__PURE__ */ B({
|
|
2666
2666
|
__name: "circle",
|
|
2667
2667
|
props: {
|
|
2668
2668
|
percent: null,
|
|
@@ -2708,7 +2708,7 @@ const xs = { class: "ma-progress-circle" }, zs = ["viewBox"], Ss = ["d", "stroke
|
|
|
2708
2708
|
}, o = c(() => e[t.size]), l = c(
|
|
2709
2709
|
() => o.value.strokeDashArray * (100 - t.percent) / 100
|
|
2710
2710
|
);
|
|
2711
|
-
return (i, r) => (n(), p("div",
|
|
2711
|
+
return (i, r) => (n(), p("div", Ss, [
|
|
2712
2712
|
(n(), p("svg", {
|
|
2713
2713
|
class: "circle",
|
|
2714
2714
|
viewBox: s(o).viewBox,
|
|
@@ -2721,7 +2721,7 @@ const xs = { class: "ma-progress-circle" }, zs = ["viewBox"], Ss = ["d", "stroke
|
|
|
2721
2721
|
"stroke-linejoin": "round",
|
|
2722
2722
|
"stroke-width": s(o).strokeWidth,
|
|
2723
2723
|
class: "wrapper"
|
|
2724
|
-
}, null, 8,
|
|
2724
|
+
}, null, 8, Ts),
|
|
2725
2725
|
t.percent > 0 ? (n(), p("path", {
|
|
2726
2726
|
key: 0,
|
|
2727
2727
|
d: s(o).path,
|
|
@@ -2731,21 +2731,21 @@ const xs = { class: "ma-progress-circle" }, zs = ["viewBox"], Ss = ["d", "stroke
|
|
|
2731
2731
|
"stroke-dashoffset": s(l),
|
|
2732
2732
|
"stroke-width": s(o).strokeWidth,
|
|
2733
2733
|
class: "percent"
|
|
2734
|
-
}, null, 8,
|
|
2735
|
-
], 8,
|
|
2734
|
+
}, null, 8, As)) : g("", !0)
|
|
2735
|
+
], 8, Is)),
|
|
2736
2736
|
t?.icon ? (n(), f(M, {
|
|
2737
2737
|
key: 0,
|
|
2738
2738
|
name: t.icon
|
|
2739
|
-
}, null, 8, ["name"])) : (n(), p("label",
|
|
2740
|
-
t?.label || i.$slots.customLabel ? (n(), p("span",
|
|
2739
|
+
}, null, 8, ["name"])) : (n(), p("label", Ns, [
|
|
2740
|
+
t?.label || i.$slots.customLabel ? (n(), p("span", Ps, [
|
|
2741
2741
|
P(C(t.label) + " ", 1),
|
|
2742
2742
|
_(i.$slots, "customLabel")
|
|
2743
2743
|
])) : g("", !0),
|
|
2744
|
-
b("span",
|
|
2744
|
+
b("span", Ds, C(t?.percent) + "% ", 1)
|
|
2745
2745
|
]))
|
|
2746
2746
|
]));
|
|
2747
2747
|
}
|
|
2748
|
-
}),
|
|
2748
|
+
}), Es = { class: "ma-progress-line" }, Fs = { class: "line-wrapper" }, Vs = { key: 1 }, Gs = { key: 2 }, Us = { class: "line-wrapper" }, Rs = { key: 1 }, Os = { key: 2 }, Ks = /* @__PURE__ */ B({
|
|
2749
2749
|
__name: "line",
|
|
2750
2750
|
props: {
|
|
2751
2751
|
percent: null,
|
|
@@ -2766,10 +2766,10 @@ const xs = { class: "ma-progress-circle" }, zs = ["viewBox"], Ss = ["d", "stroke
|
|
|
2766
2766
|
trigger: "click",
|
|
2767
2767
|
...t.tooltipProps
|
|
2768
2768
|
}));
|
|
2769
|
-
return (l, i) => (n(), p("div",
|
|
2769
|
+
return (l, i) => (n(), p("div", Es, [
|
|
2770
2770
|
t?.showTooltip ? (n(), f(ue, ze(S({ key: 0 }, s(o))), {
|
|
2771
2771
|
default: y(() => [
|
|
2772
|
-
b("div",
|
|
2772
|
+
b("div", Fs, [
|
|
2773
2773
|
b("div", {
|
|
2774
2774
|
class: "line",
|
|
2775
2775
|
style: Z(s(e))
|
|
@@ -2778,14 +2778,14 @@ const xs = { class: "ma-progress-circle" }, zs = ["viewBox"], Ss = ["d", "stroke
|
|
|
2778
2778
|
t?.icon ? (n(), f(M, {
|
|
2779
2779
|
key: 0,
|
|
2780
2780
|
name: t.icon
|
|
2781
|
-
}, null, 8, ["name"])) : a.showPercent ? (n(), p("label",
|
|
2782
|
-
l.$slots.customLabel ? (n(), p("label",
|
|
2781
|
+
}, null, 8, ["name"])) : a.showPercent ? (n(), p("label", Vs, C(t.percent) + "%", 1)) : g("", !0),
|
|
2782
|
+
l.$slots.customLabel ? (n(), p("label", Gs, [
|
|
2783
2783
|
_(l.$slots, "customLabel")
|
|
2784
2784
|
])) : g("", !0)
|
|
2785
2785
|
]),
|
|
2786
2786
|
_: 3
|
|
2787
2787
|
}, 16)) : (n(), p(W, { key: 1 }, [
|
|
2788
|
-
b("div",
|
|
2788
|
+
b("div", Us, [
|
|
2789
2789
|
b("div", {
|
|
2790
2790
|
class: "line",
|
|
2791
2791
|
style: Z(s(e))
|
|
@@ -2794,17 +2794,17 @@ const xs = { class: "ma-progress-circle" }, zs = ["viewBox"], Ss = ["d", "stroke
|
|
|
2794
2794
|
t?.icon ? (n(), f(M, {
|
|
2795
2795
|
key: 0,
|
|
2796
2796
|
name: t.icon
|
|
2797
|
-
}, null, 8, ["name"])) : a.showPercent ? (n(), p("label",
|
|
2798
|
-
l.$slots.customLabel ? (n(), p("label",
|
|
2797
|
+
}, null, 8, ["name"])) : a.showPercent ? (n(), p("label", Rs, C(t.percent) + "%", 1)) : g("", !0),
|
|
2798
|
+
l.$slots.customLabel ? (n(), p("label", Os, [
|
|
2799
2799
|
_(l.$slots, "customLabel")
|
|
2800
2800
|
])) : g("", !0)
|
|
2801
2801
|
], 64))
|
|
2802
2802
|
]));
|
|
2803
2803
|
}
|
|
2804
|
-
}),
|
|
2804
|
+
}), js = { class: "ma-progress-circle ma-progress-half-circle" }, qs = ["viewBox"], Hs = ["d", "stroke-width"], Ws = ["d", "stroke-width", "stroke-dasharray", "stroke-dashoffset"], Js = { key: 1 }, Ys = {
|
|
2805
2805
|
key: 0,
|
|
2806
2806
|
class: "label"
|
|
2807
|
-
},
|
|
2807
|
+
}, Zs = { class: "percent" }, Xs = /* @__PURE__ */ B({
|
|
2808
2808
|
__name: "halfCircle",
|
|
2809
2809
|
props: {
|
|
2810
2810
|
percent: null,
|
|
@@ -2850,7 +2850,7 @@ const xs = { class: "ma-progress-circle" }, zs = ["viewBox"], Ss = ["d", "stroke
|
|
|
2850
2850
|
}, o = c(() => e[t.size]), l = c(
|
|
2851
2851
|
() => o.value.strokeDashArray * (100 - t.percent) / 100
|
|
2852
2852
|
);
|
|
2853
|
-
return (i, r) => (n(), p("div",
|
|
2853
|
+
return (i, r) => (n(), p("div", js, [
|
|
2854
2854
|
(n(), p("svg", {
|
|
2855
2855
|
class: "circle",
|
|
2856
2856
|
viewBox: s(o).viewBox,
|
|
@@ -2863,7 +2863,7 @@ const xs = { class: "ma-progress-circle" }, zs = ["viewBox"], Ss = ["d", "stroke
|
|
|
2863
2863
|
"stroke-linecap": "round",
|
|
2864
2864
|
"stroke-linejoin": "round",
|
|
2865
2865
|
class: "wrapper"
|
|
2866
|
-
}, null, 8,
|
|
2866
|
+
}, null, 8, Hs),
|
|
2867
2867
|
t.percent > 0 ? (n(), p("path", {
|
|
2868
2868
|
key: 0,
|
|
2869
2869
|
d: s(o).path,
|
|
@@ -2873,21 +2873,21 @@ const xs = { class: "ma-progress-circle" }, zs = ["viewBox"], Ss = ["d", "stroke
|
|
|
2873
2873
|
"stroke-dasharray": s(o).strokeDashArray,
|
|
2874
2874
|
"stroke-dashoffset": s(l),
|
|
2875
2875
|
class: "percent"
|
|
2876
|
-
}, null, 8,
|
|
2877
|
-
], 8,
|
|
2876
|
+
}, null, 8, Ws)) : g("", !0)
|
|
2877
|
+
], 8, qs)),
|
|
2878
2878
|
t?.icon ? (n(), f(M, {
|
|
2879
2879
|
key: 0,
|
|
2880
2880
|
name: t.icon
|
|
2881
|
-
}, null, 8, ["name"])) : (n(), p("label",
|
|
2882
|
-
t?.label || i.$slots.customLabel ? (n(), p("span",
|
|
2881
|
+
}, null, 8, ["name"])) : (n(), p("label", Js, [
|
|
2882
|
+
t?.label || i.$slots.customLabel ? (n(), p("span", Ys, [
|
|
2883
2883
|
P(C(t?.label) + " ", 1),
|
|
2884
2884
|
_(i.$slots, "customLabel")
|
|
2885
2885
|
])) : g("", !0),
|
|
2886
|
-
b("span",
|
|
2886
|
+
b("span", Zs, C(t?.percent) + "% ", 1)
|
|
2887
2887
|
]))
|
|
2888
2888
|
]));
|
|
2889
2889
|
}
|
|
2890
|
-
}),
|
|
2890
|
+
}), Qs = { class: "ma-progress-line-step" }, en = { class: "step-line-wrapper" }, tn = { key: 1 }, on = { key: 2 }, sn = /* @__PURE__ */ B({
|
|
2891
2891
|
__name: "stepLine",
|
|
2892
2892
|
props: {
|
|
2893
2893
|
percent: null,
|
|
@@ -2906,8 +2906,8 @@ const xs = { class: "ma-progress-circle" }, zs = ["viewBox"], Ss = ["d", "stroke
|
|
|
2906
2906
|
width: `${r}%`
|
|
2907
2907
|
};
|
|
2908
2908
|
};
|
|
2909
|
-
return (o, l) => (n(), p("div",
|
|
2910
|
-
b("div",
|
|
2909
|
+
return (o, l) => (n(), p("div", Qs, [
|
|
2910
|
+
b("div", en, [
|
|
2911
2911
|
(n(), p(W, null, j(10, (i) => b("div", {
|
|
2912
2912
|
class: "single-line",
|
|
2913
2913
|
key: i
|
|
@@ -2921,16 +2921,16 @@ const xs = { class: "ma-progress-circle" }, zs = ["viewBox"], Ss = ["d", "stroke
|
|
|
2921
2921
|
t?.icon ? (n(), f(M, {
|
|
2922
2922
|
key: 0,
|
|
2923
2923
|
name: t.icon
|
|
2924
|
-
}, null, 8, ["name"])) : t?.showPercent ? (n(), p("label",
|
|
2925
|
-
o.$slots.customLabel ? (n(), p("label",
|
|
2924
|
+
}, null, 8, ["name"])) : t?.showPercent ? (n(), p("label", tn, C(t.percent) + "%", 1)) : g("", !0),
|
|
2925
|
+
o.$slots.customLabel ? (n(), p("label", on, [
|
|
2926
2926
|
_(o.$slots, "customLabel")
|
|
2927
2927
|
])) : g("", !0)
|
|
2928
2928
|
]));
|
|
2929
2929
|
}
|
|
2930
|
-
}),
|
|
2930
|
+
}), nn = {
|
|
2931
2931
|
name: "MaProgress"
|
|
2932
|
-
},
|
|
2933
|
-
...
|
|
2932
|
+
}, ml = /* @__PURE__ */ B({
|
|
2933
|
+
...nn,
|
|
2934
2934
|
props: {
|
|
2935
2935
|
type: { default: "line" },
|
|
2936
2936
|
percent: null,
|
|
@@ -2961,10 +2961,10 @@ const xs = { class: "ma-progress-circle" }, zs = ["viewBox"], Ss = ["d", "stroke
|
|
|
2961
2961
|
}
|
|
2962
2962
|
]), o = c(
|
|
2963
2963
|
() => ({
|
|
2964
|
-
circle:
|
|
2965
|
-
line:
|
|
2966
|
-
["half-circle"]:
|
|
2967
|
-
["line-step"]:
|
|
2964
|
+
circle: Ls,
|
|
2965
|
+
line: Ks,
|
|
2966
|
+
["half-circle"]: Xs,
|
|
2967
|
+
["line-step"]: sn
|
|
2968
2968
|
})[t.type]
|
|
2969
2969
|
), l = c(() => [
|
|
2970
2970
|
`
|
|
@@ -2975,10 +2975,10 @@ const xs = { class: "ma-progress-circle" }, zs = ["viewBox"], Ss = ["d", "stroke
|
|
|
2975
2975
|
() => t.percent > 100 ? 100 : t.percent
|
|
2976
2976
|
);
|
|
2977
2977
|
return (r, u) => (n(), p("div", {
|
|
2978
|
-
class:
|
|
2978
|
+
class: L(s(e))
|
|
2979
2979
|
}, [
|
|
2980
2980
|
(n(), f(ae(s(o)), {
|
|
2981
|
-
class:
|
|
2981
|
+
class: L(s(l)),
|
|
2982
2982
|
percent: s(i),
|
|
2983
2983
|
icon: t?.icon,
|
|
2984
2984
|
label: t?.label,
|
|
@@ -2995,33 +2995,33 @@ const xs = { class: "ma-progress-circle" }, zs = ["viewBox"], Ss = ["d", "stroke
|
|
|
2995
2995
|
], 2));
|
|
2996
2996
|
}
|
|
2997
2997
|
});
|
|
2998
|
-
const
|
|
2998
|
+
const gl = [
|
|
2999
2999
|
"line",
|
|
3000
3000
|
"line-step",
|
|
3001
3001
|
"circle",
|
|
3002
3002
|
"half-circle"
|
|
3003
|
-
],
|
|
3003
|
+
], vl = [
|
|
3004
3004
|
"dark",
|
|
3005
3005
|
"blue",
|
|
3006
3006
|
"green",
|
|
3007
3007
|
"orange",
|
|
3008
3008
|
"red"
|
|
3009
|
-
],
|
|
3009
|
+
], fl = [
|
|
3010
3010
|
"xs",
|
|
3011
3011
|
"sm",
|
|
3012
3012
|
"md",
|
|
3013
3013
|
"lg",
|
|
3014
3014
|
"xl"
|
|
3015
|
-
],
|
|
3015
|
+
], _l = [
|
|
3016
3016
|
"left",
|
|
3017
3017
|
"right"
|
|
3018
|
-
],
|
|
3018
|
+
], an = {
|
|
3019
3019
|
key: 0,
|
|
3020
3020
|
class: "ak-autocomplete__label"
|
|
3021
|
-
},
|
|
3021
|
+
}, ln = { class: "ak-autocomplete__options" }, rn = ["onMousedown", "onMouseover"], cn = { key: 1 }, pn = {
|
|
3022
3022
|
name: "MaAutocomplete"
|
|
3023
|
-
},
|
|
3024
|
-
...
|
|
3023
|
+
}, yl = /* @__PURE__ */ B({
|
|
3024
|
+
...pn,
|
|
3025
3025
|
props: {
|
|
3026
3026
|
value: null,
|
|
3027
3027
|
options: { default: () => [] },
|
|
@@ -3083,17 +3083,17 @@ const ml = [
|
|
|
3083
3083
|
ref_key: "autoComplete",
|
|
3084
3084
|
ref: i
|
|
3085
3085
|
}, v.$attrs), [
|
|
3086
|
-
k(
|
|
3086
|
+
k(Yo, {
|
|
3087
3087
|
"overlay-class-name": "ak-autocomplete__dropdown",
|
|
3088
3088
|
trigger: [],
|
|
3089
3089
|
visible: l.value,
|
|
3090
3090
|
"onUpdate:visible": V[1] || (V[1] = (U) => l.value = U)
|
|
3091
3091
|
}, {
|
|
3092
3092
|
overlay: y(() => [
|
|
3093
|
-
b("div",
|
|
3093
|
+
b("div", ln, [
|
|
3094
3094
|
b("ul", null, [
|
|
3095
3095
|
(n(!0), p(W, null, j(s(z), (U, Y) => (n(), p("li", {
|
|
3096
|
-
class:
|
|
3096
|
+
class: L(G(U, Y)),
|
|
3097
3097
|
onMousedown: Te((ce) => I(U), ["prevent"]),
|
|
3098
3098
|
onMouseover: (ce) => R(Y),
|
|
3099
3099
|
key: Y
|
|
@@ -3102,26 +3102,26 @@ const ml = [
|
|
|
3102
3102
|
key: 0,
|
|
3103
3103
|
label: U?.label,
|
|
3104
3104
|
value: U.value
|
|
3105
|
-
}) : (n(), p("span",
|
|
3105
|
+
}) : (n(), p("span", cn, C(U?.label || U?.value), 1)),
|
|
3106
3106
|
U?.value === s(d) ? (n(), f(M, {
|
|
3107
3107
|
key: 2,
|
|
3108
3108
|
name: "tick",
|
|
3109
3109
|
size: "sm"
|
|
3110
3110
|
})) : g("", !0)
|
|
3111
|
-
], 42,
|
|
3111
|
+
], 42, rn))), 128))
|
|
3112
3112
|
]),
|
|
3113
3113
|
_(v.$slots, "overlay")
|
|
3114
3114
|
])
|
|
3115
3115
|
]),
|
|
3116
3116
|
default: y(() => [
|
|
3117
3117
|
b("div", {
|
|
3118
|
-
class:
|
|
3118
|
+
class: L(s(q))
|
|
3119
3119
|
}, [
|
|
3120
|
-
e.label ? (n(), p("label",
|
|
3120
|
+
e.label ? (n(), p("label", an, C(e.label), 1)) : g("", !0),
|
|
3121
3121
|
v.$slots.default ? _(v.$slots, "default", { key: 1 }) : (n(), f(ye, {
|
|
3122
3122
|
key: 2,
|
|
3123
3123
|
autofocus: e.autofocus,
|
|
3124
|
-
class:
|
|
3124
|
+
class: L({ "active-input": s(d)?.length }),
|
|
3125
3125
|
size: e.size,
|
|
3126
3126
|
placeholder: e?.placeholder,
|
|
3127
3127
|
prefixIcon: e?.prefixIcon,
|
|
@@ -3137,10 +3137,10 @@ const ml = [
|
|
|
3137
3137
|
], 16));
|
|
3138
3138
|
}
|
|
3139
3139
|
});
|
|
3140
|
-
const
|
|
3140
|
+
const un = {
|
|
3141
3141
|
name: "MaTabs"
|
|
3142
|
-
},
|
|
3143
|
-
...
|
|
3142
|
+
}, dn = /* @__PURE__ */ B({
|
|
3143
|
+
...un,
|
|
3144
3144
|
props: {
|
|
3145
3145
|
activeKey: null,
|
|
3146
3146
|
animated: { type: Boolean, default: !1 },
|
|
@@ -3185,18 +3185,18 @@ const cn = {
|
|
|
3185
3185
|
]), 1040, ["animated", "destroyInactiveTabPane", "tabPosition", "type", "activeKey"]));
|
|
3186
3186
|
}
|
|
3187
3187
|
});
|
|
3188
|
-
const
|
|
3188
|
+
const hl = [
|
|
3189
3189
|
"left",
|
|
3190
3190
|
"right",
|
|
3191
3191
|
"top",
|
|
3192
3192
|
"bottom"
|
|
3193
|
-
],
|
|
3193
|
+
], bl = [
|
|
3194
3194
|
"card",
|
|
3195
3195
|
"line"
|
|
3196
|
-
],
|
|
3196
|
+
], kl = [
|
|
3197
3197
|
"left",
|
|
3198
3198
|
"right"
|
|
3199
|
-
],
|
|
3199
|
+
], mn = /* @__PURE__ */ B({
|
|
3200
3200
|
__name: "tabPane",
|
|
3201
3201
|
setup(a) {
|
|
3202
3202
|
return (t, e) => (n(), f(s(rt), S({ tab: "test" }, t.$attrs), J({ _: 2 }, [
|
|
@@ -3208,10 +3208,10 @@ const yl = [
|
|
|
3208
3208
|
}))
|
|
3209
3209
|
]), 1040));
|
|
3210
3210
|
}
|
|
3211
|
-
}),
|
|
3211
|
+
}), gn = { class: "country-option" }, vn = { class: "country-option__name" }, fn = { class: "country-option__code" }, _n = {
|
|
3212
3212
|
name: "MaCountrySelect"
|
|
3213
|
-
},
|
|
3214
|
-
...
|
|
3213
|
+
}, $l = /* @__PURE__ */ B({
|
|
3214
|
+
..._n,
|
|
3215
3215
|
props: {
|
|
3216
3216
|
value: null,
|
|
3217
3217
|
filterFn: { type: Function, default: (a, t) => typeof name == "string" ? t.name.toLowerCase().search(a.toLowerCase()) > -1 : !0 },
|
|
@@ -3258,13 +3258,13 @@ const yl = [
|
|
|
3258
3258
|
value: d.code
|
|
3259
3259
|
}, {
|
|
3260
3260
|
default: y(() => [
|
|
3261
|
-
b("div",
|
|
3261
|
+
b("div", gn, [
|
|
3262
3262
|
k(M, {
|
|
3263
3263
|
name: l(d.code),
|
|
3264
3264
|
size: "sm"
|
|
3265
3265
|
}, null, 8, ["name"]),
|
|
3266
|
-
b("span",
|
|
3267
|
-
b("span",
|
|
3266
|
+
b("span", vn, C(d.name), 1),
|
|
3267
|
+
b("span", fn, C(d.code), 1)
|
|
3268
3268
|
])
|
|
3269
3269
|
]),
|
|
3270
3270
|
_: 2
|
|
@@ -3274,43 +3274,43 @@ const yl = [
|
|
|
3274
3274
|
}, 16, ["class", "size", "show-search", "filter-option", "dropdown-match-select-width", "list-height", "placeholder", "value"]));
|
|
3275
3275
|
}
|
|
3276
3276
|
});
|
|
3277
|
-
const
|
|
3277
|
+
const yn = {
|
|
3278
3278
|
key: 0,
|
|
3279
3279
|
class: "ak-card__header"
|
|
3280
|
-
},
|
|
3280
|
+
}, hn = ["src"], bn = { class: "header-content" }, kn = {
|
|
3281
3281
|
key: 0,
|
|
3282
3282
|
class: "card-title"
|
|
3283
|
-
},
|
|
3283
|
+
}, $n = {
|
|
3284
3284
|
key: 1,
|
|
3285
3285
|
class: "card-description"
|
|
3286
|
-
},
|
|
3286
|
+
}, wn = {
|
|
3287
3287
|
key: 2,
|
|
3288
3288
|
class: "header-actions"
|
|
3289
|
-
},
|
|
3289
|
+
}, Cn = {
|
|
3290
3290
|
key: 1,
|
|
3291
3291
|
class: "card-title"
|
|
3292
|
-
},
|
|
3292
|
+
}, Mn = {
|
|
3293
3293
|
key: 2,
|
|
3294
3294
|
class: "card-description"
|
|
3295
|
-
},
|
|
3295
|
+
}, Bn = {
|
|
3296
3296
|
key: 3,
|
|
3297
3297
|
class: "content-wrapper"
|
|
3298
|
-
},
|
|
3298
|
+
}, xn = {
|
|
3299
3299
|
key: 0,
|
|
3300
3300
|
class: "footer-content"
|
|
3301
|
-
},
|
|
3301
|
+
}, zn = {
|
|
3302
3302
|
key: 0,
|
|
3303
3303
|
class: "card-title"
|
|
3304
|
-
},
|
|
3304
|
+
}, Sn = {
|
|
3305
3305
|
key: 1,
|
|
3306
3306
|
class: "card-description"
|
|
3307
|
-
},
|
|
3307
|
+
}, In = {
|
|
3308
3308
|
key: 1,
|
|
3309
3309
|
class: "footer-actions"
|
|
3310
|
-
},
|
|
3310
|
+
}, Tn = {
|
|
3311
3311
|
name: "MaCard"
|
|
3312
|
-
},
|
|
3313
|
-
...
|
|
3312
|
+
}, wl = /* @__PURE__ */ B({
|
|
3313
|
+
...Tn,
|
|
3314
3314
|
props: {
|
|
3315
3315
|
title: null,
|
|
3316
3316
|
description: null,
|
|
@@ -3369,29 +3369,29 @@ const fn = {
|
|
|
3369
3369
|
z.value = !z.value;
|
|
3370
3370
|
};
|
|
3371
3371
|
return (h, T) => (n(), p("div", S({ class: s(l) }, h.$attrs), [
|
|
3372
|
-
s(d) ? (n(), p("div",
|
|
3372
|
+
s(d) ? (n(), p("div", yn, [
|
|
3373
3373
|
e?.headerAvatar ? (n(), p("img", {
|
|
3374
3374
|
key: 0,
|
|
3375
3375
|
src: e.headerAvatar,
|
|
3376
3376
|
class: "card-avatar"
|
|
3377
|
-
}, null, 8,
|
|
3377
|
+
}, null, 8, hn)) : g("", !0),
|
|
3378
3378
|
e?.headerIcon ? (n(), f(M, {
|
|
3379
3379
|
key: 1,
|
|
3380
3380
|
name: e.headerIcon,
|
|
3381
3381
|
class: "card-icon"
|
|
3382
3382
|
}, null, 8, ["name"])) : g("", !0),
|
|
3383
|
-
b("div",
|
|
3384
|
-
e?.title || h.$slots?.title ? (n(), p("h1",
|
|
3383
|
+
b("div", bn, [
|
|
3384
|
+
e?.title || h.$slots?.title ? (n(), p("h1", kn, [
|
|
3385
3385
|
P(C(e.title), 1),
|
|
3386
3386
|
_(h.$slots, "title")
|
|
3387
3387
|
])) : g("", !0),
|
|
3388
|
-
e?.description || h.$slots.description ? (n(), p("p",
|
|
3388
|
+
e?.description || h.$slots.description ? (n(), p("p", $n, [
|
|
3389
3389
|
P(C(e.description), 1),
|
|
3390
3390
|
_(h.$slots, "description")
|
|
3391
3391
|
])) : g("", !0),
|
|
3392
3392
|
_(h.$slots, "headerContent")
|
|
3393
3393
|
]),
|
|
3394
|
-
h.$slots?.headerActions || e?.closable || e?.collapsable ? (n(), p("div",
|
|
3394
|
+
h.$slots?.headerActions || e?.closable || e?.collapsable ? (n(), p("div", wn, [
|
|
3395
3395
|
_(h.$slots, "headerActions"),
|
|
3396
3396
|
e?.collapsable ? (n(), f(oe, {
|
|
3397
3397
|
key: 0,
|
|
@@ -3416,59 +3416,59 @@ const fn = {
|
|
|
3416
3416
|
])) : g("", !0),
|
|
3417
3417
|
s(m) ? (n(), p("div", {
|
|
3418
3418
|
key: 1,
|
|
3419
|
-
class:
|
|
3419
|
+
class: L(s(r))
|
|
3420
3420
|
}, [
|
|
3421
3421
|
e?.contentIcon ? (n(), f(M, {
|
|
3422
3422
|
key: 0,
|
|
3423
3423
|
name: e.contentIcon,
|
|
3424
3424
|
class: "card-icon"
|
|
3425
3425
|
}, null, 8, ["name"])) : g("", !0),
|
|
3426
|
-
h.$slots.contentTitle ? (n(), p("h1",
|
|
3426
|
+
h.$slots.contentTitle ? (n(), p("h1", Cn, [
|
|
3427
3427
|
_(h.$slots, "contentTitle")
|
|
3428
3428
|
])) : g("", !0),
|
|
3429
|
-
h.$slots.contentDescription ? (n(), p("p",
|
|
3429
|
+
h.$slots.contentDescription ? (n(), p("p", Mn, [
|
|
3430
3430
|
_(h.$slots, "contentDescription")
|
|
3431
3431
|
])) : g("", !0),
|
|
3432
|
-
h.$slots.default ? (n(), p("div",
|
|
3432
|
+
h.$slots.default ? (n(), p("div", Bn, [
|
|
3433
3433
|
_(h.$slots, "default")
|
|
3434
3434
|
])) : g("", !0)
|
|
3435
3435
|
], 2)) : g("", !0),
|
|
3436
3436
|
s(x) ? (n(), p("div", {
|
|
3437
3437
|
key: 2,
|
|
3438
|
-
class:
|
|
3438
|
+
class: L(s(u))
|
|
3439
3439
|
}, [
|
|
3440
|
-
h.$slots.footerTitle || h.$slots.footerDescription || h.$slots.footer ? (n(), p("div",
|
|
3441
|
-
h.$slots.footerTitle ? (n(), p("h1",
|
|
3440
|
+
h.$slots.footerTitle || h.$slots.footerDescription || h.$slots.footer ? (n(), p("div", xn, [
|
|
3441
|
+
h.$slots.footerTitle ? (n(), p("h1", zn, [
|
|
3442
3442
|
_(h.$slots, "footerTitle")
|
|
3443
3443
|
])) : g("", !0),
|
|
3444
|
-
h.$slots.footerDescription ? (n(), p("p",
|
|
3444
|
+
h.$slots.footerDescription ? (n(), p("p", Sn, [
|
|
3445
3445
|
_(h.$slots, "footerDescription")
|
|
3446
3446
|
])) : g("", !0),
|
|
3447
3447
|
_(h.$slots, "footer")
|
|
3448
3448
|
])) : g("", !0),
|
|
3449
|
-
h.$slots.footerActions ? (n(), p("div",
|
|
3449
|
+
h.$slots.footerActions ? (n(), p("div", In, [
|
|
3450
3450
|
_(h.$slots, "footerActions")
|
|
3451
3451
|
])) : g("", !0)
|
|
3452
3452
|
], 2)) : g("", !0)
|
|
3453
3453
|
], 16));
|
|
3454
3454
|
}
|
|
3455
3455
|
});
|
|
3456
|
-
const
|
|
3456
|
+
const Cl = [
|
|
3457
3457
|
"left",
|
|
3458
3458
|
"center"
|
|
3459
|
-
],
|
|
3459
|
+
], Ml = [
|
|
3460
3460
|
"small",
|
|
3461
3461
|
"default"
|
|
3462
|
-
],
|
|
3462
|
+
], Bl = [
|
|
3463
3463
|
"blue",
|
|
3464
3464
|
"green",
|
|
3465
3465
|
"orange",
|
|
3466
3466
|
"red",
|
|
3467
3467
|
"purple"
|
|
3468
|
-
],
|
|
3468
|
+
], An = { key: 0 }, Nn = { key: 0 }, Pn = {
|
|
3469
3469
|
name: "MaInputNumber"
|
|
3470
|
-
},
|
|
3471
|
-
...
|
|
3470
|
+
}, xl = /* @__PURE__ */ B({
|
|
3471
|
+
...Pn,
|
|
3472
3472
|
props: {
|
|
3473
3473
|
disabled: { type: Boolean, default: !1 },
|
|
3474
3474
|
value: { default: 1e3 },
|
|
@@ -3522,7 +3522,7 @@ const wl = [
|
|
|
3522
3522
|
};
|
|
3523
3523
|
return (d, m) => (n(), p("div", null, [
|
|
3524
3524
|
k(s(ct), {
|
|
3525
|
-
class:
|
|
3525
|
+
class: L(s(i)),
|
|
3526
3526
|
value: s(l),
|
|
3527
3527
|
"onUpdate:value": m[0] || (m[0] = (x) => ee(l) ? l.value = x : null),
|
|
3528
3528
|
disabled: a.disabled,
|
|
@@ -3546,14 +3546,14 @@ const wl = [
|
|
|
3546
3546
|
e.addonBefore || d.$slots?.addonBefore ? {
|
|
3547
3547
|
name: "addonBefore",
|
|
3548
3548
|
fn: y(() => [
|
|
3549
|
-
e.addonBefore ? (n(), p("span",
|
|
3549
|
+
e.addonBefore ? (n(), p("span", An, C(e.addonBefore), 1)) : _(d.$slots, "addonBefore", { key: 1 })
|
|
3550
3550
|
]),
|
|
3551
3551
|
key: "0"
|
|
3552
3552
|
} : void 0,
|
|
3553
3553
|
e.addonAfter || d.$slots?.addonAfter ? {
|
|
3554
3554
|
name: "addonAfter",
|
|
3555
3555
|
fn: y(() => [
|
|
3556
|
-
e.addonAfter ? (n(), p("span",
|
|
3556
|
+
e.addonAfter ? (n(), p("span", Nn, C(e.addonAfter), 1)) : _(d.$slots, "addonAfter", { key: 1 })
|
|
3557
3557
|
]),
|
|
3558
3558
|
key: "1"
|
|
3559
3559
|
} : void 0
|
|
@@ -3561,22 +3561,22 @@ const wl = [
|
|
|
3561
3561
|
]));
|
|
3562
3562
|
}
|
|
3563
3563
|
});
|
|
3564
|
-
const
|
|
3564
|
+
const Dn = ["visible"], Ln = { class: "ak-drawer-content-wrapper" }, En = { class: "ak-drawer-header-container" }, Fn = { class: "ak-drawer-header-content" }, Vn = {
|
|
3565
3565
|
key: 0,
|
|
3566
3566
|
class: "ak-drawer-header"
|
|
3567
|
-
},
|
|
3567
|
+
}, Gn = {
|
|
3568
3568
|
key: 0,
|
|
3569
3569
|
class: "ak-drawer-header--title"
|
|
3570
|
-
},
|
|
3570
|
+
}, Un = {
|
|
3571
3571
|
key: 1,
|
|
3572
3572
|
class: "ak-drawer-header--description"
|
|
3573
|
-
},
|
|
3573
|
+
}, Rn = { class: "ak-drawer-content" }, On = {
|
|
3574
3574
|
key: 0,
|
|
3575
3575
|
class: "ak-drawer-footer"
|
|
3576
|
-
},
|
|
3576
|
+
}, Kn = {
|
|
3577
3577
|
name: "MaDrawer"
|
|
3578
|
-
},
|
|
3579
|
-
...
|
|
3578
|
+
}, zl = /* @__PURE__ */ B({
|
|
3579
|
+
...Kn,
|
|
3580
3580
|
props: {
|
|
3581
3581
|
placement: { default: "left" },
|
|
3582
3582
|
visible: { type: Boolean, default: !1 },
|
|
@@ -3616,15 +3616,15 @@ const Nn = ["visible"], Pn = { class: "ak-drawer-content-wrapper" }, Dn = { clas
|
|
|
3616
3616
|
class: s(l),
|
|
3617
3617
|
visible: s(o)
|
|
3618
3618
|
}), [
|
|
3619
|
-
b("div",
|
|
3620
|
-
b("div",
|
|
3621
|
-
b("div",
|
|
3622
|
-
u.$slots?.header ? (n(), p("div",
|
|
3619
|
+
b("div", Ln, [
|
|
3620
|
+
b("div", En, [
|
|
3621
|
+
b("div", Fn, [
|
|
3622
|
+
u.$slots?.header ? (n(), p("div", Vn, [
|
|
3623
3623
|
_(u.$slots, "header", {}, () => [
|
|
3624
|
-
e.title ? (n(), p("div",
|
|
3624
|
+
e.title ? (n(), p("div", Gn, [
|
|
3625
3625
|
b("h1", null, C(e?.title), 1)
|
|
3626
3626
|
])) : g("", !0),
|
|
3627
|
-
e.description ? (n(), p("div",
|
|
3627
|
+
e.description ? (n(), p("div", Un, [
|
|
3628
3628
|
b("p", null, C(e?.description), 1)
|
|
3629
3629
|
])) : g("", !0)
|
|
3630
3630
|
])
|
|
@@ -3640,14 +3640,14 @@ const Nn = ["visible"], Pn = { class: "ak-drawer-content-wrapper" }, Dn = { clas
|
|
|
3640
3640
|
})
|
|
3641
3641
|
])
|
|
3642
3642
|
]),
|
|
3643
|
-
b("div",
|
|
3643
|
+
b("div", Rn, [
|
|
3644
3644
|
_(u.$slots, "content")
|
|
3645
3645
|
]),
|
|
3646
|
-
u.$slots?.footer ? (n(), p("div",
|
|
3646
|
+
u.$slots?.footer ? (n(), p("div", On, [
|
|
3647
3647
|
_(u.$slots, "footer")
|
|
3648
3648
|
])) : g("", !0)
|
|
3649
3649
|
])
|
|
3650
|
-
], 16,
|
|
3650
|
+
], 16, Dn));
|
|
3651
3651
|
}
|
|
3652
3652
|
});
|
|
3653
3653
|
const ve = [
|
|
@@ -3665,23 +3665,23 @@ const ve = [
|
|
|
3665
3665
|
"#B54708",
|
|
3666
3666
|
"#027A48",
|
|
3667
3667
|
"#026AA2"
|
|
3668
|
-
],
|
|
3668
|
+
], jn = (a = 20) => {
|
|
3669
3669
|
let t = "";
|
|
3670
3670
|
for (let e = 0; e < a; e++)
|
|
3671
3671
|
t += Math.random().toString(36).substr(2);
|
|
3672
3672
|
return t.substr(0, a);
|
|
3673
|
-
},
|
|
3674
|
-
id:
|
|
3673
|
+
}, qn = () => ({
|
|
3674
|
+
id: jn(),
|
|
3675
3675
|
name: "",
|
|
3676
3676
|
color: ve[Math.floor(Math.random() * ve.length)],
|
|
3677
3677
|
keywordCount: 0,
|
|
3678
3678
|
editable: !1,
|
|
3679
3679
|
public: !1,
|
|
3680
3680
|
new: !0
|
|
3681
|
-
}),
|
|
3681
|
+
}), Hn = {
|
|
3682
3682
|
name: "MaPopover"
|
|
3683
|
-
},
|
|
3684
|
-
...
|
|
3683
|
+
}, Wn = /* @__PURE__ */ B({
|
|
3684
|
+
...Hn,
|
|
3685
3685
|
props: {
|
|
3686
3686
|
placement: { default: "bottomLeft" },
|
|
3687
3687
|
trigger: { default: () => ["hover"] },
|
|
@@ -3783,10 +3783,10 @@ const Me = /* @__PURE__ */ B({
|
|
|
3783
3783
|
_: 3
|
|
3784
3784
|
}, 16, ["class", "href", "target"]));
|
|
3785
3785
|
}
|
|
3786
|
-
}),
|
|
3786
|
+
}), Jn = {
|
|
3787
3787
|
name: "MaIconButton"
|
|
3788
3788
|
}, ie = /* @__PURE__ */ B({
|
|
3789
|
-
...
|
|
3789
|
+
...Jn,
|
|
3790
3790
|
props: {
|
|
3791
3791
|
type: { default: "primary" },
|
|
3792
3792
|
icon: null,
|
|
@@ -3852,7 +3852,7 @@ const Me = /* @__PURE__ */ B({
|
|
|
3852
3852
|
}, 8, ["active", "size", "type", "activeIcon", "icon", "href", "target", "rounded", "variant"]));
|
|
3853
3853
|
}
|
|
3854
3854
|
});
|
|
3855
|
-
const
|
|
3855
|
+
const Yn = { class: "keyword-group-item__actions" }, Be = /* @__PURE__ */ B({
|
|
3856
3856
|
__name: "kwGroupItem",
|
|
3857
3857
|
props: {
|
|
3858
3858
|
keywordGroup: null,
|
|
@@ -3875,7 +3875,7 @@ const Wn = { class: "keyword-group-item__actions" }, Be = /* @__PURE__ */ B({
|
|
|
3875
3875
|
t("edit");
|
|
3876
3876
|
};
|
|
3877
3877
|
return (m, x) => (n(), p("div", {
|
|
3878
|
-
class:
|
|
3878
|
+
class: L(s(o))
|
|
3879
3879
|
}, [
|
|
3880
3880
|
k(M, {
|
|
3881
3881
|
class: "ma-kw-selection-sort-handler",
|
|
@@ -3897,7 +3897,7 @@ const Wn = { class: "keyword-group-item__actions" }, Be = /* @__PURE__ */ B({
|
|
|
3897
3897
|
]),
|
|
3898
3898
|
_: 1
|
|
3899
3899
|
}, 8, ["type"]),
|
|
3900
|
-
b("div",
|
|
3900
|
+
b("div", Yn, [
|
|
3901
3901
|
k(ie, {
|
|
3902
3902
|
type: "secondary",
|
|
3903
3903
|
size: "xs",
|
|
@@ -3927,7 +3927,7 @@ const Wn = { class: "keyword-group-item__actions" }, Be = /* @__PURE__ */ B({
|
|
|
3927
3927
|
])
|
|
3928
3928
|
], 2));
|
|
3929
3929
|
}
|
|
3930
|
-
}),
|
|
3930
|
+
}), Zn = { class: "kw-group-form__colors" }, Xn = /* @__PURE__ */ B({
|
|
3931
3931
|
__name: "kwGroupForm",
|
|
3932
3932
|
props: {
|
|
3933
3933
|
keywordGroup: null
|
|
@@ -3972,7 +3972,7 @@ const Wn = { class: "keyword-group-item__actions" }, Be = /* @__PURE__ */ B({
|
|
|
3972
3972
|
}),
|
|
3973
3973
|
k(be, { name: "color" }, {
|
|
3974
3974
|
default: y(() => [
|
|
3975
|
-
b("ul",
|
|
3975
|
+
b("ul", Zn, [
|
|
3976
3976
|
(n(!0), p(W, null, j(s(ve), (I) => (n(), p("li", { key: I }, [
|
|
3977
3977
|
k(oe, {
|
|
3978
3978
|
size: "small",
|
|
@@ -3996,16 +3996,16 @@ const Wn = { class: "keyword-group-item__actions" }, Be = /* @__PURE__ */ B({
|
|
|
3996
3996
|
_: 1
|
|
3997
3997
|
}, 8, ["model"]));
|
|
3998
3998
|
}
|
|
3999
|
-
}),
|
|
3999
|
+
}), Qn = {
|
|
4000
4000
|
key: 0,
|
|
4001
4001
|
class: "kw-group-label"
|
|
4002
|
-
},
|
|
4002
|
+
}, ea = {
|
|
4003
4003
|
key: 1,
|
|
4004
4004
|
class: "placeholder"
|
|
4005
|
-
},
|
|
4005
|
+
}, ta = {
|
|
4006
4006
|
name: "MaKeywordGroupSelection"
|
|
4007
|
-
},
|
|
4008
|
-
...
|
|
4007
|
+
}, Sl = /* @__PURE__ */ B({
|
|
4008
|
+
...ta,
|
|
4009
4009
|
props: {
|
|
4010
4010
|
value: { default: null },
|
|
4011
4011
|
options: { default: () => [] },
|
|
@@ -4086,11 +4086,11 @@ const Wn = { class: "keyword-group-item__actions" }, Be = /* @__PURE__ */ B({
|
|
|
4086
4086
|
}, Y = (A) => {
|
|
4087
4087
|
A.stopPropagation(), t("copy");
|
|
4088
4088
|
}, ce = (A) => {
|
|
4089
|
-
A.stopPropagation(), o.value = !0, l.value = !0, r.keywordGroup =
|
|
4089
|
+
A.stopPropagation(), o.value = !0, l.value = !0, r.keywordGroup = qn(), r.parentId = e.options[u.value].id;
|
|
4090
4090
|
};
|
|
4091
4091
|
return (A, F) => (n(), p("div", S({ class: "ak-keyword-group-selection" }, A.$attrs), [
|
|
4092
|
-
e?.label ? (n(), p("label",
|
|
4093
|
-
k(
|
|
4092
|
+
e?.label ? (n(), p("label", Qn, C(e.label), 1)) : g("", !0),
|
|
4093
|
+
k(Wn, {
|
|
4094
4094
|
onVisibleChange: G,
|
|
4095
4095
|
overlayClassName: s(z),
|
|
4096
4096
|
trigger: ["click"],
|
|
@@ -4099,12 +4099,12 @@ const Wn = { class: "keyword-group-item__actions" }, Be = /* @__PURE__ */ B({
|
|
|
4099
4099
|
}, J({
|
|
4100
4100
|
default: y(() => [
|
|
4101
4101
|
b("button", {
|
|
4102
|
-
class:
|
|
4102
|
+
class: L(s(x))
|
|
4103
4103
|
}, [
|
|
4104
4104
|
s(d) ? (n(), f(Be, {
|
|
4105
4105
|
key: 0,
|
|
4106
4106
|
keywordGroup: s(d)
|
|
4107
|
-
}, null, 8, ["keywordGroup"])) : (n(), p("span",
|
|
4107
|
+
}, null, 8, ["keywordGroup"])) : (n(), p("span", ea, C(e?.placeholder), 1)),
|
|
4108
4108
|
X(k(M, {
|
|
4109
4109
|
size: "sm",
|
|
4110
4110
|
class: "chevron-icon",
|
|
@@ -4126,7 +4126,7 @@ const Wn = { class: "keyword-group-item__actions" }, Be = /* @__PURE__ */ B({
|
|
|
4126
4126
|
l.value ? {
|
|
4127
4127
|
name: "overlay",
|
|
4128
4128
|
fn: y(() => [
|
|
4129
|
-
k(
|
|
4129
|
+
k(Xn, {
|
|
4130
4130
|
onSaveKwGroup: q,
|
|
4131
4131
|
"keyword-group": r.keywordGroup
|
|
4132
4132
|
}, null, 8, ["keyword-group"])
|
|
@@ -4136,14 +4136,14 @@ const Wn = { class: "keyword-group-item__actions" }, Be = /* @__PURE__ */ B({
|
|
|
4136
4136
|
name: "overlay",
|
|
4137
4137
|
fn: y(() => [
|
|
4138
4138
|
b("div", { class: "kw-selection-overlay-wrapper" }, [
|
|
4139
|
-
k(
|
|
4139
|
+
k(dn, {
|
|
4140
4140
|
animated: !0,
|
|
4141
4141
|
type: "card",
|
|
4142
4142
|
activeKey: i.value,
|
|
4143
4143
|
"onUpdate:activeKey": F[0] || (F[0] = (K) => i.value = K)
|
|
4144
4144
|
}, {
|
|
4145
4145
|
default: y(() => [
|
|
4146
|
-
(n(!0), p(W, null, j(e.options, (K, H) => (n(), f(
|
|
4146
|
+
(n(!0), p(W, null, j(e.options, (K, H) => (n(), f(mn, {
|
|
4147
4147
|
key: H.toString(),
|
|
4148
4148
|
tab: K.title
|
|
4149
4149
|
}, {
|
|
@@ -4155,14 +4155,14 @@ const Wn = { class: "keyword-group-item__actions" }, Be = /* @__PURE__ */ B({
|
|
|
4155
4155
|
handle: ".ma-kw-selection-sort-handler",
|
|
4156
4156
|
onSort: V
|
|
4157
4157
|
}, {
|
|
4158
|
-
item: y(({ element: w, index:
|
|
4158
|
+
item: y(({ element: w, index: E }) => [
|
|
4159
4159
|
k(Be, {
|
|
4160
4160
|
selected: s(m) === w.id,
|
|
4161
4161
|
keywordGroup: w,
|
|
4162
4162
|
onClick: (O) => I(w.id),
|
|
4163
|
-
onUpdateEditable: (O) => $(O, H,
|
|
4164
|
-
onUpdatePublic: (O) => h(O, H,
|
|
4165
|
-
onDeleteKwGroup: (O) => T(H,
|
|
4163
|
+
onUpdateEditable: (O) => $(O, H, E, w.id),
|
|
4164
|
+
onUpdatePublic: (O) => h(O, H, E, w.id),
|
|
4165
|
+
onDeleteKwGroup: (O) => T(H, E, w.id),
|
|
4166
4166
|
onEdit: (O) => R(w, K.id)
|
|
4167
4167
|
}, null, 8, ["selected", "keywordGroup", "onClick", "onUpdateEditable", "onUpdatePublic", "onDeleteKwGroup", "onEdit"])
|
|
4168
4168
|
]),
|
|
@@ -4202,10 +4202,10 @@ const Wn = { class: "keyword-group-item__actions" }, Be = /* @__PURE__ */ B({
|
|
|
4202
4202
|
], 16));
|
|
4203
4203
|
}
|
|
4204
4204
|
});
|
|
4205
|
-
const
|
|
4205
|
+
const oa = { class: "tooltip" }, sa = { class: "tooltip" }, na = {
|
|
4206
4206
|
name: "MaSlider"
|
|
4207
|
-
},
|
|
4208
|
-
...
|
|
4207
|
+
}, Il = /* @__PURE__ */ B({
|
|
4208
|
+
...na,
|
|
4209
4209
|
props: {
|
|
4210
4210
|
dualThumbMode: { type: Boolean, default: !1 },
|
|
4211
4211
|
vertical: { type: Boolean },
|
|
@@ -4267,16 +4267,16 @@ const ea = { class: "tooltip" }, ta = { class: "tooltip" }, oa = {
|
|
|
4267
4267
|
}
|
|
4268
4268
|
]);
|
|
4269
4269
|
return ($, h) => (n(), p("div", {
|
|
4270
|
-
class:
|
|
4270
|
+
class: L(s(N))
|
|
4271
4271
|
}, [
|
|
4272
4272
|
b("div", {
|
|
4273
|
-
class:
|
|
4273
|
+
class: L([s(d), "slider-track"]),
|
|
4274
4274
|
ref_key: "sliderTrack",
|
|
4275
4275
|
ref: o,
|
|
4276
4276
|
onMousedown: I
|
|
4277
4277
|
}, null, 34),
|
|
4278
4278
|
b("div", {
|
|
4279
|
-
class:
|
|
4279
|
+
class: L([s(m), "slider-range"]),
|
|
4280
4280
|
style: Z(s(x)),
|
|
4281
4281
|
onMousedown: I
|
|
4282
4282
|
}, null, 38),
|
|
@@ -4307,7 +4307,7 @@ const ea = { class: "tooltip" }, ta = { class: "tooltip" }, oa = {
|
|
|
4307
4307
|
style: Z({ [s(u)]: `${s(i)}%` }),
|
|
4308
4308
|
onMousedown: h[2] || (h[2] = (T) => z("left"))
|
|
4309
4309
|
}, [
|
|
4310
|
-
b("div",
|
|
4310
|
+
b("div", oa, C(s(i).toFixed(0)) + "%", 1)
|
|
4311
4311
|
], 36)) : g("", !0),
|
|
4312
4312
|
e.dualThumbMode && e.type === "tooltip" ? (n(), p("div", {
|
|
4313
4313
|
key: 4,
|
|
@@ -4315,12 +4315,42 @@ const ea = { class: "tooltip" }, ta = { class: "tooltip" }, oa = {
|
|
|
4315
4315
|
style: Z({ [s(u)]: `${s(r)}%` }),
|
|
4316
4316
|
onMousedown: h[3] || (h[3] = (T) => z("right"))
|
|
4317
4317
|
}, [
|
|
4318
|
-
b("div",
|
|
4318
|
+
b("div", sa, C(s(r).toFixed(0)) + "%", 1)
|
|
4319
4319
|
], 36)) : g("", !0)
|
|
4320
4320
|
], 2));
|
|
4321
4321
|
}
|
|
4322
4322
|
});
|
|
4323
|
-
|
|
4323
|
+
const aa = {
|
|
4324
|
+
name: "MaAppCheckbox"
|
|
4325
|
+
}, Tl = /* @__PURE__ */ B({
|
|
4326
|
+
...aa,
|
|
4327
|
+
props: {
|
|
4328
|
+
appIcon: null,
|
|
4329
|
+
checked: { type: Boolean, default: !1 }
|
|
4330
|
+
},
|
|
4331
|
+
emits: ["update:checked", "change"],
|
|
4332
|
+
setup(a, { emit: t }) {
|
|
4333
|
+
const e = a, o = (i) => {
|
|
4334
|
+
t("update:checked", !e.checked);
|
|
4335
|
+
}, l = c(() => [
|
|
4336
|
+
"ma-app-checkbox",
|
|
4337
|
+
"ak-app-checkbox"
|
|
4338
|
+
]);
|
|
4339
|
+
return (i, r) => (n(), p("span", {
|
|
4340
|
+
class: L(s(l))
|
|
4341
|
+
}, [
|
|
4342
|
+
k(So, {
|
|
4343
|
+
onClick: o,
|
|
4344
|
+
"app-icon": e.appIcon
|
|
4345
|
+
}, null, 8, ["app-icon"]),
|
|
4346
|
+
k(no, {
|
|
4347
|
+
onClick: o,
|
|
4348
|
+
checked: e.checked
|
|
4349
|
+
}, null, 8, ["checked"])
|
|
4350
|
+
], 2));
|
|
4351
|
+
}
|
|
4352
|
+
});
|
|
4353
|
+
class la {
|
|
4324
4354
|
config = fe({
|
|
4325
4355
|
language: "en"
|
|
4326
4356
|
});
|
|
@@ -4341,115 +4371,116 @@ class sa {
|
|
|
4341
4371
|
return this.config.language;
|
|
4342
4372
|
}
|
|
4343
4373
|
}
|
|
4344
|
-
const
|
|
4345
|
-
function
|
|
4346
|
-
return Oe(
|
|
4374
|
+
const ia = new la();
|
|
4375
|
+
function Al() {
|
|
4376
|
+
return Oe(ia.getConfig());
|
|
4347
4377
|
}
|
|
4348
4378
|
export {
|
|
4349
|
-
|
|
4350
|
-
|
|
4351
|
-
|
|
4352
|
-
|
|
4353
|
-
|
|
4354
|
-
|
|
4379
|
+
ia as ActionKitConfig,
|
|
4380
|
+
qa as Animations,
|
|
4381
|
+
La as AppIconPlatforms,
|
|
4382
|
+
Da as AppIconSizes,
|
|
4383
|
+
fa as ButtonIconAlignMents,
|
|
4384
|
+
ga as ButtonShapes,
|
|
4355
4385
|
vt as ButtonSizes,
|
|
4356
|
-
|
|
4357
|
-
|
|
4358
|
-
|
|
4359
|
-
|
|
4360
|
-
|
|
4361
|
-
|
|
4362
|
-
|
|
4363
|
-
|
|
4364
|
-
|
|
4365
|
-
|
|
4386
|
+
va as ButtonTargets,
|
|
4387
|
+
da as ButtonTypes,
|
|
4388
|
+
ma as ButtonVariants,
|
|
4389
|
+
Oa as MaAlert,
|
|
4390
|
+
ja as MaAlertPropTypes,
|
|
4391
|
+
Ka as MaAlertPropVariants,
|
|
4392
|
+
No as MaAnimation,
|
|
4393
|
+
Tl as MaAppCheckbox,
|
|
4394
|
+
So as MaAppIcon,
|
|
4395
|
+
Pa as MaAppTrackButton,
|
|
4396
|
+
yl as MaAutoComplete,
|
|
4366
4397
|
_e as MaBadge,
|
|
4367
|
-
|
|
4368
|
-
|
|
4369
|
-
|
|
4370
|
-
|
|
4398
|
+
Ra as MaBadgePropIconAlignments,
|
|
4399
|
+
Ua as MaBadgePropSizes,
|
|
4400
|
+
Ga as MaBadgePropTypes,
|
|
4401
|
+
Va as MaBadgePropVariants,
|
|
4371
4402
|
oe as MaButton,
|
|
4372
|
-
|
|
4373
|
-
|
|
4374
|
-
|
|
4375
|
-
|
|
4376
|
-
|
|
4377
|
-
|
|
4378
|
-
|
|
4379
|
-
|
|
4380
|
-
|
|
4381
|
-
|
|
4382
|
-
|
|
4383
|
-
|
|
4403
|
+
wl as MaCard,
|
|
4404
|
+
Cl as MaCardAlignments,
|
|
4405
|
+
Bl as MaCardIconColors,
|
|
4406
|
+
Ml as MaCardSizes,
|
|
4407
|
+
no as MaCheckbox,
|
|
4408
|
+
Ta as MaCheckboxGroup,
|
|
4409
|
+
$l as MaCountrySelect,
|
|
4410
|
+
zl as MaDrawer,
|
|
4411
|
+
Yo as MaDropdown,
|
|
4412
|
+
Qa as MaDropdownPlacements,
|
|
4413
|
+
el as MaDropdownTriggers,
|
|
4414
|
+
sl as MaEmpty,
|
|
4384
4415
|
Ce as MaEmptyIcons,
|
|
4385
|
-
|
|
4386
|
-
|
|
4416
|
+
tl as MaEmptySizes,
|
|
4417
|
+
ol as MaEmptyVariants,
|
|
4387
4418
|
Lt as MaForm,
|
|
4388
4419
|
be as MaFormItem,
|
|
4389
|
-
|
|
4420
|
+
xa as MaFormLayouts,
|
|
4390
4421
|
M as MaIcon,
|
|
4391
4422
|
ie as MaIconButton,
|
|
4392
4423
|
dt as MaIconSizeClassNames,
|
|
4393
|
-
|
|
4424
|
+
ua as MaIconSizes,
|
|
4394
4425
|
ye as MaInput,
|
|
4395
|
-
|
|
4396
|
-
|
|
4426
|
+
za as MaInputCurrency,
|
|
4427
|
+
xl as MaInputNumber,
|
|
4397
4428
|
Ft as MaInputSize,
|
|
4398
4429
|
se as MaInputType,
|
|
4399
|
-
|
|
4430
|
+
Sl as MaKeywordGroupSelection,
|
|
4400
4431
|
$e as MaModal,
|
|
4401
4432
|
ke as MaModalTypeIcon,
|
|
4402
|
-
|
|
4403
|
-
|
|
4404
|
-
|
|
4405
|
-
|
|
4406
|
-
|
|
4407
|
-
|
|
4408
|
-
|
|
4409
|
-
|
|
4410
|
-
|
|
4411
|
-
|
|
4412
|
-
|
|
4413
|
-
|
|
4414
|
-
|
|
4415
|
-
|
|
4433
|
+
Ha as MaModalTypes,
|
|
4434
|
+
Aa as MaNumericInput,
|
|
4435
|
+
Wn as MaPopover,
|
|
4436
|
+
ml as MaProgress,
|
|
4437
|
+
fl as MaProgressCircleSizes,
|
|
4438
|
+
vl as MaProgressColors,
|
|
4439
|
+
_l as MaProgressPercentAlignments,
|
|
4440
|
+
gl as MaProgressTypes,
|
|
4441
|
+
po as MaRadio,
|
|
4442
|
+
Ea as MaRadioGroup,
|
|
4443
|
+
Fa as MaRadioTypes,
|
|
4444
|
+
Wa as MaRate,
|
|
4445
|
+
Ya as MaRateColors,
|
|
4446
|
+
Ja as MaRateSizes,
|
|
4416
4447
|
Ne as MaSelect,
|
|
4417
4448
|
oo as MaSelectOption,
|
|
4418
|
-
|
|
4419
|
-
|
|
4420
|
-
|
|
4421
|
-
|
|
4422
|
-
|
|
4423
|
-
|
|
4424
|
-
|
|
4425
|
-
|
|
4449
|
+
dl as MaSideMenuAddNewAppButton,
|
|
4450
|
+
ul as MaSideMenuAppButton,
|
|
4451
|
+
ll as MaSideMenuButton,
|
|
4452
|
+
cl as MaSideMenuIconButton,
|
|
4453
|
+
il as MaSideMenuItem,
|
|
4454
|
+
rl as MaSideMenuItemColors,
|
|
4455
|
+
pl as MaSideMenuRoundIconButton,
|
|
4456
|
+
Il as MaSlider,
|
|
4426
4457
|
we as MaSpin,
|
|
4427
|
-
|
|
4428
|
-
|
|
4429
|
-
|
|
4430
|
-
|
|
4431
|
-
|
|
4432
|
-
|
|
4433
|
-
|
|
4434
|
-
|
|
4435
|
-
|
|
4458
|
+
Xa as MaSpinColors,
|
|
4459
|
+
Za as MaSpinTypes,
|
|
4460
|
+
$a as MaSwitch,
|
|
4461
|
+
kl as MaTabIconAlignMents,
|
|
4462
|
+
mn as MaTabPane,
|
|
4463
|
+
hl as MaTabPositions,
|
|
4464
|
+
bl as MaTabTypes,
|
|
4465
|
+
dn as MaTabs,
|
|
4466
|
+
ba as MaToggle,
|
|
4436
4467
|
ue as MaTooltip,
|
|
4437
|
-
|
|
4438
|
-
|
|
4468
|
+
_a as MaTrackButton,
|
|
4469
|
+
al as MaUpload,
|
|
4439
4470
|
te as MaUploadFileStatus,
|
|
4440
|
-
|
|
4441
|
-
|
|
4442
|
-
|
|
4443
|
-
|
|
4444
|
-
|
|
4445
|
-
|
|
4446
|
-
|
|
4447
|
-
|
|
4448
|
-
|
|
4449
|
-
|
|
4450
|
-
|
|
4451
|
-
|
|
4471
|
+
ts as MaUploadSizes,
|
|
4472
|
+
nl as MaUploadTypes,
|
|
4473
|
+
Na as NumericInputSizes,
|
|
4474
|
+
Ia as SelectModes,
|
|
4475
|
+
Sa as SelectSizes,
|
|
4476
|
+
wa as SwitchTypes,
|
|
4477
|
+
ka as ToggleSizes,
|
|
4478
|
+
Ca as TooltipPlacements,
|
|
4479
|
+
Ba as TooltipTriggerTypes,
|
|
4480
|
+
Ma as TooltipTypes,
|
|
4481
|
+
ha as TrackButtonSizes,
|
|
4482
|
+
ya as TrackButtonVariants,
|
|
4452
4483
|
Gt as currencyOptions,
|
|
4453
4484
|
Vt as currencySymbols,
|
|
4454
|
-
|
|
4485
|
+
Al as useActionKitConfig
|
|
4455
4486
|
};
|