bitboss-ui 2.1.102 → 2.1.103

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 (296) hide show
  1. package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +21 -47
  2. package/dist/components/BaseColorInput/ColorPalette.vue.d.ts +36 -0
  3. package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +1 -1
  4. package/dist/components/BbColorInput/BbColorInput.vue.d.ts +17 -0
  5. package/dist/components/BbColorPalette/BbColorPalette.vue.d.ts +207 -0
  6. package/dist/i18n/en.d.ts +5 -0
  7. package/dist/i18n/it.d.ts +5 -0
  8. package/dist/index.css +1 -1
  9. package/dist/index.d.ts +2 -0
  10. package/dist/index.js +79 -77
  11. package/dist/index109.js +134 -175
  12. package/dist/index11.js +1 -1
  13. package/dist/index110.js +185 -0
  14. package/dist/{index115.js → index116.js} +1 -1
  15. package/dist/index12.js +2 -2
  16. package/dist/{index121.js → index122.js} +8 -8
  17. package/dist/{index123.js → index124.js} +10 -10
  18. package/dist/index13.js +6 -6
  19. package/dist/{index131.js → index132.js} +1 -1
  20. package/dist/{index133.js → index134.js} +6 -6
  21. package/dist/{index135.js → index136.js} +1 -1
  22. package/dist/{index137.js → index138.js} +4 -4
  23. package/dist/index14.js +2 -2
  24. package/dist/index140.js +13 -11
  25. package/dist/index141.js +11 -2
  26. package/dist/index142.js +2 -419
  27. package/dist/index143.js +417 -7
  28. package/dist/index144.js +8 -8
  29. package/dist/index145.js +9 -25
  30. package/dist/index146.js +25 -2
  31. package/dist/index147.js +2 -5
  32. package/dist/index148.js +5 -6
  33. package/dist/index149.js +5 -4
  34. package/dist/index150.js +5 -3
  35. package/dist/index151.js +1 -1
  36. package/dist/index152.js +1 -1
  37. package/dist/index153.js +1 -1
  38. package/dist/index154.js +1 -1
  39. package/dist/index155.js +1 -1
  40. package/dist/index156.js +1 -1
  41. package/dist/index157.js +1 -1
  42. package/dist/index158.js +1 -1
  43. package/dist/index159.js +1 -1
  44. package/dist/index16.js +80 -94
  45. package/dist/index160.js +1 -1
  46. package/dist/index161.js +1 -1
  47. package/dist/index162.js +1 -1
  48. package/dist/index163.js +1 -1
  49. package/dist/index164.js +1 -1
  50. package/dist/index165.js +1 -1
  51. package/dist/index166.js +1 -1
  52. package/dist/index167.js +1 -1
  53. package/dist/index168.js +1 -1
  54. package/dist/index169.js +1 -1
  55. package/dist/index170.js +1 -1
  56. package/dist/index171.js +1 -1
  57. package/dist/index172.js +1 -1
  58. package/dist/index173.js +1 -1
  59. package/dist/index174.js +1 -1
  60. package/dist/index175.js +1 -1
  61. package/dist/index176.js +1 -1
  62. package/dist/index177.js +1 -1
  63. package/dist/index178.js +1 -1
  64. package/dist/index179.js +1 -1
  65. package/dist/index18.js +3 -3
  66. package/dist/index180.js +1 -1
  67. package/dist/index181.js +1 -1
  68. package/dist/index182.js +1 -1
  69. package/dist/index183.js +2 -3
  70. package/dist/index184.js +1 -1
  71. package/dist/index185.js +1 -1
  72. package/dist/index186.js +1 -1
  73. package/dist/index187.js +1 -1
  74. package/dist/index188.js +3 -2
  75. package/dist/index189.js +1 -1
  76. package/dist/index190.js +2 -3
  77. package/dist/index191.js +1 -1
  78. package/dist/index192.js +1 -1
  79. package/dist/index193.js +1 -1
  80. package/dist/index194.js +2 -2
  81. package/dist/index195.js +1 -1
  82. package/dist/index196.js +1 -1
  83. package/dist/index197.js +1 -1
  84. package/dist/index198.js +3 -2
  85. package/dist/index199.js +1 -1
  86. package/dist/index20.js +7 -7
  87. package/dist/index200.js +2 -3
  88. package/dist/index201.js +1 -1
  89. package/dist/index202.js +1 -1
  90. package/dist/index203.js +1 -1
  91. package/dist/index204.js +1 -1
  92. package/dist/index205.js +1 -1
  93. package/dist/index206.js +1 -1
  94. package/dist/index207.js +1 -1
  95. package/dist/index208.js +1 -1
  96. package/dist/index209.js +1 -1
  97. package/dist/index210.js +1 -1
  98. package/dist/index211.js +1 -1
  99. package/dist/index212.js +1 -1
  100. package/dist/index213.js +1 -1
  101. package/dist/{index298.js → index214.js} +1 -1
  102. package/dist/index215.js +3 -7
  103. package/dist/index217.js +7 -2
  104. package/dist/index219.js +137 -4
  105. package/dist/index22.js +1 -1
  106. package/dist/index220.js +2 -8
  107. package/dist/index221.js +4 -32
  108. package/dist/index222.js +8 -28
  109. package/dist/index223.js +4 -0
  110. package/dist/index224.js +2 -34
  111. package/dist/index225.js +3 -13
  112. package/dist/index226.js +33 -2
  113. package/dist/index227.js +28 -2
  114. package/dist/index229.js +2 -2
  115. package/dist/index230.js +2 -2
  116. package/dist/index231.js +2 -2
  117. package/dist/index232.js +2 -2
  118. package/dist/index233.js +1 -1
  119. package/dist/index237.js +7 -7
  120. package/dist/index238.js +1 -1
  121. package/dist/index24.js +10 -10
  122. package/dist/index241.js +1 -1
  123. package/dist/index242.js +13 -3
  124. package/dist/index243.js +3 -5
  125. package/dist/index244.js +86 -5
  126. package/dist/index246.js +29 -2
  127. package/dist/index247.js +16 -3
  128. package/dist/index248.js +16 -19
  129. package/dist/index249.js +49 -133
  130. package/dist/index250.js +17 -0
  131. package/dist/index251.js +12 -4
  132. package/dist/index252.js +2 -4
  133. package/dist/index253.js +4 -201
  134. package/dist/{index268.js → index254.js} +1 -1
  135. package/dist/index256.js +100 -3
  136. package/dist/index258.js +3 -2
  137. package/dist/index259.js +10 -86
  138. package/dist/index26.js +4 -4
  139. package/dist/index260.js +5 -0
  140. package/dist/index261.js +4 -29
  141. package/dist/index262.js +5 -17
  142. package/dist/index263.js +5 -51
  143. package/dist/index264.js +5 -15
  144. package/dist/index265.js +2 -12
  145. package/dist/index266.js +19 -15
  146. package/dist/index267.js +135 -25
  147. package/dist/index270.js +3 -100
  148. package/dist/index271.js +15 -0
  149. package/dist/index272.js +13 -67
  150. package/dist/index273.js +22 -17
  151. package/dist/index274.js +8 -11
  152. package/dist/index275.js +23 -104
  153. package/dist/index276.js +17 -12
  154. package/dist/index277.js +12 -11
  155. package/dist/index278.js +103 -12
  156. package/dist/index279.js +11 -5
  157. package/dist/index28.js +2 -2
  158. package/dist/index280.js +9 -6
  159. package/dist/index281.js +20 -15
  160. package/dist/index282.js +25 -33
  161. package/dist/index283.js +32 -9
  162. package/dist/index284.js +4 -3
  163. package/dist/index285.js +67 -4
  164. package/dist/index286.js +9 -9
  165. package/dist/index287.js +7 -23
  166. package/dist/index288.js +2 -23
  167. package/dist/index289.js +6 -6
  168. package/dist/index290.js +7 -2
  169. package/dist/index291.js +3 -7
  170. package/dist/index292.js +6 -7
  171. package/dist/index293.js +15 -8
  172. package/dist/index294.js +5 -21
  173. package/dist/index296.js +34 -9
  174. package/dist/index297.js +375 -0
  175. package/dist/index30.js +6 -6
  176. package/dist/index300.js +3 -2
  177. package/dist/index301.js +5 -4
  178. package/dist/index302.js +280 -5
  179. package/dist/index303.js +2 -5
  180. package/dist/index304.js +13 -277
  181. package/dist/index305.js +2 -2
  182. package/dist/index306.js +9 -9
  183. package/dist/index308.js +23 -12
  184. package/dist/index310.js +2 -27
  185. package/dist/index311.js +2 -2
  186. package/dist/index312.js +1 -1
  187. package/dist/index313.js +1 -1
  188. package/dist/index314.js +28 -2
  189. package/dist/index315.js +1 -1
  190. package/dist/index316.js +7 -28
  191. package/dist/index317.js +3 -2
  192. package/dist/index318.js +17 -3
  193. package/dist/index319.js +4 -3
  194. package/dist/index32.js +2 -2
  195. package/dist/index320.js +3 -125
  196. package/dist/index321.js +3 -2
  197. package/dist/index322.js +123 -13
  198. package/dist/index323.js +2 -2
  199. package/dist/index324.js +12 -16
  200. package/dist/index326.js +19 -3
  201. package/dist/index327.js +2 -17
  202. package/dist/index328.js +3 -2
  203. package/dist/index329.js +2 -3
  204. package/dist/index330.js +2 -3
  205. package/dist/index331.js +6 -719
  206. package/dist/index332.js +4 -366
  207. package/dist/index333.js +5 -57
  208. package/dist/index334.js +719 -2
  209. package/dist/index335.js +366 -4
  210. package/dist/index336.js +56 -5
  211. package/dist/index337.js +2 -7
  212. package/dist/index338.js +5 -19
  213. package/dist/index339.js +6 -8
  214. package/dist/index34.js +7 -7
  215. package/dist/index340.js +6 -14
  216. package/dist/index341.js +19 -5
  217. package/dist/index342.js +8 -7
  218. package/dist/index343.js +14 -5
  219. package/dist/index344.js +34 -7
  220. package/dist/index345.js +6 -7
  221. package/dist/index346.js +125 -31
  222. package/dist/index347.js +398 -6
  223. package/dist/index348.js +66 -128
  224. package/dist/index349.js +65 -396
  225. package/dist/index350.js +1 -1
  226. package/dist/index351.js +3 -62
  227. package/dist/index352.js +189 -60
  228. package/dist/index353.js +256 -91
  229. package/dist/index354.js +18 -187
  230. package/dist/index356.js +133 -21
  231. package/dist/index357.js +95 -0
  232. package/dist/index358.js +2 -134
  233. package/dist/index359.js +1 -1
  234. package/dist/index36.js +5 -5
  235. package/dist/index360.js +441 -2
  236. package/dist/index361.js +114 -427
  237. package/dist/index362.js +46 -127
  238. package/dist/index363.js +67 -44
  239. package/dist/index364.js +516 -66
  240. package/dist/index365.js +45 -515
  241. package/dist/index38.js +24 -24
  242. package/dist/index40.js +7 -7
  243. package/dist/index42.js +2 -2
  244. package/dist/index44.js +7 -7
  245. package/dist/index46.js +8 -8
  246. package/dist/index48.js +4 -4
  247. package/dist/index50.js +4 -4
  248. package/dist/index54.js +2 -2
  249. package/dist/index56.js +2 -2
  250. package/dist/index58.js +2 -2
  251. package/dist/index60.js +4 -4
  252. package/dist/index62.js +8 -8
  253. package/dist/index68.js +1 -1
  254. package/dist/index7.js +2 -2
  255. package/dist/index72.js +16 -10
  256. package/dist/index74.js +119 -79
  257. package/dist/index75.js +85 -0
  258. package/dist/index77.js +17 -123
  259. package/dist/index78.js +127 -0
  260. package/dist/{index81.js → index82.js} +9 -9
  261. package/dist/{index83.js → index84.js} +4 -4
  262. package/dist/{index85.js → index86.js} +3 -3
  263. package/dist/{index87.js → index88.js} +2 -2
  264. package/dist/index9.js +1 -1
  265. package/dist/index90.js +37 -125
  266. package/dist/index91.js +134 -0
  267. package/dist/{index92.js → index93.js} +4 -4
  268. package/dist/{index94.js → index95.js} +3 -3
  269. package/dist/{index96.js → index97.js} +6 -6
  270. package/dist/{index98.js → index99.js} +2 -2
  271. package/package.json +2 -2
  272. package/dist/components/BaseColorInput/ColorPallette.vue.d.ts +0 -13
  273. package/dist/index108.js +0 -144
  274. package/dist/index139.js +0 -15
  275. package/dist/index216.js +0 -140
  276. package/dist/index228.js +0 -5
  277. package/dist/index245.js +0 -7
  278. package/dist/index257.js +0 -5
  279. package/dist/index299.js +0 -9
  280. package/dist/index355.js +0 -260
  281. package/dist/index366.js +0 -52
  282. package/dist/index76.js +0 -21
  283. package/dist/index89.js +0 -46
  284. /package/dist/{index100.js → index101.js} +0 -0
  285. /package/dist/{index102.js → index103.js} +0 -0
  286. /package/dist/{index104.js → index105.js} +0 -0
  287. /package/dist/{index106.js → index107.js} +0 -0
  288. /package/dist/{index111.js → index112.js} +0 -0
  289. /package/dist/{index113.js → index114.js} +0 -0
  290. /package/dist/{index117.js → index118.js} +0 -0
  291. /package/dist/{index119.js → index120.js} +0 -0
  292. /package/dist/{index125.js → index126.js} +0 -0
  293. /package/dist/{index127.js → index128.js} +0 -0
  294. /package/dist/{index129.js → index130.js} +0 -0
  295. /package/dist/{index255.js → index269.js} +0 -0
  296. /package/dist/{index79.js → index80.js} +0 -0
