@react-aria/grid 3.2.1-nightly.3100 → 3.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.js CHANGED
@@ -1,11 +1,11 @@
1
- var $axIeT$reactstatelyvirtualizer = require("@react-stately/virtualizer");
2
- var $axIeT$reactarialiveannouncer = require("@react-aria/live-announcer");
3
- var $axIeT$reactariautils = require("@react-aria/utils");
4
- var $axIeT$react = require("react");
5
- var $axIeT$reactariai18n = require("@react-aria/i18n");
6
- var $axIeT$reactariaselection = require("@react-aria/selection");
7
- var $axIeT$reactariainteractions = require("@react-aria/interactions");
8
- var $axIeT$reactariafocus = require("@react-aria/focus");
1
+ var $fqkZJ$reactstatelyvirtualizer = require("@react-stately/virtualizer");
2
+ var $fqkZJ$reactarialiveannouncer = require("@react-aria/live-announcer");
3
+ var $fqkZJ$reactariautils = require("@react-aria/utils");
4
+ var $fqkZJ$react = require("react");
5
+ var $fqkZJ$reactariai18n = require("@react-aria/i18n");
6
+ var $fqkZJ$reactariaselection = require("@react-aria/selection");
7
+ var $fqkZJ$reactariainteractions = require("@react-aria/interactions");
8
+ var $fqkZJ$reactariafocus = require("@react-aria/focus");
9
9
 
