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/index350.js
CHANGED
|
@@ -1,230 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
var o, c;
|
|
3
|
-
function C() {
|
|
4
|
-
if (c) return o;
|
|
5
|
-
c = 1;
|
|
6
|
-
var n = "[object Symbol]", d = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, a = "\\u0300-\\u036f\\ufe20-\\ufe23", b = "\\u20d0-\\u20f0", i = "[" + a + b + "]", s = RegExp(i, "g"), l = {
|
|
7
|
-
// Latin-1 Supplement block.
|
|
8
|
-
À: "A",
|
|
9
|
-
Á: "A",
|
|
10
|
-
Â: "A",
|
|
11
|
-
Ã: "A",
|
|
12
|
-
Ä: "A",
|
|
13
|
-
Å: "A",
|
|
14
|
-
à: "a",
|
|
15
|
-
á: "a",
|
|
16
|
-
â: "a",
|
|
17
|
-
ã: "a",
|
|
18
|
-
ä: "a",
|
|
19
|
-
å: "a",
|
|
20
|
-
Ç: "C",
|
|
21
|
-
ç: "c",
|
|
22
|
-
Ð: "D",
|
|
23
|
-
ð: "d",
|
|
24
|
-
È: "E",
|
|
25
|
-
É: "E",
|
|
26
|
-
Ê: "E",
|
|
27
|
-
Ë: "E",
|
|
28
|
-
è: "e",
|
|
29
|
-
é: "e",
|
|
30
|
-
ê: "e",
|
|
31
|
-
ë: "e",
|
|
32
|
-
Ì: "I",
|
|
33
|
-
Í: "I",
|
|
34
|
-
Î: "I",
|
|
35
|
-
Ï: "I",
|
|
36
|
-
ì: "i",
|
|
37
|
-
í: "i",
|
|
38
|
-
î: "i",
|
|
39
|
-
ï: "i",
|
|
40
|
-
Ñ: "N",
|
|
41
|
-
ñ: "n",
|
|
42
|
-
Ò: "O",
|
|
43
|
-
Ó: "O",
|
|
44
|
-
Ô: "O",
|
|
45
|
-
Õ: "O",
|
|
46
|
-
Ö: "O",
|
|
47
|
-
Ø: "O",
|
|
48
|
-
ò: "o",
|
|
49
|
-
ó: "o",
|
|
50
|
-
ô: "o",
|
|
51
|
-
õ: "o",
|
|
52
|
-
ö: "o",
|
|
53
|
-
ø: "o",
|
|
54
|
-
Ù: "U",
|
|
55
|
-
Ú: "U",
|
|
56
|
-
Û: "U",
|
|
57
|
-
Ü: "U",
|
|
58
|
-
ù: "u",
|
|
59
|
-
ú: "u",
|
|
60
|
-
û: "u",
|
|
61
|
-
ü: "u",
|
|
62
|
-
Ý: "Y",
|
|
63
|
-
ý: "y",
|
|
64
|
-
ÿ: "y",
|
|
65
|
-
Æ: "Ae",
|
|
66
|
-
æ: "ae",
|
|
67
|
-
Þ: "Th",
|
|
68
|
-
þ: "th",
|
|
69
|
-
ß: "ss",
|
|
70
|
-
// Latin Extended-A block.
|
|
71
|
-
Ā: "A",
|
|
72
|
-
Ă: "A",
|
|
73
|
-
Ą: "A",
|
|
74
|
-
ā: "a",
|
|
75
|
-
ă: "a",
|
|
76
|
-
ą: "a",
|
|
77
|
-
Ć: "C",
|
|
78
|
-
Ĉ: "C",
|
|
79
|
-
Ċ: "C",
|
|
80
|
-
Č: "C",
|
|
81
|
-
ć: "c",
|
|
82
|
-
ĉ: "c",
|
|
83
|
-
ċ: "c",
|
|
84
|
-
č: "c",
|
|
85
|
-
Ď: "D",
|
|
86
|
-
Đ: "D",
|
|
87
|
-
ď: "d",
|
|
88
|
-
đ: "d",
|
|
89
|
-
Ē: "E",
|
|
90
|
-
Ĕ: "E",
|
|
91
|
-
Ė: "E",
|
|
92
|
-
Ę: "E",
|
|
93
|
-
Ě: "E",
|
|
94
|
-
ē: "e",
|
|
95
|
-
ĕ: "e",
|
|
96
|
-
ė: "e",
|
|
97
|
-
ę: "e",
|
|
98
|
-
ě: "e",
|
|
99
|
-
Ĝ: "G",
|
|
100
|
-
Ğ: "G",
|
|
101
|
-
Ġ: "G",
|
|
102
|
-
Ģ: "G",
|
|
103
|
-
ĝ: "g",
|
|
104
|
-
ğ: "g",
|
|
105
|
-
ġ: "g",
|
|
106
|
-
ģ: "g",
|
|
107
|
-
Ĥ: "H",
|
|
108
|
-
Ħ: "H",
|
|
109
|
-
ĥ: "h",
|
|
110
|
-
ħ: "h",
|
|
111
|
-
Ĩ: "I",
|
|
112
|
-
Ī: "I",
|
|
113
|
-
Ĭ: "I",
|
|
114
|
-
Į: "I",
|
|
115
|
-
İ: "I",
|
|
116
|
-
ĩ: "i",
|
|
117
|
-
ī: "i",
|
|
118
|
-
ĭ: "i",
|
|
119
|
-
į: "i",
|
|
120
|
-
ı: "i",
|
|
121
|
-
Ĵ: "J",
|
|
122
|
-
ĵ: "j",
|
|
123
|
-
Ķ: "K",
|
|
124
|
-
ķ: "k",
|
|
125
|
-
ĸ: "k",
|
|
126
|
-
Ĺ: "L",
|
|
127
|
-
Ļ: "L",
|
|
128
|
-
Ľ: "L",
|
|
129
|
-
Ŀ: "L",
|
|
130
|
-
Ł: "L",
|
|
131
|
-
ĺ: "l",
|
|
132
|
-
ļ: "l",
|
|
133
|
-
ľ: "l",
|
|
134
|
-
ŀ: "l",
|
|
135
|
-
ł: "l",
|
|
136
|
-
Ń: "N",
|
|
137
|
-
Ņ: "N",
|
|
138
|
-
Ň: "N",
|
|
139
|
-
Ŋ: "N",
|
|
140
|
-
ń: "n",
|
|
141
|
-
ņ: "n",
|
|
142
|
-
ň: "n",
|
|
143
|
-
ŋ: "n",
|
|
144
|
-
Ō: "O",
|
|
145
|
-
Ŏ: "O",
|
|
146
|
-
Ő: "O",
|
|
147
|
-
ō: "o",
|
|
148
|
-
ŏ: "o",
|
|
149
|
-
ő: "o",
|
|
150
|
-
Ŕ: "R",
|
|
151
|
-
Ŗ: "R",
|
|
152
|
-
Ř: "R",
|
|
153
|
-
ŕ: "r",
|
|
154
|
-
ŗ: "r",
|
|
155
|
-
ř: "r",
|
|
156
|
-
Ś: "S",
|
|
157
|
-
Ŝ: "S",
|
|
158
|
-
Ş: "S",
|
|
159
|
-
Š: "S",
|
|
160
|
-
ś: "s",
|
|
161
|
-
ŝ: "s",
|
|
162
|
-
ş: "s",
|
|
163
|
-
š: "s",
|
|
164
|
-
Ţ: "T",
|
|
165
|
-
Ť: "T",
|
|
166
|
-
Ŧ: "T",
|
|
167
|
-
ţ: "t",
|
|
168
|
-
ť: "t",
|
|
169
|
-
ŧ: "t",
|
|
170
|
-
Ũ: "U",
|
|
171
|
-
Ū: "U",
|
|
172
|
-
Ŭ: "U",
|
|
173
|
-
Ů: "U",
|
|
174
|
-
Ű: "U",
|
|
175
|
-
Ų: "U",
|
|
176
|
-
ũ: "u",
|
|
177
|
-
ū: "u",
|
|
178
|
-
ŭ: "u",
|
|
179
|
-
ů: "u",
|
|
180
|
-
ű: "u",
|
|
181
|
-
ų: "u",
|
|
182
|
-
Ŵ: "W",
|
|
183
|
-
ŵ: "w",
|
|
184
|
-
Ŷ: "Y",
|
|
185
|
-
ŷ: "y",
|
|
186
|
-
Ÿ: "Y",
|
|
187
|
-
Ź: "Z",
|
|
188
|
-
Ż: "Z",
|
|
189
|
-
Ž: "Z",
|
|
190
|
-
ź: "z",
|
|
191
|
-
ż: "z",
|
|
192
|
-
ž: "z",
|
|
193
|
-
IJ: "IJ",
|
|
194
|
-
ij: "ij",
|
|
195
|
-
Œ: "Oe",
|
|
196
|
-
œ: "oe",
|
|
197
|
-
ʼn: "'n",
|
|
198
|
-
ſ: "ss"
|
|
199
|
-
}, y = typeof r == "object" && r && r.Object === Object && r, m = typeof self == "object" && self && self.Object === Object && self, O = y || m || Function("return this")();
|
|
200
|
-
function S(u) {
|
|
201
|
-
return function(e) {
|
|
202
|
-
return u?.[e];
|
|
203
|
-
};
|
|
204
|
-
}
|
|
205
|
-
var p = S(l), g = Object.prototype, j = g.toString, x = O.Symbol, t = x ? x.prototype : void 0, f = t ? t.toString : void 0;
|
|
206
|
-
function I(u) {
|
|
207
|
-
if (typeof u == "string")
|
|
208
|
-
return u;
|
|
209
|
-
if (A(u))
|
|
210
|
-
return f ? f.call(u) : "";
|
|
211
|
-
var e = u + "";
|
|
212
|
-
return e == "0" && 1 / u == -1 / 0 ? "-0" : e;
|
|
213
|
-
}
|
|
214
|
-
function L(u) {
|
|
215
|
-
return !!u && typeof u == "object";
|
|
216
|
-
}
|
|
217
|
-
function A(u) {
|
|
218
|
-
return typeof u == "symbol" || L(u) && j.call(u) == n;
|
|
219
|
-
}
|
|
220
|
-
function E(u) {
|
|
221
|
-
return u == null ? "" : I(u);
|
|
222
|
-
}
|
|
223
|
-
function U(u) {
|
|
224
|
-
return u = E(u), u && u.replace(d, p).replace(s, "");
|
|
225
|
-
}
|
|
226
|
-
return o = U, o;
|
|
227
|
-
}
|
|
1
|
+
import f from "./index346.js";
|
|
228
2
|
export {
|
|
229
|
-
|
|
3
|
+
f as default
|
|
230
4
|
};
|
package/dist/index351.js
CHANGED
|
@@ -1,64 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
common: {
|
|
3
|
-
closeLabel: "Chiudi",
|
|
4
|
-
loadingText: "Caricamento...",
|
|
5
|
-
noDataText: "Nessun elemento da visualizzare",
|
|
6
|
-
clearLabel: "Reset valore selezionato"
|
|
7
|
-
},
|
|
8
|
-
colorInput: {
|
|
9
|
-
paletteLabel: "Seleziona un colore dalla tavolozza",
|
|
10
|
-
mainCanvasDesc: "Usa le frecce per selezionare un colore",
|
|
11
|
-
mainCanvasSelectedColor: "Colore selezionato: {0}",
|
|
12
|
-
hueCanvasDesc: "Usa le frecce per selezionare una tonalità",
|
|
13
|
-
hueCanvasSelectedHue: "Tonalità selezionata: {0}"
|
|
14
|
-
},
|
|
15
|
-
datePicker: {
|
|
16
|
-
monthLabel: "Seleziona un mese",
|
|
17
|
-
yearLabel: "Seleziona un anno",
|
|
18
|
-
previousMonthLabel: "Vai indietro di un mese",
|
|
19
|
-
nextMonthLabel: "Vai avanti di un mese"
|
|
20
|
-
},
|
|
21
|
-
baseDatePickerInput: {
|
|
22
|
-
dateFormat: "Formato della data",
|
|
23
|
-
dateFormatSingle: "GG/MM/AAAA",
|
|
24
|
-
dateFormatRange: "GG/MM/AAAA - GG/MM/AAAA",
|
|
25
|
-
emptyRange: "Seleziona un range",
|
|
26
|
-
changeSelectionRange: "Cambia selezione, da {0} a {1}",
|
|
27
|
-
changeSelection: "Cambia selezione, {0}",
|
|
28
|
-
emptySelection: "Seleziona una data"
|
|
29
|
-
},
|
|
30
|
-
dialog: {
|
|
31
|
-
closeLabel: "Chiudi modale"
|
|
32
|
-
},
|
|
33
|
-
dropdownButton: {
|
|
34
|
-
open: "Apri menu",
|
|
35
|
-
close: "Chiudi menu"
|
|
36
|
-
},
|
|
37
|
-
rating: {
|
|
38
|
-
singleStar: "{0} su {1}",
|
|
39
|
-
multipleStars: "{0} su {1}"
|
|
40
|
-
},
|
|
41
|
-
select: {
|
|
42
|
-
multipleMaxReached: "{0} elementi selezionati"
|
|
43
|
-
},
|
|
44
|
-
chip: {
|
|
45
|
-
clearLabel: "Elimina"
|
|
46
|
-
},
|
|
47
|
-
breadcrumbs: {
|
|
48
|
-
label: "Breadcrumb",
|
|
49
|
-
openHiddenLabelCount: "Mostra {0} breadcrumb nascoste"
|
|
50
|
-
},
|
|
51
|
-
pagination: {
|
|
52
|
-
previous: "Precedente",
|
|
53
|
-
next: "Successivo"
|
|
54
|
-
},
|
|
55
|
-
table: {
|
|
56
|
-
noDataText: "Non ci sono elementi da visualizzare",
|
|
57
|
-
selectAllLabel: "Seleziona tutti gli elementi di questa pagina",
|
|
58
|
-
selectText: "Seleziona un elemento",
|
|
59
|
-
select: "Seleziona"
|
|
60
|
-
}
|
|
61
|
-
};
|
|
1
|
+
import f from "./index347.js";
|
|
62
2
|
export {
|
|
63
|
-
|
|
3
|
+
f as default
|
|
64
4
|
};
|
package/dist/index352.js
CHANGED
|
@@ -1,64 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
noDataText: "No data to display",
|
|
6
|
-
clearLabel: "Reset selected value"
|
|
7
|
-
},
|
|
8
|
-
colorInput: {
|
|
9
|
-
paletteLabel: "Select a color from the palette",
|
|
10
|
-
mainCanvasDesc: "Use the arrows to select a color",
|
|
11
|
-
mainCanvasSelectedColor: "Selected color: {0}",
|
|
12
|
-
hueCanvasDesc: "Use the arrows to select a hue",
|
|
13
|
-
hueCanvasSelectedHue: "Selected hue: {0}"
|
|
14
|
-
},
|
|
15
|
-
datePicker: {
|
|
16
|
-
monthLabel: "Select a month",
|
|
17
|
-
yearLabel: "Select a year",
|
|
18
|
-
previousMonthLabel: "Go to previous month",
|
|
19
|
-
nextMonthLabel: "Go to next month"
|
|
20
|
-
},
|
|
21
|
-
baseDatePickerInput: {
|
|
22
|
-
dateFormat: "Date format",
|
|
23
|
-
dateFormatSingle: "DD/MM/YYYY",
|
|
24
|
-
dateFormatRange: "DD/MM/YYYY - DD/MM/YYYY",
|
|
25
|
-
emptyRange: "Select a range",
|
|
26
|
-
changeSelectionRange: "Change selection, from {0} to {1}",
|
|
27
|
-
changeSelection: "Change selection, {0}",
|
|
28
|
-
emptySelection: "Select a date"
|
|
29
|
-
},
|
|
30
|
-
dialog: {
|
|
31
|
-
closeLabel: "Close dialog"
|
|
32
|
-
},
|
|
33
|
-
dropdownButton: {
|
|
34
|
-
open: "Open menu",
|
|
35
|
-
close: "Close menu"
|
|
36
|
-
},
|
|
37
|
-
rating: {
|
|
38
|
-
singleStar: "{0} out of {1}",
|
|
39
|
-
multipleStars: "{0} out of {1}"
|
|
40
|
-
},
|
|
41
|
-
select: {
|
|
42
|
-
multipleMaxReached: "{0} items selected"
|
|
43
|
-
},
|
|
44
|
-
chip: {
|
|
45
|
-
clearLabel: "Remove"
|
|
46
|
-
},
|
|
47
|
-
breadcrumbs: {
|
|
48
|
-
label: "Breadcrumbs",
|
|
49
|
-
openHiddenLabelCount: "Show {0} hidden breadcrumbs"
|
|
50
|
-
},
|
|
51
|
-
pagination: {
|
|
52
|
-
previous: "Previous",
|
|
53
|
-
next: "Next"
|
|
54
|
-
},
|
|
55
|
-
table: {
|
|
56
|
-
noDataText: "No data to display",
|
|
57
|
-
selectAllLabel: "Select all items on this page",
|
|
58
|
-
selectText: "Select an item",
|
|
59
|
-
select: "Select"
|
|
60
|
-
}
|
|
61
|
-
};
|
|
1
|
+
import o from "./index358.js";
|
|
2
|
+
/* empty css */
|
|
3
|
+
import t from "./index217.js";
|
|
4
|
+
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-8c6b13bd"]]);
|
|
62
5
|
export {
|
|
63
|
-
|
|
6
|
+
m as default
|
|
64
7
|
};
|
package/dist/index353.js
CHANGED
|
@@ -1,95 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
var x = "Expected a function", I = NaN, W = "[object Symbol]", C = /^\s+|\s+$/g, M = /^[-+]0x[0-9a-f]+$/i, N = /^0b[01]+$/i, R = /^0o[0-7]+$/i, $ = parseInt, q = typeof y == "object" && y && y.Object === Object && y, A = typeof self == "object" && self && self.Object === Object && self, B = q || A || Function("return this")(), F = Object.prototype, G = F.toString, P = Math.max, D = Math.min, h = function() {
|
|
7
|
-
return B.Date.now();
|
|
8
|
-
};
|
|
9
|
-
function H(e, r, n) {
|
|
10
|
-
var f, a, g, c, i, u, s = 0, S = !1, d = !1, j = !0;
|
|
11
|
-
if (typeof e != "function")
|
|
12
|
-
throw new TypeError(x);
|
|
13
|
-
r = O(r) || 0, m(n) && (S = !!n.leading, d = "maxWait" in n, g = d ? P(O(n.maxWait) || 0, r) : g, j = "trailing" in n ? !!n.trailing : j);
|
|
14
|
-
function v(t) {
|
|
15
|
-
var o = f, l = a;
|
|
16
|
-
return f = a = void 0, s = t, c = e.apply(l, o), c;
|
|
17
|
-
}
|
|
18
|
-
function J(t) {
|
|
19
|
-
return s = t, i = setTimeout(b, r), S ? v(t) : c;
|
|
20
|
-
}
|
|
21
|
-
function K(t) {
|
|
22
|
-
var o = t - u, l = t - s, L = r - o;
|
|
23
|
-
return d ? D(L, g - l) : L;
|
|
24
|
-
}
|
|
25
|
-
function E(t) {
|
|
26
|
-
var o = t - u, l = t - s;
|
|
27
|
-
return u === void 0 || o >= r || o < 0 || d && l >= g;
|
|
28
|
-
}
|
|
29
|
-
function b() {
|
|
30
|
-
var t = h();
|
|
31
|
-
if (E(t))
|
|
32
|
-
return k(t);
|
|
33
|
-
i = setTimeout(b, K(t));
|
|
34
|
-
}
|
|
35
|
-
function k(t) {
|
|
36
|
-
return i = void 0, j && f ? v(t) : (f = a = void 0, c);
|
|
37
|
-
}
|
|
38
|
-
function Q() {
|
|
39
|
-
i !== void 0 && clearTimeout(i), s = 0, f = u = a = i = void 0;
|
|
40
|
-
}
|
|
41
|
-
function V() {
|
|
42
|
-
return i === void 0 ? c : k(h());
|
|
43
|
-
}
|
|
44
|
-
function T() {
|
|
45
|
-
var t = h(), o = E(t);
|
|
46
|
-
if (f = arguments, a = this, u = t, o) {
|
|
47
|
-
if (i === void 0)
|
|
48
|
-
return J(u);
|
|
49
|
-
if (d)
|
|
50
|
-
return i = setTimeout(b, r), v(u);
|
|
51
|
-
}
|
|
52
|
-
return i === void 0 && (i = setTimeout(b, r)), c;
|
|
53
|
-
}
|
|
54
|
-
return T.cancel = Q, T.flush = V, T;
|
|
55
|
-
}
|
|
56
|
-
function U(e, r, n) {
|
|
57
|
-
var f = !0, a = !0;
|
|
58
|
-
if (typeof e != "function")
|
|
59
|
-
throw new TypeError(x);
|
|
60
|
-
return m(n) && (f = "leading" in n ? !!n.leading : f, a = "trailing" in n ? !!n.trailing : a), H(e, r, {
|
|
61
|
-
leading: f,
|
|
62
|
-
maxWait: r,
|
|
63
|
-
trailing: a
|
|
64
|
-
});
|
|
65
|
-
}
|
|
66
|
-
function m(e) {
|
|
67
|
-
var r = typeof e;
|
|
68
|
-
return !!e && (r == "object" || r == "function");
|
|
69
|
-
}
|
|
70
|
-
function X(e) {
|
|
71
|
-
return !!e && typeof e == "object";
|
|
72
|
-
}
|
|
73
|
-
function z(e) {
|
|
74
|
-
return typeof e == "symbol" || X(e) && G.call(e) == W;
|
|
75
|
-
}
|
|
76
|
-
function O(e) {
|
|
77
|
-
if (typeof e == "number")
|
|
78
|
-
return e;
|
|
79
|
-
if (z(e))
|
|
80
|
-
return I;
|
|
81
|
-
if (m(e)) {
|
|
82
|
-
var r = typeof e.valueOf == "function" ? e.valueOf() : e;
|
|
83
|
-
e = m(r) ? r + "" : r;
|
|
84
|
-
}
|
|
85
|
-
if (typeof e != "string")
|
|
86
|
-
return e === 0 ? e : +e;
|
|
87
|
-
e = e.replace(C, "");
|
|
88
|
-
var n = N.test(e);
|
|
89
|
-
return n || R.test(e) ? $(e.slice(2), n ? 2 : 8) : M.test(e) ? I : +e;
|
|
90
|
-
}
|
|
91
|
-
return p = U, p;
|
|
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;
|
|
92
6
|
}
|
|
93
7
|
export {
|
|
94
|
-
|
|
8
|
+
l as range
|
|
95
9
|
};
|
package/dist/index354.js
CHANGED
|
@@ -1,193 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import { useListboxFocus as te } from "./index364.js";
|
|
8
|
-
import { indexBy as oe } from "./index294.js";
|
|
9
|
-
const le = { class: "bb-listbox__outer-container scrollbar-border" }, ne = {
|
|
10
|
-
ref: "inner",
|
|
11
|
-
class: "bb-listbox__inner-container",
|
|
12
|
-
tabindex: "-1"
|
|
13
|
-
}, ae = {
|
|
14
|
-
key: 0,
|
|
15
|
-
class: "bb-listbox__loading"
|
|
16
|
-
}, ie = {
|
|
17
|
-
key: 1,
|
|
18
|
-
class: "bb-listbox__no-data"
|
|
19
|
-
}, se = ["aria-selected", "data-index"], ue = { class: "autocomplete-option__label" }, xe = /* @__PURE__ */ K({
|
|
20
|
-
__name: "FlatListBox",
|
|
21
|
-
props: {
|
|
22
|
-
compact: { type: Boolean },
|
|
23
|
-
options: {},
|
|
24
|
-
open: { type: Boolean },
|
|
25
|
-
loading: { type: Boolean },
|
|
26
|
-
multiple: { type: Boolean },
|
|
27
|
-
transitionDuration: { default: 250 },
|
|
28
|
-
loadingText: {},
|
|
29
|
-
noDataText: {},
|
|
30
|
-
optionHeight: {}
|
|
31
|
-
},
|
|
32
|
-
emits: ["option:selected", "option:unselected"],
|
|
33
|
-
setup(N, { expose: F, emit: M }) {
|
|
34
|
-
const n = N, x = M, { t: h } = ee(), u = S("inner"), R = S("listbox"), g = a(() => n.optionHeight ? n.optionHeight : n.compact ? 32 : 40), c = w({
|
|
35
|
-
get count() {
|
|
36
|
-
return n.options.length;
|
|
37
|
-
},
|
|
38
|
-
getScrollElement: () => u.value ?? null,
|
|
39
|
-
estimateSize: () => g.value,
|
|
40
|
-
overscan: 5
|
|
41
|
-
}), V = a(() => c.value.getVirtualItems()), C = a(() => c.value.getTotalSize()), y = a(
|
|
42
|
-
() => n.options.map((e, l) => ({
|
|
43
|
-
index: l,
|
|
44
|
-
text: e.text,
|
|
45
|
-
value: e.value,
|
|
46
|
-
valueHash: e.valueHash,
|
|
47
|
-
item: e.item,
|
|
48
|
-
selected: !!e.selected,
|
|
49
|
-
disabled: !!e.disabled,
|
|
50
|
-
focused: l === d.value
|
|
51
|
-
}))
|
|
52
|
-
), o = a(() => oe(y.value, "index")), m = a(() => y.value.length > 0), {
|
|
53
|
-
focusedIndex: d,
|
|
54
|
-
focusNext: I,
|
|
55
|
-
focusPrevious: O,
|
|
56
|
-
focusFirst: P,
|
|
57
|
-
focusLast: Y,
|
|
58
|
-
focusFirstSelected: j,
|
|
59
|
-
focusLastSelected: q,
|
|
60
|
-
focusByHash: A,
|
|
61
|
-
blur: _,
|
|
62
|
-
getHighlighted: G
|
|
63
|
-
} = te(() => n.options, { disabled: () => !n.open });
|
|
64
|
-
v(d, (e) => {
|
|
65
|
-
u.value && Z(e) && c.value.scrollToIndex(e, {
|
|
66
|
-
align: "center",
|
|
67
|
-
behavior: "smooth"
|
|
68
|
-
});
|
|
69
|
-
});
|
|
70
|
-
const H = () => {
|
|
71
|
-
if (D(d.value) || !n.open) return;
|
|
72
|
-
const e = o.value[d.value];
|
|
73
|
-
e.disabled || (e.selected ? x("option:unselected", e) : x("option:selected", e));
|
|
74
|
-
}, k = Q(0), B = () => {
|
|
75
|
-
u.value && (k.value = u.value.scrollHeight);
|
|
76
|
-
}, J = (e) => {
|
|
77
|
-
if (e.preventDefault(), u.value && e.target instanceof HTMLElement && R.value) {
|
|
78
|
-
let l = e.target, t = l.dataset.index;
|
|
79
|
-
for (; D(t) && l.parentElement; )
|
|
80
|
-
l = l.parentElement, t = l.dataset.index;
|
|
81
|
-
if (t) {
|
|
82
|
-
const T = o.value[+t];
|
|
83
|
-
T && !T.disabled && (d.value = +t, H());
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
};
|
|
87
|
-
return v(
|
|
88
|
-
() => n.open,
|
|
89
|
-
() => {
|
|
90
|
-
B();
|
|
91
|
-
},
|
|
92
|
-
{ flush: "post" }
|
|
93
|
-
), v(
|
|
94
|
-
() => n.options,
|
|
95
|
-
(e, l) => {
|
|
96
|
-
E(e.map((t) => t.valueHash)) !== E(l.map((t) => t.valueHash)) && (c.value.calculateRange(), B(), _());
|
|
97
|
-
},
|
|
98
|
-
{ flush: "post" }
|
|
99
|
-
), F({
|
|
100
|
-
focusNext: I,
|
|
101
|
-
focusPrevious: O,
|
|
102
|
-
focusFirst: P,
|
|
103
|
-
focusFirstSelected: j,
|
|
104
|
-
focusLast: Y,
|
|
105
|
-
focusLastSelected: q,
|
|
106
|
-
blur: _,
|
|
107
|
-
confirmOption: H,
|
|
108
|
-
focusByHash: A,
|
|
109
|
-
getHighlighted: G
|
|
110
|
-
}), (e, l) => (s(), i("span", {
|
|
111
|
-
class: $(["bb-listbox", {
|
|
112
|
-
"bb-listbox--compact": e.compact,
|
|
113
|
-
"bb-listbox--loading": e.loading,
|
|
114
|
-
"bb-listbox--multiple": e.multiple,
|
|
115
|
-
"bb-listbox--no-data": !m.value,
|
|
116
|
-
"bb-listbox--open": e.open
|
|
117
|
-
}]),
|
|
118
|
-
style: b({
|
|
119
|
-
"--transition-duration": `${e.transitionDuration}ms`,
|
|
120
|
-
"--overlay-min-height": `${k.value}px`,
|
|
121
|
-
"--option-height": `${g.value}px`
|
|
122
|
-
}),
|
|
123
|
-
onClick: U(J, ["stop"])
|
|
124
|
-
}, [
|
|
125
|
-
p("span", le, [
|
|
126
|
-
p("span", ne, [
|
|
127
|
-
r(e.$slots, "options:prepend"),
|
|
128
|
-
e.loading && !m.value ? (s(), i("span", ae, [
|
|
129
|
-
r(e.$slots, "loading", {}, () => [
|
|
130
|
-
L(f(e.loadingText || z(h)("common.loadingText").value), 1)
|
|
131
|
-
])
|
|
132
|
-
])) : m.value ? (s(), i("span", {
|
|
133
|
-
key: 2,
|
|
134
|
-
role: "listbox",
|
|
135
|
-
ref: "listbox",
|
|
136
|
-
style: b({
|
|
137
|
-
height: `${C.value}px`
|
|
138
|
-
}),
|
|
139
|
-
tabindex: "-1"
|
|
140
|
-
}, [
|
|
141
|
-
(s(!0), i(W, null, X(V.value, (t) => (s(), i("span", {
|
|
142
|
-
key: o.value[t.index].valueHash,
|
|
143
|
-
"aria-selected": o.value[t.index].focused ? !0 : void 0,
|
|
144
|
-
class: $({
|
|
145
|
-
"bb-listbox__option autocomplete-option": !0,
|
|
146
|
-
"autocomplete-option--focused": o.value[t.index].focused,
|
|
147
|
-
"autocomplete-option--selected": o.value[t.index].selected,
|
|
148
|
-
"autocomplete-option--disabled": o.value[t.index].disabled
|
|
149
|
-
}),
|
|
150
|
-
"data-index": t.index,
|
|
151
|
-
role: "option",
|
|
152
|
-
style: b({
|
|
153
|
-
transform: `translateY(${t.start}px)`
|
|
154
|
-
})
|
|
155
|
-
}, [
|
|
156
|
-
r(e.$slots, "option", {
|
|
157
|
-
disabled: o.value[t.index].disabled,
|
|
158
|
-
focused: o.value[t.index].focused,
|
|
159
|
-
index: t.index,
|
|
160
|
-
item: o.value[t.index].item,
|
|
161
|
-
selected: o.value[t.index].selected,
|
|
162
|
-
text: o.value[t.index].text,
|
|
163
|
-
value: o.value[t.index].value
|
|
164
|
-
}, () => [
|
|
165
|
-
l[0] || (l[0] = p("svg", {
|
|
166
|
-
class: "autocomplete-option__checkbox",
|
|
167
|
-
role: "presentation",
|
|
168
|
-
viewBox: "276.411 158.834 114.971 114.97"
|
|
169
|
-
}, [
|
|
170
|
-
p("path", {
|
|
171
|
-
d: "M 297.574 224.786 L 318.309 243.134 L 371.568 189.232",
|
|
172
|
-
fill: "none",
|
|
173
|
-
"stroke-linecap": "round",
|
|
174
|
-
"stroke-width": "14px"
|
|
175
|
-
})
|
|
176
|
-
], -1)),
|
|
177
|
-
p("span", ue, f(o.value[t.index].text), 1)
|
|
178
|
-
])
|
|
179
|
-
], 14, se))), 128))
|
|
180
|
-
], 4)) : (s(), i("span", ie, [
|
|
181
|
-
r(e.$slots, "no-data", {}, () => [
|
|
182
|
-
L(f(e.noDataText || z(h)("common.noDataText").value), 1)
|
|
183
|
-
])
|
|
184
|
-
])),
|
|
185
|
-
r(e.$slots, "options:append")
|
|
186
|
-
], 512)
|
|
187
|
-
])
|
|
188
|
-
], 6));
|
|
189
|
-
}
|
|
190
|
-
});
|
|
1
|
+
function c(n, e) {
|
|
2
|
+
const u = [];
|
|
3
|
+
for (let t = 0; t < n.length; t += e)
|
|
4
|
+
u.push(n.slice(t, t + e));
|
|
5
|
+
return u;
|
|
6
|
+
}
|
|
191
7
|
export {
|
|
192
|
-
|
|
8
|
+
c as chunk
|
|
193
9
|
};
|