@react-aria/combobox 3.4.4-nightly.3598 → 3.4.4-nightly.3600
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/main.js +260 -412
- package/dist/main.js.map +1 -1
- package/dist/module.mjs +260 -412
- package/dist/module.mjs.map +1 -1
- package/package.json +18 -18
package/dist/module.mjs
CHANGED
|
@@ -12,7 +12,27 @@ import {useTextField as $3yVy0$useTextField} from "@react-aria/textfield";
|
|
|
12
12
|
function $parcel$interopDefault(a) {
|
|
13
13
|
return a && a.__esModule ? a.default : a;
|
|
14
14
|
}
|
|
15
|
-
|
|
15
|
+
/*
|
|
16
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
17
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
18
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
19
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
20
|
+
*
|
|
21
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
22
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
23
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
24
|
+
* governing permissions and limitations under the License.
|
|
25
|
+
*/ /*
|
|
26
|
+
* Copyright 2020 Adobe. All rights reserved.
|
|
27
|
+
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
|
|
28
|
+
* you may not use this file except in compliance with the License. You may obtain a copy
|
|
29
|
+
* of the License at http://www.apache.org/licenses/LICENSE-2.0
|
|
30
|
+
*
|
|
31
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
|
32
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
|
|
33
|
+
* OF ANY KIND, either express or implied. See the License for the specific language
|
|
34
|
+
* governing permissions and limitations under the License.
|
|
35
|
+
*/
|
|
16
36
|
|
|
17
37
|
|
|
18
38
|
|
|
@@ -23,24 +43,19 @@ var $02cb4c75c506befe$exports = {};
|
|
|
23
43
|
$02cb4c75c506befe$exports = {
|
|
24
44
|
"buttonLabel": `عرض المقترحات`,
|
|
25
45
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
26
|
-
one: ()=>`${formatter.number(args.optionCount)}
|
|
27
|
-
,
|
|
46
|
+
one: ()=>`${formatter.number(args.optionCount)} خيار`,
|
|
28
47
|
other: ()=>`${formatter.number(args.optionCount)} خيارات`
|
|
29
|
-
})}
|
|
30
|
-
,
|
|
48
|
+
})} متاحة.`,
|
|
31
49
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
32
50
|
true: ()=>`المجموعة المدخلة ${args.groupTitle}, مع ${formatter.plural(args.groupCount, {
|
|
33
|
-
one: ()=>`${formatter.number(args.groupCount)}
|
|
34
|
-
,
|
|
51
|
+
one: ()=>`${formatter.number(args.groupCount)} خيار`,
|
|
35
52
|
other: ()=>`${formatter.number(args.groupCount)} خيارات`
|
|
36
|
-
})}.
|
|
37
|
-
,
|
|
53
|
+
})}. `,
|
|
38
54
|
other: ``
|
|
39
55
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
40
56
|
true: `, محدد`,
|
|
41
57
|
other: ``
|
|
42
|
-
}, args.isSelected)}
|
|
43
|
-
,
|
|
58
|
+
}, args.isSelected)}`,
|
|
44
59
|
"listboxLabel": `مقترحات`,
|
|
45
60
|
"selectedAnnouncement": (args)=>`${args.optionText}، محدد`
|
|
46
61
|
};
|
|
@@ -50,24 +65,19 @@ var $568b8163f1e56faf$exports = {};
|
|
|
50
65
|
$568b8163f1e56faf$exports = {
|
|
51
66
|
"buttonLabel": `Покажи предложения`,
|
|
52
67
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
53
|
-
one: ()=>`${formatter.number(args.optionCount)}
|
|
54
|
-
,
|
|
68
|
+
one: ()=>`${formatter.number(args.optionCount)} опция`,
|
|
55
69
|
other: ()=>`${formatter.number(args.optionCount)} опции`
|
|
56
|
-
})} на
|
|
57
|
-
,
|
|
70
|
+
})} на разположение.`,
|
|
58
71
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
59
72
|
true: ()=>`Въведена група ${args.groupTitle}, с ${formatter.plural(args.groupCount, {
|
|
60
|
-
one: ()=>`${formatter.number(args.groupCount)}
|
|
61
|
-
,
|
|
73
|
+
one: ()=>`${formatter.number(args.groupCount)} опция`,
|
|
62
74
|
other: ()=>`${formatter.number(args.groupCount)} опции`
|
|
63
|
-
})}.
|
|
64
|
-
,
|
|
75
|
+
})}. `,
|
|
65
76
|
other: ``
|
|
66
77
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
67
78
|
true: `, избрани`,
|
|
68
79
|
other: ``
|
|
69
|
-
}, args.isSelected)}
|
|
70
|
-
,
|
|
80
|
+
}, args.isSelected)}`,
|
|
71
81
|
"listboxLabel": `Предложения`,
|
|
72
82
|
"selectedAnnouncement": (args)=>`${args.optionText}, избрани`
|
|
73
83
|
};
|
|
@@ -77,24 +87,19 @@ var $87581c0202d106b8$exports = {};
|
|
|
77
87
|
$87581c0202d106b8$exports = {
|
|
78
88
|
"buttonLabel": `Zobrazit doporučení`,
|
|
79
89
|
"countAnnouncement": (args, formatter)=>`K dispozici ${formatter.plural(args.optionCount, {
|
|
80
|
-
one: ()=>`je ${formatter.number(args.optionCount)} možnost
|
|
81
|
-
,
|
|
90
|
+
one: ()=>`je ${formatter.number(args.optionCount)} možnost`,
|
|
82
91
|
other: ()=>`jsou/je ${formatter.number(args.optionCount)} možnosti/-í`
|
|
83
|
-
})}
|
|
84
|
-
,
|
|
92
|
+
})}.`,
|
|
85
93
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
86
94
|
true: ()=>`Zadaná skupina „${args.groupTitle}“ ${formatter.plural(args.groupCount, {
|
|
87
|
-
one: ()=>`s ${formatter.number(args.groupCount)} možnost
|
|
88
|
-
,
|
|
95
|
+
one: ()=>`s ${formatter.number(args.groupCount)} možností`,
|
|
89
96
|
other: ()=>`se ${formatter.number(args.groupCount)} možnostmi`
|
|
90
|
-
})}.
|
|
91
|
-
,
|
|
97
|
+
})}. `,
|
|
92
98
|
other: ``
|
|
93
99
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
94
100
|
true: ` (vybráno)`,
|
|
95
101
|
other: ``
|
|
96
|
-
}, args.isSelected)}
|
|
97
|
-
,
|
|
102
|
+
}, args.isSelected)}`,
|
|
98
103
|
"listboxLabel": `Návrhy`,
|
|
99
104
|
"selectedAnnouncement": (args)=>`${args.optionText}, vybráno`
|
|
100
105
|
};
|
|
@@ -104,24 +109,19 @@ var $a10a0369f5433ed1$exports = {};
|
|
|
104
109
|
$a10a0369f5433ed1$exports = {
|
|
105
110
|
"buttonLabel": `Vis forslag`,
|
|
106
111
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
107
|
-
one: ()=>`${formatter.number(args.optionCount)} mulighed tilgængelig
|
|
108
|
-
,
|
|
112
|
+
one: ()=>`${formatter.number(args.optionCount)} mulighed tilgængelig`,
|
|
109
113
|
other: ()=>`${formatter.number(args.optionCount)} muligheder tilgængelige`
|
|
110
|
-
})}
|
|
111
|
-
,
|
|
114
|
+
})}.`,
|
|
112
115
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
113
116
|
true: ()=>`Angivet gruppe ${args.groupTitle}, med ${formatter.plural(args.groupCount, {
|
|
114
|
-
one: ()=>`${formatter.number(args.groupCount)} mulighed
|
|
115
|
-
,
|
|
117
|
+
one: ()=>`${formatter.number(args.groupCount)} mulighed`,
|
|
116
118
|
other: ()=>`${formatter.number(args.groupCount)} muligheder`
|
|
117
|
-
})}.
|
|
118
|
-
,
|
|
119
|
+
})}. `,
|
|
119
120
|
other: ``
|
|
120
121
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
121
122
|
true: `, valgt`,
|
|
122
123
|
other: ``
|
|
123
|
-
}, args.isSelected)}
|
|
124
|
-
,
|
|
124
|
+
}, args.isSelected)}`,
|
|
125
125
|
"listboxLabel": `Forslag`,
|
|
126
126
|
"selectedAnnouncement": (args)=>`${args.optionText}, valgt`
|
|
127
127
|
};
|
|
@@ -131,24 +131,19 @@ var $bfd288727d5cb166$exports = {};
|
|
|
131
131
|
$bfd288727d5cb166$exports = {
|
|
132
132
|
"buttonLabel": `Empfehlungen anzeigen`,
|
|
133
133
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
134
|
-
one: ()=>`${formatter.number(args.optionCount)} Option
|
|
135
|
-
,
|
|
134
|
+
one: ()=>`${formatter.number(args.optionCount)} Option`,
|
|
136
135
|
other: ()=>`${formatter.number(args.optionCount)} Optionen`
|
|
137
|
-
})} verfügbar
|
|
138
|
-
,
|
|
136
|
+
})} verfügbar.`,
|
|
139
137
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
140
138
|
true: ()=>`Eingetretene Gruppe ${args.groupTitle}, mit ${formatter.plural(args.groupCount, {
|
|
141
|
-
one: ()=>`${formatter.number(args.groupCount)} Option
|
|
142
|
-
,
|
|
139
|
+
one: ()=>`${formatter.number(args.groupCount)} Option`,
|
|
143
140
|
other: ()=>`${formatter.number(args.groupCount)} Optionen`
|
|
144
|
-
})}.
|
|
145
|
-
,
|
|
141
|
+
})}. `,
|
|
146
142
|
other: ``
|
|
147
143
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
148
144
|
true: `, ausgewählt`,
|
|
149
145
|
other: ``
|
|
150
|
-
}, args.isSelected)}
|
|
151
|
-
,
|
|
146
|
+
}, args.isSelected)}`,
|
|
152
147
|
"listboxLabel": `Empfehlungen`,
|
|
153
148
|
"selectedAnnouncement": (args)=>`${args.optionText}, ausgewählt`
|
|
154
149
|
};
|
|
@@ -158,24 +153,19 @@ var $ca177778f9a74e3c$exports = {};
|
|
|
158
153
|
$ca177778f9a74e3c$exports = {
|
|
159
154
|
"buttonLabel": `Προβολή προτάσεων`,
|
|
160
155
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
161
|
-
one: ()=>`${formatter.number(args.optionCount)}
|
|
162
|
-
,
|
|
156
|
+
one: ()=>`${formatter.number(args.optionCount)} επιλογή`,
|
|
163
157
|
other: ()=>`${formatter.number(args.optionCount)} επιλογές `
|
|
164
|
-
})}
|
|
165
|
-
,
|
|
158
|
+
})} διαθέσιμες.`,
|
|
166
159
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
167
160
|
true: ()=>`Εισαγμένη ομάδα ${args.groupTitle}, με ${formatter.plural(args.groupCount, {
|
|
168
|
-
one: ()=>`${formatter.number(args.groupCount)}
|
|
169
|
-
,
|
|
161
|
+
one: ()=>`${formatter.number(args.groupCount)} επιλογή`,
|
|
170
162
|
other: ()=>`${formatter.number(args.groupCount)} επιλογές`
|
|
171
|
-
})}.
|
|
172
|
-
,
|
|
163
|
+
})}. `,
|
|
173
164
|
other: ``
|
|
174
165
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
175
166
|
true: `, επιλεγμένο`,
|
|
176
167
|
other: ``
|
|
177
|
-
}, args.isSelected)}
|
|
178
|
-
,
|
|
168
|
+
}, args.isSelected)}`,
|
|
179
169
|
"listboxLabel": `Προτάσεις`,
|
|
180
170
|
"selectedAnnouncement": (args)=>`${args.optionText}, επιλέχθηκε`
|
|
181
171
|
};
|
|
@@ -185,25 +175,19 @@ var $9b5aa79ef84beb6c$exports = {};
|
|
|
185
175
|
$9b5aa79ef84beb6c$exports = {
|
|
186
176
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
187
177
|
true: ()=>`Entered group ${args.groupTitle}, with ${formatter.plural(args.groupCount, {
|
|
188
|
-
one: ()=>`${formatter.number(args.groupCount)} option
|
|
189
|
-
,
|
|
178
|
+
one: ()=>`${formatter.number(args.groupCount)} option`,
|
|
190
179
|
other: ()=>`${formatter.number(args.groupCount)} options`
|
|
191
|
-
})}.
|
|
192
|
-
,
|
|
180
|
+
})}. `,
|
|
193
181
|
other: ``
|
|
194
182
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
195
183
|
true: `, selected`,
|
|
196
184
|
other: ``
|
|
197
|
-
}, args.isSelected)}
|
|
198
|
-
,
|
|
185
|
+
}, args.isSelected)}`,
|
|
199
186
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
200
|
-
one: ()=>`${formatter.number(args.optionCount)} option
|
|
201
|
-
,
|
|
187
|
+
one: ()=>`${formatter.number(args.optionCount)} option`,
|
|
202
188
|
other: ()=>`${formatter.number(args.optionCount)} options`
|
|
203
|
-
})} available
|
|
204
|
-
,
|
|
205
|
-
"selectedAnnouncement": (args)=>`${args.optionText}, selected`
|
|
206
|
-
,
|
|
189
|
+
})} available.`,
|
|
190
|
+
"selectedAnnouncement": (args)=>`${args.optionText}, selected`,
|
|
207
191
|
"buttonLabel": `Show suggestions`,
|
|
208
192
|
"listboxLabel": `Suggestions`
|
|
209
193
|
};
|
|
@@ -213,24 +197,19 @@ var $57968e8209de2557$exports = {};
|
|
|
213
197
|
$57968e8209de2557$exports = {
|
|
214
198
|
"buttonLabel": `Mostrar sugerencias`,
|
|
215
199
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
216
|
-
one: ()=>`${formatter.number(args.optionCount)} opción
|
|
217
|
-
,
|
|
200
|
+
one: ()=>`${formatter.number(args.optionCount)} opción`,
|
|
218
201
|
other: ()=>`${formatter.number(args.optionCount)} opciones`
|
|
219
|
-
})} disponible(s)
|
|
220
|
-
,
|
|
202
|
+
})} disponible(s).`,
|
|
221
203
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
222
204
|
true: ()=>`Se ha unido al grupo ${args.groupTitle}, con ${formatter.plural(args.groupCount, {
|
|
223
|
-
one: ()=>`${formatter.number(args.groupCount)} opción
|
|
224
|
-
,
|
|
205
|
+
one: ()=>`${formatter.number(args.groupCount)} opción`,
|
|
225
206
|
other: ()=>`${formatter.number(args.groupCount)} opciones`
|
|
226
|
-
})}.
|
|
227
|
-
,
|
|
207
|
+
})}. `,
|
|
228
208
|
other: ``
|
|
229
209
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
230
210
|
true: `, seleccionado`,
|
|
231
211
|
other: ``
|
|
232
|
-
}, args.isSelected)}
|
|
233
|
-
,
|
|
212
|
+
}, args.isSelected)}`,
|
|
234
213
|
"listboxLabel": `Sugerencias`,
|
|
235
214
|
"selectedAnnouncement": (args)=>`${args.optionText}, seleccionado`
|
|
236
215
|
};
|
|
@@ -240,24 +219,19 @@ var $60690790bf4c1c6a$exports = {};
|
|
|
240
219
|
$60690790bf4c1c6a$exports = {
|
|
241
220
|
"buttonLabel": `Kuva soovitused`,
|
|
242
221
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
243
|
-
one: ()=>`${formatter.number(args.optionCount)} valik
|
|
244
|
-
,
|
|
222
|
+
one: ()=>`${formatter.number(args.optionCount)} valik`,
|
|
245
223
|
other: ()=>`${formatter.number(args.optionCount)} valikud`
|
|
246
|
-
})} saadaval
|
|
247
|
-
,
|
|
224
|
+
})} saadaval.`,
|
|
248
225
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
249
226
|
true: ()=>`Sisestatud rühm ${args.groupTitle}, valikuga ${formatter.plural(args.groupCount, {
|
|
250
|
-
one: ()=>`${formatter.number(args.groupCount)} valik
|
|
251
|
-
,
|
|
227
|
+
one: ()=>`${formatter.number(args.groupCount)} valik`,
|
|
252
228
|
other: ()=>`${formatter.number(args.groupCount)} valikud`
|
|
253
|
-
})}.
|
|
254
|
-
,
|
|
229
|
+
})}. `,
|
|
255
230
|
other: ``
|
|
256
231
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
257
232
|
true: `, valitud`,
|
|
258
233
|
other: ``
|
|
259
|
-
}, args.isSelected)}
|
|
260
|
-
,
|
|
234
|
+
}, args.isSelected)}`,
|
|
261
235
|
"listboxLabel": `Soovitused`,
|
|
262
236
|
"selectedAnnouncement": (args)=>`${args.optionText}, valitud`
|
|
263
237
|
};
|
|
@@ -267,24 +241,19 @@ var $1101246e8c7d9357$exports = {};
|
|
|
267
241
|
$1101246e8c7d9357$exports = {
|
|
268
242
|
"buttonLabel": `Näytä ehdotukset`,
|
|
269
243
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
270
|
-
one: ()=>`${formatter.number(args.optionCount)} vaihtoehto
|
|
271
|
-
,
|
|
244
|
+
one: ()=>`${formatter.number(args.optionCount)} vaihtoehto`,
|
|
272
245
|
other: ()=>`${formatter.number(args.optionCount)} vaihtoehdot`
|
|
273
|
-
})} saatavilla
|
|
274
|
-
,
|
|
246
|
+
})} saatavilla.`,
|
|
275
247
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
276
248
|
true: ()=>`Mentiin ryhmään ${args.groupTitle}, ${formatter.plural(args.groupCount, {
|
|
277
|
-
one: ()=>`${formatter.number(args.groupCount)} vaihtoehdon
|
|
278
|
-
,
|
|
249
|
+
one: ()=>`${formatter.number(args.groupCount)} vaihtoehdon`,
|
|
279
250
|
other: ()=>`${formatter.number(args.groupCount)} vaihtoehdon`
|
|
280
|
-
})} kanssa
|
|
281
|
-
,
|
|
251
|
+
})} kanssa.`,
|
|
282
252
|
other: ``
|
|
283
253
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
284
254
|
true: `, valittu`,
|
|
285
255
|
other: ``
|
|
286
|
-
}, args.isSelected)}
|
|
287
|
-
,
|
|
256
|
+
}, args.isSelected)}`,
|
|
288
257
|
"listboxLabel": `Ehdotukset`,
|
|
289
258
|
"selectedAnnouncement": (args)=>`${args.optionText}, valittu`
|
|
290
259
|
};
|
|
@@ -294,24 +263,19 @@ var $6404b5cb5b241730$exports = {};
|
|
|
294
263
|
$6404b5cb5b241730$exports = {
|
|
295
264
|
"buttonLabel": `Afficher les suggestions`,
|
|
296
265
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
297
|
-
one: ()=>`${formatter.number(args.optionCount)} option
|
|
298
|
-
,
|
|
266
|
+
one: ()=>`${formatter.number(args.optionCount)} option`,
|
|
299
267
|
other: ()=>`${formatter.number(args.optionCount)} options`
|
|
300
|
-
})} disponible(s)
|
|
301
|
-
,
|
|
268
|
+
})} disponible(s).`,
|
|
302
269
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
303
270
|
true: ()=>`Groupe ${args.groupTitle} saisi, avec ${formatter.plural(args.groupCount, {
|
|
304
|
-
one: ()=>`${formatter.number(args.groupCount)} option
|
|
305
|
-
,
|
|
271
|
+
one: ()=>`${formatter.number(args.groupCount)} option`,
|
|
306
272
|
other: ()=>`${formatter.number(args.groupCount)} options`
|
|
307
|
-
})}.
|
|
308
|
-
,
|
|
273
|
+
})}. `,
|
|
309
274
|
other: ``
|
|
310
275
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
311
276
|
true: `, sélectionné(s)`,
|
|
312
277
|
other: ``
|
|
313
|
-
}, args.isSelected)}
|
|
314
|
-
,
|
|
278
|
+
}, args.isSelected)}`,
|
|
315
279
|
"listboxLabel": `Suggestions`,
|
|
316
280
|
"selectedAnnouncement": (args)=>`${args.optionText}, sélectionné`
|
|
317
281
|
};
|
|
@@ -321,24 +285,19 @@ var $dfeafa702e92e31f$exports = {};
|
|
|
321
285
|
$dfeafa702e92e31f$exports = {
|
|
322
286
|
"buttonLabel": `הצג הצעות`,
|
|
323
287
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
324
|
-
one: ()=>`אפשרות ${formatter.number(args.optionCount)}
|
|
325
|
-
,
|
|
288
|
+
one: ()=>`אפשרות ${formatter.number(args.optionCount)}`,
|
|
326
289
|
other: ()=>`${formatter.number(args.optionCount)} אפשרויות`
|
|
327
|
-
})} במצב
|
|
328
|
-
,
|
|
290
|
+
})} במצב זמין.`,
|
|
329
291
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
330
292
|
true: ()=>`נכנס לקבוצה ${args.groupTitle}, עם ${formatter.plural(args.groupCount, {
|
|
331
|
-
one: ()=>`אפשרות ${formatter.number(args.groupCount)}
|
|
332
|
-
,
|
|
293
|
+
one: ()=>`אפשרות ${formatter.number(args.groupCount)}`,
|
|
333
294
|
other: ()=>`${formatter.number(args.groupCount)} אפשרויות`
|
|
334
|
-
})}.
|
|
335
|
-
,
|
|
295
|
+
})}. `,
|
|
336
296
|
other: ``
|
|
337
297
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
338
298
|
true: `, נבחר`,
|
|
339
299
|
other: ``
|
|
340
|
-
}, args.isSelected)}
|
|
341
|
-
,
|
|
300
|
+
}, args.isSelected)}`,
|
|
342
301
|
"listboxLabel": `הצעות`,
|
|
343
302
|
"selectedAnnouncement": (args)=>`${args.optionText}, נבחר`
|
|
344
303
|
};
|
|
@@ -348,24 +307,19 @@ var $2d125e0b34676352$exports = {};
|
|
|
348
307
|
$2d125e0b34676352$exports = {
|
|
349
308
|
"buttonLabel": `Prikaži prijedloge`,
|
|
350
309
|
"countAnnouncement": (args, formatter)=>`Dostupno još: ${formatter.plural(args.optionCount, {
|
|
351
|
-
one: ()=>`${formatter.number(args.optionCount)} opcija
|
|
352
|
-
,
|
|
310
|
+
one: ()=>`${formatter.number(args.optionCount)} opcija`,
|
|
353
311
|
other: ()=>`${formatter.number(args.optionCount)} opcije/a`
|
|
354
|
-
})}
|
|
355
|
-
,
|
|
312
|
+
})}.`,
|
|
356
313
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
357
314
|
true: ()=>`Unesena skupina ${args.groupTitle}, s ${formatter.plural(args.groupCount, {
|
|
358
|
-
one: ()=>`${formatter.number(args.groupCount)} opcijom
|
|
359
|
-
,
|
|
315
|
+
one: ()=>`${formatter.number(args.groupCount)} opcijom`,
|
|
360
316
|
other: ()=>`${formatter.number(args.groupCount)} opcije/a`
|
|
361
|
-
})}.
|
|
362
|
-
,
|
|
317
|
+
})}. `,
|
|
363
318
|
other: ``
|
|
364
319
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
365
320
|
true: `, odabranih`,
|
|
366
321
|
other: ``
|
|
367
|
-
}, args.isSelected)}
|
|
368
|
-
,
|
|
322
|
+
}, args.isSelected)}`,
|
|
369
323
|
"listboxLabel": `Prijedlozi`,
|
|
370
324
|
"selectedAnnouncement": (args)=>`${args.optionText}, odabrano`
|
|
371
325
|
};
|
|
@@ -375,24 +329,19 @@ var $ea029611d7634059$exports = {};
|
|
|
375
329
|
$ea029611d7634059$exports = {
|
|
376
330
|
"buttonLabel": `Javaslatok megjelenítése`,
|
|
377
331
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
378
|
-
one: ()=>`${formatter.number(args.optionCount)} lehetőség
|
|
379
|
-
,
|
|
332
|
+
one: ()=>`${formatter.number(args.optionCount)} lehetőség`,
|
|
380
333
|
other: ()=>`${formatter.number(args.optionCount)} lehetőség`
|
|
381
|
-
})} áll rendelkezésre
|
|
382
|
-
,
|
|
334
|
+
})} áll rendelkezésre.`,
|
|
383
335
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
384
336
|
true: ()=>`Belépett a(z) ${args.groupTitle} csoportba, amely ${formatter.plural(args.groupCount, {
|
|
385
|
-
one: ()=>`${formatter.number(args.groupCount)} lehetőséget
|
|
386
|
-
,
|
|
337
|
+
one: ()=>`${formatter.number(args.groupCount)} lehetőséget`,
|
|
387
338
|
other: ()=>`${formatter.number(args.groupCount)} lehetőséget`
|
|
388
|
-
})} tartalmaz.
|
|
389
|
-
,
|
|
339
|
+
})} tartalmaz. `,
|
|
390
340
|
other: ``
|
|
391
341
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
392
342
|
true: `, kijelölve`,
|
|
393
343
|
other: ``
|
|
394
|
-
}, args.isSelected)}
|
|
395
|
-
,
|
|
344
|
+
}, args.isSelected)}`,
|
|
396
345
|
"listboxLabel": `Javaslatok`,
|
|
397
346
|
"selectedAnnouncement": (args)=>`${args.optionText}, kijelölve`
|
|
398
347
|
};
|
|
@@ -402,24 +351,19 @@ var $77f075bb86ad7091$exports = {};
|
|
|
402
351
|
$77f075bb86ad7091$exports = {
|
|
403
352
|
"buttonLabel": `Mostra suggerimenti`,
|
|
404
353
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
405
|
-
one: ()=>`${formatter.number(args.optionCount)} opzione disponibile
|
|
406
|
-
,
|
|
354
|
+
one: ()=>`${formatter.number(args.optionCount)} opzione disponibile`,
|
|
407
355
|
other: ()=>`${formatter.number(args.optionCount)} opzioni disponibili`
|
|
408
|
-
})}
|
|
409
|
-
,
|
|
356
|
+
})}.`,
|
|
410
357
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
411
358
|
true: ()=>`Ingresso nel gruppo ${args.groupTitle}, con ${formatter.plural(args.groupCount, {
|
|
412
|
-
one: ()=>`${formatter.number(args.groupCount)} opzione
|
|
413
|
-
,
|
|
359
|
+
one: ()=>`${formatter.number(args.groupCount)} opzione`,
|
|
414
360
|
other: ()=>`${formatter.number(args.groupCount)} opzioni`
|
|
415
|
-
})}.
|
|
416
|
-
,
|
|
361
|
+
})}. `,
|
|
417
362
|
other: ``
|
|
418
363
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
419
364
|
true: `, selezionato`,
|
|
420
365
|
other: ``
|
|
421
|
-
}, args.isSelected)}
|
|
422
|
-
,
|
|
366
|
+
}, args.isSelected)}`,
|
|
423
367
|
"listboxLabel": `Suggerimenti`,
|
|
424
368
|
"selectedAnnouncement": (args)=>`${args.optionText}, selezionato`
|
|
425
369
|
};
|
|
@@ -429,24 +373,19 @@ var $6e87462e84907983$exports = {};
|
|
|
429
373
|
$6e87462e84907983$exports = {
|
|
430
374
|
"buttonLabel": `候補を表示`,
|
|
431
375
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
432
|
-
one: ()=>`${formatter.number(args.optionCount)}
|
|
433
|
-
,
|
|
376
|
+
one: ()=>`${formatter.number(args.optionCount)} 個のオプション`,
|
|
434
377
|
other: ()=>`${formatter.number(args.optionCount)} 個のオプション`
|
|
435
|
-
})}
|
|
436
|
-
,
|
|
378
|
+
})}を利用できます。`,
|
|
437
379
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
438
380
|
true: ()=>`入力されたグループ ${args.groupTitle}、${formatter.plural(args.groupCount, {
|
|
439
|
-
one: ()=>`${formatter.number(args.groupCount)}
|
|
440
|
-
,
|
|
381
|
+
one: ()=>`${formatter.number(args.groupCount)} 個のオプション`,
|
|
441
382
|
other: ()=>`${formatter.number(args.groupCount)} 個のオプション`
|
|
442
|
-
})}
|
|
443
|
-
,
|
|
383
|
+
})}を含む。`,
|
|
444
384
|
other: ``
|
|
445
385
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
446
386
|
true: `、選択済み`,
|
|
447
387
|
other: ``
|
|
448
|
-
}, args.isSelected)}
|
|
449
|
-
,
|
|
388
|
+
}, args.isSelected)}`,
|
|
450
389
|
"listboxLabel": `候補`,
|
|
451
390
|
"selectedAnnouncement": (args)=>`${args.optionText}、選択済み`
|
|
452
391
|
};
|
|
@@ -456,24 +395,19 @@ var $9246f2c6edc6b232$exports = {};
|
|
|
456
395
|
$9246f2c6edc6b232$exports = {
|
|
457
396
|
"buttonLabel": `제안 사항 표시`,
|
|
458
397
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
459
|
-
one: ()=>`${formatter.number(args.optionCount)}개
|
|
460
|
-
,
|
|
398
|
+
one: ()=>`${formatter.number(args.optionCount)}개 옵션`,
|
|
461
399
|
other: ()=>`${formatter.number(args.optionCount)}개 옵션`
|
|
462
|
-
})}을 사용할 수
|
|
463
|
-
,
|
|
400
|
+
})}을 사용할 수 있습니다.`,
|
|
464
401
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
465
402
|
true: ()=>`입력한 그룹 ${args.groupTitle}, ${formatter.plural(args.groupCount, {
|
|
466
|
-
one: ()=>`${formatter.number(args.groupCount)}개
|
|
467
|
-
,
|
|
403
|
+
one: ()=>`${formatter.number(args.groupCount)}개 옵션`,
|
|
468
404
|
other: ()=>`${formatter.number(args.groupCount)}개 옵션`
|
|
469
|
-
})}.
|
|
470
|
-
,
|
|
405
|
+
})}. `,
|
|
471
406
|
other: ``
|
|
472
407
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
473
408
|
true: `, 선택됨`,
|
|
474
409
|
other: ``
|
|
475
|
-
}, args.isSelected)}
|
|
476
|
-
,
|
|
410
|
+
}, args.isSelected)}`,
|
|
477
411
|
"listboxLabel": `제안`,
|
|
478
412
|
"selectedAnnouncement": (args)=>`${args.optionText}, 선택됨`
|
|
479
413
|
};
|
|
@@ -483,24 +417,19 @@ var $e587accc6c0a434c$exports = {};
|
|
|
483
417
|
$e587accc6c0a434c$exports = {
|
|
484
418
|
"buttonLabel": `Rodyti pasiūlymus`,
|
|
485
419
|
"countAnnouncement": (args, formatter)=>`Yra ${formatter.plural(args.optionCount, {
|
|
486
|
-
one: ()=>`${formatter.number(args.optionCount)} parinktis
|
|
487
|
-
,
|
|
420
|
+
one: ()=>`${formatter.number(args.optionCount)} parinktis`,
|
|
488
421
|
other: ()=>`${formatter.number(args.optionCount)} parinktys (-ių)`
|
|
489
|
-
})}
|
|
490
|
-
,
|
|
422
|
+
})}.`,
|
|
491
423
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
492
424
|
true: ()=>`Įvesta grupė ${args.groupTitle}, su ${formatter.plural(args.groupCount, {
|
|
493
|
-
one: ()=>`${formatter.number(args.groupCount)} parinktimi
|
|
494
|
-
,
|
|
425
|
+
one: ()=>`${formatter.number(args.groupCount)} parinktimi`,
|
|
495
426
|
other: ()=>`${formatter.number(args.groupCount)} parinktimis (-ių)`
|
|
496
|
-
})}.
|
|
497
|
-
,
|
|
427
|
+
})}. `,
|
|
498
428
|
other: ``
|
|
499
429
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
500
430
|
true: `, pasirinkta`,
|
|
501
431
|
other: ``
|
|
502
|
-
}, args.isSelected)}
|
|
503
|
-
,
|
|
432
|
+
}, args.isSelected)}`,
|
|
504
433
|
"listboxLabel": `Pasiūlymai`,
|
|
505
434
|
"selectedAnnouncement": (args)=>`${args.optionText}, pasirinkta`
|
|
506
435
|
};
|
|
@@ -510,24 +439,19 @@ var $03a1900e7400b5ab$exports = {};
|
|
|
510
439
|
$03a1900e7400b5ab$exports = {
|
|
511
440
|
"buttonLabel": `Rādīt ieteikumus`,
|
|
512
441
|
"countAnnouncement": (args, formatter)=>`Pieejamo opciju skaits: ${formatter.plural(args.optionCount, {
|
|
513
|
-
one: ()=>`${formatter.number(args.optionCount)} opcija
|
|
514
|
-
,
|
|
442
|
+
one: ()=>`${formatter.number(args.optionCount)} opcija`,
|
|
515
443
|
other: ()=>`${formatter.number(args.optionCount)} opcijas`
|
|
516
|
-
})}
|
|
517
|
-
,
|
|
444
|
+
})}.`,
|
|
518
445
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
519
446
|
true: ()=>`Ievadīta grupa ${args.groupTitle}, ar ${formatter.plural(args.groupCount, {
|
|
520
|
-
one: ()=>`${formatter.number(args.groupCount)} opciju
|
|
521
|
-
,
|
|
447
|
+
one: ()=>`${formatter.number(args.groupCount)} opciju`,
|
|
522
448
|
other: ()=>`${formatter.number(args.groupCount)} opcijām`
|
|
523
|
-
})}.
|
|
524
|
-
,
|
|
449
|
+
})}. `,
|
|
525
450
|
other: ``
|
|
526
451
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
527
452
|
true: `, atlasīta`,
|
|
528
453
|
other: ``
|
|
529
|
-
}, args.isSelected)}
|
|
530
|
-
,
|
|
454
|
+
}, args.isSelected)}`,
|
|
531
455
|
"listboxLabel": `Ieteikumi`,
|
|
532
456
|
"selectedAnnouncement": (args)=>`${args.optionText}, atlasīta`
|
|
533
457
|
};
|
|
@@ -537,24 +461,19 @@ var $1387676441be6cf6$exports = {};
|
|
|
537
461
|
$1387676441be6cf6$exports = {
|
|
538
462
|
"buttonLabel": `Vis forslag`,
|
|
539
463
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
540
|
-
one: ()=>`${formatter.number(args.optionCount)} alternativ
|
|
541
|
-
,
|
|
464
|
+
one: ()=>`${formatter.number(args.optionCount)} alternativ`,
|
|
542
465
|
other: ()=>`${formatter.number(args.optionCount)} alternativer`
|
|
543
|
-
})} finnes
|
|
544
|
-
,
|
|
466
|
+
})} finnes.`,
|
|
545
467
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
546
468
|
true: ()=>`Angitt gruppe ${args.groupTitle}, med ${formatter.plural(args.groupCount, {
|
|
547
|
-
one: ()=>`${formatter.number(args.groupCount)} alternativ
|
|
548
|
-
,
|
|
469
|
+
one: ()=>`${formatter.number(args.groupCount)} alternativ`,
|
|
549
470
|
other: ()=>`${formatter.number(args.groupCount)} alternativer`
|
|
550
|
-
})}.
|
|
551
|
-
,
|
|
471
|
+
})}. `,
|
|
552
472
|
other: ``
|
|
553
473
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
554
474
|
true: `, valgt`,
|
|
555
475
|
other: ``
|
|
556
|
-
}, args.isSelected)}
|
|
557
|
-
,
|
|
476
|
+
}, args.isSelected)}`,
|
|
558
477
|
"listboxLabel": `Forslag`,
|
|
559
478
|
"selectedAnnouncement": (args)=>`${args.optionText}, valgt`
|
|
560
479
|
};
|
|
@@ -564,24 +483,19 @@ var $17e82ebf0f8ab91f$exports = {};
|
|
|
564
483
|
$17e82ebf0f8ab91f$exports = {
|
|
565
484
|
"buttonLabel": `Suggesties weergeven`,
|
|
566
485
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
567
|
-
one: ()=>`${formatter.number(args.optionCount)} optie
|
|
568
|
-
,
|
|
486
|
+
one: ()=>`${formatter.number(args.optionCount)} optie`,
|
|
569
487
|
other: ()=>`${formatter.number(args.optionCount)} opties`
|
|
570
|
-
})} beschikbaar
|
|
571
|
-
,
|
|
488
|
+
})} beschikbaar.`,
|
|
572
489
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
573
490
|
true: ()=>`Groep ${args.groupTitle} ingevoerd met ${formatter.plural(args.groupCount, {
|
|
574
|
-
one: ()=>`${formatter.number(args.groupCount)} optie
|
|
575
|
-
,
|
|
491
|
+
one: ()=>`${formatter.number(args.groupCount)} optie`,
|
|
576
492
|
other: ()=>`${formatter.number(args.groupCount)} opties`
|
|
577
|
-
})}.
|
|
578
|
-
,
|
|
493
|
+
})}. `,
|
|
579
494
|
other: ``
|
|
580
495
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
581
496
|
true: `, geselecteerd`,
|
|
582
497
|
other: ``
|
|
583
|
-
}, args.isSelected)}
|
|
584
|
-
,
|
|
498
|
+
}, args.isSelected)}`,
|
|
585
499
|
"listboxLabel": `Suggesties`,
|
|
586
500
|
"selectedAnnouncement": (args)=>`${args.optionText}, geselecteerd`
|
|
587
501
|
};
|
|
@@ -591,24 +505,19 @@ var $2f5377d3471630e5$exports = {};
|
|
|
591
505
|
$2f5377d3471630e5$exports = {
|
|
592
506
|
"buttonLabel": `Wyświetlaj sugestie`,
|
|
593
507
|
"countAnnouncement": (args, formatter)=>`dostępna/dostępne(-nych) ${formatter.plural(args.optionCount, {
|
|
594
|
-
one: ()=>`${formatter.number(args.optionCount)} opcja
|
|
595
|
-
,
|
|
508
|
+
one: ()=>`${formatter.number(args.optionCount)} opcja`,
|
|
596
509
|
other: ()=>`${formatter.number(args.optionCount)} opcje(-i)`
|
|
597
|
-
})}
|
|
598
|
-
,
|
|
510
|
+
})}.`,
|
|
599
511
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
600
512
|
true: ()=>`Dołączono do grupy ${args.groupTitle}, z ${formatter.plural(args.groupCount, {
|
|
601
|
-
one: ()=>`${formatter.number(args.groupCount)} opcj
|
|
602
|
-
,
|
|
513
|
+
one: ()=>`${formatter.number(args.groupCount)} opcją`,
|
|
603
514
|
other: ()=>`${formatter.number(args.groupCount)} opcjami`
|
|
604
|
-
})}.
|
|
605
|
-
,
|
|
515
|
+
})}. `,
|
|
606
516
|
other: ``
|
|
607
517
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
608
518
|
true: `, wybrano`,
|
|
609
519
|
other: ``
|
|
610
|
-
}, args.isSelected)}
|
|
611
|
-
,
|
|
520
|
+
}, args.isSelected)}`,
|
|
612
521
|
"listboxLabel": `Sugestie`,
|
|
613
522
|
"selectedAnnouncement": (args)=>`${args.optionText}, wybrano`
|
|
614
523
|
};
|
|
@@ -618,24 +527,19 @@ var $dee9868b6fa95ffe$exports = {};
|
|
|
618
527
|
$dee9868b6fa95ffe$exports = {
|
|
619
528
|
"buttonLabel": `Mostrar sugestões`,
|
|
620
529
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
621
|
-
one: ()=>`${formatter.number(args.optionCount)} opção
|
|
622
|
-
,
|
|
530
|
+
one: ()=>`${formatter.number(args.optionCount)} opção`,
|
|
623
531
|
other: ()=>`${formatter.number(args.optionCount)} opções`
|
|
624
|
-
})} disponível
|
|
625
|
-
,
|
|
532
|
+
})} disponível.`,
|
|
626
533
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
627
534
|
true: ()=>`Grupo inserido ${args.groupTitle}, com ${formatter.plural(args.groupCount, {
|
|
628
|
-
one: ()=>`${formatter.number(args.groupCount)} opção
|
|
629
|
-
,
|
|
535
|
+
one: ()=>`${formatter.number(args.groupCount)} opção`,
|
|
630
536
|
other: ()=>`${formatter.number(args.groupCount)} opções`
|
|
631
|
-
})}.
|
|
632
|
-
,
|
|
537
|
+
})}. `,
|
|
633
538
|
other: ``
|
|
634
539
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
635
540
|
true: `, selecionado`,
|
|
636
541
|
other: ``
|
|
637
|
-
}, args.isSelected)}
|
|
638
|
-
,
|
|
542
|
+
}, args.isSelected)}`,
|
|
639
543
|
"listboxLabel": `Sugestões`,
|
|
640
544
|
"selectedAnnouncement": (args)=>`${args.optionText}, selecionado`
|
|
641
545
|
};
|
|
@@ -645,24 +549,19 @@ var $f8b2e63637cbb5a6$exports = {};
|
|
|
645
549
|
$f8b2e63637cbb5a6$exports = {
|
|
646
550
|
"buttonLabel": `Apresentar sugestões`,
|
|
647
551
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
648
|
-
one: ()=>`${formatter.number(args.optionCount)} opção
|
|
649
|
-
,
|
|
552
|
+
one: ()=>`${formatter.number(args.optionCount)} opção`,
|
|
650
553
|
other: ()=>`${formatter.number(args.optionCount)} opções`
|
|
651
|
-
})} disponível
|
|
652
|
-
,
|
|
554
|
+
})} disponível.`,
|
|
653
555
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
654
556
|
true: ()=>`Grupo introduzido ${args.groupTitle}, com ${formatter.plural(args.groupCount, {
|
|
655
|
-
one: ()=>`${formatter.number(args.groupCount)} opção
|
|
656
|
-
,
|
|
557
|
+
one: ()=>`${formatter.number(args.groupCount)} opção`,
|
|
657
558
|
other: ()=>`${formatter.number(args.groupCount)} opções`
|
|
658
|
-
})}.
|
|
659
|
-
,
|
|
559
|
+
})}. `,
|
|
660
560
|
other: ``
|
|
661
561
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
662
562
|
true: `, selecionado`,
|
|
663
563
|
other: ``
|
|
664
|
-
}, args.isSelected)}
|
|
665
|
-
,
|
|
564
|
+
}, args.isSelected)}`,
|
|
666
565
|
"listboxLabel": `Sugestões`,
|
|
667
566
|
"selectedAnnouncement": (args)=>`${args.optionText}, selecionado`
|
|
668
567
|
};
|
|
@@ -672,24 +571,19 @@ var $46a885db3b44ea95$exports = {};
|
|
|
672
571
|
$46a885db3b44ea95$exports = {
|
|
673
572
|
"buttonLabel": `Afișare sugestii`,
|
|
674
573
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
675
|
-
one: ()=>`${formatter.number(args.optionCount)} opțiune
|
|
676
|
-
,
|
|
574
|
+
one: ()=>`${formatter.number(args.optionCount)} opțiune`,
|
|
677
575
|
other: ()=>`${formatter.number(args.optionCount)} opțiuni`
|
|
678
|
-
})} disponibile
|
|
679
|
-
,
|
|
576
|
+
})} disponibile.`,
|
|
680
577
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
681
578
|
true: ()=>`Grup ${args.groupTitle} introdus, cu ${formatter.plural(args.groupCount, {
|
|
682
|
-
one: ()=>`${formatter.number(args.groupCount)} opțiune
|
|
683
|
-
,
|
|
579
|
+
one: ()=>`${formatter.number(args.groupCount)} opțiune`,
|
|
684
580
|
other: ()=>`${formatter.number(args.groupCount)} opțiuni`
|
|
685
|
-
})}.
|
|
686
|
-
,
|
|
581
|
+
})}. `,
|
|
687
582
|
other: ``
|
|
688
583
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
689
584
|
true: `, selectat`,
|
|
690
585
|
other: ``
|
|
691
|
-
}, args.isSelected)}
|
|
692
|
-
,
|
|
586
|
+
}, args.isSelected)}`,
|
|
693
587
|
"listboxLabel": `Sugestii`,
|
|
694
588
|
"selectedAnnouncement": (args)=>`${args.optionText}, selectat`
|
|
695
589
|
};
|
|
@@ -699,24 +593,19 @@ var $50d8a8f0afa9dee5$exports = {};
|
|
|
699
593
|
$50d8a8f0afa9dee5$exports = {
|
|
700
594
|
"buttonLabel": `Показать предложения`,
|
|
701
595
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
702
|
-
one: ()=>`${formatter.number(args.optionCount)}
|
|
703
|
-
,
|
|
596
|
+
one: ()=>`${formatter.number(args.optionCount)} параметр`,
|
|
704
597
|
other: ()=>`${formatter.number(args.optionCount)} параметров`
|
|
705
|
-
})}
|
|
706
|
-
,
|
|
598
|
+
})} доступно.`,
|
|
707
599
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
708
600
|
true: ()=>`Введенная группа ${args.groupTitle}, с ${formatter.plural(args.groupCount, {
|
|
709
|
-
one: ()=>`${formatter.number(args.groupCount)}
|
|
710
|
-
,
|
|
601
|
+
one: ()=>`${formatter.number(args.groupCount)} параметром`,
|
|
711
602
|
other: ()=>`${formatter.number(args.groupCount)} параметрами`
|
|
712
|
-
})}.
|
|
713
|
-
,
|
|
603
|
+
})}. `,
|
|
714
604
|
other: ``
|
|
715
605
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
716
606
|
true: `, выбранными`,
|
|
717
607
|
other: ``
|
|
718
|
-
}, args.isSelected)}
|
|
719
|
-
,
|
|
608
|
+
}, args.isSelected)}`,
|
|
720
609
|
"listboxLabel": `Предложения`,
|
|
721
610
|
"selectedAnnouncement": (args)=>`${args.optionText}, выбрано`
|
|
722
611
|
};
|
|
@@ -726,24 +615,19 @@ var $2867ee6173245507$exports = {};
|
|
|
726
615
|
$2867ee6173245507$exports = {
|
|
727
616
|
"buttonLabel": `Zobraziť návrhy`,
|
|
728
617
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
729
|
-
one: ()=>`${formatter.number(args.optionCount)} možnos
|
|
730
|
-
,
|
|
618
|
+
one: ()=>`${formatter.number(args.optionCount)} možnosť`,
|
|
731
619
|
other: ()=>`${formatter.number(args.optionCount)} možnosti/-í`
|
|
732
|
-
})} k dispozícii
|
|
733
|
-
,
|
|
620
|
+
})} k dispozícii.`,
|
|
734
621
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
735
622
|
true: ()=>`Zadaná skupina ${args.groupTitle}, s ${formatter.plural(args.groupCount, {
|
|
736
|
-
one: ()=>`${formatter.number(args.groupCount)} možnosťou
|
|
737
|
-
,
|
|
623
|
+
one: ()=>`${formatter.number(args.groupCount)} možnosťou`,
|
|
738
624
|
other: ()=>`${formatter.number(args.groupCount)} možnosťami`
|
|
739
|
-
})}.
|
|
740
|
-
,
|
|
625
|
+
})}. `,
|
|
741
626
|
other: ``
|
|
742
627
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
743
628
|
true: `, vybraté`,
|
|
744
629
|
other: ``
|
|
745
|
-
}, args.isSelected)}
|
|
746
|
-
,
|
|
630
|
+
}, args.isSelected)}`,
|
|
747
631
|
"listboxLabel": `Návrhy`,
|
|
748
632
|
"selectedAnnouncement": (args)=>`${args.optionText}, vybraté`
|
|
749
633
|
};
|
|
@@ -753,24 +637,19 @@ var $0631b65beeb09b50$exports = {};
|
|
|
753
637
|
$0631b65beeb09b50$exports = {
|
|
754
638
|
"buttonLabel": `Prikaži predloge`,
|
|
755
639
|
"countAnnouncement": (args, formatter)=>`Na voljo je ${formatter.plural(args.optionCount, {
|
|
756
|
-
one: ()=>`${formatter.number(args.optionCount)} opcija
|
|
757
|
-
,
|
|
640
|
+
one: ()=>`${formatter.number(args.optionCount)} opcija`,
|
|
758
641
|
other: ()=>`${formatter.number(args.optionCount)} opcije`
|
|
759
|
-
})}
|
|
760
|
-
,
|
|
642
|
+
})}.`,
|
|
761
643
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
762
644
|
true: ()=>`Vnesena skupina ${args.groupTitle}, z ${formatter.plural(args.groupCount, {
|
|
763
|
-
one: ()=>`${formatter.number(args.groupCount)} opcija
|
|
764
|
-
,
|
|
645
|
+
one: ()=>`${formatter.number(args.groupCount)} opcija`,
|
|
765
646
|
other: ()=>`${formatter.number(args.groupCount)} opcije`
|
|
766
|
-
})}.
|
|
767
|
-
,
|
|
647
|
+
})}. `,
|
|
768
648
|
other: ``
|
|
769
649
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
770
650
|
true: `, izbrano`,
|
|
771
651
|
other: ``
|
|
772
|
-
}, args.isSelected)}
|
|
773
|
-
,
|
|
652
|
+
}, args.isSelected)}`,
|
|
774
653
|
"listboxLabel": `Predlogi`,
|
|
775
654
|
"selectedAnnouncement": (args)=>`${args.optionText}, izbrano`
|
|
776
655
|
};
|
|
@@ -780,24 +659,19 @@ var $65fc749265dcd686$exports = {};
|
|
|
780
659
|
$65fc749265dcd686$exports = {
|
|
781
660
|
"buttonLabel": `Prikaži predloge`,
|
|
782
661
|
"countAnnouncement": (args, formatter)=>`Dostupno još: ${formatter.plural(args.optionCount, {
|
|
783
|
-
one: ()=>`${formatter.number(args.optionCount)} opcija
|
|
784
|
-
,
|
|
662
|
+
one: ()=>`${formatter.number(args.optionCount)} opcija`,
|
|
785
663
|
other: ()=>`${formatter.number(args.optionCount)} opcije/a`
|
|
786
|
-
})}
|
|
787
|
-
,
|
|
664
|
+
})}.`,
|
|
788
665
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
789
666
|
true: ()=>`Unesena grupa ${args.groupTitle}, s ${formatter.plural(args.groupCount, {
|
|
790
|
-
one: ()=>`${formatter.number(args.groupCount)} opcijom
|
|
791
|
-
,
|
|
667
|
+
one: ()=>`${formatter.number(args.groupCount)} opcijom`,
|
|
792
668
|
other: ()=>`${formatter.number(args.groupCount)} optione/a`
|
|
793
|
-
})}.
|
|
794
|
-
,
|
|
669
|
+
})}. `,
|
|
795
670
|
other: ``
|
|
796
671
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
797
672
|
true: `, izabranih`,
|
|
798
673
|
other: ``
|
|
799
|
-
}, args.isSelected)}
|
|
800
|
-
,
|
|
674
|
+
}, args.isSelected)}`,
|
|
801
675
|
"listboxLabel": `Predlozi`,
|
|
802
676
|
"selectedAnnouncement": (args)=>`${args.optionText}, izabrano`
|
|
803
677
|
};
|
|
@@ -807,24 +681,19 @@ var $69ba655c7853c08e$exports = {};
|
|
|
807
681
|
$69ba655c7853c08e$exports = {
|
|
808
682
|
"buttonLabel": `Visa förslag`,
|
|
809
683
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
810
|
-
one: ()=>`${formatter.number(args.optionCount)} alternativ
|
|
811
|
-
,
|
|
684
|
+
one: ()=>`${formatter.number(args.optionCount)} alternativ`,
|
|
812
685
|
other: ()=>`${formatter.number(args.optionCount)} alternativ`
|
|
813
|
-
})} tillgängliga
|
|
814
|
-
,
|
|
686
|
+
})} tillgängliga.`,
|
|
815
687
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
816
688
|
true: ()=>`Ingick i gruppen ${args.groupTitle} med ${formatter.plural(args.groupCount, {
|
|
817
|
-
one: ()=>`${formatter.number(args.groupCount)} alternativ
|
|
818
|
-
,
|
|
689
|
+
one: ()=>`${formatter.number(args.groupCount)} alternativ`,
|
|
819
690
|
other: ()=>`${formatter.number(args.groupCount)} alternativ`
|
|
820
|
-
})}.
|
|
821
|
-
,
|
|
691
|
+
})}. `,
|
|
822
692
|
other: ``
|
|
823
693
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
824
694
|
true: `, valda`,
|
|
825
695
|
other: ``
|
|
826
|
-
}, args.isSelected)}
|
|
827
|
-
,
|
|
696
|
+
}, args.isSelected)}`,
|
|
828
697
|
"listboxLabel": `Förslag`,
|
|
829
698
|
"selectedAnnouncement": (args)=>`${args.optionText}, valda`
|
|
830
699
|
};
|
|
@@ -834,24 +703,19 @@ var $a79794784d61577c$exports = {};
|
|
|
834
703
|
$a79794784d61577c$exports = {
|
|
835
704
|
"buttonLabel": `Önerileri göster`,
|
|
836
705
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
837
|
-
one: ()=>`${formatter.number(args.optionCount)} seçenek
|
|
838
|
-
,
|
|
706
|
+
one: ()=>`${formatter.number(args.optionCount)} seçenek`,
|
|
839
707
|
other: ()=>`${formatter.number(args.optionCount)} seçenekler`
|
|
840
|
-
})} kullanılabilir
|
|
841
|
-
,
|
|
708
|
+
})} kullanılabilir.`,
|
|
842
709
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
843
710
|
true: ()=>`Girilen grup ${args.groupTitle}, ile ${formatter.plural(args.groupCount, {
|
|
844
|
-
one: ()=>`${formatter.number(args.groupCount)} seçenek
|
|
845
|
-
,
|
|
711
|
+
one: ()=>`${formatter.number(args.groupCount)} seçenek`,
|
|
846
712
|
other: ()=>`${formatter.number(args.groupCount)} seçenekler`
|
|
847
|
-
})}.
|
|
848
|
-
,
|
|
713
|
+
})}. `,
|
|
849
714
|
other: ``
|
|
850
715
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
851
716
|
true: `, seçildi`,
|
|
852
717
|
other: ``
|
|
853
|
-
}, args.isSelected)}
|
|
854
|
-
,
|
|
718
|
+
}, args.isSelected)}`,
|
|
855
719
|
"listboxLabel": `Öneriler`,
|
|
856
720
|
"selectedAnnouncement": (args)=>`${args.optionText}, seçildi`
|
|
857
721
|
};
|
|
@@ -861,24 +725,19 @@ var $c2845791417ebaf4$exports = {};
|
|
|
861
725
|
$c2845791417ebaf4$exports = {
|
|
862
726
|
"buttonLabel": `Показати пропозиції`,
|
|
863
727
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
864
|
-
one: ()=>`${formatter.number(args.optionCount)}
|
|
865
|
-
,
|
|
728
|
+
one: ()=>`${formatter.number(args.optionCount)} параметр`,
|
|
866
729
|
other: ()=>`${formatter.number(args.optionCount)} параметри(-ів)`
|
|
867
|
-
})}
|
|
868
|
-
,
|
|
730
|
+
})} доступно.`,
|
|
869
731
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
870
732
|
true: ()=>`Введена група ${args.groupTitle}, з ${formatter.plural(args.groupCount, {
|
|
871
|
-
one: ()=>`${formatter.number(args.groupCount)}
|
|
872
|
-
,
|
|
733
|
+
one: ()=>`${formatter.number(args.groupCount)} параметр`,
|
|
873
734
|
other: ()=>`${formatter.number(args.groupCount)} параметри(-ів)`
|
|
874
|
-
})}.
|
|
875
|
-
,
|
|
735
|
+
})}. `,
|
|
876
736
|
other: ``
|
|
877
737
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
878
738
|
true: `, вибрано`,
|
|
879
739
|
other: ``
|
|
880
|
-
}, args.isSelected)}
|
|
881
|
-
,
|
|
740
|
+
}, args.isSelected)}`,
|
|
882
741
|
"listboxLabel": `Пропозиції`,
|
|
883
742
|
"selectedAnnouncement": (args)=>`${args.optionText}, вибрано`
|
|
884
743
|
};
|
|
@@ -888,24 +747,19 @@ var $29b642d0025cc7a4$exports = {};
|
|
|
888
747
|
$29b642d0025cc7a4$exports = {
|
|
889
748
|
"buttonLabel": `显示建议`,
|
|
890
749
|
"countAnnouncement": (args, formatter)=>`有 ${formatter.plural(args.optionCount, {
|
|
891
|
-
one: ()=>`${formatter.number(args.optionCount)}
|
|
892
|
-
,
|
|
750
|
+
one: ()=>`${formatter.number(args.optionCount)} 个选项`,
|
|
893
751
|
other: ()=>`${formatter.number(args.optionCount)} 个选项`
|
|
894
|
-
})}
|
|
895
|
-
,
|
|
752
|
+
})}可用。`,
|
|
896
753
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
897
754
|
true: ()=>`进入了 ${args.groupTitle} 组,其中有 ${formatter.plural(args.groupCount, {
|
|
898
|
-
one: ()=>`${formatter.number(args.groupCount)}
|
|
899
|
-
,
|
|
755
|
+
one: ()=>`${formatter.number(args.groupCount)} 个选项`,
|
|
900
756
|
other: ()=>`${formatter.number(args.groupCount)} 个选项`
|
|
901
|
-
})}.
|
|
902
|
-
,
|
|
757
|
+
})}. `,
|
|
903
758
|
other: ``
|
|
904
759
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
905
760
|
true: `, 已选择`,
|
|
906
761
|
other: ``
|
|
907
|
-
}, args.isSelected)}
|
|
908
|
-
,
|
|
762
|
+
}, args.isSelected)}`,
|
|
909
763
|
"listboxLabel": `建议`,
|
|
910
764
|
"selectedAnnouncement": (args)=>`${args.optionText}, 已选择`
|
|
911
765
|
};
|
|
@@ -915,24 +769,19 @@ var $cd36dd33f9d46936$exports = {};
|
|
|
915
769
|
$cd36dd33f9d46936$exports = {
|
|
916
770
|
"buttonLabel": `顯示建議`,
|
|
917
771
|
"countAnnouncement": (args, formatter)=>`${formatter.plural(args.optionCount, {
|
|
918
|
-
one: ()=>`${formatter.number(args.optionCount)}
|
|
919
|
-
,
|
|
772
|
+
one: ()=>`${formatter.number(args.optionCount)} 選項`,
|
|
920
773
|
other: ()=>`${formatter.number(args.optionCount)} 選項`
|
|
921
|
-
})}
|
|
922
|
-
,
|
|
774
|
+
})} 可用。`,
|
|
923
775
|
"focusAnnouncement": (args, formatter)=>`${formatter.select({
|
|
924
776
|
true: ()=>`輸入的群組 ${args.groupTitle}, 有 ${formatter.plural(args.groupCount, {
|
|
925
|
-
one: ()=>`${formatter.number(args.groupCount)}
|
|
926
|
-
,
|
|
777
|
+
one: ()=>`${formatter.number(args.groupCount)} 選項`,
|
|
927
778
|
other: ()=>`${formatter.number(args.groupCount)} 選項`
|
|
928
|
-
})}.
|
|
929
|
-
,
|
|
779
|
+
})}. `,
|
|
930
780
|
other: ``
|
|
931
781
|
}, args.isGroupChange)}${args.optionText}${formatter.select({
|
|
932
782
|
true: `, 已選取`,
|
|
933
783
|
other: ``
|
|
934
|
-
}, args.isSelected)}
|
|
935
|
-
,
|
|
784
|
+
}, args.isSelected)}`,
|
|
936
785
|
"listboxLabel": `建議`,
|
|
937
786
|
"selectedAnnouncement": (args)=>`${args.optionText}, 已選取`
|
|
938
787
|
};
|
|
@@ -983,26 +832,25 @@ $2e84e748dc57e459$exports = {
|
|
|
983
832
|
function $c350ade66beef0af$export$8c18d1b4f7232bbf(props, state) {
|
|
984
833
|
let { buttonRef: buttonRef , popoverRef: popoverRef , inputRef: inputRef , listBoxRef: listBoxRef , keyboardDelegate: keyboardDelegate , shouldFocusWrap: // completionMode = 'suggest',
|
|
985
834
|
shouldFocusWrap , isReadOnly: isReadOnly , isDisabled: isDisabled } = props;
|
|
986
|
-
let stringFormatter = $3yVy0$useLocalizedStringFormatter((/*@__PURE__*/$parcel$interopDefault($2e84e748dc57e459$exports)));
|
|
987
|
-
let { menuTriggerProps: menuTriggerProps , menuProps: menuProps } = $3yVy0$useMenuTrigger({
|
|
988
|
-
type:
|
|
835
|
+
let stringFormatter = (0, $3yVy0$useLocalizedStringFormatter)((0, (/*@__PURE__*/$parcel$interopDefault($2e84e748dc57e459$exports))));
|
|
836
|
+
let { menuTriggerProps: menuTriggerProps , menuProps: menuProps } = (0, $3yVy0$useMenuTrigger)({
|
|
837
|
+
type: "listbox",
|
|
989
838
|
isDisabled: isDisabled || isReadOnly
|
|
990
839
|
}, state, buttonRef);
|
|
991
840
|
// Set listbox id so it can be used when calling getItemId later
|
|
992
|
-
$3yVy0$listData.set(state, {
|
|
841
|
+
(0, $3yVy0$listData).set(state, {
|
|
993
842
|
id: menuProps.id
|
|
994
843
|
});
|
|
995
844
|
// By default, a KeyboardDelegate is provided which uses the DOM to query layout information (e.g. for page up/page down).
|
|
996
845
|
// When virtualized, the layout object will be passed in as a prop and override this.
|
|
997
|
-
let delegate = $3yVy0$useMemo(()=>keyboardDelegate || new $3yVy0$ListKeyboardDelegate(state.collection, state.disabledKeys, listBoxRef)
|
|
998
|
-
, [
|
|
846
|
+
let delegate = (0, $3yVy0$useMemo)(()=>keyboardDelegate || new (0, $3yVy0$ListKeyboardDelegate)(state.collection, state.disabledKeys, listBoxRef), [
|
|
999
847
|
keyboardDelegate,
|
|
1000
848
|
state.collection,
|
|
1001
849
|
state.disabledKeys,
|
|
1002
850
|
listBoxRef
|
|
1003
851
|
]);
|
|
1004
852
|
// Use useSelectableCollection to get the keyboard handlers to apply to the textfield
|
|
1005
|
-
let { collectionProps: collectionProps } = $3yVy0$useSelectableCollection({
|
|
853
|
+
let { collectionProps: collectionProps } = (0, $3yVy0$useSelectableCollection)({
|
|
1006
854
|
selectionManager: state.selectionManager,
|
|
1007
855
|
keyboardDelegate: delegate,
|
|
1008
856
|
disallowTypeAhead: true,
|
|
@@ -1015,24 +863,24 @@ function $c350ade66beef0af$export$8c18d1b4f7232bbf(props, state) {
|
|
|
1015
863
|
// For textfield specific keydown operations
|
|
1016
864
|
let onKeyDown = (e)=>{
|
|
1017
865
|
switch(e.key){
|
|
1018
|
-
case
|
|
1019
|
-
case
|
|
866
|
+
case "Enter":
|
|
867
|
+
case "Tab":
|
|
1020
868
|
// Prevent form submission if menu is open since we may be selecting a option
|
|
1021
|
-
if (state.isOpen && e.key ===
|
|
869
|
+
if (state.isOpen && e.key === "Enter") e.preventDefault();
|
|
1022
870
|
state.commit();
|
|
1023
871
|
break;
|
|
1024
|
-
case
|
|
1025
|
-
if (state.selectedKey !== null || state.inputValue ===
|
|
872
|
+
case "Escape":
|
|
873
|
+
if (state.selectedKey !== null || state.inputValue === "" || props.allowsCustomValue) e.continuePropagation();
|
|
1026
874
|
state.revert();
|
|
1027
875
|
break;
|
|
1028
|
-
case
|
|
1029
|
-
state.open(
|
|
876
|
+
case "ArrowDown":
|
|
877
|
+
state.open("first", "manual");
|
|
1030
878
|
break;
|
|
1031
|
-
case
|
|
1032
|
-
state.open(
|
|
879
|
+
case "ArrowUp":
|
|
880
|
+
state.open("last", "manual");
|
|
1033
881
|
break;
|
|
1034
|
-
case
|
|
1035
|
-
case
|
|
882
|
+
case "ArrowLeft":
|
|
883
|
+
case "ArrowRight":
|
|
1036
884
|
state.selectionManager.setFocusedKey(null);
|
|
1037
885
|
break;
|
|
1038
886
|
}
|
|
@@ -1049,41 +897,41 @@ function $c350ade66beef0af$export$8c18d1b4f7232bbf(props, state) {
|
|
|
1049
897
|
if (props.onFocus) props.onFocus(e);
|
|
1050
898
|
state.setFocused(true);
|
|
1051
899
|
};
|
|
1052
|
-
let { labelProps: labelProps , inputProps: inputProps , descriptionProps: descriptionProps , errorMessageProps: errorMessageProps } = $3yVy0$useTextField({
|
|
900
|
+
let { labelProps: labelProps , inputProps: inputProps , descriptionProps: descriptionProps , errorMessageProps: errorMessageProps } = (0, $3yVy0$useTextField)({
|
|
1053
901
|
...props,
|
|
1054
902
|
onChange: state.setInputValue,
|
|
1055
|
-
onKeyDown: !isReadOnly && $3yVy0$chain(state.isOpen && collectionProps.onKeyDown, onKeyDown, props.onKeyDown),
|
|
903
|
+
onKeyDown: !isReadOnly && (0, $3yVy0$chain)(state.isOpen && collectionProps.onKeyDown, onKeyDown, props.onKeyDown),
|
|
1056
904
|
onBlur: onBlur,
|
|
1057
905
|
value: state.inputValue,
|
|
1058
906
|
onFocus: onFocus,
|
|
1059
|
-
autoComplete:
|
|
907
|
+
autoComplete: "off"
|
|
1060
908
|
}, inputRef);
|
|
1061
909
|
// Press handlers for the ComboBox button
|
|
1062
910
|
let onPress = (e)=>{
|
|
1063
|
-
if (e.pointerType ===
|
|
911
|
+
if (e.pointerType === "touch") {
|
|
1064
912
|
// Focus the input field in case it isn't focused yet
|
|
1065
913
|
inputRef.current.focus();
|
|
1066
|
-
state.toggle(null,
|
|
914
|
+
state.toggle(null, "manual");
|
|
1067
915
|
}
|
|
1068
916
|
};
|
|
1069
917
|
let onPressStart = (e)=>{
|
|
1070
|
-
if (e.pointerType !==
|
|
918
|
+
if (e.pointerType !== "touch") {
|
|
1071
919
|
inputRef.current.focus();
|
|
1072
|
-
state.toggle(e.pointerType ===
|
|
920
|
+
state.toggle(e.pointerType === "keyboard" || e.pointerType === "virtual" ? "first" : null, "manual");
|
|
1073
921
|
}
|
|
1074
922
|
};
|
|
1075
|
-
let triggerLabelProps = $3yVy0$useLabels({
|
|
923
|
+
let triggerLabelProps = (0, $3yVy0$useLabels)({
|
|
1076
924
|
id: menuTriggerProps.id,
|
|
1077
|
-
|
|
1078
|
-
|
|
925
|
+
"aria-label": stringFormatter.format("buttonLabel"),
|
|
926
|
+
"aria-labelledby": props["aria-labelledby"] || labelProps.id
|
|
1079
927
|
});
|
|
1080
|
-
let listBoxProps = $3yVy0$useLabels({
|
|
928
|
+
let listBoxProps = (0, $3yVy0$useLabels)({
|
|
1081
929
|
id: menuProps.id,
|
|
1082
|
-
|
|
1083
|
-
|
|
930
|
+
"aria-label": stringFormatter.format("listboxLabel"),
|
|
931
|
+
"aria-labelledby": props["aria-labelledby"] || labelProps.id
|
|
1084
932
|
});
|
|
1085
933
|
// If a touch happens on direct center of ComboBox input, might be virtual click from iPad so open ComboBox menu
|
|
1086
|
-
let lastEventTime = $3yVy0$useRef(0);
|
|
934
|
+
let lastEventTime = (0, $3yVy0$useRef)(0);
|
|
1087
935
|
let onTouchEnd = (e)=>{
|
|
1088
936
|
if (isDisabled || isReadOnly) return;
|
|
1089
937
|
// Sometimes VoiceOver on iOS fires two touchend events in quick succession. Ignore the second one.
|
|
@@ -1094,12 +942,12 @@ function $c350ade66beef0af$export$8c18d1b4f7232bbf(props, state) {
|
|
|
1094
942
|
}
|
|
1095
943
|
let rect = e.target.getBoundingClientRect();
|
|
1096
944
|
let touch = e.changedTouches[0];
|
|
1097
|
-
let centerX = Math.ceil(rect.left +
|
|
1098
|
-
let centerY = Math.ceil(rect.top +
|
|
945
|
+
let centerX = Math.ceil(rect.left + .5 * rect.width);
|
|
946
|
+
let centerY = Math.ceil(rect.top + .5 * rect.height);
|
|
1099
947
|
if (touch.clientX === centerX && touch.clientY === centerY) {
|
|
1100
948
|
e.preventDefault();
|
|
1101
949
|
inputRef.current.focus();
|
|
1102
|
-
state.toggle(null,
|
|
950
|
+
state.toggle(null, "manual");
|
|
1103
951
|
lastEventTime.current = e.timeStamp;
|
|
1104
952
|
}
|
|
1105
953
|
};
|
|
@@ -1107,63 +955,63 @@ function $c350ade66beef0af$export$8c18d1b4f7232bbf(props, state) {
|
|
|
1107
955
|
// (especially on iOS). We use a live region announcer to announce focus changes
|
|
1108
956
|
// manually. In addition, section titles are announced when navigating into a new section.
|
|
1109
957
|
let focusedItem = state.selectionManager.focusedKey != null && state.isOpen ? state.collection.getItem(state.selectionManager.focusedKey) : undefined;
|
|
1110
|
-
var
|
|
1111
|
-
let sectionKey = (
|
|
958
|
+
var ref;
|
|
959
|
+
let sectionKey = (ref = focusedItem === null || focusedItem === void 0 ? void 0 : focusedItem.parentKey) !== null && ref !== void 0 ? ref : null;
|
|
1112
960
|
var _focusedKey;
|
|
1113
961
|
let itemKey = (_focusedKey = state.selectionManager.focusedKey) !== null && _focusedKey !== void 0 ? _focusedKey : null;
|
|
1114
|
-
let lastSection = $3yVy0$useRef(sectionKey);
|
|
1115
|
-
let lastItem = $3yVy0$useRef(itemKey);
|
|
1116
|
-
$3yVy0$useEffect(()=>{
|
|
1117
|
-
if ($3yVy0$isAppleDevice() && focusedItem != null && itemKey !== lastItem.current) {
|
|
962
|
+
let lastSection = (0, $3yVy0$useRef)(sectionKey);
|
|
963
|
+
let lastItem = (0, $3yVy0$useRef)(itemKey);
|
|
964
|
+
(0, $3yVy0$useEffect)(()=>{
|
|
965
|
+
if ((0, $3yVy0$isAppleDevice)() && focusedItem != null && itemKey !== lastItem.current) {
|
|
1118
966
|
let isSelected = state.selectionManager.isSelected(itemKey);
|
|
1119
967
|
let section = sectionKey != null ? state.collection.getItem(sectionKey) : null;
|
|
1120
|
-
let sectionTitle = (section === null || section === void 0 ? void 0 : section[
|
|
1121
|
-
let announcement = stringFormatter.format(
|
|
968
|
+
let sectionTitle = (section === null || section === void 0 ? void 0 : section["aria-label"]) || (typeof (section === null || section === void 0 ? void 0 : section.rendered) === "string" ? section.rendered : "") || "";
|
|
969
|
+
let announcement = stringFormatter.format("focusAnnouncement", {
|
|
1122
970
|
isGroupChange: section && sectionKey !== lastSection.current,
|
|
1123
971
|
groupTitle: sectionTitle,
|
|
1124
972
|
groupCount: section ? [
|
|
1125
973
|
...section.childNodes
|
|
1126
974
|
].length : 0,
|
|
1127
|
-
optionText: focusedItem[
|
|
975
|
+
optionText: focusedItem["aria-label"] || focusedItem.textValue || "",
|
|
1128
976
|
isSelected: isSelected
|
|
1129
977
|
});
|
|
1130
|
-
$3yVy0$announce(announcement);
|
|
978
|
+
(0, $3yVy0$announce)(announcement);
|
|
1131
979
|
}
|
|
1132
980
|
lastSection.current = sectionKey;
|
|
1133
981
|
lastItem.current = itemKey;
|
|
1134
982
|
});
|
|
1135
983
|
// Announce the number of available suggestions when it changes
|
|
1136
|
-
let optionCount = $3yVy0$getItemCount(state.collection);
|
|
1137
|
-
let lastSize = $3yVy0$useRef(optionCount);
|
|
1138
|
-
let lastOpen = $3yVy0$useRef(state.isOpen);
|
|
1139
|
-
$3yVy0$useEffect(()=>{
|
|
984
|
+
let optionCount = (0, $3yVy0$getItemCount)(state.collection);
|
|
985
|
+
let lastSize = (0, $3yVy0$useRef)(optionCount);
|
|
986
|
+
let lastOpen = (0, $3yVy0$useRef)(state.isOpen);
|
|
987
|
+
(0, $3yVy0$useEffect)(()=>{
|
|
1140
988
|
// Only announce the number of options available when the menu opens if there is no
|
|
1141
989
|
// focused item, otherwise screen readers will typically read e.g. "1 of 6".
|
|
1142
990
|
// The exception is VoiceOver since this isn't included in the message above.
|
|
1143
|
-
let didOpenWithoutFocusedItem = state.isOpen !== lastOpen.current && (state.selectionManager.focusedKey == null || $3yVy0$isAppleDevice());
|
|
991
|
+
let didOpenWithoutFocusedItem = state.isOpen !== lastOpen.current && (state.selectionManager.focusedKey == null || (0, $3yVy0$isAppleDevice)());
|
|
1144
992
|
if (state.isOpen && (didOpenWithoutFocusedItem || optionCount !== lastSize.current)) {
|
|
1145
|
-
let announcement = stringFormatter.format(
|
|
993
|
+
let announcement = stringFormatter.format("countAnnouncement", {
|
|
1146
994
|
optionCount: optionCount
|
|
1147
995
|
});
|
|
1148
|
-
$3yVy0$announce(announcement);
|
|
996
|
+
(0, $3yVy0$announce)(announcement);
|
|
1149
997
|
}
|
|
1150
998
|
lastSize.current = optionCount;
|
|
1151
999
|
lastOpen.current = state.isOpen;
|
|
1152
1000
|
});
|
|
1153
1001
|
// Announce when a selection occurs for VoiceOver. Other screen readers typically do this automatically.
|
|
1154
|
-
let lastSelectedKey = $3yVy0$useRef(state.selectedKey);
|
|
1155
|
-
$3yVy0$useEffect(()=>{
|
|
1156
|
-
if ($3yVy0$isAppleDevice() && state.isFocused && state.selectedItem && state.selectedKey !== lastSelectedKey.current) {
|
|
1157
|
-
let optionText = state.selectedItem[
|
|
1158
|
-
let announcement = stringFormatter.format(
|
|
1002
|
+
let lastSelectedKey = (0, $3yVy0$useRef)(state.selectedKey);
|
|
1003
|
+
(0, $3yVy0$useEffect)(()=>{
|
|
1004
|
+
if ((0, $3yVy0$isAppleDevice)() && state.isFocused && state.selectedItem && state.selectedKey !== lastSelectedKey.current) {
|
|
1005
|
+
let optionText = state.selectedItem["aria-label"] || state.selectedItem.textValue || "";
|
|
1006
|
+
let announcement = stringFormatter.format("selectedAnnouncement", {
|
|
1159
1007
|
optionText: optionText
|
|
1160
1008
|
});
|
|
1161
|
-
$3yVy0$announce(announcement);
|
|
1009
|
+
(0, $3yVy0$announce)(announcement);
|
|
1162
1010
|
}
|
|
1163
1011
|
lastSelectedKey.current = state.selectedKey;
|
|
1164
1012
|
});
|
|
1165
|
-
$3yVy0$useEffect(()=>{
|
|
1166
|
-
if (state.isOpen) return $3yVy0$ariaHideOutside([
|
|
1013
|
+
(0, $3yVy0$useEffect)(()=>{
|
|
1014
|
+
if (state.isOpen) return (0, $3yVy0$ariaHideOutside)([
|
|
1167
1015
|
inputRef.current,
|
|
1168
1016
|
popoverRef.current
|
|
1169
1017
|
]);
|
|
@@ -1182,20 +1030,20 @@ function $c350ade66beef0af$export$8c18d1b4f7232bbf(props, state) {
|
|
|
1182
1030
|
onPressStart: onPressStart,
|
|
1183
1031
|
isDisabled: isDisabled || isReadOnly
|
|
1184
1032
|
},
|
|
1185
|
-
inputProps: $3yVy0$mergeProps(inputProps, {
|
|
1186
|
-
role:
|
|
1187
|
-
|
|
1188
|
-
|
|
1033
|
+
inputProps: (0, $3yVy0$mergeProps)(inputProps, {
|
|
1034
|
+
role: "combobox",
|
|
1035
|
+
"aria-expanded": menuTriggerProps["aria-expanded"],
|
|
1036
|
+
"aria-controls": state.isOpen ? menuProps.id : undefined,
|
|
1189
1037
|
// TODO: readd proper logic for completionMode = complete (aria-autocomplete: both)
|
|
1190
|
-
|
|
1191
|
-
|
|
1038
|
+
"aria-autocomplete": "list",
|
|
1039
|
+
"aria-activedescendant": focusedItem ? (0, $3yVy0$getItemId)(state, focusedItem.key) : undefined,
|
|
1192
1040
|
onTouchEnd: onTouchEnd,
|
|
1193
1041
|
// This disable's iOS's autocorrect suggestions, since the combo box provides its own suggestions.
|
|
1194
|
-
autoCorrect:
|
|
1042
|
+
autoCorrect: "off",
|
|
1195
1043
|
// This disable's the macOS Safari spell check auto corrections.
|
|
1196
|
-
spellCheck:
|
|
1044
|
+
spellCheck: "false"
|
|
1197
1045
|
}),
|
|
1198
|
-
listBoxProps: $3yVy0$mergeProps(menuProps, listBoxProps, {
|
|
1046
|
+
listBoxProps: (0, $3yVy0$mergeProps)(menuProps, listBoxProps, {
|
|
1199
1047
|
autoFocus: state.focusStrategy,
|
|
1200
1048
|
shouldUseVirtualFocus: true,
|
|
1201
1049
|
shouldSelectOnPressUp: true,
|