package/dist/index209.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index129.js";
1
+ import o from "./index126.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index210.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index131.js";
1
+ import o from "./index128.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index211.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index133.js";
1
+ import o from "./index130.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index212.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index135.js";
1
+ import o from "./index132.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index213.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index137.js";
1
+ import o from "./index134.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
@@ -1,4 +1,4 @@
1
- import o from "./index222.js";
1
+ import o from "./index136.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index215.js CHANGED
@@ -1,9 +1,5 @@
1
- const s = (t, e) => {
2
- const o = t.__vccOpts || t;
3
- for (const [r, c] of e)
4
- o[r] = c;
5
- return o;
6
- };
1
+ import o from "./index138.js";
2
+ /* empty css */
7
3
  export {
8
- s as default
4
+ o as default
9
5
  };
package/dist/index217.js CHANGED
@@ -1,4 +1,9 @@
1
- const n = (t, a, m) => Math.min(Math.max(t, a), m);
1
+ const s = (t, e) => {
2
+ const o = t.__vccOpts || t;
3
+ for (const [r, c] of e)
4
+ o[r] = c;
5
+ return o;
6
+ };
2
7
  export {
3
- n as clamp
8
+ s as default
4
9
  };
package/dist/index219.js CHANGED
@@ -1,7 +1,140 @@
1
- import { getType as t } from "./index335.js";
2
- function o(r) {
3
- return t(r) === "Array";
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
+ );
4
118
  }
