bitboss-ui 2.1.87 → 2.1.89

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.
Files changed (164) hide show
  1. package/dist/components/BaseSelect/BaseSelect.vue.d.ts +8 -0
  2. package/dist/components/BbSelect/BbSelect.vue.d.ts +6 -0
  3. package/dist/components/ListBox.vue.d.ts +1 -0
  4. package/dist/index.css +1 -1
  5. package/dist/index107.js +8 -8
  6. package/dist/index108.js +5 -3
  7. package/dist/index114.js +1 -1
  8. package/dist/index120.js +1 -1
  9. package/dist/index122.js +78 -76
  10. package/dist/index13.js +2 -2
  11. package/dist/index130.js +1 -1
  12. package/dist/index132.js +4 -4
  13. package/dist/index134.js +1 -1
  14. package/dist/index136.js +2 -2
  15. package/dist/index139.js +1 -1
  16. package/dist/index142.js +1 -1
  17. package/dist/index143.js +2 -2
  18. package/dist/index15.js +4 -4
  19. package/dist/index17.js +3 -3
  20. package/dist/index19.js +7 -7
  21. package/dist/index215.js +2 -2
  22. package/dist/index216.js +2 -2
  23. package/dist/index217.js +5 -2
  24. package/dist/index218.js +8 -2
  25. package/dist/index219.js +2 -3
  26. package/dist/index220.js +2 -5
  27. package/dist/index221.js +3 -8
  28. package/dist/index222.js +1 -1
  29. package/dist/index223.js +1 -1
  30. package/dist/index224.js +1 -1
  31. package/dist/index225.js +1 -1
  32. package/dist/index23.js +7 -7
  33. package/dist/index230.js +6 -6
  34. package/dist/index231.js +1 -1
  35. package/dist/index234.js +1 -1
  36. package/dist/index235.js +1 -1
  37. package/dist/index236.js +85 -12
  38. package/dist/index238.js +29 -3
  39. package/dist/index239.js +17 -4
  40. package/dist/index240.js +50 -9
  41. package/dist/index241.js +14 -2
  42. package/dist/index242.js +12 -4
  43. package/dist/index243.js +16 -86
  44. package/dist/index244.js +4 -0
  45. package/dist/index245.js +2 -29
  46. package/dist/index246.js +6 -16
  47. package/dist/index247.js +7 -51
  48. package/dist/index248.js +32 -14
  49. package/dist/index249.js +28 -12
  50. package/dist/index25.js +2 -2
  51. package/dist/index251.js +4 -9
  52. package/dist/index252.js +18 -133
  53. package/dist/index253.js +203 -0
  54. package/dist/index255.js +131 -19
  55. package/dist/index257.js +4 -3
  56. package/dist/index258.js +13 -9
  57. package/dist/index259.js +4 -106
  58. package/dist/index260.js +25 -0
  59. package/dist/index261.js +3 -100
  60. package/dist/index262.js +5 -0
  61. package/dist/index263.js +11 -3
  62. package/dist/index264.js +9 -2
  63. package/dist/index265.js +13 -5
  64. package/dist/index266.js +6 -5
  65. package/dist/index267.js +16 -5
  66. package/dist/index268.js +5 -20
  67. package/dist/index269.js +5 -2
  68. package/dist/index27.js +1 -1
  69. package/dist/index270.js +5 -2
  70. package/dist/index271.js +2 -7
  71. package/dist/index272.js +3 -7
  72. package/dist/index273.js +10 -67
  73. package/dist/index274.js +2 -32
  74. package/dist/index275.js +188 -28
  75. package/dist/index276.js +5 -0
  76. package/dist/index277.js +67 -7
  77. package/dist/index278.js +17 -8
  78. package/dist/index279.js +12 -9
  79. package/dist/index280.js +104 -51
  80. package/dist/index282.js +100 -5
  81. package/dist/index284.js +229 -12
  82. package/dist/index285.js +7 -225
  83. package/dist/index286.js +53 -6
  84. package/dist/index287.js +5 -16
  85. package/dist/index288.js +34 -8
  86. package/dist/index289.js +9 -4
  87. package/dist/index29.js +3 -3
  88. package/dist/index290.js +7 -201
  89. package/dist/index291.js +11 -0
  90. package/dist/index292.js +23 -34
  91. package/dist/index293.js +8 -3
  92. package/dist/index295.js +1 -1
  93. package/dist/index31.js +2 -2
  94. package/dist/index310.js +2 -2
  95. package/dist/index311.js +3 -4
  96. package/dist/index312.js +3 -5
  97. package/dist/index313.js +1 -1
  98. package/dist/index314.js +1 -1
  99. package/dist/index315.js +5 -3
  100. package/dist/index316.js +4 -3
  101. package/dist/index317.js +5 -3
  102. package/dist/index318.js +719 -125
  103. package/dist/index319.js +366 -2
  104. package/dist/index320.js +56 -14
  105. package/dist/index321.js +125 -2
  106. package/dist/index322.js +2 -19
  107. package/dist/index323.js +15 -2
  108. package/dist/index324.js +2 -2
  109. package/dist/index325.js +18 -5
  110. package/dist/index326.js +2 -719
  111. package/dist/index327.js +2 -366
  112. package/dist/index328.js +3 -57
  113. package/dist/index329.js +3 -2
  114. package/dist/index33.js +7 -7
  115. package/dist/index330.js +2 -4
  116. package/dist/index331.js +1 -1
  117. package/dist/index332.js +4 -3
  118. package/dist/index333.js +6 -5
  119. package/dist/index334.js +6 -34
  120. package/dist/index335.js +7 -6
  121. package/dist/index336.js +17 -127
  122. package/dist/index337.js +7 -396
  123. package/dist/index338.js +14 -6
  124. package/dist/index339.js +5 -7
  125. package/dist/index340.js +57 -18
  126. package/dist/index341.js +58 -9
  127. package/dist/index342.js +90 -12
  128. package/dist/index343.js +8 -5
  129. package/dist/index344.js +6 -58
  130. package/dist/index345.js +7 -57
  131. package/dist/index346.js +1 -1
  132. package/dist/index347.js +31 -130
  133. package/dist/index348.js +5 -21
  134. package/dist/index349.js +131 -0
  135. package/dist/index35.js +3 -3
  136. package/dist/index350.js +395 -44
  137. package/dist/index351.js +46 -7
  138. package/dist/index352.js +22 -6
  139. package/dist/index354.js +130 -89
  140. package/dist/index37.js +56 -54
  141. package/dist/index39.js +6 -6
  142. package/dist/index41.js +2 -2
  143. package/dist/index43.js +7 -7
  144. package/dist/index45.js +5 -5
  145. package/dist/index49.js +2 -2
  146. package/dist/index55.js +1 -1
  147. package/dist/index57.js +2 -2
  148. package/dist/index61.js +4 -4
  149. package/dist/index80.js +6 -6
  150. package/dist/index84.js +2 -2
  151. package/dist/index86.js +2 -2
  152. package/dist/index88.js +1 -1
  153. package/dist/index91.js +2 -2
  154. package/dist/index93.js +1 -1
  155. package/dist/index95.js +4 -4
  156. package/dist/index97.js +1 -1
  157. package/package.json +1 -1
  158. package/dist/index237.js +0 -15
  159. package/dist/index250.js +0 -18
  160. package/dist/index254.js +0 -25
  161. package/dist/index256.js +0 -190
  162. package/dist/index281.js +0 -13
  163. package/dist/index283.js +0 -20
  164. package/dist/index353.js +0 -10
