@mobileaction/action-kit 1.41.0 → 1.41.1
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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [1.41.1](https://github.com/mobileaction/action-kit/compare/v1.41.0...v1.41.1) (2025-01-20)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **DUV-7068:** functional modal component blank variant implementation ([fe0fc0c](https://github.com/mobileaction/action-kit/commit/fe0fc0c22f18a5a61134e73044fdb8a24b639f47))
|
|
11
|
+
* **DUV-7068:** select dynamic scroll fix ([f4d04a4](https://github.com/mobileaction/action-kit/commit/f4d04a44b867ad0b83dd0c2f80b90fdfbd386392))
|
|
12
|
+
|
|
5
13
|
## [1.41.0](https://github.com/mobileaction/action-kit/compare/v1.40.8...v1.41.0) (2025-01-20)
|
|
6
14
|
|
|
7
15
|
|
package/dist/action-kit.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Comment as ty, Text as ny, defineComponent as Te, useSlots as Nt, useAttrs as Qt, computed as M, openBlock as _, createBlock as ue, resolveDynamicComponent as Kt, mergeProps as De, withCtx as ce, createElementBlock as G, createVNode as ge, unref as de, createCommentVNode as se, renderSlot as re, createTextVNode as Je, toDisplayString as Ae, createElementVNode as ve, normalizeClass as Qe, ref as Ne, watch as It, nextTick as Br, onMounted as Nn, onUnmounted as ks, Fragment as ot, renderList as gt, defineAsyncComponent as iy, watchEffect as jp, h as cu, createSlots as qt, normalizeProps as Tn, guardReactiveProps as ts, useTemplateRef as va, provide as hn, normalizeStyle as ui, inject as dn, withDirectives as zt, vShow as jt, Transition as Mo, onBeforeUnmount as Gp, createApp as Wp, withModifiers as ga, isVNode as ma, withKeys as fu, reactive as Su, vModelText as sy, getCurrentInstance as ry, onBeforeMount as ay, isRef as oy, resolveComponent as ly, Teleport as uy, TransitionGroup as cy, readonly as fy, toRefs as py } from "vue";
|
|
2
2
|
import { Switch as hy, Tooltip as dy, Form as vy, FormItem as my, Radio as gy, Checkbox as yy, Select as by, InputPassword as _y, Input as ky, Textarea as wy, SelectOption as Cy, CheckboxGroup as Sy, RadioGroup as Iy, Alert as My, Modal as Ay, Dropdown as $y, Tabs as xy, TabPane as Ty, InputNumber as Py, Popover as Ey, Slider as Ly, Menu as By, MenuItem as Oy, Image as Fy, ImagePreviewGroup as Dy, RangePicker as zy, DatePicker as Ny, ConfigProvider as Ry } from "ant-design-vue";
|
|
3
|
-
import { SelectOptGroup as
|
|
3
|
+
import { SelectOptGroup as bz } from "ant-design-vue";
|
|
4
4
|
import { useElementSize as Iu, useElementHover as Vy, useElementBounding as jy, useScroll as Gy, useScrollLock as Wy, onClickOutside as Uy, useResizeObserver as xf } from "@vueuse/core";
|
|
5
5
|
import { Dropdown as Zy } from "floating-vue";
|
|
6
6
|
import { DynamicScroller as Hy, DynamicScrollerItem as Yy } from "vue-virtual-scroller";
|
|
@@ -5540,7 +5540,7 @@ const p2 = () => {
|
|
|
5540
5540
|
"cleared"
|
|
5541
5541
|
],
|
|
5542
5542
|
setup(a, { expose: r, emit: i }) {
|
|
5543
|
-
const c = a, v = i, d = Nt(), g = p2(), w = Ne(c.open), P = va("
|
|
5543
|
+
const c = a, v = i, d = Nt(), g = p2(), w = Ne(c.open), P = va("selectInputEl"), C = va("searchInputEl"), { width: T } = Iu(P), R = Ne(""), ne = Ne(!1), pe = va("dynamicScrollerEl"), he = va("overlay"), U = Ne(!1), Y = M({
|
|
5544
5544
|
get() {
|
|
5545
5545
|
return c.value;
|
|
5546
5546
|
},
|
|
@@ -5653,8 +5653,7 @@ const p2 = () => {
|
|
|
5653
5653
|
}) : (_(), G(ot, { key: 1 }, [
|
|
5654
5654
|
c.showSearch ? (_(), G("div", g2, [
|
|
5655
5655
|
ge(de(xu), {
|
|
5656
|
-
|
|
5657
|
-
ref: C,
|
|
5656
|
+
ref: "searchInputEl",
|
|
5658
5657
|
value: R.value,
|
|
5659
5658
|
"onUpdate:value": bt[0] || (bt[0] = (Ct) => R.value = Ct),
|
|
5660
5659
|
autofocus: "",
|
|
@@ -5668,8 +5667,7 @@ const p2 = () => {
|
|
|
5668
5667
|
}, null, 8, ["value", "placeholder"])
|
|
5669
5668
|
])) : se("", !0),
|
|
5670
5669
|
ge(de(Hy), {
|
|
5671
|
-
|
|
5672
|
-
ref: pe,
|
|
5670
|
+
ref: "dynamicScrollerEl",
|
|
5673
5671
|
items: pt.value,
|
|
5674
5672
|
"min-item-size": 40,
|
|
5675
5673
|
"key-field": "value",
|
|
@@ -5711,8 +5709,7 @@ const p2 = () => {
|
|
|
5711
5709
|
]),
|
|
5712
5710
|
default: ce(() => [
|
|
5713
5711
|
ve("button", {
|
|
5714
|
-
|
|
5715
|
-
ref: P,
|
|
5712
|
+
ref: "selectInputEl",
|
|
5716
5713
|
class: "ma-select-2__selector",
|
|
5717
5714
|
tabindex: "0",
|
|
5718
5715
|
onMouseover: is,
|
|
@@ -11400,19 +11397,21 @@ const sC = /* @__PURE__ */ Fi(iC), rC = {
|
|
|
11400
11397
|
"404-page",
|
|
11401
11398
|
"maintenance",
|
|
11402
11399
|
"rocket-loading"
|
|
11403
|
-
],
|
|
11400
|
+
], oC = [
|
|
11404
11401
|
"info",
|
|
11405
11402
|
"success",
|
|
11406
11403
|
"confirm",
|
|
11407
11404
|
"warning",
|
|
11408
|
-
"error"
|
|
11405
|
+
"error",
|
|
11406
|
+
"blank"
|
|
11409
11407
|
], Zf = {
|
|
11410
11408
|
info: "info-circle",
|
|
11411
11409
|
success: "tick-circle-bold",
|
|
11412
11410
|
confirm: "warning",
|
|
11413
11411
|
warning: "warning",
|
|
11414
|
-
error: "close-circle-bold"
|
|
11415
|
-
|
|
11412
|
+
error: "close-circle-bold",
|
|
11413
|
+
blank: null
|
|
11414
|
+
}, lC = Te({
|
|
11416
11415
|
props: {
|
|
11417
11416
|
content: {
|
|
11418
11417
|
type: Object,
|
|
@@ -11422,25 +11421,25 @@ const sC = /* @__PURE__ */ Fi(iC), rC = {
|
|
|
11422
11421
|
setup(a) {
|
|
11423
11422
|
return () => a.content;
|
|
11424
11423
|
}
|
|
11425
|
-
}),
|
|
11424
|
+
}), uC = {
|
|
11426
11425
|
key: 0,
|
|
11427
11426
|
class: /* @__PURE__ */ Qe(["ak-modal__header", "ak-modal__header__top"])
|
|
11428
|
-
},
|
|
11427
|
+
}, cC = {
|
|
11429
11428
|
key: 0,
|
|
11430
11429
|
class: "ak-modal__header__title ma-body-3-medium"
|
|
11431
|
-
},
|
|
11430
|
+
}, fC = { class: "ak-modal__body" }, pC = {
|
|
11432
11431
|
key: 0,
|
|
11433
11432
|
class: "ak-modal__header__title ma-body-2-medium"
|
|
11434
|
-
},
|
|
11433
|
+
}, hC = { class: "ak-modal__content" }, dC = {
|
|
11435
11434
|
key: 0,
|
|
11436
11435
|
class: "ak-modal__description ma-body-4-regular"
|
|
11437
|
-
},
|
|
11436
|
+
}, vC = {
|
|
11438
11437
|
key: 1,
|
|
11439
11438
|
class: "ak-modal__footer"
|
|
11440
|
-
},
|
|
11439
|
+
}, mC = {
|
|
11441
11440
|
name: "MaModal"
|
|
11442
11441
|
}, Hf = /* @__PURE__ */ Te({
|
|
11443
|
-
...
|
|
11442
|
+
...mC,
|
|
11444
11443
|
props: {
|
|
11445
11444
|
visible: { type: Boolean, default: !0 },
|
|
11446
11445
|
type: {},
|
|
@@ -11535,9 +11534,9 @@ const sC = /* @__PURE__ */ Fi(iC), rC = {
|
|
|
11535
11534
|
"onUpdate:visible": Oe[0] || (Oe[0] = (Ee) => g.value = Ee)
|
|
11536
11535
|
}), {
|
|
11537
11536
|
default: ce(() => [
|
|
11538
|
-
U.value ? (_(), G("div",
|
|
11537
|
+
U.value ? (_(), G("div", uC, [
|
|
11539
11538
|
re(ye.$slots, "title", {}, () => [
|
|
11540
|
-
ye.title || ye.$slots.title ? (_(), G("div",
|
|
11539
|
+
ye.title || ye.$slots.title ? (_(), G("div", cC, Ae(ye.title), 1)) : se("", !0)
|
|
11541
11540
|
]),
|
|
11542
11541
|
ye.closable ? (_(), ue(At, {
|
|
11543
11542
|
key: 0,
|
|
@@ -11548,7 +11547,7 @@ const sC = /* @__PURE__ */ Fi(iC), rC = {
|
|
|
11548
11547
|
onClick: me
|
|
11549
11548
|
})) : se("", !0)
|
|
11550
11549
|
])) : se("", !0),
|
|
11551
|
-
ve("div",
|
|
11550
|
+
ve("div", fC, [
|
|
11552
11551
|
w.value ? (_(), G("div", {
|
|
11553
11552
|
key: 0,
|
|
11554
11553
|
class: Qe(R.value)
|
|
@@ -11559,7 +11558,7 @@ const sC = /* @__PURE__ */ Fi(iC), rC = {
|
|
|
11559
11558
|
key: 1,
|
|
11560
11559
|
class: Qe(ne.value)
|
|
11561
11560
|
}, [
|
|
11562
|
-
ye.bodyTitle || he.value ? (_(), G("div",
|
|
11561
|
+
ye.bodyTitle || he.value ? (_(), G("div", pC, [
|
|
11563
11562
|
re(ye.$slots, "body-title"),
|
|
11564
11563
|
Je(" " + Ae(ye.bodyTitle), 1)
|
|
11565
11564
|
])) : se("", !0),
|
|
@@ -11572,9 +11571,9 @@ const sC = /* @__PURE__ */ Fi(iC), rC = {
|
|
|
11572
11571
|
onClick: me
|
|
11573
11572
|
})) : se("", !0)
|
|
11574
11573
|
], 2)) : se("", !0),
|
|
11575
|
-
ve("div",
|
|
11576
|
-
ye.content ? (_(), G("div",
|
|
11577
|
-
pe.value ? (_(), ue(
|
|
11574
|
+
ve("div", hC, [
|
|
11575
|
+
ye.content ? (_(), G("div", dC, [
|
|
11576
|
+
pe.value ? (_(), ue(lC, {
|
|
11578
11577
|
key: 0,
|
|
11579
11578
|
content: ye.content
|
|
11580
11579
|
}, null, 8, ["content"])) : (_(), G(ot, { key: 1 }, [
|
|
@@ -11585,7 +11584,7 @@ const sC = /* @__PURE__ */ Fi(iC), rC = {
|
|
|
11585
11584
|
re(ye.$slots, "default")
|
|
11586
11585
|
])
|
|
11587
11586
|
]),
|
|
11588
|
-
C.value ? (_(), G("div",
|
|
11587
|
+
C.value ? (_(), G("div", vC, [
|
|
11589
11588
|
ye.cancelText ? (_(), ue(At, De({
|
|
11590
11589
|
key: 0,
|
|
11591
11590
|
variant: "stroke"
|
|
@@ -11612,8 +11611,8 @@ const sC = /* @__PURE__ */ Fi(iC), rC = {
|
|
|
11612
11611
|
_: 3
|
|
11613
11612
|
}, 16, ["visible"]));
|
|
11614
11613
|
}
|
|
11615
|
-
})
|
|
11616
|
-
|
|
11614
|
+
});
|
|
11615
|
+
oC.forEach((a) => {
|
|
11617
11616
|
Hf[a] = (r) => {
|
|
11618
11617
|
r.type = a;
|
|
11619
11618
|
const i = document.createElement("div"), c = cu(Hf, r), v = Wp({
|
|
@@ -11667,7 +11666,7 @@ const gC = {
|
|
|
11667
11666
|
}
|
|
11668
11667
|
}), bC = ["tabindex"], _C = ["onMousemove", "onMouseover"], kC = {
|
|
11669
11668
|
name: "MaRate"
|
|
11670
|
-
},
|
|
11669
|
+
}, QF = /* @__PURE__ */ Te({
|
|
11671
11670
|
...kC,
|
|
11672
11671
|
props: {
|
|
11673
11672
|
value: {},
|
|
@@ -11734,11 +11733,11 @@ const gC = {
|
|
|
11734
11733
|
], 40, _C)), 64))
|
|
11735
11734
|
], 42, bC));
|
|
11736
11735
|
}
|
|
11737
|
-
}),
|
|
11736
|
+
}), eD = [
|
|
11738
11737
|
"small",
|
|
11739
11738
|
"medium",
|
|
11740
11739
|
"large"
|
|
11741
|
-
],
|
|
11740
|
+
], tD = [
|
|
11742
11741
|
"orange",
|
|
11743
11742
|
"green",
|
|
11744
11743
|
"red"
|
|
@@ -11788,12 +11787,12 @@ const gC = {
|
|
|
11788
11787
|
re(g.$slots, "default")
|
|
11789
11788
|
], 16));
|
|
11790
11789
|
}
|
|
11791
|
-
}),
|
|
11790
|
+
}), nD = [
|
|
11792
11791
|
"round",
|
|
11793
11792
|
"dots",
|
|
11794
11793
|
"three-circles",
|
|
11795
11794
|
"three-dots"
|
|
11796
|
-
],
|
|
11795
|
+
], iD = [
|
|
11797
11796
|
"dark",
|
|
11798
11797
|
"jordy",
|
|
11799
11798
|
"blue",
|
|
@@ -11801,7 +11800,7 @@ const gC = {
|
|
|
11801
11800
|
"grey"
|
|
11802
11801
|
], MC = { key: 0 }, AC = {
|
|
11803
11802
|
name: "MaDropdown"
|
|
11804
|
-
},
|
|
11803
|
+
}, sD = /* @__PURE__ */ Te({
|
|
11805
11804
|
...AC,
|
|
11806
11805
|
props: {
|
|
11807
11806
|
destroyPopupOnHide: { type: Boolean, default: !1 },
|
|
@@ -11844,22 +11843,22 @@ const gC = {
|
|
|
11844
11843
|
_: 3
|
|
11845
11844
|
}, 16, ["visible", "overlay-class-name", "destroy-popup-on-hide", "disabled", "placement", "trigger"]));
|
|
11846
11845
|
}
|
|
11847
|
-
}),
|
|
11846
|
+
}), rD = [
|
|
11848
11847
|
"bottomLeft",
|
|
11849
11848
|
"bottom",
|
|
11850
11849
|
"bottomRight",
|
|
11851
11850
|
"topLeft",
|
|
11852
11851
|
"top",
|
|
11853
11852
|
"topRight"
|
|
11854
|
-
],
|
|
11853
|
+
], aD = [
|
|
11855
11854
|
"click",
|
|
11856
11855
|
"hover",
|
|
11857
11856
|
"contextmenu"
|
|
11858
|
-
],
|
|
11857
|
+
], oD = [
|
|
11859
11858
|
"small",
|
|
11860
11859
|
"medium",
|
|
11861
11860
|
"large"
|
|
11862
|
-
],
|
|
11861
|
+
], lD = [
|
|
11863
11862
|
"general",
|
|
11864
11863
|
"add-app",
|
|
11865
11864
|
"table",
|
|
@@ -11911,7 +11910,7 @@ const gC = {
|
|
|
11911
11910
|
])
|
|
11912
11911
|
], 2));
|
|
11913
11912
|
}
|
|
11914
|
-
}),
|
|
11913
|
+
}), uD = [
|
|
11915
11914
|
"button",
|
|
11916
11915
|
"box",
|
|
11917
11916
|
"small-box"
|
|
@@ -12036,7 +12035,7 @@ const iu = (a) => {
|
|
|
12036
12035
|
}, YC = {
|
|
12037
12036
|
key: 1,
|
|
12038
12037
|
class: "upload-description"
|
|
12039
|
-
},
|
|
12038
|
+
}, cD = /* @__PURE__ */ Te({
|
|
12040
12039
|
__name: "index",
|
|
12041
12040
|
props: {
|
|
12042
12041
|
fileList: {},
|
|
@@ -12276,7 +12275,7 @@ const iu = (a) => {
|
|
|
12276
12275
|
}
|
|
12277
12276
|
}), KC = {
|
|
12278
12277
|
name: "MaSideMenuButton"
|
|
12279
|
-
},
|
|
12278
|
+
}, fD = /* @__PURE__ */ Te({
|
|
12280
12279
|
...KC,
|
|
12281
12280
|
props: {
|
|
12282
12281
|
icon: { default: "app" },
|
|
@@ -12327,7 +12326,7 @@ const iu = (a) => {
|
|
|
12327
12326
|
class: "ma-side-menu-item-icon"
|
|
12328
12327
|
}, JC = {
|
|
12329
12328
|
name: "MaSideMenuItem"
|
|
12330
|
-
},
|
|
12329
|
+
}, pD = /* @__PURE__ */ Te({
|
|
12331
12330
|
...JC,
|
|
12332
12331
|
props: {
|
|
12333
12332
|
href: {},
|
|
@@ -12393,7 +12392,7 @@ const iu = (a) => {
|
|
|
12393
12392
|
_: 3
|
|
12394
12393
|
}, 16, ["target", "class", "href"]));
|
|
12395
12394
|
}
|
|
12396
|
-
}),
|
|
12395
|
+
}), hD = [
|
|
12397
12396
|
"dark",
|
|
12398
12397
|
"blue",
|
|
12399
12398
|
"jordy-blue",
|
|
@@ -12405,7 +12404,7 @@ const iu = (a) => {
|
|
|
12405
12404
|
], XC = {
|
|
12406
12405
|
name: "MaSideMenuIconButton",
|
|
12407
12406
|
inheritAttrs: !1
|
|
12408
|
-
},
|
|
12407
|
+
}, dD = /* @__PURE__ */ Te({
|
|
12409
12408
|
...XC,
|
|
12410
12409
|
props: {
|
|
12411
12410
|
icon: {},
|
|
@@ -12485,7 +12484,7 @@ const iu = (a) => {
|
|
|
12485
12484
|
}), QC = {
|
|
12486
12485
|
name: "MaSideMenuRoundIconButton",
|
|
12487
12486
|
inheritAttrs: !1
|
|
12488
|
-
},
|
|
12487
|
+
}, vD = /* @__PURE__ */ Te({
|
|
12489
12488
|
...QC,
|
|
12490
12489
|
props: {
|
|
12491
12490
|
icon: {}
|
|
@@ -12506,7 +12505,7 @@ const iu = (a) => {
|
|
|
12506
12505
|
}), eS = ["src", "alt"], tS = {
|
|
12507
12506
|
name: "MaSideMenuAppButton",
|
|
12508
12507
|
inheritAttrs: !1
|
|
12509
|
-
},
|
|
12508
|
+
}, mD = /* @__PURE__ */ Te({
|
|
12510
12509
|
...tS,
|
|
12511
12510
|
props: {
|
|
12512
12511
|
appImage: {},
|
|
@@ -12541,7 +12540,7 @@ const iu = (a) => {
|
|
|
12541
12540
|
}
|
|
12542
12541
|
}), nS = {
|
|
12543
12542
|
name: "MaSideMenuAddNewAppButton"
|
|
12544
|
-
},
|
|
12543
|
+
}, gD = /* @__PURE__ */ Te({
|
|
12545
12544
|
...nS,
|
|
12546
12545
|
props: {
|
|
12547
12546
|
href: {},
|
|
@@ -12834,7 +12833,7 @@ const iu = (a) => {
|
|
|
12834
12833
|
}
|
|
12835
12834
|
}), ES = {
|
|
12836
12835
|
name: "MaProgress"
|
|
12837
|
-
},
|
|
12836
|
+
}, yD = /* @__PURE__ */ Te({
|
|
12838
12837
|
...ES,
|
|
12839
12838
|
props: {
|
|
12840
12839
|
type: { default: "line" },
|
|
@@ -12899,25 +12898,25 @@ const iu = (a) => {
|
|
|
12899
12898
|
}, 8, ["class", "percent", "icon", "label", "size", "showPercent", "showTooltip", "tooltipProps"]))
|
|
12900
12899
|
], 2));
|
|
12901
12900
|
}
|
|
12902
|
-
}),
|
|
12901
|
+
}), bD = [
|
|
12903
12902
|
"line",
|
|
12904
12903
|
"line-step",
|
|
12905
12904
|
"circle",
|
|
12906
12905
|
"half-circle"
|
|
12907
|
-
],
|
|
12906
|
+
], _D = [
|
|
12908
12907
|
"dark",
|
|
12909
12908
|
"blue",
|
|
12910
12909
|
"green",
|
|
12911
12910
|
"orange",
|
|
12912
12911
|
"yellow",
|
|
12913
12912
|
"red"
|
|
12914
|
-
],
|
|
12913
|
+
], kD = [
|
|
12915
12914
|
"xs",
|
|
12916
12915
|
"sm",
|
|
12917
12916
|
"md",
|
|
12918
12917
|
"lg",
|
|
12919
12918
|
"xl"
|
|
12920
|
-
],
|
|
12919
|
+
], wD = [
|
|
12921
12920
|
"left",
|
|
12922
12921
|
"right"
|
|
12923
12922
|
], LS = {
|
|
@@ -12967,15 +12966,15 @@ const iu = (a) => {
|
|
|
12967
12966
|
}))
|
|
12968
12967
|
]), 1040, ["activeKey", "animated", "destroy-inactive-tab-pane", "tab-position", "type"]));
|
|
12969
12968
|
}
|
|
12970
|
-
}),
|
|
12969
|
+
}), CD = [
|
|
12971
12970
|
"left",
|
|
12972
12971
|
"right",
|
|
12973
12972
|
"top",
|
|
12974
12973
|
"bottom"
|
|
12975
|
-
],
|
|
12974
|
+
], SD = [
|
|
12976
12975
|
"card",
|
|
12977
12976
|
"line"
|
|
12978
|
-
],
|
|
12977
|
+
], ID = [
|
|
12979
12978
|
"left",
|
|
12980
12979
|
"right"
|
|
12981
12980
|
], OS = /* @__PURE__ */ Te({
|
|
@@ -13363,7 +13362,7 @@ const XM = /* @__PURE__ */ Fi(JM), QM = ["disabled", "data-tab-key"], eA = /* @_
|
|
|
13363
13362
|
}, 8, ["type"])) : se("", !0)
|
|
13364
13363
|
], 10, QM));
|
|
13365
13364
|
}
|
|
13366
|
-
}), tA = { class: "ma-tabs-nav" }, nA = { class: "ma-tabs-content" },
|
|
13365
|
+
}), tA = { class: "ma-tabs-nav" }, nA = { class: "ma-tabs-content" }, MD = /* @__PURE__ */ Te({
|
|
13367
13366
|
__name: "index",
|
|
13368
13367
|
props: {
|
|
13369
13368
|
type: { default: "line" },
|
|
@@ -13422,7 +13421,7 @@ const XM = /* @__PURE__ */ Fi(JM), QM = ["disabled", "data-tab-key"], eA = /* @_
|
|
|
13422
13421
|
])
|
|
13423
13422
|
], 2));
|
|
13424
13423
|
}
|
|
13425
|
-
}),
|
|
13424
|
+
}), AD = /* @__PURE__ */ Te({
|
|
13426
13425
|
name: "MaTabPane",
|
|
13427
13426
|
__name: "tabPane",
|
|
13428
13427
|
props: {
|
|
@@ -13438,14 +13437,14 @@ const XM = /* @__PURE__ */ Fi(JM), QM = ["disabled", "data-tab-key"], eA = /* @_
|
|
|
13438
13437
|
const r = a, i = dn("activeKey", Ne(null)), c = M(() => !r.disabled && r.tabKey == i.value);
|
|
13439
13438
|
return (v, d) => c.value ? re(v.$slots, "default", { key: 0 }) : se("", !0);
|
|
13440
13439
|
}
|
|
13441
|
-
}),
|
|
13440
|
+
}), $D = [
|
|
13442
13441
|
"rounded",
|
|
13443
13442
|
"rounded-dark",
|
|
13444
13443
|
"line"
|
|
13445
|
-
],
|
|
13444
|
+
], xD = [
|
|
13446
13445
|
"small",
|
|
13447
13446
|
"medium"
|
|
13448
|
-
],
|
|
13447
|
+
], TD = [
|
|
13449
13448
|
"left",
|
|
13450
13449
|
"right"
|
|
13451
13450
|
], iA = { class: "country-option" }, sA = { class: "country-option__name" }, rA = { class: "country-option__code" }, aA = { key: 0 }, oA = {
|
|
@@ -14269,7 +14268,7 @@ var B4 = L4, O4 = ah, F4 = J3, D4 = zE, z4 = Gu, N4 = ka, R4 = JE, V4 = B4, j4 =
|
|
|
14269
14268
|
}), H4 = Z4;
|
|
14270
14269
|
const Y4 = /* @__PURE__ */ Fi(H4), K4 = {
|
|
14271
14270
|
name: "MaCountrySelect"
|
|
14272
|
-
},
|
|
14271
|
+
}, PD = /* @__PURE__ */ Te({
|
|
14273
14272
|
...K4,
|
|
14274
14273
|
props: {
|
|
14275
14274
|
value: {},
|
|
@@ -14348,7 +14347,7 @@ const Y4 = /* @__PURE__ */ Fi(H4), K4 = {
|
|
|
14348
14347
|
class: "footer-actions"
|
|
14349
14348
|
}, u5 = {
|
|
14350
14349
|
name: "MaCard"
|
|
14351
|
-
},
|
|
14350
|
+
}, ED = /* @__PURE__ */ Te({
|
|
14352
14351
|
...u5,
|
|
14353
14352
|
props: {
|
|
14354
14353
|
title: {},
|
|
@@ -14487,13 +14486,13 @@ const Y4 = /* @__PURE__ */ Fi(H4), K4 = {
|
|
|
14487
14486
|
], 2)) : se("", !0)
|
|
14488
14487
|
], 16));
|
|
14489
14488
|
}
|
|
14490
|
-
}),
|
|
14489
|
+
}), LD = [
|
|
14491
14490
|
"left",
|
|
14492
14491
|
"center"
|
|
14493
|
-
],
|
|
14492
|
+
], BD = [
|
|
14494
14493
|
"small",
|
|
14495
14494
|
"default"
|
|
14496
|
-
],
|
|
14495
|
+
], OD = [
|
|
14497
14496
|
"blue",
|
|
14498
14497
|
"green",
|
|
14499
14498
|
"orange",
|
|
@@ -14501,7 +14500,7 @@ const Y4 = /* @__PURE__ */ Fi(H4), K4 = {
|
|
|
14501
14500
|
"purple"
|
|
14502
14501
|
], c5 = { key: 0 }, f5 = { key: 0 }, p5 = {
|
|
14503
14502
|
name: "MaInputNumber"
|
|
14504
|
-
},
|
|
14503
|
+
}, FD = /* @__PURE__ */ Te({
|
|
14505
14504
|
...p5,
|
|
14506
14505
|
props: {
|
|
14507
14506
|
disabled: { type: Boolean, default: !1 },
|
|
@@ -14606,7 +14605,7 @@ const Y4 = /* @__PURE__ */ Fi(H4), K4 = {
|
|
|
14606
14605
|
}, g5 = {
|
|
14607
14606
|
key: 0,
|
|
14608
14607
|
class: "ma-drawer-tabs-menu-container"
|
|
14609
|
-
}, y5 = { class: "ma-drawer-content" },
|
|
14608
|
+
}, y5 = { class: "ma-drawer-content" }, DD = /* @__PURE__ */ Te({
|
|
14610
14609
|
name: "MaDrawer",
|
|
14611
14610
|
__name: "index",
|
|
14612
14611
|
props: {
|
|
@@ -15106,7 +15105,7 @@ const Y4 = /* @__PURE__ */ Fi(H4), K4 = {
|
|
|
15106
15105
|
class: "ma-keyword-group-fallback"
|
|
15107
15106
|
}, E5 = {
|
|
15108
15107
|
name: "MaKeywordGroupSelection"
|
|
15109
|
-
},
|
|
15108
|
+
}, zD = /* @__PURE__ */ Te({
|
|
15110
15109
|
...E5,
|
|
15111
15110
|
props: {
|
|
15112
15111
|
value: { default: null },
|
|
@@ -15359,7 +15358,7 @@ const Y4 = /* @__PURE__ */ Fi(H4), K4 = {
|
|
|
15359
15358
|
}
|
|
15360
15359
|
}), L5 = {
|
|
15361
15360
|
name: "MaSlider"
|
|
15362
|
-
},
|
|
15361
|
+
}, ND = /* @__PURE__ */ Te({
|
|
15363
15362
|
...L5,
|
|
15364
15363
|
props: {
|
|
15365
15364
|
value: {},
|
|
@@ -15416,7 +15415,7 @@ const Y4 = /* @__PURE__ */ Fi(H4), K4 = {
|
|
|
15416
15415
|
}
|
|
15417
15416
|
}), B5 = ["value", "name", "checked"], O5 = { class: "radio-area" }, F5 = {
|
|
15418
15417
|
name: "MaCountryRadio"
|
|
15419
|
-
},
|
|
15418
|
+
}, RD = /* @__PURE__ */ Te({
|
|
15420
15419
|
...F5,
|
|
15421
15420
|
props: {
|
|
15422
15421
|
value: {},
|
|
@@ -15525,7 +15524,7 @@ const Y4 = /* @__PURE__ */ Fi(H4), K4 = {
|
|
|
15525
15524
|
class: "avatar-text"
|
|
15526
15525
|
}, N5 = {
|
|
15527
15526
|
name: "MaAvatar"
|
|
15528
|
-
},
|
|
15527
|
+
}, VD = /* @__PURE__ */ Te({
|
|
15529
15528
|
...N5,
|
|
15530
15529
|
props: {
|
|
15531
15530
|
size: { default: "large" },
|
|
@@ -15571,7 +15570,7 @@ const Y4 = /* @__PURE__ */ Fi(H4), K4 = {
|
|
|
15571
15570
|
class: "ma-tag-input-suffix"
|
|
15572
15571
|
}, W5 = {
|
|
15573
15572
|
name: "MaTagInput"
|
|
15574
|
-
},
|
|
15573
|
+
}, jD = /* @__PURE__ */ Te({
|
|
15575
15574
|
...W5,
|
|
15576
15575
|
props: {
|
|
15577
15576
|
tags: { default: () => [] },
|
|
@@ -15766,7 +15765,7 @@ const Y4 = /* @__PURE__ */ Fi(H4), K4 = {
|
|
|
15766
15765
|
}
|
|
15767
15766
|
}), U5 = {
|
|
15768
15767
|
name: "MaWatchlistButton"
|
|
15769
|
-
},
|
|
15768
|
+
}, GD = /* @__PURE__ */ Te({
|
|
15770
15769
|
...U5,
|
|
15771
15770
|
props: {
|
|
15772
15771
|
type: { default: "default" },
|
|
@@ -15834,7 +15833,7 @@ const Y4 = /* @__PURE__ */ Fi(H4), K4 = {
|
|
|
15834
15833
|
}
|
|
15835
15834
|
}), Z5 = {
|
|
15836
15835
|
name: "MaMenu"
|
|
15837
|
-
},
|
|
15836
|
+
}, WD = /* @__PURE__ */ Te({
|
|
15838
15837
|
...Z5,
|
|
15839
15838
|
props: {
|
|
15840
15839
|
id: {},
|
|
@@ -15880,7 +15879,7 @@ const Y4 = /* @__PURE__ */ Fi(H4), K4 = {
|
|
|
15880
15879
|
}
|
|
15881
15880
|
}), H5 = {
|
|
15882
15881
|
name: "ma-menu-item"
|
|
15883
|
-
},
|
|
15882
|
+
}, UD = /* @__PURE__ */ Te({
|
|
15884
15883
|
...H5,
|
|
15885
15884
|
props: {
|
|
15886
15885
|
selected: {
|
|
@@ -15911,7 +15910,7 @@ const Y4 = /* @__PURE__ */ Fi(H4), K4 = {
|
|
|
15911
15910
|
}
|
|
15912
15911
|
}), Y5 = {
|
|
15913
15912
|
name: "MaSteps"
|
|
15914
|
-
},
|
|
15913
|
+
}, ZD = /* @__PURE__ */ Te({
|
|
15915
15914
|
...Y5,
|
|
15916
15915
|
props: {
|
|
15917
15916
|
current: { default: 0 },
|
|
@@ -15960,7 +15959,7 @@ const Y4 = /* @__PURE__ */ Fi(H4), K4 = {
|
|
|
15960
15959
|
}, Q5 = {
|
|
15961
15960
|
key: 1,
|
|
15962
15961
|
class: "ak-step__description"
|
|
15963
|
-
},
|
|
15962
|
+
}, HD = /* @__PURE__ */ Te({
|
|
15964
15963
|
__name: "index",
|
|
15965
15964
|
props: {
|
|
15966
15965
|
title: {},
|
|
@@ -16142,7 +16141,7 @@ const $p = /* @__PURE__ */ Fi(WL), wu = {
|
|
|
16142
16141
|
class: "pagination-options"
|
|
16143
16142
|
}, YL = {
|
|
16144
16143
|
name: "MaPagination"
|
|
16145
|
-
},
|
|
16144
|
+
}, YD = /* @__PURE__ */ Te({
|
|
16146
16145
|
...YL,
|
|
16147
16146
|
props: {
|
|
16148
16147
|
mode: {
|
|
@@ -16366,7 +16365,7 @@ const $p = /* @__PURE__ */ Fi(WL), wu = {
|
|
|
16366
16365
|
}
|
|
16367
16366
|
}), KL = {
|
|
16368
16367
|
name: "MaImage"
|
|
16369
|
-
},
|
|
16368
|
+
}, KD = /* @__PURE__ */ Te({
|
|
16370
16369
|
...KL,
|
|
16371
16370
|
props: {
|
|
16372
16371
|
src: {},
|
|
@@ -16398,7 +16397,7 @@ const $p = /* @__PURE__ */ Fi(WL), wu = {
|
|
|
16398
16397
|
}
|
|
16399
16398
|
}), qL = {
|
|
16400
16399
|
name: "MaImageGroup"
|
|
16401
|
-
},
|
|
16400
|
+
}, qD = /* @__PURE__ */ Te({
|
|
16402
16401
|
...qL,
|
|
16403
16402
|
setup(a) {
|
|
16404
16403
|
const r = a, i = Qt(), c = M(() => ({ ...i, ...r }));
|
|
@@ -16607,7 +16606,7 @@ const $p = /* @__PURE__ */ Fi(WL), wu = {
|
|
|
16607
16606
|
}), sB = {
|
|
16608
16607
|
ref: "image-ref",
|
|
16609
16608
|
class: "ma-image-group"
|
|
16610
|
-
},
|
|
16609
|
+
}, JD = /* @__PURE__ */ Te({
|
|
16611
16610
|
name: "MaImageGroup2",
|
|
16612
16611
|
__name: "group",
|
|
16613
16612
|
props: {
|
|
@@ -16742,9 +16741,9 @@ const $p = /* @__PURE__ */ Fi(WL), wu = {
|
|
|
16742
16741
|
])
|
|
16743
16742
|
]));
|
|
16744
16743
|
}
|
|
16745
|
-
}),
|
|
16744
|
+
}), XD = /* @__PURE__ */ Hp(fB, [["__scopeId", "data-v-7e2b271d"]]), pB = { class: "ak-popconfirm" }, hB = { class: "ak-popconfirm-header" }, dB = { class: "ak-popconfirm-header-content" }, vB = { class: "ak-popconfirm-header--title" }, mB = { class: "ak-popconfirm-header--description" }, gB = { class: "ak-popconfirm-buttons" }, yB = {
|
|
16746
16745
|
name: "MaPopconfirm"
|
|
16747
|
-
},
|
|
16746
|
+
}, QD = /* @__PURE__ */ Te({
|
|
16748
16747
|
...yB,
|
|
16749
16748
|
props: {
|
|
16750
16749
|
placement: { default: "top" },
|
|
@@ -16838,7 +16837,7 @@ const $p = /* @__PURE__ */ Fi(WL), wu = {
|
|
|
16838
16837
|
}
|
|
16839
16838
|
}), bB = {
|
|
16840
16839
|
name: "MaStepItems"
|
|
16841
|
-
},
|
|
16840
|
+
}, ez = /* @__PURE__ */ Te({
|
|
16842
16841
|
...bB,
|
|
16843
16842
|
props: {
|
|
16844
16843
|
current: { default: 0 }
|
|
@@ -16888,7 +16887,7 @@ const $p = /* @__PURE__ */ Fi(WL), wu = {
|
|
|
16888
16887
|
}, IB = {
|
|
16889
16888
|
key: 1,
|
|
16890
16889
|
class: "ak-step-item__description"
|
|
16891
|
-
},
|
|
16890
|
+
}, tz = /* @__PURE__ */ Te({
|
|
16892
16891
|
__name: "index",
|
|
16893
16892
|
props: {
|
|
16894
16893
|
title: {},
|
|
@@ -16938,7 +16937,7 @@ const $p = /* @__PURE__ */ Fi(WL), wu = {
|
|
|
16938
16937
|
}
|
|
16939
16938
|
}), MB = { class: "ma-radio__suffix" }, AB = {
|
|
16940
16939
|
name: "MaRadioCard"
|
|
16941
|
-
},
|
|
16940
|
+
}, nz = /* @__PURE__ */ Te({
|
|
16942
16941
|
...AB,
|
|
16943
16942
|
props: {
|
|
16944
16943
|
text: {},
|
|
@@ -17005,7 +17004,7 @@ const $p = /* @__PURE__ */ Fi(WL), wu = {
|
|
|
17005
17004
|
class: "antd-picker-ranges"
|
|
17006
17005
|
}, PB = ["onClick"], EB = { class: "ma-footer-wrapper" }, LB = { class: "ma-footer" }, BB = {
|
|
17007
17006
|
name: "MaDatePicker"
|
|
17008
|
-
},
|
|
17007
|
+
}, iz = /* @__PURE__ */ Te({
|
|
17009
17008
|
...BB,
|
|
17010
17009
|
props: {
|
|
17011
17010
|
size: { default: "small" },
|
|
@@ -17496,7 +17495,7 @@ const UB = { class: "py-1" }, Tp = /* @__PURE__ */ Te({
|
|
|
17496
17495
|
}, YB = {
|
|
17497
17496
|
key: 3,
|
|
17498
17497
|
class: "ma-placeholder"
|
|
17499
|
-
}, KB = { class: "ma-arrow-icon" }, qB = { class: "ma-date-selectors" }, JB = { class: "ma-cell-day" },
|
|
17498
|
+
}, KB = { class: "ma-arrow-icon" }, qB = { class: "ma-date-selectors" }, JB = { class: "ma-cell-day" }, sz = /* @__PURE__ */ Te({
|
|
17500
17499
|
__name: "index",
|
|
17501
17500
|
props: {
|
|
17502
17501
|
teleport: { type: [Boolean, String], default: !0 },
|
|
@@ -17787,7 +17786,7 @@ const UB = { class: "py-1" }, Tp = /* @__PURE__ */ Te({
|
|
|
17787
17786
|
_: 3
|
|
17788
17787
|
}, 16, ["class", "style"]));
|
|
17789
17788
|
}
|
|
17790
|
-
}),
|
|
17789
|
+
}), rz = [
|
|
17791
17790
|
"display-1",
|
|
17792
17791
|
"display-2",
|
|
17793
17792
|
"heading-1",
|
|
@@ -17802,7 +17801,7 @@ const UB = { class: "py-1" }, Tp = /* @__PURE__ */ Te({
|
|
|
17802
17801
|
"body-4",
|
|
17803
17802
|
"caption-1",
|
|
17804
17803
|
"caption-2"
|
|
17805
|
-
],
|
|
17804
|
+
], az = [
|
|
17806
17805
|
"div",
|
|
17807
17806
|
"p",
|
|
17808
17807
|
"h1",
|
|
@@ -17812,7 +17811,7 @@ const UB = { class: "py-1" }, Tp = /* @__PURE__ */ Te({
|
|
|
17812
17811
|
"h5",
|
|
17813
17812
|
"h6",
|
|
17814
17813
|
"span"
|
|
17815
|
-
],
|
|
17814
|
+
], oz = [
|
|
17816
17815
|
"light",
|
|
17817
17816
|
"regular",
|
|
17818
17817
|
"medium",
|
|
@@ -17955,7 +17954,7 @@ const UB = { class: "py-1" }, Tp = /* @__PURE__ */ Te({
|
|
|
17955
17954
|
class: "ma-tree-list"
|
|
17956
17955
|
}, aO = {
|
|
17957
17956
|
name: "MaTree"
|
|
17958
|
-
},
|
|
17957
|
+
}, lz = /* @__PURE__ */ Te({
|
|
17959
17958
|
...aO,
|
|
17960
17959
|
props: {
|
|
17961
17960
|
value: {},
|
|
@@ -18099,10 +18098,10 @@ const UB = { class: "py-1" }, Tp = /* @__PURE__ */ Te({
|
|
|
18099
18098
|
}, null, 8, ["size", "title", "description"]))
|
|
18100
18099
|
], 2));
|
|
18101
18100
|
}
|
|
18102
|
-
}),
|
|
18101
|
+
}), uz = [
|
|
18103
18102
|
"single",
|
|
18104
18103
|
"multiple"
|
|
18105
|
-
],
|
|
18104
|
+
], cz = /* @__PURE__ */ Te({
|
|
18106
18105
|
name: "MaCollapse",
|
|
18107
18106
|
__name: "index",
|
|
18108
18107
|
props: {
|
|
@@ -18187,16 +18186,16 @@ const UB = { class: "py-1" }, Tp = /* @__PURE__ */ Te({
|
|
|
18187
18186
|
re(r.$slots, "default")
|
|
18188
18187
|
]));
|
|
18189
18188
|
}
|
|
18190
|
-
}),
|
|
18189
|
+
}), fz = [
|
|
18191
18190
|
"single",
|
|
18192
18191
|
"multiple"
|
|
18193
|
-
],
|
|
18192
|
+
], pz = [
|
|
18194
18193
|
"small",
|
|
18195
18194
|
"medium",
|
|
18196
18195
|
"large"
|
|
18197
18196
|
];
|
|
18198
18197
|
var Cu = /* @__PURE__ */ ((a) => (a.Opened = "opened", a.Closed = "closed", a))(Cu || {});
|
|
18199
|
-
const
|
|
18198
|
+
const hz = /* @__PURE__ */ Te({
|
|
18200
18199
|
name: "MaCollapseItem",
|
|
18201
18200
|
__name: "CollapseItem",
|
|
18202
18201
|
props: {
|
|
@@ -18425,7 +18424,7 @@ const SO = Wp(CO), Wu = SO.mount(ed), IO = (a) => {
|
|
|
18425
18424
|
...a
|
|
18426
18425
|
}), AO = (a) => Wu.addNotification({
|
|
18427
18426
|
...MO(a)
|
|
18428
|
-
}), wa = (a) => (r) => AO({ ...r, type: a }), $O = wa("dark"), xO = wa("success"), TO = wa("error"), PO = wa("info"), EO = wa("warning"), LO = (a) => Wu.removeNotification(a), BO = () => Wu.removeAll(),
|
|
18427
|
+
}), wa = (a) => (r) => AO({ ...r, type: a }), $O = wa("dark"), xO = wa("success"), TO = wa("error"), PO = wa("info"), EO = wa("warning"), LO = (a) => Wu.removeNotification(a), BO = () => Wu.removeAll(), dz = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
18429
18428
|
__proto__: null,
|
|
18430
18429
|
dark: $O,
|
|
18431
18430
|
error: TO,
|
|
@@ -18822,7 +18821,7 @@ const Z8 = ["title"], H8 = /* @__PURE__ */ Te({
|
|
|
18822
18821
|
}, J8 = {
|
|
18823
18822
|
key: 2,
|
|
18824
18823
|
class: "ma-cascader-placeholder"
|
|
18825
|
-
},
|
|
18824
|
+
}, vz = /* @__PURE__ */ Te({
|
|
18826
18825
|
__name: "index",
|
|
18827
18826
|
props: {
|
|
18828
18827
|
open: { type: Boolean },
|
|
@@ -18989,7 +18988,7 @@ class X8 {
|
|
|
18989
18988
|
}
|
|
18990
18989
|
}
|
|
18991
18990
|
const Q8 = new X8();
|
|
18992
|
-
function
|
|
18991
|
+
function mz() {
|
|
18993
18992
|
return py(Q8.getConfig());
|
|
18994
18993
|
}
|
|
18995
18994
|
export {
|
|
@@ -19007,7 +19006,7 @@ export {
|
|
|
19007
19006
|
Db as CheckboxPlacementRight,
|
|
19008
19007
|
Fb as CheckboxPlacements,
|
|
19009
19008
|
Cu as CollapseItemState,
|
|
19010
|
-
|
|
19009
|
+
fz as CollapseModes,
|
|
19011
19010
|
vF as LinkButtonColors,
|
|
19012
19011
|
mF as LinkButtonSizes,
|
|
19013
19012
|
KF as MaAlert,
|
|
@@ -19016,7 +19015,7 @@ export {
|
|
|
19016
19015
|
aC as MaAnimation,
|
|
19017
19016
|
Q2 as MaAppIcon,
|
|
19018
19017
|
NF as MaAppTrackButton,
|
|
19019
|
-
|
|
19018
|
+
VD as MaAvatar,
|
|
19020
19019
|
Is as MaBadge,
|
|
19021
19020
|
HF as MaBadgePropIconAlignments,
|
|
19022
19021
|
ZF as MaBadgePropSizes,
|
|
@@ -19024,30 +19023,30 @@ export {
|
|
|
19024
19023
|
WF as MaBadgePropVariants,
|
|
19025
19024
|
YF as MaBadgeShape,
|
|
19026
19025
|
At as MaButton,
|
|
19027
|
-
|
|
19028
|
-
|
|
19029
|
-
|
|
19030
|
-
|
|
19031
|
-
|
|
19026
|
+
ED as MaCard,
|
|
19027
|
+
LD as MaCardAlignments,
|
|
19028
|
+
OD as MaCardIconColors,
|
|
19029
|
+
BD as MaCardSizes,
|
|
19030
|
+
vz as MaCascader,
|
|
19032
19031
|
$o as MaCheckbox,
|
|
19033
19032
|
FF as MaCheckboxGroup,
|
|
19034
|
-
|
|
19035
|
-
|
|
19036
|
-
|
|
19033
|
+
cz as MaCollapse,
|
|
19034
|
+
hz as MaCollapseItem,
|
|
19035
|
+
pz as MaCollapseSizes,
|
|
19037
19036
|
T2 as MaContentScroller,
|
|
19038
|
-
|
|
19039
|
-
|
|
19040
|
-
|
|
19041
|
-
|
|
19042
|
-
|
|
19043
|
-
|
|
19044
|
-
|
|
19045
|
-
|
|
19037
|
+
RD as MaCountryRadio,
|
|
19038
|
+
PD as MaCountrySelect,
|
|
19039
|
+
iz as MaDatePicker,
|
|
19040
|
+
sz as MaDatePicker2,
|
|
19041
|
+
DD as MaDrawer,
|
|
19042
|
+
sD as MaDropdown,
|
|
19043
|
+
rD as MaDropdownPlacements,
|
|
19044
|
+
aD as MaDropdownTriggers,
|
|
19046
19045
|
Xs as MaEllipsis,
|
|
19047
19046
|
rh as MaEmpty,
|
|
19048
19047
|
Kf as MaEmptyIcons,
|
|
19049
|
-
|
|
19050
|
-
|
|
19048
|
+
oD as MaEmptySizes,
|
|
19049
|
+
lD as MaEmptyVariants,
|
|
19051
19050
|
MF as MaFlagIconRatios,
|
|
19052
19051
|
Pb as MaForm,
|
|
19053
19052
|
Pf as MaFormItem,
|
|
@@ -19056,87 +19055,87 @@ export {
|
|
|
19056
19055
|
li as MaIconButton,
|
|
19057
19056
|
gb as MaIconSizeClassNames,
|
|
19058
19057
|
IF as MaIconSizes,
|
|
19059
|
-
|
|
19058
|
+
KD as MaImage,
|
|
19060
19059
|
eB as MaImage2,
|
|
19061
|
-
|
|
19062
|
-
|
|
19060
|
+
qD as MaImageGroup,
|
|
19061
|
+
JD as MaImageGroup2,
|
|
19063
19062
|
Jh as MaImagePreview,
|
|
19064
19063
|
xu as MaInput,
|
|
19065
19064
|
PF as MaInputCurrency,
|
|
19066
|
-
|
|
19065
|
+
FD as MaInputNumber,
|
|
19067
19066
|
Lb as MaInputSize,
|
|
19068
19067
|
_s as MaInputType,
|
|
19069
|
-
|
|
19068
|
+
zD as MaKeywordGroupSelection,
|
|
19070
19069
|
Up as MaLinkButton,
|
|
19071
|
-
|
|
19072
|
-
|
|
19070
|
+
WD as MaMenu,
|
|
19071
|
+
UD as MaMenuItem,
|
|
19073
19072
|
Hf as MaModal,
|
|
19074
19073
|
Zf as MaModalTypeIcon,
|
|
19075
|
-
|
|
19076
|
-
|
|
19074
|
+
oC as MaModalTypes,
|
|
19075
|
+
dz as MaNotification,
|
|
19077
19076
|
DF as MaNumericInput,
|
|
19078
|
-
|
|
19079
|
-
|
|
19077
|
+
YD as MaPagination,
|
|
19078
|
+
QD as MaPopconfirm,
|
|
19080
19079
|
Kh as MaPopover,
|
|
19081
19080
|
D5 as MaPopover2,
|
|
19082
|
-
|
|
19083
|
-
|
|
19084
|
-
|
|
19085
|
-
|
|
19086
|
-
|
|
19081
|
+
yD as MaProgress,
|
|
19082
|
+
kD as MaProgressCircleSizes,
|
|
19083
|
+
_D as MaProgressColors,
|
|
19084
|
+
wD as MaProgressPercentAlignments,
|
|
19085
|
+
bD as MaProgressTypes,
|
|
19087
19086
|
$u as MaRadio,
|
|
19088
|
-
|
|
19087
|
+
nz as MaRadioCard,
|
|
19089
19088
|
jF as MaRadioGroup,
|
|
19090
19089
|
GF as MaRadioTypes,
|
|
19091
|
-
|
|
19092
|
-
|
|
19093
|
-
|
|
19094
|
-
|
|
19090
|
+
QF as MaRate,
|
|
19091
|
+
tD as MaRateColors,
|
|
19092
|
+
eD as MaRateSizes,
|
|
19093
|
+
XD as MaResult,
|
|
19095
19094
|
ya as MaSelect,
|
|
19096
19095
|
BF as MaSelect2,
|
|
19097
19096
|
w2 as MaSelect2Option,
|
|
19098
19097
|
OF as MaSelect2OptionGroup,
|
|
19099
|
-
|
|
19098
|
+
bz as MaSelectOptGroup,
|
|
19100
19099
|
Kp as MaSelectOption,
|
|
19101
|
-
|
|
19102
|
-
|
|
19103
|
-
|
|
19104
|
-
|
|
19105
|
-
|
|
19106
|
-
|
|
19107
|
-
|
|
19108
|
-
|
|
19100
|
+
gD as MaSideMenuAddNewAppButton,
|
|
19101
|
+
mD as MaSideMenuAppButton,
|
|
19102
|
+
fD as MaSideMenuButton,
|
|
19103
|
+
dD as MaSideMenuIconButton,
|
|
19104
|
+
pD as MaSideMenuItem,
|
|
19105
|
+
hD as MaSideMenuItemColors,
|
|
19106
|
+
vD as MaSideMenuRoundIconButton,
|
|
19107
|
+
ND as MaSlider,
|
|
19109
19108
|
gF as MaSocialButton,
|
|
19110
19109
|
Yf as MaSpin,
|
|
19111
|
-
|
|
19112
|
-
|
|
19113
|
-
|
|
19114
|
-
|
|
19115
|
-
|
|
19116
|
-
|
|
19110
|
+
iD as MaSpinColors,
|
|
19111
|
+
nD as MaSpinTypes,
|
|
19112
|
+
HD as MaStep,
|
|
19113
|
+
tz as MaStepItem,
|
|
19114
|
+
ez as MaStepItems,
|
|
19115
|
+
ZD as MaSteps,
|
|
19117
19116
|
CF as MaSwitch,
|
|
19118
19117
|
eA as MaTabButton2,
|
|
19119
|
-
|
|
19118
|
+
ID as MaTabIconAlignMents,
|
|
19120
19119
|
OS as MaTabPane,
|
|
19121
|
-
|
|
19122
|
-
|
|
19123
|
-
|
|
19124
|
-
|
|
19120
|
+
AD as MaTabPane2,
|
|
19121
|
+
TD as MaTabPanePlacements,
|
|
19122
|
+
CD as MaTabPositions,
|
|
19123
|
+
SD as MaTabTypes,
|
|
19125
19124
|
BS as MaTabs,
|
|
19126
|
-
|
|
19127
|
-
|
|
19128
|
-
|
|
19129
|
-
|
|
19125
|
+
MD as MaTabs2,
|
|
19126
|
+
xD as MaTabsSizes,
|
|
19127
|
+
$D as MaTabsTypes,
|
|
19128
|
+
jD as MaTagInput,
|
|
19130
19129
|
Zp as MaToggle,
|
|
19131
19130
|
ws as MaTooltip,
|
|
19132
19131
|
_F as MaTrackButton,
|
|
19133
|
-
|
|
19132
|
+
lz as MaTree,
|
|
19134
19133
|
zo as MaTypography,
|
|
19135
|
-
|
|
19134
|
+
cD as MaUpload,
|
|
19136
19135
|
ai as MaUploadFileStatus,
|
|
19137
19136
|
EC as MaUploadSizes,
|
|
19138
|
-
|
|
19139
|
-
|
|
19137
|
+
uD as MaUploadTypes,
|
|
19138
|
+
GD as MaWatchlistButton,
|
|
19140
19139
|
Nb as MultiSelectOptionCheckbox,
|
|
19141
19140
|
zb as MultiSelectOptions,
|
|
19142
19141
|
zF as NumericInputSizes,
|
|
@@ -19152,11 +19151,11 @@ export {
|
|
|
19152
19151
|
xF as TooltipTriggerTypes,
|
|
19153
19152
|
$F as TooltipTypes,
|
|
19154
19153
|
kF as TrackButtonSizes,
|
|
19155
|
-
|
|
19156
|
-
|
|
19157
|
-
|
|
19158
|
-
|
|
19154
|
+
uz as TreeModes,
|
|
19155
|
+
az as TypographyTags,
|
|
19156
|
+
rz as TypographyTypes,
|
|
19157
|
+
oz as TypographyWeights,
|
|
19159
19158
|
Ob as currencyOptions,
|
|
19160
19159
|
Bb as currencySymbols,
|
|
19161
|
-
|
|
19160
|
+
mz as useActionKitConfig
|
|
19162
19161
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
-
import
|
|
2
|
+
import { MaModal } from '@/index';
|
|
3
3
|
declare const meta: Meta<typeof MaModal>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof MaModal>;
|
|
@@ -8,3 +8,4 @@ export declare const Success: Story;
|
|
|
8
8
|
export declare const Confirm: Story;
|
|
9
9
|
export declare const Error: Story;
|
|
10
10
|
export declare const Warning: Story;
|
|
11
|
+
export declare const Blank: Story;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ModalProps } from 'ant-design-vue';
|
|
2
2
|
import { MaButtonProps } from '../button/index.vue';
|
|
3
3
|
import { VNode } from 'vue';
|
|
4
|
-
export declare const MaModalTypes: readonly ["info", "success", "confirm", "warning", "error"];
|
|
4
|
+
export declare const MaModalTypes: readonly ["info", "success", "confirm", "warning", "error", "blank"];
|
|
5
5
|
export declare const MaModalTypeIcon: {
|
|
6
6
|
[K in MaModalPropType]: string;
|
|
7
7
|
};
|
|
@@ -70,9 +70,9 @@ declare function __VLS_template(): {
|
|
|
70
70
|
footer(): unknown;
|
|
71
71
|
};
|
|
72
72
|
refs: {
|
|
73
|
-
|
|
73
|
+
selectInputEl: HTMLButtonElement;
|
|
74
74
|
overlay: HTMLDivElement;
|
|
75
|
-
|
|
75
|
+
searchInputEl: {
|
|
76
76
|
$: import("vue").ComponentInternalInstance;
|
|
77
77
|
$data: {};
|
|
78
78
|
$props: Partial<{
|
|
@@ -174,7 +174,7 @@ declare function __VLS_template(): {
|
|
|
174
174
|
hint?(_: {}): any;
|
|
175
175
|
};
|
|
176
176
|
};
|
|
177
|
-
|
|
177
|
+
dynamicScrollerEl: DynamicScroller;
|
|
178
178
|
};
|
|
179
179
|
rootEl: HTMLDivElement;
|
|
180
180
|
};
|
|
@@ -213,9 +213,9 @@ declare const __VLS_component: import("vue").DefineComponent<MaSelectProps, {
|
|
|
213
213
|
hideSuffix: boolean;
|
|
214
214
|
disableKeywordActions: boolean;
|
|
215
215
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
|
216
|
-
|
|
216
|
+
selectInputEl: HTMLButtonElement;
|
|
217
217
|
overlay: HTMLDivElement;
|
|
218
|
-
|
|
218
|
+
searchInputEl: {
|
|
219
219
|
$: import("vue").ComponentInternalInstance;
|
|
220
220
|
$data: {};
|
|
221
221
|
$props: Partial<{
|
|
@@ -317,7 +317,7 @@ declare const __VLS_component: import("vue").DefineComponent<MaSelectProps, {
|
|
|
317
317
|
hint?(_: {}): any;
|
|
318
318
|
};
|
|
319
319
|
};
|
|
320
|
-
|
|
320
|
+
dynamicScrollerEl: DynamicScroller;
|
|
321
321
|
}, HTMLDivElement>;
|
|
322
322
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
323
323
|
export default _default;
|