bitboss-ui 2.1.110 → 2.1.111

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 (170) hide show
  1. package/dist/composables/useConfirm.d.ts +3 -3
  2. package/dist/composables/useToast.d.ts +2 -2
  3. package/dist/composables/useWizard.d.ts +3 -0
  4. package/dist/index.d.ts +2 -2
  5. package/dist/index109.js +9 -9
  6. package/dist/index110.js +17 -17
  7. package/dist/index124.js +4 -4
  8. package/dist/index126.js +13 -13
  9. package/dist/index134.js +1 -1
  10. package/dist/index136.js +5 -5
  11. package/dist/index138.js +1 -1
  12. package/dist/index14.js +1 -1
  13. package/dist/index140.js +2 -2
  14. package/dist/index143.js +1 -1
  15. package/dist/index147.js +1 -1
  16. package/dist/index16.js +3 -3
  17. package/dist/index18.js +2 -2
  18. package/dist/index20.js +8 -8
  19. package/dist/index22.js +14 -14
  20. package/dist/index222.js +2 -2
  21. package/dist/index223.js +2 -2
  22. package/dist/index224.js +1 -1
  23. package/dist/index225.js +1 -1
  24. package/dist/index226.js +32 -3
  25. package/dist/index227.js +27 -12
  26. package/dist/index229.js +7 -2
  27. package/dist/index230.js +2 -2
  28. package/dist/index232.js +4 -9
  29. package/dist/index233.js +2 -13
  30. package/dist/index234.js +2 -135
  31. package/dist/index235.js +15 -0
  32. package/dist/index236.js +33 -23
  33. package/dist/index237.js +3 -4
  34. package/dist/index238.js +7 -22
  35. package/dist/index239.js +6 -4
  36. package/dist/index24.js +10 -10
  37. package/dist/index240.js +15 -85
  38. package/dist/index241.js +5 -0
  39. package/dist/index242.js +11 -28
  40. package/dist/index243.js +135 -18
  41. package/dist/index245.js +4 -51
  42. package/dist/index246.js +22 -17
  43. package/dist/index247.js +5 -3
  44. package/dist/index248.js +5 -12
  45. package/dist/index249.js +5 -5
  46. package/dist/index250.js +5 -5
  47. package/dist/index251.js +2 -5
  48. package/dist/index252.js +6 -5
  49. package/dist/index253.js +268 -2
  50. package/dist/index254.js +52 -6
  51. package/dist/index255.js +50 -6
  52. package/dist/index256.js +27 -263
  53. package/dist/index257.js +51 -43
  54. package/dist/index258.js +7 -50
  55. package/dist/index259.js +20 -31
  56. package/dist/index26.js +3 -3
  57. package/dist/index260.js +30 -60
  58. package/dist/index261.js +18 -34
  59. package/dist/index262.js +17 -3
  60. package/dist/index263.js +51 -2
  61. package/dist/index264.js +12 -2
  62. package/dist/index265.js +52 -6
  63. package/dist/index266.js +10 -7
  64. package/dist/index267.js +2 -6
  65. package/dist/index268.js +3 -33
  66. package/dist/index269.js +84 -26
  67. package/dist/index271.js +18 -9
  68. package/dist/index272.js +371 -19
  69. package/dist/index274.js +3 -8
  70. package/dist/index275.js +18 -31
  71. package/dist/index276.js +5 -25
  72. package/dist/index277.js +5 -3
  73. package/dist/index278.js +5 -18
  74. package/dist/index279.js +3 -12
  75. package/dist/index28.js +1 -1
  76. package/dist/index280.js +5 -106
  77. package/dist/index281.js +13 -0
  78. package/dist/index282.js +17 -99
  79. package/dist/index283.js +14 -0
  80. package/dist/index284.js +2 -2
  81. package/dist/index285.js +6 -11
  82. package/dist/index286.js +105 -187
  83. package/dist/index288.js +100 -3
  84. package/dist/index290.js +183 -368
  85. package/dist/{index287.js → index291.js} +1 -1
  86. package/dist/index292.js +9 -6
  87. package/dist/index293.js +23 -5
  88. package/dist/index294.js +34 -5
  89. package/dist/index295.js +3 -5
  90. package/dist/index296.js +2 -5
  91. package/dist/index297.js +6 -9
  92. package/dist/index298.js +7 -3
  93. package/dist/index299.js +9 -67
  94. package/dist/index30.js +3 -3
  95. package/dist/index300.js +67 -3
  96. package/dist/index301.js +13 -6
  97. package/dist/index302.js +25 -16
  98. package/dist/index304.js +5 -0
  99. package/dist/index305.js +4 -3
  100. package/dist/index306.js +719 -3
  101. package/dist/index307.js +365 -3
  102. package/dist/index308.js +57 -2
  103. package/dist/index317.js +1 -1
  104. package/dist/index318.js +1 -1
  105. package/dist/index319.js +1 -1
  106. package/dist/index32.js +1 -1
  107. package/dist/index320.js +1 -1
  108. package/dist/index322.js +1 -1
  109. package/dist/index323.js +7 -17
  110. package/dist/index324.js +5 -3
  111. package/dist/index325.js +3 -4
  112. package/dist/index326.js +17 -3
  113. package/dist/index327.js +1 -1
  114. package/dist/index328.js +3 -2
  115. package/dist/index329.js +2 -5
  116. package/dist/index330.js +3 -5
  117. package/dist/index331.js +125 -3
  118. package/dist/index332.js +2 -125
  119. package/dist/index333.js +15 -2
  120. package/dist/index334.js +2 -15
  121. package/dist/index335.js +19 -2
  122. package/dist/index336.js +2 -19
  123. package/dist/index337.js +3 -2
  124. package/dist/index338.js +3 -5
  125. package/dist/index339.js +1 -1
  126. package/dist/index34.js +8 -8
  127. package/dist/index340.js +2 -7
  128. package/dist/index341.js +5 -5
  129. package/dist/index342.js +6 -719
  130. package/dist/index343.js +7 -366
  131. package/dist/index344.js +5 -57
  132. package/dist/index350.js +1 -1
  133. package/dist/index351.js +1 -1
  134. package/dist/index352.js +227 -66
  135. package/dist/index353.js +40 -40
  136. package/dist/index354.js +65 -198
  137. package/dist/index355.js +149 -208
  138. package/dist/index356.js +257 -226
  139. package/dist/index36.js +3 -3
  140. package/dist/index360.js +1 -1
  141. package/dist/index361.js +1 -1
  142. package/dist/index362.js +1 -1
  143. package/dist/index366.js +1 -1
  144. package/dist/index38.js +19 -19
  145. package/dist/index40.js +6 -6
  146. package/dist/index42.js +1 -1
  147. package/dist/index44.js +8 -8
  148. package/dist/index46.js +6 -6
  149. package/dist/index50.js +2 -2
  150. package/dist/index54.js +1 -1
  151. package/dist/index58.js +1 -1
  152. package/dist/index60.js +2 -2
  153. package/dist/index62.js +5 -5
  154. package/dist/index68.js +1 -1
  155. package/dist/index74.js +4 -4
  156. package/dist/index82.js +6 -6
  157. package/dist/index84.js +1 -1
  158. package/dist/index86.js +2 -2
  159. package/dist/index88.js +2 -2
  160. package/dist/index90.js +1 -1
  161. package/dist/index93.js +3 -3
  162. package/dist/index95.js +2 -2
  163. package/dist/index97.js +5 -5
  164. package/dist/index99.js +1 -1
  165. package/package.json +1 -1
  166. package/dist/index228.js +0 -22
  167. package/dist/index244.js +0 -19
  168. package/dist/index273.js +0 -55
  169. package/dist/index289.js +0 -15
  170. package/dist/index303.js +0 -9
