@react-spectrum/actionbar 3.1.2-nightly.4111 → 3.2.0

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/import.mjs CHANGED
@@ -69,6 +69,7 @@ $22c931b8c5fa9db9$exports = {
69
69
  "clearSelection": `Изчистване на избора`,
70
70
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
71
71
  "=0": `Няма избрани`,
72
+ one: ()=>`${formatter.number(args.count)} избран`,
72
73
  other: ()=>`${formatter.number(args.count)} избрани`
73
74
  })}`,
74
75
  "selectedAll": `Всички избрани`
@@ -108,6 +109,7 @@ $3281990be7bd78f6$exports = {
108
109
  "clearSelection": `Auswahl löschen`,
109
110
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
110
111
  "=0": `Nichts ausgewählt`,
112
+ one: ()=>`${formatter.number(args.count)} ausgewählt`,
111
113
  other: ()=>`${formatter.number(args.count)} ausgewählt`
112
114
  })}`,
113
115
  "selectedAll": `Alles ausgewählt`
@@ -121,7 +123,8 @@ $242cbd951f3bcfeb$exports = {
121
123
  "clearSelection": `Εκκαθάριση επιλογής`,
122
124
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
123
125
  "=0": `Δεν επιλέχθηκε κανένα`,
124
- other: ()=>`Επιλέχθηκαν ${formatter.number(args.count)}`
126
+ one: ()=>`${formatter.number(args.count)} επιλεγμένο`,
127
+ other: ()=>`${formatter.number(args.count)} επιλεγμένα`
125
128
  })}`,
126
129
  "selectedAll": `Επιλέχθηκαν όλα`
127
130
  };
@@ -147,7 +150,8 @@ $5b8605d86a9af2ee$exports = {
147
150
  "clearSelection": `Borrar selección`,
148
151
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
149
152
  "=0": `Nada seleccionado`,
150
- other: ()=>`${formatter.number(args.count)} seleccionado`
153
+ one: ()=>`${formatter.number(args.count)} seleccionado`,
154
+ other: ()=>`${formatter.number(args.count)} seleccionados`
151
155
  })}`,
152
156
  "selectedAll": `Todo seleccionado`
153
157
  };
@@ -186,6 +190,7 @@ $e0c3da022513542b$exports = {
186
190
  "clearSelection": `Supprimer la sélection`,
187
191
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
188
192
  "=0": `Aucun élément sélectionné`,
193
+ one: ()=>`${formatter.number(args.count)} sélectionné`,
189
194
  other: ()=>`${formatter.number(args.count)} sélectionnés`
190
195
  })}`,
191
196
  "selectedAll": `Toute la sélection`
@@ -199,8 +204,9 @@ $796ff5aed019aee1$exports = {
199
204
  "clearSelection": `נקה בחירה`,
200
205
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
201
206
  "=0": `לא בוצעה בחירה`,
207
+ one: ()=>` ${formatter.number(args.count)} בחר`,
202
208
  other: ()=>`${formatter.number(args.count)} נבחרו`
203
- })}`,
209
+ })}",`,
204
210
  "selectedAll": `כל הפריטים שנבחרו`
205
211
  };
206
212
 
@@ -210,10 +216,7 @@ $e1066348ea80fd36$exports = {
210
216
  "actions": `Radnje`,
211
217
  "actionsAvailable": `Dostupne radnje.`,
212
218
  "clearSelection": `Poništi odabir`,
213
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
214
- "=0": `Nijedna nije odabrana`,
215
- other: ()=>`${formatter.number(args.count)} je odabrano`
216
- })}`,
219
+ "selected": (args)=>`Odabrano: ${args.count}`,
217
220
  "selectedAll": `Sve je odabrano`
218
221
  };
219
222
 
@@ -238,7 +241,8 @@ $087af352bd8a67a5$exports = {
238
241
  "clearSelection": `Annulla selezione`,
239
242
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
240
243
  "=0": `Nessuno selezionato`,
241
- other: ()=>`${formatter.number(args.count)} selezionato/i`
244
+ one: ()=>`${formatter.number(args.count)} selezionato`,
245
+ other: ()=>`${formatter.number(args.count)} selezionati`
242
246
  })}`,
243
247
  "selectedAll": `Tutti selezionati`
244
248
  };
@@ -275,10 +279,7 @@ $7103396bd37d192c$exports = {
275
279
  "actions": `Veiksmai`,
276
280
  "actionsAvailable": `Galimi veiksmai.`,
277
281
  "clearSelection": `Išvalyti pasirinkimą`,
278
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
279
- "=0": `Nieko nepasirinkta`,
280
- other: ()=>`Pasirinkta ${formatter.number(args.count)}`
281
- })}`,
282
+ "selected": (args)=>`Pasirinkta: ${args.count}`,
282
283
  "selectedAll": `Pasirinkta viskas`
283
284
  };
284
285
 
@@ -290,7 +291,7 @@ $da39587a937fb6fd$exports = {
290
291
  "clearSelection": `Notīrīt atlasi`,
291
292
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
292
293
  "=0": `Nav atlasīts nekas`,
293
- other: ()=>`Atlasīts: ${formatter.number(args.count)}`
294
+ other: ()=>`Atlasīts(-i): ${formatter.number(args.count)}`
294
295
  })}`,
295
296
  "selectedAll": `Atlasīts viss`
296
297
  };
@@ -301,10 +302,7 @@ $fef3c3414d151198$exports = {
301
302
  "actions": `Handlinger`,
302
303
  "actionsAvailable": `Tilgjengelige handlinger.`,
303
304
  "clearSelection": `Tøm utvalg`,
304
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
305
- "=0": `Ingen er valgt`,
306
- other: ()=>`${formatter.number(args.count)} er valgt`
307
- })}`,
305
+ "selected": (args)=>`Valde element: ${args.count}`,
308
306
  "selectedAll": `Alle er valgt`
309
307
  };
310
308
 
@@ -327,10 +325,7 @@ $ecd102793531599a$exports = {
327
325
  "actions": `Działania`,
328
326
  "actionsAvailable": `Dostępne działania.`,
329
327
  "clearSelection": `Wyczyść zaznaczenie`,
330
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
331
- "=0": `Nie zaznaczono żadnego elementu`,
332
- other: ()=>`${formatter.number(args.count)} zaznaczonych`
333
- })}`,
328
+ "selected": (args)=>`Zaznaczono: ${args.count}`,
334
329
  "selectedAll": `Wszystkie zaznaczone`
335
330
  };
336
331
 
@@ -341,8 +336,9 @@ $70b0a95af4186e29$exports = {
341
336
  "actionsAvailable": `Ações disponíveis.`,
342
337
  "clearSelection": `Limpar seleção`,
343
338
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
344
- "=0": `Nada selecionado`,
345
- other: ()=>`${formatter.number(args.count)} selecionado`
339
+ "=0": `Nenhum selecionado`,
340
+ one: ()=>`${formatter.number(args.count)} selecionado`,
341
+ other: ()=>`${formatter.number(args.count)} selecionados`
346
342
  })}`,
347
343
  "selectedAll": `Todos selecionados`
348
344
  };
@@ -355,7 +351,8 @@ $4b15e180aed5c52d$exports = {
355
351
  "clearSelection": `Limpar seleção`,
356
352
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
357
353
  "=0": `Nenhum selecionado`,
358
- other: ()=>`${formatter.number(args.count)} selecionado`
354
+ one: ()=>`${formatter.number(args.count)} selecionado`,
355
+ other: ()=>`${formatter.number(args.count)} selecionados`
359
356
  })}`,
360
357
  "selectedAll": `Tudo selecionado`
361
358
  };
@@ -368,6 +365,7 @@ $d0ef0a1cef9c2d6c$exports = {
368
365
  "clearSelection": `Goliți selecția`,
369
366
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
370
367
  "=0": `Niciunul selectat`,
368
+ one: ()=>` ${formatter.number(args.count)} selectat`,
371
369
  other: ()=>`${formatter.number(args.count)} selectate`
372
370
  })}`,
373
371
  "selectedAll": `Toate selectate`
@@ -379,10 +377,7 @@ $58fc1ff371f0c7fd$exports = {
379
377
  "actions": `Действия`,
380
378
  "actionsAvailable": `Возможно выполнение действий.`,
381
379
  "clearSelection": `Очистить выбор`,
382
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
383
- "=0": `Ничего не выбоано`,
384
- other: ()=>`${formatter.number(args.count)} выбрано`
385
- })}`,
380
+ "selected": (args)=>`Выбрано: ${args.count}`,
386
381
  "selectedAll": `Выбрано все`
387
382
  };
388
383
 
@@ -392,10 +387,7 @@ $b5f65f4e7988d1dd$exports = {
392
387
  "actions": `Akcie`,
393
388
  "actionsAvailable": `Dostupné akcie.`,
394
389
  "clearSelection": `Vymazať výber`,
395
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
396
- "=0": `Žiadne vybraté položky`,
397
- other: ()=>`Počet vybratých položiek: ${formatter.number(args.count)}`
398
- })}`,
390
+ "selected": (args)=>`Vybrané položky: ${args.count}`,
399
391
  "selectedAll": `Všetky vybraté položky`
400
392
  };
401
393
 
@@ -405,10 +397,7 @@ $5409ad409aeaf678$exports = {
405
397
  "actions": `Dejanja`,
406
398
  "actionsAvailable": `Na voljo so dejanja.`,
407
399
  "clearSelection": `Počisti izbor`,
408
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
409
- "=0": `Nič izbranih`,
410
- other: ()=>`${formatter.number(args.count)} izbranih`
411
- })}`,
400
+ "selected": (args)=>`Izbrano: ${args.count}`,
412
401
  "selectedAll": `Vsi izbrani`
413
402
  };
414
403
 
@@ -417,11 +406,8 @@ var $43feb38b3d4bbf1f$exports = {};
417
406
  $43feb38b3d4bbf1f$exports = {
418
407
  "actions": `Radnje`,
419
408
  "actionsAvailable": `Dostupne su radnje.`,
420
- "clearSelection": `Poništi izbor`,
421
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
422
- "=0": `Ništa nije izabrano`,
423
- other: ()=>`${formatter.number(args.count)} je izabrano`
424
- })}`,
409
+ "clearSelection": `Sve je izabrano`,
410
+ "selected": (args)=>`Izabrano: ${args.count}`,
425
411
  "selectedAll": `Sve je izabrano`
426
412
  };
427
413
 
@@ -432,8 +418,9 @@ $cbe41ff823ebe108$exports = {
432
418
  "actionsAvailable": `Åtgärder finns.`,
433
419
  "clearSelection": `Rensa markering`,
434
420
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
435
- "=0": `Inga markerade`,
436
- other: ()=>`${formatter.number(args.count)} markerade`
421
+ "=0": `Inga valda`,
422
+ one: ()=>`${formatter.number(args.count)} vald`,
423
+ other: ()=>`${formatter.number(args.count)} valda`
437
424
  })}`,
438
425
  "selectedAll": `Alla markerade`
439
426
  };
@@ -457,10 +444,7 @@ $1e4c96bc308e0da2$exports = {
457
444
  "actions": `Дії`,
458
445
  "actionsAvailable": `Доступні дії.`,
459
446
  "clearSelection": `Очистити вибір`,
460
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
461
- "=0": `Нічого не вибрано`,
462
- other: ()=>`Вибрано: ${formatter.number(args.count)}`
463
- })}`,
447
+ "selected": (args)=>`Вибрано: ${args.count}`,
464
448
  "selectedAll": `Усе вибрано`
465
449
  };
466
450
 
package/dist/main.js CHANGED
@@ -73,6 +73,7 @@ $527a50f3b3c911b7$exports = {
73
73
  "clearSelection": `Изчистване на избора`,
74
74
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
75
75
  "=0": `Няма избрани`,
76
+ one: ()=>`${formatter.number(args.count)} избран`,
76
77
  other: ()=>`${formatter.number(args.count)} избрани`
77
78
  })}`,
78
79
  "selectedAll": `Всички избрани`
@@ -112,6 +113,7 @@ $6ef7dffbce87e74f$exports = {
112
113
  "clearSelection": `Auswahl löschen`,
113
114
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
114
115
  "=0": `Nichts ausgewählt`,
116
+ one: ()=>`${formatter.number(args.count)} ausgewählt`,
115
117
  other: ()=>`${formatter.number(args.count)} ausgewählt`
116
118
  })}`,
117
119
  "selectedAll": `Alles ausgewählt`
@@ -125,7 +127,8 @@ $43c62672ca45763f$exports = {
125
127
  "clearSelection": `Εκκαθάριση επιλογής`,
126
128
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
127
129
  "=0": `Δεν επιλέχθηκε κανένα`,
128
- other: ()=>`Επιλέχθηκαν ${formatter.number(args.count)}`
130
+ one: ()=>`${formatter.number(args.count)} επιλεγμένο`,
131
+ other: ()=>`${formatter.number(args.count)} επιλεγμένα`
129
132
  })}`,
130
133
  "selectedAll": `Επιλέχθηκαν όλα`
131
134
  };
@@ -151,7 +154,8 @@ $d1fe0a28d16ba803$exports = {
151
154
  "clearSelection": `Borrar selección`,
152
155
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
153
156
  "=0": `Nada seleccionado`,
154
- other: ()=>`${formatter.number(args.count)} seleccionado`
157
+ one: ()=>`${formatter.number(args.count)} seleccionado`,
158
+ other: ()=>`${formatter.number(args.count)} seleccionados`
155
159
  })}`,
156
160
  "selectedAll": `Todo seleccionado`
157
161
  };
@@ -190,6 +194,7 @@ $fced00dcdde4e781$exports = {
190
194
  "clearSelection": `Supprimer la sélection`,
191
195
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
192
196
  "=0": `Aucun élément sélectionné`,
197
+ one: ()=>`${formatter.number(args.count)} sélectionné`,
193
198
  other: ()=>`${formatter.number(args.count)} sélectionnés`
194
199
  })}`,
195
200
  "selectedAll": `Toute la sélection`
@@ -203,8 +208,9 @@ $e568cd7cb63d7ce3$exports = {
203
208
  "clearSelection": `נקה בחירה`,
204
209
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
205
210
  "=0": `לא בוצעה בחירה`,
211
+ one: ()=>` ${formatter.number(args.count)} בחר`,
206
212
  other: ()=>`${formatter.number(args.count)} נבחרו`
207
- })}`,
213
+ })}",`,
208
214
  "selectedAll": `כל הפריטים שנבחרו`
209
215
  };
210
216
 
@@ -214,10 +220,7 @@ $50951315acf49d05$exports = {
214
220
  "actions": `Radnje`,
215
221
  "actionsAvailable": `Dostupne radnje.`,
216
222
  "clearSelection": `Poništi odabir`,
217
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
218
- "=0": `Nijedna nije odabrana`,
219
- other: ()=>`${formatter.number(args.count)} je odabrano`
220
- })}`,
223
+ "selected": (args)=>`Odabrano: ${args.count}`,
221
224
  "selectedAll": `Sve je odabrano`
222
225
  };
223
226
 
@@ -242,7 +245,8 @@ $9bd9ce3c11c5d11e$exports = {
242
245
  "clearSelection": `Annulla selezione`,
243
246
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
244
247
  "=0": `Nessuno selezionato`,
245
- other: ()=>`${formatter.number(args.count)} selezionato/i`
248
+ one: ()=>`${formatter.number(args.count)} selezionato`,
249
+ other: ()=>`${formatter.number(args.count)} selezionati`
246
250
  })}`,
247
251
  "selectedAll": `Tutti selezionati`
248
252
  };
@@ -279,10 +283,7 @@ $92a06c1a52267a65$exports = {
279
283
  "actions": `Veiksmai`,
280
284
  "actionsAvailable": `Galimi veiksmai.`,
281
285
  "clearSelection": `Išvalyti pasirinkimą`,
282
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
283
- "=0": `Nieko nepasirinkta`,
284
- other: ()=>`Pasirinkta ${formatter.number(args.count)}`
285
- })}`,
286
+ "selected": (args)=>`Pasirinkta: ${args.count}`,
286
287
  "selectedAll": `Pasirinkta viskas`
287
288
  };
288
289
 
@@ -294,7 +295,7 @@ $670c23292e727d95$exports = {
294
295
  "clearSelection": `Notīrīt atlasi`,
295
296
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
296
297
  "=0": `Nav atlasīts nekas`,
297
- other: ()=>`Atlasīts: ${formatter.number(args.count)}`
298
+ other: ()=>`Atlasīts(-i): ${formatter.number(args.count)}`
298
299
  })}`,
299
300
  "selectedAll": `Atlasīts viss`
300
301
  };
@@ -305,10 +306,7 @@ $2636117ad082d1ea$exports = {
305
306
  "actions": `Handlinger`,
306
307
  "actionsAvailable": `Tilgjengelige handlinger.`,
307
308
  "clearSelection": `Tøm utvalg`,
308
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
309
- "=0": `Ingen er valgt`,
310
- other: ()=>`${formatter.number(args.count)} er valgt`
311
- })}`,
309
+ "selected": (args)=>`Valde element: ${args.count}`,
312
310
  "selectedAll": `Alle er valgt`
313
311
  };
314
312
 
@@ -331,10 +329,7 @@ $b259f128f72a6ac6$exports = {
331
329
  "actions": `Działania`,
332
330
  "actionsAvailable": `Dostępne działania.`,
333
331
  "clearSelection": `Wyczyść zaznaczenie`,
334
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
335
- "=0": `Nie zaznaczono żadnego elementu`,
336
- other: ()=>`${formatter.number(args.count)} zaznaczonych`
337
- })}`,
332
+ "selected": (args)=>`Zaznaczono: ${args.count}`,
338
333
  "selectedAll": `Wszystkie zaznaczone`
339
334
  };
340
335
 