package/dist/index249.js CHANGED
@@ -1,14 +1,30 @@
1
- import { hash as e } from "./index226.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
- };
1
+ import { defineComponent as l, createElementBlock as n, openBlock as r, unref as a, createElementVNode as t } from "vue";
2
+ import { useLocale as s } from "./index235.js";
3
+ const c = ["aria-label"], b = /* @__PURE__ */ l({
4
+ __name: "ClearableButton",
5
+ setup(u) {
6
+ const { t: o } = s();
7
+ return (i, e) => (r(), n("button", {
8
+ "aria-label": a(o)("common.clearLabel").value,
9
+ class: "bb-clearable-button",
10
+ type: "button"
11
+ }, e[0] || (e[0] = [
12
+ t("svg", {
13
+ viewBox: "0 0 24 24",
14
+ xmlns: "http://www.w3.org/2000/svg"
15
+ }, [
16
+ t("path", {
17
+ d: "M12 12l7 7M12 12l-7 -7M12 12l-7 7M12 12l7 -7",
18
+ fill: "none",
19
+ stroke: "currentColor",
20
+ "stroke-linecap": "round",
21
+ "stroke-linejoin": "round",
22
+ "stroke-width": "2"
23
+ })
24
+ ], -1)
25
+ ]), 8, c));
26
+ }
27
+ });
12
28
  export {
13
- n as useHashedWatcher
29
+ b as default
14
30
  };