package/dist/index261.js CHANGED
@@ -1,36 +1,20 @@
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 "./index255.js";
4
- import { useFrameworkDetection as k } from "./index146.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
+ import { isNotNil as v } from "./index149.js";
2
+ import { computed as t, toValue as h, ref as u, onServerPrefetch as m, onBeforeMount as p } from "vue";
3
+ const g = ({
4
+ fn: i,
5
+ trigger: n = !1,
6
+ multiple: s,
7
+ currentValue: r
8
+ }) => {
9
+ const f = t(() => s ? !!r?.length : v(r)), o = t(
10
+ () => !!h(n) || f.value
11
+ ), l = u(!1), e = u(!1), c = t(() => o.value || e.value), a = async () => {
12
+ l.value || e.value || (l.value = !0, await i(!0), l.value = !1, e.value = !0);
13
+ };
14
+ return o.value && (m(a), p(async () => {
15
+ e.value || await a();
16
+ })), { isPrefilling: l, hasPrefilled: e, canLoad: c, prefill: a };
17
+ };
34
18
  export {
35
- y as default
19
+ g as usePrefill
36
20
  };
package/dist/index262.js CHANGED
@@ -1,5 +1,19 @@
1
- import { hash as r } from "./index247.js";
2
- const a = (o, t) => r(o) === r(t);
1
+ import { computed as u, unref as a } from "vue";
2
+ import { hash as d } from "./index237.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
- a as isEqual
18
+ p as useIndexById
5
19
  };