@@ -345,8 +340,9 @@ $edd692d35256da76$exports = {
345
340
  "actionsAvailable": `Ações disponíveis.`,
346
341
  "clearSelection": `Limpar seleção`,
347
342
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
348
- "=0": `Nada selecionado`,
349
- other: ()=>`${formatter.number(args.count)} selecionado`
343
+ "=0": `Nenhum selecionado`,
344
+ one: ()=>`${formatter.number(args.count)} selecionado`,
345
+ other: ()=>`${formatter.number(args.count)} selecionados`
350
346
  })}`,
351
347
  "selectedAll": `Todos selecionados`
352
348
  };
@@ -359,7 +355,8 @@ $0af50a83741a7f54$exports = {
359
355
  "clearSelection": `Limpar seleção`,
360
356
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
361
357
  "=0": `Nenhum selecionado`,
362
- other: ()=>`${formatter.number(args.count)} selecionado`
358
+ one: ()=>`${formatter.number(args.count)} selecionado`,
359
+ other: ()=>`${formatter.number(args.count)} selecionados`
363
360
  })}`,
364
361
  "selectedAll": `Tudo selecionado`
365
362
  };
@@ -372,6 +369,7 @@ $1b60e4cd5d1e5b6b$exports = {
372
369
  "clearSelection": `Goliți selecția`,
373
370
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
374
371
  "=0": `Niciunul selectat`,
372
+ one: ()=>` ${formatter.number(args.count)} selectat`,
375
373
  other: ()=>`${formatter.number(args.count)} selectate`
376
374
  })}`,
377
375
  "selectedAll": `Toate selectate`
@@ -383,10 +381,7 @@ $e9ca6eba44abffce$exports = {
383
381
  "actions": `Действия`,
384
382
  "actionsAvailable": `Возможно выполнение действий.`,
385
383
  "clearSelection": `Очистить выбор`,
386
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
387
- "=0": `Ничего не выбоано`,
388
- other: ()=>`${formatter.number(args.count)} выбрано`
389
- })}`,
384
+ "selected": (args)=>`Выбрано: ${args.count}`,
390
385
  "selectedAll": `Выбрано все`
391
386
  };
392
387
 
@@ -396,10 +391,7 @@ $508bfd1ac48eb61a$exports = {
396
391
  "actions": `Akcie`,
397
392
  "actionsAvailable": `Dostupné akcie.`,
398
393
  "clearSelection": `Vymazať výber`,
399
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
400
- "=0": `Žiadne vybraté položky`,
401
- other: ()=>`Počet vybratých položiek: ${formatter.number(args.count)}`
402
- })}`,
394
+ "selected": (args)=>`Vybrané položky: ${args.count}`,
403
395
  "selectedAll": `Všetky vybraté položky`
404
396
  };
405
397
 
@@ -409,10 +401,7 @@ $d785f6c5ba148ce4$exports = {
409
401
  "actions": `Dejanja`,
410
402
  "actionsAvailable": `Na voljo so dejanja.`,
411
403
  "clearSelection": `Počisti izbor`,
412
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
413
- "=0": `Nič izbranih`,
414
- other: ()=>`${formatter.number(args.count)} izbranih`
415
- })}`,
404
+ "selected": (args)=>`Izbrano: ${args.count}`,
416
405
  "selectedAll": `Vsi izbrani`
417
406
  };
418
407
 
@@ -421,11 +410,8 @@ var $dfc7dc8ff40cea70$exports = {};
421
410
  $dfc7dc8ff40cea70$exports = {
422
411
  "actions": `Radnje`,
423
412
  "actionsAvailable": `Dostupne su radnje.`,
424
- "clearSelection": `Poništi izbor`,
425
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
426
- "=0": `Ništa nije izabrano`,
427
- other: ()=>`${formatter.number(args.count)} je izabrano`
428
- })}`,
413
+ "clearSelection": `Sve je izabrano`,
414
+ "selected": (args)=>`Izabrano: ${args.count}`,
429
415
  "selectedAll": `Sve je izabrano`
430
416
  };
431
417
 
@@ -436,8 +422,9 @@ $bea42116379eb09f$exports = {
436
422
  "actionsAvailable": `Åtgärder finns.`,
437
423
  "clearSelection": `Rensa markering`,
438
424
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
439
- "=0": `Inga markerade`,
440
- other: ()=>`${formatter.number(args.count)} markerade`
425
+ "=0": `Inga valda`,
426
+ one: ()=>`${formatter.number(args.count)} vald`,
427
+ other: ()=>`${formatter.number(args.count)} valda`
441
428
  })}`,
442
429
  "selectedAll": `Alla markerade`
443
430
  };
