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/index80.js CHANGED
@@ -1,18 +1,18 @@
1
1
  import { defineComponent as fe, ref as C, computed as p, useTemplateRef as ve, watch as $, onBeforeUnmount as be, createElementBlock as M, openBlock as E, Fragment as B, renderSlot as v, createCommentVNode as V, createVNode as x, normalizeProps as ye, mergeProps as q, withCtx as G, createElementVNode as J, normalizeStyle as we, unref as Q, renderList as ge, createBlock as Z, toDisplayString as he } from "vue";
2
- import { findRightIndex as R } from "./index251.js";
2
+ import { findRightIndex as R } from "./index291.js";
3
3
  import { useId as Ee } from "./index8.js";
4
- import { useUntil as Le } from "./index237.js";
4
+ import { useUntil as Le } from "./index258.js";
5
5
  import { wait as ke } from "./index140.js";
6
6
  import De from "./index13.js";
7
7
  /* empty css */
8
8
  import ee from "./index86.js";
9
9
  /* empty css */
10
- import $e from "./index252.js";
10
+ import $e from "./index255.js";
11
11
  /* empty css */
12
- import te from "./index254.js";
13
- import { extractDomContainer as H } from "./index242.js";
12
+ import te from "./index292.js";
13
+ import { extractDomContainer as H } from "./index259.js";
14
14
  import { useIntersectionObserver as Ae, useElementSize as Se } from "./index141.js";
