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/index222.js CHANGED
@@ -1,4 +1,4 @@
1
- import { getDefaultExportFromCjs as r } from "./index325.js";
1
+ import { getDefaultExportFromCjs as r } from "./index333.js";
2
2
  import { __require as o } from "./index296.js";
3
3
  var t = o();
4
4
  const s = /* @__PURE__ */ r(t);
package/dist/index223.js CHANGED
@@ -1,4 +1,4 @@
1
- import { getDefaultExportFromCjs as r } from "./index325.js";
1
+ import { getDefaultExportFromCjs as r } from "./index333.js";
2
2
  import { __require as e } from "./index298.js";
3
3
  var t = e();
4
4
  const m = /* @__PURE__ */ r(t);
package/dist/index224.js CHANGED
@@ -1,4 +1,4 @@
1
- import { getDefaultExportFromCjs as r } from "./index325.js";
1
+ import { getDefaultExportFromCjs as r } from "./index333.js";
2
2
  import { __require as e } from "./index300.js";
3
3
  var o = e();
4
4
  const m = /* @__PURE__ */ r(o);
package/dist/index225.js CHANGED
@@ -1,4 +1,4 @@
1
- import { getDefaultExportFromCjs as e } from "./index325.js";
1
+ import { getDefaultExportFromCjs as e } from "./index333.js";
2
2
  import { __require as r } from "./index302.js";
3
3
  var o = r();
4
4
  const f = /* @__PURE__ */ e(o);
package/dist/index23.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 "./index222.js";
4
- import Ce from "./index265.js";
5
- import ne from "./index266.js";
4
+ import Ce from "./index268.js";
5
+ import ne from "./index269.js";
6
6
  import Le from "./index223.js";
7
7
  import Oe from "./index224.js";
8
- import Pe from "./index267.js";
9
- import { identity as Re } from "./index264.js";
10
- import { isEmpty as qe } from "./index263.js";
8
+ import Pe from "./index270.js";
9
+ import { identity as Re } from "./index271.js";
10
+ import { isEmpty as qe } from "./index272.js";
11
11
  import { useId as Te } from "./index8.js";
12
12
  import { useLocale as je } from "./index235.js";
13
13
  import { useMobile as Ne } from "./index9.js";
14
- import { vMaska as _e } from "./index268.js";
14
+ import { vMaska as _e } from "./index252.js";
15
15
  import He from "./index21.js";
16
16
  /* empty css */
17
17
  import We from "./index136.js";
18
18
  /* empty css */
19
19
  import Ue from "./index138.js";
20
- import Ke from "./index252.js";
20
+ import Ke from "./index255.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/index230.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 "./index339.js";
3
- import { identity as L } from "./index264.js";
2
+ import { chunk as _e } from "./index335.js";
3
+ import { identity as L } from "./index271.js";
4
4
  import { isNotNil as ke } from "./index144.js";
5
5
  import { last as ve } from "./index227.js";
6
- import { sort as N } from "./index340.js";
6
+ import { sort as N } from "./index336.js";
7
7
  import { validateDateFormat as R } from "./index228.js";
8
- import { toInnerValue as Oe, toOuterValue as p } from "./index341.js";
9
- import { isDateDisabled as we } from "./index342.js";
8
+ import { toInnerValue as Oe, toOuterValue as p } from "./index337.js";
9
+ import { isDateDisabled as we } from "./index338.js";
10
10
  import g from "./index222.js";
11
- import Se from "./index343.js";
11
+ import Se from "./index339.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/index231.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 "./index343.js";
2
+ import k from "./index339.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/index234.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 "./index338.js";
2
+ import { range as H } from "./index334.js";
3
3
  import M from "./index13.js";
4
4
  /* empty css */
