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/index271.js
CHANGED
|
@@ -1,15 +1,88 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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 "./index220.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));
|
|
10
84
|
}
|
|
11
|
-
|
|
12
|
-
};
|
|
85
|
+
});
|
|
13
86
|
export {
|
|
14
|
-
|
|
87
|
+
C as default
|
|
15
88
|
};
|
package/dist/index275.js
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
|
-
function e
|
|
2
|
-
|
|
1
|
+
function u(e, i) {
|
|
2
|
+
let t;
|
|
3
|
+
return function(...o) {
|
|
4
|
+
t !== void 0 && clearTimeout(t), t = setTimeout(() => {
|
|
5
|
+
e.apply(this, o);
|
|
6
|
+
}, i);
|
|
7
|
+
};
|
|
3
8
|
}
|
|
4
9
|
export {
|
|
5
|
-
|
|
10
|
+
u as debounce
|
|
6
11
|
};
|
package/dist/index276.js
CHANGED
|
@@ -1,7 +1,69 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
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 "./index220.js";
|
|
3
|
+
import h from "./index13.js";
|
|
4
|
+
/* empty css */
|
|
5
|
+
import C from "./index86.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
|
+
});
|
|
5
67
|
export {
|
|
6
|
-
|
|
68
|
+
z as default
|
|
7
69
|
};
|
package/dist/index277.js
CHANGED
package/dist/index278.js
CHANGED
|
@@ -1,203 +1,25 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
), T = s(null), i = s(null), r = s(null), l = s({ x: 0, y: 0 }), u = s({ x: 0 }), p = s(!1), P = s(!1), q = () => {
|
|
24
|
-
const e = i.value, t = r.value;
|
|
25
|
-
!e || !t || (e.width = e.offsetWidth, e.height = e.offsetHeight, t.width = t.offsetWidth, t.height = t.offsetHeight, v(), g());
|
|
26
|
-
}, R = () => {
|
|
27
|
-
const e = i.value;
|
|
28
|
-
return e ? e.getContext("2d", { willReadFrequently: !0 }) : null;
|
|
29
|
-
}, v = () => {
|
|
30
|
-
const e = i.value;
|
|
31
|
-
if (!e) return;
|
|
32
|
-
const t = R();
|
|
33
|
-
if (!t) return;
|
|
34
|
-
t.clearRect(0, 0, e.width, e.height);
|
|
35
|
-
const a = t.createLinearGradient(0, 0, e.width, 0);
|
|
36
|
-
a.addColorStop(0, d.value), a.addColorStop(1, "#ffffff");
|
|
37
|
-
const n = t.createLinearGradient(0, 0, 0, e.height);
|
|
38
|
-
n.addColorStop(0, "transparent"), n.addColorStop(1, "#000000"), t.fillStyle = a, t.fillRect(0, 0, e.width, e.height), t.fillStyle = n, t.globalCompositeOperation = "multiply", t.fillRect(0, 0, e.width, e.height), t.globalCompositeOperation = "source-over", t.fillStyle = "#000000", t.strokeStyle = "#000000", t.lineWidth = 1;
|
|
39
|
-
}, m = () => {
|
|
40
|
-
const e = R();
|
|
41
|
-
e && (e.beginPath(), e.arc(
|
|
42
|
-
l.value.x,
|
|
43
|
-
l.value.y,
|
|
44
|
-
8,
|
|
45
|
-
0,
|
|
46
|
-
2 * Math.PI
|
|
47
|
-
), e.strokeStyle = "#ffffff", e.lineWidth = 2, e.stroke(), e.beginPath(), e.arc(
|
|
48
|
-
l.value.x,
|
|
49
|
-
l.value.y,
|
|
50
|
-
7,
|
|
51
|
-
0,
|
|
52
|
-
2 * Math.PI
|
|
53
|
-
), e.strokeStyle = "#000000", e.lineWidth = 1, e.stroke(), e.globalCompositeOperation = "source-over");
|
|
54
|
-
}, D = () => {
|
|
55
|
-
const e = r.value;
|
|
56
|
-
return e ? e.getContext("2d", { willReadFrequently: !0 }) : null;
|
|
57
|
-
}, g = () => {
|
|
58
|
-
const e = r.value;
|
|
59
|
-
if (!e) return;
|
|
60
|
-
const t = D();
|
|
61
|
-
if (!t) return;
|
|
62
|
-
const a = t.createLinearGradient(0, 0, e.width, 0);
|
|
63
|
-
for (let n = 0; n <= 360; n += 60)
|
|
64
|
-
a.addColorStop(n / 360, `hsl(${n}, 100%, 50%)`);
|
|
65
|
-
a.addColorStop(1, "hsl(360, 100%, 50%)"), t.fillStyle = a, t.fillRect(0, 0, e.width, e.height), H(), t.fillStyle = "#000000", t.strokeStyle = "#000000", t.lineWidth = 1;
|
|
66
|
-
}, H = () => {
|
|
67
|
-
const e = r.value;
|
|
68
|
-
if (!e) return;
|
|
69
|
-
const t = D();
|
|
70
|
-
if (!t) return;
|
|
71
|
-
const a = 10, n = 16, c = u.value.x - a / 2, k = e.height / 2 - n / 2;
|
|
72
|
-
t.beginPath(), t.roundRect(c, k, a, n, 2), t.strokeStyle = "lightgray", t.stroke(), t.fillStyle = "#ffffff", t.fill();
|
|
73
|
-
}, E = (e) => {
|
|
74
|
-
const t = i.value;
|
|
75
|
-
t && (t.setPointerCapture(e.pointerId), p.value = !0, I(e));
|
|
76
|
-
}, U = (e) => {
|
|
77
|
-
const t = r.value;
|
|
78
|
-
t && (t.setPointerCapture(e.pointerId), P.value = !0, V(e));
|
|
79
|
-
}, I = (e) => {
|
|
80
|
-
const t = i.value;
|
|
81
|
-
if (!t) return;
|
|
82
|
-
const a = t.getBoundingClientRect(), n = Math.max(0, Math.min(t.width - 1, e.clientX - a.left)), c = Math.max(0, Math.min(t.height - 1, e.clientY - a.top));
|
|
83
|
-
l.value = { x: n, y: c }, v(), m(), o.value = C(), f("update:modelValue", o.value);
|
|
84
|
-
}, V = (e) => {
|
|
85
|
-
const t = r.value;
|
|
86
|
-
if (!t) return;
|
|
87
|
-
const a = t.getBoundingClientRect(), n = Math.max(0, Math.min(t.width - 1, e.clientX - a.left));
|
|
88
|
-
u.value = { x: n };
|
|
89
|
-
const c = n / t.width * 360;
|
|
90
|
-
d.value = b(c, 100, 50), g(), v(), m(), o.value = C(), f("update:modelValue", o.value);
|
|
91
|
-
}, G = (e) => {
|
|
92
|
-
p.value ? I(e) : P.value && V(e);
|
|
93
|
-
}, W = (e) => {
|
|
94
|
-
const t = p.value ? i.value : r.value;
|
|
95
|
-
t && t.releasePointerCapture(e.pointerId), p.value = !1, P.value = !1;
|
|
96
|
-
}, X = (e) => {
|
|
97
|
-
switch (e.key) {
|
|
98
|
-
case "ArrowUp":
|
|
99
|
-
l.value.y = Math.max(0, l.value.y - 5);
|
|
100
|
-
break;
|
|
101
|
-
case "ArrowDown":
|
|
102
|
-
l.value.y = Math.min(
|
|
103
|
-
i.value?.height ?? 0,
|
|
104
|
-
l.value.y + 5
|
|
105
|
-
);
|
|
106
|
-
break;
|
|
107
|
-
case "ArrowLeft":
|
|
108
|
-
l.value.x = Math.max(0, l.value.x - 5);
|
|
109
|
-
break;
|
|
110
|
-
case "ArrowRight":
|
|
111
|
-
l.value.x = Math.min(
|
|
112
|
-
i.value?.width ?? 0,
|
|
113
|
-
l.value.x + 5
|
|
114
|
-
);
|
|
115
|
-
break;
|
|
116
|
-
default:
|
|
117
|
-
return;
|
|
118
|
-
}
|
|
119
|
-
v(), m(), o.value = C(), f("update:modelValue", o.value), e.preventDefault();
|
|
120
|
-
}, $ = (e) => {
|
|
121
|
-
switch (e.key) {
|
|
122
|
-
case "ArrowLeft":
|
|
123
|
-
u.value.x = Math.max(0, u.value.x - 5);
|
|
124
|
-
break;
|
|
125
|
-
case "ArrowRight":
|
|
126
|
-
u.value.x = Math.min(
|
|
127
|
-
r.value?.width ?? 0,
|
|
128
|
-
u.value.x + 5
|
|
129
|
-
);
|
|
130
|
-
break;
|
|
131
|
-
default:
|
|
132
|
-
return;
|
|
133
|
-
}
|
|
134
|
-
const a = u.value.x / (r.value?.width ?? 1) * 360;
|
|
135
|
-
d.value = b(a, 100, 50), g(), H(), v(), m(), o.value = C(), f("update:modelValue", o.value), e.preventDefault();
|
|
136
|
-
};
|
|
137
|
-
J(() => {
|
|
138
|
-
q(), A(o.value ?? "#ff0000");
|
|
139
|
-
}), Q(
|
|
140
|
-
() => _.modelValue,
|
|
141
|
-
(e) => {
|
|
142
|
-
!e || e === o.value || (o.value = e, A(e), g(), v());
|
|
143
|
-
}
|
|
144
|
-
);
|
|
145
|
-
const C = () => {
|
|
146
|
-
const e = i.value;
|
|
147
|
-
if (!e) return "#ffffff";
|
|
148
|
-
const t = e.getContext("2d");
|
|
149
|
-
if (!t) return "#ffffff";
|
|
150
|
-
const { x: a, y: n } = l.value, c = t.getImageData(a, n, 1, 1).data, [k, z, Y] = c;
|
|
151
|
-
return `#${((1 << 24) + (k << 16) + (z << 8) + Y).toString(16).slice(1)}`;
|
|
152
|
-
};
|
|
153
|
-
function A(e) {
|
|
154
|
-
const t = F(...K(e));
|
|
155
|
-
d.value = b(t, 100, 50), u.value.x = t / 360 * (r.value?.width ?? 0);
|
|
156
|
-
}
|
|
157
|
-
return (e, t) => (S(), M("span", {
|
|
158
|
-
ref_key: "paletteRef",
|
|
159
|
-
ref: T,
|
|
160
|
-
"aria-label": "Color Picker",
|
|
161
|
-
class: "bb-color-palette",
|
|
162
|
-
role: "application"
|
|
163
|
-
}, [
|
|
164
|
-
x("canvas", {
|
|
165
|
-
ref_key: "mainCanvasRef",
|
|
166
|
-
ref: i,
|
|
167
|
-
"aria-describedby": "mainCanvasDesc",
|
|
168
|
-
"aria-label": "Main Color Selection",
|
|
169
|
-
class: "bb-color-palette__canvas",
|
|
170
|
-
role: "application",
|
|
171
|
-
tabindex: "0",
|
|
172
|
-
onKeydown: X,
|
|
173
|
-
onPointerdown: E,
|
|
174
|
-
onPointermove: G,
|
|
175
|
-
onPointerup: W
|
|
176
|
-
}, null, 544),
|
|
177
|
-
x("span", ee, [
|
|
178
|
-
L(y(w(h)("colorInput.mainCanvasDesc")) + " ", 1),
|
|
179
|
-
o.value ? (S(), M("span", te, y(w(h)("colorInput.mainCanvasSelectedColor", o.value)), 1)) : B("", !0)
|
|
180
|
-
]),
|
|
181
|
-
x("canvas", {
|
|
182
|
-
ref_key: "hueCanvasRef",
|
|
183
|
-
ref: r,
|
|
184
|
-
"aria-describedby": "hueCanvasDesc",
|
|
185
|
-
"aria-label": "Hue Selection",
|
|
186
|
-
class: "bb-color-palette__hue-canvas",
|
|
187
|
-
role: "application",
|
|
188
|
-
tabindex: "0",
|
|
189
|
-
onKeydown: $,
|
|
190
|
-
onPointerdown: U,
|
|
191
|
-
onPointermove: G,
|
|
192
|
-
onPointerup: W
|
|
193
|
-
}, null, 544),
|
|
194
|
-
x("span", ae, [
|
|
195
|
-
L(y(w(h)("colorInput.hueCanvasDesc")) + " ", 1),
|
|
196
|
-
d.value ? (S(), M("span", ne, y(w(h)("colorInput.hueCanvasSelectedHue", d.value)), 1)) : B("", !0)
|
|
197
|
-
])
|
|
198
|
-
], 512));
|
|
199
|
-
}
|
|
200
|
-
});
|
|
1
|
+
const e = {
|
|
2
|
+
inert: ":not([inert]):not([inert] *)",
|
|
3
|
+
negTabIndex: ':not([tabindex^="-"])',
|
|
4
|
+
disabled: ":not(:disabled)"
|
|
5
|
+
}, n = [
|
|
6
|
+
`a[href]${e.inert}${e.negTabIndex}`,
|
|
7
|
+
`area[href]${e.inert}${e.negTabIndex}`,
|
|
8
|
+
`input:not([type="hidden"]):not([type="radio"])${e.inert}${e.negTabIndex}${e.disabled}`,
|
|
9
|
+
`input[type="radio"]${e.inert}${e.negTabIndex}${e.disabled}`,
|
|
10
|
+
`select${e.inert}${e.negTabIndex}${e.disabled}`,
|
|
11
|
+
`textarea${e.inert}${e.negTabIndex}${e.disabled}`,
|
|
12
|
+
`button${e.inert}${e.negTabIndex}${e.disabled}`,
|
|
13
|
+
`details${e.inert} > summary:first-of-type${e.negTabIndex}`,
|
|
14
|
+
// Discard until Firefox supports `:has()`
|
|
15
|
+
// See: https://github.com/KittyGiraudel/focusable-selectors/issues/12
|
|
16
|
+
// `details:not(:has(> summary))${not.inert}${not.negTabIndex}`,
|
|
17
|
+
`iframe${e.inert}${e.negTabIndex}`,
|
|
18
|
+
`audio[controls]${e.inert}${e.negTabIndex}`,
|
|
19
|
+
`video[controls]${e.inert}${e.negTabIndex}`,
|
|
20
|
+
`[contenteditable]${e.inert}${e.negTabIndex}`,
|
|
21
|
+
`[tabindex]${e.inert}${e.negTabIndex}`
|
|
22
|
+
];
|
|
201
23
|
export {
|
|
202
|
-
|
|
24
|
+
n as default
|
|
203
25
|
};
|
package/dist/index279.js
ADDED
package/dist/index280.js
CHANGED
package/dist/index281.js
CHANGED
package/dist/index282.js
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
return t + a * r;
|
|
6
|
-
};
|
|
1
|
+
import { getDefaultExportFromCjs as r } from "./index328.js";
|
|
2
|
+
import { __require as t } from "./index326.js";
|
|
3
|
+
var o = t();
|
|
4
|
+
const a = /* @__PURE__ */ r(o);
|
|
7
5
|
export {
|
|
8
|
-
|
|
6
|
+
a as default
|
|
9
7
|
};
|
package/dist/index283.js
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
throw new Error("Original boundaries cannot be equal.");
|
|
4
|
-
const c = (t - e) / (n - e);
|
|
5
|
-
return r + c * (a - r);
|
|
6
|
-
}
|
|
1
|
+
import { hash as r } from "./index237.js";
|
|
2
|
+
const a = (o, t) => r(o) === r(t);
|
|
7
3
|
export {
|
|
8
|
-
|
|
4
|
+
a as isEqual
|
|
9
5
|
};
|
package/dist/index284.js
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
t
|
|
7
|
-
else
|
|
8
|
-
return
|
|
9
|
-
|
|
10
|
-
}
|
|
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
|
+
};
|
|
11
13
|
export {
|
|
12
|
-
c as
|
|
14
|
+
c as parseSize
|
|
13
15
|
};
|
package/dist/index286.js
CHANGED
|
@@ -1,11 +1,43 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { useLogger as g } from "./index245.js";
|
|
2
|
+
const A = (t, s) => {
|
|
3
|
+
if (!s.length) return;
|
|
4
|
+
const o = Array.from(
|
|
5
|
+
t.querySelectorAll("thead th")
|
|
6
|
+
);
|
|
7
|
+
if (!o.length) return;
|
|
8
|
+
const { error: n } = g(), u = o.length, a = s.reduce((e, r) => {
|
|
9
|
+
const i = typeof r == "number" ? r : r.index, d = typeof r == "number" ? "left" : r.position, l = o[i];
|
|
10
|
+
if (!l)
|
|
11
|
+
return n(
|
|
12
|
+
`BbTable fixedColumns: Cannot affix column at index ${i}. Table has ${u} columns (valid indices: 0–${u - 1}).`
|
|
13
|
+
), e;
|
|
14
|
+
const { width: m } = l.getBoundingClientRect(), y = e.filter((h) => h.position === d).reduce((h, C) => h + C.width, 0);
|
|
15
|
+
return e.push({ index: i, position: d, width: Math.floor(m), offset: y }), e;
|
|
16
|
+
}, []), c = Array.from(t.querySelectorAll("tr")), p = a.map((e) => `:scope > :nth-child(${e.index + 1})`).join(", ");
|
|
17
|
+
c.forEach((e) => {
|
|
18
|
+
Array.from(e.querySelectorAll(p)).forEach((i, d) => {
|
|
19
|
+
const l = a[d];
|
|
20
|
+
l && (i.style.position = "sticky", i.style[l.position] = `${l.offset}px`);
|
|
21
|
+
});
|
|
22
|
+
});
|
|
23
|
+
}, f = (t) => Array.isArray(t) ? t : [t], w = (t) => t.split(/\W+/g).join("_").toLowerCase(), $ = (t, s, o) => {
|
|
24
|
+
const n = [...f(t)];
|
|
25
|
+
return s && n.push(...f(s)), o && n.push(...f(o)), n;
|
|
26
|
+
}, b = (t, s, o, n, u, a) => {
|
|
27
|
+
const c = [...f(t)], p = (e) => typeof e == "function" ? e(n, u, a) : e;
|
|
28
|
+
if (s) {
|
|
29
|
+
const e = p(s);
|
|
30
|
+
e && c.push(...f(e));
|
|
6
31
|
}
|
|
7
|
-
|
|
32
|
+
if (o) {
|
|
33
|
+
const e = p(o);
|
|
34
|
+
e && c.push(...f(e));
|
|
35
|
+
}
|
|
36
|
+
return c;
|
|
8
37
|
};
|
|
9
38
|
export {
|
|
10
|
-
|
|
39
|
+
A as applyFixedTableColumns,
|
|
40
|
+
w as columnKeyToSlotName,
|
|
41
|
+
b as mergeCellClasses,
|
|
42
|
+
$ as mergeHeaderClasses
|
|
11
43
|
};
|
package/dist/index287.js
CHANGED
|
@@ -1,25 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}, n = [
|
|
6
|
-
`a[href]${e.inert}${e.negTabIndex}`,
|
|
7
|
-
`area[href]${e.inert}${e.negTabIndex}`,
|
|
8
|
-
`input:not([type="hidden"]):not([type="radio"])${e.inert}${e.negTabIndex}${e.disabled}`,
|
|
9
|
-
`input[type="radio"]${e.inert}${e.negTabIndex}${e.disabled}`,
|
|
10
|
-
`select${e.inert}${e.negTabIndex}${e.disabled}`,
|
|
11
|
-
`textarea${e.inert}${e.negTabIndex}${e.disabled}`,
|
|
12
|
-
`button${e.inert}${e.negTabIndex}${e.disabled}`,
|
|
13
|
-
`details${e.inert} > summary:first-of-type${e.negTabIndex}`,
|
|
14
|
-
// Discard until Firefox supports `:has()`
|
|
15
|
-
// See: https://github.com/KittyGiraudel/focusable-selectors/issues/12
|
|
16
|
-
// `details:not(:has(> summary))${not.inert}${not.negTabIndex}`,
|
|
17
|
-
`iframe${e.inert}${e.negTabIndex}`,
|
|
18
|
-
`audio[controls]${e.inert}${e.negTabIndex}`,
|
|
19
|
-
`video[controls]${e.inert}${e.negTabIndex}`,
|
|
20
|
-
`[contenteditable]${e.inert}${e.negTabIndex}`,
|
|
21
|
-
`[tabindex]${e.inert}${e.negTabIndex}`
|
|
22
|
-
];
|
|
1
|
+
import e from "./index329.js";
|
|
2
|
+
import o from "./index330.js";
|
|
3
|
+
import r from "./index331.js";
|
|
4
|
+
const f = new r(o, e)._freeze();
|
|
23
5
|
export {
|
|
24
|
-
|
|
6
|
+
r as Mime,
|
|
7
|
+
f as default
|
|
25
8
|
};
|
package/dist/index288.js
CHANGED
|
@@ -1,25 +1,18 @@
|
|
|
1
|
-
const
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
if (e) {
|
|
14
|
-
const [, n, o = "px"] = e, a = parseFloat(n);
|
|
15
|
-
return {
|
|
16
|
-
value: i(a),
|
|
17
|
-
unit: o
|
|
18
|
-
};
|
|
19
|
-
}
|
|
1
|
+
const e = (o, r, f) => o.reduce((t, n) => {
|
|
2
|
+
if (t) return t;
|
|
3
|
+
if (f(n))
|
|
4
|
+
return n;
|
|
5
|
+
if (r in n) {
|
|
6
|
+
const i = e(
|
|
7
|
+
[].concat(n[r]),
|
|
8
|
+
r,
|
|
9
|
+
f
|
|
10
|
+
);
|
|
11
|
+
if (i)
|
|
12
|
+
return i;
|
|
20
13
|
}
|
|
21
|
-
|
|
22
|
-
}
|
|
14
|
+
return t;
|
|
15
|
+
}, null);
|
|
23
16
|
export {
|
|
24
|
-
|
|
17
|
+
e as findInTree
|
|
25
18
|
};
|