bitboss-ui 2.1.103 → 2.1.105

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 (194) hide show
  1. package/dist/components/BaseSelect/BaseSelect.vue.d.ts +6 -0
  2. package/dist/components/BbSelect/BbSelect.vue.d.ts +6 -0
  3. package/dist/components/BbSelectPopover/BbSelectPopover.vue.d.ts +277 -0
  4. package/dist/components/FlatListBox.vue.d.ts +4 -1
  5. package/dist/components/GroupedListBox.vue.d.ts +4 -1
  6. package/dist/components/ListBox.vue.d.ts +5 -1
  7. package/dist/composables/useCoherence.d.ts +1 -0
  8. package/dist/composables/usePrefill.d.ts +13 -3
  9. package/dist/index.d.ts +1 -0
  10. package/dist/index109.js +21 -23
  11. package/dist/index110.js +13 -7
  12. package/dist/index116.js +1 -1
  13. package/dist/index122.js +4 -4
  14. package/dist/index124.js +14 -16
  15. package/dist/index132.js +1 -1
  16. package/dist/index134.js +5 -5
  17. package/dist/index136.js +1 -1
  18. package/dist/index138.js +2 -2
  19. package/dist/index14.js +1 -1
  20. package/dist/index143.js +2 -2
  21. package/dist/index145.js +1 -1
  22. package/dist/index16.js +3 -3
  23. package/dist/index18.js +3 -3
  24. package/dist/index20.js +14 -14
  25. package/dist/index218.js +138 -2
  26. package/dist/index219.js +2 -138
  27. package/dist/index22.js +14 -14
  28. package/dist/index221.js +1 -1
  29. package/dist/index222.js +1 -1
  30. package/dist/index223.js +6 -2
  31. package/dist/index224.js +16 -2
  32. package/dist/index225.js +5 -3
  33. package/dist/index226.js +5 -33
  34. package/dist/index227.js +5 -28
  35. package/dist/index228.js +7 -0
  36. package/dist/index229.js +3 -5
  37. package/dist/index230.js +2 -5
  38. package/dist/index231.js +6 -5
  39. package/dist/index232.js +8 -5
  40. package/dist/index233.js +268 -3
  41. package/dist/index234.js +52 -2
  42. package/dist/index235.js +52 -6
  43. package/dist/index236.js +30 -6
  44. package/dist/index237.js +53 -261
  45. package/dist/index238.js +12 -51
  46. package/dist/index239.js +3 -52
  47. package/dist/index24.js +11 -11
  48. package/dist/index240.js +33 -32
  49. package/dist/index241.js +25 -57
  50. package/dist/index243.js +2 -3
  51. package/dist/index244.js +2 -86
  52. package/dist/index245.js +5 -0
  53. package/dist/index246.js +8 -28
  54. package/dist/index247.js +12 -15
  55. package/dist/index248.js +135 -17
  56. package/dist/index250.js +23 -15
  57. package/dist/index251.js +4 -12
  58. package/dist/index252.js +23 -2
  59. package/dist/index253.js +33 -4
  60. package/dist/index254.js +2 -106
  61. package/dist/{index285.js → index255.js} +1 -1
  62. package/dist/index256.js +2 -100
  63. package/dist/index257.js +6 -0
  64. package/dist/index258.js +20 -3
  65. package/dist/index259.js +34 -10
  66. package/dist/index26.js +2 -2
  67. package/dist/index260.js +86 -3
  68. package/dist/index262.js +30 -5
  69. package/dist/index263.js +17 -5
  70. package/dist/index264.js +51 -5
  71. package/dist/index265.js +18 -2
  72. package/dist/index266.js +11 -19
  73. package/dist/index267.js +18 -135
  74. package/dist/index268.js +5 -0
  75. package/dist/index269.js +10 -187
  76. package/dist/index270.js +5 -3
  77. package/dist/index272.js +9 -13
  78. package/dist/index273.js +369 -19
  79. package/dist/index275.js +25 -23
  80. package/dist/index276.js +4 -18
  81. package/dist/index277.js +9 -12
  82. package/dist/index278.js +52 -103
  83. package/dist/index279.js +187 -10
  84. package/dist/index28.js +1 -1
  85. package/dist/index280.js +3 -9
  86. package/dist/index281.js +3 -21
  87. package/dist/index282.js +18 -25
  88. package/dist/index283.js +11 -32
  89. package/dist/index284.js +106 -4
  90. package/dist/index286.js +100 -9
  91. package/dist/index288.js +107 -2
  92. package/dist/index289.js +5 -7
  93. package/dist/index290.js +5 -7
  94. package/dist/index291.js +5 -3
  95. package/dist/index292.js +2 -6
  96. package/dist/index293.js +7 -16
  97. package/dist/index294.js +7 -5
  98. package/dist/index295.js +20 -52
  99. package/dist/index296.js +7 -34
  100. package/dist/index297.js +10 -373
  101. package/dist/index298.js +5 -0
  102. package/dist/index299.js +7 -0
  103. package/dist/index30.js +2 -2
  104. package/dist/index300.js +7 -3
  105. package/dist/index302.js +3 -280
  106. package/dist/index303.js +3 -2
  107. package/dist/index304.js +17 -16
  108. package/dist/index305.js +28 -2
  109. package/dist/index306.js +719 -16
  110. package/dist/index307.js +366 -2
  111. package/dist/index308.js +56 -26
  112. package/dist/index309.js +5 -2
  113. package/dist/index310.js +1 -1
  114. package/dist/index311.js +280 -2
  115. package/dist/index312.js +2 -2
  116. package/dist/index313.js +16 -2
  117. package/dist/index314.js +2 -28
  118. package/dist/index315.js +16 -2
  119. package/dist/index316.js +2 -7
  120. package/dist/index317.js +27 -3
  121. package/dist/index318.js +2 -17
  122. package/dist/index319.js +2 -4
  123. package/dist/index32.js +2 -2
  124. package/dist/index320.js +2 -3
  125. package/dist/index321.js +2 -3
  126. package/dist/index322.js +2 -125
  127. package/dist/index323.js +2 -2
  128. package/dist/index324.js +2 -15
  129. package/dist/index325.js +3 -2
  130. package/dist/index326.js +3 -18
  131. package/dist/index327.js +3 -2
  132. package/dist/index328.js +4 -3
  133. package/dist/index329.js +3 -2
  134. package/dist/index330.js +3 -2
  135. package/dist/index331.js +2 -6
  136. package/dist/index332.js +5 -3
  137. package/dist/index333.js +125 -5
  138. package/dist/index334.js +2 -719
  139. package/dist/index335.js +15 -366
  140. package/dist/index336.js +2 -57
  141. package/dist/index337.js +19 -2
  142. package/dist/index338.js +2 -5
  143. package/dist/index339.js +227 -6
  144. package/dist/index34.js +12 -12
  145. package/dist/index340.js +67 -7
  146. package/dist/index341.js +66 -18
  147. package/dist/index342.js +92 -8
  148. package/dist/index343.js +5 -15
  149. package/dist/index344.js +6 -34
  150. package/dist/index345.js +19 -6
  151. package/dist/index346.js +7 -127
  152. package/dist/index347.js +12 -395
  153. package/dist/index348.js +7 -67
  154. package/dist/index349.js +35 -67
  155. package/dist/index350.js +6 -228
  156. package/dist/index351.js +129 -3
  157. package/dist/index352.js +396 -189
  158. package/dist/index353.js +18 -254
  159. package/dist/index355.js +136 -0
  160. package/dist/index356.js +199 -133
  161. package/dist/index357.js +257 -91
  162. package/dist/index358.js +1 -1
  163. package/dist/index359.js +1 -1
  164. package/dist/index36.js +4 -4
  165. package/dist/index363.js +1 -1
  166. package/dist/index38.js +253 -239
  167. package/dist/index40.js +6 -6
  168. package/dist/index42.js +2 -2
  169. package/dist/index44.js +27 -29
  170. package/dist/index46.js +6 -6
  171. package/dist/index50.js +2 -2
  172. package/dist/index54.js +1 -1
  173. package/dist/index56.js +1 -1
  174. package/dist/index58.js +2 -2
  175. package/dist/index60.js +2 -2
  176. package/dist/index62.js +5 -5
  177. package/dist/index68.js +1 -1
  178. package/dist/index74.js +4 -4
  179. package/dist/index82.js +7 -7
  180. package/dist/index84.js +1 -1
  181. package/dist/index86.js +2 -2
  182. package/dist/index88.js +3 -3
  183. package/dist/index90.js +1 -1
  184. package/dist/index93.js +2 -2
  185. package/dist/index95.js +2 -2
  186. package/dist/index97.js +5 -5
  187. package/package.json +2 -2
  188. package/dist/index242.js +0 -15
  189. package/dist/index249.js +0 -53
  190. package/dist/index261.js +0 -6
  191. package/dist/index274.js +0 -11
  192. package/dist/index287.js +0 -9
  193. package/dist/index301.js +0 -7
  194. package/dist/index354.js +0 -24
