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