bitboss-ui 2.0.86 → 2.0.88

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 (227) hide show
  1. package/dist/components/BaseButton/BaseButton.vue.d.ts +14 -7
  2. package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +17 -6
  3. package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +27 -224
  4. package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +14 -2
  5. package/dist/components/BaseDatePicker/BaseDatePicker.vue.d.ts +1 -1
  6. package/dist/components/BaseDatePicker/BaseDatePickerHeader.vue.d.ts +1 -1
  7. package/dist/components/BaseDatePicker/BaseDatePickerInputDaySelector.vue.d.ts +27 -18
  8. package/dist/components/BaseDatePicker/BaseDatePickerMonthSelector.vue.d.ts +1 -1
  9. package/dist/components/BaseDatePicker/BaseDatePickerYearSelector.vue.d.ts +1 -1
  10. package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +155 -19
  11. package/dist/components/BaseDialog/BaseDialog.vue.d.ts +16 -2
  12. package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +10 -3
  13. package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +13 -2
  14. package/dist/components/BaseRadio/BaseRadio.vue.d.ts +15 -6
  15. package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +27 -224
  16. package/dist/components/BaseRating/BaseRating.vue.d.ts +13 -2
  17. package/dist/components/BaseSelect/BaseSelect.vue.d.ts +315 -6
  18. package/dist/components/BaseSlider/BaseSlider.vue.d.ts +17 -3
  19. package/dist/components/BaseSwitch/BaseSwitch.vue.d.ts +13 -2
  20. package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +28 -217
  21. package/dist/components/BaseTag/BaseTag.vue.d.ts +200 -4
  22. package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +14 -3
  23. package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +13 -2
  24. package/dist/components/BbAccordion/BbAccordion.vue.d.ts +28 -20
  25. package/dist/components/BbAlert/BbAlert.vue.d.ts +23 -16
  26. package/dist/components/BbAvatar/BbAvatar.vue.d.ts +15 -6
  27. package/dist/components/BbBadge/BbBadge.vue.d.ts +14 -7
  28. package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +51 -44
  29. package/dist/components/BbButton/BbButton.vue.d.ts +13 -6
  30. package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +28 -19
  31. package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +32 -252
  32. package/dist/components/BbChip/BbChip.vue.d.ts +13 -6
  33. package/dist/components/BbCollapsible/BbCollapsible.vue.d.ts +13 -6
  34. package/dist/components/BbColorInput/BbColorInput.vue.d.ts +21 -12
  35. package/dist/components/BbConfirm/BbConfirm.vue.d.ts +24 -17
  36. package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +29 -22
  37. package/dist/components/BbDialog/BbDialog.vue.d.ts +9 -2
  38. package/dist/components/BbDropdown/BbDropdown.vue.d.ts +169 -159
  39. package/dist/components/BbDropdownButton/BbDropdownButton.vue.d.ts +190 -183
  40. package/dist/components/BbDropzone/BbDropzone.vue.d.ts +26 -17
  41. package/dist/components/BbIntersection/BbIntersection.vue.d.ts +24 -15
  42. package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +102 -12
  43. package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +17 -3
  44. package/dist/components/BbPagination/BbPagination.vue.d.ts +33 -23
  45. package/dist/components/BbPopover/BbPopover.vue.d.ts +66 -54
  46. package/dist/components/BbRadio/BbRadio.vue.d.ts +28 -19
  47. package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +32 -252
  48. package/dist/components/BbRating/BbRating.vue.d.ts +21 -12
  49. package/dist/components/BbRatio/BbRatio.vue.d.ts +14 -7
  50. package/dist/components/BbSelect/BbSelect.vue.d.ts +7 -162
  51. package/dist/components/BbSlider/BbSlider.vue.d.ts +21 -12
  52. package/dist/components/BbSmoothHeight/BbSmoothHeight.vue.d.ts +13 -3
  53. package/dist/components/BbSwitch/BbSwitch.vue.d.ts +28 -19
  54. package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +32 -252
  55. package/dist/components/BbTab/BbTab.vue.d.ts +89 -78
  56. package/dist/components/BbTable/BbTable.vue.d.ts +99 -78
  57. package/dist/components/BbTable/types.d.ts +2 -4
  58. package/dist/components/BbTag/BbTag.vue.d.ts +11 -2
  59. package/dist/components/BbTeleport.vue.d.ts +10 -3
  60. package/dist/components/BbTextInput/BbTextInput.vue.d.ts +21 -12
  61. package/dist/components/BbTextarea/BbTextarea.vue.d.ts +21 -12
  62. package/dist/components/BbToast/BbToast.vue.d.ts +1 -1
  63. package/dist/components/BbToast/BbToastMessage.vue.d.ts +1 -1
  64. package/dist/components/BbTooltip/BbTooltip.vue.d.ts +13 -3
  65. package/dist/components/BbTree/BbTree.vue.d.ts +9 -2
  66. package/dist/components/ChipsBox.vue.d.ts +2 -2
  67. package/dist/components/CommaBox.vue.d.ts +2 -2
  68. package/dist/components/CommonFloating.vue.d.ts +14 -4
  69. package/dist/components/CommonInputInnerContainer.vue.d.ts +16 -7
  70. package/dist/components/CommonInputOuterContainer.vue.d.ts +12 -5
  71. package/dist/components/ListBox.vue.d.ts +25 -16
  72. package/dist/components/OptionsContainer.vue.d.ts +26 -88
  73. package/dist/components/Transitions/Slide.vue.d.ts +12 -5
  74. package/dist/components/Transitions/SlideBack.vue.d.ts +12 -5
  75. package/dist/composables/useBroadcastChannelInstance.d.ts +2 -2
  76. package/dist/composables/useToast.d.ts +1 -1
  77. package/dist/composables/useWizard.d.ts +1 -1
  78. package/dist/index110.js +142 -134
  79. package/dist/index118.js +1 -1
  80. package/dist/index120.js +5 -5
  81. package/dist/index122.js +1 -1
  82. package/dist/index126.js +1 -1
  83. package/dist/index127.js +1 -1
  84. package/dist/index128.js +1 -1
  85. package/dist/index13.js +1 -1
  86. package/dist/index130.js +1 -1
  87. package/dist/index132.js +6 -6
  88. package/dist/index15.js +4 -4
  89. package/dist/index17.js +3 -3
  90. package/dist/index19.js +2 -2
  91. package/dist/index204.js +2 -81
  92. package/dist/index205.js +81 -5
  93. package/dist/index206.js +162 -14
  94. package/dist/index207.js +84 -16
  95. package/dist/index209.js +124 -17
  96. package/dist/index21.js +14 -14
  97. package/dist/index210.js +5 -27
  98. package/dist/index211.js +125 -3
  99. package/dist/index212.js +19 -2
  100. package/dist/index213.js +16 -8
  101. package/dist/index214.js +14 -247
  102. package/dist/index215.js +2 -52
  103. package/dist/index216.js +2 -44
  104. package/dist/index217.js +41 -5
  105. package/dist/index218.js +18 -58
  106. package/dist/index219.js +5 -52
  107. package/dist/index220.js +55 -0
  108. package/dist/index222.js +13 -20
  109. package/dist/index223.js +5 -4
  110. package/dist/index224.js +12 -2
  111. package/dist/index225.js +360 -155
  112. package/dist/index226.js +3 -84
  113. package/dist/index227.js +9 -0
  114. package/dist/index228.js +8 -2
  115. package/dist/index229.js +19 -4
  116. package/dist/index23.js +16 -16
  117. package/dist/index230.js +27 -2
  118. package/dist/index231.js +3 -3
  119. package/dist/index232.js +248 -40
  120. package/dist/index233.js +51 -5
  121. package/dist/index234.js +44 -7
  122. package/dist/index235.js +4 -11
  123. package/dist/index236.js +58 -124
  124. package/dist/index237.js +4 -125
  125. package/dist/index238.js +2 -2
  126. package/dist/index239.js +4 -5
  127. package/dist/index240.js +2 -369
  128. package/dist/index241.js +1 -1
  129. package/dist/index244.js +1 -1
  130. package/dist/index246.js +1 -1
  131. package/dist/index248.js +10 -2
  132. package/dist/index249.js +2 -9
  133. package/dist/index25.js +6 -6
  134. package/dist/index250.js +2 -3
  135. package/dist/index251.js +6 -281
  136. package/dist/index252.js +16 -6
  137. package/dist/index253.js +9 -2
  138. package/dist/index254.js +23 -2
  139. package/dist/index255.js +89 -2
  140. package/dist/index257.js +3 -2
  141. package/dist/index258.js +12 -2
  142. package/dist/index259.js +9 -2
  143. package/dist/index260.js +9 -2
  144. package/dist/index261.js +17 -2
  145. package/dist/index262.js +4 -2
  146. package/dist/index263.js +280 -27
  147. package/dist/index264.js +6 -22
  148. package/dist/index265.js +4 -0
  149. package/dist/index266.js +2 -7
  150. package/dist/index267.js +2 -9
  151. package/dist/index268.js +2 -23
  152. package/dist/index269.js +2 -89
  153. package/dist/index271.js +431 -6
  154. package/dist/index272.js +176 -16
  155. package/dist/index273.js +1 -1
  156. package/dist/index275.js +6 -175
  157. package/dist/index276.js +22 -9
  158. package/dist/index278.js +2 -12
  159. package/dist/index279.js +87 -7
  160. package/dist/index280.js +2 -9
  161. package/dist/index281.js +2 -17
  162. package/dist/index282.js +2 -4
  163. package/dist/index283.js +2 -4
  164. package/dist/index284.js +2 -431
  165. package/dist/index285.js +1 -1
  166. package/dist/index286.js +24 -85
  167. package/dist/index287.js +22 -2
  168. package/dist/index289.js +9 -22
  169. package/dist/index29.js +3 -3
  170. package/dist/index290.js +202 -0
  171. package/dist/index291.js +427 -191
  172. package/dist/index292.js +121 -218
  173. package/dist/index293.js +3 -435
  174. package/dist/index294.js +218 -121
  175. package/dist/index297.js +1 -1
  176. package/dist/index298.js +5 -2
  177. package/dist/index299.js +2 -5
  178. package/dist/index301.js +1 -1
  179. package/dist/index302.js +1 -1
  180. package/dist/index303.js +3 -3
  181. package/dist/index304.js +3 -4
  182. package/dist/index305.js +58 -4
  183. package/dist/index306.js +3 -4
  184. package/dist/index307.js +32 -58
  185. package/dist/index308.js +3 -6
  186. package/dist/index309.js +10 -18
  187. package/dist/index31.js +2 -2
  188. package/dist/index310.js +6 -32
  189. package/dist/index311.js +17 -5
  190. package/dist/index312.js +6 -10
  191. package/dist/index315.js +1 -1
  192. package/dist/index33.js +2 -2
  193. package/dist/index35.js +3 -3
  194. package/dist/index37.js +10 -10
  195. package/dist/index39.js +4 -4
  196. package/dist/index41.js +2 -2
  197. package/dist/index43.js +2 -2
  198. package/dist/index45.js +4 -4
  199. package/dist/index47.js +2 -2
  200. package/dist/index49.js +2 -2
  201. package/dist/index55.js +1 -1
  202. package/dist/index57.js +1 -1
  203. package/dist/index61.js +2 -2
  204. package/dist/index75.js +3 -3
  205. package/dist/index79.js +2 -2
  206. package/dist/index81.js +1 -1
  207. package/dist/index84.js +3 -3
  208. package/dist/index86.js +1 -1
  209. package/dist/index88.js +4 -4
  210. package/dist/index90.js +1 -1
  211. package/dist/style.css +1 -1
  212. package/dist/utilities/functions/booleanishToBoolean.d.ts +1 -1
  213. package/dist/utilities/functions/deburr.d.ts +1 -1
  214. package/dist/utilities/functions/flattenTree.d.ts +1 -1
  215. package/dist/utilities/functions/groupBy.d.ts +1 -1
  216. package/dist/utilities/functions/indexBy.d.ts +1 -1
  217. package/dist/utilities/functions/mapValues.d.ts +1 -1
  218. package/dist/utilities/functions/millisecondsTo.d.ts +1 -1
  219. package/dist/utilities/functions/replace.d.ts +1 -1
  220. package/dist/utilities/functions/retry.d.ts +1 -1
  221. package/dist/utilities/functions/throttle.d.ts +2 -2
  222. package/package.json +4 -4
  223. package/dist/index208.js +0 -21
  224. package/dist/index221.js +0 -15
  225. package/dist/index256.js +0 -4
  226. package/dist/index277.js +0 -5
  227. /package/dist/{index288.js → index270.js} +0 -0