package/dist/index263.js CHANGED
@@ -1,4 +1,53 @@
1
- const o = (e) => e[0];
1
+ import { computed as l, unref as o } from "vue";
2
+ import { useItemText as x } from "./index326.js";
3
+ import { useItemValue as w } from "./index258.js";
4
+ import { hash as y } from "./index237.js";
5
+ import { useLogger as D } from "./index238.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
+ };
2
51
  export {
3
- o as head
52
+ q as useBaseOptions
4
53
  };
package/dist/index264.js CHANGED
@@ -1,4 +1,14 @@
1
- const r = (e) => typeof e > "u" || e === null;
1
+ import { hash as e } from "./index237.js";
2
+ import { debouncedWatch as s } from "./index221.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
+ };
2
12
  export {
3
- r as isNil
13
+ n as useHashedWatcher
4
14
  };
package/dist/index265.js CHANGED
@@ -1,9 +1,55 @@
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;
1
+ import { useLogger as y } from "./index238.js";
2
+ const g = (t, i) => {
3
+ if (!i.length) return;
4
+ const n = Array.from(
5
+ t.querySelectorAll(":scope > thead th")
6
+ );
7
+ if (!n.length) return;
8
+ const { error: r } = y(), p = n.length, u = i.map((e) => ({
9
+ index: typeof e == "number" ? e : e.index,
10
+ position: typeof e == "number" ? "left" : e.position
11
+ })).sort((e, o) => e.position !== o.position ? e.position === "left" ? -1 : 1 : e.position === "left" ? e.index - o.index : o.index - e.index).reduce((e, o) => {
12
+ const l = n[o.index];
13
+ if (!l)
14
+ return r(
15
+ `BbTable fixedColumns: Cannot affix column at index ${o.index}. Table has ${p} columns (valid indices: 0–${p - 1}).`
16
+ ), e;
17
+ const { width: c } = l.getBoundingClientRect(), m = e.filter((h) => h.position === o.position).reduce((h, x) => h + x.width, 0);
18
+ return e.push({
19
+ index: o.index,
20
+ position: o.position,
21
+ width: Math.floor(c),
22
+ offset: m
23
+ }), e;
24
+ }, []);
25
+ Array.from(
26
+ t.querySelectorAll(":scope > thead > tr, :scope > tbody > tr")
27
+ ).forEach((e) => {
28
+ u.forEach((o) => {
29
+ const l = e.querySelector(
30
+ `:scope > :nth-child(${o.index + 1})`
31
+ );
32
+ l && (l.style.position = "sticky", l.style[o.position] = `${o.offset}px`);
33
+ });
34
+ });
35
+ }, d = (t) => Array.isArray(t) ? t : [t], w = (t) => t.split(/\W+/g).join("_").toLowerCase(), A = (t, i, n) => {
36
+ const r = [...d(t)];
37
+ return i && r.push(...d(i)), n && r.push(...d(n)), r;
38
+ }, $ = (t, i, n, r, p, a) => {
39
+ const f = [...d(t)], u = (s) => typeof s == "function" ? s(r, p, a) : s;
40
+ if (i) {
41
+ const s = u(i);
42
+ s && f.push(...d(s));
43
+ }
44
+ if (n) {
45
+ const s = u(n);
46
+ s && f.push(...d(s));
47
+ }
48
+ return f;
6
49
  };