@@ -461,10 +448,7 @@ $c93c67a8485a02db$exports = {
461
448
  "actions": `Дії`,
462
449
  "actionsAvailable": `Доступні дії.`,
463
450
  "clearSelection": `Очистити вибір`,
464
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
465
- "=0": `Нічого не вибрано`,
466
- other: ()=>`Вибрано: ${formatter.number(args.count)}`
467
- })}`,
451
+ "selected": (args)=>`Вибрано: ${args.count}`,
468
452
  "selectedAll": `Усе вибрано`
469
453
  };
470
454
 
package/dist/main.js.map CHANGED
@@ -1 +1 @@
1
- {"mappings":"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","sources":["packages/@react-spectrum/actionbar/src/index.ts","packages/@react-spectrum/actionbar/src/ActionBar.tsx","packages/@react-spectrum/actionbar/src/*.js","packages/@react-spectrum/actionbar/intl/ar-AE.json","packages/@react-spectrum/actionbar/intl/bg-BG.json","packages/@react-spectrum/actionbar/intl/cs-CZ.json","packages/@react-spectrum/actionbar/intl/da-DK.json","packages/@react-spectrum/actionbar/intl/de-DE.json","packages/@react-spectrum/actionbar/intl/el-GR.json","packages/@react-spectrum/actionbar/intl/en-US.json","packages/@react-spectrum/actionbar/intl/es-ES.json","packages/@react-spectrum/actionbar/intl/et-EE.json","packages/@react-spectrum/actionbar/intl/fi-FI.json","packages/@react-spectrum/actionbar/intl/fr-FR.json","packages/@react-spectrum/actionbar/intl/he-IL.json","packages/@react-spectrum/actionbar/intl/hr-HR.json","packages/@react-spectrum/actionbar/intl/hu-HU.json","packages/@react-spectrum/actionbar/intl/it-IT.json","packages/@react-spectrum/actionbar/intl/ja-JP.json","packages/@react-spectrum/actionbar/intl/ko-KR.json","packages/@react-spectrum/actionbar/intl/lt-LT.json","packages/@react-spectrum/actionbar/intl/lv-LV.json","packages/@react-spectrum/actionbar/intl/nb-NO.json","packages/@react-spectrum/actionbar/intl/nl-NL.json","packages/@react-spectrum/actionbar/intl/pl-PL.json","packages/@react-spectrum/actionbar/intl/pt-BR.json","packages/@react-spectrum/actionbar/intl/pt-PT.json","packages/@react-spectrum/actionbar/intl/ro-RO.json","packages/@react-spectrum/actionbar/intl/ru-RU.json","packages/@react-spectrum/actionbar/intl/sk-SK.json","packages/@react-spectrum/actionbar/intl/sl-SI.json","packages/@react-spectrum/actionbar/intl/sr-SP.json","packages/@react-spectrum/actionbar/intl/sv-SE.json","packages/@react-spectrum/actionbar/intl/tr-TR.json","packages/@react-spectrum/actionbar/intl/uk-UA.json","packages/@react-spectrum/actionbar/intl/zh-CN.json","packages/@react-spectrum/actionbar/intl/zh-TW.json","packages/@react-spectrum/actionbar/src/actionbar.css","packages/@react-spectrum/actionbar/src/ActionBarContainer.tsx"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n/// <reference types=\"css-module-types\" />\nexport {ActionBar} from './ActionBar';\nexport {ActionBarContainer} from './ActionBarContainer';\nexport {Item} from '@react-stately/collections';\nexport type {SpectrumActionBarContainerProps} from '@react-types/actionbar';\nexport type {SpectrumActionBarProps} from '@react-types/actionbar';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {ActionButton} from '@react-spectrum/button';\nimport {ActionGroup} from '@react-spectrum/actiongroup';\nimport {announce} from '@react-aria/live-announcer';\nimport {classNames, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport CrossLarge from '@spectrum-icons/ui/CrossLarge';\nimport {DOMRef} from '@react-types/shared';\nimport {filterDOMProps} from '@react-aria/utils';\nimport {FocusScope} from '@react-aria/focus';\n// @ts-ignore\nimport intlMessages from '../intl/*.json';\nimport {OpenTransition} from '@react-spectrum/overlays';\nimport React, {ReactElement, Ref, useEffect, useRef, useState} from 'react';\nimport {SpectrumActionBarProps} from '@react-types/actionbar';\nimport styles from './actionbar.css';\nimport {Text} from '@react-spectrum/text';\nimport {useKeyboard} from '@react-aria/interactions';\nimport {useLocalizedStringFormatter} from '@react-aria/i18n';\nimport {useProviderProps} from '@react-spectrum/provider';\n\nfunction ActionBar<T extends object>(props: SpectrumActionBarProps<T>, ref: DOMRef<HTMLDivElement>) {\n let isOpen = props.selectedItemCount !== 0;\n let domRef = useDOMRef(ref);\n\n return (\n <OpenTransition\n nodeRef={domRef}\n in={isOpen}\n mountOnEnter\n unmountOnExit>\n <ActionBarInnerWithRef {...props} ref={domRef} />\n </OpenTransition>\n );\n}\n\ninterface ActionBarInnerProps<T> extends SpectrumActionBarProps<T> {\n isOpen?: boolean\n}\n\nfunction ActionBarInner<T>(props: ActionBarInnerProps<T>, ref: Ref<HTMLDivElement>) {\n props = useProviderProps(props);\n\n let {\n children,\n isEmphasized,\n onAction,\n onClearSelection,\n selectedItemCount,\n isOpen,\n items\n } = props;\n\n let {styleProps} = useStyleProps(props);\n let stringFormatter = useLocalizedStringFormatter(intlMessages);\n\n // Store the last count greater than zero in a ref so that we can retain it while rendering the fade-out animation.\n let [lastCount, setLastCount] = useState(selectedItemCount);\n if ((selectedItemCount === 'all' || selectedItemCount > 0) && selectedItemCount !== lastCount) {\n setLastCount(selectedItemCount);\n }\n\n let {keyboardProps} = useKeyboard({\n onKeyDown(e) {\n if (e.key === 'Escape') {\n e.preventDefault();\n onClearSelection();\n }\n }\n });\n\n // Announce \"actions available\" on mount.\n let isInitial = useRef(true);\n useEffect(() => {\n if (isInitial.current) {\n isInitial.current = false;\n announce(stringFormatter.format('actionsAvailable'));\n }\n }, [stringFormatter]);\n\n return (\n <FocusScope restoreFocus>\n <div\n {...filterDOMProps(props)}\n {...styleProps}\n {...keyboardProps}\n ref={ref}\n className={classNames(\n styles,\n 'react-spectrum-ActionBar', {\n 'react-spectrum-ActionBar--emphasized': isEmphasized,\n 'is-open': isOpen\n },\n styleProps.className\n )}>\n <div className={classNames(styles, 'react-spectrum-ActionBar-bar')}>\n <ActionGroup\n items={items}\n aria-label={stringFormatter.format('actions')}\n isQuiet\n staticColor={isEmphasized ? 'white' : undefined}\n overflowMode=\"collapse\"\n buttonLabelBehavior=\"collapse\"\n onAction={onAction}\n UNSAFE_className={classNames(styles, 'react-spectrum-ActionBar-actionGroup')}>\n {children}\n </ActionGroup>\n <ActionButton\n gridArea=\"clear\"\n aria-label={stringFormatter.format('clearSelection')}\n onPress={() => onClearSelection()}\n isQuiet\n staticColor={isEmphasized ? 'white' : undefined}>\n <CrossLarge />\n </ActionButton>\n <Text UNSAFE_className={classNames(styles, 'react-spectrum-ActionBar-selectedCount')}>\n {lastCount === 'all'\n ? stringFormatter.format('selectedAll')\n : stringFormatter.format('selected', {count: lastCount})}\n </Text>\n </div>\n </div>\n </FocusScope>\n );\n}\n\nconst ActionBarInnerWithRef = React.forwardRef(ActionBarInner) as <T>(props: ActionBarInnerProps<T> & {ref?: Ref<HTMLDivElement>}) => ReactElement;\n\n/**\n * Action bars are used for single and bulk selection patterns when a user needs to perform actions on one or more items at the same time.\n */\nconst _ActionBar = React.forwardRef(ActionBar) as <T>(props: SpectrumActionBarProps<T> & {ref?: DOMRef<HTMLDivElement>}) => ReactElement;\nexport {_ActionBar as ActionBar};\n","const _temp0 = require(\"../intl/ar-AE.json\");\nconst _temp1 = require(\"../intl/bg-BG.json\");\nconst _temp2 = require(\"../intl/cs-CZ.json\");\nconst _temp3 = require(\"../intl/da-DK.json\");\nconst _temp4 = require(\"../intl/de-DE.json\");\nconst _temp5 = require(\"../intl/el-GR.json\");\nconst _temp6 = require(\"../intl/en-US.json\");\nconst _temp7 = require(\"../intl/es-ES.json\");\nconst _temp8 = require(\"../intl/et-EE.json\");\nconst _temp9 = require(\"../intl/fi-FI.json\");\nconst _temp10 = require(\"../intl/fr-FR.json\");\nconst _temp11 = require(\"../intl/he-IL.json\");\nconst _temp12 = require(\"../intl/hr-HR.json\");\nconst _temp13 = require(\"../intl/hu-HU.json\");\nconst _temp14 = require(\"../intl/it-IT.json\");\nconst _temp15 = require(\"../intl/ja-JP.json\");\nconst _temp16 = require(\"../intl/ko-KR.json\");\nconst _temp17 = require(\"../intl/lt-LT.json\");\nconst _temp18 = require(\"../intl/lv-LV.json\");\nconst _temp19 = require(\"../intl/nb-NO.json\");\nconst _temp20 = require(\"../intl/nl-NL.json\");\nconst _temp21 = require(\"../intl/pl-PL.json\");\nconst _temp22 = require(\"../intl/pt-BR.json\");\nconst _temp23 = require(\"../intl/pt-PT.json\");\nconst _temp24 = require(\"../intl/ro-RO.json\");\nconst _temp25 = require(\"../intl/ru-RU.json\");\nconst _temp26 = require(\"../intl/sk-SK.json\");\nconst _temp27 = require(\"../intl/sl-SI.json\");\nconst _temp28 = require(\"../intl/sr-SP.json\");\nconst _temp29 = require(\"../intl/sv-SE.json\");\nconst _temp30 = require(\"../intl/tr-TR.json\");\nconst _temp31 = require(\"../intl/uk-UA.json\");\nconst _temp32 = require(\"../intl/zh-CN.json\");\nconst _temp33 = require(\"../intl/zh-TW.json\");\nmodule.exports = {\n \"ar-AE\": _temp0,\n \"bg-BG\": _temp1,\n \"cs-CZ\": _temp2,\n \"da-DK\": _temp3,\n \"de-DE\": _temp4,\n \"el-GR\": _temp5,\n \"en-US\": _temp6,\n \"es-ES\": _temp7,\n \"et-EE\": _temp8,\n \"fi-FI\": _temp9,\n \"fr-FR\": _temp10,\n \"he-IL\": _temp11,\n \"hr-HR\": _temp12,\n \"hu-HU\": _temp13,\n \"it-IT\": _temp14,\n \"ja-JP\": _temp15,\n \"ko-KR\": _temp16,\n \"lt-LT\": _temp17,\n \"lv-LV\": _temp18,\n \"nb-NO\": _temp19,\n \"nl-NL\": _temp20,\n \"pl-PL\": _temp21,\n \"pt-BR\": _temp22,\n \"pt-PT\": _temp23,\n \"ro-RO\": _temp24,\n \"ru-RU\": _temp25,\n \"sk-SK\": _temp26,\n \"sl-SI\": _temp27,\n \"sr-SP\": _temp28,\n \"sv-SE\": _temp29,\n \"tr-TR\": _temp30,\n \"uk-UA\": _temp31,\n \"zh-CN\": _temp32,\n \"zh-TW\": _temp33\n}","{\n \"actions\": \"الإجراءات\",\n \"actionsAvailable\": \"الإجراءات المتاحة.\",\n \"clearSelection\": \"إزالة التحديد\",\n \"selected\": \"{count, plural, =0 {غير محدد} other {# محدد}}\",\n \"selectedAll\": \"تم تحديد الكل\"\n}\n","{\n \"actions\": \"Действия\",\n \"actionsAvailable\": \"Налични действия.\",\n \"clearSelection\": \"Изчистване на избора\",\n \"selected\": \"{count, plural, =0 {Няма избрани} other {# избрани}}\",\n \"selectedAll\": \"Всички избрани\"\n}\n","{\n \"actions\": \"Akce\",\n \"actionsAvailable\": \"Dostupné akce.\",\n \"clearSelection\": \"Vymazat výběr\",\n \"selected\": \"{count, plural, =0 {Nic není vybráno} other {Vybráno #}}\",\n \"selectedAll\": \"Vybráno vše\"\n}\n","{\n \"actions\": \"Handlinger\",\n \"actionsAvailable\": \"Tilgængelige handlinger.\",\n \"clearSelection\": \"Ryd markering\",\n \"selected\": \"{count, plural, =0 {Ingen valgt} other {# valgt}}\",\n \"selectedAll\": \"Alle valgt\"\n}\n","{\n \"actions\": \"Aktionen\",\n \"actionsAvailable\": \"Aktionen verfügbar.\",\n \"clearSelection\": \"Auswahl löschen\",\n \"selected\": \"{count, plural, =0 {Nichts ausgewählt} other {# ausgewählt}}\",\n \"selectedAll\": \"Alles ausgewählt\"\n}\n","{\n \"actions\": \"Ενέργειες\",\n \"actionsAvailable\": \"Υπάρχουν διαθέσιμες ενέργειες.\",\n \"clearSelection\": \"Εκκαθάριση επιλογής\",\n \"selected\": \"{count, plural, =0 {Δεν επιλέχθηκε κανένα} other {Επιλέχθηκαν #}}\",\n \"selectedAll\": \"Επιλέχθηκαν όλα\"\n}\n","{\n \"clearSelection\": \"Clear selection\",\n \"selected\": \"{count, plural, =0 {None selected} other {# selected}}\",\n \"selectedAll\": \"All selected\",\n \"actions\": \"Actions\",\n \"actionsAvailable\": \"Actions available.\"\n}\n","{\n \"actions\": \"Acciones\",\n \"actionsAvailable\": \"Acciones disponibles.\",\n \"clearSelection\": \"Borrar selección\",\n \"selected\": \"{count, plural, =0 {Nada seleccionado} other {# seleccionado}}\",\n \"selectedAll\": \"Todo seleccionado\"\n}\n","{\n \"actions\": \"Toimingud\",\n \"actionsAvailable\": \"Toimingud saadaval.\",\n \"clearSelection\": \"Puhasta valik\",\n \"selected\": \"{count, plural, =0 {Pole valitud} other {# valitud}}\",\n \"selectedAll\": \"Kõik valitud\"\n}\n","{\n \"actions\": \"Toiminnot\",\n \"actionsAvailable\": \"Toiminnot käytettävissä.\",\n \"clearSelection\": \"Poista valinta\",\n \"selected\": \"{count, plural, =0 {Ei mitään valittu} other {# valittu}}\",\n \"selectedAll\": \"Kaikki valittu\"\n}\n","{\n \"actions\": \"Actions\",\n \"actionsAvailable\": \"Actions disponibles.\",\n \"clearSelection\": \"Supprimer la sélection\",\n \"selected\": \"{count, plural, =0 {Aucun élément sélectionné} other {# sélectionnés}}\",\n \"selectedAll\": \"Toute la sélection\"\n}\n","{\n \"actions\": \"פעולות\",\n \"actionsAvailable\": \"פעולות זמינות.\",\n \"clearSelection\": \"נקה בחירה\",\n \"selected\": \"{count, plural, =0 {לא בוצעה בחירה} other {# נבחרו}}\",\n \"selectedAll\": \"כל הפריטים שנבחרו\"\n}\n","{\n \"actions\": \"Radnje\",\n \"actionsAvailable\": \"Dostupne radnje.\",\n \"clearSelection\": \"Poništi odabir\",\n \"selected\": \"{count, plural, =0 {Nijedna nije odabrana} other {# je odabrano}}\",\n \"selectedAll\": \"Sve je odabrano\"\n}\n","{\n \"actions\": \"Műveletek\",\n \"actionsAvailable\": \"Műveletek állnak rendelkezésre.\",\n \"clearSelection\": \"Kijelölés törlése\",\n \"selected\": \"{count, plural, =0 {Egy sincs kijelölve} other {# kijelölve}}\",\n \"selectedAll\": \"Mind kijelölve\"\n}\n","{\n \"actions\": \"Azioni\",\n \"actionsAvailable\": \"Azioni disponibili.\",\n \"clearSelection\": \"Annulla selezione\",\n \"selected\": \"{count, plural, =0 {Nessuno selezionato} other {# selezionato/i}}\",\n \"selectedAll\": \"Tutti selezionati\"\n}\n","{\n \"actions\": \"アクション\",\n \"actionsAvailable\": \"アクションを利用できます。\",\n \"clearSelection\": \"選択をクリア\",\n \"selected\": \"{count, plural, =0 {選択されていません} other {# 個を選択しました}}\",\n \"selectedAll\": \"すべてを選択\"\n}\n","{\n \"actions\": \"액션\",\n \"actionsAvailable\": \"사용 가능한 액션\",\n \"clearSelection\": \"선택 항목 지우기\",\n \"selected\": \"{count, plural, =0 {선택된 항목 없음} other {#개 선택됨}}\",\n \"selectedAll\": \"모두 선택됨\"\n}\n","{\n \"actions\": \"Veiksmai\",\n \"actionsAvailable\": \"Galimi veiksmai.\",\n \"clearSelection\": \"Išvalyti pasirinkimą\",\n \"selected\": \"{count, plural, =0 {Nieko nepasirinkta} other {Pasirinkta #}}\",\n \"selectedAll\": \"Pasirinkta viskas\"\n}\n","{\n \"actions\": \"Darbības\",\n \"actionsAvailable\": \"Pieejamas darbības.\",\n \"clearSelection\": \"Notīrīt atlasi\",\n \"selected\": \"{count, plural, =0 {Nav atlasīts nekas} other {Atlasīts: #}}\",\n \"selectedAll\": \"Atlasīts viss\"\n}\n","{\n \"actions\": \"Handlinger\",\n \"actionsAvailable\": \"Tilgjengelige handlinger.\",\n \"clearSelection\": \"Tøm utvalg\",\n \"selected\": \"{count, plural, =0 {Ingen er valgt} other {# er valgt}}\",\n \"selectedAll\": \"Alle er valgt\"\n}\n","{\n \"actions\": \"Acties\",\n \"actionsAvailable\": \"Acties beschikbaar.\",\n \"clearSelection\": \"Selectie wissen\",\n \"selected\": \"{count, plural, =0 {Niets geselecteerd} other {# geselecteerd}}\",\n \"selectedAll\": \"Alles geselecteerd\"\n}\n","{\n \"actions\": \"Działania\",\n \"actionsAvailable\": \"Dostępne działania.\",\n \"clearSelection\": \"Wyczyść zaznaczenie\",\n \"selected\": \"{count, plural, =0 {Nie zaznaczono żadnego elementu} other {# zaznaczonych}}\",\n \"selectedAll\": \"Wszystkie zaznaczone\"\n}\n","{\n \"actions\": \"Ações\",\n \"actionsAvailable\": \"Ações disponíveis.\",\n \"clearSelection\": \"Limpar seleção\",\n \"selected\": \"{count, plural, =0 {Nada selecionado} other {# selecionado}}\",\n \"selectedAll\": \"Todos selecionados\"\n}\n","{\n \"actions\": \"Ações\",\n \"actionsAvailable\": \"Ações disponíveis.\",\n \"clearSelection\": \"Limpar seleção\",\n \"selected\": \"{count, plural, =0 {Nenhum selecionado} other {# selecionado}}\",\n \"selectedAll\": \"Tudo selecionado\"\n}\n","{\n \"actions\": \"Acțiuni\",\n \"actionsAvailable\": \"Acțiuni disponibile.\",\n \"clearSelection\": \"Goliți selecția\",\n \"selected\": \"{count, plural, =0 {Niciunul selectat} other {# selectate}}\",\n \"selectedAll\": \"Toate selectate\"\n}\n","{\n \"actions\": \"Действия\",\n \"actionsAvailable\": \"Возможно выполнение действий.\",\n \"clearSelection\": \"Очистить выбор\",\n \"selected\": \"{count, plural, =0 {Ничего не выбоано} other {# выбрано}}\",\n \"selectedAll\": \"Выбрано все\"\n}\n","{\n \"actions\": \"Akcie\",\n \"actionsAvailable\": \"Dostupné akcie.\",\n \"clearSelection\": \"Vymazať výber\",\n \"selected\": \"{count, plural, =0 {Žiadne vybraté položky} other {Počet vybratých položiek: #}}\",\n \"selectedAll\": \"Všetky vybraté položky\"\n}\n","{\n \"actions\": \"Dejanja\",\n \"actionsAvailable\": \"Na voljo so dejanja.\",\n \"clearSelection\": \"Počisti izbor\",\n \"selected\": \"{count, plural, =0 {Nič izbranih} other {# izbranih}}\",\n \"selectedAll\": \"Vsi izbrani\"\n}\n","{\n \"actions\": \"Radnje\",\n \"actionsAvailable\": \"Dostupne su radnje.\",\n \"clearSelection\": \"Poništi izbor\",\n \"selected\": \"{count, plural, =0 {Ništa nije izabrano} other {# je izabrano}}\",\n \"selectedAll\": \"Sve je izabrano\"\n}\n","{\n \"actions\": \"Åtgärder\",\n \"actionsAvailable\": \"Åtgärder finns.\",\n \"clearSelection\": \"Rensa markering\",\n \"selected\": \"{count, plural, =0 {Inga markerade} other {# markerade}}\",\n \"selectedAll\": \"Alla markerade\"\n}\n","{\n \"actions\": \"Eylemler\",\n \"actionsAvailable\": \"Eylemler mevcut.\",\n \"clearSelection\": \"Seçimi temizle\",\n \"selected\": \"{count, plural, =0 {Hiçbiri seçilmedi} other {# seçildi}}\",\n \"selectedAll\": \"Tümü seçildi\"\n}\n","{\n \"actions\": \"Дії\",\n \"actionsAvailable\": \"Доступні дії.\",\n \"clearSelection\": \"Очистити вибір\",\n \"selected\": \"{count, plural, =0 {Нічого не вибрано} other {Вибрано: #}}\",\n \"selectedAll\": \"Усе вибрано\"\n}\n","{\n \"actions\": \"操作\",\n \"actionsAvailable\": \"有可用操作。\",\n \"clearSelection\": \"清除选择\",\n \"selected\": \"{count, plural, =0 {无选择} other {已选择 # 个}}\",\n \"selectedAll\": \"全选\"\n}\n","{\n \"actions\": \"動作\",\n \"actionsAvailable\": \"可執行的動作。\",\n \"clearSelection\": \"清除選取項目\",\n \"selected\": \"{count, plural, =0 {未選取任何項目} other {已選取 # 個}}\",\n \"selectedAll\": \"已選取所有項目\"\n}\n",".ActionBarContainer {\n display: flex;\n flex-direction: column;\n position: relative;\n\n & > :not(.react-spectrum-ActionBar) {\n flex: 1;\n min-height: 0;\n }\n\n & > .react-spectrum-ActionBar {\n flex: 0 0 auto;\n }\n}\n\n.react-spectrum-ActionBar {\n transition: height var(--spectrum-global-animation-duration-100) ease-in-out,\n opacity var(--spectrum-global-animation-duration-100) ease-in-out;\n\n /* Take up no space when not open */\n block-size: 0;\n opacity: 0;\n width: 100%;\n\n /* Clip anything outside of us, whether we're open or not. This makes the animation smooth */\n overflow: hidden;\n\n &.is-open {\n height: calc(var(--spectrum-global-dimension-size-600) + var(--spectrum-global-dimension-size-100) * 2);\n opacity: 1;\n transition-delay: 0ms;\n }\n\n .react-spectrum-ActionBar-bar {\n display: grid;\n grid-template-areas: \"clear selected . actiongroup\";\n grid-template-columns: auto max-content minmax(var(--spectrum-global-dimension-size-300), 1fr) auto;\n align-items: center;\n isolation: isolate;\n justify-content: space-between;\n padding: var(--spectrum-global-dimension-size-100);\n\n position: absolute;\n bottom: var(--spectrum-global-dimension-size-100);\n left: var(--spectrum-global-dimension-size-100);\n right: var(--spectrum-global-dimension-size-100);\n max-width: 960px;\n margin: 0 auto;\n\n background: var(--spectrum-global-color-gray-50);\n border-radius: var(--spectrum-popover-border-radius);\n border-style: solid;\n border-width: var(--spectrum-popover-border-size);\n border-color: var(--spectrum-popover-border-color);\n box-shadow: 0 2px 8px var(--spectrum-alias-dropshadow-color);\n\n transform: translateY(var(--spectrum-overlay-positive-transform-distance));\n transition: transform var(--spectrum-global-animation-duration-100) ease-in-out;\n }\n\n &.is-open .react-spectrum-ActionBar-bar {\n transform: translateY(0);\n }\n\n &.react-spectrum-ActionBar--emphasized .react-spectrum-ActionBar-bar {\n background: var(--spectrum-global-color-static-blue-700);\n color: white;\n box-shadow: 0 2px 6px var(--spectrum-alias-dropshadow-color);\n border: none;\n }\n\n .react-spectrum-ActionBar-selectedCount {\n grid-area: selected;\n padding: 0 var(--spectrum-global-dimension-size-50);\n user-select: none;\n cursor: default;\n }\n\n .react-spectrum-ActionBar-actionGroup {\n grid-area: actiongroup;\n min-width: 0;\n }\n}\n@media (forced-colors: active) {\n .react-spectrum-ActionBar {\n &.react-spectrum-ActionBar--emphasized .react-spectrum-ActionBar-bar {\n\n border: 1px solid transparent;\n }\n }\n}\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {classNames, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {filterDOMProps} from '@react-aria/utils';\nimport React from 'react';\nimport {SpectrumActionBarContainerProps} from '@react-types/actionbar';\nimport styles from './actionbar.css';\nimport {useProviderProps} from '@react-spectrum/provider';\n\nfunction ActionBarContainer(props: SpectrumActionBarContainerProps, ref: DOMRef<HTMLDivElement>) {\n // Grabs specific props from the closest Provider (see https://react-spectrum.adobe.com/react-spectrum/Provider.html#property-groups). Remove if your component doesn't support any of the listed props.\n props = useProviderProps(props);\n\n let {children} = props;\n let {styleProps} = useStyleProps(props);\n let domRef = useDOMRef(ref);\n\n return (\n <div\n {...filterDOMProps(props)}\n {...styleProps}\n ref={domRef}\n className={classNames(styles, 'ActionBarContainer', styleProps.className)}>\n {children}\n </div>\n );\n}\n\n/**\n * ActionBarContainer wraps around an ActionBar and a component that supports selection. It handles\n * the ActionBar's position with respect to its linked component.\n */\nconst _ActionBarContainer = React.forwardRef(ActionBarContainer);\nexport {_ActionBarContainer as ActionBarContainer};\n"],"names":[],"version":3,"file":"main.js.map"}
1
+ {"mappings":"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","sources":["packages/@react-spectrum/actionbar/src/index.ts","packages/@react-spectrum/actionbar/src/ActionBar.tsx","packages/@react-spectrum/actionbar/src/*.js","packages/@react-spectrum/actionbar/intl/ar-AE.json","packages/@react-spectrum/actionbar/intl/bg-BG.json","packages/@react-spectrum/actionbar/intl/cs-CZ.json","packages/@react-spectrum/actionbar/intl/da-DK.json","packages/@react-spectrum/actionbar/intl/de-DE.json","packages/@react-spectrum/actionbar/intl/el-GR.json","packages/@react-spectrum/actionbar/intl/en-US.json","packages/@react-spectrum/actionbar/intl/es-ES.json","packages/@react-spectrum/actionbar/intl/et-EE.json","packages/@react-spectrum/actionbar/intl/fi-FI.json","packages/@react-spectrum/actionbar/intl/fr-FR.json","packages/@react-spectrum/actionbar/intl/he-IL.json","packages/@react-spectrum/actionbar/intl/hr-HR.json","packages/@react-spectrum/actionbar/intl/hu-HU.json","packages/@react-spectrum/actionbar/intl/it-IT.json","packages/@react-spectrum/actionbar/intl/ja-JP.json","packages/@react-spectrum/actionbar/intl/ko-KR.json","packages/@react-spectrum/actionbar/intl/lt-LT.json","packages/@react-spectrum/actionbar/intl/lv-LV.json","packages/@react-spectrum/actionbar/intl/nb-NO.json","packages/@react-spectrum/actionbar/intl/nl-NL.json","packages/@react-spectrum/actionbar/intl/pl-PL.json","packages/@react-spectrum/actionbar/intl/pt-BR.json","packages/@react-spectrum/actionbar/intl/pt-PT.json","packages/@react-spectrum/actionbar/intl/ro-RO.json","packages/@react-spectrum/actionbar/intl/ru-RU.json","packages/@react-spectrum/actionbar/intl/sk-SK.json","packages/@react-spectrum/actionbar/intl/sl-SI.json","packages/@react-spectrum/actionbar/intl/sr-SP.json","packages/@react-spectrum/actionbar/intl/sv-SE.json","packages/@react-spectrum/actionbar/intl/tr-TR.json","packages/@react-spectrum/actionbar/intl/uk-UA.json","packages/@react-spectrum/actionbar/intl/zh-CN.json","packages/@react-spectrum/actionbar/intl/zh-TW.json","packages/@react-spectrum/actionbar/src/actionbar.css","packages/@react-spectrum/actionbar/src/ActionBarContainer.tsx"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n/// <reference types=\"css-module-types\" />\nexport {ActionBar} from './ActionBar';\nexport {ActionBarContainer} from './ActionBarContainer';\nexport {Item} from '@react-stately/collections';\nexport type {SpectrumActionBarContainerProps} from '@react-types/actionbar';\nexport type {SpectrumActionBarProps} from '@react-types/actionbar';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {ActionButton} from '@react-spectrum/button';\nimport {ActionGroup} from '@react-spectrum/actiongroup';\nimport {announce} from '@react-aria/live-announcer';\nimport {classNames, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport CrossLarge from '@spectrum-icons/ui/CrossLarge';\nimport {DOMRef} from '@react-types/shared';\nimport {filterDOMProps} from '@react-aria/utils';\nimport {FocusScope} from '@react-aria/focus';\n// @ts-ignore\nimport intlMessages from '../intl/*.json';\nimport {OpenTransition} from '@react-spectrum/overlays';\nimport React, {ReactElement, Ref, useEffect, useRef, useState} from 'react';\nimport {SpectrumActionBarProps} from '@react-types/actionbar';\nimport styles from './actionbar.css';\nimport {Text} from '@react-spectrum/text';\nimport {useKeyboard} from '@react-aria/interactions';\nimport {useLocalizedStringFormatter} from '@react-aria/i18n';\nimport {useProviderProps} from '@react-spectrum/provider';\n\nfunction ActionBar<T extends object>(props: SpectrumActionBarProps<T>, ref: DOMRef<HTMLDivElement>) {\n let isOpen = props.selectedItemCount !== 0;\n let domRef = useDOMRef(ref);\n\n return (\n <OpenTransition\n nodeRef={domRef}\n in={isOpen}\n mountOnEnter\n unmountOnExit>\n <ActionBarInnerWithRef {...props} ref={domRef} />\n </OpenTransition>\n );\n}\n\ninterface ActionBarInnerProps<T> extends SpectrumActionBarProps<T> {\n isOpen?: boolean\n}\n\nfunction ActionBarInner<T>(props: ActionBarInnerProps<T>, ref: Ref<HTMLDivElement>) {\n props = useProviderProps(props);\n\n let {\n children,\n isEmphasized,\n onAction,\n onClearSelection,\n selectedItemCount,\n isOpen,\n items\n } = props;\n\n let {styleProps} = useStyleProps(props);\n let stringFormatter = useLocalizedStringFormatter(intlMessages);\n\n // Store the last count greater than zero in a ref so that we can retain it while rendering the fade-out animation.\n let [lastCount, setLastCount] = useState(selectedItemCount);\n if ((selectedItemCount === 'all' || selectedItemCount > 0) && selectedItemCount !== lastCount) {\n setLastCount(selectedItemCount);\n }\n\n let {keyboardProps} = useKeyboard({\n onKeyDown(e) {\n if (e.key === 'Escape') {\n e.preventDefault();\n onClearSelection();\n }\n }\n });\n\n // Announce \"actions available\" on mount.\n let isInitial = useRef(true);\n useEffect(() => {\n if (isInitial.current) {\n isInitial.current = false;\n announce(stringFormatter.format('actionsAvailable'));\n }\n }, [stringFormatter]);\n\n return (\n <FocusScope restoreFocus>\n <div\n {...filterDOMProps(props)}\n {...styleProps}\n {...keyboardProps}\n ref={ref}\n className={classNames(\n styles,\n 'react-spectrum-ActionBar', {\n 'react-spectrum-ActionBar--emphasized': isEmphasized,\n 'is-open': isOpen\n },\n styleProps.className\n )}>\n <div className={classNames(styles, 'react-spectrum-ActionBar-bar')}>\n <ActionGroup\n items={items}\n aria-label={stringFormatter.format('actions')}\n isQuiet\n staticColor={isEmphasized ? 'white' : undefined}\n overflowMode=\"collapse\"\n buttonLabelBehavior=\"collapse\"\n onAction={onAction}\n UNSAFE_className={classNames(styles, 'react-spectrum-ActionBar-actionGroup')}>\n {children}\n </ActionGroup>\n <ActionButton\n gridArea=\"clear\"\n aria-label={stringFormatter.format('clearSelection')}\n onPress={() => onClearSelection()}\n isQuiet\n staticColor={isEmphasized ? 'white' : undefined}>\n <CrossLarge />\n </ActionButton>\n <Text UNSAFE_className={classNames(styles, 'react-spectrum-ActionBar-selectedCount')}>\n {lastCount === 'all'\n ? stringFormatter.format('selectedAll')\n : stringFormatter.format('selected', {count: lastCount})}\n </Text>\n </div>\n </div>\n </FocusScope>\n );\n}\n\nconst ActionBarInnerWithRef = React.forwardRef(ActionBarInner) as <T>(props: ActionBarInnerProps<T> & {ref?: Ref<HTMLDivElement>}) => ReactElement;\n\n/**\n * Action bars are used for single and bulk selection patterns when a user needs to perform actions on one or more items at the same time.\n */\nconst _ActionBar = React.forwardRef(ActionBar) as <T>(props: SpectrumActionBarProps<T> & {ref?: DOMRef<HTMLDivElement>}) => ReactElement;\nexport {_ActionBar as ActionBar};\n","const _temp0 = require(\"../intl/ar-AE.json\");\nconst _temp1 = require(\"../intl/bg-BG.json\");\nconst _temp2 = require(\"../intl/cs-CZ.json\");\nconst _temp3 = require(\"../intl/da-DK.json\");\nconst _temp4 = require(\"../intl/de-DE.json\");\nconst _temp5 = require(\"../intl/el-GR.json\");\nconst _temp6 = require(\"../intl/en-US.json\");\nconst _temp7 = require(\"../intl/es-ES.json\");\nconst _temp8 = require(\"../intl/et-EE.json\");\nconst _temp9 = require(\"../intl/fi-FI.json\");\nconst _temp10 = require(\"../intl/fr-FR.json\");\nconst _temp11 = require(\"../intl/he-IL.json\");\nconst _temp12 = require(\"../intl/hr-HR.json\");\nconst _temp13 = require(\"../intl/hu-HU.json\");\nconst _temp14 = require(\"../intl/it-IT.json\");\nconst _temp15 = require(\"../intl/ja-JP.json\");\nconst _temp16 = require(\"../intl/ko-KR.json\");\nconst _temp17 = require(\"../intl/lt-LT.json\");\nconst _temp18 = require(\"../intl/lv-LV.json\");\nconst _temp19 = require(\"../intl/nb-NO.json\");\nconst _temp20 = require(\"../intl/nl-NL.json\");\nconst _temp21 = require(\"../intl/pl-PL.json\");\nconst _temp22 = require(\"../intl/pt-BR.json\");\nconst _temp23 = require(\"../intl/pt-PT.json\");\nconst _temp24 = require(\"../intl/ro-RO.json\");\nconst _temp25 = require(\"../intl/ru-RU.json\");\nconst _temp26 = require(\"../intl/sk-SK.json\");\nconst _temp27 = require(\"../intl/sl-SI.json\");\nconst _temp28 = require(\"../intl/sr-SP.json\");\nconst _temp29 = require(\"../intl/sv-SE.json\");\nconst _temp30 = require(\"../intl/tr-TR.json\");\nconst _temp31 = require(\"../intl/uk-UA.json\");\nconst _temp32 = require(\"../intl/zh-CN.json\");\nconst _temp33 = require(\"../intl/zh-TW.json\");\nmodule.exports = {\n \"ar-AE\": _temp0,\n \"bg-BG\": _temp1,\n \"cs-CZ\": _temp2,\n \"da-DK\": _temp3,\n \"de-DE\": _temp4,\n \"el-GR\": _temp5,\n \"en-US\": _temp6,\n \"es-ES\": _temp7,\n \"et-EE\": _temp8,\n \"fi-FI\": _temp9,\n \"fr-FR\": _temp10,\n \"he-IL\": _temp11,\n \"hr-HR\": _temp12,\n \"hu-HU\": _temp13,\n \"it-IT\": _temp14,\n \"ja-JP\": _temp15,\n \"ko-KR\": _temp16,\n \"lt-LT\": _temp17,\n \"lv-LV\": _temp18,\n \"nb-NO\": _temp19,\n \"nl-NL\": _temp20,\n \"pl-PL\": _temp21,\n \"pt-BR\": _temp22,\n \"pt-PT\": _temp23,\n \"ro-RO\": _temp24,\n \"ru-RU\": _temp25,\n \"sk-SK\": _temp26,\n \"sl-SI\": _temp27,\n \"sr-SP\": _temp28,\n \"sv-SE\": _temp29,\n \"tr-TR\": _temp30,\n \"uk-UA\": _temp31,\n \"zh-CN\": _temp32,\n \"zh-TW\": _temp33\n}","{\n \"actions\": \"الإجراءات\",\n \"actionsAvailable\": \"الإجراءات المتاحة.\",\n \"clearSelection\": \"إزالة التحديد\",\n \"selected\": \"{count, plural, =0 {غير محدد} other {# محدد}}\",\n \"selectedAll\": \"تم تحديد الكل\"\n}\n","{\n \"actions\": \"Действия\",\n \"actionsAvailable\": \"Налични действия.\",\n \"clearSelection\": \"Изчистване на избора\",\n \"selected\": \"{count, plural, =0 {Няма избрани} one {# избран} other {# избрани}}\",\n \"selectedAll\": \"Всички избрани\"\n}\n","{\n \"actions\": \"Akce\",\n \"actionsAvailable\": \"Dostupné akce.\",\n \"clearSelection\": \"Vymazat výběr\",\n \"selected\": \"{count, plural, =0 {Nic není vybráno} other {Vybráno #}}\",\n \"selectedAll\": \"Vybráno vše\"\n}\n","{\n \"actions\": \"Handlinger\",\n \"actionsAvailable\": \"Tilgængelige handlinger.\",\n \"clearSelection\": \"Ryd markering\",\n \"selected\": \"{count, plural, =0 {Ingen valgt} other {# valgt}}\",\n \"selectedAll\": \"Alle valgt\"\n}\n","{\n \"actions\": \"Aktionen\",\n \"actionsAvailable\": \"Aktionen verfügbar.\",\n \"clearSelection\": \"Auswahl löschen\",\n \"selected\": \"{count, plural, =0 {Nichts ausgewählt} one {# ausgewählt} other {# ausgewählt}}\",\n \"selectedAll\": \"Alles ausgewählt\"\n}\n","{\n \"actions\": \"Ενέργειες\",\n \"actionsAvailable\": \"Υπάρχουν διαθέσιμες ενέργειες.\",\n \"clearSelection\": \"Εκκαθάριση επιλογής\",\n \"selected\": \"{count, plural, =0 {Δεν επιλέχθηκε κανένα} one {# επιλεγμένο} other {# επιλεγμένα}}\",\n \"selectedAll\": \"Επιλέχθηκαν όλα\"\n}\n","{\n \"clearSelection\": \"Clear selection\",\n \"selected\": \"{count, plural, =0 {None selected} other {# selected}}\",\n \"selectedAll\": \"All selected\",\n \"actions\": \"Actions\",\n \"actionsAvailable\": \"Actions available.\"\n}","{\n \"actions\": \"Acciones\",\n \"actionsAvailable\": \"Acciones disponibles.\",\n \"clearSelection\": \"Borrar selección\",\n \"selected\": \"{count, plural, =0 {Nada seleccionado} one {# seleccionado} other {# seleccionados}}\",\n \"selectedAll\": \"Todo seleccionado\"\n}\n","{\n \"actions\": \"Toimingud\",\n \"actionsAvailable\": \"Toimingud saadaval.\",\n \"clearSelection\": \"Puhasta valik\",\n \"selected\": \"{count, plural, =0 {Pole valitud} other {# valitud}}\",\n \"selectedAll\": \"Kõik valitud\"\n}\n","{\n \"actions\": \"Toiminnot\",\n \"actionsAvailable\": \"Toiminnot käytettävissä.\",\n \"clearSelection\": \"Poista valinta\",\n \"selected\": \"{count, plural, =0 {Ei mitään valittu} other {# valittu}}\",\n \"selectedAll\": \"Kaikki valittu\"\n}\n","{\n \"actions\": \"Actions\",\n \"actionsAvailable\": \"Actions disponibles.\",\n \"clearSelection\": \"Supprimer la sélection\",\n \"selected\": \"{count, plural, =0 {Aucun élément sélectionné} one {# sélectionné} other {# sélectionnés}}\",\n \"selectedAll\": \"Toute la sélection\"\n}\n","{\n \"actions\": \"פעולות\",\n \"actionsAvailable\": \"פעולות זמינות.\",\n \"clearSelection\": \"נקה בחירה\",\n \"selected\": \"{count, plural, =0 {לא בוצעה בחירה} one { # בחר} other {# נבחרו}}\\\",\",\n \"selectedAll\": \"כל הפריטים שנבחרו\"\n}\n","{\n \"actions\": \"Radnje\",\n \"actionsAvailable\": \"Dostupne radnje.\",\n \"clearSelection\": \"Poništi odabir\",\n \"selected\": \"Odabrano: { count }\",\n \"selectedAll\": \"Sve je odabrano\"\n}\n","{\n \"actions\": \"Műveletek\",\n \"actionsAvailable\": \"Műveletek állnak rendelkezésre.\",\n \"clearSelection\": \"Kijelölés törlése\",\n \"selected\": \"{count, plural, =0 {Egy sincs kijelölve} other {# kijelölve}}\",\n \"selectedAll\": \"Mind kijelölve\"\n}\n","{\n \"actions\": \"Azioni\",\n \"actionsAvailable\": \"Azioni disponibili.\",\n \"clearSelection\": \"Annulla selezione\",\n \"selected\": \"{count, plural, =0 {Nessuno selezionato} one {# selezionato} other {# selezionati}}\",\n \"selectedAll\": \"Tutti selezionati\"\n}\n","{\n \"actions\": \"アクション\",\n \"actionsAvailable\": \"アクションを利用できます。\",\n \"clearSelection\": \"選択をクリア\",\n \"selected\": \"{count, plural, =0 {選択されていません} other {# 個を選択しました}}\",\n \"selectedAll\": \"すべてを選択\"\n}\n","{\n \"actions\": \"액션\",\n \"actionsAvailable\": \"사용 가능한 액션\",\n \"clearSelection\": \"선택 항목 지우기\",\n \"selected\": \"{count, plural, =0 {선택된 항목 없음} other {#개 선택됨}}\",\n \"selectedAll\": \"모두 선택됨\"\n}\n","{\n \"actions\": \"Veiksmai\",\n \"actionsAvailable\": \"Galimi veiksmai.\",\n \"clearSelection\": \"Išvalyti pasirinkimą\",\n \"selected\": \"Pasirinkta: {count}\",\n \"selectedAll\": \"Pasirinkta viskas\"\n}\n","{\n \"actions\": \"Darbības\",\n \"actionsAvailable\": \"Pieejamas darbības.\",\n \"clearSelection\": \"Notīrīt atlasi\",\n \"selected\": \"{count, plural, =0 {Nav atlasīts nekas} other {Atlasīts(-i): #}}\",\n \"selectedAll\": \"Atlasīts viss\"\n}\n","{\n \"actions\": \"Handlinger\",\n \"actionsAvailable\": \"Tilgjengelige handlinger.\",\n \"clearSelection\": \"Tøm utvalg\",\n \"selected\": \"Valde element: {count}\",\n \"selectedAll\": \"Alle er valgt\"\n}\n","{\n \"actions\": \"Acties\",\n \"actionsAvailable\": \"Acties beschikbaar.\",\n \"clearSelection\": \"Selectie wissen\",\n \"selected\": \"{count, plural, =0 {Niets geselecteerd} other {# geselecteerd}}\",\n \"selectedAll\": \"Alles geselecteerd\"\n}\n","{\n \"actions\": \"Działania\",\n \"actionsAvailable\": \"Dostępne działania.\",\n \"clearSelection\": \"Wyczyść zaznaczenie\",\n \"selected\": \"Zaznaczono: {count}\",\n \"selectedAll\": \"Wszystkie zaznaczone\"\n}\n","{\n \"actions\": \"Ações\",\n \"actionsAvailable\": \"Ações disponíveis.\",\n \"clearSelection\": \"Limpar seleção\",\n \"selected\": \"{count, plural, =0 {Nenhum selecionado} one {# selecionado} other {# selecionados}}\",\n \"selectedAll\": \"Todos selecionados\"\n}\n","{\n \"actions\": \"Ações\",\n \"actionsAvailable\": \"Ações disponíveis.\",\n \"clearSelection\": \"Limpar seleção\",\n \"selected\": \"{count, plural, =0 {Nenhum selecionado} one {# selecionado} other {# selecionados}}\",\n \"selectedAll\": \"Tudo selecionado\"\n}\n","{\n \"actions\": \"Acțiuni\",\n \"actionsAvailable\": \"Acțiuni disponibile.\",\n \"clearSelection\": \"Goliți selecția\",\n \"selected\": \"{count, plural, =0 {Niciunul selectat} one { # selectat} other {# selectate}}\",\n \"selectedAll\": \"Toate selectate\"\n}\n","{\n \"actions\": \"Действия\",\n \"actionsAvailable\": \"Возможно выполнение действий.\",\n \"clearSelection\": \"Очистить выбор\",\n \"selected\": \"Выбрано: {count}\",\n \"selectedAll\": \"Выбрано все\"\n}\n","{\n \"actions\": \"Akcie\",\n \"actionsAvailable\": \"Dostupné akcie.\",\n \"clearSelection\": \"Vymazať výber\",\n \"selected\": \"Vybrané položky: {count}\",\n \"selectedAll\": \"Všetky vybraté položky\"\n}\n","{\n \"actions\": \"Dejanja\",\n \"actionsAvailable\": \"Na voljo so dejanja.\",\n \"clearSelection\": \"Počisti izbor\",\n \"selected\": \"Izbrano: {count}\",\n \"selectedAll\": \"Vsi izbrani\"\n}\n","{\n \"actions\": \"Radnje\",\n \"actionsAvailable\": \"Dostupne su radnje.\",\n \"clearSelection\": \"Sve je izabrano\",\n \"selected\": \"Izabrano: {count}\",\n \"selectedAll\": \"Sve je izabrano\"\n}\n","{\n \"actions\": \"Åtgärder\",\n \"actionsAvailable\": \"Åtgärder finns.\",\n \"clearSelection\": \"Rensa markering\",\n \"selected\": \"{count, plural, =0 {Inga valda} one {# vald} other {# valda}}\",\n \"selectedAll\": \"Alla markerade\"\n}\n","{\n \"actions\": \"Eylemler\",\n \"actionsAvailable\": \"Eylemler mevcut.\",\n \"clearSelection\": \"Seçimi temizle\",\n \"selected\": \"{count, plural, =0 {Hiçbiri seçilmedi} other {# seçildi}}\",\n \"selectedAll\": \"Tümü seçildi\"\n}\n","{\n \"actions\": \"Дії\",\n \"actionsAvailable\": \"Доступні дії.\",\n \"clearSelection\": \"Очистити вибір\",\n \"selected\": \"Вибрано: {count}\",\n \"selectedAll\": \"Усе вибрано\"\n}\n","{\n \"actions\": \"操作\",\n \"actionsAvailable\": \"有可用操作。\",\n \"clearSelection\": \"清除选择\",\n \"selected\": \"{count, plural, =0 {无选择} other {已选择 # 个}}\",\n \"selectedAll\": \"全选\"\n}\n","{\n \"actions\": \"動作\",\n \"actionsAvailable\": \"可執行的動作。\",\n \"clearSelection\": \"清除選取項目\",\n \"selected\": \"{count, plural, =0 {未選取任何項目} other {已選取 # 個}}\",\n \"selectedAll\": \"已選取所有項目\"\n}\n",".ActionBarContainer {\n display: flex;\n flex-direction: column;\n position: relative;\n\n & > :not(.react-spectrum-ActionBar) {\n flex: 1;\n min-height: 0;\n }\n\n & > .react-spectrum-ActionBar {\n flex: 0 0 auto;\n }\n}\n\n.react-spectrum-ActionBar {\n transition: height var(--spectrum-global-animation-duration-100) ease-in-out,\n opacity var(--spectrum-global-animation-duration-100) ease-in-out;\n\n /* Take up no space when not open */\n block-size: 0;\n opacity: 0;\n width: 100%;\n\n /* Clip anything outside of us, whether we're open or not. This makes the animation smooth */\n overflow: hidden;\n\n &.is-open {\n height: calc(var(--spectrum-global-dimension-size-600) + var(--spectrum-global-dimension-size-100) * 2);\n opacity: 1;\n transition-delay: 0ms;\n }\n\n .react-spectrum-ActionBar-bar {\n display: grid;\n grid-template-areas: \"clear selected . actiongroup\";\n grid-template-columns: auto max-content minmax(var(--spectrum-global-dimension-size-300), 1fr) auto;\n align-items: center;\n isolation: isolate;\n justify-content: space-between;\n padding: var(--spectrum-global-dimension-size-100);\n\n position: absolute;\n bottom: var(--spectrum-global-dimension-size-100);\n left: var(--spectrum-global-dimension-size-100);\n right: var(--spectrum-global-dimension-size-100);\n max-width: 960px;\n margin: 0 auto;\n\n background: var(--spectrum-global-color-gray-50);\n border-radius: var(--spectrum-popover-border-radius);\n border-style: solid;\n border-width: var(--spectrum-popover-border-size);\n border-color: var(--spectrum-popover-border-color);\n box-shadow: 0 2px 8px var(--spectrum-alias-dropshadow-color);\n\n transform: translateY(var(--spectrum-overlay-positive-transform-distance));\n transition: transform var(--spectrum-global-animation-duration-100) ease-in-out;\n }\n\n &.is-open .react-spectrum-ActionBar-bar {\n transform: translateY(0);\n }\n\n &.react-spectrum-ActionBar--emphasized .react-spectrum-ActionBar-bar {\n background: var(--spectrum-global-color-static-blue-700);\n color: white;\n box-shadow: 0 2px 6px var(--spectrum-alias-dropshadow-color);\n border: none;\n }\n\n .react-spectrum-ActionBar-selectedCount {\n grid-area: selected;\n padding: 0 var(--spectrum-global-dimension-size-50);\n user-select: none;\n cursor: default;\n }\n\n .react-spectrum-ActionBar-actionGroup {\n grid-area: actiongroup;\n min-width: 0;\n }\n}\n@media (forced-colors: active) {\n .react-spectrum-ActionBar {\n &.react-spectrum-ActionBar--emphasized .react-spectrum-ActionBar-bar {\n\n border: 1px solid transparent;\n }\n }\n}\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {classNames, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {filterDOMProps} from '@react-aria/utils';\nimport React from 'react';\nimport {SpectrumActionBarContainerProps} from '@react-types/actionbar';\nimport styles from './actionbar.css';\nimport {useProviderProps} from '@react-spectrum/provider';\n\nfunction ActionBarContainer(props: SpectrumActionBarContainerProps, ref: DOMRef<HTMLDivElement>) {\n // Grabs specific props from the closest Provider (see https://react-spectrum.adobe.com/react-spectrum/Provider.html#property-groups). Remove if your component doesn't support any of the listed props.\n props = useProviderProps(props);\n\n let {children} = props;\n let {styleProps} = useStyleProps(props);\n let domRef = useDOMRef(ref);\n\n return (\n <div\n {...filterDOMProps(props)}\n {...styleProps}\n ref={domRef}\n className={classNames(styles, 'ActionBarContainer', styleProps.className)}>\n {children}\n </div>\n );\n}\n\n/**\n * ActionBarContainer wraps around an ActionBar and a component that supports selection. It handles\n * the ActionBar's position with respect to its linked component.\n */\nconst _ActionBarContainer = React.forwardRef(ActionBarContainer);\nexport {_ActionBarContainer as ActionBarContainer};\n"],"names":[],"version":3,"file":"main.js.map"}
package/dist/module.js CHANGED
@@ -69,6 +69,7 @@ $22c931b8c5fa9db9$exports = {
69
69
  "clearSelection": `Изчистване на избора`,
70
70
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
71
71
  "=0": `Няма избрани`,
72
+ one: ()=>`${formatter.number(args.count)} избран`,
72
73
  other: ()=>`${formatter.number(args.count)} избрани`
73
74
  })}`,
