bitboss-ui 2.0.3 → 2.0.5
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/BaseDatePicker/BaseDatePicker.vue.d.ts +10 -99
- package/dist/components/BaseDatePicker/BaseDatePickerHeader.vue.d.ts +24 -0
- package/dist/components/BaseDatePicker/BaseDatePickerInputDaySelector.vue.d.ts +56 -0
- package/dist/components/BaseDatePicker/BaseDatePickerMonthSelector.vue.d.ts +21 -0
- package/dist/components/BaseDatePicker/BaseDatePickerYearSelector.vue.d.ts +21 -0
- package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +1 -46
- package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +1 -47
- package/dist/components/BbTab/BbTab.vue.d.ts +9 -0
- package/dist/components/Transitions/Slide.vue.d.ts +43 -0
- package/dist/components/Transitions/SlideBack.vue.d.ts +43 -0
- package/dist/composables/useLogger.d.ts +1 -0
- package/dist/index103.js +150 -126
- package/dist/index103.js.map +1 -1
- package/dist/index105.js +5 -5
- package/dist/index113.js +1 -1
- package/dist/index115.js +5 -5
- package/dist/index115.js.map +1 -1
- package/dist/index117.js +1 -1
- package/dist/index12.js +1 -1
- package/dist/index121.js +1 -1
- package/dist/index122.js +1 -1
- package/dist/index123.js +1 -1
- package/dist/index125.js +1 -1
- package/dist/index128.js +1 -1
- package/dist/index14.js +3 -3
- package/dist/index16.js +2 -2
- package/dist/index18.js +176 -482
- package/dist/index18.js.map +1 -1
- package/dist/index198.js +3 -5
- package/dist/index198.js.map +1 -1
- package/dist/index199.js +5 -158
- package/dist/index199.js.map +1 -1
- package/dist/index20.js +199 -190
- package/dist/index20.js.map +1 -1
- package/dist/index200.js +16 -84
- package/dist/index200.js.map +1 -1
- package/dist/{index223.js → index201.js} +3 -3
- package/dist/{index223.js.map → index201.js.map} +1 -1
- package/dist/index202.js +19 -3
- package/dist/index202.js.map +1 -1
- package/dist/index203.js +19 -3
- package/dist/index203.js.map +1 -1
- package/dist/index204.js +26 -34
- package/dist/index204.js.map +1 -1
- package/dist/index205.js +3 -6
- package/dist/index205.js.map +1 -1
- package/dist/index206.js +2 -7
- package/dist/index206.js.map +1 -1
- package/dist/index207.js +8 -2
- package/dist/index207.js.map +1 -1
- package/dist/index208.js +245 -122
- package/dist/index208.js.map +1 -1
- package/dist/index210.js +51 -122
- package/dist/index210.js.map +1 -1
- package/dist/index211.js +37 -19
- package/dist/index211.js.map +1 -1
- package/dist/index212.js +5 -2
- package/dist/index212.js.map +1 -1
- package/dist/index213.js +41 -2
- package/dist/index213.js.map +1 -1
- package/dist/index214.js +2 -174
- package/dist/index214.js.map +1 -1
- package/dist/index215.js +4 -42
- package/dist/index215.js.map +1 -1
- package/dist/index216.js +5 -0
- package/dist/index216.js.map +1 -0
- package/dist/index217.js +2 -13
- package/dist/index217.js.map +1 -1
- package/dist/index218.js +42 -369
- package/dist/index218.js.map +1 -1
- package/dist/index22.js +5 -5
- package/dist/index220.js +13 -4
- package/dist/index220.js.map +1 -1
- package/dist/index221.js +158 -2
- package/dist/index221.js.map +1 -1
- package/dist/index222.js +84 -16
- package/dist/index222.js.map +1 -1
- package/dist/index224.js +3 -19
- package/dist/index224.js.map +1 -1
- package/dist/index225.js +34 -26
- package/dist/index225.js.map +1 -1
- package/dist/index226.js +6 -8
- package/dist/index226.js.map +1 -1
- package/dist/index227.js +7 -2
- package/dist/index227.js.map +1 -1
- package/dist/index228.js +126 -3
- package/dist/index228.js.map +1 -1
- package/dist/index229.js +123 -3
- package/dist/index229.js.map +1 -1
- package/dist/index230.js +2 -18
- package/dist/index230.js.map +1 -1
- package/dist/index231.js +173 -105
- package/dist/index231.js.map +1 -1
- package/dist/index232.js +8 -0
- package/dist/index232.js.map +1 -0
- package/dist/index233.js +367 -98
- package/dist/index233.js.map +1 -1
- package/dist/index234.js +6 -0
- package/dist/index234.js.map +1 -0
- package/dist/index235.js +17 -9
- package/dist/index235.js.map +1 -1
- package/dist/index236.js +106 -3
- package/dist/index236.js.map +1 -1
- package/dist/index238.js +100 -23
- package/dist/index238.js.map +1 -1
- package/dist/index24.js +1 -1
- package/dist/index240.js +2 -16
- package/dist/index240.js.map +1 -1
- package/dist/index241.js +10 -9
- package/dist/index241.js.map +1 -1
- package/dist/index242.js +3 -3
- package/dist/index242.js.map +1 -1
- package/dist/index243.js +224 -12
- package/dist/index243.js.map +1 -1
- package/dist/index244.js +280 -8
- package/dist/index244.js.map +1 -1
- package/dist/index245.js +6 -9
- package/dist/index245.js.map +1 -1
- package/dist/index246.js +2 -17
- package/dist/index246.js.map +1 -1
- package/dist/index247.js +2 -224
- package/dist/index247.js.map +1 -1
- package/dist/index248.js +2 -431
- package/dist/index248.js.map +1 -1
- package/dist/index249.js +2 -89
- package/dist/index249.js.map +1 -1
- package/dist/index250.js +2 -281
- package/dist/index250.js.map +1 -1
- package/dist/index251.js +2 -6
- package/dist/index251.js.map +1 -1
- package/dist/index252.js +3 -2
- package/dist/index252.js.map +1 -1
- package/dist/index253.js +2 -2
- package/dist/index254.js +2 -2
- package/dist/index255.js +2 -126
- package/dist/index255.js.map +1 -1
- package/dist/index256.js +28 -3
- package/dist/index256.js.map +1 -1
- package/dist/index257.js +25 -0
- package/dist/index257.js.map +1 -0
- package/dist/index259.js +6 -3
- package/dist/index259.js.map +1 -1
- package/dist/index26.js +3 -3
- package/dist/index260.js +4 -2
- package/dist/index260.js.map +1 -1
- package/dist/index261.js +8 -68
- package/dist/index261.js.map +1 -1
- package/dist/index262.js +23 -200
- package/dist/index262.js.map +1 -1
- package/dist/index263.js +3 -5
- package/dist/index263.js.map +1 -1
- package/dist/index265.js +6 -127
- package/dist/index265.js.map +1 -1
- package/dist/index266.js +16 -2
- package/dist/index266.js.map +1 -1
- package/dist/index267.js +9 -2
- package/dist/index267.js.map +1 -1
- package/dist/index268.js +3 -2
- package/dist/index268.js.map +1 -1
- package/dist/index269.js +12 -2
- package/dist/index269.js.map +1 -1
- package/dist/index270.js +7 -26
- package/dist/index270.js.map +1 -1
- package/dist/index271.js +9 -3
- package/dist/index271.js.map +1 -1
- package/dist/index272.js +17 -3
- package/dist/index272.js.map +1 -1
- package/dist/index273.js +426 -206
- package/dist/index273.js.map +1 -1
- package/dist/index274.js +92 -0
- package/dist/index274.js.map +1 -0
- package/dist/index275.js +2 -4
- package/dist/index275.js.map +1 -1
- package/dist/index276.js +69 -4
- package/dist/index276.js.map +1 -1
- package/dist/index277.js +5 -59
- package/dist/index277.js.map +1 -1
- package/dist/index278.js +200 -15
- package/dist/index278.js.map +1 -1
- package/dist/index279.js +2 -35
- package/dist/index279.js.map +1 -1
- package/dist/index28.js +2 -2
- package/dist/index280.js +125 -10
- package/dist/index280.js.map +1 -1
- package/dist/index281.js +21 -1
- package/dist/index281.js.map +1 -1
- package/dist/{index264.js → index283.js} +2 -2
- package/dist/{index264.js.map → index283.js.map} +1 -1
- package/dist/index284.js +123 -417
- package/dist/index284.js.map +1 -1
- package/dist/index285.js +3 -47
- package/dist/index285.js.map +1 -1
- package/dist/index286.js +6 -0
- package/dist/index286.js.map +1 -0
- package/dist/index287.js +214 -0
- package/dist/index287.js.map +1 -0
- package/dist/index289.js +18 -0
- package/dist/index289.js.map +1 -0
- package/dist/index290.js +10 -0
- package/dist/index290.js.map +1 -0
- package/dist/index291.js +22 -0
- package/dist/index291.js.map +1 -0
- package/dist/index292.js +10 -0
- package/dist/index292.js.map +1 -0
- package/dist/index293.js +7 -0
- package/dist/index293.js.map +1 -0
- package/dist/index294.js +7 -0
- package/dist/index294.js.map +1 -0
- package/dist/index295.js +62 -0
- package/dist/index295.js.map +1 -0
- package/dist/index296.js +38 -0
- package/dist/index296.js.map +1 -0
- package/dist/index297.js +14 -0
- package/dist/index297.js.map +1 -0
- package/dist/index298.js +5 -0
- package/dist/index298.js.map +1 -0
- package/dist/{index282.js → index299.js} +3 -3
- package/dist/{index282.js.map → index299.js.map} +1 -1
- package/dist/index30.js +2 -2
- package/dist/index301.js +424 -0
- package/dist/index301.js.map +1 -0
- package/dist/index302.js +50 -0
- package/dist/index302.js.map +1 -0
- package/dist/index32.js +3 -3
- package/dist/index34.js +44 -42
- package/dist/index34.js.map +1 -1
- package/dist/index36.js +4 -4
- package/dist/index38.js +2 -2
- package/dist/index40.js +2 -2
- package/dist/index42.js +6 -6
- package/dist/index44.js +2 -2
- package/dist/index46.js +2 -2
- package/dist/index52.js +1 -1
- package/dist/index54.js +1 -1
- package/dist/index58.js +2 -2
- package/dist/index66.js +16 -23
- package/dist/index66.js.map +1 -1
- package/dist/index70.js +4 -4
- package/dist/index74.js +2 -2
- package/dist/index76.js +1 -1
- package/dist/index79.js +2 -2
- package/dist/index81.js +1 -1
- package/dist/index83.js +3 -3
- package/dist/index85.js +1 -1
- package/dist/style.css +1 -1
- package/dist/utilities/functions/chunk.d.ts +1 -0
- package/dist/utilities/functions/negative.d.ts +1 -0
- package/dist/utilities/functions/pipe.d.ts +3 -0
- package/dist/utilities/functions/range.d.ts +1 -0
- package/dist/utilities/functions/sort.d.ts +6 -0
- package/package.json +2 -2
- package/dist/index209.js +0 -8
- package/dist/index209.js.map +0 -1
- package/dist/index219.js +0 -5
- package/dist/index219.js.map +0 -1
- package/dist/index237.js +0 -12
- package/dist/index237.js.map +0 -1
- package/dist/index239.js +0 -9
- package/dist/index239.js.map +0 -1
- package/dist/index258.js +0 -10
- package/dist/index258.js.map +0 -1
package/dist/index210.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index210.js","sources":["../
|
|
1
|
+
{"version":3,"file":"index210.js","sources":["../src/components/BaseDatePicker/BaseDatePickerHeader.vue"],"sourcesContent":["<template>\n\t<div\n\t\tclass=\"bb-base-date-picker__header\"\n\t\t:class=\"{ 'bb-base-date-picker__header--hidden': hidden }\"\n\t>\n\t\t<div class=\"bb-base-date-picker__year-container\">\n\t\t\t<SlideTransition :direction=\"direction\" :duration=\"500\" :gap=\"30\">\n\t\t\t\t<span\n\t\t\t\t\t:key=\"year\"\n\t\t\t\t\taria-live=\"polite\"\n\t\t\t\t\tclass=\"bb-base-date-picker__year-button\"\n\t\t\t\t>\n\t\t\t\t\t{{ year }}\n\t\t\t\t</span>\n\t\t\t</SlideTransition>\n\t\t</div>\n\t\t<div aria-live=\"polite\" class=\"bb-base-date-picker__selected-day-label\">\n\t\t\t<span class=\"bb-base-date-picker__weekday\"\n\t\t\t\t>{{ cursor.format('ddd') }},\n\t\t\t</span>\n\t\t\t<span class=\"bb-base-date-picker__monthday\">{{\n\t\t\t\tcursor.format('DD')\n\t\t\t}}</span>\n\t\t\t<span class=\"bb-base-date-picker__month-button\">\n\t\t\t\t{{ cursor.format('MMMM') }}\n\t\t\t</span>\n\t\t</div>\n\t</div>\n</template>\n\n<script setup lang=\"ts\">\nimport type { Dayjs } from 'dayjs';\nimport { ref } from 'vue';\nimport { watch } from 'vue';\nimport SlideTransition from '../Transitions/Slide.vue';\nimport { computed } from 'vue';\n\ntype Props = {\n\tcursor: Dayjs;\n\tdisabled: boolean;\n\thidden: boolean;\n};\nconst props = defineProps<Props>();\n\ndefineEmits<{\n\t(event: 'mode:year'): void;\n\t(event: 'mode:month'): void;\n}>();\n\nconst direction = ref<'top' | 'bottom'>('top');\nconst setSlideDirection = (\n\tcurrent: Dayjs | undefined,\n\tprevious: Dayjs | undefined\n) => {\n\tif (current && previous) {\n\t\tdirection.value = current.isBefore(previous) ? 'top' : 'bottom';\n\t}\n};\n\nwatch(\n\t() => props.cursor,\n\t(current, previous) => {\n\t\tsetSlideDirection(current, previous);\n\t}\n);\n\nconst year = computed(() => props.cursor.format('YYYY'));\n</script>\n"],"names":["props","__props","direction","ref","setSlideDirection","current","previous","watch","year","computed"],"mappings":";;;;;;;;;;;;;;AA0CA,UAAMA,IAAQC,GAORC,IAAYC,EAAsB,KAAK,GACvCC,IAAoB,CACzBC,GACAC,MACI;AACJ,MAAID,KAAWC,MACdJ,EAAU,QAAQG,EAAQ,SAASC,CAAQ,IAAI,QAAQ;AAAA,IACxD;AAGD,IAAAC;AAAA,MACC,MAAMP,EAAM;AAAA,MACZ,CAACK,GAASC,MAAa;AACtB,QAAAF,EAAkBC,GAASC,CAAQ;AAAA,MACpC;AAAA,IAAA;AAGD,UAAME,IAAOC,EAAS,MAAMT,EAAM,OAAO,OAAO,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index211.js
CHANGED
|
@@ -1,22 +1,40 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
1
|
+
import { defineComponent as _, computed as c, openBlock as n, createElementBlock as s, createElementVNode as h, Fragment as p, renderList as b, normalizeClass as k, toDisplayString as y } from "vue";
|
|
2
|
+
const f = { class: "bb-base-date-picker__month-selector" }, M = { class: "month-selector__content" }, v = ["disabled", "onClick"], C = /* @__PURE__ */ _({
|
|
3
|
+
__name: "BaseDatePickerMonthSelector",
|
|
4
|
+
props: {
|
|
5
|
+
cursor: {},
|
|
6
|
+
disabled: { type: Boolean }
|
|
7
|
+
},
|
|
8
|
+
emits: ["update:month"],
|
|
9
|
+
setup(l, { emit: d }) {
|
|
10
|
+
const r = l, m = d, i = c(() => r.cursor.month()), u = c(
|
|
11
|
+
() => new Array(12).fill(0).map((a, t) => {
|
|
12
|
+
const o = r.cursor.clone().startOf("year").add(t, "month");
|
|
13
|
+
return {
|
|
14
|
+
text: o.format("MMMM"),
|
|
15
|
+
key: o.unix(),
|
|
16
|
+
selected: o.month() === i.value,
|
|
17
|
+
handler: () => m("update:month", t)
|
|
18
|
+
};
|
|
19
|
+
})
|
|
20
|
+
);
|
|
21
|
+
return (a, t) => (n(), s("div", f, [
|
|
22
|
+
h("div", M, [
|
|
23
|
+
(n(!0), s(p, null, b(u.value, (e) => (n(), s("button", {
|
|
24
|
+
key: e.key,
|
|
25
|
+
class: k({
|
|
26
|
+
"month-selector__btn": !0,
|
|
27
|
+
"month-selector__btn--selected": e.selected
|
|
28
|
+
}),
|
|
29
|
+
disabled: a.disabled,
|
|
30
|
+
type: "button",
|
|
31
|
+
onClick: e.handler
|
|
32
|
+
}, y(e.text), 11, v))), 128))
|
|
33
|
+
])
|
|
34
|
+
]));
|
|
35
|
+
}
|
|
36
|
+
});
|
|
19
37
|
export {
|
|
20
|
-
|
|
38
|
+
C as default
|
|
21
39
|
};
|
|
22
40
|
//# sourceMappingURL=index211.js.map
|
package/dist/index211.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index211.js","sources":["../
|
|
1
|
+
{"version":3,"file":"index211.js","sources":["../src/components/BaseDatePicker/BaseDatePickerMonthSelector.vue"],"sourcesContent":["<template>\n\t<div class=\"bb-base-date-picker__month-selector\">\n\t\t<div class=\"month-selector__content\">\n\t\t\t<button\n\t\t\t\tv-for=\"option in options\"\n\t\t\t\t:key=\"option.key\"\n\t\t\t\t:class=\"{\n\t\t\t\t\t'month-selector__btn': true,\n\t\t\t\t\t'month-selector__btn--selected': option.selected,\n\t\t\t\t}\"\n\t\t\t\t:disabled=\"disabled\"\n\t\t\t\ttype=\"button\"\n\t\t\t\t@click=\"option.handler\"\n\t\t\t>\n\t\t\t\t{{ option.text }}\n\t\t\t</button>\n\t\t</div>\n\t</div>\n</template>\n\n<script setup lang=\"ts\">\nimport type { Dayjs } from 'dayjs';\nimport { computed } from 'vue';\n\ntype Props = {\n\tcursor: Dayjs;\n\tdisabled: boolean;\n};\nconst props = defineProps<Props>();\nconst emit = defineEmits<{\n\t(event: 'update:month', value: number): void;\n}>();\n\nconst month = computed(() => props.cursor.month());\n\nconst options = computed(() =>\n\tnew Array(12).fill(0).map((_: unknown, index) => {\n\t\tlet base = props.cursor.clone().startOf('year');\n\t\tconst d = base.add(index, 'month');\n\t\treturn {\n\t\t\ttext: d.format('MMMM'),\n\t\t\tkey: d.unix(),\n\t\t\tselected: d.month() === month.value,\n\t\t\thandler: () => emit('update:month', index),\n\t\t};\n\t})\n);\n</script>\n"],"names":["props","__props","emit","__emit","month","computed","options","_","index","d"],"mappings":";;;;;;;;;AA4BA,UAAMA,IAAQC,GACRC,IAAOC,GAIPC,IAAQC,EAAS,MAAML,EAAM,OAAO,OAAO,GAE3CM,IAAUD;AAAA,MAAS,MACxB,IAAI,MAAM,EAAE,EAAE,KAAK,CAAC,EAAE,IAAI,CAACE,GAAYC,MAAU;AAEhD,cAAMC,IADKT,EAAM,OAAO,MAAM,EAAE,QAAQ,MAAM,EAC/B,IAAIQ,GAAO,OAAO;AAC1B,eAAA;AAAA,UACN,MAAMC,EAAE,OAAO,MAAM;AAAA,UACrB,KAAKA,EAAE,KAAK;AAAA,UACZ,UAAUA,EAAE,MAAM,MAAML,EAAM;AAAA,UAC9B,SAAS,MAAMF,EAAK,gBAAgBM,CAAK;AAAA,QAAA;AAAA,MAC1C,CACA;AAAA,IAAA;;;;;;;;;;;;;;;;;"}
|
package/dist/index212.js
CHANGED
package/dist/index212.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index212.js","sources":[
|
|
1
|
+
{"version":3,"file":"index212.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
package/dist/index213.js
CHANGED
|
@@ -1,5 +1,44 @@
|
|
|
1
|
-
|
|
1
|
+
import { defineComponent as m, ref as p, computed as y, onMounted as b, openBlock as n, createElementBlock as a, createElementVNode as f, Fragment as k, renderList as h, unref as g, normalizeClass as v, toDisplayString as B } from "vue";
|
|
2
|
+
import { range as C } from "./index292.js";
|
|
3
|
+
const w = { class: "year-selector__content" }, x = ["disabled", "onClick"], o = 100, E = /* @__PURE__ */ m({
|
|
4
|
+
__name: "BaseDatePickerYearSelector",
|
|
5
|
+
props: {
|
|
6
|
+
cursor: {},
|
|
7
|
+
disabled: { type: Boolean }
|
|
8
|
+
},
|
|
9
|
+
emits: ["update:year"],
|
|
10
|
+
setup(c, { emit: l }) {
|
|
11
|
+
const i = c, d = l, r = p(), u = y(() => i.cursor.year()), s = (/* @__PURE__ */ new Date()).getFullYear() - o / 2, _ = C(s, s + o).map((e) => ({
|
|
12
|
+
text: e,
|
|
13
|
+
key: e,
|
|
14
|
+
selected: e === u.value,
|
|
15
|
+
handler: () => d("update:year", e)
|
|
16
|
+
}));
|
|
17
|
+
return b(() => {
|
|
18
|
+
if (!r.value) return;
|
|
19
|
+
const e = r.value.querySelector(".year-selector__btn--selected");
|
|
20
|
+
e && e.scrollIntoView({ inline: "nearest", block: "center" });
|
|
21
|
+
}), (e, D) => (n(), a("div", {
|
|
22
|
+
ref_key: "container",
|
|
23
|
+
ref: r,
|
|
24
|
+
class: "bb-base-date-picker__year-selector"
|
|
25
|
+
}, [
|
|
26
|
+
f("div", w, [
|
|
27
|
+
(n(!0), a(k, null, h(g(_), (t) => (n(), a("button", {
|
|
28
|
+
key: t.key,
|
|
29
|
+
class: v({
|
|
30
|
+
"year-selector__btn": !0,
|
|
31
|
+
"year-selector__btn--selected": t.selected
|
|
32
|
+
}),
|
|
33
|
+
disabled: e.disabled,
|
|
34
|
+
type: "button",
|
|
35
|
+
onClick: t.handler
|
|
36
|
+
}, B(t.text), 11, x))), 128))
|
|
37
|
+
])
|
|
38
|
+
], 512));
|
|
39
|
+
}
|
|
40
|
+
});
|
|
2
41
|
export {
|
|
3
|
-
|
|
42
|
+
E as default
|
|
4
43
|
};
|
|
5
44
|
//# sourceMappingURL=index213.js.map
|
package/dist/index213.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index213.js","sources":["../src/
|
|
1
|
+
{"version":3,"file":"index213.js","sources":["../src/components/BaseDatePicker/BaseDatePickerYearSelector.vue"],"sourcesContent":["<template>\n\t<div ref=\"container\" class=\"bb-base-date-picker__year-selector\">\n\t\t<div class=\"year-selector__content\">\n\t\t\t<button\n\t\t\t\tv-for=\"option in options\"\n\t\t\t\t:key=\"option.key\"\n\t\t\t\t:class=\"{\n\t\t\t\t\t'year-selector__btn': true,\n\t\t\t\t\t'year-selector__btn--selected': option.selected,\n\t\t\t\t}\"\n\t\t\t\t:disabled=\"disabled\"\n\t\t\t\ttype=\"button\"\n\t\t\t\t@click=\"option.handler\"\n\t\t\t>\n\t\t\t\t{{ option.text }}\n\t\t\t</button>\n\t\t</div>\n\t</div>\n</template>\n\n<script setup lang=\"ts\">\nimport type { Dayjs } from 'dayjs';\nimport { computed, onMounted } from 'vue';\nimport { range } from '@/utilities/functions/range';\nimport { ref } from 'vue';\n\ntype Props = {\n\tcursor: Dayjs;\n\tdisabled: boolean;\n};\nconst props = defineProps<Props>();\nconst emit = defineEmits<{\n\t(event: 'update:year', value: number): void;\n}>();\n\nconst container = ref<HTMLElement>();\n\nconst year = computed(() => props.cursor.year());\n\nconst howMany = 100;\nconst startingYear = new Date().getFullYear() - howMany / 2;\n\nconst options = range(startingYear, startingYear + howMany).map((y) => {\n\treturn {\n\t\ttext: y,\n\t\tkey: y,\n\t\tselected: y === year.value,\n\t\thandler: () => emit('update:year', y),\n\t};\n});\nonMounted(() => {\n\tif (!container.value) return;\n\tconst el = container.value.querySelector('.year-selector__btn--selected');\n\tif (!el) return;\n\tel.scrollIntoView({ inline: 'nearest', block: 'center' });\n});\n</script>\n"],"names":["howMany","props","__props","emit","__emit","container","ref","year","computed","startingYear","options","range","y","onMounted","el"],"mappings":";;4EAuCMA,IAAU;;;;;;;;AAThB,UAAMC,IAAQC,GACRC,IAAOC,GAIPC,IAAYC,KAEZC,IAAOC,EAAS,MAAMP,EAAM,OAAO,MAAM,GAGzCQ,KAAmB,oBAAA,KAAA,GAAO,gBAAgBT,IAAU,GAEpDU,IAAUC,EAAMF,GAAcA,IAAeT,CAAO,EAAE,IAAI,CAACY,OACzD;AAAA,MACN,MAAMA;AAAA,MACN,KAAKA;AAAA,MACL,UAAUA,MAAML,EAAK;AAAA,MACrB,SAAS,MAAMJ,EAAK,eAAeS,CAAC;AAAA,IAAA,EAErC;AACD,WAAAC,EAAU,MAAM;AACX,UAAA,CAACR,EAAU,MAAO;AACtB,YAAMS,IAAKT,EAAU,MAAM,cAAc,+BAA+B;AACxE,MAAKS,KACLA,EAAG,eAAe,EAAE,QAAQ,WAAW,OAAO,UAAU;AAAA,IAAA,CACxD;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/index214.js
CHANGED
|
@@ -1,177 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
var V = Object.defineProperty, P = (a, t, e) => t in a ? V(a, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : a[t] = e, g = (a, t, e) => (P(a, typeof t != "symbol" ? t + "" : t, e), e);
|
|
3
|
-
const R = {
|
|
4
|
-
"#": { pattern: /[0-9]/ },
|
|
5
|
-
"@": { pattern: /[a-zA-Z]/ },
|
|
6
|
-
"*": { pattern: /[a-zA-Z0-9]/ }
|
|
7
|
-
};
|
|
8
|
-
class b {
|
|
9
|
-
constructor(t = {}) {
|
|
10
|
-
g(this, "opts", {}), g(this, "memo", /* @__PURE__ */ new Map());
|
|
11
|
-
const e = { ...t };
|
|
12
|
-
if (e.tokens != null) {
|
|
13
|
-
e.tokens = e.tokensReplace ? { ...e.tokens } : { ...R, ...e.tokens };
|
|
14
|
-
for (const s of Object.values(e.tokens))
|
|
15
|
-
typeof s.pattern == "string" && (s.pattern = new RegExp(s.pattern));
|
|
16
|
-
} else
|
|
17
|
-
e.tokens = R;
|
|
18
|
-
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;
|
|
19
|
-
}
|
|
20
|
-
masked(t) {
|
|
21
|
-
return this.process(t, this.findMask(t));
|
|
22
|
-
}
|
|
23
|
-
unmasked(t) {
|
|
24
|
-
return this.process(t, this.findMask(t), !1);
|
|
25
|
-
}
|
|
26
|
-
isEager() {
|
|
27
|
-
return this.opts.eager === !0;
|
|
28
|
-
}
|
|
29
|
-
isReversed() {
|
|
30
|
-
return this.opts.reversed === !0;
|
|
31
|
-
}
|
|
32
|
-
completed(t) {
|
|
33
|
-
const e = this.findMask(t);
|
|
34
|
-
if (this.opts.mask == null || e == null)
|
|
35
|
-
return !1;
|
|
36
|
-
const s = this.process(t, e).length;
|
|
37
|
-
return typeof this.opts.mask == "string" ? s >= this.opts.mask.length : typeof this.opts.mask == "function" ? s >= e.length : this.opts.mask.filter((n) => s >= n.length).length === this.opts.mask.length;
|
|
38
|
-
}
|
|
39
|
-
findMask(t) {
|
|
40
|
-
const e = this.opts.mask;
|
|
41
|
-
if (e == null)
|
|
42
|
-
return null;
|
|
43
|
-
if (typeof e == "string")
|
|
44
|
-
return e;
|
|
45
|
-
if (typeof e == "function")
|
|
46
|
-
return e(t);
|
|
47
|
-
const s = this.process(t, e.slice(-1).pop() ?? "", !1);
|
|
48
|
-
return e.find((n) => this.process(t, n, !1).length >= s.length) ?? "";
|
|
49
|
-
}
|
|
50
|
-
escapeMask(t) {
|
|
51
|
-
const e = [], s = [];
|
|
52
|
-
return t.split("").forEach((n, i) => {
|
|
53
|
-
n === "!" && t[i - 1] !== "!" ? s.push(i - s.length) : e.push(n);
|
|
54
|
-
}), { mask: e.join(""), escaped: s };
|
|
55
|
-
}
|
|
56
|
-
process(t, e, s = !0) {
|
|
57
|
-
if (e == null)
|
|
58
|
-
return t;
|
|
59
|
-
const n = `value=${t},mask=${e},masked=${s ? 1 : 0}`;
|
|
60
|
-
if (this.memo.has(n))
|
|
61
|
-
return this.memo.get(n);
|
|
62
|
-
const { mask: i, escaped: p } = this.escapeMask(e), o = [], k = this.opts.tokens != null ? this.opts.tokens : {}, l = this.isReversed() ? -1 : 1, m = this.isReversed() ? "unshift" : "push", c = this.isReversed() ? 0 : i.length - 1, T = this.isReversed() ? () => r > -1 && u > -1 : () => r < i.length && u < t.length, S = (d) => !this.isReversed() && d <= c || this.isReversed() && d >= c;
|
|
63
|
-
let E, f = -1, r = this.isReversed() ? i.length - 1 : 0, u = this.isReversed() ? t.length - 1 : 0, y = !1;
|
|
64
|
-
for (; T(); ) {
|
|
65
|
-
const d = i.charAt(r), h = k[d], v = (h == null ? void 0 : h.transform) != null ? h.transform(t.charAt(u)) : t.charAt(u);
|
|
66
|
-
if (!p.includes(r) && h != null ? (v.match(h.pattern) != null ? (o[m](v), h.repeated ? (f === -1 ? f = r : r === c && r !== f && (r = f - l), c === f && (r -= l)) : h.multiple && (y = !0, r -= l), r += l) : h.multiple ? y && (r += l, u -= l, y = !1) : v === E ? E = void 0 : h.optional && (r += l, u -= l), u += l) : (s && !this.isEager() && o[m](d), v === d && !this.isEager() ? u += l : E = d, this.isEager() || (r += l)), this.isEager())
|
|
67
|
-
for (; S(r) && (k[i.charAt(r)] == null || p.includes(r)); )
|
|
68
|
-
s ? o[m](i.charAt(r)) : i.charAt(r) === t.charAt(u) && (u += l), r += l;
|
|
69
|
-
}
|
|
70
|
-
return this.memo.set(n, o.join("")), this.memo.get(n);
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
const O = (a) => JSON.parse(a.replaceAll("'", '"')), w = (a, t = {}) => {
|
|
74
|
-
const e = { ...t };
|
|
75
|
-
return a.dataset.maska != null && a.dataset.maska !== "" && (e.mask = W(a.dataset.maska)), a.dataset.maskaEager != null && (e.eager = M(a.dataset.maskaEager)), a.dataset.maskaReversed != null && (e.reversed = M(a.dataset.maskaReversed)), a.dataset.maskaTokensReplace != null && (e.tokensReplace = M(a.dataset.maskaTokensReplace)), a.dataset.maskaTokens != null && (e.tokens = j(a.dataset.maskaTokens)), e;
|
|
76
|
-
}, M = (a) => a !== "" ? !!JSON.parse(a) : !0, W = (a) => a.startsWith("[") && a.endsWith("]") ? O(a) : a, j = (a) => {
|
|
77
|
-
if (a.startsWith("{") && a.endsWith("}"))
|
|
78
|
-
return O(a);
|
|
79
|
-
const t = {};
|
|
80
|
-
return a.split("|").forEach((e) => {
|
|
81
|
-
const s = e.split(":");
|
|
82
|
-
t[s[0]] = {
|
|
83
|
-
pattern: new RegExp(s[1]),
|
|
84
|
-
optional: s[2] === "optional",
|
|
85
|
-
multiple: s[2] === "multiple",
|
|
86
|
-
repeated: s[2] === "repeated"
|
|
87
|
-
};
|
|
88
|
-
}), t;
|
|
89
|
-
};
|
|
90
|
-
class L {
|
|
91
|
-
constructor(t, e = {}) {
|
|
92
|
-
g(this, "items", /* @__PURE__ */ new Map()), g(this, "beforeinputEvent", (s) => {
|
|
93
|
-
const n = s.target, i = this.items.get(n);
|
|
94
|
-
i.isEager() && "inputType" in s && s.inputType.startsWith("delete") && i.unmasked(n.value).length <= 1 && this.setMaskedValue(n, "");
|
|
95
|
-
}), g(this, "inputEvent", (s) => {
|
|
96
|
-
if (s instanceof CustomEvent && s.type === "input" && s.detail != null && typeof s.detail == "object" && "masked" in s.detail)
|
|
97
|
-
return;
|
|
98
|
-
const n = s.target, i = this.items.get(n), p = n.value, o = n.selectionStart, k = n.selectionEnd;
|
|
99
|
-
let l = p;
|
|
100
|
-
if (i.isEager()) {
|
|
101
|
-
const m = i.masked(p), c = i.unmasked(p);
|
|
102
|
-
c === "" && "data" in s && s.data != null ? l = s.data : c !== i.unmasked(m) && (l = c);
|
|
103
|
-
}
|
|
104
|
-
if (this.setMaskedValue(n, l), "inputType" in s && (s.inputType.startsWith("delete") || o != null && o < p.length))
|
|
105
|
-
try {
|
|
106
|
-
n.setSelectionRange(o, k);
|
|
107
|
-
} catch {
|
|
108
|
-
}
|
|
109
|
-
}), this.options = e, typeof t == "string" ? this.init(
|
|
110
|
-
Array.from(document.querySelectorAll(t)),
|
|
111
|
-
this.getMaskOpts(e)
|
|
112
|
-
) : this.init(
|
|
113
|
-
"length" in t ? Array.from(t) : [t],
|
|
114
|
-
this.getMaskOpts(e)
|
|
115
|
-
);
|
|
116
|
-
}
|
|
117
|
-
destroy() {
|
|
118
|
-
for (const t of this.items.keys())
|
|
119
|
-
t.removeEventListener("input", this.inputEvent), t.removeEventListener("beforeinput", this.beforeinputEvent);
|
|
120
|
-
this.items.clear();
|
|
121
|
-
}
|
|
122
|
-
needUpdateOptions(t, e) {
|
|
123
|
-
const s = this.items.get(t), n = new b(w(t, this.getMaskOpts(e)));
|
|
124
|
-
return JSON.stringify(s.opts) !== JSON.stringify(n.opts);
|
|
125
|
-
}
|
|
126
|
-
needUpdateValue(t) {
|
|
127
|
-
const e = t.dataset.maskaValue;
|
|
128
|
-
return e == null && t.value !== "" || e != null && e !== t.value;
|
|
129
|
-
}
|
|
130
|
-
getMaskOpts(t) {
|
|
131
|
-
const { onMaska: e, preProcess: s, postProcess: n, ...i } = t;
|
|
132
|
-
return i;
|
|
133
|
-
}
|
|
134
|
-
init(t, e) {
|
|
135
|
-
for (const s of t) {
|
|
136
|
-
const n = new b(w(s, e));
|
|
137
|
-
this.items.set(s, n), s.value !== "" && this.setMaskedValue(s, s.value), s.addEventListener("input", this.inputEvent), s.addEventListener("beforeinput", this.beforeinputEvent);
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
setMaskedValue(t, e) {
|
|
141
|
-
const s = this.items.get(t);
|
|
142
|
-
this.options.preProcess != null && (e = this.options.preProcess(e));
|
|
143
|
-
const n = s.masked(e), i = s.unmasked(s.isEager() ? n : e), p = s.completed(e), o = { masked: n, unmasked: i, completed: p };
|
|
144
|
-
e = n, this.options.postProcess != null && (e = this.options.postProcess(e)), t.value = e, t.dataset.maskaValue = e, this.options.onMaska != null && (Array.isArray(this.options.onMaska) ? this.options.onMaska.forEach((k) => k(o)) : this.options.onMaska(o)), t.dispatchEvent(new CustomEvent("maska", { detail: o })), t.dispatchEvent(new CustomEvent("input", { detail: o }));
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
const A = /* @__PURE__ */ new WeakMap(), C = (a) => {
|
|
148
|
-
setTimeout(() => {
|
|
149
|
-
var t;
|
|
150
|
-
((t = A.get(a)) == null ? void 0 : t.needUpdateValue(a)) === !0 && a.dispatchEvent(new CustomEvent("input"));
|
|
151
|
-
});
|
|
152
|
-
}, J = (a, t) => {
|
|
153
|
-
const e = a instanceof HTMLInputElement ? a : a.querySelector("input"), s = { ...t.arg };
|
|
154
|
-
if (e == null || (e == null ? void 0 : e.type) === "file")
|
|
155
|
-
return;
|
|
156
|
-
C(e);
|
|
157
|
-
const n = A.get(e);
|
|
158
|
-
if (n != null) {
|
|
159
|
-
if (!n.needUpdateOptions(e, s))
|
|
160
|
-
return;
|
|
161
|
-
n.destroy();
|
|
162
|
-
}
|
|
163
|
-
if (t.value != null) {
|
|
164
|
-
const i = t.value, p = (o) => {
|
|
165
|
-
i.masked = o.masked, i.unmasked = o.unmasked, i.completed = o.completed;
|
|
166
|
-
};
|
|
167
|
-
s.onMaska = s.onMaska == null ? p : Array.isArray(s.onMaska) ? [...s.onMaska, p] : [s.onMaska, p];
|
|
168
|
-
}
|
|
169
|
-
A.set(e, new L(e, s));
|
|
170
|
-
};
|
|
1
|
+
const s = (r) => !!r && !!r.match(/^(#|var\(--|(rgb|hsl)a?\()/);
|
|
171
2
|
export {
|
|
172
|
-
|
|
173
|
-
L as MaskInput,
|
|
174
|
-
R as tokens,
|
|
175
|
-
J as vMaska
|
|
3
|
+
s as isCssColor
|
|
176
4
|
};
|
|
177
5
|
//# sourceMappingURL=index214.js.map
|
package/dist/index214.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index214.js","sources":["../node_modules/maska/dist/maska.js"],"sourcesContent":["/*! maska v2.1.11 | (c) Alexander Shabunevich | Released under the MIT license */\nvar S = Object.defineProperty;\nvar P = (n, t, s) => t in n ? S(n, t, { enumerable: !0, configurable: !0, writable: !0, value: s }) : n[t] = s;\nvar m = (n, t, s) => (P(n, typeof t != \"symbol\" ? t + \"\" : t, s), s);\nconst R = {\n \"#\": { pattern: /[0-9]/ },\n \"@\": { pattern: /[a-zA-Z]/ },\n \"*\": { pattern: /[a-zA-Z0-9]/ }\n};\nclass O {\n constructor(t = {}) {\n m(this, \"opts\", {});\n m(this, \"memo\", /* @__PURE__ */ new Map());\n const s = { ...t };\n if (s.tokens != null) {\n s.tokens = s.tokensReplace ? { ...s.tokens } : { ...R, ...s.tokens };\n for (const e of Object.values(s.tokens))\n typeof e.pattern == \"string\" && (e.pattern = new RegExp(e.pattern));\n } else\n s.tokens = R;\n Array.isArray(s.mask) && (s.mask.length > 1 ? s.mask = [...s.mask].sort((e, a) => e.length - a.length) : s.mask = s.mask[0] ?? \"\"), s.mask === \"\" && (s.mask = null), this.opts = s;\n }\n masked(t) {\n return this.process(t, this.findMask(t));\n }\n unmasked(t) {\n return this.process(t, this.findMask(t), !1);\n }\n isEager() {\n return this.opts.eager === !0;\n }\n isReversed() {\n return this.opts.reversed === !0;\n }\n completed(t) {\n const s = this.findMask(t);\n if (this.opts.mask == null || s == null)\n return !1;\n const e = this.process(t, s).length;\n return typeof this.opts.mask == \"string\" ? e >= this.opts.mask.length : typeof this.opts.mask == \"function\" ? e >= s.length : this.opts.mask.filter((a) => e >= a.length).length === this.opts.mask.length;\n }\n findMask(t) {\n const s = this.opts.mask;\n if (s == null)\n return null;\n if (typeof s == \"string\")\n return s;\n if (typeof s == \"function\")\n return s(t);\n const e = this.process(t, s.slice(-1).pop() ?? \"\", !1);\n return s.find((a) => this.process(t, a, !1).length >= e.length) ?? \"\";\n }\n escapeMask(t) {\n const s = [], e = [];\n return t.split(\"\").forEach((a, i) => {\n a === \"!\" && t[i - 1] !== \"!\" ? e.push(i - e.length) : s.push(a);\n }), { mask: s.join(\"\"), escaped: e };\n }\n process(t, s, e = !0) {\n if (s == null)\n return t;\n const a = `value=${t},mask=${s},masked=${e ? 1 : 0}`;\n if (this.memo.has(a))\n return this.memo.get(a);\n const { mask: i, escaped: c } = this.escapeMask(s), r = [], f = this.opts.tokens != null ? this.opts.tokens : {}, l = this.isReversed() ? -1 : 1, M = this.isReversed() ? \"unshift\" : \"push\", u = this.isReversed() ? 0 : i.length - 1, C = this.isReversed() ? () => o > -1 && p > -1 : () => o < i.length && p < t.length, V = (k) => !this.isReversed() && k <= u || this.isReversed() && k >= u;\n let E, d = -1, o = this.isReversed() ? i.length - 1 : 0, p = this.isReversed() ? t.length - 1 : 0, y = !1;\n for (; C(); ) {\n const k = i.charAt(o), h = f[k], g = (h == null ? void 0 : h.transform) != null ? h.transform(t.charAt(p)) : t.charAt(p);\n if (!c.includes(o) && h != null ? (g.match(h.pattern) != null ? (r[M](g), h.repeated ? (d === -1 ? d = o : o === u && o !== d && (o = d - l), u === d && (o -= l)) : h.multiple && (y = !0, o -= l), o += l) : h.multiple ? y && (o += l, p -= l, y = !1) : g === E ? E = void 0 : h.optional && (o += l, p -= l), p += l) : (e && !this.isEager() && r[M](k), g === k && !this.isEager() ? p += l : E = k, this.isEager() || (o += l)), this.isEager())\n for (; V(o) && (f[i.charAt(o)] == null || c.includes(o)); )\n e ? r[M](i.charAt(o)) : i.charAt(o) === t.charAt(p) && (p += l), o += l;\n }\n return this.memo.set(a, r.join(\"\")), this.memo.get(a);\n }\n}\nconst T = (n) => JSON.parse(n.replaceAll(\"'\", '\"')), w = (n, t = {}) => {\n const s = { ...t };\n return n.dataset.maska != null && n.dataset.maska !== \"\" && (s.mask = W(n.dataset.maska)), n.dataset.maskaEager != null && (s.eager = v(n.dataset.maskaEager)), n.dataset.maskaReversed != null && (s.reversed = v(n.dataset.maskaReversed)), n.dataset.maskaTokensReplace != null && (s.tokensReplace = v(n.dataset.maskaTokensReplace)), n.dataset.maskaTokens != null && (s.tokens = b(n.dataset.maskaTokens)), s;\n}, v = (n) => n !== \"\" ? !!JSON.parse(n) : !0, W = (n) => n.startsWith(\"[\") && n.endsWith(\"]\") ? T(n) : n, b = (n) => {\n if (n.startsWith(\"{\") && n.endsWith(\"}\"))\n return T(n);\n const t = {};\n return n.split(\"|\").forEach((s) => {\n const e = s.split(\":\");\n t[e[0]] = {\n pattern: new RegExp(e[1]),\n optional: e[2] === \"optional\",\n multiple: e[2] === \"multiple\",\n repeated: e[2] === \"repeated\"\n };\n }), t;\n};\nclass L {\n constructor(t, s = {}) {\n m(this, \"items\", /* @__PURE__ */ new Map());\n m(this, \"beforeinputEvent\", (t) => {\n const s = t.target, e = this.items.get(s);\n e.isEager() && \"inputType\" in t && t.inputType.startsWith(\"delete\") && e.unmasked(s.value).length <= 1 && this.setMaskedValue(s, \"\");\n });\n m(this, \"inputEvent\", (t) => {\n if (t instanceof CustomEvent && t.type === \"input\" && t.detail != null && typeof t.detail == \"object\" && \"masked\" in t.detail)\n return;\n const s = t.target, e = this.items.get(s), a = s.value, i = s.selectionStart, c = s.selectionEnd;\n let r = a;\n if (e.isEager()) {\n const f = e.masked(a), l = e.unmasked(a);\n l === \"\" && \"data\" in t && t.data != null ? r = t.data : l !== e.unmasked(f) && (r = l);\n }\n if (this.setMaskedValue(s, r), \"inputType\" in t && (t.inputType.startsWith(\"delete\") || i != null && i < a.length))\n try {\n s.setSelectionRange(i, c);\n } catch {\n }\n });\n this.options = s, typeof t == \"string\" ? this.init(\n Array.from(document.querySelectorAll(t)),\n this.getMaskOpts(s)\n ) : this.init(\n \"length\" in t ? Array.from(t) : [t],\n this.getMaskOpts(s)\n );\n }\n destroy() {\n for (const t of this.items.keys())\n t.removeEventListener(\"input\", this.inputEvent), t.removeEventListener(\"beforeinput\", this.beforeinputEvent);\n this.items.clear();\n }\n needUpdateOptions(t, s) {\n const e = this.items.get(t), a = new O(w(t, this.getMaskOpts(s)));\n return JSON.stringify(e.opts) !== JSON.stringify(a.opts);\n }\n needUpdateValue(t) {\n const s = t.dataset.maskaValue;\n return s == null && t.value !== \"\" || s != null && s !== t.value;\n }\n getMaskOpts(t) {\n const { onMaska: s, preProcess: e, postProcess: a, ...i } = t;\n return i;\n }\n init(t, s) {\n for (const e of t) {\n const a = new O(w(e, s));\n this.items.set(e, a), e.value !== \"\" && this.setMaskedValue(e, e.value), e.addEventListener(\"input\", this.inputEvent), e.addEventListener(\"beforeinput\", this.beforeinputEvent);\n }\n }\n setMaskedValue(t, s) {\n const e = this.items.get(t);\n this.options.preProcess != null && (s = this.options.preProcess(s));\n const a = e.masked(s), i = e.unmasked(e.isEager() ? a : s), c = e.completed(s), r = { masked: a, unmasked: i, completed: c };\n s = a, this.options.postProcess != null && (s = this.options.postProcess(s)), t.value = s, t.dataset.maskaValue = s, this.options.onMaska != null && (Array.isArray(this.options.onMaska) ? this.options.onMaska.forEach((f) => f(r)) : this.options.onMaska(r)), t.dispatchEvent(new CustomEvent(\"maska\", { detail: r })), t.dispatchEvent(new CustomEvent(\"input\", { detail: r }));\n }\n}\nconst A = /* @__PURE__ */ new WeakMap(), J = (n) => {\n setTimeout(() => {\n var t;\n ((t = A.get(n)) == null ? void 0 : t.needUpdateValue(n)) === !0 && n.dispatchEvent(new CustomEvent(\"input\"));\n });\n}, j = (n, t) => {\n const s = n instanceof HTMLInputElement ? n : n.querySelector(\"input\"), e = { ...t.arg };\n if (s == null || (s == null ? void 0 : s.type) === \"file\")\n return;\n J(s);\n const a = A.get(s);\n if (a != null) {\n if (!a.needUpdateOptions(s, e))\n return;\n a.destroy();\n }\n if (t.value != null) {\n const i = t.value, c = (r) => {\n i.masked = r.masked, i.unmasked = r.unmasked, i.completed = r.completed;\n };\n e.onMaska = e.onMaska == null ? c : Array.isArray(e.onMaska) ? [...e.onMaska, c] : [e.onMaska, c];\n }\n A.set(s, new L(s, e));\n};\nexport {\n O as Mask,\n L as MaskInput,\n R as tokens,\n j as vMaska\n};\n"],"names":["S","n","s","m","O","e","a","c","r","f","M","u","C","o","p","V","k","d","g","T","v","b","t","i","l","J","j"],"mappings":"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","x_google_ignoreList":[0]}
|
|
1
|
+
{"version":3,"file":"index214.js","sources":["../src/utilities/functions/isCssColor.ts"],"sourcesContent":["/**\n * Taken from vuetify colorable mixin\n * https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/mixins/colorable/index.ts\n */\nexport const isCssColor = (color: string): boolean => {\n\treturn !!color && !!color.match(/^(#|var\\(--|(rgb|hsl)a?\\()/);\n};\n"],"names":["isCssColor","color"],"mappings":"AAIa,MAAAA,IAAa,CAACC,MACnB,CAAC,CAACA,KAAS,CAAC,CAACA,EAAM,MAAM,4BAA4B;"}
|
package/dist/index215.js
CHANGED
|
@@ -1,45 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
import c from "./index121.js";
|
|
4
|
-
/* empty css */
|
|
5
|
-
import l from "./index123.js";
|
|
6
|
-
/* empty css */
|
|
7
|
-
import d from "./index279.js";
|
|
8
|
-
const u = { class: "bb-common-input-inner-container" }, f = { class: "bb-common-input-inner-container__prefix" }, _ = { class: "bb-common-input-inner-container__suffix" }, N = /* @__PURE__ */ a({
|
|
9
|
-
__name: "CommonInputInnerContainer",
|
|
10
|
-
props: {
|
|
11
|
-
"append:icon": {},
|
|
12
|
-
"prepend:icon": {}
|
|
13
|
-
},
|
|
14
|
-
setup($) {
|
|
15
|
-
return (n, b) => (o(), m("span", u, [
|
|
16
|
-
e(n.$slots, "prepend", {}, () => [
|
|
17
|
-
r("span", f, [
|
|
18
|
-
e(n.$slots, "prefix")
|
|
19
|
-
])
|
|
20
|
-
]),
|
|
21
|
-
n.$props["prepend:icon"] ? (o(), t(p(c), {
|
|
22
|
-
key: 0,
|
|
23
|
-
class: "bb-common-input-inner-container__prepend-icon",
|
|
24
|
-
type: n.$props["prepend:icon"]
|
|
25
|
-
}, null, 8, ["type"])) : s("", !0),
|
|
26
|
-
e(n.$slots, "default"),
|
|
27
|
-
i(p(l)),
|
|
28
|
-
i(d),
|
|
29
|
-
n.$props["append:icon"] ? (o(), t(p(c), {
|
|
30
|
-
key: 1,
|
|
31
|
-
class: "bb-common-input-inner-container__append-icon",
|
|
32
|
-
type: n.$props["append:icon"]
|
|
33
|
-
}, null, 8, ["type"])) : s("", !0),
|
|
34
|
-
e(n.$slots, "append", {}, () => [
|
|
35
|
-
r("span", _, [
|
|
36
|
-
e(n.$slots, "suffix")
|
|
37
|
-
])
|
|
38
|
-
])
|
|
39
|
-
]));
|
|
40
|
-
}
|
|
41
|
-
});
|
|
1
|
+
import { curry as e } from "./index260.js";
|
|
2
|
+
const t = (n, o, r) => n(r) ? o(r) : r, s = e(t);
|
|
42
3
|
export {
|
|
43
|
-
|
|
4
|
+
t as baseWhen,
|
|
5
|
+
s as when
|
|
44
6
|
};
|
|
45
7
|
//# sourceMappingURL=index215.js.map
|
package/dist/index215.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index215.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index215.js","sources":["../src/utilities/functions/when.ts"],"sourcesContent":["import { curry } from './curry';\n/**\n * Runs fn on item if iteratee(item) is thruthy\n * @param iteratee The test\n * @param item The item to test\n * @param fn The transformer function\n * @returns\n */\nexport const baseWhen = <T, U>(\n\titeratee: (item: T) => boolean,\n\tfn: (item: T) => U,\n\titem: T\n) => {\n\tif (iteratee(item)) return fn(item);\n\treturn item;\n};\n\nexport const when = curry(baseWhen);\n"],"names":["baseWhen","iteratee","fn","item","when","curry"],"mappings":";AAQO,MAAMA,IAAW,CACvBC,GACAC,GACAC,MAEIF,EAASE,CAAI,IAAUD,EAAGC,CAAI,IAC3BA,GAGKC,IAAOC,EAAML,CAAQ;"}
|
package/dist/index216.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index216.js","sources":["../src/utilities/functions/booleanishToBoolean.ts"],"sourcesContent":["/**\n * Accepts a booleanish input and returns a boolean value\n * @param input booleanish input\n * @returns\n */\nexport const booleanishToBoolean = (input: boolean | 'true' | 'false') => {\n\tif (typeof input === 'boolean') return input;\n\telse return input === 'true';\n};\n"],"names":["booleanishToBoolean","input"],"mappings":"AAKa,MAAAA,IAAsB,CAACC,MAC/B,OAAOA,KAAU,YAAkBA,IAC3BA,MAAU;"}
|
package/dist/index217.js
CHANGED
|
@@ -1,16 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
/* empty css */
|
|
3
|
-
import r from "./index258.js";
|
|
4
|
-
const s = {}, c = { class: "bb-common-input-outer-container" };
|
|
5
|
-
function p(o, a) {
|
|
6
|
-
return t(), n("span", c, [
|
|
7
|
-
e(o.$slots, "prepend-outer"),
|
|
8
|
-
e(o.$slots, "default"),
|
|
9
|
-
e(o.$slots, "append-outer")
|
|
10
|
-
]);
|
|
11
|
-
}
|
|
12
|
-
const i = /* @__PURE__ */ r(s, [["render", p]]);
|
|
1
|
+
const n = (t, a, m) => Math.min(Math.max(t, a), m);
|
|
13
2
|
export {
|
|
14
|
-
|
|
3
|
+
n as clamp
|
|
15
4
|
};
|
|
16
5
|
//# sourceMappingURL=index217.js.map
|
package/dist/index217.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index217.js","sources":["../src/
|
|
1
|
+
{"version":3,"file":"index217.js","sources":["../src/utilities/functions/clamp.ts"],"sourcesContent":["/**\n * Returns value ensuring it doesn't go below min and exceed max.\n * EXAMPLE: clamp(5, 7, 20) === 7\n * @param value The value to clamp\n * @param min Minimum bound\n * @param max Maximum bound\n * @returns\n */\n\nexport const clamp = (value: number, min: number, max: number) => {\n\treturn Math.min(Math.max(value, min), max);\n};\n"],"names":["clamp","value","min","max"],"mappings":"AASO,MAAMA,IAAQ,CAACC,GAAeC,GAAaC,MAC1C,KAAK,IAAI,KAAK,IAAIF,GAAOC,CAAG,GAAGC,CAAG;"}
|