bitboss-ui 2.1.102 → 2.1.104
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/BaseColorInput/BaseColorInput.vue.d.ts +21 -47
- package/dist/components/BaseColorInput/ColorPalette.vue.d.ts +36 -0
- package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +1 -1
- package/dist/components/BbColorInput/BbColorInput.vue.d.ts +17 -0
- package/dist/components/BbColorPalette/BbColorPalette.vue.d.ts +207 -0
- package/dist/components/BbSelectPopover/BbSelectPopover.vue.d.ts +277 -0
- package/dist/components/FlatListBox.vue.d.ts +4 -1
- package/dist/components/GroupedListBox.vue.d.ts +4 -1
- package/dist/components/ListBox.vue.d.ts +5 -1
- package/dist/composables/useCoherence.d.ts +1 -0
- package/dist/composables/usePrefill.d.ts +13 -3
- package/dist/i18n/en.d.ts +5 -0
- package/dist/i18n/it.d.ts +5 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +79 -77
- package/dist/index109.js +132 -175
- package/dist/index11.js +1 -1
- package/dist/index110.js +185 -0
- package/dist/{index115.js → index116.js} +1 -1
- package/dist/index12.js +2 -2
- package/dist/{index121.js → index122.js} +10 -10
- package/dist/{index123.js → index124.js} +15 -17
- package/dist/index13.js +6 -6
- package/dist/{index131.js → index132.js} +1 -1
- package/dist/{index133.js → index134.js} +6 -6
- package/dist/{index135.js → index136.js} +1 -1
- package/dist/{index137.js → index138.js} +4 -4
- package/dist/index14.js +1 -1
- package/dist/index140.js +13 -11
- package/dist/index141.js +11 -2
- package/dist/index142.js +2 -419
- package/dist/index143.js +417 -7
- package/dist/index144.js +8 -8
- package/dist/index145.js +9 -25
- package/dist/index146.js +25 -2
- package/dist/index147.js +2 -5
- package/dist/index148.js +5 -6
- package/dist/index149.js +5 -4
- package/dist/index150.js +5 -3
- package/dist/index151.js +1 -1
- package/dist/index152.js +1 -1
- package/dist/index153.js +1 -1
- package/dist/index154.js +1 -1
- package/dist/index155.js +1 -1
- package/dist/index156.js +1 -1
- package/dist/index157.js +1 -1
- package/dist/index158.js +1 -1
- package/dist/index159.js +1 -1
- package/dist/index16.js +80 -94
- package/dist/index160.js +1 -1
- package/dist/index161.js +1 -1
- package/dist/index162.js +1 -1
- package/dist/index163.js +1 -1
- package/dist/index164.js +1 -1
- package/dist/index165.js +1 -1
- package/dist/index166.js +1 -1
- package/dist/index167.js +1 -1
- package/dist/index168.js +1 -1
- package/dist/index169.js +1 -1
- package/dist/index170.js +1 -1
- package/dist/index171.js +1 -1
- package/dist/index172.js +1 -1
- package/dist/index173.js +1 -1
- package/dist/index174.js +1 -1
- package/dist/index175.js +1 -1
- package/dist/index176.js +1 -1
- package/dist/index177.js +1 -1
- package/dist/index178.js +1 -1
- package/dist/index179.js +1 -1
- package/dist/index18.js +3 -3
- package/dist/index180.js +1 -1
- package/dist/index181.js +1 -1
- package/dist/index182.js +1 -1
- package/dist/index183.js +2 -3
- package/dist/index184.js +1 -1
- package/dist/index185.js +1 -1
- package/dist/index186.js +1 -1
- package/dist/index187.js +1 -1
- package/dist/index188.js +3 -2
- package/dist/index189.js +1 -1
- package/dist/index190.js +2 -3
- package/dist/index191.js +1 -1
- package/dist/index192.js +1 -1
- package/dist/index193.js +1 -1
- package/dist/index194.js +2 -2
- package/dist/index195.js +1 -1
- package/dist/index196.js +1 -1
- package/dist/index197.js +1 -1
- package/dist/index198.js +3 -2
- package/dist/index199.js +1 -1
- package/dist/index20.js +14 -14
- package/dist/index200.js +2 -3
- package/dist/index201.js +1 -1
- package/dist/index202.js +1 -1
- package/dist/index203.js +1 -1
- package/dist/index204.js +1 -1
- package/dist/index205.js +1 -1
- package/dist/index206.js +1 -1
- package/dist/index207.js +1 -1
- package/dist/index208.js +1 -1
- package/dist/index209.js +1 -1
- package/dist/index210.js +1 -1
- package/dist/index211.js +1 -1
- package/dist/index212.js +1 -1
- package/dist/index213.js +1 -1
- package/dist/index214.js +5 -0
- package/dist/index215.js +3 -7
- package/dist/index217.js +7 -2
- package/dist/index218.js +2 -2
- package/dist/index219.js +137 -4
- package/dist/index22.js +14 -14
- package/dist/index220.js +2 -8
- package/dist/index221.js +3 -33
- package/dist/index222.js +5 -28
- package/dist/index223.js +10 -0
- package/dist/index224.js +2 -2
- package/dist/index225.js +66 -12
- package/dist/index226.js +86 -2
- package/dist/index228.js +30 -3
- package/dist/index229.js +17 -5
- package/dist/index230.js +51 -5
- package/dist/index231.js +18 -5
- package/dist/index232.js +3 -5
- package/dist/index233.js +12 -3
- package/dist/index234.js +18 -2
- package/dist/index235.js +13 -6
- package/dist/index236.js +12 -7
- package/dist/index237.js +13 -268
- package/dist/index238.js +2 -52
- package/dist/index239.js +101 -47
- package/dist/index24.js +13 -13
- package/dist/index241.js +95 -55
- package/dist/index243.js +3 -5
- package/dist/index244.js +18 -5
- package/dist/index245.js +12 -5
- package/dist/index246.js +4 -2
- package/dist/index247.js +135 -3
- package/dist/index249.js +102 -130
- package/dist/index250.js +4 -0
- package/dist/index251.js +11 -4
- package/dist/index252.js +2 -4
- package/dist/index253.js +2 -201
- package/dist/index254.js +9 -0
- package/dist/index255.js +6 -187
- package/dist/index256.js +5 -3
- package/dist/index257.js +9 -3
- package/dist/index258.js +23 -2
- package/dist/index259.js +4 -86
- package/dist/index26.js +4 -4
- package/dist/index260.js +25 -0
- package/dist/index261.js +8 -29
- package/dist/index262.js +9 -17
- package/dist/index263.js +25 -51
- package/dist/index264.js +6 -15
- package/dist/index265.js +16 -12
- package/dist/index266.js +3 -16
- package/dist/index267.js +2 -25
- package/dist/index268.js +2 -106
- package/dist/index269.js +9 -0
- package/dist/index270.js +5 -100
- package/dist/index271.js +7 -0
- package/dist/index272.js +5 -67
- package/dist/index273.js +5 -18
- package/dist/index274.js +5 -12
- package/dist/index275.js +5 -104
- package/dist/index276.js +19 -12
- package/dist/index277.js +3 -10
- package/dist/index278.js +8 -12
- package/dist/index279.js +21 -5
- package/dist/index28.js +2 -2
- package/dist/index280.js +33 -6
- package/dist/index281.js +27 -15
- package/dist/index285.js +3 -4
- package/dist/index286.js +372 -8
- package/dist/index288.js +184 -19
- package/dist/index289.js +3 -7
- package/dist/index290.js +5 -2
- package/dist/index291.js +6 -7
- package/dist/index292.js +268 -7
- package/dist/index293.js +50 -7
- package/dist/index294.js +51 -20
- package/dist/index295.js +31 -52
- package/dist/index296.js +60 -9
- package/dist/index298.js +53 -3
- package/dist/index299.js +2 -7
- package/dist/index30.js +6 -6
- package/dist/index300.js +5 -2
- package/dist/index301.js +2 -4
- package/dist/index302.js +3 -5
- package/dist/index303.js +17 -5
- package/dist/index304.js +27 -279
- package/dist/index305.js +3 -2
- package/dist/index306.js +3 -16
- package/dist/index307.js +4 -2
- package/dist/index308.js +7 -16
- package/dist/index310.js +3 -27
- package/dist/index311.js +3 -2
- package/dist/index312.js +1 -1
- package/dist/index313.js +5 -2
- package/dist/index314.js +719 -2
- package/dist/index315.js +366 -2
- package/dist/index316.js +52 -23
- package/dist/index317.js +280 -2
- package/dist/index318.js +2 -3
- package/dist/index319.js +125 -3
- package/dist/index32.js +2 -2
- package/dist/index320.js +2 -125
- package/dist/index321.js +15 -2
- package/dist/index322.js +2 -15
- package/dist/index323.js +16 -2
- package/dist/index324.js +2 -19
- package/dist/index325.js +16 -2
- package/dist/index326.js +2 -3
- package/dist/index327.js +18 -16
- package/dist/index328.js +2 -2
- package/dist/index329.js +1 -1
- package/dist/index330.js +27 -3
- package/dist/index331.js +2 -719
- package/dist/index332.js +2 -366
- package/dist/index333.js +2 -57
- package/dist/index334.js +1 -1
- package/dist/index335.js +2 -4
- package/dist/index336.js +2 -6
- package/dist/index337.js +227 -6
- package/dist/index338.js +5 -18
- package/dist/index339.js +67 -9
- package/dist/index34.js +12 -12
- package/dist/index340.js +66 -14
- package/dist/index341.js +4 -5
- package/dist/index342.js +34 -7
- package/dist/index343.js +6 -6
- package/dist/index344.js +128 -7
- package/dist/index345.js +397 -6
- package/dist/index346.js +199 -34
- package/dist/index347.js +258 -5
- package/dist/index348.js +85 -121
- package/dist/index349.js +114 -378
- package/dist/index350.js +2 -228
- package/dist/index351.js +2 -62
- package/dist/index352.js +5 -62
- package/dist/index353.js +6 -92
- package/dist/index354.js +7 -191
- package/dist/index355.js +17 -256
- package/dist/index356.js +9 -22
- package/dist/index357.js +17 -0
- package/dist/index358.js +21 -133
- package/dist/index36.js +5 -5
- package/dist/index360.js +441 -2
- package/dist/index361.js +114 -427
- package/dist/index362.js +46 -127
- package/dist/index363.js +67 -44
- package/dist/index364.js +516 -66
- package/dist/index365.js +45 -515
- package/dist/index38.js +245 -245
- package/dist/index40.js +8 -8
- package/dist/index42.js +2 -2
- package/dist/index44.js +27 -29
- package/dist/index46.js +9 -9
- package/dist/index48.js +4 -4
- package/dist/index50.js +4 -4
- package/dist/index54.js +2 -2
- package/dist/index56.js +2 -2
- package/dist/index58.js +2 -2
- package/dist/index60.js +4 -4
- package/dist/index62.js +6 -6
- package/dist/index68.js +1 -1
- package/dist/index7.js +2 -2
- package/dist/index72.js +16 -10
- package/dist/index74.js +119 -79
- package/dist/index75.js +85 -0
- package/dist/index77.js +17 -123
- package/dist/index78.js +127 -0
- package/dist/{index81.js → index82.js} +10 -10
- package/dist/{index83.js → index84.js} +4 -4
- package/dist/{index85.js → index86.js} +3 -3
- package/dist/{index87.js → index88.js} +3 -3
- package/dist/index9.js +1 -1
- package/dist/index90.js +37 -125
- package/dist/index91.js +134 -0
- package/dist/{index92.js → index93.js} +4 -4
- package/dist/{index94.js → index95.js} +3 -3
- package/dist/{index96.js → index97.js} +6 -6
- package/dist/{index98.js → index99.js} +2 -2
- package/package.json +2 -2
- package/dist/components/BaseColorInput/ColorPallette.vue.d.ts +0 -13
- package/dist/index108.js +0 -144
- package/dist/index139.js +0 -15
- package/dist/index216.js +0 -140
- package/dist/index227.js +0 -4
- package/dist/index240.js +0 -34
- package/dist/index242.js +0 -5
- package/dist/index248.js +0 -22
- package/dist/index287.js +0 -25
- package/dist/index309.js +0 -4
- package/dist/index359.js +0 -4
- package/dist/index366.js +0 -52
- package/dist/index76.js +0 -21
- package/dist/index89.js +0 -46
- /package/dist/{index100.js → index101.js} +0 -0
- /package/dist/{index102.js → index103.js} +0 -0
- /package/dist/{index104.js → index105.js} +0 -0
- /package/dist/{index106.js → index107.js} +0 -0
- /package/dist/{index111.js → index112.js} +0 -0
- /package/dist/{index113.js → index114.js} +0 -0
- /package/dist/{index117.js → index118.js} +0 -0
- /package/dist/{index119.js → index120.js} +0 -0
- /package/dist/{index125.js → index126.js} +0 -0
- /package/dist/{index127.js → index128.js} +0 -0
- /package/dist/{index129.js → index130.js} +0 -0
- /package/dist/{index282.js → index297.js} +0 -0
- /package/dist/{index79.js → index80.js} +0 -0
package/dist/index91.js
ADDED
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
import { defineComponent as B, ref as u, computed as w, createBlock as g, openBlock as k, withCtx as n, createVNode as $, mergeProps as P, renderSlot as r, normalizeProps as l, guardReactiveProps as s } from "vue";
|
|
2
|
+
import V from "./index28.js";
|
|
3
|
+
/* empty css */
|
|
4
|
+
import q from "./index30.js";
|
|
5
|
+
/* empty css */
|
|
6
|
+
const D = /* @__PURE__ */ B({
|
|
7
|
+
__name: "BbNumberInput",
|
|
8
|
+
props: {
|
|
9
|
+
"append:icon": {},
|
|
10
|
+
autocomplete: {},
|
|
11
|
+
autofocus: {},
|
|
12
|
+
clearable: { type: Boolean },
|
|
13
|
+
compact: { type: Boolean },
|
|
14
|
+
direction: {},
|
|
15
|
+
disabled: { type: Boolean },
|
|
16
|
+
errors: {},
|
|
17
|
+
hasErrors: { type: Boolean },
|
|
18
|
+
hideLabel: { type: Boolean },
|
|
19
|
+
hint: {},
|
|
20
|
+
id: {},
|
|
21
|
+
label: {},
|
|
22
|
+
labelPosition: {},
|
|
23
|
+
loading: { type: Boolean },
|
|
24
|
+
max: {},
|
|
25
|
+
maxPrecision: {},
|
|
26
|
+
min: {},
|
|
27
|
+
modelValue: {},
|
|
28
|
+
name: {},
|
|
29
|
+
persistentHint: { type: Boolean },
|
|
30
|
+
placeholder: {},
|
|
31
|
+
"prepend:icon": {},
|
|
32
|
+
readonly: { type: Boolean },
|
|
33
|
+
required: { type: Boolean },
|
|
34
|
+
reverse: { type: Boolean },
|
|
35
|
+
step: {}
|
|
36
|
+
},
|
|
37
|
+
emits: ["blur", "change", "click", "decrease", "focus", "increase", "input", "keydown", "keyup", "mousedown", "mouseup", "update:modelValue"],
|
|
38
|
+
setup(m, { expose: c, emit: b }) {
|
|
39
|
+
const i = m, o = b, p = u(), d = u(!1), h = w(() => i.persistentHint || d.value), f = {
|
|
40
|
+
onBlur: (e) => {
|
|
41
|
+
d.value = !1, o("blur", e);
|
|
42
|
+
},
|
|
43
|
+
onChange: (e) => o("change", e),
|
|
44
|
+
onClick: (e) => o("click", e),
|
|
45
|
+
onDecrease: (e) => o("decrease", e),
|
|
46
|
+
onFocus: (e) => {
|
|
47
|
+
d.value = !0, o("focus", e);
|
|
48
|
+
},
|
|
49
|
+
onIncrease: (e) => o("increase", e),
|
|
50
|
+
onInput: (e) => o("input", e),
|
|
51
|
+
onKeydown: (e) => o("keydown", e),
|
|
52
|
+
onMousedown: (e) => o("mousedown", e),
|
|
53
|
+
onMouseup: (e) => o("mouseup", e),
|
|
54
|
+
"onUpdate:modelValue": (e) => o("update:modelValue", e)
|
|
55
|
+
};
|
|
56
|
+
return c({
|
|
57
|
+
increase: () => {
|
|
58
|
+
p.value?.increase();
|
|
59
|
+
},
|
|
60
|
+
decrease: () => {
|
|
61
|
+
p.value?.decrease();
|
|
62
|
+
}
|
|
63
|
+
}), (e, I) => (k(), g(V, {
|
|
64
|
+
id: e.id,
|
|
65
|
+
class: "bb-number-input",
|
|
66
|
+
compact: e.compact,
|
|
67
|
+
direction: e.direction,
|
|
68
|
+
errors: e.errors,
|
|
69
|
+
"has-errors": e.hasErrors,
|
|
70
|
+
"hide-label": e.hideLabel,
|
|
71
|
+
hint: e.hint,
|
|
72
|
+
label: e.label,
|
|
73
|
+
"label-position": e.labelPosition,
|
|
74
|
+
"model-value": e.modelValue,
|
|
75
|
+
name: e.name,
|
|
76
|
+
reverse: e.reverse,
|
|
77
|
+
"show-hint": h.value
|
|
78
|
+
}, {
|
|
79
|
+
label: n((t) => [
|
|
80
|
+
r(e.$slots, "label", l(s(t)))
|
|
81
|
+
]),
|
|
82
|
+
input: n(({ id: t, hasErrors: y, ariaDescribedby: v }) => [
|
|
83
|
+
$(q, P({
|
|
84
|
+
id: t,
|
|
85
|
+
ref_key: "bni",
|
|
86
|
+
ref: p,
|
|
87
|
+
"append:icon": i["append:icon"],
|
|
88
|
+
"aria-describedby": v,
|
|
89
|
+
autocomplete: e.autocomplete,
|
|
90
|
+
autofocus: e.autofocus,
|
|
91
|
+
clearable: e.clearable,
|
|
92
|
+
compact: e.compact,
|
|
93
|
+
disabled: e.disabled,
|
|
94
|
+
"has-errors": y,
|
|
95
|
+
loading: e.loading,
|
|
96
|
+
max: e.max,
|
|
97
|
+
"max-precision": e.maxPrecision,
|
|
98
|
+
min: e.min,
|
|
99
|
+
"model-value": e.modelValue,
|
|
100
|
+
name: e.name,
|
|
101
|
+
placeholder: e.placeholder,
|
|
102
|
+
"prepend:icon": i["prepend:icon"],
|
|
103
|
+
readonly: e.readonly,
|
|
104
|
+
required: e.required,
|
|
105
|
+
step: e.step
|
|
106
|
+
}, f), {
|
|
107
|
+
"append-outer": n((a) => [
|
|
108
|
+
r(e.$slots, "append-outer", l(s(a)))
|
|
109
|
+
]),
|
|
110
|
+
append: n((a) => [
|
|
111
|
+
r(e.$slots, "append", l(s(a)))
|
|
112
|
+
]),
|
|
113
|
+
prefix: n((a) => [
|
|
114
|
+
r(e.$slots, "prefix", l(s(a)))
|
|
115
|
+
]),
|
|
116
|
+
prepend: n((a) => [
|
|
117
|
+
r(e.$slots, "prepend", l(s(a)))
|
|
118
|
+
]),
|
|
119
|
+
suffix: n((a) => [
|
|
120
|
+
r(e.$slots, "suffix", l(s(a)))
|
|
121
|
+
]),
|
|
122
|
+
"prepend-outer": n((a) => [
|
|
123
|
+
r(e.$slots, "prepend-outer", l(s(a)))
|
|
124
|
+
]),
|
|
125
|
+
_: 2
|
|
126
|
+
}, 1040, ["id", "append:icon", "aria-describedby", "autocomplete", "autofocus", "clearable", "compact", "disabled", "has-errors", "loading", "max", "max-precision", "min", "model-value", "name", "placeholder", "prepend:icon", "readonly", "required", "step"])
|
|
127
|
+
]),
|
|
128
|
+
_: 3
|
|
129
|
+
}, 8, ["id", "compact", "direction", "errors", "has-errors", "hide-label", "hint", "label", "label-position", "model-value", "name", "reverse", "show-hint"]));
|
|
130
|
+
}
|
|
131
|
+
});
|
|
132
|
+
export {
|
|
133
|
+
D as default
|
|
134
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
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 "./
|
|
2
|
+
import { parseSize as R } from "./index235.js";
|
|
3
3
|
import { useId as $ } from "./index8.js";
|
|
4
|
-
import { useLocale as U } from "./
|
|
4
|
+
import { useLocale as U } from "./index236.js";
|
|
5
5
|
import { useMobile as j } from "./index9.js";
|
|
6
|
-
import { useUntil as G } from "./
|
|
7
|
-
import { wait as y } from "./
|
|
6
|
+
import { useUntil as G } from "./index237.js";
|
|
7
|
+
import { wait as y } from "./index142.js";
|
|
8
8
|
import { _config as J } from "./index4.js";
|
|
9
9
|
const Q = ["aria-describedby", "aria-labelledby", "aria-live", "inert"], X = {
|
|
10
10
|
ref: "header",
|
|
@@ -3,9 +3,9 @@ import { defineComponent as V, mergeModels as W, useModel as U, computed as b, r
|
|
|
3
3
|
/* empty css */
|
|
4
4
|
import P from "./index14.js";
|
|
5
5
|
/* empty css */
|
|
6
|
-
import { debounce as X } from "./
|
|
7
|
-
import { useLocale as H } from "./
|
|
8
|
-
import { useRoute as J } from "./
|
|
6
|
+
import { debounce as X } from "./index262.js";
|
|
7
|
+
import { useLocale as H } from "./index236.js";
|
|
8
|
+
import { useRoute as J } from "./index149.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({
|
|
10
10
|
__name: "BbPagination",
|
|
11
11
|
props: /* @__PURE__ */ W({
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { defineComponent as re, mergeModels as I, ref as N, useTemplateRef as ae, computed as s, useModel as ie, watch as C, createElementBlock as se, openBlock as Y, Fragment as le, renderSlot as G, createCommentVNode as W, createVNode as ue, normalizeProps as de, mergeProps as X, unref as S, withCtx as F, createElementVNode as B, createBlock as ce, nextTick as pe } from "vue";
|
|
2
2
|
import { useId as me } from "./index8.js";
|
|
3
|
-
import { useIntersectionObserver as ve, useElementSize as fe } from "./
|
|
4
|
-
import { useLocale as be } from "./
|
|
5
|
-
import { useUntil as he } from "./
|
|
3
|
+
import { useIntersectionObserver as ve, useElementSize as fe } from "./index143.js";
|
|
4
|
+
import { useLocale as be } from "./index236.js";
|
|
5
|
+
import { useUntil as he } from "./index237.js";
|
|
6
6
|
import ge from "./index14.js";
|
|
7
7
|
/* empty css */
|
|
8
|
-
import we from "./
|
|
8
|
+
import we from "./index247.js";
|
|
9
9
|
/* empty css */
|
|
10
|
-
import { extractDomContainer as H } from "./
|
|
11
|
-
import { parseWidthString as U } from "./
|
|
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",
|
|
@@ -1,6 +1,6 @@
|
|
|
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 "./
|
|
3
|
-
import { getAsPercentageBetween as i } from "./
|
|
2
|
+
import { clamp as p } from "./index218.js";
|
|
3
|
+
import { getAsPercentageBetween as i } from "./index141.js";
|
|
4
4
|
const _ = /* @__PURE__ */ r({
|
|
5
5
|
__name: "BbProgress",
|
|
6
6
|
props: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bitboss-ui",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.104",
|
|
4
4
|
"description": "Vue 3 component library by BitBoss: forms, selects, layout, overlays, and more.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -111,4 +111,4 @@
|
|
|
111
111
|
"lint-staged": {
|
|
112
112
|
"*.{js,css,md,html,json,vue,ts}": "prettier --write"
|
|
113
113
|
}
|
|
114
|
-
}
|
|
114
|
+
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
type Props = {
|
|
2
|
-
modelValue: string | null;
|
|
3
|
-
};
|
|
4
|
-
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
5
|
-
"update:modelValue": (value: string) => any;
|
|
6
|
-
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
|
7
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
8
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
9
|
-
paletteRef: HTMLSpanElement;
|
|
10
|
-
mainCanvasRef: HTMLCanvasElement;
|
|
11
|
-
hueCanvasRef: HTMLCanvasElement;
|
|
12
|
-
}, HTMLSpanElement>;
|
|
13
|
-
export default _default;
|
package/dist/index108.js
DELETED
|
@@ -1,144 +0,0 @@
|
|
|
1
|
-
import { defineComponent as D, computed as V, toRef as r, ref as E, reactive as L, watch as m, createElementBlock as b, openBlock as B, Fragment as g, renderSlot as i, createCommentVNode as P, unref as R, renderList as j } from "vue";
|
|
2
|
-
import { useItemValue as G } from "./index293.js";
|
|
3
|
-
import { isNil as k } from "./index258.js";
|
|
4
|
-
import { indexBy as U } from "./index294.js";
|
|
5
|
-
import { hash as p } from "./index233.js";
|
|
6
|
-
import { useItemsGetter as W } from "./index261.js";
|
|
7
|
-
import { usePrefill as q } from "./index266.js";
|
|
8
|
-
import { useIndexById as z } from "./index262.js";
|
|
9
|
-
import { useBaseOptions as J } from "./index263.js";
|
|
10
|
-
import { useHashedWatcher as K } from "./index265.js";
|
|
11
|
-
const oe = /* @__PURE__ */ D({
|
|
12
|
-
__name: "BbRows",
|
|
13
|
-
props: {
|
|
14
|
-
columns: { default: () => [] },
|
|
15
|
-
dependencies: { default: () => [] },
|
|
16
|
-
depsDebounceTime: { default: 0 },
|
|
17
|
-
disabled: { type: Boolean },
|
|
18
|
-
items: { type: [Array, Function], default: () => [] },
|
|
19
|
-
itemValue: {},
|
|
20
|
-
loading: { type: Boolean },
|
|
21
|
-
max: { default: 1 / 0 },
|
|
22
|
-
modelValue: { default: () => [] },
|
|
23
|
-
multiple: { type: Boolean, default: !0 },
|
|
24
|
-
selectable: { type: [Boolean, Function] },
|
|
25
|
-
selectAll: { type: Boolean },
|
|
26
|
-
unselectedItems: { default: () => [] }
|
|
27
|
-
},
|
|
28
|
-
emits: ["update:modelValue", "update:unselectedItems"],
|
|
29
|
-
setup(H, { emit: x }) {
|
|
30
|
-
const t = H, u = x, { getItemValue: A } = G(), f = V(() => !!(t.loading || w.value)), {
|
|
31
|
-
getter: v,
|
|
32
|
-
items: y,
|
|
33
|
-
loading: w
|
|
34
|
-
} = W({
|
|
35
|
-
items: r(t, "items")
|
|
36
|
-
}), { hasPrefilled: O } = q({
|
|
37
|
-
onStart: !0,
|
|
38
|
-
currentValue: t.modelValue,
|
|
39
|
-
multiple: t.multiple,
|
|
40
|
-
fn: async ({ prefill: e }) => {
|
|
41
|
-
await v(e, t.modelValue);
|
|
42
|
-
}
|
|
43
|
-
}), { data: h } = z({
|
|
44
|
-
items: r(t, "modelValue")
|
|
45
|
-
}), { options: S } = J({
|
|
46
|
-
disabled: r(t, "disabled"),
|
|
47
|
-
items: y,
|
|
48
|
-
itemText: void 0,
|
|
49
|
-
itemValue: t.itemValue,
|
|
50
|
-
max: t.max,
|
|
51
|
-
selectable: !0,
|
|
52
|
-
selectedIndexedByHash: h
|
|
53
|
-
}), F = async (e) => {
|
|
54
|
-
t.multiple ? u("update:modelValue", t.modelValue.concat(e.value)) : u("update:modelValue", e.value);
|
|
55
|
-
}, N = async (e) => {
|
|
56
|
-
if (t.multiple) {
|
|
57
|
-
const l = { ...h.value };
|
|
58
|
-
delete l[e.valueHash], u("update:modelValue", Object.values(l));
|
|
59
|
-
} else
|
|
60
|
-
u("update:modelValue", null);
|
|
61
|
-
};
|
|
62
|
-
K(
|
|
63
|
-
() => [t.dependencies, t.items],
|
|
64
|
-
async () => {
|
|
65
|
-
O.value && await v(!1, t.modelValue);
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
debounce: t.depsDebounceTime
|
|
69
|
-
}
|
|
70
|
-
);
|
|
71
|
-
const I = V(() => S.value.map((e) => {
|
|
72
|
-
let l = !t.selectable;
|
|
73
|
-
typeof t.selectable == "function" && (l = !t.selectable(e.item)), l = l || !!e.disabled;
|
|
74
|
-
const a = U(
|
|
75
|
-
t.columns.map((s) => {
|
|
76
|
-
const { label: $, key: C } = s;
|
|
77
|
-
let n = A(e.item, s.key);
|
|
78
|
-
return s.formatter && // By default the formatter runs anyway
|
|
79
|
-
(!k(n) || s.formatOnNull !== !1) && (n = s.formatter(n, s.key, e.item)), s.placeholder && k(n) && (n = s.placeholder), {
|
|
80
|
-
value: n,
|
|
81
|
-
key: C,
|
|
82
|
-
label: $
|
|
83
|
-
};
|
|
84
|
-
}),
|
|
85
|
-
(s) => s.key
|
|
86
|
-
), c = !!(e.selected || d.value) && !o.has(e.valueHash);
|
|
87
|
-
return {
|
|
88
|
-
columns: a,
|
|
89
|
-
item: e.item,
|
|
90
|
-
text: e.text,
|
|
91
|
-
valueHash: e.valueHash,
|
|
92
|
-
value: e.value,
|
|
93
|
-
selected: c,
|
|
94
|
-
disabled: l
|
|
95
|
-
};
|
|
96
|
-
})), T = (e) => {
|
|
97
|
-
d.value || F(e), o.delete(e.valueHash), u(
|
|
98
|
-
"update:unselectedItems",
|
|
99
|
-
t.unselectedItems.filter((l) => p(l) !== p(e.value))
|
|
100
|
-
);
|
|
101
|
-
}, _ = (e) => {
|
|
102
|
-
o.add(e.valueHash), u("update:unselectedItems", [...t.unselectedItems, e.value]), N(e);
|
|
103
|
-
}, o = L(/* @__PURE__ */ new Set());
|
|
104
|
-
m(
|
|
105
|
-
() => t.unselectedItems,
|
|
106
|
-
() => {
|
|
107
|
-
o.clear(), t.unselectedItems.forEach((e) => {
|
|
108
|
-
o.add(p(e));
|
|
109
|
-
});
|
|
110
|
-
}
|
|
111
|
-
);
|
|
112
|
-
const d = E(t.selectAll);
|
|
113
|
-
return m(
|
|
114
|
-
() => t.selectAll,
|
|
115
|
-
() => {
|
|
116
|
-
d.value = t.selectAll;
|
|
117
|
-
}
|
|
118
|
-
), m(d, () => {
|
|
119
|
-
o.clear(), u("update:unselectedItems", []), u("update:modelValue", []);
|
|
120
|
-
}), (e, l) => (B(), b(g, null, [
|
|
121
|
-
f.value ? i(e.$slots, "loading", {
|
|
122
|
-
key: 0,
|
|
123
|
-
items: R(y)
|
|
124
|
-
}) : P("", !0),
|
|
125
|
-
I.value.length ? (B(!0), b(g, { key: 2 }, j(I.value, (a, c) => i(e.$slots, "default", {
|
|
126
|
-
key: a.valueHash + d.value,
|
|
127
|
-
checked: a.selected,
|
|
128
|
-
columns: a.columns,
|
|
129
|
-
disabled: a.disabled,
|
|
130
|
-
index: c,
|
|
131
|
-
item: a.item,
|
|
132
|
-
select: () => T(a),
|
|
133
|
-
unselect: () => _(a),
|
|
134
|
-
value: a.value
|
|
135
|
-
})), 128)) : i(e.$slots, "no-data", {
|
|
136
|
-
key: 1,
|
|
137
|
-
loading: f.value
|
|
138
|
-
})
|
|
139
|
-
], 64));
|
|
140
|
-
}
|
|
141
|
-
});
|
|
142
|
-
export {
|
|
143
|
-
oe as default
|
|
144
|
-
};
|
package/dist/index139.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as t, openBlock as n, renderSlot as e } from "vue";
|
|
2
|
-
/* empty css */
|
|
3
|
-
import r from "./index215.js";
|
|
4
|
-
const s = {}, c = { class: "bb-common-input-outer-container" };
|
|
5
|
-
function p(o, a) {
|
|
6
|
-
return n(), t("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]]);
|
|
13
|
-
export {
|
|
14
|
-
i as default
|
|
15
|
-
};
|
package/dist/index216.js
DELETED
|
@@ -1,140 +0,0 @@
|
|
|
1
|
-
import { onMounted as O, nextTick as W, getCurrentScope as S, onScopeDispose as C, watch as F, getCurrentInstance as g, isRef as P, toValue as b, hasInjectionContext as k, inject as v } from "vue";
|
|
2
|
-
function V(e) {
|
|
3
|
-
return S() ? (C(e), !0) : !1;
|
|
4
|
-
}
|
|
5
|
-
const w = /* @__PURE__ */ new WeakMap(), E = (...e) => {
|
|
6
|
-
var r;
|
|
7
|
-
const n = e[0], t = (r = g()) == null ? void 0 : r.proxy;
|
|
8
|
-
if (t == null && !k())
|
|
9
|
-
throw new Error("injectLocal must be called in setup");
|
|
10
|
-
return t && w.has(t) && n in w.get(t) ? w.get(t)[n] : v(...e);
|
|
11
|
-
}, G = typeof window < "u" && typeof document < "u";
|
|
12
|
-
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
13
|
-
const _ = (e) => e != null, M = Object.prototype.toString, q = (e) => M.call(e) === "[object Object]", d = () => {
|
|
14
|
-
};
|
|
15
|
-
function y(e, r) {
|
|
16
|
-
function n(...t) {
|
|
17
|
-
return new Promise((o, i) => {
|
|
18
|
-
Promise.resolve(e(() => r.apply(this, t), { fn: r, thisArg: this, args: t })).then(o).catch(i);
|
|
19
|
-
});
|
|
20
|
-
}
|
|
21
|
-
return n;
|
|
22
|
-
}
|
|
23
|
-
const A = (e) => e();
|
|
24
|
-
function x(e, r = {}) {
|
|
25
|
-
let n, t, o = d;
|
|
26
|
-
const i = (c) => {
|
|
27
|
-
clearTimeout(c), o(), o = d;
|
|
28
|
-
};
|
|
29
|
-
let u;
|
|
30
|
-
return (c) => {
|
|
31
|
-
const a = b(e), l = b(r.maxWait);
|
|
32
|
-
return n && i(n), a <= 0 || l !== void 0 && l <= 0 ? (t && (i(t), t = null), Promise.resolve(c())) : new Promise((f, p) => {
|
|
33
|
-
o = r.rejectOnCancel ? p : f, u = c, l && !t && (t = setTimeout(() => {
|
|
34
|
-
n && i(n), t = null, f(u());
|
|
35
|
-
}, l)), n = setTimeout(() => {
|
|
36
|
-
t && i(t), t = null, f(c());
|
|
37
|
-
}, a);
|
|
38
|
-
});
|
|
39
|
-
};
|
|
40
|
-
}
|
|
41
|
-
function I(...e) {
|
|
42
|
-
let r = 0, n, t = !0, o = d, i, u, s, c, a;
|
|
43
|
-
!P(e[0]) && typeof e[0] == "object" ? { delay: u, trailing: s = !0, leading: c = !0, rejectOnCancel: a = !1 } = e[0] : [u, s = !0, c = !0, a = !1] = e;
|
|
44
|
-
const l = () => {
|
|
45
|
-
n && (clearTimeout(n), n = void 0, o(), o = d);
|
|
46
|
-
};
|
|
47
|
-
return (p) => {
|
|
48
|
-
const m = b(u), j = Date.now() - r, h = () => i = p();
|
|
49
|
-
return l(), m <= 0 ? (r = Date.now(), h()) : (j > m && (c || !t) ? (r = Date.now(), h()) : s && (i = new Promise((T, D) => {
|
|
50
|
-
o = a ? D : T, n = setTimeout(() => {
|
|
51
|
-
r = Date.now(), t = !0, T(h()), l();
|
|
52
|
-
}, Math.max(0, m - j));
|
|
53
|
-
})), !c && !n && (n = setTimeout(() => t = !0, m)), t = !1, i);
|
|
54
|
-
};
|
|
55
|
-
}
|
|
56
|
-
function z(e) {
|
|
57
|
-
return e.endsWith("rem") ? Number.parseFloat(e) * 16 : Number.parseFloat(e);
|
|
58
|
-
}
|
|
59
|
-
function L(e) {
|
|
60
|
-
return g();
|
|
61
|
-
}
|
|
62
|
-
function B(e) {
|
|
63
|
-
return Array.isArray(e) ? e : [e];
|
|
64
|
-
}
|
|
65
|
-
function H(e, r = 200, n = {}) {
|
|
66
|
-
return y(
|
|
67
|
-
x(r, n),
|
|
68
|
-
e
|
|
69
|
-
);
|
|
70
|
-
}
|
|
71
|
-
function J(e, r = 200, n = !1, t = !0, o = !1) {
|
|
72
|
-
return y(
|
|
73
|
-
I(r, n, t, o),
|
|
74
|
-
e
|
|
75
|
-
);
|
|
76
|
-
}
|
|
77
|
-
function N(e, r, n = {}) {
|
|
78
|
-
const {
|
|
79
|
-
eventFilter: t = A,
|
|
80
|
-
...o
|
|
81
|
-
} = n;
|
|
82
|
-
return F(
|
|
83
|
-
e,
|
|
84
|
-
y(
|
|
85
|
-
t,
|
|
86
|
-
r
|
|
87
|
-
),
|
|
88
|
-
o
|
|
89
|
-
);
|
|
90
|
-
}
|
|
91
|
-
function K(e, r = !0, n) {
|
|
92
|
-
L() ? O(e, n) : r ? e() : W(e);
|
|
93
|
-
}
|
|
94
|
-
function Q(e, r, n = {}) {
|
|
95
|
-
const {
|
|
96
|
-
debounce: t = 0,
|
|
97
|
-
maxWait: o = void 0,
|
|
98
|
-
...i
|
|
99
|
-
} = n;
|
|
100
|
-
return N(
|
|
101
|
-
e,
|
|
102
|
-
r,
|
|
103
|
-
{
|
|
104
|
-
...i,
|
|
105
|
-
eventFilter: x(t, { maxWait: o })
|
|
106
|
-
}
|
|
107
|
-
);
|
|
108
|
-
}
|
|
109
|
-
function U(e, r, n) {
|
|
110
|
-
return F(
|
|
111
|
-
e,
|
|
112
|
-
r,
|
|
113
|
-
{
|
|
114
|
-
...n,
|
|
115
|
-
immediate: !0
|
|
116
|
-
}
|
|
117
|
-
);
|
|
118
|
-
}
|
|
119
|
-
export {
|
|
120
|
-
A as bypassFilter,
|
|
121
|
-
y as createFilterWrapper,
|
|
122
|
-
x as debounceFilter,
|
|
123
|
-
Q as debouncedWatch,
|
|
124
|
-
L as getLifeCycleTarget,
|
|
125
|
-
E as injectLocal,
|
|
126
|
-
G as isClient,
|
|
127
|
-
q as isObject,
|
|
128
|
-
d as noop,
|
|
129
|
-
_ as notNullish,
|
|
130
|
-
z as pxValue,
|
|
131
|
-
I as throttleFilter,
|
|
132
|
-
B as toArray,
|
|
133
|
-
K as tryOnMounted,
|
|
134
|
-
V as tryOnScopeDispose,
|
|
135
|
-
H as useDebounceFn,
|
|
136
|
-
J as useThrottleFn,
|
|
137
|
-
Q as watchDebounced,
|
|
138
|
-
U as watchImmediate,
|
|
139
|
-
N as watchWithFilter
|
|
140
|
-
};
|
package/dist/index227.js
DELETED
package/dist/index240.js
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { defineComponent as c, createBlock as l, openBlock as m, Transition as u, withCtx as f, renderSlot as d } from "vue";
|
|
2
|
-
const y = /* @__PURE__ */ c({
|
|
3
|
-
__name: "ScaleFade",
|
|
4
|
-
props: {
|
|
5
|
-
duration: { default: 200 },
|
|
6
|
-
scaleFrom: { default: 0.97 }
|
|
7
|
-
},
|
|
8
|
-
setup(n) {
|
|
9
|
-
const t = n, a = (s) => {
|
|
10
|
-
const e = s;
|
|
11
|
-
e.style.opacity = "0", e.style.transform = `scale(${t.scaleFrom})`, e.style.transformOrigin = "center top";
|
|
12
|
-
}, r = (s, e) => {
|
|
13
|
-
const o = s;
|
|
14
|
-
o.style.transition = `opacity ${t.duration}ms ease-out, transform ${t.duration}ms cubic-bezier(0.34, 1.56, 0.64, 1)`, o.offsetHeight, o.style.opacity = "1", o.style.transform = "scale(1)", setTimeout(e, t.duration);
|
|
15
|
-
}, i = (s, e) => {
|
|
16
|
-
const o = s;
|
|
17
|
-
o.style.transition = `opacity ${t.duration}ms ease-in, transform ${t.duration}ms ease-in`, o.style.opacity = "0", o.style.transform = `scale(${t.scaleFrom})`, setTimeout(e, t.duration);
|
|
18
|
-
};
|
|
19
|
-
return (s, e) => (m(), l(u, {
|
|
20
|
-
css: !1,
|
|
21
|
-
onBeforeEnter: a,
|
|
22
|
-
onEnter: r,
|
|
23
|
-
onLeave: i
|
|
24
|
-
}, {
|
|
25
|
-
default: f(() => [
|
|
26
|
-
d(s.$slots, "default")
|
|
27
|
-
]),
|
|
28
|
-
_: 3
|
|
29
|
-
}));
|
|
30
|
-
}
|
|
31
|
-
});
|
|
32
|
-
export {
|
|
33
|
-
y as default
|
|
34
|
-
};
|
package/dist/index242.js
DELETED
package/dist/index248.js
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { MaskInput as r } from "./index255.js";
|
|
2
|
-
const u = /* @__PURE__ */ new WeakMap(), p = (a, n) => {
|
|
3
|
-
if (a.arg == null || a.instance == null) return;
|
|
4
|
-
const s = "setup" in a.instance.$.type;
|
|
5
|
-
a.arg in a.instance ? a.instance[a.arg] = n : s && console.warn("Maska: please expose `%s` using defineExpose", a.arg);
|
|
6
|
-
}, k = (a, n) => {
|
|
7
|
-
var s;
|
|
8
|
-
const t = a instanceof HTMLInputElement ? a : a.querySelector("input");
|
|
9
|
-
if (t == null || t?.type === "file") return;
|
|
10
|
-
let e = {};
|
|
11
|
-
if (n.value != null && (e = typeof n.value == "string" ? { mask: n.value } : { ...n.value }), n.arg != null) {
|
|
12
|
-
const l = (o) => {
|
|
13
|
-
const i = n.modifiers.unmasked ? o.unmasked : n.modifiers.completed ? o.completed : o.masked;
|
|
14
|
-
p(n, i);
|
|
15
|
-
};
|
|
16
|
-
e.onMaska = e.onMaska == null ? l : Array.isArray(e.onMaska) ? [...e.onMaska, l] : [e.onMaska, l];
|
|
17
|
-
}
|
|
18
|
-
u.has(t) ? (s = u.get(t)) == null || s.update(e) : u.set(t, new r(t, e));
|
|
19
|
-
};
|
|
20
|
-
export {
|
|
21
|
-
k as vMaska
|
|
22
|
-
};
|
package/dist/index287.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/index309.js
DELETED
package/dist/index359.js
DELETED