74
75
  "selectedAll": `Всички избрани`
@@ -108,6 +109,7 @@ $3281990be7bd78f6$exports = {
108
109
  "clearSelection": `Auswahl löschen`,
109
110
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
110
111
  "=0": `Nichts ausgewählt`,
112
+ one: ()=>`${formatter.number(args.count)} ausgewählt`,
111
113
  other: ()=>`${formatter.number(args.count)} ausgewählt`
112
114
  })}`,
113
115
  "selectedAll": `Alles ausgewählt`
@@ -121,7 +123,8 @@ $242cbd951f3bcfeb$exports = {
121
123
  "clearSelection": `Εκκαθάριση επιλογής`,
122
124
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
123
125
  "=0": `Δεν επιλέχθηκε κανένα`,
124
- other: ()=>`Επιλέχθηκαν ${formatter.number(args.count)}`
126
+ one: ()=>`${formatter.number(args.count)} επιλεγμένο`,
127
+ other: ()=>`${formatter.number(args.count)} επιλεγμένα`
125
128
  })}`,
126
129
  "selectedAll": `Επιλέχθηκαν όλα`
127
130
  };
@@ -147,7 +150,8 @@ $5b8605d86a9af2ee$exports = {
147
150
  "clearSelection": `Borrar selección`,
148
151
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
149
152
  "=0": `Nada seleccionado`,
150
- other: ()=>`${formatter.number(args.count)} seleccionado`
153
+ one: ()=>`${formatter.number(args.count)} seleccionado`,
154
+ other: ()=>`${formatter.number(args.count)} seleccionados`
151
155
  })}`,
152
156
  "selectedAll": `Todo seleccionado`
153
157
  };
@@ -186,6 +190,7 @@ $e0c3da022513542b$exports = {
186
190
  "clearSelection": `Supprimer la sélection`,
187
191
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
188
192
  "=0": `Aucun élément sélectionné`,
193
+ one: ()=>`${formatter.number(args.count)} sélectionné`,
189
194
  other: ()=>`${formatter.number(args.count)} sélectionnés`
190
195
  })}`,