5
119
  export {
6
- o as isArray
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
7
140
  };
package/dist/index22.js CHANGED
@@ -18,7 +18,7 @@ import se from "./index238.js";
18
18
  import de from "./index239.js";
19
19
  import S from "./index240.js";
20
20
  import ie from "./index241.js";
21
- import { useLocale as ne } from "./index225.js";
21
+ import { useLocale as ne } from "./index242.js";
22
22
  const ue = { class: "bb-base-date-picker" }, me = { class: "bb-base-date-picker__body" }, ce = { class: "bb-base-date-picker__controls" }, pe = { class: "sr-only" }, fe = { class: "sr-only" }, be = { class: "sr-only" }, ve = {
23
23
  style: { transform: "rotate(180deg)" },
24
24
  viewBox: "0 0 24 24",
package/dist/index220.js CHANGED
@@ -1,10 +1,4 @@
1
- import { getType as o } from "./index335.js";
2
- function c(e) {
3
- if (o(e) !== "Object")
4
- return !1;
5
- const t = Object.getPrototypeOf(e);
6
- return !!t && t.constructor === Object && t === Object.prototype;
7
- }
1
+ const n = (t, a, m) => Math.min(Math.max(t, a), m);
8
2
  export {
9
- c as isPlainObject
3
+ n as clamp
10
4
  };
package/dist/index221.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 "./index215.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
- ]));
1
+ import { getType as t } from "./index332.js";
2
+ function o(r) {
3
+ return t(r) === "Array";
31
4
  }
