bitboss-ui 2.0.95 → 2.0.96
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.
- package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +1 -1
- package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +1 -1
- package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +5 -1
- package/dist/components/BaseDatePicker/BaseDatePicker.vue.d.ts +9 -4
- package/dist/components/BaseDatePicker/BaseDatePickerInputDaySelector.vue.d.ts +2 -0
- package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +4 -0
- package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +4 -0
- package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +5 -1
- package/dist/components/BaseRadio/BaseRadio.vue.d.ts +1 -1
- package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +1 -1
- package/dist/components/BaseRating/BaseRating.vue.d.ts +1 -1
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +7 -0
- package/dist/components/BaseSlider/BaseSlider.vue.d.ts +1 -1
- package/dist/components/BaseTag/BaseTag.vue.d.ts +6 -1
- package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +5 -1
- package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +5 -1
- package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +1 -1
- package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +5 -1
- package/dist/components/BbColorInput/BbColorInput.vue.d.ts +5 -1
- package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +4 -0
- package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +7 -2
- package/dist/components/BbRadio/BbRadio.vue.d.ts +1 -1
- package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +5 -1
- package/dist/components/BbRating/BbRating.vue.d.ts +5 -1
- package/dist/components/BbSelect/BbSelect.vue.d.ts +4 -0
- package/dist/components/BbSlider/BbSlider.vue.d.ts +5 -1
- package/dist/components/BbTable/types.d.ts +1 -1
- package/dist/components/BbTag/BbTag.vue.d.ts +5 -1
- package/dist/components/BbTextInput/BbTextInput.vue.d.ts +5 -1
- package/dist/components/BbTextarea/BbTextarea.vue.d.ts +5 -1
- package/dist/components/ListBox.vue.d.ts +4 -0
- package/dist/index100.js +4 -4
- package/dist/index101.js +18 -15
- package/dist/index103.js +11 -9
- package/dist/index105.js +10 -10
- package/dist/index107.js +16 -14
- package/dist/index111.js +7 -7
- package/dist/index113.js +12 -9
- package/dist/index115.js +27 -24
- package/dist/index117.js +27 -24
- package/dist/index119.js +2 -2
- package/dist/index121.js +4 -4
- package/dist/index123.js +1 -1
- package/dist/index127.js +1 -1
- package/dist/index128.js +1 -1
- package/dist/index129.js +1 -1
- package/dist/index13.js +1 -1
- package/dist/index131.js +1 -1
- package/dist/index133.js +2 -2
- package/dist/index134.js +2 -2
- package/dist/index15.js +24 -22
- package/dist/index17.js +15 -16
- package/dist/index19.js +57 -51
- package/dist/index206.js +81 -2
- package/dist/index207.js +2 -81
- package/dist/index208.js +6 -51
- package/dist/index209.js +128 -0
- package/dist/index21.js +77 -72
- package/dist/index210.js +5 -13
- package/dist/index211.js +124 -19
- package/dist/index212.js +19 -4
- package/dist/index213.js +16 -5
- package/dist/index214.js +10 -10
- package/dist/index215.js +2 -16
- package/dist/index216.js +2 -19
- package/dist/index217.js +40 -18
- package/dist/index218.js +19 -26
- package/dist/index219.js +6 -3
- package/dist/index220.js +53 -2
- package/dist/index222.js +13 -249
- package/dist/index223.js +5 -52
- package/dist/index224.js +10 -42
- package/dist/index225.js +369 -5
- package/dist/index226.js +18 -59
- package/dist/index227.js +27 -2
- package/dist/index228.js +3 -4
- package/dist/index229.js +250 -2
- package/dist/index23.js +28 -26
- package/dist/index230.js +52 -3
- package/dist/index231.js +44 -41
- package/dist/index232.js +5 -6
- package/dist/index233.js +60 -7
- package/dist/index234.js +164 -12
- package/dist/index235.js +84 -164
- package/dist/index237.js +5 -0
- package/dist/index238.js +7 -126
- package/dist/index239.js +2 -125
- package/dist/index240.js +4 -2
- package/dist/index241.js +2 -5
- package/dist/index242.js +3 -368
- package/dist/index243.js +1 -1
- package/dist/index244.js +2 -2
- package/dist/index245.js +17 -105
- package/dist/index246.js +108 -0
- package/dist/{index247.js → index248.js} +1 -1
- package/dist/index25.js +6 -6
- package/dist/index250.js +2 -18
- package/dist/index255.js +4 -4
- package/dist/index257.js +6 -9
- package/dist/index258.js +16 -6
- package/dist/index259.js +9 -16
- package/dist/index260.js +9 -3
- package/dist/index261.js +10 -0
- package/dist/index262.js +3 -7
- package/dist/index263.js +11 -175
- package/dist/index264.js +8 -280
- package/dist/index265.js +17 -6
- package/dist/index266.js +4 -2
- package/dist/index267.js +281 -2
- package/dist/index268.js +6 -2
- package/dist/index269.js +2 -2
- package/dist/index27.js +8 -6
- package/dist/index272.js +2 -2
- package/dist/index273.js +2 -2
- package/dist/index274.js +2 -2
- package/dist/index275.js +1 -1
- package/dist/index276.js +2 -28
- package/dist/index277.js +1 -21
- package/dist/index278.js +4 -0
- package/dist/index279.js +28 -4
- package/dist/index280.js +20 -429
- package/dist/index282.js +6 -88
- package/dist/index283.js +2 -3
- package/dist/index284.js +126 -12
- package/dist/index285.js +429 -7
- package/dist/index286.js +176 -9
- package/dist/index287.js +3 -17
- package/dist/index289.js +21 -199
- package/dist/index29.js +11 -9
- package/dist/index291.js +2 -126
- package/dist/index292.js +4 -22
- package/dist/index293.js +202 -0
- package/dist/index294.js +436 -8
- package/dist/index295.js +121 -218
- package/dist/index296.js +81 -428
- package/dist/index297.js +218 -121
- package/dist/index298.js +1 -1
- package/dist/index299.js +1 -1
- package/dist/index300.js +23 -21
- package/dist/index301.js +65 -2
- package/dist/index302.js +5 -33
- package/dist/index303.js +2 -5
- package/dist/index304.js +3 -8
- package/dist/index308.js +11 -2
- package/dist/index309.js +6 -6
- package/dist/index31.js +6 -6
- package/dist/index310.js +18 -65
- package/dist/index311.js +7 -5
- package/dist/index312.js +32 -6
- package/dist/index313.js +45 -17
- package/dist/index314.js +4 -10
- package/dist/index315.js +7 -3
- package/dist/index316.js +2 -47
- package/dist/index317.js +4 -480
- package/dist/index318.js +482 -0
- package/dist/index33.js +12 -12
- package/dist/index35.js +35 -35
- package/dist/index37.js +58 -54
- package/dist/index39.js +5 -5
- package/dist/index41.js +3 -3
- package/dist/index43.js +3 -3
- package/dist/index45.js +46 -44
- package/dist/index47.js +31 -29
- package/dist/index49.js +18 -16
- package/dist/index55.js +1 -1
- package/dist/index57.js +1 -1
- package/dist/index63.js +9 -9
- package/dist/index65.js +11 -9
- package/dist/index67.js +24 -21
- package/dist/index71.js +8 -5
- package/dist/index79.js +2 -2
- package/dist/index81.js +1 -1
- package/dist/index82.js +24 -21
- package/dist/index84.js +3 -3
- package/dist/index86.js +1 -1
- package/dist/index88.js +3 -3
- package/dist/index90.js +1 -1
- package/dist/index92.js +6 -6
- package/dist/index94.js +11 -9
- package/dist/index96.js +13 -11
- package/dist/style.css +1 -1
- package/dist/types/CommonProps.d.ts +1 -1
- package/package.json +2 -2
- package/dist/index221.js +0 -10
- package/dist/index236.js +0 -86
- package/dist/index249.js +0 -4
- package/dist/index281.js +0 -4
- package/dist/index288.js +0 -6
- package/dist/index290.js +0 -4
- package/dist/index319.js +0 -4
package/dist/index246.js
ADDED
@@ -0,0 +1,108 @@
|
|
1
|
+
import { defineComponent as y, ref as F, computed as H, watch as N, openBlock as p, createElementBlock as L, Fragment as S, renderList as V, createBlock as A, normalizeClass as O, withModifiers as P, withCtx as $, createTextVNode as z, toDisplayString as D } from "vue";
|
2
|
+
import { hash as d } from "./index228.js";
|
3
|
+
import { isNil as l } from "./index130.js";
|
4
|
+
import E from "./index125.js";
|
5
|
+
/* empty css */
|
6
|
+
const K = /* @__PURE__ */ y({
|
7
|
+
__name: "ChipsBox",
|
8
|
+
props: {
|
9
|
+
options: {}
|
10
|
+
},
|
11
|
+
emits: ["option:unselected"],
|
12
|
+
setup(f, { expose: v, emit: h }) {
|
13
|
+
const t = f, u = h, n = F(null), i = H(() => t.options.some((e) => !e.disabled)), a = (e = 1) => {
|
14
|
+
const s = l(n.value) ? -1 : n.value;
|
15
|
+
let o = (s + e) % t.options.length;
|
16
|
+
for (; t.options[o].disabled && o !== s; )
|
17
|
+
o = a(e + 1);
|
18
|
+
return o;
|
19
|
+
}, x = () => {
|
20
|
+
if (!i.value) return;
|
21
|
+
const e = a();
|
22
|
+
n.value = e;
|
23
|
+
}, c = (e = 1) => {
|
24
|
+
const s = l(n.value) ? 0 : n.value;
|
25
|
+
let o = (s - e + t.options.length) % t.options.length;
|
26
|
+
for (; t.options[o].disabled && o !== s; )
|
27
|
+
o = c(e + 1);
|
28
|
+
return o;
|
29
|
+
}, m = async () => {
|
30
|
+
if (!i.value) return;
|
31
|
+
const e = c();
|
32
|
+
n.value = e;
|
33
|
+
}, w = () => {
|
34
|
+
if (!i.value) return;
|
35
|
+
let e = 0;
|
36
|
+
for (; t.options[e].disabled; )
|
37
|
+
e++;
|
38
|
+
n.value = e;
|
39
|
+
}, b = () => {
|
40
|
+
if (!i.value) return;
|
41
|
+
let e = t.options.length - 1;
|
42
|
+
for (; t.options[e].disabled && e !== 0; )
|
43
|
+
e--;
|
44
|
+
n.value = e;
|
45
|
+
}, I = () => {
|
46
|
+
if (!i.value) return;
|
47
|
+
let e = 0;
|
48
|
+
for (; !t.options[e].selected && t.options.length !== e; )
|
49
|
+
e++;
|
50
|
+
n.value = e;
|
51
|
+
}, g = () => {
|
52
|
+
if (!i.value) return;
|
53
|
+
let e = t.options.length - 1;
|
54
|
+
for (; t.options[e].selected && e !== 0; )
|
55
|
+
e--;
|
56
|
+
n.value = e;
|
57
|
+
}, _ = (e) => {
|
58
|
+
if (!i.value) return;
|
59
|
+
const s = t.options.findIndex(
|
60
|
+
(o) => o.valueHash === e
|
61
|
+
);
|
62
|
+
s >= 0 && (n.value = s);
|
63
|
+
}, r = () => {
|
64
|
+
n.value = null;
|
65
|
+
}, k = () => {
|
66
|
+
if (l(n.value)) return;
|
67
|
+
const e = t.options[n.value];
|
68
|
+
e.selected && u("option:unselected", e);
|
69
|
+
}, C = () => l(n.value) ? void 0 : t.options[n.value];
|
70
|
+
return N(
|
71
|
+
() => t.options,
|
72
|
+
(e, s) => {
|
73
|
+
d(e) !== d(s) && r();
|
74
|
+
},
|
75
|
+
{
|
76
|
+
flush: "post"
|
77
|
+
}
|
78
|
+
), v({
|
79
|
+
focusNext: x,
|
80
|
+
focusPrevious: m,
|
81
|
+
focusFirst: w,
|
82
|
+
focusFirstSelected: I,
|
83
|
+
focusLast: b,
|
84
|
+
focusLastSelected: g,
|
85
|
+
blur: r,
|
86
|
+
confirmOption: k,
|
87
|
+
focusByHash: _,
|
88
|
+
getHighlighted: C
|
89
|
+
}), (e, s) => (p(!0), L(S, null, V(e.options, (o, B) => (p(), A(E, {
|
90
|
+
key: o.valueHash,
|
91
|
+
class: O({
|
92
|
+
"bb-chipsbox-item": !0,
|
93
|
+
"bb-chipsbox-item--focused": B === n.value
|
94
|
+
}),
|
95
|
+
clearable: !0,
|
96
|
+
text: o.text,
|
97
|
+
"onClick:clear": P((M) => u("option:unselected", o), ["stop"])
|
98
|
+
}, {
|
99
|
+
default: $(() => [
|
100
|
+
z(D(o.text), 1)
|
101
|
+
]),
|
102
|
+
_: 2
|
103
|
+
}, 1032, ["class", "text", "onClick:clear"]))), 128));
|
104
|
+
}
|
105
|
+
});
|
106
|
+
export {
|
107
|
+
K as default
|
108
|
+
};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as F, ref as H, computed as L, watch as N, openBlock as d, createElementBlock as v, Fragment as S, renderList as A, normalizeClass as O, withModifiers as P, toDisplayString as V } from "vue";
|
2
|
-
import { hash as f } from "./
|
2
|
+
import { hash as f } from "./index228.js";
|
3
3
|
import { isNil as i } from "./index130.js";
|
4
4
|
const z = ["text", "onClick:clear"], j = /* @__PURE__ */ F({
|
5
5
|
__name: "CommaBox",
|
package/dist/index25.js
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
import { defineComponent as ie, ref as o, computed as u, getCurrentInstance as ne, nextTick as N, useAttrs as re, onMounted as ue, onBeforeUnmount as G, watch as de, openBlock as k, createBlock as ce, withCtx as ve, createElementVNode as a, mergeProps as P, createElementBlock as $, renderSlot as d, createTextVNode as fe, toDisplayString as K, createCommentVNode as z } from "vue";
|
2
|
-
import { throttle as be } from "./
|
3
|
-
import { useFocusTrap as pe } from "./
|
2
|
+
import { throttle as be } from "./index237.js";
|
3
|
+
import { useFocusTrap as pe } from "./index217.js";
|
4
4
|
import { useId as U } from "./index8.js";
|
5
5
|
import { wait as H } from "./index132.js";
|
6
|
-
import { waitFor as me } from "./
|
7
|
-
import { useModalsState as _ } from "./
|
8
|
-
import { useLogger as ge } from "./
|
6
|
+
import { waitFor as me } from "./index219.js";
|
7
|
+
import { useModalsState as _ } from "./index238.js";
|
8
|
+
import { useLogger as ge } from "./index208.js";
|
9
9
|
import { useMobile as ye } from "./index9.js";
|
10
|
-
import he from "./
|
10
|
+
import he from "./index224.js";
|
11
11
|
const we = { class: "bb-base-dialog-close" }, ke = ["aria-label"], Le = /* @__PURE__ */ ie({
|
12
12
|
__name: "BaseDialog",
|
13
13
|
props: {
|
package/dist/index250.js
CHANGED
@@ -1,20 +1,4 @@
|
|
1
|
-
|
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
|
-
};
|
1
|
+
const o = (e) => e[0];
|
18
2
|
export {
|
19
|
-
|
3
|
+
o as head
|
20
4
|
};
|
package/dist/index255.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
import { defineComponent as h, toRef as y, ref as n, computed as a, watch as $, openBlock as b, createBlock as A, withCtx as k, createElementBlock as x, mergeProps as o, createElementVNode as c, renderSlot as B } from "vue";
|
2
|
-
import C from "./
|
3
|
-
import f from "./
|
4
|
-
import { useFloating as D, arrow as E } from "./
|
5
|
-
import { autoUpdate as P, flip as F, offset as S, shift as M } from "./
|
2
|
+
import C from "./index224.js";
|
3
|
+
import f from "./index318.js";
|
4
|
+
import { useFloating as D, arrow as E } from "./index209.js";
|
5
|
+
import { autoUpdate as P, flip as F, offset as S, shift as M } from "./index225.js";
|
6
6
|
const j = /* @__PURE__ */ h({
|
7
7
|
__name: "CommonFloating",
|
8
8
|
props: {
|
package/dist/index257.js
CHANGED
@@ -1,11 +1,8 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
e.apply(this, o);
|
6
|
-
}, i);
|
7
|
-
};
|
8
|
-
}
|
1
|
+
import e from "./index305.js";
|
2
|
+
import o from "./index306.js";
|
3
|
+
import r from "./index307.js";
|
4
|
+
const f = new r(o, e)._freeze();
|
9
5
|
export {
|
10
|
-
|
6
|
+
r as Mime,
|
7
|
+
f as default
|
11
8
|
};
|
package/dist/index258.js
CHANGED
@@ -1,8 +1,18 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
1
|
+
const e = (o, r, f) => o.reduce((t, n) => {
|
2
|
+
if (t) return t;
|
3
|
+
if (f(n))
|
4
|
+
return n;
|
5
|
+
if (r in n) {
|
6
|
+
const i = e(
|
7
|
+
[].concat(n[r]),
|
8
|
+
r,
|
9
|
+
f
|
10
|
+
);
|
11
|
+
if (i)
|
12
|
+
return i;
|
13
|
+
}
|
14
|
+
return t;
|
15
|
+
}, null);
|
5
16
|
export {
|
6
|
-
|
7
|
-
f as default
|
17
|
+
e as findInTree
|
8
18
|
};
|
package/dist/index259.js
CHANGED
@@ -1,18 +1,11 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
f
|
10
|
-
);
|
11
|
-
if (i)
|
12
|
-
return i;
|
13
|
-
}
|
14
|
-
return t;
|
15
|
-
}, null);
|
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
|
+
}
|
16
9
|
export {
|
17
|
-
|
10
|
+
u as debounce
|
18
11
|
};
|
package/dist/index260.js
CHANGED
@@ -1,5 +1,11 @@
|
|
1
|
-
import o from "./
|
2
|
-
|
1
|
+
import { get as o } from "./index308.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
|
+
});
|
3
9
|
export {
|
4
|
-
|
10
|
+
e as useItemValue
|
5
11
|
};
|
package/dist/index261.js
ADDED
package/dist/index262.js
CHANGED
package/dist/index263.js
CHANGED
@@ -1,178 +1,14 @@
|
|
1
|
-
|
2
|
-
const
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
},
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
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
|
+
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
|
+
} };
|
26
11
|
};
|
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
12
|
export {
|
175
|
-
|
176
|
-
S as MaskInput,
|
177
|
-
R as tokens
|
13
|
+
n as useArray
|
178
14
|
};
|