package/dist/index275.js CHANGED
@@ -1,178 +1,9 @@
1
- var P = Object.defineProperty, T = (a, t, e) => t in a ? P(a, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : a[t] = e, A = (a, t, e) => T(a, typeof t != "symbol" ? t + "" : t, e);
2
- const R = {
3
- "#": { pattern: /[0-9]/ },
4
- "@": { pattern: /[a-zA-Z]/ },
5
- "*": { pattern: /[a-zA-Z0-9]/ }
6
- }, I = (a, t, e) => a.replaceAll(t, "").replace(e, ".").replace("..", ".").replace(/[^.\d]/g, ""), N = (a, t, e) => {
7
- var s;
8
- return new Intl.NumberFormat(((s = e.number) == null ? void 0 : s.locale) ?? "en", {
9
- minimumFractionDigits: a,
10
- maximumFractionDigits: t,
11
- roundingMode: "trunc"
12
- });
13
- }, F = (a, t = !0, e) => {
14
- var s, n, r, h;
15
- const u = ((s = e.number) == null ? void 0 : s.unsigned) == null && a.startsWith("-") ? "-" : "", l = ((n = e.number) == null ? void 0 : n.fraction) ?? 0;
16
- let o = N(0, l, e);
17
- const k = o.formatToParts(1000.12), c = ((r = k.find((i) => i.type === "group")) == null ? void 0 : r.value) ?? " ", y = ((h = k.find((i) => i.type === "decimal")) == null ? void 0 : h.value) ?? ".", f = I(a, c, y);
18
- if (Number.isNaN(parseFloat(f))) return u;
19
- const g = f.split(".");
20
- if (g[1] != null && g[1].length >= 1) {
21
- const i = g[1].length <= l ? g[1].length : l;
22
- o = N(i, l, e);
23
- }
24
- let m = o.format(parseFloat(f));
25
- return t ? l > 0 && f.endsWith(".") && !f.slice(0, -1).includes(".") && (m += y) : m = I(m, c, y), u + 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;
26
6
  };
27
- class O {
28
- constructor(t = {}) {
29
- A(this, "opts", {}), A(this, "memo", /* @__PURE__ */ new Map());
30
- const e = { ...t };
31
- if (e.tokens != null) {
32
- e.tokens = e.tokensReplace ? { ...e.tokens } : { ...R, ...e.tokens };
33
- for (const s of Object.values(e.tokens))
34
- typeof s.pattern == "string" && (s.pattern = new RegExp(s.pattern));
35
- } else
36
- e.tokens = R;
37
- Array.isArray(e.mask) && (e.mask.length > 1 ? e.mask = [...e.mask].sort((s, n) => s.length - n.length) : e.mask = e.mask[0] ?? ""), e.mask === "" && (e.mask = null), this.opts = e;
38
- }
39
- masked(t) {
40
- return this.process(t, this.findMask(t));
41
- }
42
- unmasked(t) {
43
- return this.process(t, this.findMask(t), !1);
44
- }
45
- isEager() {
46
- return this.opts.eager === !0;
47
- }
48
- isReversed() {
49
- return this.opts.reversed === !0;
50
- }
51
- completed(t) {
52
- const e = this.findMask(t);
53
- if (this.opts.mask == null || e == null) return !1;
54
- const s = this.process(t, e).length;
55
- return typeof this.opts.mask == "string" ? s >= this.opts.mask.length : s >= e.length;
56
- }
57
- findMask(t) {
58
- const e = this.opts.mask;
59
- if (e == null)
60
- return null;
61
- if (typeof e == "string")
62
- return e;
63
- if (typeof e == "function")
64
- return e(t);
65
- const s = this.process(t, e.slice(-1).pop() ?? "", !1);
66
- return e.find((n) => this.process(t, n, !1).length >= s.length) ?? "";
67
- }
68
- escapeMask(t) {
69
- const e = [], s = [];
70
- return t.split("").forEach((n, r) => {
71
- n === "!" && t[r - 1] !== "!" ? s.push(r - s.length) : e.push(n);
72
- }), { mask: e.join(""), escaped: s };
73
- }
74
- process(t, e, s = !0) {
75
- if (this.opts.number != null) return F(t, s, this.opts);
76
- if (e == null) return t;
77
- const n = `v=${t},mr=${e},m=${s ? 1 : 0}`;
78
- if (this.memo.has(n)) return this.memo.get(n);
79
- const { mask: r, escaped: h } = this.escapeMask(e), u = [], l = this.opts.tokens != null ? this.opts.tokens : {}, o = this.isReversed() ? -1 : 1, k = this.isReversed() ? "unshift" : "push", c = this.isReversed() ? 0 : r.length - 1, y = this.isReversed() ? () => i > -1 && p > -1 : () => i < r.length && p < t.length, f = (v) => !this.isReversed() && v <= c || this.isReversed() && v >= c;
80
- let g, m = -1, i = this.isReversed() ? r.length - 1 : 0, p = this.isReversed() ? t.length - 1 : 0, M = !1;
81
- for (; y(); ) {
82
- const v = r.charAt(i), d = l[v], E = (d == null ? void 0 : d.transform) != null ? d.transform(t.charAt(p)) : t.charAt(p);
83
- if (!h.includes(i) && d != null ? (E.match(d.pattern) != null ? (u[k](E), d.repeated ? (m === -1 ? m = i : i === c && i !== m && (i = m - o), c === m && (i -= o)) : d.multiple && (M = !0, i -= o), i += o) : d.multiple ? M && (i += o, p -= o, M = !1) : E === g ? g = void 0 : d.optional && (i += o, p -= o), p += o) : (s && !this.isEager() && u[k](v), E === v && !this.isEager() ? p += o : g = v, this.isEager() || (i += o)), this.isEager())
84
- for (; f(i) && (l[r.charAt(i)] == null || h.includes(i)); ) {
85
- if (s) {
86
- if (u[k](r.charAt(i)), t.charAt(p) === r.charAt(i)) {
87
- i += o, p += o;
88
- continue;
89
- }
90
- } else r.charAt(i) === t.charAt(p) && (p += o);
91
- i += o;
92
- }
93
- }
94
- return this.memo.set(n, u.join("")), this.memo.get(n);
95
- }
96
- }
97
- const w = (a) => JSON.parse(a.replaceAll("'", '"')), W = (a, t = {}) => {
98
- const e = { ...t };
99
- a.dataset.maska != null && a.dataset.maska !== "" && (e.mask = x(a.dataset.maska)), a.dataset.maskaEager != null && (e.eager = b(a.dataset.maskaEager)), a.dataset.maskaReversed != null && (e.reversed = b(a.dataset.maskaReversed)), a.dataset.maskaTokensReplace != null && (e.tokensReplace = b(a.dataset.maskaTokensReplace)), a.dataset.maskaTokens != null && (e.tokens = C(a.dataset.maskaTokens));
100
- const s = {};
101
- return a.dataset.maskaNumberLocale != null && (s.locale = a.dataset.maskaNumberLocale), a.dataset.maskaNumberFraction != null && (s.fraction = parseInt(a.dataset.maskaNumberFraction)), a.dataset.maskaNumberUnsigned != null && (s.unsigned = b(a.dataset.maskaNumberUnsigned)), (a.dataset.maskaNumber != null || Object.values(s).length > 0) && (e.number = s), e;
102
- }, b = (a) => a !== "" ? !!JSON.parse(a) : !0, x = (a) => a.startsWith("[") && a.endsWith("]") ? w(a) : a, C = (a) => {
103
- if (a.startsWith("{") && a.endsWith("}"))
104
- return w(a);
105
- const t = {};
106
- return a.split("|").forEach((e) => {
107
- const s = e.split(":");
108
- t[s[0]] = {
109
- pattern: new RegExp(s[1]),
110
- optional: s[2] === "optional",
111
- multiple: s[2] === "multiple",
112
- repeated: s[2] === "repeated"
113
- };
114
- }), t;
115
- };
116
- class S {
117
- constructor(t, e = {}) {
118
- A(this, "items", /* @__PURE__ */ new Map()), A(this, "onInput", (s) => {
119
- if (s instanceof CustomEvent && s.type === "input" && !s.isTrusted)
120
- return;
121
- const n = s.target, r = this.items.get(n), h = "inputType" in s && s.inputType.startsWith("delete"), u = r.isEager(), l = h && u && r.unmasked(n.value) === "" ? "" : n.value;
122
- this.fixCursor(n, h, () => this.setValue(n, l));
123
- }), this.options = e, this.init(this.getInputs(t));
124
- }
125
- update(t = {}) {
126
- this.options = { ...t }, this.init(Array.from(this.items.keys()));
127
- }
128
- updateValue(t) {
129
- t.value !== "" && t.value !== this.processInput(t).masked && this.setValue(t, t.value);
130
- }
131
- destroy() {
132
- for (const t of this.items.keys())
133
- t.removeEventListener("input", this.onInput);
134
- this.items.clear();
135
- }
136
- init(t) {
137
- const e = this.getOptions(this.options);
138
- for (const s of t) {
139
- this.items.has(s) || s.addEventListener("input", this.onInput, { capture: !0 });
140
- const n = new O(W(s, e));
141
- this.items.set(s, n), queueMicrotask(() => this.updateValue(s)), s.selectionStart === null && n.isEager() && console.warn("Maska: input of `%s` type is not supported", s.type);
142
- }
143
- }
144
- getInputs(t) {
145
- return typeof t == "string" ? Array.from(document.querySelectorAll(t)) : "length" in t ? Array.from(t) : [t];
146
- }
147
- getOptions(t) {
148
- const { onMaska: e, preProcess: s, postProcess: n, ...r } = t;
149
- return r;
150
- }
151
- fixCursor(t, e, s) {
152
- const n = t.selectionStart, r = t.value;
153
- if (s(), n === null || n === r.length && !e) return;
154
- const h = t.value, u = r.slice(0, n), l = h.slice(0, n), o = this.processInput(t, u).unmasked, k = this.processInput(t, l).unmasked;
155
- let c = n;
156
- u !== l && (c += e ? h.length - r.length : o.length - k.length), t.setSelectionRange(c, c);
157
- }
158
- setValue(t, e) {
159
- const s = this.processInput(t, e);
160
- t.value = s.masked, this.options.onMaska != null && (Array.isArray(this.options.onMaska) ? this.options.onMaska.forEach((n) => n(s)) : this.options.onMaska(s)), t.dispatchEvent(new CustomEvent("maska", { detail: s })), t.dispatchEvent(new CustomEvent("input", { detail: s.masked }));
161
- }
162
- processInput(t, e) {
163
- const s = this.items.get(t);
164
- let n = e ?? t.value;
165
- this.options.preProcess != null && (n = this.options.preProcess(n));
166
- let r = s.masked(n);
167
- return this.options.postProcess != null && (r = this.options.postProcess(r)), {
168
- masked: r,
169
- unmasked: s.unmasked(n),
170
- completed: s.completed(n)
171
- };
172
- }
173
- }
174
7
  export {
175
- O as Mask,
176
- S as MaskInput,
177
- R as tokens
8
+ s as default
178
9
  };
package/dist/index276.js CHANGED
@@ -1,11 +1,24 @@
1
- function u(e, i) {
2
- let t;
3
- return function(...o) {
4
- t !== void 0 && clearTimeout(t), t = setTimeout(() => {
5
- e.apply(this, o);
6
- }, i);
7
- };
8
- }
1
+ import { defineComponent as o, computed as i, openBlock as r, createBlock as d, Transition as l, normalizeStyle as s, withCtx as u, renderSlot as p } from "vue";
2
+ const f = /* @__PURE__ */ o({
3
+ __name: "SlideBack",
4
+ props: {
5
+ direction: { default: "right" },
6
+ duration: { default: 500 },
7
+ gap: { default: 0 }
8
+ },
9
+ setup(t) {
10
+ const a = t, n = i(() => `bb-slide-back-in-${a.direction}`);
11
+ return (e, c) => (r(), d(l, {
12
+ name: n.value,
13
+ style: s({ "--transition-duration": `${e.duration}ms`, "--gap": `${e.gap}px` })
14
+ }, {
15
+ default: u(() => [
16
+ p(e.$slots, "default", {}, void 0, !0)
17
+ ]),
18
+ _: 3
19
+ }, 8, ["name", "style"]));
20
+ }
21
+ });
9
22
  export {
10
- u as debounce
23
+ f as default
11
24
  };
package/dist/index278.js CHANGED
@@ -1,14 +1,4 @@
1
- import { ref as t } from "vue";
2
- const n = () => {
3
- const e = t([]);
4
- return { array: e, set: (...r) => {
5
- e.value = r;
6
- }, add: (...r) => {
7
- e.value.push(...r);
8
- }, remove: (r) => {
9
- e.value = e.value.filter(r);
10
- } };
11
- };
1
+ import f from "./index224.js";
12
2
  export {
13
- n as useArray
3
+ f as default
14
4
  };
package/dist/index279.js CHANGED
@@ -1,11 +1,91 @@
1
- function u(e, i) {
2
- const n = /* @__PURE__ */ new Set(), s = [];
3
- for (let t = 0; t < e.length; t++) {
4
- const o = e[t], c = i(o);
5
- n.has(c) || (n.add(c), s.push(o));
1
+ import { getDefaultExportFromCjs as M, commonjsGlobal as b } from "./index264.js";
2
+ var k = "Expected a function", E = NaN, N = "[object Symbol]", $ = /^\s+|\s+$/g, A = /^[-+]0x[0-9a-f]+$/i, B = /^0b[01]+$/i, R = /^0o[0-7]+$/i, _ = parseInt, D = typeof b == "object" && b && b.Object === Object && b, G = typeof self == "object" && self && self.Object === Object && self, P = D || G || Function("return this")(), H = Object.prototype, U = H.toString, X = Math.max, q = Math.min, v = function() {
3
+ return P.Date.now();
4
+ };
5
+ function z(e, n, r) {
6
+ var f, a, m, u, i, c, s = 0, x = !1, l = !1, j = !0;
7
+ if (typeof e != "function")
8
+ throw new TypeError(k);
9
+ n = S(n) || 0, y(r) && (x = !!r.leading, l = "maxWait" in r, m = l ? X(S(r.maxWait) || 0, n) : m, j = "trailing" in r ? !!r.trailing : j);
10
+ function p(t) {
11
+ var o = f, d = a;
12
+ return f = a = void 0, s = t, u = e.apply(d, o), u;
13
+ }
14
+ function C(t) {
15
+ return s = t, i = setTimeout(g, n), x ? p(t) : u;
16
+ }
17
+ function L(t) {
18
+ var o = t - c, d = t - s, O = n - o;
19
+ return l ? q(O, m - d) : O;
20
+ }
21
+ function h(t) {
22
+ var o = t - c, d = t - s;
23
+ return c === void 0 || o >= n || o < 0 || l && d >= m;
24
+ }
25
+ function g() {
26
+ var t = v();
27
+ if (h(t))
28
+ return I(t);
29
+ i = setTimeout(g, L(t));
30
+ }
31
+ function I(t) {
32
+ return i = void 0, j && f ? p(t) : (f = a = void 0, u);
33
+ }
34
+ function W() {
35
+ i !== void 0 && clearTimeout(i), s = 0, f = c = a = i = void 0;
36
+ }
37
+ function F() {
38
+ return i === void 0 ? u : I(v());
39
+ }
40
+ function T() {
41
+ var t = v(), o = h(t);
42
+ if (f = arguments, a = this, c = t, o) {
43
+ if (i === void 0)
44
+ return C(c);
45
+ if (l)
46
+ return i = setTimeout(g, n), p(c);
47
+ }
48
+ return i === void 0 && (i = setTimeout(g, n)), u;
49
+ }
50
+ return T.cancel = W, T.flush = F, T;
51
+ }
52
+ function J(e, n, r) {
53
+ var f = !0, a = !0;
54
+ if (typeof e != "function")
55
+ throw new TypeError(k);
56
+ return y(r) && (f = "leading" in r ? !!r.leading : f, a = "trailing" in r ? !!r.trailing : a), z(e, n, {
57
+ leading: f,
58
+ maxWait: n,
59
+ trailing: a
60
+ });
61
+ }
62
+ function y(e) {
63
+ var n = typeof e;
64
+ return !!e && (n == "object" || n == "function");
65
+ }
66
+ function K(e) {
67
+ return !!e && typeof e == "object";
68
+ }
69
+ function Q(e) {
70
+ return typeof e == "symbol" || K(e) && U.call(e) == N;
71
+ }
72
+ function S(e) {
73
+ if (typeof e == "number")
74
+ return e;
75
+ if (Q(e))
76
+ return E;
77
+ if (y(e)) {
78
+ var n = typeof e.valueOf == "function" ? e.valueOf() : e;
79
+ e = y(n) ? n + "" : n;
6
80
  }
7
- return s;
81
+ if (typeof e != "string")
82
+ return e === 0 ? e : +e;
83
+ e = e.replace($, "");
84
+ var r = B.test(e);
85
+ return r || R.test(e) ? _(e.slice(2), r ? 2 : 8) : A.test(e) ? E : +e;
8
86
  }
87
+ var V = J;
88
+ const Z = /* @__PURE__ */ M(V);
9
89
  export {
10
- u as uniqBy
90
+ Z as default
11
91
  };
package/dist/index280.js CHANGED
@@ -1,11 +1,4 @@
1
- import { get as o } from "./index312.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
+ var e = { exports: {} };
9
2
  export {
10
- e as useItemValue
3
+ e as __module
11
4
  };
package/dist/index281.js CHANGED
@@ -1,19 +1,4 @@
1
- import { get as t } from "./index312.js";
2
- const o = () => ({
3
- getItemText(r, n) {
4
- if (typeof r == "string" && !n) return r;
5
- if (n) {
6
- if (typeof n == "function") {
7
- let f = n(r);
8
- return typeof f != "string" && (f = JSON.stringify(f)), f;
9
- } else if (typeof n == "string") {
10
- const f = t(r, n);
11
- return typeof f == "string" ? f : JSON.stringify(f);
12
- }
13
- }
14
- return JSON.stringify(r);
15
- }
16
- });
1
+ var e = { exports: {} };
17
2
  export {
18
- o as useItemText
3
+ e as __module
19
4
  };
package/dist/index282.js CHANGED
@@ -1,6 +1,4 @@
1
- function u(...e) {
2
- return (r) => e.reduce((n, t) => t(n), r);
3
- }
1
+ import f from "./index232.js";
4
2
  export {
5
- u as pipe
3
+ f as default
6
4
  };
package/dist/index283.js CHANGED
@@ -1,6 +1,4 @@
1
- const e = function(t) {
2
- return (...n) => n.length >= t.length ? t(...n) : e(t.bind(void 0, ...n));
3
- };
1
+ import f from "./index233.js";
4
2
  export {
5
- e as curry
3
+ f as default
6
4
  };