bitboss-ui 2.0.116 → 2.0.117
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 +4 -0
- package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +17 -3
- package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +4 -0
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +17 -3
- package/dist/components/BaseTag/BaseTag.vue.d.ts +17 -3
- package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +4 -0
- package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +4 -0
- package/dist/components/BbButton/BbButton.vue.d.ts +4 -4
- package/dist/components/BbColorInput/BbColorInput.vue.d.ts +4 -0
- package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +4 -0
- package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +5 -0
- package/dist/components/BbSelect/BbSelect.vue.d.ts +4 -0
- package/dist/components/BbTag/BbTag.vue.d.ts +4 -0
- package/dist/components/BbTextInput/BbTextInput.vue.d.ts +4 -0
- package/dist/components/BbTextarea/BbTextarea.vue.d.ts +4 -0
- package/dist/components/BbTooltip/BbTooltip.vue.d.ts +0 -1
- package/dist/components/ClearableButton.vue.d.ts +2 -0
- package/dist/components/CommonInputInnerContainer.vue.d.ts +9 -1
- package/dist/index100.js +8 -8
- package/dist/index101.js +37 -35
- package/dist/index111.js +12 -12
- package/dist/index113.js +6 -4
- package/dist/index115.js +17 -15
- package/dist/index117.js +14 -12
- package/dist/index119.js +2 -2
- package/dist/index121.js +59 -61
- package/dist/index123.js +1 -1
- package/dist/index125.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 +2 -2
- package/dist/index131.js +1 -1
- package/dist/index132.js +2 -2
- package/dist/index133.js +2 -2
- package/dist/index15.js +36 -31
- package/dist/index17.js +3 -3
- package/dist/index19.js +8 -8
- package/dist/index205.js +115 -2
- package/dist/index206.js +2 -3
- package/dist/index207.js +41 -29
- package/dist/index209.js +1 -1
- package/dist/index21.js +16 -16
- package/dist/index210.js +20 -2
- package/dist/index211.js +4 -4
- package/dist/index212.js +13 -2
- package/dist/index213.js +3 -86
- package/dist/index214.js +128 -0
- package/dist/index215.js +5 -25
- package/dist/index216.js +123 -15
- package/dist/index217.js +15 -50
- package/dist/index218.js +16 -15
- package/dist/index219.js +19 -3
- package/dist/index220.js +15 -12
- package/dist/index221.js +2 -16
- package/dist/index222.js +2 -126
- package/dist/index223.js +41 -5
- package/dist/index224.js +6 -125
- package/dist/index225.js +15 -16
- package/dist/index226.js +5 -16
- package/dist/index227.js +2 -19
- package/dist/index228.js +368 -14
- package/dist/index229.js +86 -2
- package/dist/index23.js +115 -110
- package/dist/index231.js +24 -40
- package/dist/index232.js +17 -13
- package/dist/index233.js +49 -18
- package/dist/index234.js +15 -6
- package/dist/index235.js +3 -15
- package/dist/index236.js +12 -5
- package/dist/index237.js +15 -368
- package/dist/index238.js +2 -19
- package/dist/index239.js +4 -27
- package/dist/index240.js +2 -8
- package/dist/index241.js +17 -248
- package/dist/index242.js +26 -51
- package/dist/index243.js +6 -42
- package/dist/index244.js +250 -5
- package/dist/index245.js +43 -51
- package/dist/index246.js +44 -3
- package/dist/index247.js +5 -7
- package/dist/index248.js +60 -4
- package/dist/index249.js +3 -115
- package/dist/index25.js +7 -7
- package/dist/index250.js +7 -2
- package/dist/index251.js +2 -2
- package/dist/index252.js +2 -2
- package/dist/index253.js +2 -18
- package/dist/index254.js +17 -105
- package/dist/index255.js +108 -0
- package/dist/{index256.js → index257.js} +2 -2
- package/dist/index259.js +11 -9
- package/dist/index260.js +9 -2
- package/dist/index261.js +2 -8
- package/dist/index262.js +6 -23
- package/dist/index263.js +15 -89
- package/dist/index264.js +11 -0
- package/dist/index265.js +23 -6
- package/dist/index266.js +89 -15
- package/dist/index268.js +9 -3
- package/dist/index27.js +1 -1
- package/dist/index270.js +3 -7
- package/dist/index272.js +7 -3
- package/dist/index273.js +174 -15
- package/dist/index274.js +7 -9
- package/dist/index275.js +10 -27
- package/dist/index285.js +1 -1
- package/dist/index286.js +2 -176
- package/dist/index287.js +21 -1
- package/dist/index289.js +5 -0
- package/dist/index29.js +49 -41
- package/dist/index290.js +17 -7
- package/dist/index291.js +9 -11
- package/dist/index292.js +28 -2
- package/dist/index293.js +4 -2
- package/dist/index294.js +436 -2
- package/dist/index295.js +127 -2
- package/dist/index296.js +200 -2
- package/dist/index297.js +2 -2
- package/dist/index298.js +2 -22
- package/dist/index299.js +4 -0
- package/dist/index300.js +2 -9
- package/dist/index301.js +2 -200
- package/dist/index302.js +2 -436
- package/dist/index303.js +21 -126
- package/dist/index306.js +89 -3
- package/dist/index307.js +1 -1
- package/dist/index308.js +3 -214
- package/dist/index309.js +214 -2
- package/dist/index31.js +2 -2
- package/dist/index310.js +2 -3
- package/dist/index311.js +3 -67
- package/dist/index312.js +3 -5
- package/dist/index313.js +58 -3
- package/dist/index314.js +5 -3
- package/dist/index315.js +65 -56
- package/dist/index316.js +6 -32
- package/dist/index317.js +18 -4
- package/dist/index318.js +3 -8
- package/dist/index319.js +32 -3
- package/dist/index320.js +25 -6
- package/dist/index321.js +52 -18
- package/dist/index322.js +28 -28
- package/dist/index323.js +5 -53
- package/dist/index324.js +7 -6
- package/dist/index325.js +6 -46
- package/dist/index326.js +4 -2
- package/dist/index327.js +47 -480
- package/dist/index328.js +4 -0
- package/dist/index33.js +8 -8
- package/dist/index331.js +480 -2
- package/dist/{index329.js → index332.js} +1 -1
- package/dist/index334.js +4 -0
- package/dist/index35.js +4 -4
- package/dist/index37.js +148 -138
- package/dist/index39.js +5 -5
- package/dist/index41.js +2 -2
- package/dist/index43.js +8 -8
- package/dist/index45.js +92 -85
- package/dist/index47.js +40 -36
- package/dist/index49.js +38 -34
- package/dist/index53.js +1 -1
- package/dist/index55.js +1 -1
- package/dist/index57.js +2 -2
- package/dist/index61.js +11 -10
- package/dist/index67.js +14 -12
- package/dist/index71.js +5 -3
- package/dist/index75.js +3 -3
- package/dist/index77.js +1 -1
- package/dist/index79.js +2 -2
- package/dist/index81.js +1 -1
- package/dist/index82.js +11 -9
- package/dist/index84.js +4 -4
- package/dist/index86.js +2 -2
- package/dist/index88.js +5 -5
- package/dist/index90.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/dist/index230.js +0 -4
- package/dist/index258.js +0 -14
- package/dist/index271.js +0 -6
- package/dist/index288.js +0 -24
- package/dist/index304.js +0 -91
- /package/dist/{index267.js → index269.js} +0 -0
- /package/dist/{index330.js → index333.js} +0 -0
package/dist/index321.js
CHANGED
@@ -1,21 +1,55 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
1
|
+
const e = {
|
2
|
+
common: {
|
3
|
+
closeLabel: "Chiudi",
|
4
|
+
loadingText: "Caricamento...",
|
5
|
+
noDataText: "Nessun elemento da visualizzare"
|
6
|
+
},
|
7
|
+
colorInput: {
|
8
|
+
paletteLabel: "Seleziona un colore dalla tavolozza"
|
9
|
+
},
|
10
|
+
datePicker: {
|
11
|
+
monthLabel: "Seleziona un mese",
|
12
|
+
yearLabel: "Seleziona un anno",
|
13
|
+
previousMonthLabel: "Vai indietro di un mese",
|
14
|
+
nextMonthLabel: "Vai avanti di un mese"
|
15
|
+
},
|
16
|
+
baseDatePickerInput: {
|
17
|
+
dateFormat: "Formato della data",
|
18
|
+
dateFormatSingle: "GG/MM/AAAA",
|
19
|
+
dateFormatRange: "GG/MM/AAAA - GG/MM/AAAA",
|
20
|
+
emptyRange: "Seleziona un range",
|
21
|
+
changeSelectionRange: "Cambia selezione, da {0} a {1}",
|
22
|
+
changeSelection: "Cambia selezione, {0}",
|
23
|
+
emptySelection: "Seleziona una data"
|
24
|
+
},
|
25
|
+
dialog: {
|
26
|
+
closeLabel: "Chiudi modale"
|
27
|
+
},
|
28
|
+
dropdownButton: {
|
29
|
+
open: "Apri menu",
|
30
|
+
close: "Chiudi menu"
|
31
|
+
},
|
32
|
+
rating: {
|
33
|
+
singleStar: "{0} su {1}",
|
34
|
+
multipleStars: "{0} su {1}"
|
35
|
+
},
|
36
|
+
select: {
|
37
|
+
multipleMaxReached: "{0} elementi selezionati"
|
38
|
+
},
|
39
|
+
chip: {
|
40
|
+
clearLabel: "Elimina"
|
41
|
+
},
|
42
|
+
pagination: {
|
43
|
+
previous: "Precedente",
|
44
|
+
next: "Successivo"
|
45
|
+
},
|
46
|
+
table: {
|
47
|
+
noDataText: "Non ci sono elementi da visualizzare",
|
48
|
+
selectAllLabel: "Seleziona tutti gli elementi di questa pagina",
|
49
|
+
selectText: "Seleziona un elemento",
|
50
|
+
select: "Seleziona"
|
15
51
|
}
|
16
|
-
|
17
|
-
}
|
18
|
-
const r = (t, e) => t < e ? -1 : t > e ? 1 : 0;
|
52
|
+
};
|
19
53
|
export {
|
20
|
-
|
54
|
+
e as default
|
21
55
|
};
|
package/dist/index322.js
CHANGED
@@ -1,53 +1,53 @@
|
|
1
1
|
const e = {
|
2
2
|
common: {
|
3
|
-
closeLabel: "
|
4
|
-
loadingText: "
|
5
|
-
noDataText: "
|
3
|
+
closeLabel: "Close",
|
4
|
+
loadingText: "Loading...",
|
5
|
+
noDataText: "No data to display"
|
6
6
|
},
|
7
7
|
colorInput: {
|
8
|
-
paletteLabel: "
|
8
|
+
paletteLabel: "Select a color from the palette"
|
9
9
|
},
|
10
10
|
datePicker: {
|
11
|
-
monthLabel: "
|
12
|
-
yearLabel: "
|
13
|
-
previousMonthLabel: "
|
14
|
-
nextMonthLabel: "
|
11
|
+
monthLabel: "Select a month",
|
12
|
+
yearLabel: "Select a year",
|
13
|
+
previousMonthLabel: "Go to previous month",
|
14
|
+
nextMonthLabel: "Go to next month"
|
15
15
|
},
|
16
16
|
baseDatePickerInput: {
|
17
|
-
dateFormat: "
|
18
|
-
dateFormatSingle: "
|
19
|
-
dateFormatRange: "
|
20
|
-
emptyRange: "
|
21
|
-
changeSelectionRange: "
|
22
|
-
changeSelection: "
|
23
|
-
emptySelection: "
|
17
|
+
dateFormat: "Date format",
|
18
|
+
dateFormatSingle: "DD/MM/YYYY",
|
19
|
+
dateFormatRange: "DD/MM/YYYY - DD/MM/YYYY",
|
20
|
+
emptyRange: "Select a range",
|
21
|
+
changeSelectionRange: "Change selection, from {0} to {1}",
|
22
|
+
changeSelection: "Change selection, {0}",
|
23
|
+
emptySelection: "Select a date"
|
24
24
|
},
|
25
25
|
dialog: {
|
26
|
-
closeLabel: "
|
26
|
+
closeLabel: "Close dialog"
|
27
27
|
},
|
28
28
|
dropdownButton: {
|
29
|
-
open: "
|
30
|
-
close: "
|
29
|
+
open: "Open menu",
|
30
|
+
close: "Close menu"
|
31
31
|
},
|
32
32
|
rating: {
|
33
|
-
singleStar: "{0}
|
34
|
-
multipleStars: "{0}
|
33
|
+
singleStar: "{0} out of {1}",
|
34
|
+
multipleStars: "{0} out of {1}"
|
35
35
|
},
|
36
36
|
select: {
|
37
|
-
multipleMaxReached: "{0}
|
37
|
+
multipleMaxReached: "{0} items selected"
|
38
38
|
},
|
39
39
|
chip: {
|
40
|
-
clearLabel: "
|
40
|
+
clearLabel: "Remove"
|
41
41
|
},
|
42
42
|
pagination: {
|
43
|
-
previous: "
|
44
|
-
next: "
|
43
|
+
previous: "Previous",
|
44
|
+
next: "Next"
|
45
45
|
},
|
46
46
|
table: {
|
47
|
-
noDataText: "
|
48
|
-
selectAllLabel: "
|
49
|
-
selectText: "
|
50
|
-
select: "
|
47
|
+
noDataText: "No data to display",
|
48
|
+
selectAllLabel: "Select all items on this page",
|
49
|
+
selectText: "Select an item",
|
50
|
+
select: "Select"
|
51
51
|
}
|
52
52
|
};
|
53
53
|
export {
|
package/dist/index323.js
CHANGED
@@ -1,55 +1,7 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
noDataText: "No data to display"
|
6
|
-
},
|
7
|
-
colorInput: {
|
8
|
-
paletteLabel: "Select a color from the palette"
|
9
|
-
},
|
10
|
-
datePicker: {
|
11
|
-
monthLabel: "Select a month",
|
12
|
-
yearLabel: "Select a year",
|
13
|
-
previousMonthLabel: "Go to previous month",
|
14
|
-
nextMonthLabel: "Go to next month"
|
15
|
-
},
|
16
|
-
baseDatePickerInput: {
|
17
|
-
dateFormat: "Date format",
|
18
|
-
dateFormatSingle: "DD/MM/YYYY",
|
19
|
-
dateFormatRange: "DD/MM/YYYY - DD/MM/YYYY",
|
20
|
-
emptyRange: "Select a range",
|
21
|
-
changeSelectionRange: "Change selection, from {0} to {1}",
|
22
|
-
changeSelection: "Change selection, {0}",
|
23
|
-
emptySelection: "Select a date"
|
24
|
-
},
|
25
|
-
dialog: {
|
26
|
-
closeLabel: "Close dialog"
|
27
|
-
},
|
28
|
-
dropdownButton: {
|
29
|
-
open: "Open menu",
|
30
|
-
close: "Close menu"
|
31
|
-
},
|
32
|
-
rating: {
|
33
|
-
singleStar: "{0} out of {1}",
|
34
|
-
multipleStars: "{0} out of {1}"
|
35
|
-
},
|
36
|
-
select: {
|
37
|
-
multipleMaxReached: "{0} items selected"
|
38
|
-
},
|
39
|
-
chip: {
|
40
|
-
clearLabel: "Remove"
|
41
|
-
},
|
42
|
-
pagination: {
|
43
|
-
previous: "Previous",
|
44
|
-
next: "Next"
|
45
|
-
},
|
46
|
-
table: {
|
47
|
-
noDataText: "No data to display",
|
48
|
-
selectAllLabel: "Select all items on this page",
|
49
|
-
selectText: "Select an item",
|
50
|
-
select: "Select"
|
51
|
-
}
|
52
|
-
};
|
1
|
+
import { getType as t } from "./index326.js";
|
2
|
+
function o(r) {
|
3
|
+
return t(r) === "Array";
|
4
|
+
}
|
53
5
|
export {
|
54
|
-
|
6
|
+
o as isArray
|
55
7
|
};
|
package/dist/index324.js
CHANGED
@@ -1,9 +1,10 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
1
|
+
import { getType as o } from "./index326.js";
|
2
|
+
function c(e) {
|
3
|
+
if (o(e) !== "Object")
|
4
|
+
return !1;
|
5
|
+
const t = Object.getPrototypeOf(e);
|
6
|
+
return !!t && t.constructor === Object && t === Object.prototype;
|
6
7
|
}
|
7
8
|
export {
|
8
|
-
|
9
|
+
c as isPlainObject
|
9
10
|
};
|
package/dist/index325.js
CHANGED
@@ -1,49 +1,9 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
return o(
|
7
|
-
() => l(e).getScrollElement(),
|
8
|
-
(r) => {
|
9
|
-
r && t._willUpdate();
|
10
|
-
},
|
11
|
-
{
|
12
|
-
immediate: !0
|
13
|
-
}
|
14
|
-
), o(
|
15
|
-
() => l(e),
|
16
|
-
(r) => {
|
17
|
-
t.setOptions({
|
18
|
-
...r,
|
19
|
-
onChange: (c, m) => {
|
20
|
-
var n;
|
21
|
-
i(a), (n = r.onChange) == null || n.call(r, c, m);
|
22
|
-
}
|
23
|
-
}), t._willUpdate(), i(a);
|
24
|
-
},
|
25
|
-
{
|
26
|
-
immediate: !0
|
27
|
-
}
|
28
|
-
), v(u), a;
|
29
|
-
}
|
30
|
-
function z(e) {
|
31
|
-
return w(
|
32
|
-
g(() => ({
|
33
|
-
observeElementRect: f,
|
34
|
-
observeElementOffset: s,
|
35
|
-
scrollToFn: d,
|
36
|
-
...l(e)
|
37
|
-
}))
|
38
|
-
);
|
1
|
+
function l(n, c, r = 1) {
|
2
|
+
const o = Math.max(Math.ceil((c - n) / r), 0), t = new Array(o);
|
3
|
+
for (let e = 0; e < o; e++, n += r)
|
4
|
+
t[e] = n;
|
5
|
+
return t;
|
39
6
|
}
|
40
7
|
export {
|
41
|
-
|
42
|
-
S as defaultKeyExtractor,
|
43
|
-
V as defaultRangeExtractor,
|
44
|
-
d as elementScroll,
|
45
|
-
b as measureElement,
|
46
|
-
s as observeElementOffset,
|
47
|
-
f as observeElementRect,
|
48
|
-
z as useVirtualizer
|
8
|
+
l as range
|
49
9
|
};
|
package/dist/index326.js
CHANGED