7
50
  export {
8
- s as snapToStep
51
+ g as applyFixedTableColumns,
52
+ w as columnKeyToSlotName,
53
+ $ as mergeCellClasses,
54
+ A as mergeHeaderClasses
9
55
  };
package/dist/index266.js CHANGED
@@ -1,9 +1,12 @@
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
- }
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;
9
+ };
7
10
  export {
8
- o as transpose
11
+ o as pickBy
9
12
  };
package/dist/index267.js CHANGED
@@ -1,9 +1,5 @@
1
- const s = (r, t) => {
2
- if (r.endsWith("."))
3
- return t === 0 ? r.slice(0, -1) : r;
4
- const [n, i] = r.split(".");
5
- return i ? `${n}.${i.slice(0, t)}` : r;
1
+ const o = () => {
6
2
  };
7
3
  export {
8
- s as clampPrecision
4
+ o as noop
9
5
  };
package/dist/index268.js CHANGED
@@ -1,35 +1,5 @@
1
- import { createElementBlock as e, openBlock as t, createElementVNode as o } from "vue";
2
- /* empty css */
3
- import n from "./index220.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 { hash as r } from "./index237.js";
2
+ const a = (o, t) => r(o) === r(t);
33
3
  export {
34
- a as default
4
+ a as isEqual
35
5
  };
package/dist/index269.js CHANGED
@@ -1,30 +1,88 @@
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 "./index227.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));
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));
26
84
  }
27
85
  });
28
86
  export {
29
- b as default
87
+ C as default
30
88
  };
package/dist/index271.js CHANGED
@@ -1,11 +1,20 @@
1
- import { get as o } from "./index285.js";
2
- const e = () => ({
3
- getItemValue(n, f) {
4
- if (typeof f > "u") return n;
5
- if (typeof f == "function") return f(n);
6
- if (typeof f == "string") return o(n, f);
7
- }
8
- });
1
+ import { isNil as a } from "./index230.js";
2
+ import { computed as n, unref as h } from "vue";
3
+ const v = ({ modelValue: r, iteratee: c, multiple: t }) => {
4
+ const s = n(
5
+ () => new Array().concat(h(r))
6
+ ), e = n(() => s.value.reduce(
7
+ (o, u) => (c(u) ? o.coherent.push(u) : o.incoherent.push(u), o),
8
+ { coherent: [], incoherent: [] }
9
+ )), i = n(() => t && !h(r).length || !t && a(h(r)) ? !0 : !e.value.incoherent.length), l = n(
10
+ () => t ? e.value.coherent : e.value.coherent[0] ?? null
11
+ );
12
+ return {
13
+ status: e,
14
+ coherent: i,
15
+ coherentValue: l
16
+ };
17
+ };
9
18
  export {
10
- e as useItemValue
19
+ v as useCoherence
11
20
  };