package/dist/index25.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import { defineComponent as I, mergeModels as M, useModel as W, computed as h, 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 y, createCommentVNode as f, 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 "./index236.js";
2
+ import { parseSize as U } from "./index265.js";
3
3
  import { useId as D } from "./index8.js";
4
4
  import { useLocale as j } from "./index235.js";
5
5
  import { useMobile as G } from "./index9.js";
6
- import { useUntil as J } from "./index237.js";
6
+ import { useUntil as J } from "./index258.js";
7
7
  import { wait as w } from "./index140.js";
8
8
  import { _config as Q } from "./index4.js";
9
9
  const X = ["aria-describedby", "aria-labelledby", "aria-live", "inert"], Y = {
package/dist/index251.js CHANGED
@@ -1,11 +1,6 @@
1
- const o = (n, t) => {
2
- for (let e = n.length - 1; e >= 0; e--) {
3
- const i = n[e];
4
- if (t(i, e, n))
5
- return e;
6
- }
7
- return -1;
8
- };
1
+ function x(e) {
2
+ return /^#([A-Fa-f0-9]{6})$/.test(e);
3
+ }
9
4
  export {
10
- o as findRightIndex
5
+ x as isHex
11
6
  };
package/dist/index252.js CHANGED
@@ -1,137 +1,22 @@
1
- import { defineComponent as A, mergeModels as L, useModel as T, ref as c, computed as a, watch as F, onMounted as S, createBlock as N, openBlock as w, resolveDynamicComponent as U, mergeProps as g, unref as y, withModifiers as h, withCtx as j, createElementVNode as q, createElementBlock as I, createCommentVNode as R, renderSlot as X, nextTick as z } from "vue";
2
- import { useCancelableFunction as G } from "./index334.js";
3
- import { useUntil as H } from "./index237.js";
4
- import { extractDomContainer as x } from "./index242.js";
5
- import { waitFor as J } from "./index335.js";
6
- import { arrow as K, useFloating as O } from "./index336.js";
7
- import { flip as Q, offset as W, shift as Y, hide as Z, autoUpdate as ee } from "./index337.js";
8
- const oe = {
9
- key: 0,
10
- class: "bb-common-popover__bubble"
11
- }, ue = /* @__PURE__ */ A({
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
- hideArrow: { type: Boolean },
24
- tag: { default: "span" },
25
- flip: { type: Boolean, default: !0 }
26
- }, {
27
- modelValue: { type: Boolean, default: !1 },
28
- modelModifiers: {}
29
- }),
30
- emits: ["update:modelValue"],
31
- setup(m) {
32
- const o = m, r = T(m, "modelValue"), s = c(r.value), C = a(() => o.dialog ? "dialog" : "span"), t = c(), f = c(), _ = a(() => {
33
- const e = o.anchor;
34
- return e && typeof e == "object" && "getBoundingClientRect" in e && !(e instanceof Element) ? e : x(e);
35
- }), B = H(r, { initialValue: o.eager }), P = a(() => {
36
- if (o.boundary)
37
- return typeof o.boundary == "string" ? document.querySelector(o.boundary) ?? void 0 : x(o.boundary) ?? void 0;
38
- }), k = a(() => {
39
- const e = P.value;
40
- return [
41
- ...o.flip ? [Q(e ? { boundary: e } : void 0)] : [],
42
- W(o.offset),
43
- Y({ padding: o.padding, ...e ? { boundary: e } : {} }),
44
- Z(),
45
- ...o.hideArrow ? [] : [
46
- K({
47
- element: f,
48
- padding: o.arrowPadding
49
- })
50
- ]
51
- ];
52
- }), { floatingStyles: E, placement: M, middlewareData: u, update: v } = O(
53
- _,
54
- t,
55
- {
56
- placement: o.placement,
57
- whileElementsMounted: ee,
58
- middleware: k,
59
- strategy: "fixed"
60
- }
61
- ), { execute: b } = G(
62
- ({ signal: e }, n) => new Promise((l) => {
63
- let i;
64
- const p = () => {
65
- i && clearTimeout(i);
66
- };
67
- e.addEventListener("abort", p), n ? ($(), v(), J(() => !!t.value).then(() => {
68
- s.value = !0, e.removeEventListener("abort", p), l(void 0);
69
- })) : (s.value = !1, i = setTimeout(() => {
70
- z(() => {
71
- t.value && (o.dialog ? t.value.close() : t.value.hidePopover()), e.removeEventListener("abort", p), v(), l(void 0);
72
- });
73
- }, o.transitionDuration));
74
- })
75
- ), $ = () => {
76
- if (!t.value) return;
77
- if (!o.dialog) return t.value.showPopover();
78
- t.value.showModal();
1
+ import { MaskInput as r } from "./index275.js";
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);
79
15
  };
80
- F(r, b), S(() => {
81
- r.value && b(r.value);
82
- });
83
- const D = a(() => {
84
- const e = r.value ? void 0 : -1, n = Math.round(u.value.arrow?.x ?? 0), l = o.dialog ? void 0 : "manual";
85
- return {
86
- style: {
87
- ...E.value,
88
- "--transition-duration": `${o.transitionDuration}ms`,
89
- "--page-padding": `${o.padding}px`,
90
- "--arrow-offset-x": `${n}px`
91
- },
92
- popover: l,
93
- tabindex: e
94
- };
95
- }), V = a(() => {
96
- if (u.value.arrow) {
97
- const { x: e, y: n } = u.value.arrow;
98
- return {
99
- style: {
100
- left: `${e}px`,
101
- top: `${n}px`
102
- }
103
- };
104
- }
105
- }), d = () => {
106
- r.value = !1;
107
- };
108
- return (e, n) => (w(), N(U(C.value), g({
109
- ref_key: "wrapper",
110
- ref: t,
111
- class: ["bb-common-popover", {
112
- "bb-common-popover--open": s.value,
113
- "bb-common-popover--no-arrow": e.hideArrow,
114
- [`bb-common-popover--${y(M)}`]: !0
115
- }]
116
- }, D.value, {
117
- onClick: h(d, ["self", "stop"]),
118
- onContextmenu: h(d, ["self", "stop", "prevent"]),
119
- onClose: d
120
- }), {
121
- default: j(() => [
122
- q("span", g({
123
- ref_key: "bubblearrow",
124
- ref: f,
125
- class: "bb-common-popover__arrow"
126
- }, V.value), null, 16),
127
- y(B) ? (w(), I("span", oe, [
128
- X(e.$slots, "default")
129
- ])) : R("", !0)
130
- ]),
131
- _: 3
132
- }, 16, ["class"]));
16
+ e.onMaska = e.onMaska == null ? l : Array.isArray(e.onMaska) ? [...e.onMaska, l] : [e.onMaska, l];
133
17
  }
134
- });
18
+ u.has(t) ? (s = u.get(t)) == null || s.update(e) : u.set(t, new r(t, e));
19
+ };
135
20
  export {
136
- ue as default
21
+ k as vMaska
137
22
  };