package/dist/index132.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as a, createElementBlock as o, openBlock as e, normalizeClass as c, createVNode as l, TransitionGroup as m, withCtx as i, Fragment as p, renderList as u, unref as r, createBlock as f, mergeProps as _ } from "vue";
2
2
  import { useToast as d, state as k } from "./index12.js";
3
- import b from "./index285.js";
3
+ import b from "./index255.js";
4
4
  const $ = /* @__PURE__ */ a({
5
5
  __name: "BbToast",
6
6
  props: {
package/dist/index134.js CHANGED
@@ -1,14 +1,14 @@
1
1
  import { defineComponent as R, mergeModels as U, ref as L, computed as v, useTemplateRef as W, useModel as x, watch as m, onBeforeUnmount as F, createElementBlock as I, openBlock as g, Fragment as _, renderSlot as k, createCommentVNode as C, createVNode as j, normalizeProps as q, mergeProps as B, withCtx as T, createElementVNode as f, normalizeStyle as G, createBlock as H, unref as J } from "vue";
2
2
  import { useId as K } from "./index8.js";
3
- import { useLocale as Q } from "./index242.js";
4
- import { useUntil as X } from "./index272.js";
3
+ import { useLocale as Q } from "./index238.js";
4
+ import { useUntil as X } from "./index247.js";
5
5
  import Y from "./index14.js";
6
6
  /* empty css */
7
- import Z from "./index267.js";
7
+ import Z from "./index248.js";
8
8
  /* empty css */
9
9
  import { useElementSize as ee } from "./index143.js";
10
- import { extractDomContainer as V } from "./index261.js";
11
- import { parseWidthString as te } from "./index273.js";
10
+ import { extractDomContainer as V } from "./index251.js";
11
+ import { parseWidthString as te } from "./index252.js";
12
12
  const ce = /* @__PURE__ */ R({
13
13
  inheritAttrs: !1,
14
14
  __name: "BbTooltip",
package/dist/index136.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as $, computed as g, resolveComponent as y, createElementBlock as f, openBlock as i, Fragment as k, renderList as h, normalizeClass as b, createElementVNode as s, renderSlot as t, createVNode as v, createSlots as B, withCtx as _, mergeProps as C } from "vue";
2
- import { flattenTree as T } from "./index294.js";
2
+ import { flattenTree as T } from "./index270.js";
3
3
  const w = { class: "bb-tree-row" }, E = { class: "bb-tree-main-content" }, N = /* @__PURE__ */ $({
4
4
  __name: "BbTree",
5
5
  props: {
package/dist/index138.js CHANGED
@@ -5,8 +5,8 @@ import u from "./index88.js";
5
5
  /* empty css */
6
6
  import I from "./index116.js";
7
7
  /* empty css */
8
- import N from "./index226.js";
9
- import g from "./index227.js";
8
+ import N from "./index240.js";
9
+ import g from "./index241.js";
10
10
  /* empty css */
11
11
  const h = { class: "bb-common-input-inner-container__prefix" }, B = { class: "bb-common-input-inner-container__suffix" }, R = /* @__PURE__ */ k({
12
12
  __name: "CommonInputInnerContainer",
package/dist/index14.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as w, getCurrentInstance as P, computed as r, createBlock as c, openBlock as i, mergeProps as f, withCtx as v, renderSlot as d, createTextVNode as p, toDisplayString as h, resolveDynamicComponent as b } from "vue";
2
- import R from "./index296.js";
2
+ import R from "./index259.js";
3
3
  import { useFrameworkDetection as _ } from "./index144.js";
4
4
  import { _config as g } from "./index4.js";
5
5
  const D = /* @__PURE__ */ w({
package/dist/index143.js CHANGED
@@ -1,5 +1,5 @@
1
- import { tryOnMounted as D, toArray as L, notNullish as Z, noop as V, tryOnScopeDispose as P, useThrottleFn as q, isClient as ee, watchImmediate as te, useDebounceFn as ne, pxValue as G, injectLocal as oe, isObject as le } from "./index219.js";
2
- import { bypassFilter as We, createFilterWrapper as ye, debounceFilter as Te, debouncedWatch as Ie, getLifeCycleTarget as Me, throttleFilter as _e, debouncedWatch as Re, watchWithFilter as Ae } from "./index219.js";
1
+ import { tryOnMounted as D, toArray as L, notNullish as Z, noop as V, tryOnScopeDispose as P, useThrottleFn as q, isClient as ee, watchImmediate as te, useDebounceFn as ne, pxValue as G, injectLocal as oe, isObject as le } from "./index218.js";
2
+ import { bypassFilter as We, createFilterWrapper as ye, debounceFilter as Te, debouncedWatch as Ie, getLifeCycleTarget as Me, throttleFilter as _e, debouncedWatch as Re, watchWithFilter as Ae } from "./index218.js";
3
3
  import { shallowRef as S, getCurrentInstance as ue, onMounted as se, computed as g, watch as B, toValue as w, reactive as U, ref as J, watchEffect as re, hasInjectionContext as ie, unref as ce } from "vue";
4
4
  const R = ee ? window : void 0;
5
5
  function W(o) {
package/dist/index145.js CHANGED
@@ -1,4 +1,4 @@
1
- import { urlAlphabet as l } from "./index218.js";
1
+ import { urlAlphabet as l } from "./index219.js";
2
2
  let o = (t = 21) => {
3
3
  let e = "", r = crypto.getRandomValues(new Uint8Array(t |= 0));
4
4
  for (; t--; )
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 "./index284.js";
2
+ import { isHex as q } from "./index257.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 "./index242.js";
6
- import { vMaska as L } from "./index266.js";
5
+ import { useLocale as N } from "./index238.js";
6
+ import { vMaska as L } from "./index258.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 "./index223.js";
3
- import { booleanishToBoolean as q } from "./index224.js";
4
- import { isEqual as A } from "./index225.js";
2
+ import { isCssColor as y } from "./index243.js";
3
+ import { booleanishToBoolean as q } from "./index244.js";
4
+ import { isEqual as A } from "./index245.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 "./index244.js";
4
+ import U from "./index260.js";
5
5
  /* empty css */
6
- import { useItemsGetter as q } from "./index246.js";
7
- import { useIndexById as C } from "./index248.js";
8
- import { useBaseOptions as J } from "./index249.js";
9
- import { useCoherence as Q } from "./index250.js";
10
- import { hash as X } from "./index233.js";
11
- import { useHashedWatcher as $ } from "./index251.js";
12
- import { usePrefill as Y } from "./index247.js";
6
+ import { useItemsGetter as q } from "./index262.js";
7
+ import { useIndexById as C } from "./index263.js";
8
+ import { useBaseOptions as J } from "./index264.js";
9
+ import { useCoherence as Q } from "./index265.js";
10
+ import { hash as X } from "./index229.js";
11
+ import { useHashedWatcher as $ } from "./index266.js";
12
+ import { usePrefill as Y } from "./index267.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
- onStart: !0,
53
+ trigger: !0,
54
54
  currentValue: o.modelValue,
55
55
  multiple: !0,
56
- fn: async ({ prefill: e }) => {
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
- }, S = (e, l) => {
103
+ }, A = (e, l) => {
104
104
  t("change", e), l.selected ? M(l) : x(l);
105
- }, A = {
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
- }, A, {
162
- onChange: (m) => S(m, a)
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
@@ -1,4 +1,140 @@
1
- const t = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
1
+ import { onMounted as O, nextTick as W, getCurrentScope as S, onScopeDispose as C, watch as F, getCurrentInstance as g, isRef as P, toValue as b, hasInjectionContext as k, inject as v } from "vue";
2
+ function V(e) {
3
+ return S() ? (C(e), !0) : !1;
4
+ }
5
+ const w = /* @__PURE__ */ new WeakMap(), E = (...e) => {
6
+ var r;
7
+ const n = e[0], t = (r = g()) == null ? void 0 : r.proxy;
8
+ if (t == null && !k())
9
+ throw new Error("injectLocal must be called in setup");
10
+ return t && w.has(t) && n in w.get(t) ? w.get(t)[n] : v(...e);
11
+ }, G = typeof window < "u" && typeof document < "u";
12
+ typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
13
+ const _ = (e) => e != null, M = Object.prototype.toString, q = (e) => M.call(e) === "[object Object]", d = () => {
14
+ };
15
+ function y(e, r) {
16
+ function n(...t) {
17
+ return new Promise((o, i) => {
18
+ Promise.resolve(e(() => r.apply(this, t), { fn: r, thisArg: this, args: t })).then(o).catch(i);
19
+ });
20
+ }
21
+ return n;
22
+ }
23
+ const A = (e) => e();
24
+ function x(e, r = {}) {
25
+ let n, t, o = d;
26
+ const i = (c) => {
27
+ clearTimeout(c), o(), o = d;
28
+ };
29
+ let u;
30
+ return (c) => {
31
+ const a = b(e), l = b(r.maxWait);
32
+ return n && i(n), a <= 0 || l !== void 0 && l <= 0 ? (t && (i(t), t = null), Promise.resolve(c())) : new Promise((f, p) => {
33
+ o = r.rejectOnCancel ? p : f, u = c, l && !t && (t = setTimeout(() => {
34
+ n && i(n), t = null, f(u());
35
+ }, l)), n = setTimeout(() => {
36
+ t && i(t), t = null, f(c());
37
+ }, a);
38
+ });
39
+ };
40
+ }
41
+ function I(...e) {
42
+ let r = 0, n, t = !0, o = d, i, u, s, c, a;
43
+ !P(e[0]) && typeof e[0] == "object" ? { delay: u, trailing: s = !0, leading: c = !0, rejectOnCancel: a = !1 } = e[0] : [u, s = !0, c = !0, a = !1] = e;
44
+ const l = () => {
45
+ n && (clearTimeout(n), n = void 0, o(), o = d);
46
+ };
47
+ return (p) => {
48
+ const m = b(u), j = Date.now() - r, h = () => i = p();
49
+ return l(), m <= 0 ? (r = Date.now(), h()) : (j > m && (c || !t) ? (r = Date.now(), h()) : s && (i = new Promise((T, D) => {
50
+ o = a ? D : T, n = setTimeout(() => {
51
+ r = Date.now(), t = !0, T(h()), l();
52
+ }, Math.max(0, m - j));
53
+ })), !c && !n && (n = setTimeout(() => t = !0, m)), t = !1, i);
54
+ };
55
+ }
56
+ function z(e) {
57
+ return e.endsWith("rem") ? Number.parseFloat(e) * 16 : Number.parseFloat(e);
58
+ }
59
+ function L(e) {
60
+ return g();
61
+ }
62
+ function B(e) {
63
+ return Array.isArray(e) ? e : [e];
64
+ }
65
+ function H(e, r = 200, n = {}) {
66
+ return y(
67
+ x(r, n),
68
+ e
69
+ );
70
+ }
71
+ function J(e, r = 200, n = !1, t = !0, o = !1) {
72
+ return y(
73
+ I(r, n, t, o),
74
+ e
75
+ );
76
+ }
77
+ function N(e, r, n = {}) {
78
+ const {
79
+ eventFilter: t = A,
80
+ ...o
81
+ } = n;
82
+ return F(
83
+ e,
84
+ y(
85
+ t,
86
+ r
87
+ ),
88
+ o
89
+ );
90
+ }
91
+ function K(e, r = !0, n) {
92
+ L() ? O(e, n) : r ? e() : W(e);
93
+ }
94
+ function Q(e, r, n = {}) {
95
+ const {
96
+ debounce: t = 0,
97
+ maxWait: o = void 0,
98
+ ...i
99
+ } = n;
100
+ return N(
101
+ e,
102
+ r,
103
+ {
104
+ ...i,
105
+ eventFilter: x(t, { maxWait: o })
106
+ }
107
+ );
108
+ }
109
+ function U(e, r, n) {
110
+ return F(
111
+ e,
112
+ r,
113
+ {
114
+ ...n,
115
+ immediate: !0
116
+ }
117
+ );
118
+ }
2
119
  export {
3
- t as urlAlphabet
120
+ A as bypassFilter,
121
+ y as createFilterWrapper,
122
+ x as debounceFilter,
123
+ Q as debouncedWatch,
124
+ L as getLifeCycleTarget,
125
+ E as injectLocal,
126
+ G as isClient,
127
+ q as isObject,
128
+ d as noop,
129
+ _ as notNullish,
130
+ z as pxValue,
131
+ I as throttleFilter,
132
+ B as toArray,
133
+ K as tryOnMounted,
134
+ V as tryOnScopeDispose,
135
+ H as useDebounceFn,
136
+ J as useThrottleFn,
137
+ Q as watchDebounced,
138
+ U as watchImmediate,
139
+ N as watchWithFilter
4
140
  };
package/dist/index219.js CHANGED
@@ -1,140 +1,4 @@
1
- import { onMounted as O, nextTick as W, getCurrentScope as S, onScopeDispose as C, watch as F, getCurrentInstance as g, isRef as P, toValue as b, hasInjectionContext as k, inject as v } from "vue";
2
- function V(e) {
3
- return S() ? (C(e), !0) : !1;
4
- }
5
- const w = /* @__PURE__ */ new WeakMap(), E = (...e) => {
6
- var r;
7
- const n = e[0], t = (r = g()) == null ? void 0 : r.proxy;
8
- if (t == null && !k())
9
- throw new Error("injectLocal must be called in setup");
10
- return t && w.has(t) && n in w.get(t) ? w.get(t)[n] : v(...e);
11
- }, G = typeof window < "u" && typeof document < "u";
12
- typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
13
- const _ = (e) => e != null, M = Object.prototype.toString, q = (e) => M.call(e) === "[object Object]", d = () => {
14
- };
15
- function y(e, r) {
16
- function n(...t) {
17
- return new Promise((o, i) => {
18
- Promise.resolve(e(() => r.apply(this, t), { fn: r, thisArg: this, args: t })).then(o).catch(i);
19
- });
20
- }
21
- return n;
22
- }
23
- const A = (e) => e();
24
- function x(e, r = {}) {
25
- let n, t, o = d;
26
- const i = (c) => {
27
- clearTimeout(c), o(), o = d;
28
- };
29
- let u;
30
- return (c) => {
31
- const a = b(e), l = b(r.maxWait);
32
- return n && i(n), a <= 0 || l !== void 0 && l <= 0 ? (t && (i(t), t = null), Promise.resolve(c())) : new Promise((f, p) => {
33
- o = r.rejectOnCancel ? p : f, u = c, l && !t && (t = setTimeout(() => {
34
- n && i(n), t = null, f(u());
35
- }, l)), n = setTimeout(() => {
36
- t && i(t), t = null, f(c());
37
- }, a);
38
- });
39
- };
40
- }
41
- function I(...e) {
42
- let r = 0, n, t = !0, o = d, i, u, s, c, a;
43
- !P(e[0]) && typeof e[0] == "object" ? { delay: u, trailing: s = !0, leading: c = !0, rejectOnCancel: a = !1 } = e[0] : [u, s = !0, c = !0, a = !1] = e;
44
- const l = () => {
45
- n && (clearTimeout(n), n = void 0, o(), o = d);
46
- };
47
- return (p) => {
48
- const m = b(u), j = Date.now() - r, h = () => i = p();
49
- return l(), m <= 0 ? (r = Date.now(), h()) : (j > m && (c || !t) ? (r = Date.now(), h()) : s && (i = new Promise((T, D) => {
50
- o = a ? D : T, n = setTimeout(() => {
51
- r = Date.now(), t = !0, T(h()), l();
52
- }, Math.max(0, m - j));
53
- })), !c && !n && (n = setTimeout(() => t = !0, m)), t = !1, i);
54
- };
55
- }
56
- function z(e) {
57
- return e.endsWith("rem") ? Number.parseFloat(e) * 16 : Number.parseFloat(e);
58
- }
59
- function L(e) {
60
- return g();
61
- }
62
- function B(e) {
63
- return Array.isArray(e) ? e : [e];
64
- }
65
- function H(e, r = 200, n = {}) {
66
- return y(
67
- x(r, n),
68
- e
69
- );
70
- }
71
- function J(e, r = 200, n = !1, t = !0, o = !1) {
72
- return y(
73
- I(r, n, t, o),
74
- e
75
- );
76
- }
77
- function N(e, r, n = {}) {
78
- const {
79
- eventFilter: t = A,
80
- ...o
81
- } = n;
82
- return F(
83
- e,
84
- y(
85
- t,
86
- r
87
- ),
88
- o
89
- );
90
- }
91
- function K(e, r = !0, n) {
92
- L() ? O(e, n) : r ? e() : W(e);
93
- }
94
- function Q(e, r, n = {}) {
95
- const {
96
- debounce: t = 0,
97
- maxWait: o = void 0,
98
- ...i
99
- } = n;
100
- return N(
101
- e,
102
- r,
103
- {
104
- ...i,
105
- eventFilter: x(t, { maxWait: o })
106
- }
107
- );
108
- }
109
- function U(e, r, n) {
110
- return F(
111
- e,
112
- r,
113
- {
114
- ...n,
115
- immediate: !0
116
- }
117
- );
118
- }
1
+ const t = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
119
2
  export {
120
- A as bypassFilter,
121
- y as createFilterWrapper,
122
- x as debounceFilter,
123
- Q as debouncedWatch,
124
- L as getLifeCycleTarget,
125
- E as injectLocal,
126
- G as isClient,
127
- q as isObject,
128
- d as noop,
129
- _ as notNullish,
130
- z as pxValue,
131
- I as throttleFilter,
132
- B as toArray,
133
- K as tryOnMounted,
134
- V as tryOnScopeDispose,
135
- H as useDebounceFn,
136
- J as useThrottleFn,
137
- Q as watchDebounced,
138
- U as watchImmediate,
139
- N as watchWithFilter
3
+ t as urlAlphabet
140
4
  };
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 "./index229.js";
9
- import ee from "./index230.js";
10
- import ae from "./index231.js";
11
- import te from "./index232.js";
12
- import { hash as B } from "./index233.js";
13
- import { last as le } from "./index234.js";
14
- import { validateDateFormat as L } from "./index235.js";
15
- import { useLogger as oe } from "./index236.js";
16
- import re from "./index237.js";
17
- import se from "./index238.js";
18
- import de from "./index239.js";
19
- import S from "./index240.js";
20
- import ie from "./index241.js";
21
- import { useLocale as ne } from "./index242.js";
8
+ import d from "./index225.js";
9
+ import ee from "./index226.js";
10
+ import ae from "./index227.js";
11
+ import te from "./index228.js";
12
+ import { hash as B } from "./index229.js";
13
+ import { last as le } from "./index230.js";
14
+ import { validateDateFormat as L } from "./index231.js";
15
+ import { useLogger as oe } from "./index232.js";
16
+ import re from "./index233.js";
17
+ import se from "./index234.js";
18
+ import de from "./index235.js";
19
+ import S from "./index236.js";
20
+ import ie from "./index237.js";
21
+ import { useLocale as ne } from "./index238.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/index221.js CHANGED
@@ -1,4 +1,4 @@
1
- import { getType as t } from "./index332.js";
1
+ import { getType as t } from "./index326.js";
2
2
  function o(r) {
3
3
  return t(r) === "Array";
4
4
  }
package/dist/index222.js CHANGED
@@ -1,4 +1,4 @@
1
- import { getType as o } from "./index332.js";
1
+ import { getType as o } from "./index326.js";
2
2
  function c(e) {
3
3
  if (o(e) !== "Object")
4
4
  return !1;
package/dist/index223.js CHANGED
@@ -1,4 +1,8 @@
1
- const s = (r) => !!r && !!r.match(/^(#|var\(--|(rgb|hsl)a?\()/);
1
+ import e from "./index306.js";
2
+ import o from "./index307.js";
3
+ import r from "./index308.js";
4
+ const f = new r(o, e)._freeze();
2
5
  export {
3
- s as isCssColor
6
+ r as Mime,
7
+ f as default
4
8
  };
package/dist/index224.js CHANGED
@@ -1,4 +1,18 @@
1
- const o = (e) => typeof e == "boolean" ? e : e === "true";
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;
13
+ }
14
+ return t;
15
+ }, null);
2
16
  export {
3
- o as booleanishToBoolean
17
+ e as findInTree
4
18
  };
package/dist/index225.js CHANGED
@@ -1,5 +1,7 @@
1
- import { hash as r } from "./index233.js";
2
- const a = (o, t) => r(o) === r(t);
1
+ import { getDefaultExportFromCjs as r } from "./index332.js";
2
+ import { __require as o } from "./index311.js";
3
+ var t = o();
4
+ const s = /* @__PURE__ */ r(t);
3
5
  export {
4
- a as isEqual
6
+ s as default
5
7
  };
package/dist/index226.js CHANGED
@@ -1,35 +1,7 @@
1
- import { createElementBlock as e, openBlock as t, createElementVNode as o } from "vue";
2
- /* empty css */
3
- import n from "./index217.js";
4
- const l = {}, s = {
5
- class: "bb-error-icon",
6
- fill: "none",
7
- viewBox: "0 0 20 20",
8
- xmlns: "http://www.w3.org/2000/svg"
9
- };
10
- function i(c, r) {
11
- return t(), e("svg", s, r[0] || (r[0] = [
12
- o("path", {
13
- d: "M9.99422 18.3333C14.5966 18.3333 18.3276 14.6024 18.3276 9.99999C18.3276 5.39762 14.5966 1.66666 9.99422 1.66666C5.39185 1.66666 1.66089 5.39762 1.66089 9.99999C1.66089 14.6024 5.39185 18.3333 9.99422 18.3333Z",
14
- fill: "currentColor"
15
- }, null, -1),
16
- o("path", {
17
- d: "M9.99414 6.66666V9.99999",
18
- stroke: "white",
19
- "stroke-linecap": "round",
20
- "stroke-linejoin": "round",
21
- "stroke-width": "2"
22
- }, null, -1),
23
- o("path", {
24
- d: "M9.99414 13.3333H10.0025",
25
- stroke: "white",
26
- "stroke-linecap": "round",
27
- "stroke-linejoin": "round",
28
- "stroke-width": "2"
29
- }, null, -1)
30
- ]));
31
- }
32
- const a = /* @__PURE__ */ n(l, [["render", i]]);
1
+ import { getDefaultExportFromCjs as r } from "./index332.js";
2
+ import { __require as e } from "./index313.js";
3
+ var t = e();
4
+ const m = /* @__PURE__ */ r(t);
33
5
  export {
34
- a as default
6
+ m as default
35
7
  };
package/dist/index227.js CHANGED
@@ -1,30 +1,7 @@
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 "./index242.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
- });
1
+ import { getDefaultExportFromCjs as r } from "./index332.js";
2
+ import { __require as e } from "./index315.js";
3
+ var o = e();
4
+ const m = /* @__PURE__ */ r(o);
28
5
  export {
29
- b as default
6
+ m as default
30
7
  };
@@ -0,0 +1,7 @@
1
+ import { getDefaultExportFromCjs as e } from "./index332.js";
2
+ import { __require as r } from "./index317.js";
3
+ var o = r();
4
+ const f = /* @__PURE__ */ e(o);
5
+ export {
6
+ f as default
7
+ };
package/dist/index229.js CHANGED
@@ -1,7 +1,5 @@
1
- import { getDefaultExportFromCjs as r } from "./index331.js";
2
- import { __require as o } from "./index302.js";
3
- var t = o();
4
- const s = /* @__PURE__ */ r(t);
1
+ import { hash as o } from "./index305.js";
2
+ const t = (r, h = "bb") => `${h}${o(r)}`;
5
3
  export {
6
- s as default
4
+ t as hash
7
5
  };
package/dist/index230.js CHANGED
@@ -1,7 +1,4 @@
1
- import { getDefaultExportFromCjs as r } from "./index331.js";
2
- import { __require as e } from "./index304.js";
3
- var t = e();
4
- const m = /* @__PURE__ */ r(t);
1
+ const e = (t) => t[t.length - 1];
5
2
  export {
6
- m as default
3
+ e as last
7
4
  };