191
196
  "selectedAll": `Toute la sélection`
@@ -199,8 +204,9 @@ $796ff5aed019aee1$exports = {
199
204
  "clearSelection": `נקה בחירה`,
200
205
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
201
206
  "=0": `לא בוצעה בחירה`,
207
+ one: ()=>` ${formatter.number(args.count)} בחר`,
202
208
  other: ()=>`${formatter.number(args.count)} נבחרו`
203
- })}`,
209
+ })}",`,
204
210
  "selectedAll": `כל הפריטים שנבחרו`
205
211
  };
206
212
 
@@ -210,10 +216,7 @@ $e1066348ea80fd36$exports = {
210
216
  "actions": `Radnje`,
211
217
  "actionsAvailable": `Dostupne radnje.`,
212
218
  "clearSelection": `Poništi odabir`,
213
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
214
- "=0": `Nijedna nije odabrana`,
215
- other: ()=>`${formatter.number(args.count)} je odabrano`
216
- })}`,
219
+ "selected": (args)=>`Odabrano: ${args.count}`,
217
220
  "selectedAll": `Sve je odabrano`
218
221
  };
219
222
 
@@ -238,7 +241,8 @@ $087af352bd8a67a5$exports = {
238
241
  "clearSelection": `Annulla selezione`,
239
242
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
240
243
  "=0": `Nessuno selezionato`,
241
- other: ()=>`${formatter.number(args.count)} selezionato/i`
244
+ one: ()=>`${formatter.number(args.count)} selezionato`,
245
+ other: ()=>`${formatter.number(args.count)} selezionati`
242
246
  })}`,
243
247
  "selectedAll": `Tutti selezionati`
244
248
  };
@@ -275,10 +279,7 @@ $7103396bd37d192c$exports = {
275
279
  "actions": `Veiksmai`,
276
280
  "actionsAvailable": `Galimi veiksmai.`,
277
281
  "clearSelection": `Išvalyti pasirinkimą`,
278
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
279
- "=0": `Nieko nepasirinkta`,
280
- other: ()=>`Pasirinkta ${formatter.number(args.count)}`
281
- })}`,
282
+ "selected": (args)=>`Pasirinkta: ${args.count}`,
282
283
  "selectedAll": `Pasirinkta viskas`
283
284
  };
284
285
 
@@ -290,7 +291,7 @@ $da39587a937fb6fd$exports = {
290
291
  "clearSelection": `Notīrīt atlasi`,
291
292
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
292
293
  "=0": `Nav atlasīts nekas`,
293
- other: ()=>`Atlasīts: ${formatter.number(args.count)}`
294
+ other: ()=>`Atlasīts(-i): ${formatter.number(args.count)}`
294
295
  })}`,
295
296
  "selectedAll": `Atlasīts viss`
296
297
  };
@@ -301,10 +302,7 @@ $fef3c3414d151198$exports = {
301
302
  "actions": `Handlinger`,
302
303
  "actionsAvailable": `Tilgjengelige handlinger.`,
303
304
  "clearSelection": `Tøm utvalg`,
304
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
305
- "=0": `Ingen er valgt`,
306
- other: ()=>`${formatter.number(args.count)} er valgt`
307
- })}`,
305
+ "selected": (args)=>`Valde element: ${args.count}`,
308
306
  "selectedAll": `Alle er valgt`
309
307
  };
310
308
 
@@ -327,10 +325,7 @@ $ecd102793531599a$exports = {
327
325
  "actions": `Działania`,
328
326
  "actionsAvailable": `Dostępne działania.`,
329
327
  "clearSelection": `Wyczyść zaznaczenie`,
330
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
331
- "=0": `Nie zaznaczono żadnego elementu`,
332
- other: ()=>`${formatter.number(args.count)} zaznaczonych`
333
- })}`,
328
+ "selected": (args)=>`Zaznaczono: ${args.count}`,
334
329
  "selectedAll": `Wszystkie zaznaczone`
335
330
  };
336
331
 
@@ -341,8 +336,9 @@ $70b0a95af4186e29$exports = {
341
336
  "actionsAvailable": `Ações disponíveis.`,
342
337
  "clearSelection": `Limpar seleção`,
343
338
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
344
- "=0": `Nada selecionado`,
345
- other: ()=>`${formatter.number(args.count)} selecionado`
339
+ "=0": `Nenhum selecionado`,
340
+ one: ()=>`${formatter.number(args.count)} selecionado`,
341
+ other: ()=>`${formatter.number(args.count)} selecionados`
346
342
  })}`,
347
343
  "selectedAll": `Todos selecionados`
348
344
  };
@@ -355,7 +351,8 @@ $4b15e180aed5c52d$exports = {
355
351
  "clearSelection": `Limpar seleção`,
356
352
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
357
353
  "=0": `Nenhum selecionado`,
358
- other: ()=>`${formatter.number(args.count)} selecionado`
354
+ one: ()=>`${formatter.number(args.count)} selecionado`,
355
+ other: ()=>`${formatter.number(args.count)} selecionados`
359
356
  })}`,
360
357
  "selectedAll": `Tudo selecionado`
361
358
  };
@@ -368,6 +365,7 @@ $d0ef0a1cef9c2d6c$exports = {
368
365
  "clearSelection": `Goliți selecția`,
369
366
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
370
367
  "=0": `Niciunul selectat`,
368
+ one: ()=>` ${formatter.number(args.count)} selectat`,
371
369
  other: ()=>`${formatter.number(args.count)} selectate`
372
370
  })}`,
373
371
  "selectedAll": `Toate selectate`
@@ -379,10 +377,7 @@ $58fc1ff371f0c7fd$exports = {
379
377
  "actions": `Действия`,
380
378
  "actionsAvailable": `Возможно выполнение действий.`,
381
379
  "clearSelection": `Очистить выбор`,
382
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
383
- "=0": `Ничего не выбоано`,
384
- other: ()=>`${formatter.number(args.count)} выбрано`
385
- })}`,
380
+ "selected": (args)=>`Выбрано: ${args.count}`,
386
381
  "selectedAll": `Выбрано все`
387
382
  };
388
383
 
@@ -392,10 +387,7 @@ $b5f65f4e7988d1dd$exports = {
392
387
  "actions": `Akcie`,
393
388
  "actionsAvailable": `Dostupné akcie.`,
394
389
  "clearSelection": `Vymazať výber`,
395
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
396
- "=0": `Žiadne vybraté položky`,
397
- other: ()=>`Počet vybratých položiek: ${formatter.number(args.count)}`
398
- })}`,
390
+ "selected": (args)=>`Vybrané položky: ${args.count}`,
399
391
  "selectedAll": `Všetky vybraté položky`
400
392
  };
401
393
 
@@ -405,10 +397,7 @@ $5409ad409aeaf678$exports = {
405
397
  "actions": `Dejanja`,
406
398
  "actionsAvailable": `Na voljo so dejanja.`,
407
399
  "clearSelection": `Počisti izbor`,
408
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
409
- "=0": `Nič izbranih`,
410
- other: ()=>`${formatter.number(args.count)} izbranih`
411
- })}`,
400
+ "selected": (args)=>`Izbrano: ${args.count}`,
412
401
  "selectedAll": `Vsi izbrani`
413
402
  };
414
403
 