32
- const a = /* @__PURE__ */ n(l, [["render", i]]);
33
5
  export {
34
- a as default
6
+ o as isArray
35
7
  };
package/dist/index222.js CHANGED
@@ -1,30 +1,10 @@
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 "./index225.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 { getType as o } from "./index332.js";
2
+ function c(e) {
3
+ if (o(e) !== "Object")
4
+ return !1;
5
+ const t = Object.getPrototypeOf(e);
6
+ return !!t && t.constructor === Object && t === Object.prototype;
7
+ }
28
8
  export {
29
- b as default
9
+ c as isPlainObject
30
10
  };
@@ -0,0 +1,4 @@
1
+ const s = (r) => !!r && !!r.match(/^(#|var\(--|(rgb|hsl)a?\()/);
2
+ export {
3
+ s as isCssColor
4
+ };
package/dist/index224.js CHANGED
@@ -1,36 +1,4 @@
1
- import { defineComponent as a, resolveComponent as o, createBlock as u, openBlock as l, resolveDynamicComponent as m, unref as c, withCtx as p, renderSlot as f } from "vue";
2
- import { _config as e } from "./index4.js";
3
- import { useLogger as i } from "./index236.js";
4
- import { useFrameworkDetection as k } from "./index143.js";
5
- const y = /* @__PURE__ */ a({
6
- __name: "RouterComponent",
7
- setup(g) {
8
- const { isInertia: r, isNuxt: s } = k();
9
- let t;
10
- if (r) {
11
- if (t = o(e.inertiaLinkName), typeof t == "string") {
12
- const { warn: n } = i();
13
- n(
14
- `Inertia link component "${e.inertiaLinkName}" could not be resolved. Ensure you app registers a link component with the name "${e.inertiaLinkName}" or set bitboss-ui config key "inertiaLinkName" to the correct value globally. Please visit ${e.documentationURL}/getting-started to resolve setup issues in bitboss-ui.`
15
- );
16
- }
17
- } else if (s) {
18
- if (t = o(e.nuxtLinkName), typeof t == "string") {
19
- const { warn: n } = i();
20
- n(
21
- `Nuxt link component "${e.nuxtLinkName}" could not be resolved. Ensure you app registers a link component with the name "${e.nuxtLinkName}" or set bitboss-ui config key "nuxtLinkName" to the correct value globally. Please visit ${e.documentationURL}/getting-started to resolve setup issues in bitboss-ui.`
22
- );
23
- }
24
- } else
25
- t = "router-link";
26
- return (n, d) => (l(), u(m(c(t)), null, {
27
- default: p(() => [
28
- f(n.$slots, "default")
29
- ]),
30
- _: 3
31
- }));
32
- }
33
- });
1
+ const o = (e) => typeof e == "boolean" ? e : e === "true";
34
2
  export {
35
- y as default
3
+ o as booleanishToBoolean
36
4
  };
package/dist/index225.js CHANGED
@@ -1,15 +1,5 @@
1
- import { locales as t } from "./index299.js";
2
- import { _config as m } from "./index4.js";
3
- import { get as c } from "./index277.js";
4
- import { readonly as l, computed as n } from "vue";
5
- const p = (o, ...r) => l(
6
- n(() => c(t[m.locale], o).replace(
7
- /\{(\d+)\}/g,
8
- (a, e) => r[e]
9
- ))
10
- ), d = () => ({
11
- t: p
12
- });
1
+ import { hash as r } from "./index233.js";
2
+ const a = (o, t) => r(o) === r(t);
13
3
  export {
14
- d as useLocale
4
+ a as isEqual
15
5
  };
package/dist/index226.js CHANGED
@@ -1,4 +1,35 @@
1
- const s = (r) => !!r && !!r.match(/^(#|var\(--|(rgb|hsl)a?\()/);
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]]);
2
33
  export {
3
- s as isCssColor
34
+ a as default
4
35
  };
package/dist/index227.js CHANGED
@@ -1,4 +1,30 @@
1
- const o = (e) => typeof e == "boolean" ? e : e === "true";
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
+ });
2
28
  export {
3
- o as booleanishToBoolean
29
+ b as default
4
30
  };
