bitboss-ui 2.0.41 → 2.0.43
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/components/BaseButton/BaseButton.vue.d.ts +7 -14
- package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +6 -15
- package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +221 -27
- package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +2 -12
- package/dist/components/BaseDatePicker/BaseDatePickerInputDaySelector.vue.d.ts +18 -27
- package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +19 -161
- package/dist/components/BaseDialog/BaseDialog.vue.d.ts +2 -16
- package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +3 -10
- package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +2 -11
- package/dist/components/BaseRadio/BaseRadio.vue.d.ts +6 -13
- package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +224 -27
- package/dist/components/BaseRating/BaseRating.vue.d.ts +2 -11
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +6 -337
- package/dist/components/BaseSlider/BaseSlider.vue.d.ts +3 -15
- package/dist/components/BaseSwitch/BaseSwitch.vue.d.ts +2 -11
- package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +214 -30
- package/dist/components/BaseTag/BaseTag.vue.d.ts +4 -210
- package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +3 -12
- package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +2 -11
- package/dist/components/BbAccordion/BbAccordion.vue.d.ts +20 -28
- package/dist/components/BbAlert/BbAlert.vue.d.ts +16 -23
- package/dist/components/BbAvatar/BbAvatar.vue.d.ts +6 -15
- package/dist/components/BbBadge/BbBadge.vue.d.ts +7 -14
- package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +44 -51
- package/dist/components/BbButton/BbButton.vue.d.ts +6 -13
- package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +19 -26
- package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +249 -34
- package/dist/components/BbChip/BbChip.vue.d.ts +6 -13
- package/dist/components/BbCollapsible/BbCollapsible.vue.d.ts +6 -13
- package/dist/components/BbColorInput/BbColorInput.vue.d.ts +12 -19
- package/dist/components/BbConfirm/BbConfirm.vue.d.ts +17 -24
- package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +22 -29
- package/dist/components/BbDialog/BbDialog.vue.d.ts +2 -9
- package/dist/components/BbDropdown/BbDropdown.vue.d.ts +159 -169
- package/dist/components/BbDropdownButton/BbDropdownButton.vue.d.ts +183 -190
- package/dist/components/BbDropzone/BbDropzone.vue.d.ts +17 -26
- package/dist/components/BbIntersection/BbIntersection.vue.d.ts +15 -24
- package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +12 -98
- package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +3 -17
- package/dist/components/BbPagination/BbPagination.vue.d.ts +23 -33
- package/dist/components/BbPopover/BbPopover.vue.d.ts +53 -65
- package/dist/components/BbRadio/BbRadio.vue.d.ts +19 -26
- package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +252 -34
- package/dist/components/BbRating/BbRating.vue.d.ts +12 -19
- package/dist/components/BbRatio/BbRatio.vue.d.ts +7 -14
- package/dist/components/BbSelect/BbSelect.vue.d.ts +156 -15
- package/dist/components/BbSlider/BbSlider.vue.d.ts +12 -19
- package/dist/components/BbSmoothHeight/BbSmoothHeight.vue.d.ts +3 -13
- package/dist/components/BbSwitch/BbSwitch.vue.d.ts +19 -26
- package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +249 -34
- package/dist/components/BbTab/BbTab.vue.d.ts +77 -88
- package/dist/components/BbTable/BbTable.vue.d.ts +77 -86
- package/dist/components/BbTag/BbTag.vue.d.ts +2 -9
- package/dist/components/BbTextInput/BbTextInput.vue.d.ts +12 -19
- package/dist/components/BbTextarea/BbTextarea.vue.d.ts +12 -19
- package/dist/components/BbToast/BbToast.vue.d.ts +1 -1
- package/dist/components/BbTooltip/BbTooltip.vue.d.ts +3 -13
- package/dist/components/BbTree/BbTree.vue.d.ts +2 -9
- package/dist/components/ChipsBox.vue.d.ts +1 -1
- package/dist/components/CommaBox.vue.d.ts +1 -1
- package/dist/components/CommonFloating.vue.d.ts +4 -14
- package/dist/components/CommonInputInnerContainer.vue.d.ts +7 -16
- package/dist/components/CommonInputOuterContainer.vue.d.ts +5 -12
- package/dist/components/ListBox.vue.d.ts +15 -24
- package/dist/components/OptionsContainer.vue.d.ts +88 -26
- package/dist/components/Transitions/Slide.vue.d.ts +5 -12
- package/dist/components/Transitions/SlideBack.vue.d.ts +5 -12
- package/dist/composables/useBroadcastChannelInstance.d.ts +2 -2
- package/dist/composables/useToast.d.ts +1 -1
- package/dist/composables/useWizard.d.ts +1 -1
- package/dist/index108.js +1 -1
- package/dist/index110.js +3 -3
- package/dist/index118.js +1 -1
- package/dist/index120.js +5 -5
- package/dist/index122.js +1 -1
- package/dist/index126.js +1 -1
- package/dist/index127.js +1 -1
- package/dist/index128.js +1 -1
- package/dist/index13.js +1 -1
- package/dist/index130.js +1 -1
- package/dist/index132.js +2 -2
- package/dist/index15.js +43 -42
- package/dist/index17.js +3 -3
- package/dist/index204.js +2 -116
- package/dist/index205.js +8 -2
- package/dist/index206.js +53 -3
- package/dist/index208.js +13 -6
- package/dist/index209.js +20 -7
- package/dist/index21.js +14 -14
- package/dist/index210.js +4 -8
- package/dist/index211.js +105 -115
- package/dist/index212.js +2 -281
- package/dist/index213.js +4 -125
- package/dist/index214.js +2 -19
- package/dist/index215.js +5 -16
- package/dist/index216.js +10 -10
- package/dist/index217.js +16 -2
- package/dist/index218.js +19 -2
- package/dist/index219.js +18 -19
- package/dist/index220.js +26 -52
- package/dist/index221.js +5 -0
- package/dist/index222.js +2 -13
- package/dist/index223.js +249 -5
- package/dist/index224.js +50 -367
- package/dist/index225.js +44 -19
- package/dist/index226.js +5 -27
- package/dist/index227.js +49 -3
- package/dist/index228.js +122 -245
- package/dist/index229.js +124 -51
- package/dist/index23.js +15 -15
- package/dist/index230.js +2 -44
- package/dist/index231.js +41 -5
- package/dist/index232.js +5 -48
- package/dist/index233.js +5 -4
- package/dist/index234.js +369 -3
- package/dist/index235.js +3 -3
- package/dist/index238.js +3 -2
- package/dist/index239.js +3 -4
- package/dist/index240.js +7 -2
- package/dist/index241.js +106 -2
- package/dist/index243.js +47 -53
- package/dist/index245.js +2 -100
- package/dist/index25.js +5 -5
- package/dist/index250.js +6 -431
- package/dist/index251.js +16 -89
- package/dist/index252.js +3 -6
- package/dist/index253.js +9 -2
- package/dist/index254.js +23 -2
- package/dist/index255.js +9 -2
- package/dist/index256.js +3 -2
- package/dist/index258.js +7 -126
- package/dist/index260.js +4 -3
- package/dist/index261.js +283 -0
- package/dist/index262.js +6 -7
- package/dist/index263.js +2 -22
- package/dist/index265.js +2 -200
- package/dist/index268.js +2 -2
- package/dist/index269.js +1 -1
- package/dist/index27.js +1 -1
- package/dist/index270.js +1 -1
- package/dist/index271.js +1 -1
- package/dist/index272.js +2 -28
- package/dist/index273.js +27 -21
- package/dist/index274.js +24 -0
- package/dist/index276.js +2 -127
- package/dist/index277.js +120 -218
- package/dist/index278.js +431 -6
- package/dist/index279.js +21 -15
- package/dist/index286.js +224 -3
- package/dist/index287.js +198 -7
- package/dist/index288.js +436 -23
- package/dist/index289.js +126 -3
- package/dist/index29.js +3 -3
- package/dist/index290.js +89 -3
- package/dist/index291.js +1 -1
- package/dist/index292.js +3 -211
- package/dist/index293.js +211 -2
- package/dist/index294.js +2 -66
- package/dist/index295.js +66 -5
- package/dist/index296.js +5 -7
- package/dist/index297.js +4 -19
- package/dist/index298.js +4 -35
- package/dist/index299.js +58 -6
- package/dist/index300.js +1 -1
- package/dist/index301.js +1 -1
- package/dist/index302.js +79 -4
- package/dist/index304.js +3 -58
- package/dist/index305.js +34 -3
- package/dist/index306.js +7 -79
- package/dist/index307.js +21 -0
- package/dist/index308.js +6 -46
- package/dist/index31.js +2 -2
- package/dist/index310.js +47 -2
- package/dist/index311.js +4 -0
- package/dist/index312.js +2 -2
- package/dist/index314.js +420 -43
- package/dist/index315.js +47 -2
- package/dist/index316.js +4 -0
- package/dist/index35.js +3 -3
- package/dist/index37.js +12 -12
- package/dist/index39.js +3 -3
- package/dist/index41.js +2 -2
- package/dist/index45.js +5 -5
- package/dist/index47.js +2 -2
- package/dist/index49.js +2 -2
- package/dist/index55.js +1 -1
- package/dist/index57.js +1 -1
- package/dist/index75.js +3 -3
- package/dist/index79.js +2 -2
- package/dist/index81.js +1 -1
- package/dist/index84.js +2 -2
- package/dist/index86.js +1 -1
- package/dist/index88.js +3 -3
- package/dist/index90.js +1 -1
- package/dist/style.css +1 -1
- package/dist/utilities/functions/booleanishToBoolean.d.ts +1 -1
- package/dist/utilities/functions/deburr.d.ts +1 -1
- package/dist/utilities/functions/flattenTree.d.ts +1 -1
- package/dist/utilities/functions/groupBy.d.ts +1 -1
- package/dist/utilities/functions/indexBy.d.ts +1 -1
- package/dist/utilities/functions/mapValues.d.ts +1 -1
- package/dist/utilities/functions/millisecondsTo.d.ts +1 -1
- package/dist/utilities/functions/replace.d.ts +1 -1
- package/dist/utilities/functions/retry.d.ts +1 -1
- package/dist/utilities/functions/throttle.d.ts +2 -2
- package/package.json +2 -2
- package/dist/index207.js +0 -43
- package/dist/index275.js +0 -438
- package/dist/index280.js +0 -11
- package/dist/index303.js +0 -6
- package/dist/index313.js +0 -426
- /package/dist/{index242.js → index246.js} +0 -0
- /package/dist/{index257.js → index264.js} +0 -0
package/dist/index243.js
CHANGED
@@ -1,108 +1,102 @@
|
|
1
|
-
import { defineComponent as
|
2
|
-
import { hash as
|
3
|
-
import { isNil as
|
4
|
-
|
5
|
-
|
6
|
-
const K = /* @__PURE__ */ y({
|
7
|
-
__name: "ChipsBox",
|
1
|
+
import { defineComponent as F, ref as H, computed as L, watch as N, openBlock as d, createElementBlock as v, Fragment as S, renderList as A, normalizeClass as O, withModifiers as P, toDisplayString as V } from "vue";
|
2
|
+
import { hash as f } from "./index221.js";
|
3
|
+
import { isNil as i } from "./index129.js";
|
4
|
+
const z = ["text", "onClick:clear"], j = /* @__PURE__ */ F({
|
5
|
+
__name: "CommaBox",
|
8
6
|
props: {
|
9
7
|
options: {}
|
10
8
|
},
|
11
9
|
emits: ["option:unselected"],
|
12
|
-
setup(
|
13
|
-
const t =
|
14
|
-
const s =
|
10
|
+
setup(m, { expose: h, emit: x }) {
|
11
|
+
const t = m, a = x, n = H(null), l = L(() => t.options.some((e) => !e.disabled)), u = (e = 1) => {
|
12
|
+
const s = i(n.value) ? -1 : n.value;
|
15
13
|
let o = (s + e) % t.options.length;
|
16
14
|
for (; t.options[o].disabled && o !== s; )
|
17
|
-
o =
|
15
|
+
o = u(e + 1);
|
18
16
|
return o;
|
19
|
-
},
|
20
|
-
if (!
|
21
|
-
const e =
|
17
|
+
}, b = () => {
|
18
|
+
if (!l.value) return;
|
19
|
+
const e = u();
|
22
20
|
n.value = e;
|
23
21
|
}, c = (e = 1) => {
|
24
|
-
const s =
|
22
|
+
const s = i(n.value) ? 0 : n.value;
|
25
23
|
let o = (s - e + t.options.length) % t.options.length;
|
26
24
|
for (; t.options[o].disabled && o !== s; )
|
27
25
|
o = c(e + 1);
|
28
26
|
return o;
|
29
|
-
},
|
30
|
-
if (!
|
27
|
+
}, w = async () => {
|
28
|
+
if (!l.value) return;
|
31
29
|
const e = c();
|
32
30
|
n.value = e;
|
33
|
-
},
|
34
|
-
if (!
|
31
|
+
}, I = () => {
|
32
|
+
if (!l.value) return;
|
35
33
|
let e = 0;
|
36
34
|
for (; t.options[e].disabled; )
|
37
35
|
e++;
|
38
36
|
n.value = e;
|
39
|
-
},
|
40
|
-
if (!
|
37
|
+
}, g = () => {
|
38
|
+
if (!l.value) return;
|
41
39
|
let e = t.options.length - 1;
|
42
40
|
for (; t.options[e].disabled && e !== 0; )
|
43
41
|
e--;
|
44
42
|
n.value = e;
|
45
|
-
},
|
46
|
-
if (!
|
43
|
+
}, k = () => {
|
44
|
+
if (!l.value) return;
|
47
45
|
let e = 0;
|
48
46
|
for (; !t.options[e].selected && t.options.length !== e; )
|
49
47
|
e++;
|
50
48
|
n.value = e;
|
51
|
-
},
|
52
|
-
if (!
|
49
|
+
}, _ = () => {
|
50
|
+
if (!l.value) return;
|
53
51
|
let e = t.options.length - 1;
|
54
52
|
for (; t.options[e].selected && e !== 0; )
|
55
53
|
e--;
|
56
54
|
n.value = e;
|
57
|
-
},
|
58
|
-
if (!
|
55
|
+
}, C = (e) => {
|
56
|
+
if (!l.value) return;
|
59
57
|
const s = t.options.findIndex(
|
60
58
|
(o) => o.valueHash === e
|
61
59
|
);
|
62
60
|
s >= 0 && (n.value = s);
|
63
61
|
}, r = () => {
|
64
62
|
n.value = null;
|
65
|
-
},
|
66
|
-
if (
|
63
|
+
}, y = () => {
|
64
|
+
if (!n.value) return;
|
67
65
|
const e = t.options[n.value];
|
68
|
-
e.selected &&
|
69
|
-
},
|
66
|
+
e.selected && a("option:unselected", e);
|
67
|
+
}, B = () => i(n.value) ? void 0 : t.options[n.value];
|
70
68
|
return N(
|
71
69
|
() => t.options,
|
72
70
|
(e, s) => {
|
73
|
-
|
71
|
+
f(e) !== f(s) && r();
|
74
72
|
},
|
75
73
|
{
|
76
74
|
flush: "post"
|
77
75
|
}
|
78
|
-
),
|
79
|
-
focusNext:
|
80
|
-
focusPrevious:
|
81
|
-
focusFirst:
|
82
|
-
focusFirstSelected:
|
83
|
-
focusLast:
|
84
|
-
focusLastSelected:
|
76
|
+
), h({
|
77
|
+
focusNext: b,
|
78
|
+
focusPrevious: w,
|
79
|
+
focusFirst: I,
|
80
|
+
focusFirstSelected: k,
|
81
|
+
focusLast: g,
|
82
|
+
focusLastSelected: _,
|
85
83
|
blur: r,
|
86
|
-
confirmOption:
|
87
|
-
focusByHash:
|
88
|
-
getHighlighted:
|
89
|
-
}), (e, s) => (
|
84
|
+
confirmOption: y,
|
85
|
+
focusByHash: C,
|
86
|
+
getHighlighted: B
|
87
|
+
}), (e, s) => (d(!0), v(S, null, A(e.options, (o, p) => (d(), v("span", {
|
90
88
|
key: o.valueHash,
|
91
89
|
class: O({
|
92
|
-
"bb-
|
93
|
-
"bb-
|
90
|
+
"bb-commabox-item": !0,
|
91
|
+
"bb-commabox-item--focused": p === n.value,
|
92
|
+
"bb-commabox-item--has-comma": p !== e.options.length - 1
|
94
93
|
}),
|
95
94
|
clearable: !0,
|
96
95
|
text: o.text,
|
97
|
-
"onClick:clear": P((
|
98
|
-
},
|
99
|
-
default: $(() => [
|
100
|
-
z(D(o.text), 1)
|
101
|
-
]),
|
102
|
-
_: 2
|
103
|
-
}, 1032, ["class", "text", "onClick:clear"]))), 128));
|
96
|
+
"onClick:clear": P((D) => a("option:unselected", o), ["stop"])
|
97
|
+
}, V(o.text), 43, z))), 128));
|
104
98
|
}
|
105
99
|
});
|
106
100
|
export {
|
107
|
-
|
101
|
+
j as default
|
108
102
|
};
|
package/dist/index245.js
CHANGED
@@ -1,102 +1,4 @@
|
|
1
|
-
import
|
2
|
-
import { hash as f } from "./index227.js";
|
3
|
-
import { isNil as i } from "./index129.js";
|
4
|
-
const z = ["text", "onClick:clear"], j = /* @__PURE__ */ F({
|
5
|
-
__name: "CommaBox",
|
6
|
-
props: {
|
7
|
-
options: {}
|
8
|
-
},
|
9
|
-
emits: ["option:unselected"],
|
10
|
-
setup(m, { expose: h, emit: x }) {
|
11
|
-
const t = m, a = x, n = H(null), l = L(() => t.options.some((e) => !e.disabled)), u = (e = 1) => {
|
12
|
-
const s = i(n.value) ? -1 : n.value;
|
13
|
-
let o = (s + e) % t.options.length;
|
14
|
-
for (; t.options[o].disabled && o !== s; )
|
15
|
-
o = u(e + 1);
|
16
|
-
return o;
|
17
|
-
}, b = () => {
|
18
|
-
if (!l.value) return;
|
19
|
-
const e = u();
|
20
|
-
n.value = e;
|
21
|
-
}, c = (e = 1) => {
|
22
|
-
const s = i(n.value) ? 0 : n.value;
|
23
|
-
let o = (s - e + t.options.length) % t.options.length;
|
24
|
-
for (; t.options[o].disabled && o !== s; )
|
25
|
-
o = c(e + 1);
|
26
|
-
return o;
|
27
|
-
}, w = async () => {
|
28
|
-
if (!l.value) return;
|
29
|
-
const e = c();
|
30
|
-
n.value = e;
|
31
|
-
}, I = () => {
|
32
|
-
if (!l.value) return;
|
33
|
-
let e = 0;
|
34
|
-
for (; t.options[e].disabled; )
|
35
|
-
e++;
|
36
|
-
n.value = e;
|
37
|
-
}, g = () => {
|
38
|
-
if (!l.value) return;
|
39
|
-
let e = t.options.length - 1;
|
40
|
-
for (; t.options[e].disabled && e !== 0; )
|
41
|
-
e--;
|
42
|
-
n.value = e;
|
43
|
-
}, k = () => {
|
44
|
-
if (!l.value) return;
|
45
|
-
let e = 0;
|
46
|
-
for (; !t.options[e].selected && t.options.length !== e; )
|
47
|
-
e++;
|
48
|
-
n.value = e;
|
49
|
-
}, _ = () => {
|
50
|
-
if (!l.value) return;
|
51
|
-
let e = t.options.length - 1;
|
52
|
-
for (; t.options[e].selected && e !== 0; )
|
53
|
-
e--;
|
54
|
-
n.value = e;
|
55
|
-
}, C = (e) => {
|
56
|
-
if (!l.value) return;
|
57
|
-
const s = t.options.findIndex(
|
58
|
-
(o) => o.valueHash === e
|
59
|
-
);
|
60
|
-
s >= 0 && (n.value = s);
|
61
|
-
}, r = () => {
|
62
|
-
n.value = null;
|
63
|
-
}, y = () => {
|
64
|
-
if (!n.value) return;
|
65
|
-
const e = t.options[n.value];
|
66
|
-
e.selected && a("option:unselected", e);
|
67
|
-
}, B = () => i(n.value) ? void 0 : t.options[n.value];
|
68
|
-
return N(
|
69
|
-
() => t.options,
|
70
|
-
(e, s) => {
|
71
|
-
f(e) !== f(s) && r();
|
72
|
-
},
|
73
|
-
{
|
74
|
-
flush: "post"
|
75
|
-
}
|
76
|
-
), h({
|
77
|
-
focusNext: b,
|
78
|
-
focusPrevious: w,
|
79
|
-
focusFirst: I,
|
80
|
-
focusFirstSelected: k,
|
81
|
-
focusLast: g,
|
82
|
-
focusLastSelected: _,
|
83
|
-
blur: r,
|
84
|
-
confirmOption: y,
|
85
|
-
focusByHash: C,
|
86
|
-
getHighlighted: B
|
87
|
-
}), (e, s) => (d(!0), v(S, null, A(e.options, (o, p) => (d(), v("span", {
|
88
|
-
key: o.valueHash,
|
89
|
-
class: O({
|
90
|
-
"bb-commabox-item": !0,
|
91
|
-
"bb-commabox-item--focused": p === n.value,
|
92
|
-
"bb-commabox-item--has-comma": p !== e.options.length - 1
|
93
|
-
}),
|
94
|
-
clearable: !0,
|
95
|
-
text: o.text,
|
96
|
-
"onClick:clear": P((D) => a("option:unselected", o), ["stop"])
|
97
|
-
}, V(o.text), 43, z))), 128));
|
98
|
-
}
|
99
|
-
});
|
1
|
+
import f from "./index293.js";
|
100
2
|
export {
|
101
|
-
|
3
|
+
f as default
|
102
4
|
};
|
package/dist/index25.js
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
import { defineComponent as ae, ref as o, getCurrentInstance as se, computed as m, nextTick as N, useAttrs as ne, onMounted as ie, onBeforeUnmount as F, watch as re, openBlock as k, createBlock as ue, Teleport as de, createElementVNode as a, mergeProps as G, createElementBlock as T, renderSlot as u, createTextVNode as ce, toDisplayString as P, createCommentVNode as z } from "vue";
|
2
|
-
import { throttle as ve } from "./
|
3
|
-
import { useFocusTrap as fe } from "./
|
2
|
+
import { throttle as ve } from "./index239.js";
|
3
|
+
import { useFocusTrap as fe } from "./index231.js";
|
4
4
|
import { useId as K } from "./index8.js";
|
5
5
|
import { wait as H } from "./index131.js";
|
6
|
-
import { waitFor as be } from "./
|
7
|
-
import { useModalsState as C } from "./
|
8
|
-
import { useLogger as pe } from "./
|
6
|
+
import { waitFor as be } from "./index232.js";
|
7
|
+
import { useModalsState as C } from "./index240.js";
|
8
|
+
import { useLogger as pe } from "./index205.js";
|
9
9
|
const me = { class: "bb-base-dialog-close" }, ge = ["aria-label"], De = /* @__PURE__ */ ae({
|
10
10
|
__name: "BaseDialog",
|
11
11
|
props: {
|