bitboss-ui 2.1.72 → 2.1.74
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/BbDropdown/BbDropdown.vue.d.ts +6 -12
- package/dist/components/BbDropdownButton/BbDropdownButton.vue.d.ts +2 -16
- package/dist/components/BbRows/BbRows.vue.d.ts +3 -3
- package/dist/components/BbTable/BbTable.vue.d.ts +30 -6
- package/dist/components/BbTable/types.d.ts +46 -28
- package/dist/components/BbTable/utils.d.ts +23 -0
- package/dist/index.css +1 -1
- package/dist/index107.js +9 -9
- package/dist/index112.js +1 -1
- package/dist/index114.js +1 -1
- package/dist/index120.js +1 -1
- package/dist/index122.js +326 -304
- package/dist/index13.js +2 -2
- package/dist/index130.js +1 -1
- package/dist/index132.js +5 -5
- package/dist/index134.js +1 -1
- package/dist/index136.js +2 -2
- package/dist/index139.js +1 -1
- package/dist/index142.js +1 -1
- package/dist/index15.js +5 -5
- package/dist/index17.js +3 -3
- package/dist/index19.js +8 -8
- package/dist/index21.js +14 -14
- package/dist/index215.js +2 -2
- package/dist/index216.js +2 -2
- package/dist/index217.js +1 -1
- package/dist/index218.js +1 -1
- package/dist/index219.js +9 -34
- package/dist/index220.js +13 -9
- package/dist/index221.js +13 -86
- package/dist/index222.js +129 -0
- package/dist/index224.js +4 -16
- package/dist/index225.js +22 -16
- package/dist/index226.js +2 -51
- package/dist/index227.js +2 -15
- package/dist/index228.js +2 -3
- package/dist/index229.js +4 -12
- package/dist/index23.js +11 -11
- package/dist/index230.js +20 -5
- package/dist/index231.js +201 -5
- package/dist/index233.js +34 -5
- package/dist/index234.js +9 -2
- package/dist/index235.js +2 -6
- package/dist/index236.js +8 -8
- package/dist/index237.js +3 -268
- package/dist/index238.js +28 -51
- package/dist/index239.js +16 -52
- package/dist/index240.js +17 -32
- package/dist/index241.js +50 -59
- package/dist/index242.js +12 -13
- package/dist/index243.js +3 -5
- package/dist/index244.js +11 -5
- package/dist/index245.js +8 -5
- package/dist/index246.js +2 -2
- package/dist/index247.js +7 -3
- package/dist/index248.js +2 -20
- package/dist/index249.js +7 -127
- package/dist/index25.js +3 -3
- package/dist/index250.js +190 -0
- package/dist/index251.js +5 -33
- package/dist/index252.js +5 -28
- package/dist/{index232.js → index253.js} +1 -1
- package/dist/index254.js +5 -2
- package/dist/index255.js +6 -2
- package/dist/index256.js +268 -3
- package/dist/index257.js +52 -6
- package/dist/index258.js +51 -15
- package/dist/index259.js +26 -100
- package/dist/index260.js +62 -0
- package/dist/index261.js +3 -100
- package/dist/index262.js +20 -0
- package/dist/index263.js +12 -67
- package/dist/index264.js +14 -187
- package/dist/index265.js +4 -3
- package/dist/index266.js +106 -4
- package/dist/index268.js +100 -2
- package/dist/index27.js +1 -1
- package/dist/index270.js +229 -9
- package/dist/index271.js +85 -12
- package/dist/index275.js +8 -3
- package/dist/index276.js +67 -5
- package/dist/index277.js +9 -4
- package/dist/index278.js +23 -201
- package/dist/index279.js +7 -0
- package/dist/index280.js +5 -3
- package/dist/index281.js +5 -2
- package/dist/index282.js +5 -7
- package/dist/index283.js +3 -7
- package/dist/index284.js +13 -11
- package/dist/index286.js +39 -7
- package/dist/index287.js +6 -23
- package/dist/index288.js +15 -22
- package/dist/index289.js +32 -17
- package/dist/index29.js +2 -2
- package/dist/index290.js +28 -12
- package/dist/index292.js +3 -2
- package/dist/index293.js +28 -2
- package/dist/index294.js +17 -3
- package/dist/index295.js +3 -17
- package/dist/index296.js +7 -28
- package/dist/index305.js +1 -1
- package/dist/index306.js +1 -1
- package/dist/index307.js +1 -1
- package/dist/index308.js +1 -1
- package/dist/index309.js +1 -1
- package/dist/index31.js +2 -2
- package/dist/index310.js +5 -7
- package/dist/index311.js +2 -125
- package/dist/index312.js +3 -2
- package/dist/index313.js +3 -15
- package/dist/index314.js +3 -2
- package/dist/index315.js +3 -19
- package/dist/index316.js +4 -2
- package/dist/index317.js +2 -3
- package/dist/index319.js +2 -3
- package/dist/index321.js +1 -1
- package/dist/index322.js +125 -2
- package/dist/index323.js +2 -4
- package/dist/index324.js +15 -5
- package/dist/index325.js +2 -5
- package/dist/index326.js +19 -3
- package/dist/index327.js +2 -3
- package/dist/index328.js +6 -719
- package/dist/index329.js +716 -363
- package/dist/index33.js +8 -8
- package/dist/index330.js +366 -57
- package/dist/index331.js +56 -5
- package/dist/index332.js +5 -2
- package/dist/index333.js +6 -6
- package/dist/index334.js +18 -6
- package/dist/index335.js +8 -18
- package/dist/index336.js +14 -8
- package/dist/index337.js +7 -14
- package/dist/index338.js +6 -5
- package/dist/index339.js +7 -34
- package/dist/index340.js +35 -6
- package/dist/index341.js +6 -129
- package/dist/index342.js +113 -382
- package/dist/index343.js +396 -56
- package/dist/index344.js +33 -33
- package/dist/index345.js +58 -8
- package/dist/index346.js +6 -5
- package/dist/index347.js +5 -8
- package/dist/index348.js +92 -21
- package/dist/index349.js +49 -0
- package/dist/index35.js +4 -4
- package/dist/index350.js +21 -133
- package/dist/index352.js +130 -89
- package/dist/index353.js +515 -42
- package/dist/index354.js +222 -514
- package/dist/index37.js +18 -18
- package/dist/index39.js +7 -7
- package/dist/index41.js +2 -2
- package/dist/index43.js +8 -8
- package/dist/index45.js +6 -6
- package/dist/index49.js +1 -1
- package/dist/index53.js +1 -1
- package/dist/index55.js +1 -1
- package/dist/index57.js +2 -2
- package/dist/index61.js +2 -2
- package/dist/index67.js +1 -1
- package/dist/index80.js +131 -111
- package/dist/index82.js +1 -1
- package/dist/index84.js +2 -2
- package/dist/index86.js +3 -3
- package/dist/index88.js +1 -1
- package/dist/index91.js +3 -3
- package/dist/index93.js +2 -2
- package/dist/index95.js +5 -5
- package/dist/index97.js +1 -1
- package/package.json +1 -1
- package/dist/index223.js +0 -31
- package/dist/index267.js +0 -11
- package/dist/index269.js +0 -10
- package/dist/index272.js +0 -15
- package/dist/index291.js +0 -231
- package/dist/index351.js +0 -230
- /package/dist/{index320.js → index318.js} +0 -0
package/dist/index238.js
CHANGED
|
@@ -1,54 +1,31 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
_(
|
|
19
|
-
() => s.cursor,
|
|
20
|
-
(e, a) => {
|
|
21
|
-
l(e, a);
|
|
1
|
+
import { ref as a, computed as s, unref as v } from "vue";
|
|
2
|
+
import { useDebounceFn as f } from "./index214.js";
|
|
3
|
+
const p = (u) => {
|
|
4
|
+
const e = a(0), r = s(() => v(u.items)), t = a([]), n = async (...l) => {
|
|
5
|
+
if (Array.isArray(r.value))
|
|
6
|
+
t.value = r.value;
|
|
7
|
+
else if (typeof r.value == "function") {
|
|
8
|
+
const i = ++e.value;
|
|
9
|
+
try {
|
|
10
|
+
const o = await r.value(...l);
|
|
11
|
+
if (i < e.value) {
|
|
12
|
+
e.value--;
|
|
13
|
+
return;
|
|
14
|
+
} else
|
|
15
|
+
t.value = o;
|
|
16
|
+
} catch (o) {
|
|
17
|
+
console.error(o);
|
|
22
18
|
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}, {
|
|
34
|
-
default: f(() => [
|
|
35
|
-
(c(), d("span", {
|
|
36
|
-
key: i.value,
|
|
37
|
-
"aria-live": "polite",
|
|
38
|
-
class: "bb-base-date-picker__year-button"
|
|
39
|
-
}, o(i.value), 1))
|
|
40
|
-
]),
|
|
41
|
-
_: 1
|
|
42
|
-
}, 8, ["direction"])
|
|
43
|
-
]),
|
|
44
|
-
t("div", v, [
|
|
45
|
-
t("span", B, o(e.cursor.format("ddd")) + ", ", 1),
|
|
46
|
-
t("span", D, o(e.cursor.format("DD")), 1),
|
|
47
|
-
t("span", M, o(e.cursor.format("MMMM")), 1)
|
|
48
|
-
])
|
|
49
|
-
], 2));
|
|
50
|
-
}
|
|
51
|
-
});
|
|
19
|
+
e.value--;
|
|
20
|
+
}
|
|
21
|
+
}, c = f(n, u.debounce || 0);
|
|
22
|
+
return {
|
|
23
|
+
getter: n,
|
|
24
|
+
debouncedGetter: c,
|
|
25
|
+
items: t,
|
|
26
|
+
loading: s(() => !!e.value)
|
|
27
|
+
};
|
|
28
|
+
};
|
|
52
29
|
export {
|
|
53
|
-
|
|
30
|
+
p as useItemsGetter
|
|
54
31
|
};
|
package/dist/index239.js
CHANGED
|
@@ -1,54 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
const o = d, m = i, u = c(() => o.cursor.month()), _ = c(() => {
|
|
17
|
-
const t = o.cursor.clone().startOf("year"), n = u.value;
|
|
18
|
-
return Array.from({ length: 12 }, (e, r) => {
|
|
19
|
-
const s = t.add(r, "month");
|
|
20
|
-
return {
|
|
21
|
-
text: s.format("MMMM"),
|
|
22
|
-
key: s.unix(),
|
|
23
|
-
selected: r === n,
|
|
24
|
-
handler: () => m("update:month", r)
|
|
25
|
-
};
|
|
26
|
-
});
|
|
27
|
-
});
|
|
28
|
-
return (t, n) => (a(), l("div", v, [
|
|
29
|
-
h("div", g, [
|
|
30
|
-
(a(!0), l(p, null, k(_.value, (e) => (a(), f(C, {
|
|
31
|
-
key: e.key,
|
|
32
|
-
"aria-label": e.text,
|
|
33
|
-
"aria-selected": e.selected,
|
|
34
|
-
class: y({
|
|
35
|
-
content__btn: !0,
|
|
36
|
-
"content__btn--selected": e.selected
|
|
37
|
-
}),
|
|
38
|
-
disabled: t.disabled,
|
|
39
|
-
role: "option",
|
|
40
|
-
type: "button",
|
|
41
|
-
onClick: e.handler
|
|
42
|
-
}, {
|
|
43
|
-
default: M(() => [
|
|
44
|
-
x(B(e.text), 1)
|
|
45
|
-
]),
|
|
46
|
-
_: 2
|
|
47
|
-
}, 1032, ["aria-label", "aria-selected", "class", "disabled", "onClick"]))), 128))
|
|
48
|
-
])
|
|
49
|
-
]));
|
|
50
|
-
}
|
|
51
|
-
});
|
|
1
|
+
import { isNotNil as n } from "./index144.js";
|
|
2
|
+
import { ref as t, onServerPrefetch as u, onBeforeMount as c } from "vue";
|
|
3
|
+
const h = ({
|
|
4
|
+
fn: i,
|
|
5
|
+
onStart: s,
|
|
6
|
+
multiple: f,
|
|
7
|
+
currentValue: o
|
|
8
|
+
}) => {
|
|
9
|
+
const a = s || !f && n(o) || f && !!o.length, e = t(!1), l = t(!1), r = async () => {
|
|
10
|
+
e.value = !0, await i({ prefill: !0 }), e.value = !1, l.value = !0;
|
|
11
|
+
};
|
|
12
|
+
return a && (u(r), c(async () => {
|
|
13
|
+
l.value || await r();
|
|
14
|
+
})), { isPrefilling: e, hasPrefilled: l, prefill: r };
|
|
15
|
+
};
|
|
52
16
|
export {
|
|
53
|
-
|
|
17
|
+
h as usePrefill
|
|
54
18
|
};
|
package/dist/index240.js
CHANGED
|
@@ -1,34 +1,19 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
const
|
|
11
|
-
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
o.style.transition = `opacity ${t.duration}ms ease-in, transform ${t.duration}ms ease-in`, o.style.opacity = "0", o.style.transform = `scale(${t.scaleFrom})`, setTimeout(e, t.duration);
|
|
18
|
-
};
|
|
19
|
-
return (s, e) => (m(), l(u, {
|
|
20
|
-
css: !1,
|
|
21
|
-
onBeforeEnter: a,
|
|
22
|
-
onEnter: r,
|
|
23
|
-
onLeave: i
|
|
24
|
-
}, {
|
|
25
|
-
default: f(() => [
|
|
26
|
-
d(s.$slots, "default")
|
|
27
|
-
]),
|
|
28
|
-
_: 3
|
|
29
|
-
}));
|
|
30
|
-
}
|
|
31
|
-
});
|
|
1
|
+
import { computed as u, unref as a } from "vue";
|
|
2
|
+
import { hash as d } from "./index237.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
|
+
};
|
|
32
17
|
export {
|
|
33
|
-
|
|
18
|
+
p as useIndexById
|
|
34
19
|
};
|
package/dist/index241.js
CHANGED
|
@@ -1,62 +1,53 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
1
|
+
import { computed as l, unref as o } from "vue";
|
|
2
|
+
import { useItemText as x } from "./index294.js";
|
|
3
|
+
import { useItemValue as w } from "./index234.js";
|
|
4
|
+
import { hash as y } from "./index237.js";
|
|
5
|
+
import { useLogger as D } from "./index245.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)
|
|
26
33
|
};
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
)
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
class: S({
|
|
45
|
-
content__btn: !0,
|
|
46
|
-
"content__btn--selected": a.selected
|
|
47
|
-
}),
|
|
48
|
-
disabled: e.disabled,
|
|
49
|
-
onClick: a.handler
|
|
50
|
-
}, {
|
|
51
|
-
default: T(() => [
|
|
52
|
-
E(w(a.text), 1)
|
|
53
|
-
]),
|
|
54
|
-
_: 2
|
|
55
|
-
}, 1032, ["class", "disabled", "onClick"]))), 128))
|
|
56
|
-
], 32)
|
|
57
|
-
], 512));
|
|
58
|
-
}
|
|
59
|
-
});
|
|
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
|
+
};
|
|
60
51
|
export {
|
|
61
|
-
|
|
52
|
+
q as useBaseOptions
|
|
62
53
|
};
|
package/dist/index242.js
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
)
|
|
11
|
-
|
|
12
|
-
});
|
|
1
|
+
import { hash as e } from "./index237.js";
|
|
2
|
+
import { debouncedWatch as s } from "./index214.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
|
+
};
|
|
13
12
|
export {
|
|
14
|
-
|
|
13
|
+
n as useHashedWatcher
|
|
15
14
|
};
|
package/dist/index243.js
CHANGED
package/dist/index244.js
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
const
|
|
1
|
+
function c(n, r, e) {
|
|
2
|
+
const i = typeof r == "string" ? r.split(".") : r;
|
|
3
|
+
let t = n;
|
|
4
|
+
for (const o of i)
|
|
5
|
+
if (t && typeof t == "object" && o in t)
|
|
6
|
+
t = t[o];
|
|
7
|
+
else
|
|
8
|
+
return e;
|
|
9
|
+
return t === void 0 ? e : t;
|
|
10
|
+
}
|
|
5
11
|
export {
|
|
6
|
-
|
|
12
|
+
c as get
|
|
7
13
|
};
|
package/dist/index245.js
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
const o = "bitboss-ui | ", e = () => ({
|
|
2
|
+
warn: (r) => console.warn(`${o}${r}`),
|
|
3
|
+
error: (r) => console.error(`${o}${r}`),
|
|
4
|
+
throw: (r) => {
|
|
5
|
+
throw new Error(`${o}${r}`);
|
|
6
|
+
}
|
|
7
|
+
});
|
|
5
8
|
export {
|
|
6
|
-
|
|
9
|
+
e as useLogger
|
|
7
10
|
};
|
package/dist/index246.js
CHANGED
package/dist/index247.js
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
const s = (e, t, o, r) => {
|
|
2
|
+
if (r <= 0) throw new Error("Step must be a positive number");
|
|
3
|
+
if (t > o) throw new Error("Min must be less than or equal to Max");
|
|
4
|
+
const n = Math.max(t, Math.min(o, e)), a = Math.round((n - t) / r);
|
|
5
|
+
return t + a * r;
|
|
6
|
+
};
|
|
3
7
|
export {
|
|
4
|
-
|
|
8
|
+
s as snapToStep
|
|
5
9
|
};
|
package/dist/index248.js
CHANGED
|
@@ -1,22 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
const u = /* @__PURE__ */ new WeakMap(), p = (a, n) => {
|
|
3
|
-
if (a.arg == null || a.instance == null) return;
|
|
4
|
-
const s = "setup" in a.instance.$.type;
|
|
5
|
-
a.arg in a.instance ? a.instance[a.arg] = n : s && console.warn("Maska: please expose `%s` using defineExpose", a.arg);
|
|
6
|
-
}, k = (a, n) => {
|
|
7
|
-
var s;
|
|
8
|
-
const t = a instanceof HTMLInputElement ? a : a.querySelector("input");
|
|
9
|
-
if (t == null || t?.type === "file") return;
|
|
10
|
-
let e = {};
|
|
11
|
-
if (n.value != null && (e = typeof n.value == "string" ? { mask: n.value } : { ...n.value }), n.arg != null) {
|
|
12
|
-
const l = (o) => {
|
|
13
|
-
const i = n.modifiers.unmasked ? o.unmasked : n.modifiers.completed ? o.completed : o.masked;
|
|
14
|
-
p(n, i);
|
|
15
|
-
};
|
|
16
|
-
e.onMaska = e.onMaska == null ? l : Array.isArray(e.onMaska) ? [...e.onMaska, l] : [e.onMaska, l];
|
|
17
|
-
}
|
|
18
|
-
u.has(t) ? (s = u.get(t)) == null || s.update(e) : u.set(t, new r(t, e));
|
|
19
|
-
};
|
|
1
|
+
const e = (t) => t[t.length - 1];
|
|
20
2
|
export {
|
|
21
|
-
|
|
3
|
+
e as last
|
|
22
4
|
};
|
package/dist/index249.js
CHANGED
|
@@ -1,129 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import { flip as R, offset as W, shift as Y, hide as Z, autoUpdate as ee } from "./index342.js";
|
|
8
|
-
const oe = {
|
|
9
|
-
key: 0,
|
|
10
|
-
class: "bb-common-popover__bubble"
|
|
11
|
-
}, ue = /* @__PURE__ */ V({
|
|
12
|
-
__name: "CommonPopover",
|
|
13
|
-
props: /* @__PURE__ */ L({
|
|
14
|
-
arrowPadding: {},
|
|
15
|
-
eager: { type: Boolean },
|
|
16
|
-
offset: {},
|
|
17
|
-
padding: { default: 0 },
|
|
18
|
-
placement: {},
|
|
19
|
-
transitionDuration: { default: 250 },
|
|
20
|
-
anchor: {},
|
|
21
|
-
boundary: {},
|
|
22
|
-
dialog: { type: Boolean },
|
|
23
|
-
tag: { default: "span" },
|
|
24
|
-
flip: { type: Boolean, default: !0 }
|
|
25
|
-
}, {
|
|
26
|
-
modelValue: { type: Boolean, default: !1 },
|
|
27
|
-
modelModifiers: {}
|
|
28
|
-
}),
|
|
29
|
-
emits: ["update:modelValue"],
|
|
30
|
-
setup(c) {
|
|
31
|
-
const e = c, r = T(c, "modelValue"), s = p(r.value), x = n(() => e.dialog ? "dialog" : "span"), t = p(), m = p(), _ = n(() => h(e.anchor)), C = J(r, { initialValue: e.eager }), P = n(() => {
|
|
32
|
-
if (e.boundary)
|
|
33
|
-
return typeof e.boundary == "string" ? document.querySelector(e.boundary) ?? void 0 : h(e.boundary) ?? void 0;
|
|
34
|
-
}), k = n(() => {
|
|
35
|
-
const o = P.value;
|
|
36
|
-
return [
|
|
37
|
-
...e.flip ? [R(o ? { boundary: o } : void 0)] : [],
|
|
38
|
-
W(e.offset),
|
|
39
|
-
Y({ padding: e.padding, ...o ? { boundary: o } : {} }),
|
|
40
|
-
Z(),
|
|
41
|
-
O({
|
|
42
|
-
element: m,
|
|
43
|
-
padding: e.arrowPadding
|
|
44
|
-
})
|
|
45
|
-
];
|
|
46
|
-
}), { floatingStyles: M, placement: B, middlewareData: u, update: f } = Q(
|
|
47
|
-
_,
|
|
48
|
-
t,
|
|
49
|
-
{
|
|
50
|
-
placement: e.placement,
|
|
51
|
-
whileElementsMounted: ee,
|
|
52
|
-
middleware: k,
|
|
53
|
-
strategy: "fixed"
|
|
54
|
-
}
|
|
55
|
-
), { execute: v } = H(
|
|
56
|
-
({ signal: o }, a) => new Promise((l) => {
|
|
57
|
-
let i;
|
|
58
|
-
const d = () => {
|
|
59
|
-
i && clearTimeout(i);
|
|
60
|
-
};
|
|
61
|
-
o.addEventListener("abort", d), a ? (E(), f(), K(() => !!t.value).then(() => {
|
|
62
|
-
s.value = !0, o.removeEventListener("abort", d), l(void 0);
|
|
63
|
-
})) : (s.value = !1, i = setTimeout(() => {
|
|
64
|
-
G(() => {
|
|
65
|
-
t.value && (e.dialog ? t.value.close() : t.value.hidePopover()), o.removeEventListener("abort", d), f(), l(void 0);
|
|
66
|
-
});
|
|
67
|
-
}, e.transitionDuration));
|
|
68
|
-
})
|
|
69
|
-
), E = () => {
|
|
70
|
-
if (!t.value) return;
|
|
71
|
-
if (!e.dialog) return t.value.showPopover();
|
|
72
|
-
t.value.showModal();
|
|
73
|
-
};
|
|
74
|
-
F(r, v), S(() => {
|
|
75
|
-
r.value && v(r.value);
|
|
76
|
-
});
|
|
77
|
-
const $ = n(() => {
|
|
78
|
-
const o = r.value ? void 0 : -1, a = Math.round(u.value.arrow?.x ?? 0), l = e.dialog ? void 0 : "manual";
|
|
79
|
-
return {
|
|
80
|
-
style: {
|
|
81
|
-
...M.value,
|
|
82
|
-
"--transition-duration": `${e.transitionDuration}ms`,
|
|
83
|
-
"--page-padding": `${e.padding}px`,
|
|
84
|
-
"--arrow-offset-x": `${a}px`
|
|
85
|
-
},
|
|
86
|
-
popover: l,
|
|
87
|
-
tabindex: o
|
|
88
|
-
};
|
|
89
|
-
}), D = n(() => {
|
|
90
|
-
if (u.value.arrow) {
|
|
91
|
-
const { x: o, y: a } = u.value.arrow;
|
|
92
|
-
return {
|
|
93
|
-
style: {
|
|
94
|
-
left: `${o}px`,
|
|
95
|
-
top: `${a}px`
|
|
96
|
-
}
|
|
97
|
-
};
|
|
98
|
-
}
|
|
99
|
-
}), b = () => {
|
|
100
|
-
r.value = !1;
|
|
101
|
-
};
|
|
102
|
-
return (o, a) => (w(), A(N(x.value), g({
|
|
103
|
-
ref_key: "wrapper",
|
|
104
|
-
ref: t,
|
|
105
|
-
class: ["bb-common-popover", {
|
|
106
|
-
"bb-common-popover--open": s.value,
|
|
107
|
-
[`bb-common-popover--${y(B)}`]: !0
|
|
108
|
-
}]
|
|
109
|
-
}, $.value, {
|
|
110
|
-
onClick: U(b, ["self"]),
|
|
111
|
-
onClose: b
|
|
112
|
-
}), {
|
|
113
|
-
default: q(() => [
|
|
114
|
-
I("span", g({
|
|
115
|
-
ref_key: "bubblearrow",
|
|
116
|
-
ref: m,
|
|
117
|
-
class: "bb-common-popover__arrow"
|
|
118
|
-
}, D.value), null, 16),
|
|
119
|
-
y(C) ? (w(), X("span", oe, [
|
|
120
|
-
z(o.$slots, "default")
|
|
121
|
-
])) : j("", !0)
|
|
122
|
-
]),
|
|
123
|
-
_: 3
|
|
124
|
-
}, 16, ["class"]));
|
|
125
|
-
}
|
|
126
|
-
});
|
|
1
|
+
function o(t, e, n, r, a) {
|
|
2
|
+
if (n === e)
|
|
3
|
+
throw new Error("Original boundaries cannot be equal.");
|
|
4
|
+
const c = (t - e) / (n - e);
|
|
5
|
+
return r + c * (a - r);
|
|
6
|
+
}
|
|
127
7
|
export {
|
|
128
|
-
|
|
8
|
+
o as transpose
|
|
129
9
|
};
|
package/dist/index25.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent as I, mergeModels as M, useModel as W, computed as v, ref as g, watch as N, onMounted as P, createElementBlock as n, openBlock as r, withModifiers as F, normalizeStyle as O, normalizeClass as q, unref as h, createCommentVNode as b, Fragment as A, createElementVNode as a, renderSlot as s, createTextVNode as K, toDisplayString as T, nextTick as R } from "vue";
|
|
2
|
-
import { parseSize as U } from "./
|
|
2
|
+
import { parseSize as U } from "./index284.js";
|
|
3
3
|
import { useId as D } from "./index8.js";
|
|
4
|
-
import { useLocale as j } from "./
|
|
4
|
+
import { useLocale as j } from "./index220.js";
|
|
5
5
|
import { useMobile as G } from "./index9.js";
|
|
6
|
-
import { useUntil as J } from "./
|
|
6
|
+
import { useUntil as J } from "./index221.js";
|
|
7
7
|
import { wait as y } from "./index140.js";
|
|
8
8
|
import { _config as Q } from "./index4.js";
|
|
9
9
|
const X = ["aria-describedby", "aria-labelledby", "aria-live", "inert"], Y = {
|