package/dist/index229.js CHANGED
@@ -1,5 +1,5 @@
1
- import { getDefaultExportFromCjs as r } from "./index336.js";
2
- import { __require as o } from "./index304.js";
1
+ import { getDefaultExportFromCjs as r } from "./index331.js";
2
+ import { __require as o } from "./index302.js";
3
3
  var t = o();
4
4
  const s = /* @__PURE__ */ r(t);
5
5
  export {
package/dist/index230.js CHANGED
@@ -1,5 +1,5 @@
1
- import { getDefaultExportFromCjs as r } from "./index336.js";
2
- import { __require as e } from "./index306.js";
1
+ import { getDefaultExportFromCjs as r } from "./index331.js";
2
+ import { __require as e } from "./index304.js";
3
3
  var t = e();
4
4
  const m = /* @__PURE__ */ r(t);
5
5
  export {
package/dist/index231.js CHANGED
@@ -1,5 +1,5 @@
1
- import { getDefaultExportFromCjs as r } from "./index336.js";
2
- import { __require as e } from "./index308.js";
1
+ import { getDefaultExportFromCjs as r } from "./index331.js";
2
+ import { __require as e } from "./index306.js";
3
3
  var o = e();
4
4
  const m = /* @__PURE__ */ r(o);
5
5
  export {
package/dist/index232.js CHANGED
@@ -1,5 +1,5 @@
1
- import { getDefaultExportFromCjs as e } from "./index336.js";
2
- import { __require as r } from "./index310.js";
1
+ import { getDefaultExportFromCjs as e } from "./index331.js";
2
+ import { __require as r } from "./index308.js";
3
3
  var o = r();
4
4
  const f = /* @__PURE__ */ e(o);
5
5
  export {
package/dist/index233.js CHANGED
@@ -1,4 +1,4 @@
1
- import { hash as o } from "./index316.js";
1
+ import { hash as o } from "./index314.js";
2
2
  const t = (r, h = "bb") => `${h}${o(r)}`;
3
3
  export {
4
4
  t as hash
package/dist/index237.js CHANGED
@@ -1,14 +1,14 @@
1
1
  import { defineComponent as pe, ref as T, computed as v, watch as be, createElementBlock as c, openBlock as u, withKeys as f, normalizeClass as O, withModifiers as m, createVNode as ge, withCtx as he, createElementVNode as E, Fragment as w, renderList as S, toDisplayString as x, renderSlot as C, nextTick as ye } from "vue";
2
- import { chunk as _e } from "./index337.js";
3
- import { identity as L } from "./index246.js";
4
- import { isNotNil as ke } from "./index146.js";
2
+ import { chunk as _e } from "./index340.js";
3
+ import { identity as L } from "./index265.js";
4
+ import { isNotNil as ke } from "./index147.js";
5
5
  import { last as ve } from "./index234.js";
6
- import { sort as N } from "./index338.js";
6
+ import { sort as N } from "./index341.js";
7
7
  import { validateDateFormat as R } from "./index235.js";
8
- import { toInnerValue as Oe, toOuterValue as p } from "./index339.js";
9
- import { isDateDisabled as we } from "./index340.js";
8
+ import { toInnerValue as Oe, toOuterValue as p } from "./index342.js";
9
+ import { isDateDisabled as we } from "./index343.js";
10
10
  import g from "./index229.js";
11
- import Se from "./index341.js";
11
+ import Se from "./index338.js";
12
12
  const Ve = ["onKeydown"], De = { class: "bb-base-date-picker__header-container" }, Me = ["abbr"], Be = ["id", "aria-current", "aria-label", "aria-selected", "disabled", "tabindex"], Pe = /* @__PURE__ */ pe({
13
13
  __name: "BaseDatePickerInputDaySelector",
14
14
  props: {
package/dist/index238.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as p, ref as b, watch as _, computed as m, createElementBlock as d, openBlock as c, normalizeClass as u, createElementVNode as t, createVNode as h, withCtx as f, toDisplayString as o } from "vue";
2
- import k from "./index341.js";
2
+ import k from "./index338.js";
3
3
  const y = { class: "bb-base-date-picker__year-container" }, v = {
4
4
  "aria-live": "polite",
5
5
  class: "bb-base-date-picker__selected-day-label"
package/dist/index24.js CHANGED
@@ -1,23 +1,23 @@
1
1
  import { defineComponent as Ye, watchEffect as Ie, ref as y, computed as h, watch as N, onBeforeUnmount as Fe, createBlock as Ee, openBlock as A, normalizeClass as _, withCtx as g, createElementVNode as p, createVNode as H, unref as f, createElementBlock as W, withDirectives as we, createCommentVNode as Ae, toDisplayString as U, mergeProps as ae, withModifiers as Be, renderSlot as Y } from "vue";
2
2
  import { _config as te } from "./index4.js";
3
3
  import c from "./index229.js";
4
- import Ce from "./index243.js";
5
- import ne from "./index244.js";
4
+ import Ce from "./index262.js";
5
+ import ne from "./index263.js";
6
6
  import Le from "./index230.js";
7
7
  import Oe from "./index231.js";
8
- import Pe from "./index245.js";
9
- import { identity as Re } from "./index246.js";
10
- import { isEmpty as qe } from "./index247.js";
8
+ import Pe from "./index264.js";
9
+ import { identity as Re } from "./index265.js";
10
+ import { isEmpty as qe } from "./index258.js";
11
11
  import { useId as Te } from "./index8.js";
12
- import { useLocale as je } from "./index225.js";
12
+ import { useLocale as je } from "./index242.js";
13
13
  import { useMobile as Ne } from "./index9.js";
14
- import { vMaska as _e } from "./index248.js";
14
+ import { vMaska as _e } from "./index266.js";
15
15
  import He from "./index22.js";
16
16
  /* empty css */
17
- import We from "./index137.js";
17
+ import We from "./index138.js";
18
18
  /* empty css */
19
- import Ue from "./index139.js";
20
- import Ke from "./index249.js";
19
+ import Ue from "./index140.js";
20
+ import Ke from "./index267.js";
21
21
  /* empty css */
22
22
  const ze = { class: "bb-base-date-picker-input__inner-wrapper" }, Ge = ["id", "aria-invalid", "aria-label", "autocomplete", "autofocus", "disabled", "name", "readonly", "required", "value"], Xe = ["id", "aria-invalid", "aria-label", "autocomplete", "disabled", "name", "readonly", "required", "value"], Ze = ["id", "aria-invalid", "aria-label", "autocomplete", "disabled", "name", "readonly", "required", "value"], Je = ["id", "aria-invalid", "autocomplete", "autofocus", "disabled", "inputmode", "name", "placeholder", "readonly", "required", "value"], Qe = ["aria-label", "aria-expanded", "disabled"], xe = ["inert"], K = "DD/MM/YYYY", k = "YYYY-MM-DD", Da = /* @__PURE__ */ Ye({
23
23
  __name: "BaseDatePickerInput",
package/dist/index241.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as g, ref as i, computed as d, onMounted as h, createElementBlock as m, openBlock as u, createElementVNode as y, Fragment as x, renderList as B, createBlock as C, normalizeClass as S, withCtx as T, createTextVNode as E, toDisplayString as w } from "vue";
2
- import { range as H } from "./index345.js";
2
+ import { range as H } from "./index339.js";
3
3
  import M from "./index14.js";
4
4
  /* empty css */
5
5
  const n = 10, l = 3, V = /* @__PURE__ */ g({
package/dist/index242.js CHANGED
@@ -1,5 +1,15 @@
1
- import r from "./index302.js";
2
- const t = r;
1
+ import { locales as t } from "./index316.js";
2
+ import { _config as m } from "./index4.js";
3
+ import { get as c } from "./index279.js";
4
+ import { readonly as l, computed as n } from "vue";
5
+ const p = (o, ...r) => l(
6
+ n(() => c(t[m.locale], o).replace(
7
+ /\{(\d+)\}/g,
8
+ (a, e) => r[e]
9
+ ))
10
+ ), d = () => ({
11
+ t: p
12
+ });
3
13
  export {
4
- t as deburr
14
+ d as useLocale
5
15
  };
package/dist/index243.js CHANGED
@@ -1,7 +1,5 @@
1
- import { getDefaultExportFromCjs as r } from "./index336.js";
2
- import { __require as o } from "./index320.js";
3
- var t = o();
4
- const m = /* @__PURE__ */ r(t);
1
+ import r from "./index301.js";
2
+ const t = r;
5
3
  export {
6
- m as default
4
+ t as deburr
7
5
  };