15
- import { parseWidthString as Pe } from "./index255.js";
15
+ import { parseWidthString as Pe } from "./index260.js";
16
16
  const Ie = ["id", "aria-labelledby", "inert"], Te = { class: "item__content" }, Oe = 500, _e = 10, ze = /* @__PURE__ */ fe({
17
17
  inheritAttrs: !1,
18
18
  __name: "BbDropdown",
package/dist/index84.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as j, ref as g, watch as x, computed as m, createBlock as G, openBlock as V, resolveDynamicComponent as K, normalizeClass as O, withCtx as M, createElementVNode as c, withModifiers as y, renderSlot as U, normalizeProps as Y, guardReactiveProps as Z, createTextVNode as J, unref as Q, createVNode as W, createElementBlock as F, Fragment as X, renderList as ee, toDisplayString as te } from "vue";
2
- import { findInTree as ae } from "./index287.js";
2
+ import { findInTree as ae } from "./index267.js";
3
3
  import { useId as re } from "./index8.js";
4
4
  import oe from "./index112.js";
5
5
  /* empty css */
@@ -53,7 +53,7 @@ const le = ["accept", "autofocus", "disabled", "multiple"], se = { class: "bb-dr
53
53
  const r = a.accept[t];
54
54
  if (r.includes("/")) e.push(r);
55
55
  else {
56
- b || (b = (await import("./index286.js")).default);
56
+ b || (b = (await import("./index266.js")).default);
57
57
  const o = b.getType(r);
58
58
  if (!o)
59
59
  throw new Error(
package/dist/index86.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as $, ref as f, computed as a, getCurrentInstance as d, onServerPrefetch as I, onBeforeMount as _, watch as L, createElementBlock as M, openBlock as B, mergeProps as k, inject as A } from "vue";
2
- import { isCssColor as C } from "./index217.js";
3
- import { get as m } from "./index281.js";
2
+ import { isCssColor as C } from "./index219.js";
3
+ import { get as m } from "./index263.js";
4
4
  import { useLogger as N } from "./index229.js";
5
5
  const S = ["innerHTML"], E = /* @__PURE__ */ $({
6
6
  __name: "BbIcon",
package/dist/index88.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as h, ref as t, onMounted as m, onBeforeUnmount as p, createBlock as g, openBlock as b, resolveDynamicComponent as w, withCtx as _, renderSlot as I } from "vue";
2
- import { throttle as c } from "./index293.js";
2
+ import { throttle as c } from "./index262.js";
3
3
  const M = /* @__PURE__ */ h({
4
4
  __name: "BbIntersection",
5
5
  props: {
package/dist/index91.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import { defineComponent as I, mergeModels as B, useModel as N, computed as p, ref as L, watch as P, onMounted as W, createElementBlock as d, openBlock as c, withModifiers as F, normalizeStyle as O, normalizeClass as q, unref as v, createCommentVNode as h, Fragment as A, createElementVNode as t, renderSlot as l, createTextVNode as H, toDisplayString as M, nextTick as K } from "vue";
2
- import { parseSize as R } from "./index236.js";
2
+ import { parseSize as R } from "./index265.js";
3
3
  import { useId as $ } from "./index8.js";
4
4
  import { useLocale as U } from "./index235.js";
5
5
  import { useMobile as j } from "./index9.js";
6
- import { useUntil as G } from "./index237.js";
6
+ import { useUntil as G } from "./index258.js";
7
7
  import { wait as y } from "./index140.js";
8
8
  import { _config as J } from "./index4.js";
9
9
  const Q = ["aria-describedby", "aria-labelledby", "aria-live", "inert"], X = {
package/dist/index93.js CHANGED
@@ -3,7 +3,7 @@ import { defineComponent as V, mergeModels as W, useModel as U, computed as b, r
3
3
  /* empty css */
4
4
  import P from "./index13.js";
5
5
  /* empty css */
6
- import { debounce as X } from "./index258.js";
6
+ import { debounce as X } from "./index264.js";
7
7
  import { useLocale as H } from "./index235.js";
8
8
  import { useRoute as J } from "./index146.js";
9
9
  const K = ["aria-label"], Q = { class: "bb-pagination__page-label sr-only" }, Y = { class: "bb-pagination__page-label" }, Z = { class: "bb-pagination__page-label" }, ee = { class: "bb-pagination__page-label sr-only" }, ue = /* @__PURE__ */ V({
package/dist/index95.js CHANGED
@@ -2,13 +2,13 @@ import { defineComponent as re, mergeModels as I, ref as N, useTemplateRef as ae
2
2
  import { useId as me } from "./index8.js";
3
3
  import { useIntersectionObserver as ve, useElementSize as fe } from "./index141.js";
4
4
  import { useLocale as be } from "./index235.js";
5
- import { useUntil as he } from "./index237.js";
5
+ import { useUntil as he } from "./index258.js";
6
6
  import ge from "./index13.js";
7
7
  /* empty css */
8
- import we from "./index252.js";
8
+ import we from "./index255.js";
9
9
  /* empty css */
10
- import { extractDomContainer as H } from "./index242.js";
11
- import { parseWidthString as U } from "./index255.js";
10
+ import { extractDomContainer as H } from "./index259.js";
11
+ import { parseWidthString as U } from "./index260.js";
12
12
  const Ee = ["inert"], Le = 500, ye = 10, De = /* @__PURE__ */ re({
13
13
  inheritAttrs: !1,
14
14
  __name: "BbPopover",
package/dist/index97.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as r, computed as a, createElementBlock as l, openBlock as s, normalizeClass as m, createElementVNode as n, normalizeStyle as c } from "vue";
2
- import { clamp as p } from "./index215.js";
2
+ import { clamp as p } from "./index216.js";
3
3
  import { getAsPercentageBetween as i } from "./index139.js";
4
4
  const _ = /* @__PURE__ */ r({
5
5
  __name: "BbProgress",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitboss-ui",
3
- "version": "2.1.87",
3
+ "version": "2.1.89",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "scripts": {
package/dist/index237.js DELETED
@@ -1,15 +0,0 @@
1
- import { ref as c, watch as f, toValue as u } from "vue";
2
- const p = (e, { initialValue: r = !1, nextValue: o = !0 } = {}) => {
3
- const t = c(r);
4
- if (r) return t;
5
- const n = f(
6
- () => u(e),
7
- (s) => {
8
- s && (t.value = o, n());
9
- }
10
- );
11
- return t;
12
- };
13
- export {
14
- p as useUntil
15
- };
package/dist/index250.js DELETED
@@ -1,18 +0,0 @@
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
- };
16
- export {
17
- h as usePrefill
18
- };
package/dist/index254.js DELETED
@@ -1,25 +0,0 @@
1
- const e = {
2
- inert: ":not([inert]):not([inert] *)",
3
- negTabIndex: ':not([tabindex^="-"])',
4
- disabled: ":not(:disabled)"
5
- }, n = [
6
- `a[href]${e.inert}${e.negTabIndex}`,
7
- `area[href]${e.inert}${e.negTabIndex}`,
8
- `input:not([type="hidden"]):not([type="radio"])${e.inert}${e.negTabIndex}${e.disabled}`,
9
- `input[type="radio"]${e.inert}${e.negTabIndex}${e.disabled}`,
10
- `select${e.inert}${e.negTabIndex}${e.disabled}`,
11
- `textarea${e.inert}${e.negTabIndex}${e.disabled}`,
12
- `button${e.inert}${e.negTabIndex}${e.disabled}`,
13
- `details${e.inert} > summary:first-of-type${e.negTabIndex}`,
14
- // Discard until Firefox supports `:has()`
15
- // See: https://github.com/KittyGiraudel/focusable-selectors/issues/12
16
- // `details:not(:has(> summary))${not.inert}${not.negTabIndex}`,
17
- `iframe${e.inert}${e.negTabIndex}`,
18
- `audio[controls]${e.inert}${e.negTabIndex}`,
19
- `video[controls]${e.inert}${e.negTabIndex}`,
20
- `[contenteditable]${e.inert}${e.negTabIndex}`,
21
- `[tabindex]${e.inert}${e.negTabIndex}`
22
- ];
23
- export {
24
- n as default
25
- };
package/dist/index256.js DELETED
@@ -1,190 +0,0 @@
1
- var C = Object.defineProperty, x = (a, e, t) => e in a ? C(a, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : a[e] = t, y = (a, e, t) => x(a, typeof e != "symbol" ? e + "" : e, t);
2
- const M = {
3
- "#": { pattern: /[0-9]/ },
4
- "@": { pattern: /[a-zA-Z]/ },
5
- "*": { pattern: /[a-zA-Z0-9]/ }
6
- }, w = (a, e, t) => a.replaceAll(e, "").replace(t, ".").replace("..", ".").replace(/[^.\d]/g, ""), N = (a, e, t) => {
7
- var s;
8
- return new Intl.NumberFormat(((s = t.number) == null ? void 0 : s.locale) ?? "en", {
9
- minimumFractionDigits: a,
10
- maximumFractionDigits: e,
11
- roundingMode: "trunc"
12
- });
13
- }, P = (a, e = !0, t) => {
14
- var s, r, n, l;
15
- const u = ((s = t.number) == null ? void 0 : s.unsigned) !== !0 && a.startsWith("-") ? "-" : "", p = ((r = t.number) == null ? void 0 : r.fraction) ?? 0;
16
- let o = N(0, p, t);
17
- const k = o.formatToParts(1000.12), m = ((n = k.find((i) => i.type === "group")) == null ? void 0 : n.value) ?? " ", f = ((l = k.find((i) => i.type === "decimal")) == null ? void 0 : l.value) ?? ".", c = w(a, m, f);
18
- if (Number.isNaN(parseFloat(c))) return u;
19
- const v = c.split(".");
20
- if (v[1] != null && v[1].length >= 1) {
21
- const i = v[1].length <= p ? v[1].length : p;
22
- o = N(i, p, t);
23
- }
24
- let d = o.format(parseFloat(c));
25
- return e ? p > 0 && c.endsWith(".") && !c.slice(0, -1).includes(".") && (d += f) : d = w(d, m, f), u + d;
26
- }, I = (a) => JSON.parse(a.replaceAll("'", '"')), T = (a, e = {}) => {
27
- const t = { ...e };
28
- a.dataset.maska != null && a.dataset.maska !== "" && (t.mask = F(a.dataset.maska)), a.dataset.maskaEager != null && (t.eager = E(a.dataset.maskaEager)), a.dataset.maskaReversed != null && (t.reversed = E(a.dataset.maskaReversed)), a.dataset.maskaTokensReplace != null && (t.tokensReplace = E(a.dataset.maskaTokensReplace)), a.dataset.maskaTokens != null && (t.tokens = O(a.dataset.maskaTokens));
29
- const s = {};
30
- 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 = E(a.dataset.maskaNumberUnsigned)), (a.dataset.maskaNumber != null || Object.values(s).length > 0) && (t.number = s), t;
31
- }, E = (a) => a !== "" ? !!JSON.parse(a) : !0, F = (a) => a.startsWith("[") && a.endsWith("]") ? I(a) : a, O = (a) => {
32
- if (a.startsWith("{") && a.endsWith("}"))
33
- return I(a);
34
- const e = {};
35
- return a.split("|").forEach((t) => {
36
- const s = t.split(":");
37
- e[s[0]] = {
38
- pattern: S() ? new RegExp(s[1], "u") : new RegExp(s[1]),
39
- optional: s[2] === "optional",
40
- multiple: s[2] === "multiple",
41
- repeated: s[2] === "repeated"
42
- };
43
- }), e;
44
- }, S = () => {
45
- try {
46
- return new RegExp("\\p{L}", "u"), !0;
47
- } catch {
48
- return !1;
49
- }
50
- };
51
- class W {
52
- constructor(e = {}) {
53
- y(this, "opts", {}), y(this, "memo", /* @__PURE__ */ new Map());
54
- const t = { ...e };
55
- if (t.tokens != null) {
56
- t.tokens = t.tokensReplace ? { ...t.tokens } : { ...M, ...t.tokens };
57
- for (const s of Object.values(t.tokens))
58
- typeof s.pattern == "string" && (s.pattern = S() ? new RegExp(s.pattern, "u") : new RegExp(s.pattern));
59
- } else
60
- t.tokens = M;
61
- Array.isArray(t.mask) && (t.mask.length > 1 ? t.mask = [...t.mask].sort((s, r) => s.length - r.length) : t.mask = t.mask[0] ?? ""), t.mask === "" && (t.mask = null), this.opts = t;
62
- }
63
- masked(e) {
64
- return this.process(String(e), this.findMask(String(e)));
65
- }
66
- unmasked(e) {
67
- return this.process(String(e), this.findMask(String(e)), !1);
68
- }
69
- isEager() {
70
- return this.opts.eager === !0;
71
- }
72
- isReversed() {
73
- return this.opts.reversed === !0;
74
- }
75
- completed(e) {
76
- const t = this.findMask(String(e));
77
- if (this.opts.mask == null || t == null) return !1;
78
- const s = this.process(String(e), t).length;
79
- return typeof this.opts.mask == "string" ? s >= this.opts.mask.length : s >= t.length;
80
- }
81
- findMask(e) {
82
- const t = this.opts.mask;
83
- if (t == null)
84
- return null;
85
- if (typeof t == "string")
86
- return t;
87
- if (typeof t == "function")
88
- return t(e);
89
- const s = this.process(e, t.slice(-1).pop() ?? "", !1);
90
- return t.find((r) => this.process(e, r, !1).length >= s.length) ?? "";
91
- }
92
- escapeMask(e) {
93
- const t = [], s = [];
94
- return e.split("").forEach((r, n) => {
95
- r === "!" && e[n - 1] !== "!" ? s.push(n - s.length) : t.push(r);
96
- }), { mask: t.join(""), escaped: s };
97
- }
98
- process(e, t, s = !0) {
99
- if (this.opts.number != null) return P(e, s, this.opts);
100
- if (t == null) return e;
101
- const r = `v=${e},mr=${t},m=${s ? 1 : 0}`;
102
- if (this.memo.has(r)) return this.memo.get(r);
103
- const { mask: n, escaped: l } = this.escapeMask(t), u = [], p = this.opts.tokens != null ? this.opts.tokens : {}, o = this.isReversed() ? -1 : 1, k = this.isReversed() ? "unshift" : "push", m = this.isReversed() ? 0 : n.length - 1, f = this.isReversed() ? () => i > -1 && h > -1 : () => i < n.length && h < e.length, c = (b) => !this.isReversed() && b <= m || this.isReversed() && b >= m;
104
- let v, d = -1, i = this.isReversed() ? n.length - 1 : 0, h = this.isReversed() ? e.length - 1 : 0, R = !1;
105
- for (; f(); ) {
106
- const b = n.charAt(i), g = p[b], A = g?.transform != null ? g.transform(e.charAt(h)) : e.charAt(h);
107
- if (!l.includes(i) && g != null ? (A.match(g.pattern) != null ? (u[k](A), g.repeated ? (d === -1 ? d = i : i === m && i !== d && (i = d - o), m === d && (i -= o)) : g.multiple && (R = !0, i -= o), i += o) : g.multiple ? R && (i += o, h -= o, R = !1) : A === v ? v = void 0 : g.optional && (i += o, h -= o), h += o) : (s && !this.isEager() && u[k](b), A === b && !this.isEager() ? h += o : v = b, this.isEager() || (i += o)), this.isEager())
108
- for (; c(i) && (p[n.charAt(i)] == null || l.includes(i)); ) {
109
- if (s) {
110
- if (u[k](n.charAt(i)), e.charAt(h) === n.charAt(i)) {
111
- i += o, h += o;
112
- continue;
113
- }
114
- } else n.charAt(i) === e.charAt(h) && (h += o);
115
- i += o;
116
- }
117
- }
118
- return this.memo.set(r, u.join("")), this.memo.get(r);
119
- }
120
- }
121
- class V {
122
- constructor(e, t = {}) {
123
- y(this, "items", /* @__PURE__ */ new Map()), y(this, "eventAbortController"), y(this, "onInput", (s) => {
124
- if (s instanceof CustomEvent && s.type === "input" && !s.isTrusted && !s.bubbles)
125
- return;
126
- const r = s.target, n = this.items.get(r);
127
- if (n === void 0) return;
128
- const l = "inputType" in s && s.inputType.startsWith("delete"), u = n.isEager(), p = l && u && n.unmasked(r.value) === "" ? "" : r.value;
129
- this.fixCursor(r, l, () => this.setValue(r, p));
130
- }), this.options = t, this.eventAbortController = new AbortController(), this.init(this.getInputs(e));
131
- }
132
- update(e = {}) {
133
- this.options = { ...e }, this.init(Array.from(this.items.keys()));
134
- }
135
- updateValue(e) {
136
- var t;
137
- e.value !== "" && e.value !== ((t = this.processInput(e)) == null ? void 0 : t.masked) && this.setValue(e, e.value);
138
- }
139
- destroy() {
140
- this.eventAbortController.abort(), this.items.clear();
141
- }
142
- init(e) {
143
- const t = this.getOptions(this.options);
144
- for (const s of e) {
145
- if (!this.items.has(s)) {
146
- const { signal: n } = this.eventAbortController;
147
- s.addEventListener("input", this.onInput, { capture: !0, signal: n });
148
- }
149
- const r = new W(T(s, t));
150
- this.items.set(s, r), queueMicrotask(() => this.updateValue(s)), s.selectionStart === null && r.isEager() && console.warn("Maska: input of `%s` type is not supported", s.type);
151
- }
152
- }
153
- getInputs(e) {
154
- return typeof e == "string" ? Array.from(document.querySelectorAll(e)) : "length" in e ? Array.from(e) : [e];
155
- }
156
- getOptions(e) {
157
- const { onMaska: t, preProcess: s, postProcess: r, ...n } = e;
158
- return n;
159
- }
160
- fixCursor(e, t, s) {
161
- var r, n;
162
- const l = e.selectionStart, u = e.value;
163
- if (s(), l === null || l === u.length && !t) return;
164
- const p = e.value, o = u.slice(0, l), k = p.slice(0, l), m = (r = this.processInput(e, o)) == null ? void 0 : r.unmasked, f = (n = this.processInput(e, k)) == null ? void 0 : n.unmasked;
165
- if (m === void 0 || f === void 0) return;
166
- let c = l;
167
- o !== k && (c += t ? p.length - u.length : m.length - f.length), e.setSelectionRange(c, c);
168
- }
169
- setValue(e, t) {
170
- const s = this.processInput(e, t);
171
- s !== void 0 && (e.value = s.masked, this.options.onMaska != null && (Array.isArray(this.options.onMaska) ? this.options.onMaska.forEach((r) => r(s)) : this.options.onMaska(s)), e.dispatchEvent(new CustomEvent("maska", { detail: s })), e.dispatchEvent(new CustomEvent("input", { detail: s.masked })));
172
- }
173
- processInput(e, t) {
174
- const s = this.items.get(e);
175
- if (s === void 0) return;
176
- let r = t ?? e.value;
177
- this.options.preProcess != null && (r = this.options.preProcess(r));
178
- let n = s.masked(r);
179
- return this.options.postProcess != null && (n = this.options.postProcess(n)), {
180
- masked: n,
181
- unmasked: s.unmasked(r),
182
- completed: s.completed(r)
183
- };
184
- }
185
- }
186
- export {
187
- W as Mask,
188
- V as MaskInput,
189
- M as tokens
190
- };
package/dist/index281.js DELETED
@@ -1,13 +0,0 @@
1
- function c(n, r, e) {
2
- const i = typeof r == "string" ? r.split(".") : r;
3
- let t = n;
4
- for (const o of i)
5
- if (t && typeof t == "object" && o in t)
6
- t = t[o];
7
- else
8
- return e;
9
- return t === void 0 ? e : t;
10
- }
11
- export {
12
- c as get
13
- };
package/dist/index283.js DELETED
@@ -1,20 +0,0 @@
1
- import { isNil as c } from "./index270.js";
2
- const a = (t, r) => {
3
- if (!Object.prototype.hasOwnProperty.call(t, r))
4
- throw new Error(
5
- `Object ${JSON.stringify(t, null, 2)} has no property named "${r.toString()}"`
6
- );
7
- }, l = (t) => typeof t == "string" ? t.toLocaleLowerCase() : JSON.stringify(t).toLowerCase(), y = (t, r, s) => {
8
- const i = s.toLocaleLowerCase();
9
- for (let e = 0; e < r.length; e++) {
10
- const n = r[e];
11
- a(t, n);
12
- const o = t[n];
13
- if (c(o)) continue;
14
- if (l(o).includes(i)) return !0;
15
- }
16
- return !1;
17
- };
18
- export {
19
- y as matchAnyKey
20
- };
package/dist/index353.js DELETED
@@ -1,10 +0,0 @@
1
- const i = (r, s, a) => {
2
- const t = a / 100, c = s * Math.min(t, 1 - t) / 100, n = (h) => {
3
- const o = (h + r / 30) % 12, e = t - c * Math.max(Math.min(o - 3, 9 - o, 1), -1);
4
- return Math.round(255 * e).toString(16).padStart(2, "0");
5
- };
6
- return `#${n(0)}${n(8)}${n(4)}`;
7
- };
8
- export {
9
- i as hslToHex
10
- };