5
5
  const n = 10, l = 3, V = /* @__PURE__ */ g({
package/dist/index235.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { locales as t } from "./index310.js";
2
2
  import { _config as m } from "./index4.js";
3
- import { get as c } from "./index281.js";
3
+ import { get as c } from "./index263.js";
4
4
  import { readonly as l, computed as n } from "vue";
5
5
  const p = (o, ...r) => l(
6
6
  n(() => c(t[m.locale], o).replace(
package/dist/index236.js CHANGED
@@ -1,15 +1,88 @@
1
- const c = (t, r) => {
2
- if (typeof t == "string") {
3
- const e = /^(\d+)([a-zA-Z%]+)?$/, n = t.match(e);
4
- if (n) {
5
- const [, o, a] = n;
6
- return a ? t : o + "px";
7
- } else if (t in r)
8
- return r[t] + "px";
9
- throw new Error(`Invalid size: ${t}`);
1
+ import { defineComponent as p, createElementBlock as n, openBlock as s, normalizeClass as r, createElementVNode as o, renderSlot as t, createCommentVNode as h, createTextVNode as l, toDisplayString as i, unref as b, Fragment as m, renderList as u } from "vue";
2
+ import { useLocale as g } from "./index235.js";
3
+ const k = { class: "bb-cr-container__container" }, y = {
4
+ key: 0,
5
+ class: "bb-cr-container__loading-container"
6
+ }, $ = {
7
+ key: 1,
8
+ class: "bb-cr-container__no-data-container"
9
+ }, C = /* @__PURE__ */ p({
10
+ __name: "OptionsContainer",
11
+ props: {
12
+ direction: {},
13
+ hasErrors: { type: Boolean },
14
+ hideLabel: { type: Boolean },
15
+ loadingText: {},
16
+ loading: { type: Boolean },
17
+ noDataText: {},
18
+ options: {}
19
+ },
20
+ setup(f) {
21
+ const { t: d } = g();
22
+ return (e, T) => (s(), n("span", {
23
+ ref: "container",
24
+ class: r(["bb-cr-container", {
25
+ "bb-cr-container--errors": e.hasErrors,
26
+ "bb-cr-container--horizontal": e.direction === "horizontal",
27
+ "bb-cr-container--vertical": e.direction === "vertical"
28
+ }])
29
+ }, [
30
+ o("span", k, [
31
+ t(e.$slots, "prepend"),
32
+ !e.options.length && e.loading ? (s(), n("span", y, [
33
+ t(e.$slots, "loading", {}, () => [
34
+ l(i(e.loadingText || b(d)("common.loadingText")), 1)
35
+ ])
36
+ ])) : e.options.length ? h("", !0) : (s(), n("span", $, [
37
+ t(e.$slots, "no-data", {}, () => [
38
+ l(i(e.noDataText || b(d)("common.noDataText")), 1)
39
+ ])
40
+ ])),
41
+ (s(!0), n(m, null, u(e.options, (a, c) => (s(), n(m, {
42
+ key: a?.valueHash || c
43
+ }, [
44
+ t(e.$slots, "option:prepend", {
45
+ id: a.valueHash,
46
+ checked: !!a.selected,
47
+ disabled: !!a.disabled,
48
+ item: a.item,
49
+ text: a.text
50
+ }),
51
+ o("label", {
52
+ class: r(["bb-cr-container-option", { "bb-base-radio-selected": a.selected }])
53
+ }, [
54
+ t(e.$slots, "input", {
55
+ index: c,
56
+ option: a
57
+ }),
58
+ o("span", {
59
+ class: r({
60
+ "bb-cr-container-option__text": !0,
61
+ "sr-only": e.hideLabel
62
+ })
63
+ }, [
64
+ t(e.$slots, "label", {
65
+ checked: !!a.selected,
66
+ item: a.item,
67
+ text: a.text
68
+ }, () => [
69
+ l(i(a.text), 1)
70
+ ])
71
+ ], 2)
72
+ ], 2),
73
+ t(e.$slots, "option:append", {
74
+ id: a.valueHash,
75
+ checked: !!a.selected,
76
+ disabled: !!a.disabled,
77
+ item: a.item,
78
+ text: a.text
79
+ })
80
+ ], 64))), 128)),
81
+ t(e.$slots, "append")
82
+ ])
83
+ ], 2));
10
84
  }
11
- return t + "px";
12
- };
85
+ });
13
86
  export {
14
- c as parseSize
87
+ C as default
15
88
  };
package/dist/index238.js CHANGED
@@ -1,5 +1,31 @@
1
- import r from "./index312.js";
2
- const t = r;
1
+ import { ref as a, computed as s, unref as v } from "vue";
2
+ import { useDebounceFn as f } from "./index214.js";
3
+ const p = (u) => {
4
+ const e = a(0), r = s(() => v(u.items)), t = a([]), n = async (...l) => {
5
+ if (Array.isArray(r.value))
6
+ t.value = r.value;
7
+ else if (typeof r.value == "function") {
8
+ const i = ++e.value;
9
+ try {
10
+ const o = await r.value(...l);
11
+ if (i < e.value) {
12
+ e.value--;
13
+ return;
14
+ } else
15
+ t.value = o;
16
+ } catch (o) {
17
+ console.error(o);
18
+ }
19
+ e.value--;
20
+ }
21
+ }, c = f(n, u.debounce || 0);
22
+ return {
23
+ getter: n,
24
+ debouncedGetter: c,
25
+ items: t,
26
+ loading: s(() => !!e.value)
27
+ };
28
+ };
3
29
  export {
4
- t as deburr
30
+ p as useItemsGetter
5
31
  };
package/dist/index239.js CHANGED
@@ -1,6 +1,19 @@
1
- import { curry as e } from "./index311.js";
2
- const t = (n, o, r) => n(r) ? o(r) : r, s = e(t);
1
+ import { computed as u, unref as a } from "vue";
2
+ import { hash as d } from "./index226.js";
3
+ const p = ({
4
+ items: m,
5
+ key: e
6
+ }) => {
7
+ const n = (t) => e ? String(t[e]) : d(t), o = u(() => {
8
+ const t = {}, s = Array.from(a(m) ?? []);
9
+ for (let r = 0; r < s.length; r++) {
10
+ const c = s[r];
11
+ t[n(c)] = c;
12
+ }
13
+ return t;
14
+ });
15
+ return { data: o, get: (t) => o.value[n(t)] };
16
+ };
3
17
  export {
4
- t as baseWhen,
5
- s as when
18
+ p as useIndexById
6
19
  };
package/dist/index240.js CHANGED
@@ -1,12 +1,53 @@
1
- const o = (t, r) => {
2
- const e = {};
3
- for (const c in t)
4
- if (Object.prototype.hasOwnProperty.call(t, c)) {
5
- const n = t[c];
6
- r(n, c, t) && (e[c] = n);
7
- }
8
- return e;
1
+ import { computed as l, unref as o } from "vue";
2
+ import { useItemText as x } from "./index314.js";
3
+ import { useItemValue as w } from "./index285.js";
4
+ import { hash as y } from "./index226.js";
5
+ import { useLogger as D } from "./index229.js";
6
+ const { getItemText: O } = x(), { getItemValue: V } = w(), { warn: H } = D(), T = (u, c, m, a, d, r) => r ? !1 : !!(c || u.disabled || a && d >= a), q = ({
7
+ items: u,
8
+ disabled: c,
9
+ selectable: m,
10
+ itemText: a,
11
+ itemValue: d,
12
+ selectedIndexedByHash: r,
13
+ max: b = 1 / 0
14
+ }) => {
15
+ const v = l(() => o(c)), p = l(() => o(u)), h = l(
16
+ () => Object.keys(r.value).length
17
+ ), g = o(b), f = (e) => {
18
+ const n = V(e, o(d)), t = y(n), i = O(e, o(a)), s = r.value[t] !== void 0, I = T(
19
+ e,
20
+ v.value,
21
+ m,
22
+ g,
23
+ h.value,
24
+ s
25
+ );
26
+ return {
27
+ item: e,
28
+ text: i,
29
+ value: n,
30
+ valueHash: t,
31
+ selected: s,
32
+ disabled: o(I)
33
+ };
34
+ };
35
+ return {
36
+ options: l(() => {
37
+ const e = [], n = /* @__PURE__ */ new Set();
38
+ for (let t = 0; t < p.value.length; t++) {
39
+ const i = p.value[t];
40
+ i.disabled && H(
41
+ "Disabling an item by passing a disabled option to the item itself is deprecated and will be removed in a future version. Use the `disabled` prop or the `selectable` iteratee prop instead."
42
+ );
43
+ const s = f(i);
44
+ n.has(s.valueHash) || (n.add(s.valueHash), e.push(s));
45
+ }
46
+ return e;
47
+ }),
48
+ createOption: f
49
+ };
9
50
  };
10
51
  export {
11
- o as pickBy
52
+ q as useBaseOptions
12
53
  };
package/dist/index241.js CHANGED
@@ -1,5 +1,17 @@
1
- const o = () => {
1
+ import { isNil as f } from "./index245.js";
2
+ import { computed as t, unref as o } from "vue";
3
+ const a = ({ modelValue: e, iteratee: h, multiple: u }) => {
4
+ const i = t(
5
+ () => new Array().concat(o(e))
6
+ ), s = t(() => i.value.reduce(
7
+ (r, n) => (h(n) ? r.coherent.push(n) : r.incoherent.push(n), r),
8
+ { coherent: [], incoherent: [] }
9
+ )), c = t(() => u && !o(e).length || !u && f(o(e)) ? !0 : !s.value.incoherent.length);
10
+ return {
11
+ status: s,
12
+ coherent: c
13
+ };
2
14
  };
3
15
  export {
4
- o as noop
16
+ a as useCoherence
5
17
  };
package/dist/index242.js CHANGED
@@ -1,6 +1,14 @@
1
- function e(n) {
2
- return n ? n instanceof HTMLElement ? n : typeof n == "object" && "$el" in n && n.$el instanceof HTMLElement ? n.$el : typeof n == "object" && "el" in n && n.el instanceof HTMLElement ? n.el : null : null;
3
- }
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
+ };
4
12
  export {
5
- e as extractDomContainer
13
+ n as useHashedWatcher
6
14
  };
package/dist/index243.js CHANGED
@@ -1,88 +1,18 @@
1
- import { defineComponent as p, createElementBlock as n, openBlock as s, normalizeClass as r, createElementVNode as o, renderSlot as t, createCommentVNode as h, createTextVNode as l, toDisplayString as i, unref as b, Fragment as m, renderList as u } from "vue";
2
- import { useLocale as g } from "./index235.js";
3
- const k = { class: "bb-cr-container__container" }, y = {
4
- key: 0,
5
- class: "bb-cr-container__loading-container"
6
- }, $ = {
7
- key: 1,
8
- class: "bb-cr-container__no-data-container"
9
- }, C = /* @__PURE__ */ p({
10
- __name: "OptionsContainer",
11
- props: {
12
- direction: {},
13
- hasErrors: { type: Boolean },
14
- hideLabel: { type: Boolean },
15
- loadingText: {},
16
- loading: { type: Boolean },
17
- noDataText: {},
18
- options: {}
19
- },
20
- setup(f) {
21
- const { t: d } = g();
22
- return (e, T) => (s(), n("span", {
23
- ref: "container",
24
- class: r(["bb-cr-container", {
25
- "bb-cr-container--errors": e.hasErrors,
26
- "bb-cr-container--horizontal": e.direction === "horizontal",
27
- "bb-cr-container--vertical": e.direction === "vertical"
28
- }])
29
- }, [
30
- o("span", k, [
31
- t(e.$slots, "prepend"),
32
- !e.options.length && e.loading ? (s(), n("span", y, [
33
- t(e.$slots, "loading", {}, () => [
34
- l(i(e.loadingText || b(d)("common.loadingText")), 1)
35
- ])
36
- ])) : e.options.length ? h("", !0) : (s(), n("span", $, [
37
- t(e.$slots, "no-data", {}, () => [
38
- l(i(e.noDataText || b(d)("common.noDataText")), 1)
39
- ])
40
- ])),
41
- (s(!0), n(m, null, u(e.options, (a, c) => (s(), n(m, {
42
- key: a?.valueHash || c
43
- }, [
44
- t(e.$slots, "option:prepend", {
45
- id: a.valueHash,
46
- checked: !!a.selected,
47
- disabled: !!a.disabled,
48
- item: a.item,
49
- text: a.text
50
- }),
51
- o("label", {
52
- class: r(["bb-cr-container-option", { "bb-base-radio-selected": a.selected }])
53
- }, [
54
- t(e.$slots, "input", {
55
- index: c,
56
- option: a
57
- }),
58
- o("span", {
59
- class: r({
60
- "bb-cr-container-option__text": !0,
61
- "sr-only": e.hideLabel
62
- })
63
- }, [
64
- t(e.$slots, "label", {
65
- checked: !!a.selected,
66
- item: a.item,
67
- text: a.text
68
- }, () => [
69
- l(i(a.text), 1)
70
- ])
71
- ], 2)
72
- ], 2),
73
- t(e.$slots, "option:append", {
74
- id: a.valueHash,
75
- checked: !!a.selected,
76
- disabled: !!a.disabled,
77
- item: a.item,
78
- text: a.text
79
- })
80
- ], 64))), 128)),
81
- t(e.$slots, "append")
82
- ])
83
- ], 2));
84
- }
85
- });
1
+ import { isNotNil as n } from "./index144.js";
2
+ import { ref as t, onServerPrefetch as u, onBeforeMount as c } from "vue";
3
+ const h = ({
4
+ fn: i,
5
+ onStart: s,
6
+ multiple: f,
7
+ currentValue: o
8
+ }) => {
9
+ const a = s || !f && n(o) || f && !!o.length, e = t(!1), l = t(!1), r = async () => {
10
+ e.value = !0, await i({ prefill: !0 }), e.value = !1, l.value = !0;
11
+ };
12
+ return a && (u(r), c(async () => {
13
+ l.value || await r();
14
+ })), { isPrefilling: e, hasPrefilled: l, prefill: r };
15
+ };
86
16
  export {
87
- C as default
17
+ h as usePrefill
88
18
  };
@@ -0,0 +1,4 @@
1
+ const o = (e) => e[0];
2
+ export {
3
+ o as head
4
+ };
package/dist/index245.js CHANGED
@@ -1,31 +1,4 @@
1
- import { ref as a, computed as s, unref as v } from "vue";
2
- import { useDebounceFn as f } from "./index214.js";
3
- const p = (u) => {
4
- const e = a(0), r = s(() => v(u.items)), t = a([]), n = async (...l) => {
5
- if (Array.isArray(r.value))
6
- t.value = r.value;
7
- else if (typeof r.value == "function") {
8
- const i = ++e.value;
9
- try {
10
- const o = await r.value(...l);
11
- if (i < e.value) {
12
- e.value--;
13
- return;
14
- } else
15
- t.value = o;
16
- } catch (o) {
17
- console.error(o);
18
- }
19
- e.value--;
20
- }
21
- }, c = f(n, u.debounce || 0);
22
- return {
23
- getter: n,
24
- debouncedGetter: c,
25
- items: t,
26
- loading: s(() => !!e.value)
27
- };
28
- };
1
+ const r = (e) => typeof e > "u" || e === null;
29
2
  export {
30
- p as useItemsGetter
3
+ r as isNil
31
4
  };
package/dist/index246.js CHANGED
@@ -1,19 +1,9 @@
1
- import { computed as u, unref as a } from "vue";
2
- import { hash as d } from "./index226.js";
3
- const p = ({
4
- items: m,
5
- key: e
6
- }) => {
7
- const n = (t) => e ? String(t[e]) : d(t), o = u(() => {
8
- const t = {}, s = Array.from(a(m) ?? []);
9
- for (let r = 0; r < s.length; r++) {
10
- const c = s[r];
11
- t[n(c)] = c;
12
- }
13
- return t;
14
- });
15
- return { data: o, get: (t) => o.value[n(t)] };
1
+ const s = (e, t, o, r) => {
2
+ if (r <= 0) throw new Error("Step must be a positive number");
3
+ if (t > o) throw new Error("Min must be less than or equal to Max");
4
+ const n = Math.max(t, Math.min(o, e)), a = Math.round((n - t) / r);
5
+ return t + a * r;
16
6
  };
17
7
  export {
18
- p as useIndexById
8
+ s as snapToStep
19
9
  };
package/dist/index247.js CHANGED
@@ -1,53 +1,9 @@
1
- import { computed as l, unref as o } from "vue";
2
- import { useItemText as x } from "./index314.js";
3
- import { useItemValue as w } from "./index279.js";
4
- import { hash as y } from "./index226.js";
5
- import { useLogger as D } from "./index229.js";
6
- const { getItemText: O } = x(), { getItemValue: V } = w(), { warn: H } = D(), T = (u, c, m, a, d, r) => r ? !1 : !!(c || u.disabled || a && d >= a), q = ({
7
- items: u,
8
- disabled: c,
9
- selectable: m,
10
- itemText: a,
11
- itemValue: d,
12
- selectedIndexedByHash: r,
13
- max: b = 1 / 0
14
- }) => {
15
- const v = l(() => o(c)), p = l(() => o(u)), h = l(
16
- () => Object.keys(r.value).length
17
- ), g = o(b), f = (e) => {
18
- const n = V(e, o(d)), t = y(n), i = O(e, o(a)), s = r.value[t] !== void 0, I = T(
19
- e,
20
- v.value,
21
- m,
22
- g,
23
- h.value,
24
- s
25
- );
26
- return {
27
- item: e,
28
- text: i,
29
- value: n,
30
- valueHash: t,
31
- selected: s,
32
- disabled: o(I)
33
- };
34
- };
35
- return {
36
- options: l(() => {
37
- const e = [], n = /* @__PURE__ */ new Set();
38
- for (let t = 0; t < p.value.length; t++) {
39
- const i = p.value[t];
40
- i.disabled && H(
41
- "Disabling an item by passing a disabled option to the item itself is deprecated and will be removed in a future version. Use the `disabled` prop or the `selectable` iteratee prop instead."
42
- );
43
- const s = f(i);
44
- n.has(s.valueHash) || (n.add(s.valueHash), e.push(s));
45
- }
46
- return e;
47
- }),
48
- createOption: f
49
- };
50
- };
1
+ function o(t, e, n, r, a) {
2
+ if (n === e)
3
+ throw new Error("Original boundaries cannot be equal.");
4
+ const c = (t - e) / (n - e);
5
+ return r + c * (a - r);
6
+ }
51
7
  export {
52
- q as useBaseOptions
8
+ o as transpose
53
9
  };
package/dist/index248.js CHANGED
@@ -1,17 +1,35 @@
1
- import { isNil as f } from "./index270.js";
2
- import { computed as t, unref as o } from "vue";
3
- const a = ({ modelValue: e, iteratee: h, multiple: u }) => {
4
- const i = t(
5
- () => new Array().concat(o(e))
6
- ), s = t(() => i.value.reduce(
7
- (r, n) => (h(n) ? r.coherent.push(n) : r.incoherent.push(n), r),
8
- { coherent: [], incoherent: [] }
9
- )), c = t(() => u && !o(e).length || !u && f(o(e)) ? !0 : !s.value.incoherent.length);
10
- return {
11
- status: s,
12
- coherent: c
13
- };
1
+ import { createElementBlock as e, openBlock as t, createElementVNode as o } from "vue";
2
+ /* empty css */
3
+ import n from "./index213.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"
14
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]]);
15
33
  export {
16
- a as useCoherence
34
+ a as default
17
35
  };