@@ -0,0 +1,203 @@
1
+ import { defineComponent as j, ref as s, onMounted as J, watch as Q, createElementBlock as M, openBlock as S, createElementVNode as x, createTextVNode as L, createCommentVNode as B, toDisplayString as y, unref as w } from "vue";
2
+ import { hexToRgb as K } from "./index343.js";
3
+ import { getHueFromRGB as F } from "./index344.js";
4
+ import { hslToHex as b } from "./index345.js";
5
+ import { useLocale as Z } from "./index235.js";
6
+ const ee = {
7
+ id: "mainCanvasDesc",
8
+ "aria-live": "polite",
9
+ class: "sr-only"
10
+ }, te = { key: 0 }, ae = {
11
+ id: "hueCanvasDesc",
12
+ "aria-live": "polite",
13
+ class: "sr-only"
14
+ }, ne = { key: 0 }, ue = /* @__PURE__ */ j({
15
+ __name: "ColorPallette",
16
+ props: {
17
+ modelValue: {}
18
+ },
19
+ emits: ["update:modelValue"],
20
+ setup(N, { emit: O }) {
21
+ const _ = N, f = O, { t: h } = Z(), o = s(_.modelValue), d = s(
22
+ b(F(...K(o.value ?? "#ff0000")), 100, 50)
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
+ });
201
+ export {
202
+ ue as default
203
+ };
package/dist/index255.js CHANGED
@@ -1,25 +1,137 @@
1
- const i = (t) => {
2
- const n = t.toString().replace(/\.0+$/, "").replace(/\.$/, "");
3
- return parseFloat(n) || 0;
4
- };
5
- function s(t) {
6
- if (typeof t == "number")
7
- return {
8
- value: i(t),
9
- unit: "px"
1
+ import { defineComponent as A, mergeModels as L, useModel as T, ref as c, computed as a, watch as F, onMounted as S, createBlock as N, openBlock as w, resolveDynamicComponent as U, mergeProps as g, unref as y, withModifiers as h, withCtx as j, createElementVNode as q, createElementBlock as I, createCommentVNode as R, renderSlot as X, nextTick as z } from "vue";
2
+ import { useCancelableFunction as G } from "./index347.js";
3
+ import { useUntil as H } from "./index258.js";
4
+ import { extractDomContainer as x } from "./index259.js";
5
+ import { waitFor as J } from "./index348.js";
6
+ import { arrow as K, useFloating as O } from "./index349.js";
7
+ import { flip as Q, offset as W, shift as Y, hide as Z, autoUpdate as ee } from "./index350.js";
8
+ const oe = {
9
+ key: 0,
10
+ class: "bb-common-popover__bubble"
11
+ }, ue = /* @__PURE__ */ A({
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
+ hideArrow: { type: Boolean },
24
+ tag: { default: "span" },
25
+ flip: { type: Boolean, default: !0 }
26
+ }, {
27
+ modelValue: { type: Boolean, default: !1 },
28
+ modelModifiers: {}
29
+ }),
30
+ emits: ["update:modelValue"],
31
+ setup(m) {
32
+ const o = m, r = T(m, "modelValue"), s = c(r.value), C = a(() => o.dialog ? "dialog" : "span"), t = c(), f = c(), _ = a(() => {
33
+ const e = o.anchor;
34
+ return e && typeof e == "object" && "getBoundingClientRect" in e && !(e instanceof Element) ? e : x(e);
35
+ }), B = H(r, { initialValue: o.eager }), P = a(() => {
36
+ if (o.boundary)
37
+ return typeof o.boundary == "string" ? document.querySelector(o.boundary) ?? void 0 : x(o.boundary) ?? void 0;
38
+ }), k = a(() => {
39
+ const e = P.value;
40
+ return [
41
+ ...o.flip ? [Q(e ? { boundary: e } : void 0)] : [],
42
+ W(o.offset),
43
+ Y({ padding: o.padding, ...e ? { boundary: e } : {} }),
44
+ Z(),
45
+ ...o.hideArrow ? [] : [
46
+ K({
47
+ element: f,
48
+ padding: o.arrowPadding
49
+ })
50
+ ]
51
+ ];
52
+ }), { floatingStyles: E, placement: M, middlewareData: u, update: v } = O(
53
+ _,
54
+ t,
55
+ {
56
+ placement: o.placement,
57
+ whileElementsMounted: ee,
58
+ middleware: k,
59
+ strategy: "fixed"
60
+ }
61
+ ), { execute: b } = G(
62
+ ({ signal: e }, n) => new Promise((l) => {
63
+ let i;
64
+ const p = () => {
65
+ i && clearTimeout(i);
66
+ };
67
+ e.addEventListener("abort", p), n ? ($(), v(), J(() => !!t.value).then(() => {
68
+ s.value = !0, e.removeEventListener("abort", p), l(void 0);
69
+ })) : (s.value = !1, i = setTimeout(() => {
70
+ z(() => {
71
+ t.value && (o.dialog ? t.value.close() : t.value.hidePopover()), e.removeEventListener("abort", p), v(), l(void 0);
72
+ });
73
+ }, o.transitionDuration));
74
+ })
75
+ ), $ = () => {
76
+ if (!t.value) return;
77
+ if (!o.dialog) return t.value.showPopover();
78
+ t.value.showModal();
10
79
  };
11
- if (typeof t == "string") {
12
- const r = /^(-?\d*\.?\d+)([a-zA-Z%]*)?$/, e = t.match(r);
13
- if (e) {
14
- const [, n, o = "px"] = e, a = parseFloat(n);
80
+ F(r, b), S(() => {
81
+ r.value && b(r.value);
82
+ });
83
+ const D = a(() => {
84
+ const e = r.value ? void 0 : -1, n = Math.round(u.value.arrow?.x ?? 0), l = o.dialog ? void 0 : "manual";
15
85
  return {
16
- value: i(a),
17
- unit: o
86
+ style: {
87
+ ...E.value,
88
+ "--transition-duration": `${o.transitionDuration}ms`,
89
+ "--page-padding": `${o.padding}px`,
90
+ "--arrow-offset-x": `${n}px`
91
+ },
92
+ popover: l,
93
+ tabindex: e
18
94
  };
19
- }
95
+ }), V = a(() => {
96
+ if (u.value.arrow) {
97
+ const { x: e, y: n } = u.value.arrow;
98
+ return {
99
+ style: {
100
+ left: `${e}px`,
101
+ top: `${n}px`
102
+ }
103
+ };
104
+ }
105
+ }), d = () => {
106
+ r.value = !1;
107
+ };
108
+ return (e, n) => (w(), N(U(C.value), g({
109
+ ref_key: "wrapper",
110
+ ref: t,
111
+ class: ["bb-common-popover", {
112
+ "bb-common-popover--open": s.value,
113
+ "bb-common-popover--no-arrow": e.hideArrow,
114
+ [`bb-common-popover--${y(M)}`]: !0
115
+ }]
116
+ }, D.value, {
117
+ onClick: h(d, ["self", "stop"]),
118
+ onContextmenu: h(d, ["self", "stop", "prevent"]),
119
+ onClose: d
120
+ }), {
121
+ default: j(() => [
122
+ q("span", g({
123
+ ref_key: "bubblearrow",
124
+ ref: f,
125
+ class: "bb-common-popover__arrow"
126
+ }, V.value), null, 16),
127
+ y(B) ? (w(), I("span", oe, [
128
+ X(e.$slots, "default")
129
+ ])) : R("", !0)
130
+ ]),
131
+ _: 3
132
+ }, 16, ["class"]));
20
133
  }
21
- throw new Error(`Invalid width: ${t}`);
22
- }
134
+ });
23
135
  export {
24
- s as parseWidthString
136
+ ue as default
25
137
  };
package/dist/index257.js CHANGED
@@ -1,5 +1,6 @@
1
- import { isEmpty as o } from "./index263.js";
2
- const m = (t) => !o(t);
1
+ import { curry as e } from "./index316.js";
2
+ const t = (n, o, r) => n(r) ? o(r) : r, s = e(t);
3
3
  export {
4
- m as isNotEmpty
4
+ t as baseWhen,
5
+ s as when
5
6
  };
package/dist/index258.js CHANGED
@@ -1,11 +1,15 @@
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
- };
8
- }
1
+ import { ref as c, watch as f, toValue as u } from "vue";
2
+ const p = (e, { initialValue: r = !1, nextValue: o = !0 } = {}) => {
3
+ const t = c(r);
4
+ if (r) return t;
5
+ const n = f(
6
+ () => u(e),
7
+ (s) => {
8
+ s && (t.value = o, n());
9
+ }
10
+ );
11
+ return t;
12
+ };
9
13
  export {
10
- u as debounce
14
+ p as useUntil
11
15
  };