@@ -417,11 +406,8 @@ var $43feb38b3d4bbf1f$exports = {};
417
406
  $43feb38b3d4bbf1f$exports = {
418
407
  "actions": `Radnje`,
419
408
  "actionsAvailable": `Dostupne su radnje.`,
420
- "clearSelection": `Poništi izbor`,
421
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
422
- "=0": `Ništa nije izabrano`,
423
- other: ()=>`${formatter.number(args.count)} je izabrano`
424
- })}`,
409
+ "clearSelection": `Sve je izabrano`,
410
+ "selected": (args)=>`Izabrano: ${args.count}`,
425
411
  "selectedAll": `Sve je izabrano`
426
412
  };
427
413
 
@@ -432,8 +418,9 @@ $cbe41ff823ebe108$exports = {
432
418
  "actionsAvailable": `Åtgärder finns.`,
433
419
  "clearSelection": `Rensa markering`,
434
420
  "selected": (args, formatter)=>`${formatter.plural(args.count, {
435
- "=0": `Inga markerade`,
436
- other: ()=>`${formatter.number(args.count)} markerade`
421
+ "=0": `Inga valda`,
422
+ one: ()=>`${formatter.number(args.count)} vald`,
423
+ other: ()=>`${formatter.number(args.count)} valda`
437
424
  })}`,
438
425
  "selectedAll": `Alla markerade`
439
426
  };
@@ -457,10 +444,7 @@ $1e4c96bc308e0da2$exports = {
457
444
  "actions": `Дії`,
458
445
  "actionsAvailable": `Доступні дії.`,
459
446
  "clearSelection": `Очистити вибір`,
460
- "selected": (args, formatter)=>`${formatter.plural(args.count, {
461
- "=0": `Нічого не вибрано`,
462
- other: ()=>`Вибрано: ${formatter.number(args.count)}`
463
- })}`,
447
+ "selected": (args)=>`Вибрано: ${args.count}`,
464
448
  "selectedAll": `Усе вибрано`
465
449
  };
466
450
 
@@ -1 +1 @@
1
- {"mappings":"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","sources":["packages/@react-spectrum/actionbar/src/index.ts","packages/@react-spectrum/actionbar/src/ActionBar.tsx","packages/@react-spectrum/actionbar/src/*.js","packages/@react-spectrum/actionbar/intl/ar-AE.json","packages/@react-spectrum/actionbar/intl/bg-BG.json","packages/@react-spectrum/actionbar/intl/cs-CZ.json","packages/@react-spectrum/actionbar/intl/da-DK.json","packages/@react-spectrum/actionbar/intl/de-DE.json","packages/@react-spectrum/actionbar/intl/el-GR.json","packages/@react-spectrum/actionbar/intl/en-US.json","packages/@react-spectrum/actionbar/intl/es-ES.json","packages/@react-spectrum/actionbar/intl/et-EE.json","packages/@react-spectrum/actionbar/intl/fi-FI.json","packages/@react-spectrum/actionbar/intl/fr-FR.json","packages/@react-spectrum/actionbar/intl/he-IL.json","packages/@react-spectrum/actionbar/intl/hr-HR.json","packages/@react-spectrum/actionbar/intl/hu-HU.json","packages/@react-spectrum/actionbar/intl/it-IT.json","packages/@react-spectrum/actionbar/intl/ja-JP.json","packages/@react-spectrum/actionbar/intl/ko-KR.json","packages/@react-spectrum/actionbar/intl/lt-LT.json","packages/@react-spectrum/actionbar/intl/lv-LV.json","packages/@react-spectrum/actionbar/intl/nb-NO.json","packages/@react-spectrum/actionbar/intl/nl-NL.json","packages/@react-spectrum/actionbar/intl/pl-PL.json","packages/@react-spectrum/actionbar/intl/pt-BR.json","packages/@react-spectrum/actionbar/intl/pt-PT.json","packages/@react-spectrum/actionbar/intl/ro-RO.json","packages/@react-spectrum/actionbar/intl/ru-RU.json","packages/@react-spectrum/actionbar/intl/sk-SK.json","packages/@react-spectrum/actionbar/intl/sl-SI.json","packages/@react-spectrum/actionbar/intl/sr-SP.json","packages/@react-spectrum/actionbar/intl/sv-SE.json","packages/@react-spectrum/actionbar/intl/tr-TR.json","packages/@react-spectrum/actionbar/intl/uk-UA.json","packages/@react-spectrum/actionbar/intl/zh-CN.json","packages/@react-spectrum/actionbar/intl/zh-TW.json","packages/@react-spectrum/actionbar/src/actionbar.css","packages/@react-spectrum/actionbar/src/ActionBarContainer.tsx"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n/// <reference types=\"css-module-types\" />\nexport {ActionBar} from './ActionBar';\nexport {ActionBarContainer} from './ActionBarContainer';\nexport {Item} from '@react-stately/collections';\nexport type {SpectrumActionBarContainerProps} from '@react-types/actionbar';\nexport type {SpectrumActionBarProps} from '@react-types/actionbar';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {ActionButton} from '@react-spectrum/button';\nimport {ActionGroup} from '@react-spectrum/actiongroup';\nimport {announce} from '@react-aria/live-announcer';\nimport {classNames, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport CrossLarge from '@spectrum-icons/ui/CrossLarge';\nimport {DOMRef} from '@react-types/shared';\nimport {filterDOMProps} from '@react-aria/utils';\nimport {FocusScope} from '@react-aria/focus';\n// @ts-ignore\nimport intlMessages from '../intl/*.json';\nimport {OpenTransition} from '@react-spectrum/overlays';\nimport React, {ReactElement, Ref, useEffect, useRef, useState} from 'react';\nimport {SpectrumActionBarProps} from '@react-types/actionbar';\nimport styles from './actionbar.css';\nimport {Text} from '@react-spectrum/text';\nimport {useKeyboard} from '@react-aria/interactions';\nimport {useLocalizedStringFormatter} from '@react-aria/i18n';\nimport {useProviderProps} from '@react-spectrum/provider';\n\nfunction ActionBar<T extends object>(props: SpectrumActionBarProps<T>, ref: DOMRef<HTMLDivElement>) {\n let isOpen = props.selectedItemCount !== 0;\n let domRef = useDOMRef(ref);\n\n return (\n <OpenTransition\n nodeRef={domRef}\n in={isOpen}\n mountOnEnter\n unmountOnExit>\n <ActionBarInnerWithRef {...props} ref={domRef} />\n </OpenTransition>\n );\n}\n\ninterface ActionBarInnerProps<T> extends SpectrumActionBarProps<T> {\n isOpen?: boolean\n}\n\nfunction ActionBarInner<T>(props: ActionBarInnerProps<T>, ref: Ref<HTMLDivElement>) {\n props = useProviderProps(props);\n\n let {\n children,\n isEmphasized,\n onAction,\n onClearSelection,\n selectedItemCount,\n isOpen,\n items\n } = props;\n\n let {styleProps} = useStyleProps(props);\n let stringFormatter = useLocalizedStringFormatter(intlMessages);\n\n // Store the last count greater than zero in a ref so that we can retain it while rendering the fade-out animation.\n let [lastCount, setLastCount] = useState(selectedItemCount);\n if ((selectedItemCount === 'all' || selectedItemCount > 0) && selectedItemCount !== lastCount) {\n setLastCount(selectedItemCount);\n }\n\n let {keyboardProps} = useKeyboard({\n onKeyDown(e) {\n if (e.key === 'Escape') {\n e.preventDefault();\n onClearSelection();\n }\n }\n });\n\n // Announce \"actions available\" on mount.\n let isInitial = useRef(true);\n useEffect(() => {\n if (isInitial.current) {\n isInitial.current = false;\n announce(stringFormatter.format('actionsAvailable'));\n }\n }, [stringFormatter]);\n\n return (\n <FocusScope restoreFocus>\n <div\n {...filterDOMProps(props)}\n {...styleProps}\n {...keyboardProps}\n ref={ref}\n className={classNames(\n styles,\n 'react-spectrum-ActionBar', {\n 'react-spectrum-ActionBar--emphasized': isEmphasized,\n 'is-open': isOpen\n },\n styleProps.className\n )}>\n <div className={classNames(styles, 'react-spectrum-ActionBar-bar')}>\n <ActionGroup\n items={items}\n aria-label={stringFormatter.format('actions')}\n isQuiet\n staticColor={isEmphasized ? 'white' : undefined}\n overflowMode=\"collapse\"\n buttonLabelBehavior=\"collapse\"\n onAction={onAction}\n UNSAFE_className={classNames(styles, 'react-spectrum-ActionBar-actionGroup')}>\n {children}\n </ActionGroup>\n <ActionButton\n gridArea=\"clear\"\n aria-label={stringFormatter.format('clearSelection')}\n onPress={() => onClearSelection()}\n isQuiet\n staticColor={isEmphasized ? 'white' : undefined}>\n <CrossLarge />\n </ActionButton>\n <Text UNSAFE_className={classNames(styles, 'react-spectrum-ActionBar-selectedCount')}>\n {lastCount === 'all'\n ? stringFormatter.format('selectedAll')\n : stringFormatter.format('selected', {count: lastCount})}\n </Text>\n </div>\n </div>\n </FocusScope>\n );\n}\n\nconst ActionBarInnerWithRef = React.forwardRef(ActionBarInner) as <T>(props: ActionBarInnerProps<T> & {ref?: Ref<HTMLDivElement>}) => ReactElement;\n\n/**\n * Action bars are used for single and bulk selection patterns when a user needs to perform actions on one or more items at the same time.\n */\nconst _ActionBar = React.forwardRef(ActionBar) as <T>(props: SpectrumActionBarProps<T> & {ref?: DOMRef<HTMLDivElement>}) => ReactElement;\nexport {_ActionBar as ActionBar};\n","const _temp0 = require(\"../intl/ar-AE.json\");\nconst _temp1 = require(\"../intl/bg-BG.json\");\nconst _temp2 = require(\"../intl/cs-CZ.json\");\nconst _temp3 = require(\"../intl/da-DK.json\");\nconst _temp4 = require(\"../intl/de-DE.json\");\nconst _temp5 = require(\"../intl/el-GR.json\");\nconst _temp6 = require(\"../intl/en-US.json\");\nconst _temp7 = require(\"../intl/es-ES.json\");\nconst _temp8 = require(\"../intl/et-EE.json\");\nconst _temp9 = require(\"../intl/fi-FI.json\");\nconst _temp10 = require(\"../intl/fr-FR.json\");\nconst _temp11 = require(\"../intl/he-IL.json\");\nconst _temp12 = require(\"../intl/hr-HR.json\");\nconst _temp13 = require(\"../intl/hu-HU.json\");\nconst _temp14 = require(\"../intl/it-IT.json\");\nconst _temp15 = require(\"../intl/ja-JP.json\");\nconst _temp16 = require(\"../intl/ko-KR.json\");\nconst _temp17 = require(\"../intl/lt-LT.json\");\nconst _temp18 = require(\"../intl/lv-LV.json\");\nconst _temp19 = require(\"../intl/nb-NO.json\");\nconst _temp20 = require(\"../intl/nl-NL.json\");\nconst _temp21 = require(\"../intl/pl-PL.json\");\nconst _temp22 = require(\"../intl/pt-BR.json\");\nconst _temp23 = require(\"../intl/pt-PT.json\");\nconst _temp24 = require(\"../intl/ro-RO.json\");\nconst _temp25 = require(\"../intl/ru-RU.json\");\nconst _temp26 = require(\"../intl/sk-SK.json\");\nconst _temp27 = require(\"../intl/sl-SI.json\");\nconst _temp28 = require(\"../intl/sr-SP.json\");\nconst _temp29 = require(\"../intl/sv-SE.json\");\nconst _temp30 = require(\"../intl/tr-TR.json\");\nconst _temp31 = require(\"../intl/uk-UA.json\");\nconst _temp32 = require(\"../intl/zh-CN.json\");\nconst _temp33 = require(\"../intl/zh-TW.json\");\nmodule.exports = {\n \"ar-AE\": _temp0,\n \"bg-BG\": _temp1,\n \"cs-CZ\": _temp2,\n \"da-DK\": _temp3,\n \"de-DE\": _temp4,\n \"el-GR\": _temp5,\n \"en-US\": _temp6,\n \"es-ES\": _temp7,\n \"et-EE\": _temp8,\n \"fi-FI\": _temp9,\n \"fr-FR\": _temp10,\n \"he-IL\": _temp11,\n \"hr-HR\": _temp12,\n \"hu-HU\": _temp13,\n \"it-IT\": _temp14,\n \"ja-JP\": _temp15,\n \"ko-KR\": _temp16,\n \"lt-LT\": _temp17,\n \"lv-LV\": _temp18,\n \"nb-NO\": _temp19,\n \"nl-NL\": _temp20,\n \"pl-PL\": _temp21,\n \"pt-BR\": _temp22,\n \"pt-PT\": _temp23,\n \"ro-RO\": _temp24,\n \"ru-RU\": _temp25,\n \"sk-SK\": _temp26,\n \"sl-SI\": _temp27,\n \"sr-SP\": _temp28,\n \"sv-SE\": _temp29,\n \"tr-TR\": _temp30,\n \"uk-UA\": _temp31,\n \"zh-CN\": _temp32,\n \"zh-TW\": _temp33\n}","{\n \"actions\": \"الإجراءات\",\n \"actionsAvailable\": \"الإجراءات المتاحة.\",\n \"clearSelection\": \"إزالة التحديد\",\n \"selected\": \"{count, plural, =0 {غير محدد} other {# محدد}}\",\n \"selectedAll\": \"تم تحديد الكل\"\n}\n","{\n \"actions\": \"Действия\",\n \"actionsAvailable\": \"Налични действия.\",\n \"clearSelection\": \"Изчистване на избора\",\n \"selected\": \"{count, plural, =0 {Няма избрани} other {# избрани}}\",\n \"selectedAll\": \"Всички избрани\"\n}\n","{\n \"actions\": \"Akce\",\n \"actionsAvailable\": \"Dostupné akce.\",\n \"clearSelection\": \"Vymazat výběr\",\n \"selected\": \"{count, plural, =0 {Nic není vybráno} other {Vybráno #}}\",\n \"selectedAll\": \"Vybráno vše\"\n}\n","{\n \"actions\": \"Handlinger\",\n \"actionsAvailable\": \"Tilgængelige handlinger.\",\n \"clearSelection\": \"Ryd markering\",\n \"selected\": \"{count, plural, =0 {Ingen valgt} other {# valgt}}\",\n \"selectedAll\": \"Alle valgt\"\n}\n","{\n \"actions\": \"Aktionen\",\n \"actionsAvailable\": \"Aktionen verfügbar.\",\n \"clearSelection\": \"Auswahl löschen\",\n \"selected\": \"{count, plural, =0 {Nichts ausgewählt} other {# ausgewählt}}\",\n \"selectedAll\": \"Alles ausgewählt\"\n}\n","{\n \"actions\": \"Ενέργειες\",\n \"actionsAvailable\": \"Υπάρχουν διαθέσιμες ενέργειες.\",\n \"clearSelection\": \"Εκκαθάριση επιλογής\",\n \"selected\": \"{count, plural, =0 {Δεν επιλέχθηκε κανένα} other {Επιλέχθηκαν #}}\",\n \"selectedAll\": \"Επιλέχθηκαν όλα\"\n}\n","{\n \"clearSelection\": \"Clear selection\",\n \"selected\": \"{count, plural, =0 {None selected} other {# selected}}\",\n \"selectedAll\": \"All selected\",\n \"actions\": \"Actions\",\n \"actionsAvailable\": \"Actions available.\"\n}\n","{\n \"actions\": \"Acciones\",\n \"actionsAvailable\": \"Acciones disponibles.\",\n \"clearSelection\": \"Borrar selección\",\n \"selected\": \"{count, plural, =0 {Nada seleccionado} other {# seleccionado}}\",\n \"selectedAll\": \"Todo seleccionado\"\n}\n","{\n \"actions\": \"Toimingud\",\n \"actionsAvailable\": \"Toimingud saadaval.\",\n \"clearSelection\": \"Puhasta valik\",\n \"selected\": \"{count, plural, =0 {Pole valitud} other {# valitud}}\",\n \"selectedAll\": \"Kõik valitud\"\n}\n","{\n \"actions\": \"Toiminnot\",\n \"actionsAvailable\": \"Toiminnot käytettävissä.\",\n \"clearSelection\": \"Poista valinta\",\n \"selected\": \"{count, plural, =0 {Ei mitään valittu} other {# valittu}}\",\n \"selectedAll\": \"Kaikki valittu\"\n}\n","{\n \"actions\": \"Actions\",\n \"actionsAvailable\": \"Actions disponibles.\",\n \"clearSelection\": \"Supprimer la sélection\",\n \"selected\": \"{count, plural, =0 {Aucun élément sélectionné} other {# sélectionnés}}\",\n \"selectedAll\": \"Toute la sélection\"\n}\n","{\n \"actions\": \"פעולות\",\n \"actionsAvailable\": \"פעולות זמינות.\",\n \"clearSelection\": \"נקה בחירה\",\n \"selected\": \"{count, plural, =0 {לא בוצעה בחירה} other {# נבחרו}}\",\n \"selectedAll\": \"כל הפריטים שנבחרו\"\n}\n","{\n \"actions\": \"Radnje\",\n \"actionsAvailable\": \"Dostupne radnje.\",\n \"clearSelection\": \"Poništi odabir\",\n \"selected\": \"{count, plural, =0 {Nijedna nije odabrana} other {# je odabrano}}\",\n \"selectedAll\": \"Sve je odabrano\"\n}\n","{\n \"actions\": \"Műveletek\",\n \"actionsAvailable\": \"Műveletek állnak rendelkezésre.\",\n \"clearSelection\": \"Kijelölés törlése\",\n \"selected\": \"{count, plural, =0 {Egy sincs kijelölve} other {# kijelölve}}\",\n \"selectedAll\": \"Mind kijelölve\"\n}\n","{\n \"actions\": \"Azioni\",\n \"actionsAvailable\": \"Azioni disponibili.\",\n \"clearSelection\": \"Annulla selezione\",\n \"selected\": \"{count, plural, =0 {Nessuno selezionato} other {# selezionato/i}}\",\n \"selectedAll\": \"Tutti selezionati\"\n}\n","{\n \"actions\": \"アクション\",\n \"actionsAvailable\": \"アクションを利用できます。\",\n \"clearSelection\": \"選択をクリア\",\n \"selected\": \"{count, plural, =0 {選択されていません} other {# 個を選択しました}}\",\n \"selectedAll\": \"すべてを選択\"\n}\n","{\n \"actions\": \"액션\",\n \"actionsAvailable\": \"사용 가능한 액션\",\n \"clearSelection\": \"선택 항목 지우기\",\n \"selected\": \"{count, plural, =0 {선택된 항목 없음} other {#개 선택됨}}\",\n \"selectedAll\": \"모두 선택됨\"\n}\n","{\n \"actions\": \"Veiksmai\",\n \"actionsAvailable\": \"Galimi veiksmai.\",\n \"clearSelection\": \"Išvalyti pasirinkimą\",\n \"selected\": \"{count, plural, =0 {Nieko nepasirinkta} other {Pasirinkta #}}\",\n \"selectedAll\": \"Pasirinkta viskas\"\n}\n","{\n \"actions\": \"Darbības\",\n \"actionsAvailable\": \"Pieejamas darbības.\",\n \"clearSelection\": \"Notīrīt atlasi\",\n \"selected\": \"{count, plural, =0 {Nav atlasīts nekas} other {Atlasīts: #}}\",\n \"selectedAll\": \"Atlasīts viss\"\n}\n","{\n \"actions\": \"Handlinger\",\n \"actionsAvailable\": \"Tilgjengelige handlinger.\",\n \"clearSelection\": \"Tøm utvalg\",\n \"selected\": \"{count, plural, =0 {Ingen er valgt} other {# er valgt}}\",\n \"selectedAll\": \"Alle er valgt\"\n}\n","{\n \"actions\": \"Acties\",\n \"actionsAvailable\": \"Acties beschikbaar.\",\n \"clearSelection\": \"Selectie wissen\",\n \"selected\": \"{count, plural, =0 {Niets geselecteerd} other {# geselecteerd}}\",\n \"selectedAll\": \"Alles geselecteerd\"\n}\n","{\n \"actions\": \"Działania\",\n \"actionsAvailable\": \"Dostępne działania.\",\n \"clearSelection\": \"Wyczyść zaznaczenie\",\n \"selected\": \"{count, plural, =0 {Nie zaznaczono żadnego elementu} other {# zaznaczonych}}\",\n \"selectedAll\": \"Wszystkie zaznaczone\"\n}\n","{\n \"actions\": \"Ações\",\n \"actionsAvailable\": \"Ações disponíveis.\",\n \"clearSelection\": \"Limpar seleção\",\n \"selected\": \"{count, plural, =0 {Nada selecionado} other {# selecionado}}\",\n \"selectedAll\": \"Todos selecionados\"\n}\n","{\n \"actions\": \"Ações\",\n \"actionsAvailable\": \"Ações disponíveis.\",\n \"clearSelection\": \"Limpar seleção\",\n \"selected\": \"{count, plural, =0 {Nenhum selecionado} other {# selecionado}}\",\n \"selectedAll\": \"Tudo selecionado\"\n}\n","{\n \"actions\": \"Acțiuni\",\n \"actionsAvailable\": \"Acțiuni disponibile.\",\n \"clearSelection\": \"Goliți selecția\",\n \"selected\": \"{count, plural, =0 {Niciunul selectat} other {# selectate}}\",\n \"selectedAll\": \"Toate selectate\"\n}\n","{\n \"actions\": \"Действия\",\n \"actionsAvailable\": \"Возможно выполнение действий.\",\n \"clearSelection\": \"Очистить выбор\",\n \"selected\": \"{count, plural, =0 {Ничего не выбоано} other {# выбрано}}\",\n \"selectedAll\": \"Выбрано все\"\n}\n","{\n \"actions\": \"Akcie\",\n \"actionsAvailable\": \"Dostupné akcie.\",\n \"clearSelection\": \"Vymazať výber\",\n \"selected\": \"{count, plural, =0 {Žiadne vybraté položky} other {Počet vybratých položiek: #}}\",\n \"selectedAll\": \"Všetky vybraté položky\"\n}\n","{\n \"actions\": \"Dejanja\",\n \"actionsAvailable\": \"Na voljo so dejanja.\",\n \"clearSelection\": \"Počisti izbor\",\n \"selected\": \"{count, plural, =0 {Nič izbranih} other {# izbranih}}\",\n \"selectedAll\": \"Vsi izbrani\"\n}\n","{\n \"actions\": \"Radnje\",\n \"actionsAvailable\": \"Dostupne su radnje.\",\n \"clearSelection\": \"Poništi izbor\",\n \"selected\": \"{count, plural, =0 {Ništa nije izabrano} other {# je izabrano}}\",\n \"selectedAll\": \"Sve je izabrano\"\n}\n","{\n \"actions\": \"Åtgärder\",\n \"actionsAvailable\": \"Åtgärder finns.\",\n \"clearSelection\": \"Rensa markering\",\n \"selected\": \"{count, plural, =0 {Inga markerade} other {# markerade}}\",\n \"selectedAll\": \"Alla markerade\"\n}\n","{\n \"actions\": \"Eylemler\",\n \"actionsAvailable\": \"Eylemler mevcut.\",\n \"clearSelection\": \"Seçimi temizle\",\n \"selected\": \"{count, plural, =0 {Hiçbiri seçilmedi} other {# seçildi}}\",\n \"selectedAll\": \"Tümü seçildi\"\n}\n","{\n \"actions\": \"Дії\",\n \"actionsAvailable\": \"Доступні дії.\",\n \"clearSelection\": \"Очистити вибір\",\n \"selected\": \"{count, plural, =0 {Нічого не вибрано} other {Вибрано: #}}\",\n \"selectedAll\": \"Усе вибрано\"\n}\n","{\n \"actions\": \"操作\",\n \"actionsAvailable\": \"有可用操作。\",\n \"clearSelection\": \"清除选择\",\n \"selected\": \"{count, plural, =0 {无选择} other {已选择 # 个}}\",\n \"selectedAll\": \"全选\"\n}\n","{\n \"actions\": \"動作\",\n \"actionsAvailable\": \"可執行的動作。\",\n \"clearSelection\": \"清除選取項目\",\n \"selected\": \"{count, plural, =0 {未選取任何項目} other {已選取 # 個}}\",\n \"selectedAll\": \"已選取所有項目\"\n}\n",".ActionBarContainer {\n display: flex;\n flex-direction: column;\n position: relative;\n\n & > :not(.react-spectrum-ActionBar) {\n flex: 1;\n min-height: 0;\n }\n\n & > .react-spectrum-ActionBar {\n flex: 0 0 auto;\n }\n}\n\n.react-spectrum-ActionBar {\n transition: height var(--spectrum-global-animation-duration-100) ease-in-out,\n opacity var(--spectrum-global-animation-duration-100) ease-in-out;\n\n /* Take up no space when not open */\n block-size: 0;\n opacity: 0;\n width: 100%;\n\n /* Clip anything outside of us, whether we're open or not. This makes the animation smooth */\n overflow: hidden;\n\n &.is-open {\n height: calc(var(--spectrum-global-dimension-size-600) + var(--spectrum-global-dimension-size-100) * 2);\n opacity: 1;\n transition-delay: 0ms;\n }\n\n .react-spectrum-ActionBar-bar {\n display: grid;\n grid-template-areas: \"clear selected . actiongroup\";\n grid-template-columns: auto max-content minmax(var(--spectrum-global-dimension-size-300), 1fr) auto;\n align-items: center;\n isolation: isolate;\n justify-content: space-between;\n padding: var(--spectrum-global-dimension-size-100);\n\n position: absolute;\n bottom: var(--spectrum-global-dimension-size-100);\n left: var(--spectrum-global-dimension-size-100);\n right: var(--spectrum-global-dimension-size-100);\n max-width: 960px;\n margin: 0 auto;\n\n background: var(--spectrum-global-color-gray-50);\n border-radius: var(--spectrum-popover-border-radius);\n border-style: solid;\n border-width: var(--spectrum-popover-border-size);\n border-color: var(--spectrum-popover-border-color);\n box-shadow: 0 2px 8px var(--spectrum-alias-dropshadow-color);\n\n transform: translateY(var(--spectrum-overlay-positive-transform-distance));\n transition: transform var(--spectrum-global-animation-duration-100) ease-in-out;\n }\n\n &.is-open .react-spectrum-ActionBar-bar {\n transform: translateY(0);\n }\n\n &.react-spectrum-ActionBar--emphasized .react-spectrum-ActionBar-bar {\n background: var(--spectrum-global-color-static-blue-700);\n color: white;\n box-shadow: 0 2px 6px var(--spectrum-alias-dropshadow-color);\n border: none;\n }\n\n .react-spectrum-ActionBar-selectedCount {\n grid-area: selected;\n padding: 0 var(--spectrum-global-dimension-size-50);\n user-select: none;\n cursor: default;\n }\n\n .react-spectrum-ActionBar-actionGroup {\n grid-area: actiongroup;\n min-width: 0;\n }\n}\n@media (forced-colors: active) {\n .react-spectrum-ActionBar {\n &.react-spectrum-ActionBar--emphasized .react-spectrum-ActionBar-bar {\n\n border: 1px solid transparent;\n }\n }\n}\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {classNames, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {filterDOMProps} from '@react-aria/utils';\nimport React from 'react';\nimport {SpectrumActionBarContainerProps} from '@react-types/actionbar';\nimport styles from './actionbar.css';\nimport {useProviderProps} from '@react-spectrum/provider';\n\nfunction ActionBarContainer(props: SpectrumActionBarContainerProps, ref: DOMRef<HTMLDivElement>) {\n // Grabs specific props from the closest Provider (see https://react-spectrum.adobe.com/react-spectrum/Provider.html#property-groups). Remove if your component doesn't support any of the listed props.\n props = useProviderProps(props);\n\n let {children} = props;\n let {styleProps} = useStyleProps(props);\n let domRef = useDOMRef(ref);\n\n return (\n <div\n {...filterDOMProps(props)}\n {...styleProps}\n ref={domRef}\n className={classNames(styles, 'ActionBarContainer', styleProps.className)}>\n {children}\n </div>\n );\n}\n\n/**\n * ActionBarContainer wraps around an ActionBar and a component that supports selection. It handles\n * the ActionBar's position with respect to its linked component.\n */\nconst _ActionBarContainer = React.forwardRef(ActionBarContainer);\nexport {_ActionBarContainer as ActionBarContainer};\n"],"names":[],"version":3,"file":"module.js.map"}
1
+ {"mappings":"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","sources":["packages/@react-spectrum/actionbar/src/index.ts","packages/@react-spectrum/actionbar/src/ActionBar.tsx","packages/@react-spectrum/actionbar/src/*.js","packages/@react-spectrum/actionbar/intl/ar-AE.json","packages/@react-spectrum/actionbar/intl/bg-BG.json","packages/@react-spectrum/actionbar/intl/cs-CZ.json","packages/@react-spectrum/actionbar/intl/da-DK.json","packages/@react-spectrum/actionbar/intl/de-DE.json","packages/@react-spectrum/actionbar/intl/el-GR.json","packages/@react-spectrum/actionbar/intl/en-US.json","packages/@react-spectrum/actionbar/intl/es-ES.json","packages/@react-spectrum/actionbar/intl/et-EE.json","packages/@react-spectrum/actionbar/intl/fi-FI.json","packages/@react-spectrum/actionbar/intl/fr-FR.json","packages/@react-spectrum/actionbar/intl/he-IL.json","packages/@react-spectrum/actionbar/intl/hr-HR.json","packages/@react-spectrum/actionbar/intl/hu-HU.json","packages/@react-spectrum/actionbar/intl/it-IT.json","packages/@react-spectrum/actionbar/intl/ja-JP.json","packages/@react-spectrum/actionbar/intl/ko-KR.json","packages/@react-spectrum/actionbar/intl/lt-LT.json","packages/@react-spectrum/actionbar/intl/lv-LV.json","packages/@react-spectrum/actionbar/intl/nb-NO.json","packages/@react-spectrum/actionbar/intl/nl-NL.json","packages/@react-spectrum/actionbar/intl/pl-PL.json","packages/@react-spectrum/actionbar/intl/pt-BR.json","packages/@react-spectrum/actionbar/intl/pt-PT.json","packages/@react-spectrum/actionbar/intl/ro-RO.json","packages/@react-spectrum/actionbar/intl/ru-RU.json","packages/@react-spectrum/actionbar/intl/sk-SK.json","packages/@react-spectrum/actionbar/intl/sl-SI.json","packages/@react-spectrum/actionbar/intl/sr-SP.json","packages/@react-spectrum/actionbar/intl/sv-SE.json","packages/@react-spectrum/actionbar/intl/tr-TR.json","packages/@react-spectrum/actionbar/intl/uk-UA.json","packages/@react-spectrum/actionbar/intl/zh-CN.json","packages/@react-spectrum/actionbar/intl/zh-TW.json","packages/@react-spectrum/actionbar/src/actionbar.css","packages/@react-spectrum/actionbar/src/ActionBarContainer.tsx"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n/// <reference types=\"css-module-types\" />\nexport {ActionBar} from './ActionBar';\nexport {ActionBarContainer} from './ActionBarContainer';\nexport {Item} from '@react-stately/collections';\nexport type {SpectrumActionBarContainerProps} from '@react-types/actionbar';\nexport type {SpectrumActionBarProps} from '@react-types/actionbar';\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {ActionButton} from '@react-spectrum/button';\nimport {ActionGroup} from '@react-spectrum/actiongroup';\nimport {announce} from '@react-aria/live-announcer';\nimport {classNames, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport CrossLarge from '@spectrum-icons/ui/CrossLarge';\nimport {DOMRef} from '@react-types/shared';\nimport {filterDOMProps} from '@react-aria/utils';\nimport {FocusScope} from '@react-aria/focus';\n// @ts-ignore\nimport intlMessages from '../intl/*.json';\nimport {OpenTransition} from '@react-spectrum/overlays';\nimport React, {ReactElement, Ref, useEffect, useRef, useState} from 'react';\nimport {SpectrumActionBarProps} from '@react-types/actionbar';\nimport styles from './actionbar.css';\nimport {Text} from '@react-spectrum/text';\nimport {useKeyboard} from '@react-aria/interactions';\nimport {useLocalizedStringFormatter} from '@react-aria/i18n';\nimport {useProviderProps} from '@react-spectrum/provider';\n\nfunction ActionBar<T extends object>(props: SpectrumActionBarProps<T>, ref: DOMRef<HTMLDivElement>) {\n let isOpen = props.selectedItemCount !== 0;\n let domRef = useDOMRef(ref);\n\n return (\n <OpenTransition\n nodeRef={domRef}\n in={isOpen}\n mountOnEnter\n unmountOnExit>\n <ActionBarInnerWithRef {...props} ref={domRef} />\n </OpenTransition>\n );\n}\n\ninterface ActionBarInnerProps<T> extends SpectrumActionBarProps<T> {\n isOpen?: boolean\n}\n\nfunction ActionBarInner<T>(props: ActionBarInnerProps<T>, ref: Ref<HTMLDivElement>) {\n props = useProviderProps(props);\n\n let {\n children,\n isEmphasized,\n onAction,\n onClearSelection,\n selectedItemCount,\n isOpen,\n items\n } = props;\n\n let {styleProps} = useStyleProps(props);\n let stringFormatter = useLocalizedStringFormatter(intlMessages);\n\n // Store the last count greater than zero in a ref so that we can retain it while rendering the fade-out animation.\n let [lastCount, setLastCount] = useState(selectedItemCount);\n if ((selectedItemCount === 'all' || selectedItemCount > 0) && selectedItemCount !== lastCount) {\n setLastCount(selectedItemCount);\n }\n\n let {keyboardProps} = useKeyboard({\n onKeyDown(e) {\n if (e.key === 'Escape') {\n e.preventDefault();\n onClearSelection();\n }\n }\n });\n\n // Announce \"actions available\" on mount.\n let isInitial = useRef(true);\n useEffect(() => {\n if (isInitial.current) {\n isInitial.current = false;\n announce(stringFormatter.format('actionsAvailable'));\n }\n }, [stringFormatter]);\n\n return (\n <FocusScope restoreFocus>\n <div\n {...filterDOMProps(props)}\n {...styleProps}\n {...keyboardProps}\n ref={ref}\n className={classNames(\n styles,\n 'react-spectrum-ActionBar', {\n 'react-spectrum-ActionBar--emphasized': isEmphasized,\n 'is-open': isOpen\n },\n styleProps.className\n )}>\n <div className={classNames(styles, 'react-spectrum-ActionBar-bar')}>\n <ActionGroup\n items={items}\n aria-label={stringFormatter.format('actions')}\n isQuiet\n staticColor={isEmphasized ? 'white' : undefined}\n overflowMode=\"collapse\"\n buttonLabelBehavior=\"collapse\"\n onAction={onAction}\n UNSAFE_className={classNames(styles, 'react-spectrum-ActionBar-actionGroup')}>\n {children}\n </ActionGroup>\n <ActionButton\n gridArea=\"clear\"\n aria-label={stringFormatter.format('clearSelection')}\n onPress={() => onClearSelection()}\n isQuiet\n staticColor={isEmphasized ? 'white' : undefined}>\n <CrossLarge />\n </ActionButton>\n <Text UNSAFE_className={classNames(styles, 'react-spectrum-ActionBar-selectedCount')}>\n {lastCount === 'all'\n ? stringFormatter.format('selectedAll')\n : stringFormatter.format('selected', {count: lastCount})}\n </Text>\n </div>\n </div>\n </FocusScope>\n );\n}\n\nconst ActionBarInnerWithRef = React.forwardRef(ActionBarInner) as <T>(props: ActionBarInnerProps<T> & {ref?: Ref<HTMLDivElement>}) => ReactElement;\n\n/**\n * Action bars are used for single and bulk selection patterns when a user needs to perform actions on one or more items at the same time.\n */\nconst _ActionBar = React.forwardRef(ActionBar) as <T>(props: SpectrumActionBarProps<T> & {ref?: DOMRef<HTMLDivElement>}) => ReactElement;\nexport {_ActionBar as ActionBar};\n","const _temp0 = require(\"../intl/ar-AE.json\");\nconst _temp1 = require(\"../intl/bg-BG.json\");\nconst _temp2 = require(\"../intl/cs-CZ.json\");\nconst _temp3 = require(\"../intl/da-DK.json\");\nconst _temp4 = require(\"../intl/de-DE.json\");\nconst _temp5 = require(\"../intl/el-GR.json\");\nconst _temp6 = require(\"../intl/en-US.json\");\nconst _temp7 = require(\"../intl/es-ES.json\");\nconst _temp8 = require(\"../intl/et-EE.json\");\nconst _temp9 = require(\"../intl/fi-FI.json\");\nconst _temp10 = require(\"../intl/fr-FR.json\");\nconst _temp11 = require(\"../intl/he-IL.json\");\nconst _temp12 = require(\"../intl/hr-HR.json\");\nconst _temp13 = require(\"../intl/hu-HU.json\");\nconst _temp14 = require(\"../intl/it-IT.json\");\nconst _temp15 = require(\"../intl/ja-JP.json\");\nconst _temp16 = require(\"../intl/ko-KR.json\");\nconst _temp17 = require(\"../intl/lt-LT.json\");\nconst _temp18 = require(\"../intl/lv-LV.json\");\nconst _temp19 = require(\"../intl/nb-NO.json\");\nconst _temp20 = require(\"../intl/nl-NL.json\");\nconst _temp21 = require(\"../intl/pl-PL.json\");\nconst _temp22 = require(\"../intl/pt-BR.json\");\nconst _temp23 = require(\"../intl/pt-PT.json\");\nconst _temp24 = require(\"../intl/ro-RO.json\");\nconst _temp25 = require(\"../intl/ru-RU.json\");\nconst _temp26 = require(\"../intl/sk-SK.json\");\nconst _temp27 = require(\"../intl/sl-SI.json\");\nconst _temp28 = require(\"../intl/sr-SP.json\");\nconst _temp29 = require(\"../intl/sv-SE.json\");\nconst _temp30 = require(\"../intl/tr-TR.json\");\nconst _temp31 = require(\"../intl/uk-UA.json\");\nconst _temp32 = require(\"../intl/zh-CN.json\");\nconst _temp33 = require(\"../intl/zh-TW.json\");\nmodule.exports = {\n \"ar-AE\": _temp0,\n \"bg-BG\": _temp1,\n \"cs-CZ\": _temp2,\n \"da-DK\": _temp3,\n \"de-DE\": _temp4,\n \"el-GR\": _temp5,\n \"en-US\": _temp6,\n \"es-ES\": _temp7,\n \"et-EE\": _temp8,\n \"fi-FI\": _temp9,\n \"fr-FR\": _temp10,\n \"he-IL\": _temp11,\n \"hr-HR\": _temp12,\n \"hu-HU\": _temp13,\n \"it-IT\": _temp14,\n \"ja-JP\": _temp15,\n \"ko-KR\": _temp16,\n \"lt-LT\": _temp17,\n \"lv-LV\": _temp18,\n \"nb-NO\": _temp19,\n \"nl-NL\": _temp20,\n \"pl-PL\": _temp21,\n \"pt-BR\": _temp22,\n \"pt-PT\": _temp23,\n \"ro-RO\": _temp24,\n \"ru-RU\": _temp25,\n \"sk-SK\": _temp26,\n \"sl-SI\": _temp27,\n \"sr-SP\": _temp28,\n \"sv-SE\": _temp29,\n \"tr-TR\": _temp30,\n \"uk-UA\": _temp31,\n \"zh-CN\": _temp32,\n \"zh-TW\": _temp33\n}","{\n \"actions\": \"الإجراءات\",\n \"actionsAvailable\": \"الإجراءات المتاحة.\",\n \"clearSelection\": \"إزالة التحديد\",\n \"selected\": \"{count, plural, =0 {غير محدد} other {# محدد}}\",\n \"selectedAll\": \"تم تحديد الكل\"\n}\n","{\n \"actions\": \"Действия\",\n \"actionsAvailable\": \"Налични действия.\",\n \"clearSelection\": \"Изчистване на избора\",\n \"selected\": \"{count, plural, =0 {Няма избрани} one {# избран} other {# избрани}}\",\n \"selectedAll\": \"Всички избрани\"\n}\n","{\n \"actions\": \"Akce\",\n \"actionsAvailable\": \"Dostupné akce.\",\n \"clearSelection\": \"Vymazat výběr\",\n \"selected\": \"{count, plural, =0 {Nic není vybráno} other {Vybráno #}}\",\n \"selectedAll\": \"Vybráno vše\"\n}\n","{\n \"actions\": \"Handlinger\",\n \"actionsAvailable\": \"Tilgængelige handlinger.\",\n \"clearSelection\": \"Ryd markering\",\n \"selected\": \"{count, plural, =0 {Ingen valgt} other {# valgt}}\",\n \"selectedAll\": \"Alle valgt\"\n}\n","{\n \"actions\": \"Aktionen\",\n \"actionsAvailable\": \"Aktionen verfügbar.\",\n \"clearSelection\": \"Auswahl löschen\",\n \"selected\": \"{count, plural, =0 {Nichts ausgewählt} one {# ausgewählt} other {# ausgewählt}}\",\n \"selectedAll\": \"Alles ausgewählt\"\n}\n","{\n \"actions\": \"Ενέργειες\",\n \"actionsAvailable\": \"Υπάρχουν διαθέσιμες ενέργειες.\",\n \"clearSelection\": \"Εκκαθάριση επιλογής\",\n \"selected\": \"{count, plural, =0 {Δεν επιλέχθηκε κανένα} one {# επιλεγμένο} other {# επιλεγμένα}}\",\n \"selectedAll\": \"Επιλέχθηκαν όλα\"\n}\n","{\n \"clearSelection\": \"Clear selection\",\n \"selected\": \"{count, plural, =0 {None selected} other {# selected}}\",\n \"selectedAll\": \"All selected\",\n \"actions\": \"Actions\",\n \"actionsAvailable\": \"Actions available.\"\n}","{\n \"actions\": \"Acciones\",\n \"actionsAvailable\": \"Acciones disponibles.\",\n \"clearSelection\": \"Borrar selección\",\n \"selected\": \"{count, plural, =0 {Nada seleccionado} one {# seleccionado} other {# seleccionados}}\",\n \"selectedAll\": \"Todo seleccionado\"\n}\n","{\n \"actions\": \"Toimingud\",\n \"actionsAvailable\": \"Toimingud saadaval.\",\n \"clearSelection\": \"Puhasta valik\",\n \"selected\": \"{count, plural, =0 {Pole valitud} other {# valitud}}\",\n \"selectedAll\": \"Kõik valitud\"\n}\n","{\n \"actions\": \"Toiminnot\",\n \"actionsAvailable\": \"Toiminnot käytettävissä.\",\n \"clearSelection\": \"Poista valinta\",\n \"selected\": \"{count, plural, =0 {Ei mitään valittu} other {# valittu}}\",\n \"selectedAll\": \"Kaikki valittu\"\n}\n","{\n \"actions\": \"Actions\",\n \"actionsAvailable\": \"Actions disponibles.\",\n \"clearSelection\": \"Supprimer la sélection\",\n \"selected\": \"{count, plural, =0 {Aucun élément sélectionné} one {# sélectionné} other {# sélectionnés}}\",\n \"selectedAll\": \"Toute la sélection\"\n}\n","{\n \"actions\": \"פעולות\",\n \"actionsAvailable\": \"פעולות זמינות.\",\n \"clearSelection\": \"נקה בחירה\",\n \"selected\": \"{count, plural, =0 {לא בוצעה בחירה} one { # בחר} other {# נבחרו}}\\\",\",\n \"selectedAll\": \"כל הפריטים שנבחרו\"\n}\n","{\n \"actions\": \"Radnje\",\n \"actionsAvailable\": \"Dostupne radnje.\",\n \"clearSelection\": \"Poništi odabir\",\n \"selected\": \"Odabrano: { count }\",\n \"selectedAll\": \"Sve je odabrano\"\n}\n","{\n \"actions\": \"Műveletek\",\n \"actionsAvailable\": \"Műveletek állnak rendelkezésre.\",\n \"clearSelection\": \"Kijelölés törlése\",\n \"selected\": \"{count, plural, =0 {Egy sincs kijelölve} other {# kijelölve}}\",\n \"selectedAll\": \"Mind kijelölve\"\n}\n","{\n \"actions\": \"Azioni\",\n \"actionsAvailable\": \"Azioni disponibili.\",\n \"clearSelection\": \"Annulla selezione\",\n \"selected\": \"{count, plural, =0 {Nessuno selezionato} one {# selezionato} other {# selezionati}}\",\n \"selectedAll\": \"Tutti selezionati\"\n}\n","{\n \"actions\": \"アクション\",\n \"actionsAvailable\": \"アクションを利用できます。\",\n \"clearSelection\": \"選択をクリア\",\n \"selected\": \"{count, plural, =0 {選択されていません} other {# 個を選択しました}}\",\n \"selectedAll\": \"すべてを選択\"\n}\n","{\n \"actions\": \"액션\",\n \"actionsAvailable\": \"사용 가능한 액션\",\n \"clearSelection\": \"선택 항목 지우기\",\n \"selected\": \"{count, plural, =0 {선택된 항목 없음} other {#개 선택됨}}\",\n \"selectedAll\": \"모두 선택됨\"\n}\n","{\n \"actions\": \"Veiksmai\",\n \"actionsAvailable\": \"Galimi veiksmai.\",\n \"clearSelection\": \"Išvalyti pasirinkimą\",\n \"selected\": \"Pasirinkta: {count}\",\n \"selectedAll\": \"Pasirinkta viskas\"\n}\n","{\n \"actions\": \"Darbības\",\n \"actionsAvailable\": \"Pieejamas darbības.\",\n \"clearSelection\": \"Notīrīt atlasi\",\n \"selected\": \"{count, plural, =0 {Nav atlasīts nekas} other {Atlasīts(-i): #}}\",\n \"selectedAll\": \"Atlasīts viss\"\n}\n","{\n \"actions\": \"Handlinger\",\n \"actionsAvailable\": \"Tilgjengelige handlinger.\",\n \"clearSelection\": \"Tøm utvalg\",\n \"selected\": \"Valde element: {count}\",\n \"selectedAll\": \"Alle er valgt\"\n}\n","{\n \"actions\": \"Acties\",\n \"actionsAvailable\": \"Acties beschikbaar.\",\n \"clearSelection\": \"Selectie wissen\",\n \"selected\": \"{count, plural, =0 {Niets geselecteerd} other {# geselecteerd}}\",\n \"selectedAll\": \"Alles geselecteerd\"\n}\n","{\n \"actions\": \"Działania\",\n \"actionsAvailable\": \"Dostępne działania.\",\n \"clearSelection\": \"Wyczyść zaznaczenie\",\n \"selected\": \"Zaznaczono: {count}\",\n \"selectedAll\": \"Wszystkie zaznaczone\"\n}\n","{\n \"actions\": \"Ações\",\n \"actionsAvailable\": \"Ações disponíveis.\",\n \"clearSelection\": \"Limpar seleção\",\n \"selected\": \"{count, plural, =0 {Nenhum selecionado} one {# selecionado} other {# selecionados}}\",\n \"selectedAll\": \"Todos selecionados\"\n}\n","{\n \"actions\": \"Ações\",\n \"actionsAvailable\": \"Ações disponíveis.\",\n \"clearSelection\": \"Limpar seleção\",\n \"selected\": \"{count, plural, =0 {Nenhum selecionado} one {# selecionado} other {# selecionados}}\",\n \"selectedAll\": \"Tudo selecionado\"\n}\n","{\n \"actions\": \"Acțiuni\",\n \"actionsAvailable\": \"Acțiuni disponibile.\",\n \"clearSelection\": \"Goliți selecția\",\n \"selected\": \"{count, plural, =0 {Niciunul selectat} one { # selectat} other {# selectate}}\",\n \"selectedAll\": \"Toate selectate\"\n}\n","{\n \"actions\": \"Действия\",\n \"actionsAvailable\": \"Возможно выполнение действий.\",\n \"clearSelection\": \"Очистить выбор\",\n \"selected\": \"Выбрано: {count}\",\n \"selectedAll\": \"Выбрано все\"\n}\n","{\n \"actions\": \"Akcie\",\n \"actionsAvailable\": \"Dostupné akcie.\",\n \"clearSelection\": \"Vymazať výber\",\n \"selected\": \"Vybrané položky: {count}\",\n \"selectedAll\": \"Všetky vybraté položky\"\n}\n","{\n \"actions\": \"Dejanja\",\n \"actionsAvailable\": \"Na voljo so dejanja.\",\n \"clearSelection\": \"Počisti izbor\",\n \"selected\": \"Izbrano: {count}\",\n \"selectedAll\": \"Vsi izbrani\"\n}\n","{\n \"actions\": \"Radnje\",\n \"actionsAvailable\": \"Dostupne su radnje.\",\n \"clearSelection\": \"Sve je izabrano\",\n \"selected\": \"Izabrano: {count}\",\n \"selectedAll\": \"Sve je izabrano\"\n}\n","{\n \"actions\": \"Åtgärder\",\n \"actionsAvailable\": \"Åtgärder finns.\",\n \"clearSelection\": \"Rensa markering\",\n \"selected\": \"{count, plural, =0 {Inga valda} one {# vald} other {# valda}}\",\n \"selectedAll\": \"Alla markerade\"\n}\n","{\n \"actions\": \"Eylemler\",\n \"actionsAvailable\": \"Eylemler mevcut.\",\n \"clearSelection\": \"Seçimi temizle\",\n \"selected\": \"{count, plural, =0 {Hiçbiri seçilmedi} other {# seçildi}}\",\n \"selectedAll\": \"Tümü seçildi\"\n}\n","{\n \"actions\": \"Дії\",\n \"actionsAvailable\": \"Доступні дії.\",\n \"clearSelection\": \"Очистити вибір\",\n \"selected\": \"Вибрано: {count}\",\n \"selectedAll\": \"Усе вибрано\"\n}\n","{\n \"actions\": \"操作\",\n \"actionsAvailable\": \"有可用操作。\",\n \"clearSelection\": \"清除选择\",\n \"selected\": \"{count, plural, =0 {无选择} other {已选择 # 个}}\",\n \"selectedAll\": \"全选\"\n}\n","{\n \"actions\": \"動作\",\n \"actionsAvailable\": \"可執行的動作。\",\n \"clearSelection\": \"清除選取項目\",\n \"selected\": \"{count, plural, =0 {未選取任何項目} other {已選取 # 個}}\",\n \"selectedAll\": \"已選取所有項目\"\n}\n",".ActionBarContainer {\n display: flex;\n flex-direction: column;\n position: relative;\n\n & > :not(.react-spectrum-ActionBar) {\n flex: 1;\n min-height: 0;\n }\n\n & > .react-spectrum-ActionBar {\n flex: 0 0 auto;\n }\n}\n\n.react-spectrum-ActionBar {\n transition: height var(--spectrum-global-animation-duration-100) ease-in-out,\n opacity var(--spectrum-global-animation-duration-100) ease-in-out;\n\n /* Take up no space when not open */\n block-size: 0;\n opacity: 0;\n width: 100%;\n\n /* Clip anything outside of us, whether we're open or not. This makes the animation smooth */\n overflow: hidden;\n\n &.is-open {\n height: calc(var(--spectrum-global-dimension-size-600) + var(--spectrum-global-dimension-size-100) * 2);\n opacity: 1;\n transition-delay: 0ms;\n }\n\n .react-spectrum-ActionBar-bar {\n display: grid;\n grid-template-areas: \"clear selected . actiongroup\";\n grid-template-columns: auto max-content minmax(var(--spectrum-global-dimension-size-300), 1fr) auto;\n align-items: center;\n isolation: isolate;\n justify-content: space-between;\n padding: var(--spectrum-global-dimension-size-100);\n\n position: absolute;\n bottom: var(--spectrum-global-dimension-size-100);\n left: var(--spectrum-global-dimension-size-100);\n right: var(--spectrum-global-dimension-size-100);\n max-width: 960px;\n margin: 0 auto;\n\n background: var(--spectrum-global-color-gray-50);\n border-radius: var(--spectrum-popover-border-radius);\n border-style: solid;\n border-width: var(--spectrum-popover-border-size);\n border-color: var(--spectrum-popover-border-color);\n box-shadow: 0 2px 8px var(--spectrum-alias-dropshadow-color);\n\n transform: translateY(var(--spectrum-overlay-positive-transform-distance));\n transition: transform var(--spectrum-global-animation-duration-100) ease-in-out;\n }\n\n &.is-open .react-spectrum-ActionBar-bar {\n transform: translateY(0);\n }\n\n &.react-spectrum-ActionBar--emphasized .react-spectrum-ActionBar-bar {\n background: var(--spectrum-global-color-static-blue-700);\n color: white;\n box-shadow: 0 2px 6px var(--spectrum-alias-dropshadow-color);\n border: none;\n }\n\n .react-spectrum-ActionBar-selectedCount {\n grid-area: selected;\n padding: 0 var(--spectrum-global-dimension-size-50);\n user-select: none;\n cursor: default;\n }\n\n .react-spectrum-ActionBar-actionGroup {\n grid-area: actiongroup;\n min-width: 0;\n }\n}\n@media (forced-colors: active) {\n .react-spectrum-ActionBar {\n &.react-spectrum-ActionBar--emphasized .react-spectrum-ActionBar-bar {\n\n border: 1px solid transparent;\n }\n }\n}\n","/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {classNames, useDOMRef, useStyleProps} from '@react-spectrum/utils';\nimport {DOMRef} from '@react-types/shared';\nimport {filterDOMProps} from '@react-aria/utils';\nimport React from 'react';\nimport {SpectrumActionBarContainerProps} from '@react-types/actionbar';\nimport styles from './actionbar.css';\nimport {useProviderProps} from '@react-spectrum/provider';\n\nfunction ActionBarContainer(props: SpectrumActionBarContainerProps, ref: DOMRef<HTMLDivElement>) {\n // Grabs specific props from the closest Provider (see https://react-spectrum.adobe.com/react-spectrum/Provider.html#property-groups). Remove if your component doesn't support any of the listed props.\n props = useProviderProps(props);\n\n let {children} = props;\n let {styleProps} = useStyleProps(props);\n let domRef = useDOMRef(ref);\n\n return (\n <div\n {...filterDOMProps(props)}\n {...styleProps}\n ref={domRef}\n className={classNames(styles, 'ActionBarContainer', styleProps.className)}>\n {children}\n </div>\n );\n}\n\n/**\n * ActionBarContainer wraps around an ActionBar and a component that supports selection. It handles\n * the ActionBar's position with respect to its linked component.\n */\nconst _ActionBarContainer = React.forwardRef(ActionBarContainer);\nexport {_ActionBarContainer as ActionBarContainer};\n"],"names":[],"version":3,"file":"module.js.map"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/actionbar",
3
- "version": "3.1.2-nightly.4111+2600c9650",
3
+ "version": "3.2.0",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -36,25 +36,25 @@
36
36
  "url": "https://github.com/adobe/react-spectrum"
37
37
  },
38
38
  "dependencies": {
39
- "@react-aria/focus": "3.0.0-nightly.2405+2600c9650",
40
- "@react-aria/i18n": "3.0.0-nightly.2405+2600c9650",
41
- "@react-aria/interactions": "3.0.0-nightly.2405+2600c9650",
42
- "@react-aria/live-announcer": "3.0.0-nightly.2405+2600c9650",
43
- "@react-aria/utils": "3.0.0-nightly.2405+2600c9650",
44
- "@react-spectrum/actiongroup": "3.9.2-nightly.4111+2600c9650",
45
- "@react-spectrum/button": "3.0.0-nightly.2405+2600c9650",
46
- "@react-spectrum/layout": "3.5.5-nightly.4111+2600c9650",
47
- "@react-spectrum/overlays": "3.0.0-nightly.2405+2600c9650",
48
- "@react-spectrum/text": "3.4.5-nightly.4111+2600c9650",
49
- "@react-spectrum/utils": "3.0.0-nightly.2405+2600c9650",
50
- "@react-stately/collections": "3.0.0-nightly.2405+2600c9650",
51
- "@react-types/actionbar": "3.1.2-nightly.4111+2600c9650",
52
- "@react-types/shared": "3.0.0-nightly.2405+2600c9650",
53
- "@spectrum-icons/ui": "3.0.0-nightly.2405+2600c9650",
39
+ "@react-aria/focus": "^3.14.1",
40
+ "@react-aria/i18n": "^3.8.2",
41
+ "@react-aria/interactions": "^3.18.0",
42
+ "@react-aria/live-announcer": "^3.3.1",
43
+ "@react-aria/utils": "^3.20.0",
44
+ "@react-spectrum/actiongroup": "^3.9.2",
45
+ "@react-spectrum/button": "^3.13.0",
46
+ "@react-spectrum/layout": "^3.5.5",
47
+ "@react-spectrum/overlays": "^5.4.0",
48
+ "@react-spectrum/text": "^3.4.5",
49
+ "@react-spectrum/utils": "^3.10.2",
50
+ "@react-stately/collections": "^3.10.1",
51
+ "@react-types/actionbar": "^3.1.2",
52
+ "@react-types/shared": "^3.20.0",
53
+ "@spectrum-icons/ui": "^3.5.5",
54
54
  "@swc/helpers": "^0.5.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2405+2600c9650"
57
+ "@adobe/spectrum-css-temp": "3.0.0-alpha.1"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "@react-spectrum/provider": "^3.0.0",
@@ -64,5 +64,5 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
- "gitHead": "2600c965036eb66e9f4af90a8925b1f7fd165b24"
67
+ "gitHead": "54fbaa67cc56867506811819fef765546d403253"
68
68
  }