10
10
  function $parcel$exportWildcard(dest, source) {
11
11
  Object.keys(source).forEach(function(key) {
@@ -29,20 +29,11 @@ function $parcel$export(e, n, v, s) {
29
29
  function $parcel$interopDefault(a) {
30
30
  return a && a.__esModule ? a.default : a;
31
31
  }
32
- var $5372b3afd2b63123$exports = {};
32
+ var $358ecb2c85573de2$exports = {};
33
33
 
34
- $parcel$export($5372b3afd2b63123$exports, "GridKeyboardDelegate", () => $5372b3afd2b63123$export$de9feff04fda126e);
34
+ $parcel$export($358ecb2c85573de2$exports, "GridKeyboardDelegate", () => $358ecb2c85573de2$export$de9feff04fda126e);
35
35
 
36
- class $5372b3afd2b63123$export$de9feff04fda126e {
37
- constructor(options){
38
- this.collection = options.collection;
39
- this.disabledKeys = options.disabledKeys;
40
- this.ref = options.ref;
41
- this.direction = options.direction;
42
- this.collator = options.collator;
43
- this.layout = options.layout;
44
- this.focusMode = options.focusMode || 'row';
45
- }
36
+ class $358ecb2c85573de2$export$de9feff04fda126e {
46
37
  isCell(node) {
47
38
  return node.type === 'cell';
48
39
  }
@@ -209,17 +200,20 @@ class $5372b3afd2b63123$export$de9feff04fda126e {
209
200
  return this.ref.current.querySelector(`[data-key="${key}"]`);
210
201
  }
211
202
  getItemRect(key) {
212
- if (this.layout) return this.layout.getLayoutInfo(key)?.rect;
203
+ var ref;
204
+ if (this.layout) return (ref = this.layout.getLayoutInfo(key)) === null || ref === void 0 ? void 0 : ref.rect;
213
205
  let item = this.getItem(key);
214
- if (item) return new $axIeT$reactstatelyvirtualizer.Rect(item.offsetLeft, item.offsetTop, item.offsetWidth, item.offsetHeight);
206
+ if (item) return new $fqkZJ$reactstatelyvirtualizer.Rect(item.offsetLeft, item.offsetTop, item.offsetWidth, item.offsetHeight);
215
207
  }
216
208
  getPageHeight() {
217
- if (this.layout) return this.layout.virtualizer?.visibleRect.height;
218
- return this.ref?.current?.offsetHeight;
209
+ var ref, ref1, ref2;
210
+ if (this.layout) return (ref = this.layout.virtualizer) === null || ref === void 0 ? void 0 : ref.visibleRect.height;
211
+ return (ref1 = this.ref) === null || ref1 === void 0 ? void 0 : (ref2 = ref1.current) === null || ref2 === void 0 ? void 0 : ref2.offsetHeight;
219
212
  }
220
213
  getContentHeight() {
214
+ var ref, ref3;
221
215
  if (this.layout) return this.layout.getContentSize().height;
222
- return this.ref?.current?.scrollHeight;
216
+ return (ref = this.ref) === null || ref === void 0 ? void 0 : (ref3 = ref.current) === null || ref3 === void 0 ? void 0 : ref3.scrollHeight;
223
217
  }
224
218
  getKeyPageAbove(key) {
225
219
  let itemRect = this.getItemRect(key);
@@ -248,7 +242,7 @@ class $5372b3afd2b63123$export$de9feff04fda126e {
248
242
  getKeyForSearch(search, fromKey) {
249
243
  if (!this.collator) return null;
250
244
  let collection = this.collection;
251
- let key = fromKey ?? this.getFirstKey();
245
+ let key = fromKey !== null && fromKey !== void 0 ? fromKey : this.getFirstKey();
252
246
  // If the starting key is a cell, search from its parent row.
253
247
  let startItem = collection.getItem(key);
254
248
  if (startItem.type === 'cell') key = startItem.parentKey;
@@ -274,191 +268,200 @@ class $5372b3afd2b63123$export$de9feff04fda126e {
274
268
  }
275
269
  return null;
276
270
  }
271
+ constructor(options){
272
+ this.collection = options.collection;
273
+ this.disabledKeys = options.disabledKeys;
274
+ this.ref = options.ref;
275
+ this.direction = options.direction;
276
+ this.collator = options.collator;
277
+ this.layout = options.layout;
278
+ this.focusMode = options.focusMode || 'row';
279
+ }
277
280
  }
278
281
 
279
282
 
280
- var $d153b9a499058909$exports = {};
283
+ var $20e9f3dd133759bc$exports = {};
281
284
 
282
- $parcel$export($d153b9a499058909$exports, "useGrid", () => $d153b9a499058909$export$f6b86a04e5d66d90);
285
+ $parcel$export($20e9f3dd133759bc$exports, "useGrid", () => $20e9f3dd133759bc$export$f6b86a04e5d66d90);
283
286
 
284
287
 
285
288
 
286
- const $575f25908e26fa6e$export$e6235c0d09b995d0 = new WeakMap();
289
+ const $fe4e265968cf3a31$export$e6235c0d09b995d0 = new WeakMap();
287
290
 
288
291
 
289
292
 
290
- var $5f55bb203ab5ddd7$exports = {};
291
- var $a1af4412322ed484$exports = {};
292
- $a1af4412322ed484$exports = JSON.parse("{\"deselectedItem\":\"{item} غير المحدد\",\"longPressToSelect\":\"اضغط مطولًا للدخول إلى وضع التحديد.\",\"select\":\"تحديد\",\"selectedAll\":\"جميع العناصر المحددة.\",\"selectedCount\":\"{count, plural, =0 {لم يتم تحديد عناصر} one {# عنصر محدد} other {# عنصر محدد}}.\",\"selectedItem\":\"{item} المحدد\"}");
293
+ var $d779e6593bee69d8$exports = {};
294
+ var $1893d77a74caa50d$exports = {};
295
+ $1893d77a74caa50d$exports = JSON.parse("{\"deselectedItem\":\"{item} غير المحدد\",\"longPressToSelect\":\"اضغط مطولًا للدخول إلى وضع التحديد.\",\"select\":\"تحديد\",\"selectedAll\":\"جميع العناصر المحددة.\",\"selectedCount\":\"{count, plural, =0 {لم يتم تحديد عناصر} one {# عنصر محدد} other {# عنصر محدد}}.\",\"selectedItem\":\"{item} المحدد\"}");
293
296
 
294
297
 
295
- var $46c257649f95fb15$exports = {};
296
- $46c257649f95fb15$exports = JSON.parse("{\"deselectedItem\":\"{item} не е избран.\",\"longPressToSelect\":\"Натиснете и задръжте за да влезете в избирателен режим.\",\"select\":\"Изберете\",\"selectedAll\":\"Всички елементи са избрани.\",\"selectedCount\":\"{count, plural, =0 {Няма избрани елементи} one {# избран елемент} other {# избрани елементи}}.\",\"selectedItem\":\"{item} избран.\"}");
298
+ var $df809a22c1c14070$exports = {};
299
+ $df809a22c1c14070$exports = JSON.parse("{\"deselectedItem\":\"{item} не е избран.\",\"longPressToSelect\":\"Натиснете и задръжте за да влезете в избирателен режим.\",\"select\":\"Изберете\",\"selectedAll\":\"Всички елементи са избрани.\",\"selectedCount\":\"{count, plural, =0 {Няма избрани елементи} one {# избран елемент} other {# избрани елементи}}.\",\"selectedItem\":\"{item} избран.\"}");
297
300
 
298
301
 
299
- var $929d877683c76236$exports = {};
300
- $929d877683c76236$exports = JSON.parse("{\"deselectedItem\":\"Položka {item} není vybrána.\",\"longPressToSelect\":\"Dlouhým stisknutím přejdete do režimu výběru.\",\"select\":\"Vybrat\",\"selectedAll\":\"Vybrány všechny položky.\",\"selectedCount\":\"{count, plural, =0 {Nevybrány žádné položky} one {Vybrána # položka} other {Vybráno # položek}}.\",\"selectedItem\":\"Vybrána položka {item}.\"}");
302
+ var $1e346f906feda71d$exports = {};
303
+ $1e346f906feda71d$exports = JSON.parse("{\"deselectedItem\":\"Položka {item} není vybrána.\",\"longPressToSelect\":\"Dlouhým stisknutím přejdete do režimu výběru.\",\"select\":\"Vybrat\",\"selectedAll\":\"Vybrány všechny položky.\",\"selectedCount\":\"{count, plural, =0 {Nevybrány žádné položky} one {Vybrána # položka} other {Vybráno # položek}}.\",\"selectedItem\":\"Vybrána položka {item}.\"}");
301
304
 
302
305
 
303
- var $292acff1e96dcb23$exports = {};
304
- $292acff1e96dcb23$exports = JSON.parse("{\"deselectedItem\":\"{item} ikke valgt.\",\"longPressToSelect\":\"Lav et langt tryk for at aktivere valgtilstand.\",\"select\":\"Vælg\",\"selectedAll\":\"Alle elementer valgt.\",\"selectedCount\":\"{count, plural, =0 {Ingen elementer valgt} one {# element valgt} other {# elementer valgt}}.\",\"selectedItem\":\"{item} valgt.\"}");
306
+ var $ec948c3e4407fc20$exports = {};
307
+ $ec948c3e4407fc20$exports = JSON.parse("{\"deselectedItem\":\"{item} ikke valgt.\",\"longPressToSelect\":\"Lav et langt tryk for at aktivere valgtilstand.\",\"select\":\"Vælg\",\"selectedAll\":\"Alle elementer valgt.\",\"selectedCount\":\"{count, plural, =0 {Ingen elementer valgt} one {# element valgt} other {# elementer valgt}}.\",\"selectedItem\":\"{item} valgt.\"}");
305
308
 
306
309
 
307
- var $a51db8ae79db530f$exports = {};
308
- $a51db8ae79db530f$exports = JSON.parse("{\"deselectedItem\":\"{item} nicht ausgewählt.\",\"longPressToSelect\":\"Gedrückt halten, um Auswahlmodus zu öffnen.\",\"select\":\"Auswählen\",\"selectedAll\":\"Alle Elemente ausgewählt.\",\"selectedCount\":\"{count, plural, =0 {Keine Elemente ausgewählt} one {# Element ausgewählt} other {# Elemente ausgewählt}}.\",\"selectedItem\":\"{item} ausgewählt.\"}");
310
+ var $ef084135aa54cb1e$exports = {};
311
+ $ef084135aa54cb1e$exports = JSON.parse("{\"deselectedItem\":\"{item} nicht ausgewählt.\",\"longPressToSelect\":\"Gedrückt halten, um Auswahlmodus zu öffnen.\",\"select\":\"Auswählen\",\"selectedAll\":\"Alle Elemente ausgewählt.\",\"selectedCount\":\"{count, plural, =0 {Keine Elemente ausgewählt} one {# Element ausgewählt} other {# Elemente ausgewählt}}.\",\"selectedItem\":\"{item} ausgewählt.\"}");
309
312
 
310
313
 
311
- var $b3a62dea4b126b38$exports = {};
312
- $b3a62dea4b126b38$exports = JSON.parse("{\"deselectedItem\":\"Δεν επιλέχθηκε το στοιχείο {item}.\",\"longPressToSelect\":\"Πατήστε παρατεταμένα για να μπείτε σε λειτουργία επιλογής.\",\"select\":\"Επιλογή\",\"selectedAll\":\"Επιλέχθηκαν όλα τα στοιχεία.\",\"selectedCount\":\"{count, plural, =0 {Δεν επιλέχθηκαν στοιχεία} one {Επιλέχθηκε # στοιχείο} other {Επιλέχθηκαν # στοιχεία}}.\",\"selectedItem\":\"Επιλέχθηκε το στοιχείο {item}.\"}");
314
+ var $f4700af46c6880e7$exports = {};
315
+ $f4700af46c6880e7$exports = JSON.parse("{\"deselectedItem\":\"Δεν επιλέχθηκε το στοιχείο {item}.\",\"longPressToSelect\":\"Πατήστε παρατεταμένα για να μπείτε σε λειτουργία επιλογής.\",\"select\":\"Επιλογή\",\"selectedAll\":\"Επιλέχθηκαν όλα τα στοιχεία.\",\"selectedCount\":\"{count, plural, =0 {Δεν επιλέχθηκαν στοιχεία} one {Επιλέχθηκε # στοιχείο} other {Επιλέχθηκαν # στοιχεία}}.\",\"selectedItem\":\"Επιλέχθηκε το στοιχείο {item}.\"}");
313
316
 
314
317
 
315
- var $fae5845686a0623e$exports = {};
316
- $fae5845686a0623e$exports = JSON.parse("{\"deselectedItem\":\"{item} not selected.\",\"select\":\"Select\",\"selectedCount\":\"{count, plural, =0 {No items selected} one {# item selected} other {# items selected}}.\",\"selectedAll\":\"All items selected.\",\"selectedItem\":\"{item} selected.\",\"longPressToSelect\":\"Long press to enter selection mode.\"}");
318
+ var $4e34ceecccdbd09d$exports = {};
319
+ $4e34ceecccdbd09d$exports = JSON.parse("{\"deselectedItem\":\"{item} not selected.\",\"select\":\"Select\",\"selectedCount\":\"{count, plural, =0 {No items selected} one {# item selected} other {# items selected}}.\",\"selectedAll\":\"All items selected.\",\"selectedItem\":\"{item} selected.\",\"longPressToSelect\":\"Long press to enter selection mode.\"}");
317
320
 
318
321
 
319
- var $671b1bf9feecf094$exports = {};
320
- $671b1bf9feecf094$exports = JSON.parse("{\"deselectedItem\":\"{item} no seleccionado.\",\"longPressToSelect\":\"Mantenga pulsado para abrir el modo de selección.\",\"select\":\"Seleccionar\",\"selectedAll\":\"Todos los elementos seleccionados.\",\"selectedCount\":\"{count, plural, =0 {Ningún elemento seleccionado} one {# elemento seleccionado} other {# elementos seleccionados}}.\",\"selectedItem\":\"{item} seleccionado.\"}");
322
+ var $f891212cb1fa0747$exports = {};
323
+ $f891212cb1fa0747$exports = JSON.parse("{\"deselectedItem\":\"{item} no seleccionado.\",\"longPressToSelect\":\"Mantenga pulsado para abrir el modo de selección.\",\"select\":\"Seleccionar\",\"selectedAll\":\"Todos los elementos seleccionados.\",\"selectedCount\":\"{count, plural, =0 {Ningún elemento seleccionado} one {# elemento seleccionado} other {# elementos seleccionados}}.\",\"selectedItem\":\"{item} seleccionado.\"}");
321
324
 
322
325
 
323
- var $d1d3416ade54fd63$exports = {};
324
- $d1d3416ade54fd63$exports = JSON.parse("{\"deselectedItem\":\"{item} pole valitud.\",\"longPressToSelect\":\"Valikurežiimi sisenemiseks vajutage pikalt.\",\"select\":\"Vali\",\"selectedAll\":\"Kõik üksused valitud.\",\"selectedCount\":\"{count, plural, =0 {Üksusi pole valitud} one {# üksus valitud} other {# üksust valitud}}.\",\"selectedItem\":\"{item} valitud.\"}");
326
+ var $2f17338c97f570ff$exports = {};
327
+ $2f17338c97f570ff$exports = JSON.parse("{\"deselectedItem\":\"{item} pole valitud.\",\"longPressToSelect\":\"Valikurežiimi sisenemiseks vajutage pikalt.\",\"select\":\"Vali\",\"selectedAll\":\"Kõik üksused valitud.\",\"selectedCount\":\"{count, plural, =0 {Üksusi pole valitud} one {# üksus valitud} other {# üksust valitud}}.\",\"selectedItem\":\"{item} valitud.\"}");
325
328
 
326
329
 
327
- var $40642f7c1701d4b3$exports = {};
328
- $40642f7c1701d4b3$exports = JSON.parse("{\"deselectedItem\":\"Kohdetta {item} ei valittu.\",\"longPressToSelect\":\"Siirry valintatilaan painamalla pitkään.\",\"select\":\"Valitse\",\"selectedAll\":\"Kaikki kohteet valittu.\",\"selectedCount\":\"{count, plural, =0 {Ei yhtään kohdetta valittu} one {# kohde valittu} other {# kohdetta valittu}}.\",\"selectedItem\":\"{item} valittu.\"}");
330
+ var $eb9a3aa0f1e5e39e$exports = {};
331
+ $eb9a3aa0f1e5e39e$exports = JSON.parse("{\"deselectedItem\":\"Kohdetta {item} ei valittu.\",\"longPressToSelect\":\"Siirry valintatilaan painamalla pitkään.\",\"select\":\"Valitse\",\"selectedAll\":\"Kaikki kohteet valittu.\",\"selectedCount\":\"{count, plural, =0 {Ei yhtään kohdetta valittu} one {# kohde valittu} other {# kohdetta valittu}}.\",\"selectedItem\":\"{item} valittu.\"}");
329
332
 
330
333
 
331
- var $ad77630db35658e0$exports = {};
332
- $ad77630db35658e0$exports = JSON.parse("{\"deselectedItem\":\"{item} non sélectionné.\",\"longPressToSelect\":\"Appuyez de manière prolongée pour passer en mode de sélection.\",\"select\":\"Sélectionner\",\"selectedAll\":\"Tous les éléments sélectionnés.\",\"selectedCount\":\"{count, plural, =0 {Aucun élément sélectionné} one {# élément sélectionné} other {# éléments sélectionnés}}.\",\"selectedItem\":\"{item} sélectionné.\"}");
334
+ var $fe43b874f6a85f51$exports = {};
335
+ $fe43b874f6a85f51$exports = JSON.parse("{\"deselectedItem\":\"{item} non sélectionné.\",\"longPressToSelect\":\"Appuyez de manière prolongée pour passer en mode de sélection.\",\"select\":\"Sélectionner\",\"selectedAll\":\"Tous les éléments sélectionnés.\",\"selectedCount\":\"{count, plural, =0 {Aucun élément sélectionné} one {# élément sélectionné} other {# éléments sélectionnés}}.\",\"selectedItem\":\"{item} sélectionné.\"}");
333
336
 
334
337
 
335
- var $b780f858d128d82d$exports = {};
336
- $b780f858d128d82d$exports = JSON.parse("{\"deselectedItem\":\"{item} לא נבחר.\",\"longPressToSelect\":\"הקשה ארוכה לכניסה למצב בחירה.\",\"select\":\"בחר\",\"selectedAll\":\"כל הפריטים נבחרו.\",\"selectedCount\":\"{count, plural, =0 {לא נבחרו פריטים} one {פריט # נבחר} other {# פריטים נבחרו}}.\",\"selectedItem\":\"{item} נבחר.\"}");
338
+ var $bb1bdc841c393e68$exports = {};
339
+ $bb1bdc841c393e68$exports = JSON.parse("{\"deselectedItem\":\"{item} לא נבחר.\",\"longPressToSelect\":\"הקשה ארוכה לכניסה למצב בחירה.\",\"select\":\"בחר\",\"selectedAll\":\"כל הפריטים נבחרו.\",\"selectedCount\":\"{count, plural, =0 {לא נבחרו פריטים} one {פריט # נבחר} other {# פריטים נבחרו}}.\",\"selectedItem\":\"{item} נבחר.\"}");
337
340
 
338
341
 
339
- var $ab35619cac03a529$exports = {};
340
- $ab35619cac03a529$exports = JSON.parse("{\"deselectedItem\":\"Stavka {item} nije odabrana.\",\"longPressToSelect\":\"Dugo pritisnite za ulazak u način odabira.\",\"select\":\"Odaberite\",\"selectedAll\":\"Odabrane su sve stavke.\",\"selectedCount\":\"{count, plural, =0 {Nije odabrana nijedna stavka} one {Odabrana je # stavka} other {Odabrano je # stavki}}.\",\"selectedItem\":\"Stavka {item} je odabrana.\"}");
342
+ var $0345881fb44a309b$exports = {};
343
+ $0345881fb44a309b$exports = JSON.parse("{\"deselectedItem\":\"Stavka {item} nije odabrana.\",\"longPressToSelect\":\"Dugo pritisnite za ulazak u način odabira.\",\"select\":\"Odaberite\",\"selectedAll\":\"Odabrane su sve stavke.\",\"selectedCount\":\"{count, plural, =0 {Nije odabrana nijedna stavka} one {Odabrana je # stavka} other {Odabrano je # stavki}}.\",\"selectedItem\":\"Stavka {item} je odabrana.\"}");
341
344
 
342
345
 
343
- var $7ea04bb346720cea$exports = {};
344
- $7ea04bb346720cea$exports = JSON.parse("{\"deselectedItem\":\"{item} nincs kijelölve.\",\"longPressToSelect\":\"Nyomja hosszan a kijelöléshez.\",\"select\":\"Kijelölés\",\"selectedAll\":\"Az összes elem kijelölve.\",\"selectedCount\":\"{count, plural, =0 {Egy elem sincs kijelölve} one {# elem kijelölve} other {# elem kijelölve}}.\",\"selectedItem\":\"{item} kijelölve.\"}");
346
+ var $524f3d05b1876a75$exports = {};
347
+ $524f3d05b1876a75$exports = JSON.parse("{\"deselectedItem\":\"{item} nincs kijelölve.\",\"longPressToSelect\":\"Nyomja hosszan a kijelöléshez.\",\"select\":\"Kijelölés\",\"selectedAll\":\"Az összes elem kijelölve.\",\"selectedCount\":\"{count, plural, =0 {Egy elem sincs kijelölve} one {# elem kijelölve} other {# elem kijelölve}}.\",\"selectedItem\":\"{item} kijelölve.\"}");
345
348
 
346
349
 
347
- var $1caf66ae8d17168f$exports = {};
348
- $1caf66ae8d17168f$exports = JSON.parse("{\"deselectedItem\":\"{item} non selezionato.\",\"longPressToSelect\":\"Premi a lungo per passare alla modalità di selezione.\",\"select\":\"Seleziona\",\"selectedAll\":\"Tutti gli elementi selezionati.\",\"selectedCount\":\"{count, plural, =0 {Nessun elemento selezionato} one {# elemento selezionato} other {# elementi selezionati}}.\",\"selectedItem\":\"{item} selezionato.\"}");
350
+ var $27008245e46bb480$exports = {};
351
+ $27008245e46bb480$exports = JSON.parse("{\"deselectedItem\":\"{item} non selezionato.\",\"longPressToSelect\":\"Premi a lungo per passare alla modalità di selezione.\",\"select\":\"Seleziona\",\"selectedAll\":\"Tutti gli elementi selezionati.\",\"selectedCount\":\"{count, plural, =0 {Nessun elemento selezionato} one {# elemento selezionato} other {# elementi selezionati}}.\",\"selectedItem\":\"{item} selezionato.\"}");
349
352
 
350
353
 
351
- var $c27e662bad33a5ba$exports = {};
352
- $c27e662bad33a5ba$exports = JSON.parse("{\"deselectedItem\":\"{item} が選択されていません。\",\"longPressToSelect\":\"長押しして選択モードを開きます。\",\"select\":\"選択\",\"selectedAll\":\"すべての項目を選択しました。\",\"selectedCount\":\"{count, plural, =0 {項目が選択されていません} one {# 項目を選択しました} other {# 項目を選択しました}}。\",\"selectedItem\":\"{item} を選択しました。\"}");
354
+ var $5b6d8c3cdc9e04ae$exports = {};
355
+ $5b6d8c3cdc9e04ae$exports = JSON.parse("{\"deselectedItem\":\"{item} が選択されていません。\",\"longPressToSelect\":\"長押しして選択モードを開きます。\",\"select\":\"選択\",\"selectedAll\":\"すべての項目を選択しました。\",\"selectedCount\":\"{count, plural, =0 {項目が選択されていません} one {# 項目を選択しました} other {# 項目を選択しました}}。\",\"selectedItem\":\"{item} を選択しました。\"}");
353
356
 
354
357
 
355
- var $f536da4b579204d4$exports = {};
356
- $f536da4b579204d4$exports = JSON.parse("{\"deselectedItem\":\"{item}이(가) 선택되지 않았습니다.\",\"longPressToSelect\":\"선택 모드로 들어가려면 길게 누르십시오.\",\"select\":\"선택\",\"selectedAll\":\"모든 항목이 선택되었습니다.\",\"selectedCount\":\"{count, plural, =0 {선택된 항목이 없습니다} one {#개 항목이 선택되었습니다} other {#개 항목이 선택되었습니다}}.\",\"selectedItem\":\"{item}이(가) 선택되었습니다.\"}");
358
+ var $f7880bd621ad13cb$exports = {};
359
+ $f7880bd621ad13cb$exports = JSON.parse("{\"deselectedItem\":\"{item}이(가) 선택되지 않았습니다.\",\"longPressToSelect\":\"선택 모드로 들어가려면 길게 누르십시오.\",\"select\":\"선택\",\"selectedAll\":\"모든 항목이 선택되었습니다.\",\"selectedCount\":\"{count, plural, =0 {선택된 항목이 없습니다} one {#개 항목이 선택되었습니다} other {#개 항목이 선택되었습니다}}.\",\"selectedItem\":\"{item}이(가) 선택되었습니다.\"}");
357
360
 
358
361
 
359
- var $ae217a00bb3eaec9$exports = {};
360
- $ae217a00bb3eaec9$exports = JSON.parse("{\"deselectedItem\":\"{item} nepasirinkta.\",\"longPressToSelect\":\"Norėdami įjungti pasirinkimo režimą, paspauskite ir palaikykite.\",\"select\":\"Pasirinkti\",\"selectedAll\":\"Pasirinkti visi elementai.\",\"selectedCount\":\"{count, plural, =0 {Nepasirinktas nė vienas elementas} one {Pasirinktas # elementas} other {Pasirinkta elementų: #}}.\",\"selectedItem\":\"Pasirinkta: {item}.\"}");
362
+ var $9a8a7b35135558d2$exports = {};
363
+ $9a8a7b35135558d2$exports = JSON.parse("{\"deselectedItem\":\"{item} nepasirinkta.\",\"longPressToSelect\":\"Norėdami įjungti pasirinkimo režimą, paspauskite ir palaikykite.\",\"select\":\"Pasirinkti\",\"selectedAll\":\"Pasirinkti visi elementai.\",\"selectedCount\":\"{count, plural, =0 {Nepasirinktas nė vienas elementas} one {Pasirinktas # elementas} other {Pasirinkta elementų: #}}.\",\"selectedItem\":\"Pasirinkta: {item}.\"}");
361
364
 
362
365
 
363
- var $3053ceaf264c3dd5$exports = {};
364
- $3053ceaf264c3dd5$exports = JSON.parse("{\"deselectedItem\":\"Vienums {item} nav atlasīts.\",\"longPressToSelect\":\"Ilgi turiet nospiestu. lai ieslēgtu atlases režīmu.\",\"select\":\"Atlasīt\",\"selectedAll\":\"Atlasīti visi vienumi.\",\"selectedCount\":\"{count, plural, =0 {Nav atlasīts neviens vienums} one {Atlasīto vienumu skaits: #} other {Atlasīto vienumu skaits: #}}.\",\"selectedItem\":\"Atlasīts vienums {item}.\"}");
366
+ var $f141ad659a66afac$exports = {};
367
+ $f141ad659a66afac$exports = JSON.parse("{\"deselectedItem\":\"Vienums {item} nav atlasīts.\",\"longPressToSelect\":\"Ilgi turiet nospiestu. lai ieslēgtu atlases režīmu.\",\"select\":\"Atlasīt\",\"selectedAll\":\"Atlasīti visi vienumi.\",\"selectedCount\":\"{count, plural, =0 {Nav atlasīts neviens vienums} one {Atlasīto vienumu skaits: #} other {Atlasīto vienumu skaits: #}}.\",\"selectedItem\":\"Atlasīts vienums {item}.\"}");
365
368
 
366
369
 
367
- var $f81795749dd21946$exports = {};
368
- $f81795749dd21946$exports = JSON.parse("{\"deselectedItem\":\"{item} er ikke valgt.\",\"longPressToSelect\":\"Bruk et langt trykk for å gå inn i valgmodus.\",\"select\":\"Velg\",\"selectedAll\":\"Alle elementer er valgt.\",\"selectedCount\":\"{count, plural, =0 {Ingen elementer er valgt} one {# element er valgt} other {# elementer er valgt}}.\",\"selectedItem\":\"{item} er valgt.\"}");
370
+ var $68746a1b7b9451bb$exports = {};
371
+ $68746a1b7b9451bb$exports = JSON.parse("{\"deselectedItem\":\"{item} er ikke valgt.\",\"longPressToSelect\":\"Bruk et langt trykk for å gå inn i valgmodus.\",\"select\":\"Velg\",\"selectedAll\":\"Alle elementer er valgt.\",\"selectedCount\":\"{count, plural, =0 {Ingen elementer er valgt} one {# element er valgt} other {# elementer er valgt}}.\",\"selectedItem\":\"{item} er valgt.\"}");
369
372
 
370
373
 
371
- var $eefdf562072a5da8$exports = {};
372
- $eefdf562072a5da8$exports = JSON.parse("{\"deselectedItem\":\"{item} niet geselecteerd.\",\"longPressToSelect\":\"Druk lang om de selectiemodus te openen.\",\"select\":\"Selecteren\",\"selectedAll\":\"Alle items geselecteerd.\",\"selectedCount\":\"{count, plural, =0 {Geen items geselecteerd} one {# item geselecteerd} other {# items geselecteerd}}.\",\"selectedItem\":\"{item} geselecteerd.\"}");
374
+ var $51de4fdee0d81963$exports = {};
375
+ $51de4fdee0d81963$exports = JSON.parse("{\"deselectedItem\":\"{item} niet geselecteerd.\",\"longPressToSelect\":\"Druk lang om de selectiemodus te openen.\",\"select\":\"Selecteren\",\"selectedAll\":\"Alle items geselecteerd.\",\"selectedCount\":\"{count, plural, =0 {Geen items geselecteerd} one {# item geselecteerd} other {# items geselecteerd}}.\",\"selectedItem\":\"{item} geselecteerd.\"}");
373
376
 
374
377
 
375
- var $120d9b55a5980114$exports = {};
376
- $120d9b55a5980114$exports = JSON.parse("{\"deselectedItem\":\"Nie zaznaczono {item}.\",\"longPressToSelect\":\"Naciśnij i przytrzymaj, aby wejść do trybu wyboru.\",\"select\":\"Zaznacz\",\"selectedAll\":\"Wszystkie zaznaczone elementy.\",\"selectedCount\":\"{count, plural, =0 {Nie zaznaczono żadnych elementów} one {# zaznaczony element} other {# zaznaczonych elementów}}.\",\"selectedItem\":\"Zaznaczono {item}.\"}");
378
+ var $b15e7fb081b6d468$exports = {};
379
+ $b15e7fb081b6d468$exports = JSON.parse("{\"deselectedItem\":\"Nie zaznaczono {item}.\",\"longPressToSelect\":\"Naciśnij i przytrzymaj, aby wejść do trybu wyboru.\",\"select\":\"Zaznacz\",\"selectedAll\":\"Wszystkie zaznaczone elementy.\",\"selectedCount\":\"{count, plural, =0 {Nie zaznaczono żadnych elementów} one {# zaznaczony element} other {# zaznaczonych elementów}}.\",\"selectedItem\":\"Zaznaczono {item}.\"}");
377
380
 
378
381
 
379
- var $cd43cac0b6b071d1$exports = {};
380
- $cd43cac0b6b071d1$exports = JSON.parse("{\"deselectedItem\":\"{item} não selecionado.\",\"longPressToSelect\":\"Mantenha pressionado para entrar no modo de seleção.\",\"select\":\"Selecionar\",\"selectedAll\":\"Todos os itens selecionados.\",\"selectedCount\":\"{count, plural, =0 {Nenhum item selecionado} one {# item selecionado} other {# itens selecionados}}.\",\"selectedItem\":\"{item} selecionado.\"}");
382
+ var $82f02cfa730ab30b$exports = {};
383
+ $82f02cfa730ab30b$exports = JSON.parse("{\"deselectedItem\":\"{item} não selecionado.\",\"longPressToSelect\":\"Mantenha pressionado para entrar no modo de seleção.\",\"select\":\"Selecionar\",\"selectedAll\":\"Todos os itens selecionados.\",\"selectedCount\":\"{count, plural, =0 {Nenhum item selecionado} one {# item selecionado} other {# itens selecionados}}.\",\"selectedItem\":\"{item} selecionado.\"}");
381
384
 
382
385
 
383
- var $cddb6b812e1165e9$exports = {};
384
- $cddb6b812e1165e9$exports = JSON.parse("{\"deselectedItem\":\"{item} não selecionado.\",\"longPressToSelect\":\"Prima continuamente para entrar no modo de seleção.\",\"select\":\"Selecionar\",\"selectedAll\":\"Todos os itens selecionados.\",\"selectedCount\":\"{count, plural, =0 {Nenhum item selecionado} one {# item selecionado} other {# itens selecionados}}.\",\"selectedItem\":\"{item} selecionado.\"}");
386
+ var $46e44d002f539e99$exports = {};
387
+ $46e44d002f539e99$exports = JSON.parse("{\"deselectedItem\":\"{item} não selecionado.\",\"longPressToSelect\":\"Prima continuamente para entrar no modo de seleção.\",\"select\":\"Selecionar\",\"selectedAll\":\"Todos os itens selecionados.\",\"selectedCount\":\"{count, plural, =0 {Nenhum item selecionado} one {# item selecionado} other {# itens selecionados}}.\",\"selectedItem\":\"{item} selecionado.\"}");
385
388
 
386
389
 
387
- var $a76f6e9a7bea2c62$exports = {};
388
- $a76f6e9a7bea2c62$exports = JSON.parse("{\"deselectedItem\":\"{item} neselectat.\",\"longPressToSelect\":\"Apăsați lung pentru a intra în modul de selectare.\",\"select\":\"Selectare\",\"selectedAll\":\"Toate elementele selectate.\",\"selectedCount\":\"{count, plural, =0 {Niciun element selectat} one {# element selectat} other {# elemente selectate}}.\",\"selectedItem\":\"{item} selectat.\"}");
390
+ var $332bd77c4ff22991$exports = {};
391
+ $332bd77c4ff22991$exports = JSON.parse("{\"deselectedItem\":\"{item} neselectat.\",\"longPressToSelect\":\"Apăsați lung pentru a intra în modul de selectare.\",\"select\":\"Selectare\",\"selectedAll\":\"Toate elementele selectate.\",\"selectedCount\":\"{count, plural, =0 {Niciun element selectat} one {# element selectat} other {# elemente selectate}}.\",\"selectedItem\":\"{item} selectat.\"}");
389
392
 
390
393
 
391
- var $b2aeeb1b5a0e6aee$exports = {};
392
- $b2aeeb1b5a0e6aee$exports = JSON.parse("{\"deselectedItem\":\"{Item} не выбрано.\",\"longPressToSelect\":\"Нажмите и удерживайте для входа в режим выбора.\",\"select\":\"Выбрать\",\"selectedAll\":\"Выбраны все элементы.\",\"selectedCount\":\"{count, plural, =0 {Нет выбранных элементов} one {# элемент выбран} other {# элементов выбрано}}.\",\"selectedItem\":\"{Item} выбрано.\"}");
394
+ var $1a78f380b2c13831$exports = {};
395
+ $1a78f380b2c13831$exports = JSON.parse("{\"deselectedItem\":\"{Item} не выбрано.\",\"longPressToSelect\":\"Нажмите и удерживайте для входа в режим выбора.\",\"select\":\"Выбрать\",\"selectedAll\":\"Выбраны все элементы.\",\"selectedCount\":\"{count, plural, =0 {Нет выбранных элементов} one {# элемент выбран} other {# элементов выбрано}}.\",\"selectedItem\":\"{Item} выбрано.\"}");
393
396
 
394
397
 
395
- var $7c94678b8bbec00a$exports = {};
396
- $7c94678b8bbec00a$exports = JSON.parse("{\"deselectedItem\":\"Nevybraté položky: {item}.\",\"longPressToSelect\":\"Dlhším stlačením prejdite do režimu výberu.\",\"select\":\"Vybrať\",\"selectedAll\":\"Všetky vybraté položky.\",\"selectedCount\":\"{count, plural, =0 {Žiadne vybraté položky} one {# vybratá položka} other {Počet vybratých položiek:#}}.\",\"selectedItem\":\"Vybraté položky: {item}.\"}");
398
+ var $2ad6b49553650ce6$exports = {};
399
+ $2ad6b49553650ce6$exports = JSON.parse("{\"deselectedItem\":\"Nevybraté položky: {item}.\",\"longPressToSelect\":\"Dlhším stlačením prejdite do režimu výberu.\",\"select\":\"Vybrať\",\"selectedAll\":\"Všetky vybraté položky.\",\"selectedCount\":\"{count, plural, =0 {Žiadne vybraté položky} one {# vybratá položka} other {Počet vybratých položiek:#}}.\",\"selectedItem\":\"Vybraté položky: {item}.\"}");
397
400
 
398
401
 
399
- var $68936247c023378f$exports = {};
400
- $68936247c023378f$exports = JSON.parse("{\"deselectedItem\":\"Element {item} ni izbran.\",\"longPressToSelect\":\"Za izbirni način pritisnite in dlje časa držite.\",\"select\":\"Izberite\",\"selectedAll\":\"Vsi elementi so izbrani.\",\"selectedCount\":\"{count, plural, =0 {Noben element ni izbran} one {# element je izbran} other {# elementov je izbranih}}.\",\"selectedItem\":\"Element {item} je izbran.\"}");
402
+ var $cd05befdad48f44b$exports = {};
403
+ $cd05befdad48f44b$exports = JSON.parse("{\"deselectedItem\":\"Element {item} ni izbran.\",\"longPressToSelect\":\"Za izbirni način pritisnite in dlje časa držite.\",\"select\":\"Izberite\",\"selectedAll\":\"Vsi elementi so izbrani.\",\"selectedCount\":\"{count, plural, =0 {Noben element ni izbran} one {# element je izbran} other {# elementov je izbranih}}.\",\"selectedItem\":\"Element {item} je izbran.\"}");
401
404
 
402
405
 
403
- var $a8cf62186475c4c9$exports = {};
404
- $a8cf62186475c4c9$exports = JSON.parse("{\"deselectedItem\":\"{item} nije izabrano.\",\"longPressToSelect\":\"Dugo pritisnite za ulazak u režim biranja.\",\"select\":\"Izaberite\",\"selectedAll\":\"Izabrane su sve stavke.\",\"selectedCount\":\"{count, plural, =0 {Nije izabrana nijedna stavka} one {Izabrana je # stavka} other {Izabrano je # stavki}}.\",\"selectedItem\":\"{Item} je izabrano.\"}");
406
+ var $e9b548b352cc5cf5$exports = {};
407
+ $e9b548b352cc5cf5$exports = JSON.parse("{\"deselectedItem\":\"{item} nije izabrano.\",\"longPressToSelect\":\"Dugo pritisnite za ulazak u režim biranja.\",\"select\":\"Izaberite\",\"selectedAll\":\"Izabrane su sve stavke.\",\"selectedCount\":\"{count, plural, =0 {Nije izabrana nijedna stavka} one {Izabrana je # stavka} other {Izabrano je # stavki}}.\",\"selectedItem\":\"{Item} je izabrano.\"}");
405
408
 
406
409
 
407
- var $05bfa356a2cd2324$exports = {};
408
- $05bfa356a2cd2324$exports = JSON.parse("{\"deselectedItem\":\"{item} ej markerat.\",\"longPressToSelect\":\"Tryck länge när du vill öppna väljarläge.\",\"select\":\"Markera\",\"selectedAll\":\"Alla markerade objekt.\",\"selectedCount\":\"{count, plural, =0 {Inga markerade objekt} one {# markerat objekt} other {# markerade objekt}}.\",\"selectedItem\":\"{item} markerat.\"}");
410
+ var $b4b67b2a7bee5586$exports = {};
411
+ $b4b67b2a7bee5586$exports = JSON.parse("{\"deselectedItem\":\"{item} ej markerat.\",\"longPressToSelect\":\"Tryck länge när du vill öppna väljarläge.\",\"select\":\"Markera\",\"selectedAll\":\"Alla markerade objekt.\",\"selectedCount\":\"{count, plural, =0 {Inga markerade objekt} one {# markerat objekt} other {# markerade objekt}}.\",\"selectedItem\":\"{item} markerat.\"}");
409
412
 
410
413
 
411
- var $9161485332814b6e$exports = {};
412
- $9161485332814b6e$exports = JSON.parse("{\"deselectedItem\":\"{item} seçilmedi.\",\"longPressToSelect\":\"Seçim moduna girmek için uzun basın.\",\"select\":\"Seç\",\"selectedAll\":\"Tüm ögeler seçildi.\",\"selectedCount\":\"{count, plural, =0 {Hiçbir öge seçilmedi} one {# öge seçildi} other {# öge seçildi}}.\",\"selectedItem\":\"{item} seçildi.\"}");
414
+ var $8645243f4d7e95d3$exports = {};
415
+ $8645243f4d7e95d3$exports = JSON.parse("{\"deselectedItem\":\"{item} seçilmedi.\",\"longPressToSelect\":\"Seçim moduna girmek için uzun basın.\",\"select\":\"Seç\",\"selectedAll\":\"Tüm ögeler seçildi.\",\"selectedCount\":\"{count, plural, =0 {Hiçbir öge seçilmedi} one {# öge seçildi} other {# öge seçildi}}.\",\"selectedItem\":\"{item} seçildi.\"}");
413
416
 
414
417
 
415
- var $bd7f2c530e8fa9e4$exports = {};
416
- $bd7f2c530e8fa9e4$exports = JSON.parse("{\"deselectedItem\":\"{item} не вибрано.\",\"longPressToSelect\":\"Виконайте довге натиснення, щоб перейти в режим вибору.\",\"select\":\"Вибрати\",\"selectedAll\":\"Усі елементи вибрано.\",\"selectedCount\":\"{count, plural, =0 {Жодних елементів не вибрано} one {# елемент вибрано} other {Вибрано елементів: #}}.\",\"selectedItem\":\"{item} вибрано.\"}");
418
+ var $c6f52b88c4c3ac98$exports = {};
419
+ $c6f52b88c4c3ac98$exports = JSON.parse("{\"deselectedItem\":\"{item} не вибрано.\",\"longPressToSelect\":\"Виконайте довге натиснення, щоб перейти в режим вибору.\",\"select\":\"Вибрати\",\"selectedAll\":\"Усі елементи вибрано.\",\"selectedCount\":\"{count, plural, =0 {Жодних елементів не вибрано} one {# елемент вибрано} other {Вибрано елементів: #}}.\",\"selectedItem\":\"{item} вибрано.\"}");
417
420
 
418
421
 
419
- var $92f1ba3054d0d33d$exports = {};
420
- $92f1ba3054d0d33d$exports = JSON.parse("{\"deselectedItem\":\"未选择 {item}。\",\"longPressToSelect\":\"长按以进入选择模式。\",\"select\":\"选择\",\"selectedAll\":\"已选择所有项目。\",\"selectedCount\":\"{count, plural, =0 {未选择项目} one {已选择 # 个项目} other {已选择 # 个项目}}。\",\"selectedItem\":\"已选择 {item}。\"}");
422
+ var $4e38b6efd88227c9$exports = {};
423
+ $4e38b6efd88227c9$exports = JSON.parse("{\"deselectedItem\":\"未选择 {item}。\",\"longPressToSelect\":\"长按以进入选择模式。\",\"select\":\"选择\",\"selectedAll\":\"已选择所有项目。\",\"selectedCount\":\"{count, plural, =0 {未选择项目} one {已选择 # 个项目} other {已选择 # 个项目}}。\",\"selectedItem\":\"已选择 {item}。\"}");
421
424
 
422
425
 
423
- var $c411623764b2e19d$exports = {};
424
- $c411623764b2e19d$exports = JSON.parse("{\"deselectedItem\":\"未選取「{item}」。\",\"longPressToSelect\":\"長按以進入選擇模式。\",\"select\":\"選取\",\"selectedAll\":\"已選取所有項目。\",\"selectedCount\":\"{count, plural, =0 {未選取任何項目} one {已選取 # 個項目} other {已選取 # 個項目}}。\",\"selectedItem\":\"已選取「{item}」。\"}");
426
+ var $652e617335cdd8d8$exports = {};
427
+ $652e617335cdd8d8$exports = JSON.parse("{\"deselectedItem\":\"未選取「{item}」。\",\"longPressToSelect\":\"長按以進入選擇模式。\",\"select\":\"選取\",\"selectedAll\":\"已選取所有項目。\",\"selectedCount\":\"{count, plural, =0 {未選取任何項目} one {已選取 # 個項目} other {已選取 # 個項目}}。\",\"selectedItem\":\"已選取「{item}」。\"}");
425
428
 
426
429
 
427
- $5f55bb203ab5ddd7$exports = {
428
- "ar-AE": $a1af4412322ed484$exports,
429
- "bg-BG": $46c257649f95fb15$exports,
430
- "cs-CZ": $929d877683c76236$exports,
431
- "da-DK": $292acff1e96dcb23$exports,
432
- "de-DE": $a51db8ae79db530f$exports,
433
- "el-GR": $b3a62dea4b126b38$exports,
434
- "en-US": $fae5845686a0623e$exports,
435
- "es-ES": $671b1bf9feecf094$exports,
436
- "et-EE": $d1d3416ade54fd63$exports,
437
- "fi-FI": $40642f7c1701d4b3$exports,
438
- "fr-FR": $ad77630db35658e0$exports,
439
- "he-IL": $b780f858d128d82d$exports,
440
- "hr-HR": $ab35619cac03a529$exports,
441
- "hu-HU": $7ea04bb346720cea$exports,
442
- "it-IT": $1caf66ae8d17168f$exports,
443
- "ja-JP": $c27e662bad33a5ba$exports,
444
- "ko-KR": $f536da4b579204d4$exports,
445
- "lt-LT": $ae217a00bb3eaec9$exports,
446
- "lv-LV": $3053ceaf264c3dd5$exports,
447
- "nb-NO": $f81795749dd21946$exports,
448
- "nl-NL": $eefdf562072a5da8$exports,
449
- "pl-PL": $120d9b55a5980114$exports,
450
- "pt-BR": $cd43cac0b6b071d1$exports,
451
- "pt-PT": $cddb6b812e1165e9$exports,
452
- "ro-RO": $a76f6e9a7bea2c62$exports,
453
- "ru-RU": $b2aeeb1b5a0e6aee$exports,
454
- "sk-SK": $7c94678b8bbec00a$exports,
455
- "sl-SI": $68936247c023378f$exports,
456
- "sr-SP": $a8cf62186475c4c9$exports,
457
- "sv-SE": $05bfa356a2cd2324$exports,
458
- "tr-TR": $9161485332814b6e$exports,
459
- "uk-UA": $bd7f2c530e8fa9e4$exports,
460
- "zh-CN": $92f1ba3054d0d33d$exports,
461
- "zh-TW": $c411623764b2e19d$exports
430
+ $d779e6593bee69d8$exports = {
431
+ "ar-AE": $1893d77a74caa50d$exports,
432
+ "bg-BG": $df809a22c1c14070$exports,
433
+ "cs-CZ": $1e346f906feda71d$exports,
434
+ "da-DK": $ec948c3e4407fc20$exports,
435
+ "de-DE": $ef084135aa54cb1e$exports,
436
+ "el-GR": $f4700af46c6880e7$exports,
437
+ "en-US": $4e34ceecccdbd09d$exports,
438
+ "es-ES": $f891212cb1fa0747$exports,
439
+ "et-EE": $2f17338c97f570ff$exports,
440
+ "fi-FI": $eb9a3aa0f1e5e39e$exports,
441
+ "fr-FR": $fe43b874f6a85f51$exports,
442
+ "he-IL": $bb1bdc841c393e68$exports,
443
+ "hr-HR": $0345881fb44a309b$exports,
444
+ "hu-HU": $524f3d05b1876a75$exports,
445
+ "it-IT": $27008245e46bb480$exports,
446
+ "ja-JP": $5b6d8c3cdc9e04ae$exports,
447
+ "ko-KR": $f7880bd621ad13cb$exports,
448
+ "lt-LT": $9a8a7b35135558d2$exports,
449
+ "lv-LV": $f141ad659a66afac$exports,
450
+ "nb-NO": $68746a1b7b9451bb$exports,
451
+ "nl-NL": $51de4fdee0d81963$exports,
452
+ "pl-PL": $b15e7fb081b6d468$exports,
453
+ "pt-BR": $82f02cfa730ab30b$exports,
454
+ "pt-PT": $46e44d002f539e99$exports,
455
+ "ro-RO": $332bd77c4ff22991$exports,
456
+ "ru-RU": $1a78f380b2c13831$exports,
457
+ "sk-SK": $2ad6b49553650ce6$exports,
458
+ "sl-SI": $cd05befdad48f44b$exports,
459
+ "sr-SP": $e9b548b352cc5cf5$exports,
460
+ "sv-SE": $b4b67b2a7bee5586$exports,
461
+ "tr-TR": $8645243f4d7e95d3$exports,
462
+ "uk-UA": $c6f52b88c4c3ac98$exports,
463
+ "zh-CN": $4e38b6efd88227c9$exports,
464
+ "zh-TW": $652e617335cdd8d8$exports
462
465
  };
463
466
 
464
467
 
@@ -468,12 +471,12 @@ $5f55bb203ab5ddd7$exports = {
468
471
 
469
472
 
470
473
 
471
- function $e01ed809bdd3e3da$export$be42ebdab07ae4c2(props) {
472
- let formatMessage = $axIeT$reactariai18n.useMessageFormatter((/*@__PURE__*/$parcel$interopDefault($5f55bb203ab5ddd7$exports)));
473
- let modality = $axIeT$reactariainteractions.useInteractionModality();
474
+ function $d9d6bd0575d41c44$export$be42ebdab07ae4c2(props) {
475
+ let formatMessage = $fqkZJ$reactariai18n.useMessageFormatter((/*@__PURE__*/$parcel$interopDefault($d779e6593bee69d8$exports)));
476
+ let modality = $fqkZJ$reactariainteractions.useInteractionModality();
474
477
  // null is the default if the user hasn't interacted with the table at all yet or the rest of the page
475
478
  let shouldLongPress = (modality === 'pointer' || modality === 'virtual' || modality == null) && typeof window !== 'undefined' && 'ontouchstart' in window;
476
- let interactionDescription = $axIeT$react.useMemo(()=>{
479
+ let interactionDescription = $fqkZJ$react.useMemo(()=>{
477
480
  let selectionMode = props.selectionManager.selectionMode;
478
481
  let selectionBehavior = props.selectionManager.selectionBehavior;
479
482
  let message = undefined;
@@ -486,28 +489,30 @@ function $e01ed809bdd3e3da$export$be42ebdab07ae4c2(props) {
486
489
  formatMessage,
487
490
  shouldLongPress
488
491
  ]);
489
- let descriptionProps = $axIeT$reactariautils.useDescription(interactionDescription);
492
+ let descriptionProps = $fqkZJ$reactariautils.useDescription(interactionDescription);
490
493
  return descriptionProps;
491
494
  }
492
495
 
493
496
 
494
497
 
495
- function $d153b9a499058909$export$f6b86a04e5d66d90(props, state, ref) {
496
- let { isVirtualized: isVirtualized , keyboardDelegate: keyboardDelegate , focusMode: focusMode , getRowText: getRowText = (key)=>state.collection.getItem(key)?.textValue
497
- , scrollRef: scrollRef , onRowAction: onRowAction , onCellAction: onCellAction } = props;
498
- let formatMessage = $axIeT$reactariai18n.useMessageFormatter((/*@__PURE__*/$parcel$interopDefault($5f55bb203ab5ddd7$exports)));
498
+ function $20e9f3dd133759bc$export$f6b86a04e5d66d90(props, state, ref1) {
499
+ let { isVirtualized: isVirtualized , keyboardDelegate: keyboardDelegate , focusMode: focusMode , getRowText: getRowText = (key)=>{
500
+ var ref;
501
+ return (ref = state.collection.getItem(key)) === null || ref === void 0 ? void 0 : ref.textValue;
502
+ } , scrollRef: scrollRef , onRowAction: onRowAction , onCellAction: onCellAction } = props;
503
+ let formatMessage = $fqkZJ$reactariai18n.useMessageFormatter((/*@__PURE__*/$parcel$interopDefault($d779e6593bee69d8$exports)));
499
504
  if (!props['aria-label'] && !props['aria-labelledby']) console.warn('An aria-label or aria-labelledby prop is required for accessibility.');
500
505
  // By default, a KeyboardDelegate is provided which uses the DOM to query layout information (e.g. for page up/page down).
501
506
  // When virtualized, the layout object will be passed in as a prop and override this.
502
- let collator = $axIeT$reactariai18n.useCollator({
507
+ let collator = $fqkZJ$reactariai18n.useCollator({
503
508
  usage: 'search',
504
509
  sensitivity: 'base'
505
510
  });
506
- let { direction: direction } = $axIeT$reactariai18n.useLocale();
507
- let delegate = $axIeT$react.useMemo(()=>keyboardDelegate || new $5372b3afd2b63123$export$de9feff04fda126e({
511
+ let { direction: direction } = $fqkZJ$reactariai18n.useLocale();
512
+ let delegate = $fqkZJ$react.useMemo(()=>keyboardDelegate || new $358ecb2c85573de2$export$de9feff04fda126e({
508
513
  collection: state.collection,
509
514
  disabledKeys: state.disabledKeys,
510
- ref: ref,
515
+ ref: ref1,
511
516
  direction: direction,
512
517
  collator: collator,
513
518
  focusMode: focusMode
@@ -516,34 +521,34 @@ function $d153b9a499058909$export$f6b86a04e5d66d90(props, state, ref) {
516
521
  keyboardDelegate,
517
522
  state.collection,
518
523
  state.disabledKeys,
519
- ref,
524
+ ref1,
520
525
  direction,
521
526
  collator,
522
527
  focusMode
523
528
  ]);
524
- let { collectionProps: collectionProps } = $axIeT$reactariaselection.useSelectableCollection({
525
- ref: ref,
529
+ let { collectionProps: collectionProps } = $fqkZJ$reactariaselection.useSelectableCollection({
530
+ ref: ref1,
526
531
  selectionManager: state.selectionManager,
527
532
  keyboardDelegate: delegate,
528
533
  isVirtualized: isVirtualized,
529
534
  scrollRef: scrollRef
530
535
  });
531
- let id = $axIeT$reactariautils.useId();
532
- $575f25908e26fa6e$export$e6235c0d09b995d0.set(state, {
536
+ let id = $fqkZJ$reactariautils.useId();
537
+ $fe4e265968cf3a31$export$e6235c0d09b995d0.set(state, {
533
538
  keyboardDelegate: delegate,
534
539
  actions: {
535
540
  onRowAction: onRowAction,
536
541
  onCellAction: onCellAction
537
542
  }
538
543
  });
539
- let descriptionProps = $e01ed809bdd3e3da$export$be42ebdab07ae4c2({
544
+ let descriptionProps = $d9d6bd0575d41c44$export$be42ebdab07ae4c2({
540
545
  selectionManager: state.selectionManager,
541
546
  hasItemActions: !!(onRowAction || onCellAction)
542
547
  });
543
- let domProps = $axIeT$reactariautils.filterDOMProps(props, {
548
+ let domProps = $fqkZJ$reactariautils.filterDOMProps(props, {
544
549
  labelable: true
545
550
  });
546
- let gridProps = $axIeT$reactariautils.mergeProps(domProps, {
551
+ let gridProps = $fqkZJ$reactariautils.mergeProps(domProps, {
547
552
  role: 'grid',
548
553
  id: id,
549
554
  'aria-multiselectable': state.selectionManager.selectionMode === 'multiple' ? 'true' : undefined
@@ -555,14 +560,15 @@ function $d153b9a499058909$export$f6b86a04e5d66d90(props, state, ref) {
555
560
  // Many screen readers do not announce when items in a grid are selected/deselected.
556
561
  // We do this using an ARIA live region.
557
562
  let selection = state.selectionManager.rawSelection;
558
- let lastSelection = $axIeT$react.useRef(selection);
559
- $axIeT$reactariautils.useUpdateEffect(()=>{
563
+ let lastSelection = $fqkZJ$react.useRef(selection);
564
+ $fqkZJ$reactariautils.useUpdateEffect(()=>{
565
+ var ref;
560
566
  if (!state.selectionManager.isFocused) {
561
567
  lastSelection.current = selection;
562
568
  return;
563
569
  }
564
- let addedKeys = $d153b9a499058909$var$diffSelection(selection, lastSelection.current);
565
- let removedKeys = $d153b9a499058909$var$diffSelection(lastSelection.current, selection);
570
+ let addedKeys = $20e9f3dd133759bc$var$diffSelection(selection, lastSelection.current);
571
+ let removedKeys = $20e9f3dd133759bc$var$diffSelection(lastSelection.current, selection);
566
572
  // If adding or removing a single row from the selection, announce the name of that item.
567
573
  let isReplace = state.selectionManager.selectionBehavior === 'replace';
568
574
  let messages = [];
@@ -588,11 +594,11 @@ function $d153b9a499058909$export$f6b86a04e5d66d90(props, state, ref) {
588
594
  }
589
595
  // Announce how many items are selected, except when selecting the first item.
590
596
  if (state.selectionManager.selectionMode === 'multiple') {
591
- if (messages.length === 0 || selection === 'all' || selection.size > 1 || lastSelection.current === 'all' || lastSelection.current?.size > 1) messages.push(selection === 'all' ? formatMessage('selectedAll') : formatMessage('selectedCount', {
597
+ if (messages.length === 0 || selection === 'all' || selection.size > 1 || lastSelection.current === 'all' || ((ref = lastSelection.current) === null || ref === void 0 ? void 0 : ref.size) > 1) messages.push(selection === 'all' ? formatMessage('selectedAll') : formatMessage('selectedCount', {
592
598
  count: selection.size
593
599
  }));
594
600
  }
595
- if (messages.length > 0) $axIeT$reactarialiveannouncer.announce(messages.join(' '));
601
+ if (messages.length > 0) $fqkZJ$reactarialiveannouncer.announce(messages.join(' '));
596
602
  lastSelection.current = selection;
597
603
  }, [
598
604
  selection
@@ -601,7 +607,7 @@ function $d153b9a499058909$export$f6b86a04e5d66d90(props, state, ref) {
601
607
  gridProps: gridProps
602
608
  };
603
609
  }
604
- function $d153b9a499058909$var$diffSelection(a, b) {
610
+ function $20e9f3dd133759bc$var$diffSelection(a, b) {
605
611
  let res = new Set();
606
612
  if (a === 'all' || b === 'all') return res;
607
613
  for (let key of a.keys())if (!b.has(key)) res.add(key);
@@ -609,10 +615,10 @@ function $d153b9a499058909$var$diffSelection(a, b) {
609
615
  }
610
616
 
611
617
 
612
- var $167e13d584de4c8c$exports = {};
618
+ var $13d970abf5120fe4$exports = {};
613
619
 
614
- $parcel$export($167e13d584de4c8c$exports, "useGridRowGroup", () => $167e13d584de4c8c$export$d3037f5d3f3e51bf);
615
- function $167e13d584de4c8c$export$d3037f5d3f3e51bf() {
620
+ $parcel$export($13d970abf5120fe4$exports, "useGridRowGroup", () => $13d970abf5120fe4$export$d3037f5d3f3e51bf);
621
+ function $13d970abf5120fe4$export$d3037f5d3f3e51bf() {
616
622
  return {
617
623
  rowGroupProps: {
618
624
  role: 'rowgroup'
@@ -621,15 +627,15 @@ function $167e13d584de4c8c$export$d3037f5d3f3e51bf() {
621
627
  }
622
628
 
623
629
 
624
- var $820de95145b72207$exports = {};
630
+ var $d5f15d677e464aa1$exports = {};
625
631
 
626
- $parcel$export($820de95145b72207$exports, "useGridRow", () => $820de95145b72207$export$96357d5a73f686fa);
632
+ $parcel$export($d5f15d677e464aa1$exports, "useGridRow", () => $d5f15d677e464aa1$export$96357d5a73f686fa);
627
633
 
628
634
 
629
- function $820de95145b72207$export$96357d5a73f686fa(props, state, ref) {
635
+ function $d5f15d677e464aa1$export$96357d5a73f686fa(props, state, ref) {
630
636
  let { node: node , isVirtualized: isVirtualized , shouldSelectOnPressUp: shouldSelectOnPressUp , onAction: onAction } = props;
631
- let { actions: { onRowAction: onRowAction } } = $575f25908e26fa6e$export$e6235c0d09b995d0.get(state);
632
- let { itemProps: itemProps , isPressed: isPressed } = $axIeT$reactariaselection.useSelectableItem({
637
+ let { actions: { onRowAction: onRowAction } } = $fe4e265968cf3a31$export$e6235c0d09b995d0.get(state);
638
+ let { itemProps: itemProps , isPressed: isPressed } = $fqkZJ$reactariaselection.useSelectableItem({
633
639
  selectionManager: state.selectionManager,
634
640
  key: node.key,
635
641
  ref: ref,
@@ -652,33 +658,33 @@ function $820de95145b72207$export$96357d5a73f686fa(props, state, ref) {
652
658
  }
653
659
 
654
660
 
655
- var $ef33031bb76349b2$exports = {};
661
+ var $5bce61160df48b6f$exports = {};
656
662
 
657
- $parcel$export($ef33031bb76349b2$exports, "useGridCell", () => $ef33031bb76349b2$export$c7e10bfc0c59f67c);
663
+ $parcel$export($5bce61160df48b6f$exports, "useGridCell", () => $5bce61160df48b6f$export$c7e10bfc0c59f67c);
658
664
 
659
665
 
660
666
 
661
667
 
662
668
 
663
669
 
664
- function $ef33031bb76349b2$export$c7e10bfc0c59f67c(props, state, ref) {
670
+ function $5bce61160df48b6f$export$c7e10bfc0c59f67c(props, state, ref) {
665
671
  let { node: node , isVirtualized: isVirtualized , focusMode: focusMode = 'child' , shouldSelectOnPressUp: shouldSelectOnPressUp , onAction: onAction } = props;
666
- let { direction: direction } = $axIeT$reactariai18n.useLocale();
667
- let { keyboardDelegate: keyboardDelegate , actions: { onCellAction: onCellAction } } = $575f25908e26fa6e$export$e6235c0d09b995d0.get(state);
672
+ let { direction: direction } = $fqkZJ$reactariai18n.useLocale();
673
+ let { keyboardDelegate: keyboardDelegate , actions: { onCellAction: onCellAction } } = $fe4e265968cf3a31$export$e6235c0d09b995d0.get(state);
668
674
  // Handles focusing the cell. If there is a focusable child,
669
675
  // it is focused, otherwise the cell itself is focused.
670
676
  let focus = ()=>{
671
- let treeWalker = $axIeT$reactariafocus.getFocusableTreeWalker(ref.current);
677
+ let treeWalker = $fqkZJ$reactariafocus.getFocusableTreeWalker(ref.current);
672
678
  if (focusMode === 'child') {
673
- let focusable = state.selectionManager.childFocusStrategy === 'last' ? $ef33031bb76349b2$var$last(treeWalker) : treeWalker.firstChild();
679
+ let focusable = state.selectionManager.childFocusStrategy === 'last' ? $5bce61160df48b6f$var$last(treeWalker) : treeWalker.firstChild();
674
680
  if (focusable) {
675
- $axIeT$reactariafocus.focusSafely(focusable);
681
+ $fqkZJ$reactariafocus.focusSafely(focusable);
676
682
  return;
677
683
  }
678
684
  }
679
- if (!ref.current.contains(document.activeElement)) $axIeT$reactariafocus.focusSafely(ref.current);
685
+ if (!ref.current.contains(document.activeElement)) $fqkZJ$reactariafocus.focusSafely(ref.current);
680
686
  };
681
- let { itemProps: itemProps , isPressed: isPressed } = $axIeT$reactariaselection.useSelectableItem({
687
+ let { itemProps: itemProps , isPressed: isPressed } = $fqkZJ$reactariaselection.useSelectableItem({
682
688
  selectionManager: state.selectionManager,
683
689
  key: node.key,
684
690
  ref: ref,
@@ -690,7 +696,7 @@ function $ef33031bb76349b2$export$c7e10bfc0c59f67c(props, state, ref) {
690
696
  });
691
697
  let onKeyDown = (e)=>{
692
698
  if (!e.currentTarget.contains(e.target)) return;
693
- let walker = $axIeT$reactariafocus.getFocusableTreeWalker(ref.current);
699
+ let walker = $fqkZJ$reactariafocus.getFocusableTreeWalker(ref.current);
694
700
  walker.currentNode = document.activeElement;
695
701
  switch(e.key){
696
702
  case 'ArrowLeft':
@@ -702,7 +708,7 @@ function $ef33031bb76349b2$export$c7e10bfc0c59f67c(props, state, ref) {
702
708
  if (focusable) {
703
709
  e.preventDefault();
704
710
  e.stopPropagation();
705
- $axIeT$reactariafocus.focusSafely(focusable);
711
+ $fqkZJ$reactariafocus.focusSafely(focusable);
706
712
  } else {
707
713
  // If there is no next focusable child, then move to the next cell to the left of this one.
708
714
  // This will be handled by useSelectableCollection. However, if there is no cell to the left
@@ -713,11 +719,11 @@ function $ef33031bb76349b2$export$c7e10bfc0c59f67c(props, state, ref) {
713
719
  if (prev !== node.key) break;
714
720
  e.preventDefault();
715
721
  e.stopPropagation();
716
- if (focusMode === 'cell' && direction === 'rtl') $axIeT$reactariafocus.focusSafely(ref.current);
722
+ if (focusMode === 'cell' && direction === 'rtl') $fqkZJ$reactariafocus.focusSafely(ref.current);
717
723
  else {
718
724
  walker.currentNode = ref.current;
719
- focusable = direction === 'rtl' ? walker.firstChild() : $ef33031bb76349b2$var$last(walker);
720
- if (focusable) $axIeT$reactariafocus.focusSafely(focusable);
725
+ focusable = direction === 'rtl' ? walker.firstChild() : $5bce61160df48b6f$var$last(walker);
726
+ if (focusable) $fqkZJ$reactariafocus.focusSafely(focusable);
721
727
  }
722
728
  }
723
729
  break;
@@ -729,17 +735,17 @@ function $ef33031bb76349b2$export$c7e10bfc0c59f67c(props, state, ref) {
729
735
  if (focusable) {
730
736
  e.preventDefault();
731
737
  e.stopPropagation();
732
- $axIeT$reactariafocus.focusSafely(focusable);
738
+ $fqkZJ$reactariafocus.focusSafely(focusable);
733
739
  } else {
734
740
  let next = keyboardDelegate.getKeyRightOf(node.key);
735
741
  if (next !== node.key) break;
736
742
  e.preventDefault();
737
743
  e.stopPropagation();
738
- if (focusMode === 'cell' && direction === 'ltr') $axIeT$reactariafocus.focusSafely(ref.current);
744
+ if (focusMode === 'cell' && direction === 'ltr') $fqkZJ$reactariafocus.focusSafely(ref.current);
739
745
  else {
740
746
  walker.currentNode = ref.current;
741
- focusable = direction === 'rtl' ? $ef33031bb76349b2$var$last(walker) : walker.firstChild();
742
- if (focusable) $axIeT$reactariafocus.focusSafely(focusable);
747
+ focusable = direction === 'rtl' ? $5bce61160df48b6f$var$last(walker) : walker.firstChild();
748
+ if (focusable) $fqkZJ$reactariafocus.focusSafely(focusable);
743
749
  }
744
750
  }
745
751
  break;
@@ -767,7 +773,7 @@ function $ef33031bb76349b2$export$c7e10bfc0c59f67c(props, state, ref) {
767
773
  // If focus is currently visible (e.g. the user is navigating with the keyboard),
768
774
  // then skip this. We want to restore focus to the previously focused row/cell
769
775
  // in that case since the table should act like a single tab stop.
770
- if (!$axIeT$reactariainteractions.isFocusVisible()) state.selectionManager.setFocusedKey(node.key);
776
+ if (!$fqkZJ$reactariainteractions.isFocusVisible()) state.selectionManager.setFocusedKey(node.key);
771
777
  return;
772
778
  }
773
779
  // If the cell itself is focused, wait a frame so that focus finishes propagatating
@@ -776,7 +782,7 @@ function $ef33031bb76349b2$export$c7e10bfc0c59f67c(props, state, ref) {
776
782
  if (focusMode === 'child' && document.activeElement === ref.current) focus();
777
783
  });
778
784
  };
779
- let gridCellProps = $axIeT$reactariautils.mergeProps(itemProps, {
785
+ let gridCellProps = $fqkZJ$reactariautils.mergeProps(itemProps, {
780
786
  role: 'gridcell',
781
787
  onKeyDownCapture: onKeyDown,
782
788
  onFocus: onFocus
@@ -787,7 +793,7 @@ function $ef33031bb76349b2$export$c7e10bfc0c59f67c(props, state, ref) {
787
793
  isPressed: isPressed
788
794
  };
789
795
  }
790
- function $ef33031bb76349b2$var$last(walker) {
796
+ function $5bce61160df48b6f$var$last(walker) {
791
797
  let next;
792
798
  let last;
793
799
  do {
@@ -798,21 +804,21 @@ function $ef33031bb76349b2$var$last(walker) {
798
804
  }
799
805
 
800
806
 
801
- var $ecb1442e1420c057$exports = {};
807
+ var $ff13665d49ad2e2a$exports = {};
802
808
 
803
- $parcel$export($ecb1442e1420c057$exports, "useGridSelectionCheckbox", () => $ecb1442e1420c057$export$70e2eed1a92976ad);
809
+ $parcel$export($ff13665d49ad2e2a$exports, "useGridSelectionCheckbox", () => $ff13665d49ad2e2a$export$70e2eed1a92976ad);
804
810
 
805
811
 
806
812
 
807
- function $ecb1442e1420c057$export$70e2eed1a92976ad(props, state) {
813
+ function $ff13665d49ad2e2a$export$70e2eed1a92976ad(props, state) {
808
814
  let { key: key } = props;
809
815
  let manager = state.selectionManager;
810
- let checkboxId = $axIeT$reactariautils.useId();
816
+ let checkboxId = $fqkZJ$reactariautils.useId();
811
817
  let isDisabled = state.disabledKeys.has(key);
812
818
  let isSelected = state.selectionManager.isSelected(key);
813
819
  let onChange = ()=>manager.select(key)
814
820
  ;
815
- const formatMessage = $axIeT$reactariai18n.useMessageFormatter((/*@__PURE__*/$parcel$interopDefault($5f55bb203ab5ddd7$exports)));
821
+ const formatMessage = $fqkZJ$reactariai18n.useMessageFormatter((/*@__PURE__*/$parcel$interopDefault($d779e6593bee69d8$exports)));
816
822
  return {
817
823
  checkboxProps: {
818
824
  id: checkboxId,
@@ -825,12 +831,12 @@ function $ecb1442e1420c057$export$70e2eed1a92976ad(props, state) {
825
831
  }
826
832
 
827
833
 
828
- $parcel$exportWildcard(module.exports, $5372b3afd2b63123$exports);
829
- $parcel$exportWildcard(module.exports, $d153b9a499058909$exports);
830
- $parcel$exportWildcard(module.exports, $167e13d584de4c8c$exports);
831
- $parcel$exportWildcard(module.exports, $820de95145b72207$exports);
832
- $parcel$exportWildcard(module.exports, $ef33031bb76349b2$exports);
833
- $parcel$exportWildcard(module.exports, $ecb1442e1420c057$exports);
834
+ $parcel$exportWildcard(module.exports, $358ecb2c85573de2$exports);
835
+ $parcel$exportWildcard(module.exports, $20e9f3dd133759bc$exports);
836
+ $parcel$exportWildcard(module.exports, $13d970abf5120fe4$exports);
837
+ $parcel$exportWildcard(module.exports, $d5f15d677e464aa1$exports);
838
+ $parcel$exportWildcard(module.exports, $5bce61160df48b6f$exports);
839
+ $parcel$exportWildcard(module.exports, $ff13665d49ad2e2a$exports);
834
840
 
835
841
 
836
842
  //# sourceMappingURL=main.js.map