bitboss-ui 2.0.96 → 2.0.98
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/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +2 -2
- package/dist/components/BaseDatePicker/BaseDatePicker.vue.d.ts +13 -1
- package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +65 -19
- package/dist/components/BbConfirm/BbConfirm.vue.d.ts +1 -29
- package/dist/components/OptionsContainer.vue.d.ts +2 -2
- package/dist/composables/useBbConfig.d.ts +3 -0
- package/dist/composables/useConfirm.d.ts +67 -32
- package/dist/composables/useLocale.d.ts +5 -0
- package/dist/i18n/en.d.ts +8 -0
- package/dist/i18n/index.d.ts +3 -0
- package/dist/i18n/it.d.ts +8 -0
- package/dist/index100.js +5 -5
- package/dist/index109.js +4 -4
- package/dist/index11.js +1 -1
- package/dist/index111.js +7 -7
- package/dist/index119.js +2 -2
- package/dist/index12.js +6 -6
- package/dist/index121.js +6 -6
- package/dist/index123.js +1 -1
- package/dist/index127.js +1 -1
- package/dist/index128.js +1 -1
- package/dist/index129.js +1 -1
- package/dist/index13.js +1 -1
- package/dist/index130.js +2 -2
- package/dist/index131.js +1 -1
- package/dist/index132.js +340 -2
- package/dist/index133.js +22 -337
- package/dist/index134.js +2 -25
- package/dist/index135.js +5 -2
- package/dist/index136.js +9 -5
- package/dist/index137.js +5 -8
- package/dist/index138.js +3 -6
- package/dist/index139.js +1 -1
- package/dist/index140.js +1 -1
- package/dist/index141.js +1 -1
- package/dist/index142.js +1 -1
- package/dist/index143.js +1 -1
- package/dist/index144.js +1 -1
- package/dist/index145.js +1 -1
- package/dist/index146.js +1 -1
- package/dist/index147.js +1 -1
- package/dist/index148.js +1 -1
- package/dist/index149.js +1 -1
- package/dist/index15.js +4 -4
- package/dist/index150.js +1 -1
- package/dist/index151.js +1 -1
- package/dist/index152.js +1 -1
- package/dist/index153.js +1 -1
- package/dist/index154.js +1 -1
- package/dist/index155.js +1 -1
- package/dist/index156.js +1 -1
- package/dist/index157.js +1 -1
- package/dist/index158.js +1 -1
- package/dist/index159.js +1 -1
- package/dist/index160.js +1 -1
- package/dist/index161.js +1 -1
- package/dist/index162.js +1 -1
- package/dist/index163.js +1 -1
- package/dist/index164.js +1 -1
- package/dist/index165.js +2 -2
- package/dist/index169.js +5 -0
- package/dist/index17.js +3 -3
- package/dist/index170.js +1 -1
- package/dist/index171.js +1 -1
- package/dist/index172.js +1 -1
- package/dist/index173.js +1 -1
- package/dist/index174.js +1 -1
- package/dist/index175.js +1 -1
- package/dist/index176.js +2 -2
- package/dist/index178.js +4 -0
- package/dist/index179.js +3 -2
- package/dist/index180.js +1 -1
- package/dist/index181.js +1 -1
- package/dist/index182.js +1 -1
- package/dist/index183.js +1 -1
- package/dist/index184.js +1 -1
- package/dist/index185.js +1 -1
- package/dist/index186.js +1 -1
- package/dist/index187.js +1 -1
- package/dist/index188.js +2 -3
- package/dist/index189.js +3 -2
- package/dist/index19.js +49 -48
- package/dist/index190.js +1 -1
- package/dist/index191.js +1 -1
- package/dist/{index166.js → index195.js} +1 -1
- package/dist/index196.js +1 -1
- package/dist/index197.js +1 -1
- package/dist/index198.js +1 -1
- package/dist/index199.js +1 -1
- package/dist/index200.js +1 -1
- package/dist/index201.js +1 -1
- package/dist/index202.js +1 -1
- package/dist/index203.js +1 -1
- package/dist/index204.js +1 -1
- package/dist/index205.js +81 -3
- package/dist/index206.js +2 -81
- package/dist/index207.js +53 -2
- package/dist/index209.js +13 -126
- package/dist/index21.js +63 -56
- package/dist/index210.js +20 -5
- package/dist/index211.js +4 -125
- package/dist/index212.js +5 -19
- package/dist/index213.js +2 -2
- package/dist/index214.js +2 -2
- package/dist/index215.js +19 -2
- package/dist/index216.js +19 -2
- package/dist/index217.js +26 -40
- package/dist/index218.js +3 -20
- package/dist/index219.js +2 -6
- package/dist/index220.js +6 -51
- package/dist/index221.js +252 -0
- package/dist/index222.js +52 -13
- package/dist/index223.js +44 -5
- package/dist/index224.js +4 -11
- package/dist/index225.js +59 -368
- package/dist/index226.js +3 -19
- package/dist/index227.js +40 -26
- package/dist/index228.js +6 -3
- package/dist/index229.js +7 -250
- package/dist/index23.js +31 -31
- package/dist/index230.js +10 -50
- package/dist/index231.js +125 -43
- package/dist/index232.js +125 -5
- package/dist/index233.js +2 -60
- package/dist/index234.js +5 -164
- package/dist/index235.js +368 -83
- package/dist/index236.js +166 -0
- package/dist/index237.js +84 -3
- package/dist/index239.js +8 -2
- package/dist/index240.js +3 -4
- package/dist/index241.js +2 -2
- package/dist/index242.js +4 -4
- package/dist/index243.js +2 -3
- package/dist/index244.js +1 -1
- package/dist/index245.js +1 -1
- package/dist/index246.js +2 -2
- package/dist/index248.js +2 -2
- package/dist/index25.js +33 -32
- package/dist/index251.js +2 -10
- package/dist/index252.js +9 -2
- package/dist/index253.js +2 -8
- package/dist/index254.js +9 -23
- package/dist/index255.js +23 -89
- package/dist/index256.js +91 -0
- package/dist/index258.js +6 -16
- package/dist/index259.js +16 -9
- package/dist/index260.js +3 -9
- package/dist/index262.js +7 -3
- package/dist/index263.js +175 -11
- package/dist/index264.js +280 -8
- package/dist/index265.js +6 -17
- package/dist/index266.js +2 -4
- package/dist/index267.js +2 -281
- package/dist/index268.js +2 -6
- package/dist/index269.js +2 -2
- package/dist/index27.js +5 -2
- package/dist/index272.js +2 -2
- package/dist/index273.js +2 -2
- package/dist/index274.js +2 -2
- package/dist/index275.js +1 -1
- package/dist/index276.js +28 -2
- package/dist/index277.js +21 -1
- package/dist/index279.js +427 -24
- package/dist/index280.js +1 -21
- package/dist/index281.js +91 -0
- package/dist/index282.js +9 -7
- package/dist/index285.js +20 -429
- package/dist/index287.js +200 -3
- package/dist/index288.js +11 -0
- package/dist/index289.js +7 -21
- package/dist/index29.js +3 -3
- package/dist/index290.js +438 -0
- package/dist/index291.js +127 -2
- package/dist/index292.js +3 -4
- package/dist/index293.js +11 -199
- package/dist/index294.js +7 -434
- package/dist/index295.js +16 -126
- package/dist/index296.js +3 -88
- package/dist/index297.js +7 -224
- package/dist/index298.js +11 -3
- package/dist/index299.js +224 -3
- package/dist/index300.js +4 -213
- package/dist/index301.js +2 -66
- package/dist/index302.js +3 -5
- package/dist/index303.js +3 -2
- package/dist/index304.js +213 -3
- package/dist/index305.js +5 -3
- package/dist/index306.js +66 -3
- package/dist/index307.js +6 -57
- package/dist/index308.js +18 -10
- package/dist/index309.js +6 -6
- package/dist/index31.js +2 -2
- package/dist/index310.js +4 -18
- package/dist/index311.js +7 -6
- package/dist/index312.js +2 -32
- package/dist/index313.js +32 -46
- package/dist/index314.js +3 -5
- package/dist/index315.js +3 -8
- package/dist/index316.js +58 -2
- package/dist/index318.js +7 -479
- package/dist/index319.js +10 -0
- package/dist/index320.js +43 -420
- package/dist/index321.js +2 -47
- package/dist/index323.js +482 -0
- package/dist/index324.js +426 -0
- package/dist/index325.js +49 -0
- package/dist/index33.js +2 -2
- package/dist/index35.js +4 -4
- package/dist/index37.js +13 -13
- package/dist/index39.js +5 -5
- package/dist/index4.js +5 -4
- package/dist/index41.js +2 -2
- package/dist/index43.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 +2 -2
- package/dist/index57.js +2 -2
- package/dist/index6.js +65 -51
- package/dist/index61.js +2 -2
- package/dist/index69.js +51 -59
- package/dist/index7.js +1 -1
- package/dist/index75.js +5 -5
- package/dist/index77.js +36 -34
- package/dist/index79.js +2 -2
- package/dist/index81.js +1 -1
- package/dist/index84.js +4 -4
- package/dist/index86.js +1 -1
- package/dist/index88.js +5 -5
- package/dist/index9.js +1 -1
- package/dist/index90.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/dist/index177.js +0 -5
- package/dist/index192.js +0 -5
- package/dist/index208.js +0 -10
- package/dist/index238.js +0 -9
- package/dist/index257.js +0 -8
- package/dist/index261.js +0 -10
- package/dist/index278.js +0 -4
- package/dist/index286.js +0 -178
- /package/dist/{index168.js → index167.js} +0 -0
- /package/dist/{index194.js → index193.js} +0 -0
- /package/dist/{index322.js → index326.js} +0 -0
package/dist/index134.js
CHANGED
@@ -1,27 +1,4 @@
|
|
1
|
-
|
2
|
-
import { isPlainObject as c } from "./index315.js";
|
3
|
-
function i(e, n, u, l, r) {
|
4
|
-
const o = {}.propertyIsEnumerable.call(l, n) ? "enumerable" : "nonenumerable";
|
5
|
-
o === "enumerable" && (e[n] = u), r && o === "nonenumerable" && Object.defineProperty(e, n, {
|
6
|
-
value: u,
|
7
|
-
enumerable: !1,
|
8
|
-
writable: !0,
|
9
|
-
configurable: !0
|
10
|
-
});
|
11
|
-
}
|
12
|
-
function b(e, n = {}) {
|
13
|
-
if (p(e))
|
14
|
-
return e.map((r) => b(r, n));
|
15
|
-
if (!c(e))
|
16
|
-
return e;
|
17
|
-
const u = Object.getOwnPropertyNames(e), l = Object.getOwnPropertySymbols(e);
|
18
|
-
return [...u, ...l].reduce((r, o) => {
|
19
|
-
if (p(n.props) && !n.props.includes(o))
|
20
|
-
return r;
|
21
|
-
const m = e[o], s = b(m, n);
|
22
|
-
return i(r, o, s, e, n.nonenumerable), r;
|
23
|
-
}, {});
|
24
|
-
}
|
1
|
+
const r = (e) => !(typeof e > "u" || e === null);
|
25
2
|
export {
|
26
|
-
|
3
|
+
r as isNotNil
|
27
4
|
};
|
package/dist/index135.js
CHANGED
package/dist/index136.js
CHANGED
@@ -1,7 +1,11 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
)
|
1
|
+
import { getCurrentInstance as o, computed as r } from "vue";
|
2
|
+
function u() {
|
3
|
+
const t = o();
|
4
|
+
return r(() => {
|
5
|
+
var e;
|
6
|
+
return (e = t == null ? void 0 : t.proxy) == null ? void 0 : e.$route;
|
7
|
+
});
|
8
|
+
}
|
5
9
|
export {
|
6
|
-
u as
|
10
|
+
u as useRoute
|
7
11
|
};
|
package/dist/index137.js
CHANGED
@@ -1,11 +1,8 @@
|
|
1
|
-
import { getCurrentInstance as
|
2
|
-
function
|
3
|
-
|
4
|
-
return r(
|
5
|
-
var e;
|
6
|
-
return (e = t == null ? void 0 : t.proxy) == null ? void 0 : e.$route;
|
7
|
-
});
|
1
|
+
import { getCurrentInstance as e } from "vue";
|
2
|
+
function n() {
|
3
|
+
var r, t;
|
4
|
+
return (t = (r = e()) == null ? void 0 : r.proxy) == null ? void 0 : t.$router;
|
8
5
|
}
|
9
6
|
export {
|
10
|
-
|
7
|
+
n as useRouter
|
11
8
|
};
|
package/dist/index138.js
CHANGED
package/dist/index139.js
CHANGED
package/dist/index140.js
CHANGED
package/dist/index141.js
CHANGED
package/dist/index142.js
CHANGED
package/dist/index143.js
CHANGED
package/dist/index144.js
CHANGED
package/dist/index145.js
CHANGED
package/dist/index146.js
CHANGED
package/dist/index147.js
CHANGED
package/dist/index148.js
CHANGED
package/dist/index149.js
CHANGED
package/dist/index15.js
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
import { defineComponent as k, ref as y, computed as v, watchPostEffect as h, openBlock as g, createElementBlock as C, Fragment as w, createVNode as d, normalizeClass as B, withCtx as n, renderSlot as r, createElementVNode as s, normalizeStyle as V, withModifiers as H, withDirectives as E, mergeProps as q, unref as $ } from "vue";
|
2
|
-
import z from "./
|
2
|
+
import z from "./index207.js";
|
3
3
|
/* empty css */
|
4
|
-
import I from "./
|
5
|
-
import { vMaska as M } from "./
|
6
|
-
import { isHex as D } from "./
|
4
|
+
import I from "./index209.js";
|
5
|
+
import { vMaska as M } from "./index210.js";
|
6
|
+
import { isHex as D } from "./index211.js";
|
7
7
|
const F = ["id", "aria-describedby", "aria-invalid", "autocomplete", "autofocus", "disabled", "name", "placeholder", "readonly", "required", "value"], P = ["aria-invalid", "disabled", "required"], T = /* @__PURE__ */ k({
|
8
8
|
__name: "BaseColorInput",
|
9
9
|
props: {
|
package/dist/index150.js
CHANGED
package/dist/index151.js
CHANGED
package/dist/index152.js
CHANGED
package/dist/index153.js
CHANGED
package/dist/index154.js
CHANGED
package/dist/index155.js
CHANGED
package/dist/index156.js
CHANGED
package/dist/index157.js
CHANGED
package/dist/index158.js
CHANGED
package/dist/index159.js
CHANGED
package/dist/index160.js
CHANGED
package/dist/index161.js
CHANGED
package/dist/index162.js
CHANGED
package/dist/index163.js
CHANGED
package/dist/index164.js
CHANGED
package/dist/index165.js
CHANGED
package/dist/index169.js
ADDED
package/dist/index17.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import { defineComponent as E, ref as m, computed as n, watch as _, openBlock as p, createElementBlock as h, normalizeProps as i, guardReactiveProps as f, mergeProps as k, createCommentVNode as I, createElementVNode as l, renderSlot as F } from "vue";
|
2
|
-
import { isCssColor as y } from "./
|
3
|
-
import { when as N } from "./
|
4
|
-
import { booleanishToBoolean as S } from "./
|
2
|
+
import { isCssColor as y } from "./index241.js";
|
3
|
+
import { when as N } from "./index242.js";
|
4
|
+
import { booleanishToBoolean as S } from "./index243.js";
|
5
5
|
const A = {
|
6
6
|
"aria-hidden": "true",
|
7
7
|
class: "bb-base-checkbox-container"
|
package/dist/index170.js
CHANGED
package/dist/index171.js
CHANGED
package/dist/index172.js
CHANGED
package/dist/index173.js
CHANGED
package/dist/index174.js
CHANGED
package/dist/index175.js
CHANGED
package/dist/index176.js
CHANGED
package/dist/index178.js
ADDED
package/dist/index179.js
CHANGED
package/dist/index180.js
CHANGED
package/dist/index181.js
CHANGED
package/dist/index182.js
CHANGED
package/dist/index183.js
CHANGED
package/dist/index184.js
CHANGED
package/dist/index185.js
CHANGED
package/dist/index186.js
CHANGED
package/dist/index187.js
CHANGED
package/dist/index188.js
CHANGED
package/dist/index189.js
CHANGED
package/dist/index19.js
CHANGED
@@ -1,10 +1,11 @@
|
|
1
|
-
import { defineComponent as
|
2
|
-
import { useOptions as
|
3
|
-
import
|
1
|
+
import { defineComponent as w, ref as v, toRef as l, openBlock as O, createBlock as x, unref as d, withCtx as i, renderSlot as s, normalizeProps as p, guardReactiveProps as f, createVNode as F, mergeProps as g } from "vue";
|
2
|
+
import { useOptions as M } from "./index236.js";
|
3
|
+
import H from "./index17.js";
|
4
4
|
/* empty css */
|
5
|
-
import
|
5
|
+
import P from "./index237.js";
|
6
6
|
/* empty css */
|
7
|
-
|
7
|
+
import { useLocale as z } from "./index239.js";
|
8
|
+
const N = /* @__PURE__ */ w({
|
8
9
|
__name: "BaseCheckboxGroup",
|
9
10
|
props: {
|
10
11
|
ariaDescribedby: {},
|
@@ -21,26 +22,26 @@ const q = /* @__PURE__ */ $({
|
|
21
22
|
items: { type: [Array, Function], default: () => [] },
|
22
23
|
itemText: {},
|
23
24
|
itemValue: {},
|
24
|
-
loadingText: {
|
25
|
+
loadingText: {},
|
25
26
|
max: {},
|
26
27
|
modelValue: {},
|
27
28
|
modelValueDebounceTime: { default: 0 },
|
28
29
|
name: {},
|
29
|
-
noDataText: {
|
30
|
+
noDataText: {},
|
30
31
|
readonly: { type: Boolean }
|
31
32
|
},
|
32
33
|
emits: ["blur", "change", "click", "focus", "inactive", "input", "keydown", "mousedown", "mouseup", "update:modelValue"],
|
33
|
-
setup(
|
34
|
-
const n =
|
35
|
-
innerLoading:
|
36
|
-
options:
|
37
|
-
selectOption:
|
34
|
+
setup(y, { emit: T }) {
|
35
|
+
const n = y, t = T, { t: b } = z(), h = v(), r = v(!1), {
|
36
|
+
innerLoading: k,
|
37
|
+
options: D,
|
38
|
+
selectOption: L,
|
38
39
|
unselectOption: C
|
39
|
-
} =
|
40
|
+
} = M({
|
40
41
|
dependencies: l(n, "dependencies"),
|
41
42
|
depsDebounceTime: n.depsDebounceTime,
|
42
43
|
disabled: l(n, "disabled"),
|
43
|
-
emit:
|
44
|
+
emit: t,
|
44
45
|
enforceCoherence: n.enforceCoherence,
|
45
46
|
items: l(n, "items"),
|
46
47
|
itemText: n.itemText,
|
@@ -53,37 +54,37 @@ const q = /* @__PURE__ */ $({
|
|
53
54
|
queryDebounceTime: 0,
|
54
55
|
resetQueryOnOptionSelected: !1,
|
55
56
|
stash: !1
|
56
|
-
}),
|
57
|
+
}), E = (e) => {
|
57
58
|
if (n.id)
|
58
59
|
return [n.id, e.valueHash].filter(Boolean).join("-");
|
59
|
-
},
|
60
|
-
|
61
|
-
},
|
62
|
-
onBlur: (e) =>
|
63
|
-
onClick: (e) =>
|
60
|
+
}, V = (e, a) => {
|
61
|
+
t("change", e), a.selected ? C(a) : L(a);
|
62
|
+
}, B = {
|
63
|
+
onBlur: (e) => t("blur", e),
|
64
|
+
onClick: (e) => t("click", e),
|
64
65
|
onFocus: (e) => {
|
65
|
-
|
66
|
+
t("focus", e), r.value || (document.addEventListener("focusin", u, { passive: !0 }), document.addEventListener("click", c, { passive: !0 }), r.value = !0);
|
66
67
|
},
|
67
|
-
onInput: (e) =>
|
68
|
-
onKeydown: (e) =>
|
69
|
-
onMousedown: (e) =>
|
70
|
-
onMouseup: (e) =>
|
71
|
-
}, d = (e) => {
|
72
|
-
var t;
|
73
|
-
e.target instanceof HTMLElement && ((t = f.value) != null && t.contains(e.target) || (a("inactive"), r.value = !1, document.removeEventListener("focusin", d), document.removeEventListener("click", u)));
|
68
|
+
onInput: (e) => t("input", e),
|
69
|
+
onKeydown: (e) => t("keydown", e),
|
70
|
+
onMousedown: (e) => t("mousedown", e),
|
71
|
+
onMouseup: (e) => t("mouseup", e)
|
74
72
|
}, u = (e) => {
|
75
|
-
var
|
76
|
-
e.target instanceof HTMLElement && ((
|
73
|
+
var a;
|
74
|
+
e.target instanceof HTMLElement && ((a = h.value) != null && a.contains(e.target) || (t("inactive"), r.value = !1, document.removeEventListener("focusin", u), document.removeEventListener("click", c)));
|
75
|
+
}, c = (e) => {
|
76
|
+
var a;
|
77
|
+
e.target instanceof HTMLElement && ((a = h.value) != null && a.contains(e.target) || (t("inactive"), r.value = !1, document.removeEventListener("focusin", u), document.removeEventListener("click", c)));
|
77
78
|
};
|
78
|
-
return (e,
|
79
|
+
return (e, a) => (O(), x(P, {
|
79
80
|
class: "bb-base-checkbox-group",
|
80
81
|
direction: e.direction,
|
81
82
|
"has-errors": e.hasErrors,
|
82
83
|
"hide-label": e.hideLabel,
|
83
|
-
loading: !!
|
84
|
-
"loading-text": e.loadingText,
|
85
|
-
"no-data-text": e.noDataText,
|
86
|
-
options:
|
84
|
+
loading: !!d(k),
|
85
|
+
"loading-text": e.loadingText || d(b)("common.loadingText"),
|
86
|
+
"no-data-text": e.noDataText || d(b)("common.noDataText"),
|
87
|
+
options: d(D)
|
87
88
|
}, {
|
88
89
|
prepend: i(() => [
|
89
90
|
s(e.$slots, "prepend")
|
@@ -95,16 +96,16 @@ const q = /* @__PURE__ */ $({
|
|
95
96
|
s(e.$slots, "no-data")
|
96
97
|
]),
|
97
98
|
label: i((o) => [
|
98
|
-
s(e.$slots, "label",
|
99
|
+
s(e.$slots, "label", p(f(o)))
|
99
100
|
]),
|
100
101
|
"option:prepend": i((o) => [
|
101
|
-
s(e.$slots, "option:prepend",
|
102
|
+
s(e.$slots, "option:prepend", p(f(o)))
|
102
103
|
]),
|
103
|
-
input: i(({ option: o, index:
|
104
|
-
|
105
|
-
id:
|
104
|
+
input: i(({ option: o, index: $ }) => [
|
105
|
+
F(H, g({
|
106
|
+
id: E(o),
|
106
107
|
"aria-describedby": e.ariaDescribedby,
|
107
|
-
autofocus: e.autofocus &&
|
108
|
+
autofocus: e.autofocus && !$,
|
108
109
|
checked: o.selected,
|
109
110
|
color: e.color,
|
110
111
|
disabled: o.disabled,
|
@@ -112,20 +113,20 @@ const q = /* @__PURE__ */ $({
|
|
112
113
|
name: e.name,
|
113
114
|
readonly: e.readonly,
|
114
115
|
"true-value": o.value
|
115
|
-
},
|
116
|
-
onChange: (
|
116
|
+
}, B, {
|
117
|
+
onChange: (m) => V(m, o)
|
117
118
|
}), {
|
118
|
-
icon: i((
|
119
|
-
s(e.$slots, "icon",
|
119
|
+
icon: i((m) => [
|
120
|
+
s(e.$slots, "icon", g({
|
120
121
|
item: o.item,
|
121
122
|
text: o.text
|
122
|
-
},
|
123
|
+
}, m))
|
123
124
|
]),
|
124
125
|
_: 2
|
125
126
|
}, 1040, ["id", "aria-describedby", "autofocus", "checked", "color", "disabled", "has-errors", "name", "readonly", "true-value", "onChange"])
|
126
127
|
]),
|
127
128
|
"option:append": i((o) => [
|
128
|
-
s(e.$slots, "option:append",
|
129
|
+
s(e.$slots, "option:append", p(f(o)))
|
129
130
|
]),
|
130
131
|
append: i(() => [
|
131
132
|
s(e.$slots, "append")
|
@@ -135,5 +136,5 @@ const q = /* @__PURE__ */ $({
|
|
135
136
|
}
|
136
137
|
});
|
137
138
|
export {
|
138
|
-
|
139
|
+
N as default
|
139
140
|
};
|