bitboss-ui 2.1.103 → 2.1.104
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/BbSelectPopover/BbSelectPopover.vue.d.ts +277 -0
- package/dist/components/FlatListBox.vue.d.ts +4 -1
- package/dist/components/GroupedListBox.vue.d.ts +4 -1
- package/dist/components/ListBox.vue.d.ts +5 -1
- package/dist/composables/useCoherence.d.ts +1 -0
- package/dist/composables/usePrefill.d.ts +13 -3
- package/dist/index.d.ts +1 -0
- package/dist/index109.js +21 -23
- package/dist/index116.js +1 -1
- package/dist/index122.js +4 -4
- package/dist/index124.js +15 -17
- package/dist/index132.js +1 -1
- package/dist/index134.js +5 -5
- package/dist/index136.js +1 -1
- package/dist/index138.js +2 -2
- package/dist/index14.js +1 -1
- package/dist/index141.js +1 -1
- package/dist/index145.js +1 -1
- package/dist/index146.js +2 -2
- package/dist/index16.js +3 -3
- package/dist/index18.js +3 -3
- package/dist/index20.js +14 -14
- package/dist/index218.js +2 -2
- package/dist/index22.js +14 -14
- package/dist/index220.js +2 -2
- package/dist/index221.js +3 -5
- package/dist/index222.js +4 -7
- package/dist/index223.js +8 -2
- package/dist/index224.js +34 -2
- package/dist/index225.js +67 -3
- package/dist/index226.js +86 -33
- package/dist/index228.js +32 -0
- package/dist/index229.js +17 -5
- package/dist/index230.js +51 -5
- package/dist/index231.js +18 -5
- package/dist/index232.js +3 -5
- package/dist/index233.js +12 -3
- package/dist/index234.js +18 -2
- package/dist/index235.js +13 -6
- package/dist/index236.js +12 -7
- package/dist/index237.js +13 -268
- package/dist/index238.js +2 -52
- package/dist/index239.js +101 -47
- package/dist/index24.js +11 -11
- package/dist/index241.js +95 -55
- package/dist/index243.js +3 -3
- package/dist/index244.js +17 -85
- package/dist/index245.js +14 -0
- package/dist/index246.js +4 -29
- package/dist/index247.js +135 -16
- package/dist/index249.js +107 -51
- package/dist/index250.js +2 -15
- package/dist/index251.js +11 -12
- package/dist/index252.js +2 -2
- package/dist/index253.js +2 -4
- package/dist/index254.js +7 -106
- package/dist/index255.js +9 -0
- package/dist/index256.js +5 -100
- package/dist/index257.js +11 -0
- package/dist/index258.js +23 -3
- package/dist/index259.js +4 -10
- package/dist/index26.js +3 -3
- package/dist/index260.js +22 -2
- package/dist/index261.js +8 -4
- package/dist/index262.js +9 -5
- package/dist/index263.js +25 -5
- package/dist/index264.js +6 -5
- package/dist/index265.js +16 -2
- package/dist/index266.js +3 -20
- package/dist/index267.js +2 -135
- package/dist/index268.js +4 -0
- package/dist/index269.js +6 -187
- package/dist/index270.js +5 -3
- package/dist/index271.js +5 -13
- package/dist/index272.js +5 -13
- package/dist/index273.js +5 -23
- package/dist/index274.js +5 -9
- package/dist/index275.js +5 -23
- package/dist/index276.js +18 -16
- package/dist/index277.js +4 -12
- package/dist/index278.js +7 -102
- package/dist/index279.js +20 -10
- package/dist/index28.js +1 -1
- package/dist/index280.js +33 -9
- package/dist/index281.js +27 -20
- package/dist/index283.js +9 -32
- package/dist/index284.js +3 -4
- package/dist/index285.js +3 -67
- package/dist/index286.js +373 -9
- package/dist/index288.js +188 -2
- package/dist/index289.js +3 -7
- package/dist/index290.js +5 -7
- package/dist/index291.js +6 -3
- package/dist/index292.js +268 -6
- package/dist/index293.js +50 -14
- package/dist/index294.js +52 -5
- package/dist/index295.js +31 -52
- package/dist/index296.js +58 -32
- package/dist/index297.js +32 -372
- package/dist/index298.js +55 -0
- package/dist/index299.js +4 -0
- package/dist/index30.js +3 -3
- package/dist/index300.js +5 -3
- package/dist/index301.js +2 -5
- package/dist/index302.js +3 -280
- package/dist/index303.js +17 -2
- package/dist/index304.js +27 -15
- package/dist/index305.js +3 -2
- package/dist/index306.js +3 -16
- package/dist/index307.js +4 -2
- package/dist/index308.js +7 -27
- package/dist/index310.js +3 -2
- package/dist/index311.js +3 -2
- package/dist/index312.js +1 -1
- package/dist/index313.js +5 -2
- package/dist/index314.js +719 -28
- package/dist/index315.js +366 -2
- package/dist/index316.js +57 -7
- package/dist/index317.js +280 -3
- package/dist/index318.js +2 -17
- package/dist/index319.js +125 -4
- package/dist/index32.js +2 -2
- package/dist/index320.js +2 -3
- package/dist/index321.js +15 -3
- package/dist/index322.js +2 -125
- package/dist/index323.js +16 -2
- package/dist/index324.js +2 -15
- package/dist/index325.js +16 -2
- package/dist/index326.js +2 -19
- package/dist/index327.js +19 -2
- package/dist/index328.js +2 -3
- package/dist/index329.js +3 -2
- package/dist/index330.js +27 -2
- package/dist/index331.js +2 -6
- package/dist/index332.js +2 -4
- package/dist/index333.js +2 -5
- package/dist/index334.js +2 -719
- package/dist/index335.js +2 -366
- package/dist/index336.js +2 -57
- package/dist/index337.js +228 -2
- package/dist/index338.js +6 -5
- package/dist/index339.js +67 -7
- package/dist/index34.js +12 -12
- package/dist/index340.js +67 -7
- package/dist/index341.js +3 -18
- package/dist/index342.js +34 -8
- package/dist/index343.js +6 -15
- package/dist/index344.js +125 -31
- package/dist/index345.js +398 -6
- package/dist/index346.js +197 -126
- package/dist/index347.js +256 -395
- package/dist/index348.js +92 -66
- package/dist/index349.js +133 -66
- package/dist/index350.js +2 -228
- package/dist/index351.js +2 -3
- package/dist/index352.js +5 -191
- package/dist/index353.js +7 -258
- package/dist/index354.js +7 -22
- package/dist/index355.js +21 -0
- package/dist/index356.js +7 -132
- package/dist/index357.js +12 -90
- package/dist/index358.js +21 -1
- package/dist/index36.js +4 -4
- package/dist/index363.js +1 -1
- package/dist/index38.js +244 -244
- package/dist/index40.js +7 -7
- package/dist/index42.js +2 -2
- package/dist/index44.js +27 -29
- package/dist/index46.js +6 -6
- package/dist/index50.js +2 -2
- package/dist/index54.js +1 -1
- package/dist/index56.js +1 -1
- package/dist/index58.js +2 -2
- package/dist/index60.js +2 -2
- package/dist/index62.js +5 -5
- package/dist/index68.js +1 -1
- package/dist/index74.js +4 -4
- package/dist/index82.js +7 -7
- package/dist/index84.js +1 -1
- package/dist/index86.js +2 -2
- package/dist/index88.js +3 -3
- package/dist/index90.js +1 -1
- package/dist/index93.js +3 -3
- package/dist/index95.js +2 -2
- package/dist/index97.js +5 -5
- package/dist/index99.js +1 -1
- package/package.json +1 -1
- package/dist/index227.js +0 -30
- package/dist/index240.js +0 -34
- package/dist/index242.js +0 -15
- package/dist/index248.js +0 -19
- package/dist/index282.js +0 -27
- package/dist/index287.js +0 -9
- package/dist/index309.js +0 -4
- package/dist/index359.js +0 -4
package/dist/index146.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { isArray as p } from "./
|
|
2
|
-
import { isPlainObject as i } from "./
|
|
1
|
+
import { isArray as p } from "./index222.js";
|
|
2
|
+
import { isPlainObject as i } from "./index223.js";
|
|
3
3
|
function f(e, n, u, l, r) {
|
|
4
4
|
const o = {}.propertyIsEnumerable.call(l, n) ? "enumerable" : "nonenumerable";
|
|
5
5
|
o === "enumerable" && (e[n] = u), r && o === "nonenumerable" && Object.defineProperty(e, n, {
|
package/dist/index16.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent as C, ref as d, computed as i, createBlock as $, openBlock as g, normalizeClass as I, withCtx as n, createVNode as b, unref as t, withDirectives as M, createElementVNode as p, mergeProps as f, renderSlot as s } from "vue";
|
|
2
|
-
import { isHex as q } from "./
|
|
2
|
+
import { isHex as q } from "./index277.js";
|
|
3
3
|
import { isNotNil as D } from "./index147.js";
|
|
4
4
|
import { useId as E } from "./index8.js";
|
|
5
|
-
import { useLocale as N } from "./
|
|
6
|
-
import { vMaska as L } from "./
|
|
5
|
+
import { useLocale as N } from "./index236.js";
|
|
6
|
+
import { vMaska as L } from "./index276.js";
|
|
7
7
|
import P from "./index74.js";
|
|
8
8
|
import z from "./index138.js";
|
|
9
9
|
/* empty css */
|
package/dist/index18.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as _, ref as i, computed as t, watch as F, createElementBlock as p, openBlock as h, normalizeProps as d, guardReactiveProps as f, createCommentVNode as L, createElementVNode as s, mergeProps as k, renderSlot as M } from "vue";
|
|
2
|
-
import { isCssColor as y } from "./
|
|
3
|
-
import { booleanishToBoolean as q } from "./
|
|
4
|
-
import { isEqual as A } from "./
|
|
2
|
+
import { isCssColor as y } from "./index253.js";
|
|
3
|
+
import { booleanishToBoolean as q } from "./index267.js";
|
|
4
|
+
import { isEqual as A } from "./index285.js";
|
|
5
5
|
const N = {
|
|
6
6
|
"aria-hidden": "true",
|
|
7
7
|
class: "bb-base-checkbox-container"
|
package/dist/index20.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { defineComponent as z, ref as B, toRef as p, computed as G, createBlock as R, openBlock as W, unref as T, withCtx as n, renderSlot as s, normalizeProps as f, guardReactiveProps as h, createVNode as K, mergeProps as w } from "vue";
|
|
2
2
|
import N from "./index18.js";
|
|
3
3
|
/* empty css */
|
|
4
|
-
import U from "./
|
|
4
|
+
import U from "./index226.js";
|
|
5
5
|
/* empty css */
|
|
6
|
-
import { useItemsGetter as q } from "./
|
|
7
|
-
import { useIndexById as C } from "./
|
|
8
|
-
import { useBaseOptions as J } from "./
|
|
9
|
-
import { useCoherence as Q } from "./
|
|
10
|
-
import { hash as X } from "./
|
|
11
|
-
import { useHashedWatcher as $ } from "./
|
|
12
|
-
import { usePrefill as Y } from "./
|
|
6
|
+
import { useItemsGetter as q } from "./index228.js";
|
|
7
|
+
import { useIndexById as C } from "./index229.js";
|
|
8
|
+
import { useBaseOptions as J } from "./index230.js";
|
|
9
|
+
import { useCoherence as Q } from "./index231.js";
|
|
10
|
+
import { hash as X } from "./index232.js";
|
|
11
|
+
import { useHashedWatcher as $ } from "./index233.js";
|
|
12
|
+
import { usePrefill as Y } from "./index234.js";
|
|
13
13
|
const ce = /* @__PURE__ */ z({
|
|
14
14
|
__name: "BaseCheckboxGroup",
|
|
15
15
|
props: {
|
|
@@ -50,10 +50,10 @@ const ce = /* @__PURE__ */ z({
|
|
|
50
50
|
}), c = () => {
|
|
51
51
|
o.enforceCoherence && !v.value && t("update:modelValue", F.value.coherent);
|
|
52
52
|
}, { hasPrefilled: L } = Y({
|
|
53
|
-
|
|
53
|
+
trigger: !0,
|
|
54
54
|
currentValue: o.modelValue,
|
|
55
55
|
multiple: !0,
|
|
56
|
-
fn: async (
|
|
56
|
+
fn: async (e) => {
|
|
57
57
|
await u(e, o.modelValue), c();
|
|
58
58
|
}
|
|
59
59
|
}), { data: b } = C({
|
|
@@ -100,9 +100,9 @@ const ce = /* @__PURE__ */ z({
|
|
|
100
100
|
const O = (e) => {
|
|
101
101
|
if (o.id)
|
|
102
102
|
return [o.id, e.valueHash].filter(Boolean).join("-");
|
|
103
|
-
},
|
|
103
|
+
}, A = (e, l) => {
|
|
104
104
|
t("change", e), l.selected ? M(l) : x(l);
|
|
105
|
-
},
|
|
105
|
+
}, S = {
|
|
106
106
|
onBlur: (e) => t("blur", e),
|
|
107
107
|
onClick: (e) => t("click", e),
|
|
108
108
|
onFocus: (e) => {
|
|
@@ -158,8 +158,8 @@ const ce = /* @__PURE__ */ z({
|
|
|
158
158
|
name: e.name,
|
|
159
159
|
readonly: e.readonly,
|
|
160
160
|
"true-value": a.value
|
|
161
|
-
},
|
|
162
|
-
onChange: (m) =>
|
|
161
|
+
}, S, {
|
|
162
|
+
onChange: (m) => A(m, a)
|
|
163
163
|
}), {
|
|
164
164
|
icon: n((m) => [
|
|
165
165
|
s(e.$slots, "icon", w({
|
package/dist/index218.js
CHANGED
package/dist/index22.js
CHANGED
|
@@ -5,20 +5,20 @@ import { _config as Q } from "./index4.js";
|
|
|
5
5
|
import { useId as X } from "./index8.js";
|
|
6
6
|
import b from "./index14.js";
|
|
7
7
|
/* empty css */
|
|
8
|
-
import d from "./
|
|
9
|
-
import ee from "./
|
|
10
|
-
import ae from "./
|
|
11
|
-
import te from "./
|
|
12
|
-
import { hash as B } from "./
|
|
13
|
-
import { last as le } from "./
|
|
14
|
-
import { validateDateFormat as L } from "./
|
|
15
|
-
import { useLogger as oe } from "./
|
|
16
|
-
import re from "./
|
|
17
|
-
import se from "./
|
|
18
|
-
import de from "./
|
|
19
|
-
import S from "./
|
|
20
|
-
import ie from "./
|
|
21
|
-
import { useLocale as ne } from "./
|
|
8
|
+
import d from "./index270.js";
|
|
9
|
+
import ee from "./index273.js";
|
|
10
|
+
import ae from "./index274.js";
|
|
11
|
+
import te from "./index290.js";
|
|
12
|
+
import { hash as B } from "./index232.js";
|
|
13
|
+
import { last as le } from "./index238.js";
|
|
14
|
+
import { validateDateFormat as L } from "./index291.js";
|
|
15
|
+
import { useLogger as oe } from "./index261.js";
|
|
16
|
+
import re from "./index292.js";
|
|
17
|
+
import se from "./index293.js";
|
|
18
|
+
import de from "./index294.js";
|
|
19
|
+
import S from "./index295.js";
|
|
20
|
+
import ie from "./index296.js";
|
|
21
|
+
import { useLocale as ne } from "./index236.js";
|
|
22
22
|
const ue = { class: "bb-base-date-picker" }, me = { class: "bb-base-date-picker__body" }, ce = { class: "bb-base-date-picker__controls" }, pe = { class: "sr-only" }, fe = { class: "sr-only" }, be = { class: "sr-only" }, ve = {
|
|
23
23
|
style: { transform: "rotate(180deg)" },
|
|
24
24
|
viewBox: "0 0 24 24",
|
package/dist/index220.js
CHANGED
package/dist/index221.js
CHANGED
package/dist/index222.js
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import { getType as
|
|
2
|
-
function
|
|
3
|
-
|
|
4
|
-
return !1;
|
|
5
|
-
const t = Object.getPrototypeOf(e);
|
|
6
|
-
return !!t && t.constructor === Object && t === Object.prototype;
|
|
1
|
+
import { getType as t } from "./index341.js";
|
|
2
|
+
function o(r) {
|
|
3
|
+
return t(r) === "Array";
|
|
7
4
|
}
|
|
8
5
|
export {
|
|
9
|
-
|
|
6
|
+
o as isArray
|
|
10
7
|
};
|
package/dist/index223.js
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
import { getType as o } from "./index341.js";
|
|
2
|
+
function c(e) {
|
|
3
|
+
if (o(e) !== "Object")
|
|
4
|
+
return !1;
|
|
5
|
+
const t = Object.getPrototypeOf(e);
|
|
6
|
+
return !!t && t.constructor === Object && t === Object.prototype;
|
|
7
|
+
}
|
|
2
8
|
export {
|
|
3
|
-
|
|
9
|
+
c as isPlainObject
|
|
4
10
|
};
|
package/dist/index224.js
CHANGED
|
@@ -1,4 +1,36 @@
|
|
|
1
|
-
|
|
1
|
+
import { defineComponent as a, resolveComponent as o, createBlock as u, openBlock as l, resolveDynamicComponent as m, unref as c, withCtx as p, renderSlot as f } from "vue";
|
|
2
|
+
import { _config as e } from "./index4.js";
|
|
3
|
+
import { useLogger as i } from "./index261.js";
|
|
4
|
+
import { useFrameworkDetection as k } from "./index144.js";
|
|
5
|
+
const y = /* @__PURE__ */ a({
|
|
6
|
+
__name: "RouterComponent",
|
|
7
|
+
setup(g) {
|
|
8
|
+
const { isInertia: r, isNuxt: s } = k();
|
|
9
|
+
let t;
|
|
10
|
+
if (r) {
|
|
11
|
+
if (t = o(e.inertiaLinkName), typeof t == "string") {
|
|
12
|
+
const { warn: n } = i();
|
|
13
|
+
n(
|
|
14
|
+
`Inertia link component "${e.inertiaLinkName}" could not be resolved. Ensure you app registers a link component with the name "${e.inertiaLinkName}" or set bitboss-ui config key "inertiaLinkName" to the correct value globally. Please visit ${e.documentationURL}/getting-started to resolve setup issues in bitboss-ui.`
|
|
15
|
+
);
|
|
16
|
+
}
|
|
17
|
+
} else if (s) {
|
|
18
|
+
if (t = o(e.nuxtLinkName), typeof t == "string") {
|
|
19
|
+
const { warn: n } = i();
|
|
20
|
+
n(
|
|
21
|
+
`Nuxt link component "${e.nuxtLinkName}" could not be resolved. Ensure you app registers a link component with the name "${e.nuxtLinkName}" or set bitboss-ui config key "nuxtLinkName" to the correct value globally. Please visit ${e.documentationURL}/getting-started to resolve setup issues in bitboss-ui.`
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
} else
|
|
25
|
+
t = "router-link";
|
|
26
|
+
return (n, d) => (l(), u(m(c(t)), null, {
|
|
27
|
+
default: p(() => [
|
|
28
|
+
f(n.$slots, "default")
|
|
29
|
+
]),
|
|
30
|
+
_: 3
|
|
31
|
+
}));
|
|
32
|
+
}
|
|
33
|
+
});
|
|
2
34
|
export {
|
|
3
|
-
|
|
35
|
+
y as default
|
|
4
36
|
};
|
package/dist/index225.js
CHANGED
|
@@ -1,5 +1,69 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { defineComponent as d, createElementBlock as l, openBlock as o, normalizeClass as u, createElementVNode as t, createBlock as i, createCommentVNode as s, unref as f, withCtx as g, toDisplayString as n } from "vue";
|
|
2
|
+
import { useLocale as k } from "./index236.js";
|
|
3
|
+
import h from "./index14.js";
|
|
4
|
+
/* empty css */
|
|
5
|
+
import C from "./index88.js";
|
|
6
|
+
/* empty css */
|
|
7
|
+
const w = { class: "bb-toast-message__icon-container" }, v = { class: "bb-toast-message__content" }, y = {
|
|
8
|
+
key: 1,
|
|
9
|
+
class: "bb-toast-message__title"
|
|
10
|
+
}, B = { class: "bb-toast-message__text" }, z = /* @__PURE__ */ d({
|
|
11
|
+
__name: "BbToastMessage",
|
|
12
|
+
props: {
|
|
13
|
+
title: {},
|
|
14
|
+
text: {},
|
|
15
|
+
icon: {},
|
|
16
|
+
theme: { default: "default" },
|
|
17
|
+
id: {},
|
|
18
|
+
showClose: { type: Boolean }
|
|
19
|
+
},
|
|
20
|
+
emits: ["click:close"],
|
|
21
|
+
setup(r, { emit: c }) {
|
|
22
|
+
const m = r, p = c, { t: _ } = k(), b = () => {
|
|
23
|
+
p("click:close", m.id);
|
|
24
|
+
};
|
|
25
|
+
return (e, a) => (o(), l("div", {
|
|
26
|
+
"aria-atomic": "true",
|
|
27
|
+
"aria-live": "polite",
|
|
28
|
+
"aria-role": "alert",
|
|
29
|
+
class: u(["bb-toast-message", { [`bb-toast-message--${e.theme}`]: e.theme }])
|
|
30
|
+
}, [
|
|
31
|
+
t("div", w, [
|
|
32
|
+
e.icon ? (o(), i(C, {
|
|
33
|
+
key: 0,
|
|
34
|
+
class: "bb-toast-message__icon",
|
|
35
|
+
type: e.icon
|
|
36
|
+
}, null, 8, ["type"])) : s("", !0)
|
|
37
|
+
]),
|
|
38
|
+
t("div", v, [
|
|
39
|
+
e.showClose ? (o(), i(h, {
|
|
40
|
+
key: 0,
|
|
41
|
+
"aria-label": f(_)("common.closeLabel").value,
|
|
42
|
+
class: "bb-toast-message__close",
|
|
43
|
+
onClick: b
|
|
44
|
+
}, {
|
|
45
|
+
default: g(() => a[0] || (a[0] = [
|
|
46
|
+
t("svg", {
|
|
47
|
+
fill: "none",
|
|
48
|
+
viewBox: "0 0 24 24",
|
|
49
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
50
|
+
}, [
|
|
51
|
+
t("path", {
|
|
52
|
+
d: "M23 23L1 1M23 1L1 23",
|
|
53
|
+
stroke: "currentColor",
|
|
54
|
+
"stroke-linecap": "round",
|
|
55
|
+
"stroke-width": "2"
|
|
56
|
+
})
|
|
57
|
+
], -1)
|
|
58
|
+
])),
|
|
59
|
+
_: 1
|
|
60
|
+
}, 8, ["aria-label"])) : s("", !0),
|
|
61
|
+
e.title ? (o(), l("p", y, n(e.title), 1)) : s("", !0),
|
|
62
|
+
t("p", B, n(e.text), 1)
|
|
63
|
+
])
|
|
64
|
+
], 2));
|
|
65
|
+
}
|
|
66
|
+
});
|
|
3
67
|
export {
|
|
4
|
-
|
|
68
|
+
z as default
|
|
5
69
|
};
|
package/dist/index226.js
CHANGED
|
@@ -1,35 +1,88 @@
|
|
|
1
|
-
import { createElementBlock as
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
class: "bb-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
},
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
},
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
1
|
+
import { defineComponent as p, createElementBlock as n, openBlock as s, normalizeClass as r, createElementVNode as o, renderSlot as t, createCommentVNode as h, createTextVNode as l, toDisplayString as i, unref as b, Fragment as m, renderList as u } from "vue";
|
|
2
|
+
import { useLocale as g } from "./index236.js";
|
|
3
|
+
const k = { class: "bb-cr-container__container" }, y = {
|
|
4
|
+
key: 0,
|
|
5
|
+
class: "bb-cr-container__loading-container"
|
|
6
|
+
}, $ = {
|
|
7
|
+
key: 1,
|
|
8
|
+
class: "bb-cr-container__no-data-container"
|
|
9
|
+
}, C = /* @__PURE__ */ p({
|
|
10
|
+
__name: "OptionsContainer",
|
|
11
|
+
props: {
|
|
12
|
+
direction: {},
|
|
13
|
+
hasErrors: { type: Boolean },
|
|
14
|
+
hideLabel: { type: Boolean },
|
|
15
|
+
loadingText: {},
|
|
16
|
+
loading: { type: Boolean },
|
|
17
|
+
noDataText: {},
|
|
18
|
+
options: {}
|
|
19
|
+
},
|
|
20
|
+
setup(f) {
|
|
21
|
+
const { t: d } = g();
|
|
22
|
+
return (e, T) => (s(), n("span", {
|
|
23
|
+
ref: "container",
|
|
24
|
+
class: r(["bb-cr-container", {
|
|
25
|
+
"bb-cr-container--errors": e.hasErrors,
|
|
26
|
+
"bb-cr-container--horizontal": e.direction === "horizontal",
|
|
27
|
+
"bb-cr-container--vertical": e.direction === "vertical"
|
|
28
|
+
}])
|
|
29
|
+
}, [
|
|
30
|
+
o("span", k, [
|
|
31
|
+
t(e.$slots, "prepend"),
|
|
32
|
+
!e.options.length && e.loading ? (s(), n("span", y, [
|
|
33
|
+
t(e.$slots, "loading", {}, () => [
|
|
34
|
+
l(i(e.loadingText || b(d)("common.loadingText")), 1)
|
|
35
|
+
])
|
|
36
|
+
])) : e.options.length ? h("", !0) : (s(), n("span", $, [
|
|
37
|
+
t(e.$slots, "no-data", {}, () => [
|
|
38
|
+
l(i(e.noDataText || b(d)("common.noDataText")), 1)
|
|
39
|
+
])
|
|
40
|
+
])),
|
|
41
|
+
(s(!0), n(m, null, u(e.options, (a, c) => (s(), n(m, {
|
|
42
|
+
key: a?.valueHash || c
|
|
43
|
+
}, [
|
|
44
|
+
t(e.$slots, "option:prepend", {
|
|
45
|
+
id: a.valueHash,
|
|
46
|
+
checked: !!a.selected,
|
|
47
|
+
disabled: !!a.disabled,
|
|
48
|
+
item: a.item,
|
|
49
|
+
text: a.text
|
|
50
|
+
}),
|
|
51
|
+
o("label", {
|
|
52
|
+
class: r(["bb-cr-container-option", { "bb-base-radio-selected": a.selected }])
|
|
53
|
+
}, [
|
|
54
|
+
t(e.$slots, "input", {
|
|
55
|
+
index: c,
|
|
56
|
+
option: a
|
|
57
|
+
}),
|
|
58
|
+
o("span", {
|
|
59
|
+
class: r({
|
|
60
|
+
"bb-cr-container-option__text": !0,
|
|
61
|
+
"sr-only": e.hideLabel
|
|
62
|
+
})
|
|
63
|
+
}, [
|
|
64
|
+
t(e.$slots, "label", {
|
|
65
|
+
checked: !!a.selected,
|
|
66
|
+
item: a.item,
|
|
67
|
+
text: a.text
|
|
68
|
+
}, () => [
|
|
69
|
+
l(i(a.text), 1)
|
|
70
|
+
])
|
|
71
|
+
], 2)
|
|
72
|
+
], 2),
|
|
73
|
+
t(e.$slots, "option:append", {
|
|
74
|
+
id: a.valueHash,
|
|
75
|
+
checked: !!a.selected,
|
|
76
|
+
disabled: !!a.disabled,
|
|
77
|
+
item: a.item,
|
|
78
|
+
text: a.text
|
|
79
|
+
})
|
|
80
|
+
], 64))), 128)),
|
|
81
|
+
t(e.$slots, "append")
|
|
82
|
+
])
|
|
83
|
+
], 2));
|
|
84
|
+
}
|
|
85
|
+
});
|
|
33
86
|
export {
|
|
34
|
-
|
|
87
|
+
C as default
|
|
35
88
|
};
|
package/dist/index228.js
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { computed as s, unref as v, ref as c } from "vue";
|
|
2
|
+
import { useDebounceFn as m } from "./index219.js";
|
|
3
|
+
const y = (o) => {
|
|
4
|
+
const e = s(() => v(o.items)), t = c([]), r = c(0);
|
|
5
|
+
let a = 0;
|
|
6
|
+
const u = async (...i) => {
|
|
7
|
+
if (Array.isArray(e.value)) {
|
|
8
|
+
t.value = e.value;
|
|
9
|
+
return;
|
|
10
|
+
}
|
|
11
|
+
if (typeof e.value != "function") return;
|
|
12
|
+
const f = ++a;
|
|
13
|
+
r.value++;
|
|
14
|
+
try {
|
|
15
|
+
const n = await e.value(...i);
|
|
16
|
+
f === a && (t.value = n);
|
|
17
|
+
} catch (n) {
|
|
18
|
+
console.error(n);
|
|
19
|
+
} finally {
|
|
20
|
+
r.value--;
|
|
21
|
+
}
|
|
22
|
+
}, l = m(u, o.debounce || 0);
|
|
23
|
+
return {
|
|
24
|
+
getter: u,
|
|
25
|
+
debouncedGetter: l,
|
|
26
|
+
items: t,
|
|
27
|
+
loading: s(() => r.value > 0)
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
export {
|
|
31
|
+
y as useItemsGetter
|
|
32
|
+
};
|
package/dist/index229.js
CHANGED
|
@@ -1,7 +1,19 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { computed as u, unref as a } from "vue";
|
|
2
|
+
import { hash as d } from "./index232.js";
|
|
3
|
+
const p = ({
|
|
4
|
+
items: m,
|
|
5
|
+
key: e
|
|
6
|
+
}) => {
|
|
7
|
+
const n = (t) => e ? String(t[e]) : d(t), o = u(() => {
|
|
8
|
+
const t = {}, s = Array.from(a(m) ?? []);
|
|
9
|
+
for (let r = 0; r < s.length; r++) {
|
|
10
|
+
const c = s[r];
|
|
11
|
+
t[n(c)] = c;
|
|
12
|
+
}
|
|
13
|
+
return t;
|
|
14
|
+
});
|
|
15
|
+
return { data: o, get: (t) => o.value[n(t)] };
|
|
16
|
+
};
|
|
5
17
|
export {
|
|
6
|
-
|
|
18
|
+
p as useIndexById
|
|
7
19
|
};
|
package/dist/index230.js
CHANGED
|
@@ -1,7 +1,53 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { computed as l, unref as o } from "vue";
|
|
2
|
+
import { useItemText as x } from "./index303.js";
|
|
3
|
+
import { useItemValue as w } from "./index278.js";
|
|
4
|
+
import { hash as y } from "./index232.js";
|
|
5
|
+
import { useLogger as D } from "./index261.js";
|
|
6
|
+
const { getItemText: O } = x(), { getItemValue: V } = w(), { warn: H } = D(), T = (u, c, m, a, d, r) => r ? !1 : !!(c || u.disabled || a && d >= a), q = ({
|
|
7
|
+
items: u,
|
|
8
|
+
disabled: c,
|
|
9
|
+
selectable: m,
|
|
10
|
+
itemText: a,
|
|
11
|
+
itemValue: d,
|
|
12
|
+
selectedIndexedByHash: r,
|
|
13
|
+
max: b = 1 / 0
|
|
14
|
+
}) => {
|
|
15
|
+
const v = l(() => o(c)), p = l(() => o(u)), h = l(
|
|
16
|
+
() => Object.keys(r.value).length
|
|
17
|
+
), g = o(b), f = (e) => {
|
|
18
|
+
const n = V(e, o(d)), t = y(n), i = O(e, o(a)), s = r.value[t] !== void 0, I = T(
|
|
19
|
+
e,
|
|
20
|
+
v.value,
|
|
21
|
+
m,
|
|
22
|
+
g,
|
|
23
|
+
h.value,
|
|
24
|
+
s
|
|
25
|
+
);
|
|
26
|
+
return {
|
|
27
|
+
item: e,
|
|
28
|
+
text: i,
|
|
29
|
+
value: n,
|
|
30
|
+
valueHash: t,
|
|
31
|
+
selected: s,
|
|
32
|
+
disabled: o(I)
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
return {
|
|
36
|
+
options: l(() => {
|
|
37
|
+
const e = [], n = /* @__PURE__ */ new Set();
|
|
38
|
+
for (let t = 0; t < p.value.length; t++) {
|
|
39
|
+
const i = p.value[t];
|
|
40
|
+
i.disabled && H(
|
|
41
|
+
"Disabling an item by passing a disabled option to the item itself is deprecated and will be removed in a future version. Use the `disabled` prop or the `selectable` iteratee prop instead."
|
|
42
|
+
);
|
|
43
|
+
const s = f(i);
|
|
44
|
+
n.has(s.valueHash) || (n.add(s.valueHash), e.push(s));
|
|
45
|
+
}
|
|
46
|
+
return e;
|
|
47
|
+
}),
|
|
48
|
+
createOption: f
|
|
49
|
+
};
|
|
50
|
+
};
|
|
5
51
|
export {
|
|
6
|
-
|
|
52
|
+
q as useBaseOptions
|
|
7
53
|
};
|
package/dist/index231.js
CHANGED
|
@@ -1,7 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
const
|
|
1
|
+
import { isNil as a } from "./index250.js";
|
|
2
|
+
import { computed as n, unref as h } from "vue";
|
|
3
|
+
const v = ({ modelValue: r, iteratee: c, multiple: t }) => {
|
|
4
|
+
const s = n(
|
|
5
|
+
() => new Array().concat(h(r))
|
|
6
|
+
), e = n(() => s.value.reduce(
|
|
7
|
+
(o, u) => (c(u) ? o.coherent.push(u) : o.incoherent.push(u), o),
|
|
8
|
+
{ coherent: [], incoherent: [] }
|
|
9
|
+
)), i = n(() => t && !h(r).length || !t && a(h(r)) ? !0 : !e.value.incoherent.length), l = n(
|
|
10
|
+
() => t ? e.value.coherent : e.value.coherent[0] ?? null
|
|
11
|
+
);
|
|
12
|
+
return {
|
|
13
|
+
status: e,
|
|
14
|
+
coherent: i,
|
|
15
|
+
coherentValue: l
|
|
16
|
+
};
|
|
17
|
+
};
|
|
5
18
|
export {
|
|
6
|
-
|
|
19
|
+
v as useCoherence
|
|
7
20
|
};
|
package/dist/index232.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
var o = r();
|
|
4
|
-
const f = /* @__PURE__ */ e(o);
|
|
1
|
+
import { hash as o } from "./index304.js";
|
|
2
|
+
const t = (r, h = "bb") => `${h}${o(r)}`;
|
|
5
3
|
export {
|
|
6
|
-
|
|
4
|
+
t as hash
|
|
7
5
|
};
|
package/dist/index233.js
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
|
-
import { hash as
|
|
2
|
-
|
|
1
|
+
import { hash as e } from "./index232.js";
|
|
2
|
+
import { debouncedWatch as s } from "./index219.js";
|
|
3
|
+
const n = (o, c, h) => {
|
|
4
|
+
s(
|
|
5
|
+
o,
|
|
6
|
+
(r, t) => {
|
|
7
|
+
e(r) !== e(t) && c(r, t);
|
|
8
|
+
},
|
|
9
|
+
h
|
|
10
|
+
);
|
|
11
|
+
};
|
|
3
12
|
export {
|
|
4
|
-
|
|
13
|
+
n as useHashedWatcher
|
|
5
14
|
};
|
package/dist/index234.js
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
|
-
|
|
1
|
+
import { isNotNil as v } from "./index147.js";
|
|
2
|
+
import { computed as t, toValue as h, ref as u, onServerPrefetch as m, onBeforeMount as p } from "vue";
|
|
3
|
+
const g = ({
|
|
4
|
+
fn: i,
|
|
5
|
+
trigger: n = !1,
|
|
6
|
+
multiple: s,
|
|
7
|
+
currentValue: r
|
|
8
|
+
}) => {
|
|
9
|
+
const f = t(() => s ? !!r?.length : v(r)), o = t(
|
|
10
|
+
() => !!h(n) || f.value
|
|
11
|
+
), l = u(!1), e = u(!1), c = t(() => o.value || e.value), a = async () => {
|
|
12
|
+
l.value || e.value || (l.value = !0, await i(!0), l.value = !1, e.value = !0);
|
|
13
|
+
};
|
|
14
|
+
return o.value && (m(a), p(async () => {
|
|
15
|
+
e.value || await a();
|
|
16
|
+
})), { isPrefilling: l, hasPrefilled: e, canLoad: c, prefill: a };
|
|
17
|
+
};
|
|
2
18
|
export {
|
|
3
|
-
|
|
19
|
+
g as usePrefill
|
|
4
20
|
};
|
package/dist/index235.js
CHANGED
|
@@ -1,8 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
if (
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
const c = (t, r) => {
|
|
2
|
+
if (typeof t == "string") {
|
|
3
|
+
const e = /^(\d+)([a-zA-Z%]+)?$/, n = t.match(e);
|
|
4
|
+
if (n) {
|
|
5
|
+
const [, o, a] = n;
|
|
6
|
+
return a ? t : o + "px";
|
|
7
|
+
} else if (t in r)
|
|
8
|
+
return r[t] + "px";
|
|
9
|
+
throw new Error(`Invalid size: ${t}`);
|
|
10
|
+
}
|
|
11
|
+
return t + "px";
|
|
12
|
+
};
|
|
6
13
|
export {
|
|
7
|
-
|
|
14
|
+
c as parseSize
|
|
8
15
|
};
|