@react-aria/calendar 3.0.4 → 3.0.5

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
@@ -16,138 +16,148 @@ $parcel$export(module.exports, "useCalendar", () => $20e845123e697a89$export$3ee
16
16
  $parcel$export(module.exports, "useRangeCalendar", () => $c49ada48cbc48220$export$87e0539f600c24e5);
17
17
  $parcel$export(module.exports, "useCalendarGrid", () => $a07388a797d86b95$export$cb95147730a423f5);
18
18
  $parcel$export(module.exports, "useCalendarCell", () => $4d833327a32c9193$export$136073280381448e);
19
-
20
-
21
-
19
+ /*
20
+ * Copyright 2020 Adobe. All rights reserved.
21
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
22
+ * you may not use this file except in compliance with the License. You may obtain a copy
23
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
24
+ *
25
+ * Unless required by applicable law or agreed to in writing, software distributed under
26
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
27
+ * OF ANY KIND, either express or implied. See the License for the specific language
28
+ * governing permissions and limitations under the License.
29
+ */ /*
30
+ * Copyright 2020 Adobe. All rights reserved.
31
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
32
+ * you may not use this file except in compliance with the License. You may obtain a copy
33
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
34
+ *
35
+ * Unless required by applicable law or agreed to in writing, software distributed under
36
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
37
+ * OF ANY KIND, either express or implied. See the License for the specific language
38
+ * governing permissions and limitations under the License.
39
+ */ /*
40
+ * Copyright 2020 Adobe. All rights reserved.
41
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
42
+ * you may not use this file except in compliance with the License. You may obtain a copy
43
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
44
+ *
45
+ * Unless required by applicable law or agreed to in writing, software distributed under
46
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
47
+ * OF ANY KIND, either express or implied. See the License for the specific language
48
+ * governing permissions and limitations under the License.
49
+ */
50
+
51
+ /*
52
+ * Copyright 2020 Adobe. All rights reserved.
53
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
54
+ * you may not use this file except in compliance with the License. You may obtain a copy
55
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
56
+ *
57
+ * Unless required by applicable law or agreed to in writing, software distributed under
58
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
59
+ * OF ANY KIND, either express or implied. See the License for the specific language
60
+ * governing permissions and limitations under the License.
61
+ */
22
62
  var $f87cd00fb2ba0f23$exports = {};
23
63
  var $1fedb39dedbf7c51$exports = {};
24
64
  $1fedb39dedbf7c51$exports = {
25
- "dateRange": (args)=>`${args.startDate} إلى ${args.endDate}`
26
- ,
27
- "dateSelected": (args)=>`${args.date} المحدد`
28
- ,
65
+ "dateRange": (args)=>`${args.startDate} إلى ${args.endDate}`,
66
+ "dateSelected": (args)=>`${args.date} المحدد`,
29
67
  "finishRangeSelectionPrompt": `انقر لإنهاء عملية تحديد نطاق التاريخ`,
30
68
  "maximumDate": `آخر تاريخ متاح`,
31
69
  "minimumDate": `أول تاريخ متاح`,
32
70
  "next": `التالي`,
33
71
  "previous": `السابق`,
34
- "selectedDateDescription": (args)=>`تاريخ محدد: ${args.date}`
35
- ,
36
- "selectedRangeDescription": (args)=>`المدى الزمني المحدد: ${args.dateRange}`
37
- ,
72
+ "selectedDateDescription": (args)=>`تاريخ محدد: ${args.date}`,
73
+ "selectedRangeDescription": (args)=>`المدى الزمني المحدد: ${args.dateRange}`,
38
74
  "startRangeSelectionPrompt": `انقر لبدء عملية تحديد نطاق التاريخ`,
39
- "todayDate": (args)=>`اليوم، ${args.date}`
40
- ,
75
+ "todayDate": (args)=>`اليوم، ${args.date}`,
41
76
  "todayDateSelected": (args)=>`اليوم، ${args.date} محدد`
42
77
  };
43
78
 
44
79
 
45
80
  var $524ada6153e36bf5$exports = {};
46
81
  $524ada6153e36bf5$exports = {
47
- "dateRange": (args)=>`${args.startDate} до ${args.endDate}`
48
- ,
49
- "dateSelected": (args)=>`Избрано е ${args.date}`
50
- ,
82
+ "dateRange": (args)=>`${args.startDate} до ${args.endDate}`,
83
+ "dateSelected": (args)=>`Избрано е ${args.date}`,
51
84
  "finishRangeSelectionPrompt": `Натиснете, за да довършите избора на времеви интервал`,
52
85
  "maximumDate": `Последна налична дата`,
53
86
  "minimumDate": `Първа налична дата`,
54
87
  "next": `Напред`,
55
88
  "previous": `Назад`,
56
- "selectedDateDescription": (args)=>`Избрана дата: ${args.date}`
57
- ,
58
- "selectedRangeDescription": (args)=>`Избран диапазон: ${args.dateRange}`
59
- ,
89
+ "selectedDateDescription": (args)=>`Избрана дата: ${args.date}`,
90
+ "selectedRangeDescription": (args)=>`Избран диапазон: ${args.dateRange}`,
60
91
  "startRangeSelectionPrompt": `Натиснете, за да пристъпите към избора на времеви интервал`,
61
- "todayDate": (args)=>`Днес, ${args.date}`
62
- ,
92
+ "todayDate": (args)=>`Днес, ${args.date}`,
63
93
  "todayDateSelected": (args)=>`Днес, ${args.date} са избрани`
64
94
  };
65
95
 
66
96
 
67
97
  var $181053d31fc585a6$exports = {};
68
98
  $181053d31fc585a6$exports = {
69
- "dateRange": (args)=>`${args.startDate} až ${args.endDate}`
70
- ,
71
- "dateSelected": (args)=>`Vybráno ${args.date}`
72
- ,
99
+ "dateRange": (args)=>`${args.startDate} až ${args.endDate}`,
100
+ "dateSelected": (args)=>`Vybráno ${args.date}`,
73
101
  "finishRangeSelectionPrompt": `Kliknutím dokončíte výběr rozsahu dat`,
74
102
  "maximumDate": `Poslední dostupné datum`,
75
103
  "minimumDate": `První dostupné datum`,
76
104
  "next": `Další`,
77
105
  "previous": `Předchozí`,
78
- "selectedDateDescription": (args)=>`Vybrané datum: ${args.date}`
79
- ,
80
- "selectedRangeDescription": (args)=>`Vybrané období: ${args.dateRange}`
81
- ,
106
+ "selectedDateDescription": (args)=>`Vybrané datum: ${args.date}`,
107
+ "selectedRangeDescription": (args)=>`Vybrané období: ${args.dateRange}`,
82
108
  "startRangeSelectionPrompt": `Kliknutím zahájíte výběr rozsahu dat`,
83
- "todayDate": (args)=>`Dnes, ${args.date}`
84
- ,
109
+ "todayDate": (args)=>`Dnes, ${args.date}`,
85
110
  "todayDateSelected": (args)=>`Dnes, vybráno ${args.date}`
86
111
  };
87
112
 
88
113
 
89
114
  var $87f1f2ee75c25d27$exports = {};
90
115
  $87f1f2ee75c25d27$exports = {
91
- "dateRange": (args)=>`${args.startDate} til ${args.endDate}`
92
- ,
93
- "dateSelected": (args)=>`${args.date} valgt`
94
- ,
116
+ "dateRange": (args)=>`${args.startDate} til ${args.endDate}`,
117
+ "dateSelected": (args)=>`${args.date} valgt`,
95
118
  "finishRangeSelectionPrompt": `Klik for at fuldføre valg af datoområde`,
96
119
  "maximumDate": `Sidste ledige dato`,
97
120
  "minimumDate": `Første ledige dato`,
98
121
  "next": `Næste`,
99
122
  "previous": `Forrige`,
100
- "selectedDateDescription": (args)=>`Valgt dato: ${args.date}`
101
- ,
102
- "selectedRangeDescription": (args)=>`Valgt interval: ${args.dateRange}`
103
- ,
123
+ "selectedDateDescription": (args)=>`Valgt dato: ${args.date}`,
124
+ "selectedRangeDescription": (args)=>`Valgt interval: ${args.dateRange}`,
104
125
  "startRangeSelectionPrompt": `Klik for at starte valg af datoområde`,
105
- "todayDate": (args)=>`I dag, ${args.date}`
106
- ,
126
+ "todayDate": (args)=>`I dag, ${args.date}`,
107
127
  "todayDateSelected": (args)=>`I dag, ${args.date} valgt`
108
128
  };
109
129
 
110
130
 
111
131
  var $3018d278e45fefcf$exports = {};
112
132
  $3018d278e45fefcf$exports = {
113
- "dateRange": (args)=>`${args.startDate} bis ${args.endDate}`
114
- ,
115
- "dateSelected": (args)=>`${args.date} ausgewählt`
116
- ,
133
+ "dateRange": (args)=>`${args.startDate} bis ${args.endDate}`,
134
+ "dateSelected": (args)=>`${args.date} ausgewählt`,
117
135
  "finishRangeSelectionPrompt": `Klicken, um die Auswahl des Datumsbereichs zu beenden`,
118
136
  "maximumDate": `Letztes verfügbares Datum`,
119
137
  "minimumDate": `Erstes verfügbares Datum`,
120
138
  "next": `Weiter`,
121
139
  "previous": `Zurück`,
122
- "selectedDateDescription": (args)=>`Ausgewähltes Datum: ${args.date}`
123
- ,
124
- "selectedRangeDescription": (args)=>`Ausgewählter Bereich: ${args.dateRange}`
125
- ,
140
+ "selectedDateDescription": (args)=>`Ausgewähltes Datum: ${args.date}`,
141
+ "selectedRangeDescription": (args)=>`Ausgewählter Bereich: ${args.dateRange}`,
126
142
  "startRangeSelectionPrompt": `Klicken, um die Auswahl des Datumsbereichs zu beginnen`,
127
- "todayDate": (args)=>`Heute, ${args.date}`
128
- ,
143
+ "todayDate": (args)=>`Heute, ${args.date}`,
129
144
  "todayDateSelected": (args)=>`Heute, ${args.date} ausgewählt`
130
145
  };
131
146
 
132
147
 
133
148
  var $880b624ba6c377b6$exports = {};
134
149
  $880b624ba6c377b6$exports = {
135
- "dateRange": (args)=>`${args.startDate} έως ${args.endDate}`
136
- ,
137
- "dateSelected": (args)=>`Επιλέχθηκε ${args.date}`
138
- ,
150
+ "dateRange": (args)=>`${args.startDate} έως ${args.endDate}`,
151
+ "dateSelected": (args)=>`Επιλέχθηκε ${args.date}`,
139
152
  "finishRangeSelectionPrompt": `Κάντε κλικ για να ολοκληρώσετε την επιλογή εύρους ημερομηνιών`,
140
153
  "maximumDate": `Τελευταία διαθέσιμη ημερομηνία`,
141
154
  "minimumDate": `Πρώτη διαθέσιμη ημερομηνία`,
142
155
  "next": `Επόμενο`,
143
156
  "previous": `Προηγούμενο`,
144
- "selectedDateDescription": (args)=>`Επιλεγμένη ημερομηνία: ${args.date}`
145
- ,
146
- "selectedRangeDescription": (args)=>`Επιλεγμένο εύρος: ${args.dateRange}`
147
- ,
157
+ "selectedDateDescription": (args)=>`Επιλεγμένη ημερομηνία: ${args.date}`,
158
+ "selectedRangeDescription": (args)=>`Επιλεγμένο εύρος: ${args.dateRange}`,
148
159
  "startRangeSelectionPrompt": `Κάντε κλικ για να ξεκινήσετε την επιλογή εύρους ημερομηνιών`,
149
- "todayDate": (args)=>`Σήμερα, ${args.date}`
150
- ,
160
+ "todayDate": (args)=>`Σήμερα, ${args.date}`,
151
161
  "todayDateSelected": (args)=>`Σήμερα, επιλέχτηκε ${args.date}`
152
162
  };
153
163
 
@@ -156,16 +166,11 @@ var $6a7e3934431e9523$exports = {};
156
166
  $6a7e3934431e9523$exports = {
157
167
  "previous": `Previous`,
158
168
  "next": `Next`,
159
- "selectedDateDescription": (args)=>`Selected Date: ${args.date}`
160
- ,
161
- "selectedRangeDescription": (args)=>`Selected Range: ${args.dateRange}`
162
- ,
163
- "todayDate": (args)=>`Today, ${args.date}`
164
- ,
165
- "todayDateSelected": (args)=>`Today, ${args.date} selected`
166
- ,
167
- "dateSelected": (args)=>`${args.date} selected`
168
- ,
169
+ "selectedDateDescription": (args)=>`Selected Date: ${args.date}`,
170
+ "selectedRangeDescription": (args)=>`Selected Range: ${args.dateRange}`,
171
+ "todayDate": (args)=>`Today, ${args.date}`,
172
+ "todayDateSelected": (args)=>`Today, ${args.date} selected`,
173
+ "dateSelected": (args)=>`${args.date} selected`,
169
174
  "startRangeSelectionPrompt": `Click to start selecting date range`,
170
175
  "finishRangeSelectionPrompt": `Click to finish selecting date range`,
171
176
  "minimumDate": `First available date`,
@@ -176,594 +181,459 @@ $6a7e3934431e9523$exports = {
176
181
 
177
182
  var $4c458303ff44205c$exports = {};
178
183
  $4c458303ff44205c$exports = {
179
- "dateRange": (args)=>`${args.startDate} a ${args.endDate}`
180
- ,
181
- "dateSelected": (args)=>`${args.date} seleccionado`
182
- ,
184
+ "dateRange": (args)=>`${args.startDate} a ${args.endDate}`,
185
+ "dateSelected": (args)=>`${args.date} seleccionado`,
183
186
  "finishRangeSelectionPrompt": `Haga clic para terminar de seleccionar rango de fechas`,
184
187
  "maximumDate": `Última fecha disponible`,
185
188
  "minimumDate": `Primera fecha disponible`,
186
189
  "next": `Siguiente`,
187
190
  "previous": `Anterior`,
188
- "selectedDateDescription": (args)=>`Fecha seleccionada: ${args.date}`
189
- ,
190
- "selectedRangeDescription": (args)=>`Intervalo seleccionado: ${args.dateRange}`
191
- ,
191
+ "selectedDateDescription": (args)=>`Fecha seleccionada: ${args.date}`,
192
+ "selectedRangeDescription": (args)=>`Intervalo seleccionado: ${args.dateRange}`,
192
193
  "startRangeSelectionPrompt": `Haga clic para comenzar a seleccionar un rango de fechas`,
193
- "todayDate": (args)=>`Hoy, ${args.date}`
194
- ,
194
+ "todayDate": (args)=>`Hoy, ${args.date}`,
195
195
  "todayDateSelected": (args)=>`Hoy, ${args.date} seleccionado`
196
196
  };
197
197
 
198
198
 
199
199
  var $4b6ec4ab19a96fff$exports = {};
200
200
  $4b6ec4ab19a96fff$exports = {
201
- "dateRange": (args)=>`${args.startDate} kuni ${args.endDate}`
202
- ,
203
- "dateSelected": (args)=>`${args.date} valitud`
204
- ,
201
+ "dateRange": (args)=>`${args.startDate} kuni ${args.endDate}`,
202
+ "dateSelected": (args)=>`${args.date} valitud`,
205
203
  "finishRangeSelectionPrompt": `Klõpsake kuupäevavahemiku valimise lõpetamiseks`,
206
204
  "maximumDate": `Viimane saadaolev kuupäev`,
207
205
  "minimumDate": `Esimene saadaolev kuupäev`,
208
206
  "next": `Järgmine`,
209
207
  "previous": `Eelmine`,
210
- "selectedDateDescription": (args)=>`Valitud kuupäev: ${args.date}`
211
- ,
212
- "selectedRangeDescription": (args)=>`Valitud vahemik: ${args.dateRange}`
213
- ,
208
+ "selectedDateDescription": (args)=>`Valitud kuupäev: ${args.date}`,
209
+ "selectedRangeDescription": (args)=>`Valitud vahemik: ${args.dateRange}`,
214
210
  "startRangeSelectionPrompt": `Klõpsake kuupäevavahemiku valimiseks`,
215
- "todayDate": (args)=>`Täna, ${args.date}`
216
- ,
211
+ "todayDate": (args)=>`Täna, ${args.date}`,
217
212
  "todayDateSelected": (args)=>`Täna, ${args.date} valitud`
218
213
  };
219
214
 
220
215
 
221
216
  var $a5184a366ed55e98$exports = {};
222
217
  $a5184a366ed55e98$exports = {
223
- "dateRange": (args)=>`${args.startDate} – ${args.endDate}`
224
- ,
225
- "dateSelected": (args)=>`${args.date} valittu`
226
- ,
218
+ "dateRange": (args)=>`${args.startDate} – ${args.endDate}`,
219
+ "dateSelected": (args)=>`${args.date} valittu`,
227
220
  "finishRangeSelectionPrompt": `Lopeta päivämääräalueen valinta napsauttamalla tätä.`,
228
221
  "maximumDate": `Viimeinen varattavissa oleva päivämäärä`,
229
222
  "minimumDate": `Ensimmäinen varattavissa oleva päivämäärä`,
230
223
  "next": `Seuraava`,
231
224
  "previous": `Edellinen`,
232
- "selectedDateDescription": (args)=>`Valittu päivämäärä: ${args.date}`
233
- ,
234
- "selectedRangeDescription": (args)=>`Valittu aikaväli: ${args.dateRange}`
235
- ,
225
+ "selectedDateDescription": (args)=>`Valittu päivämäärä: ${args.date}`,
226
+ "selectedRangeDescription": (args)=>`Valittu aikaväli: ${args.dateRange}`,
236
227
  "startRangeSelectionPrompt": `Aloita päivämääräalueen valinta napsauttamalla tätä.`,
237
- "todayDate": (args)=>`Tänään, ${args.date}`
238
- ,
228
+ "todayDate": (args)=>`Tänään, ${args.date}`,
239
229
  "todayDateSelected": (args)=>`Tänään, ${args.date} valittu`
240
230
  };
241
231
 
242
232
 
243
233
  var $094c11f0389b0f6c$exports = {};
244
234
  $094c11f0389b0f6c$exports = {
245
- "dateRange": (args)=>`${args.startDate} à ${args.endDate}`
246
- ,
247
- "dateSelected": (args)=>`${args.date} sélectionné`
248
- ,
235
+ "dateRange": (args)=>`${args.startDate} à ${args.endDate}`,
236
+ "dateSelected": (args)=>`${args.date} sélectionné`,
249
237
  "finishRangeSelectionPrompt": `Cliquer pour finir de sélectionner la plage de dates`,
250
238
  "maximumDate": `Dernière date disponible`,
251
239
  "minimumDate": `Première date disponible`,
252
240
  "next": `Suivant`,
253
241
  "previous": `Précédent`,
254
- "selectedDateDescription": (args)=>`Date sélectionnée : ${args.date}`
255
- ,
256
- "selectedRangeDescription": (args)=>`Plage sélectionnée : ${args.dateRange}`
257
- ,
242
+ "selectedDateDescription": (args)=>`Date sélectionnée : ${args.date}`,
243
+ "selectedRangeDescription": (args)=>`Plage sélectionnée : ${args.dateRange}`,
258
244
  "startRangeSelectionPrompt": `Cliquer pour commencer à sélectionner la plage de dates`,
259
- "todayDate": (args)=>`Aujourd'hui, ${args.date}`
260
- ,
245
+ "todayDate": (args)=>`Aujourd'hui, ${args.date}`,
261
246
  "todayDateSelected": (args)=>`Aujourd’hui, ${args.date} sélectionné`
262
247
  };
263
248
 
264
249
 
265
250
  var $5b28c6b8eb99673e$exports = {};
266
251
  $5b28c6b8eb99673e$exports = {
267
- "dateRange": (args)=>`${args.startDate} עד ${args.endDate}`
268
- ,
269
- "dateSelected": (args)=>`${args.date} נבחר`
270
- ,
252
+ "dateRange": (args)=>`${args.startDate} עד ${args.endDate}`,
253
+ "dateSelected": (args)=>`${args.date} נבחר`,
271
254
  "finishRangeSelectionPrompt": `חץ כדי לסיים את בחירת טווח התאריכים`,
272
255
  "maximumDate": `תאריך פנוי אחרון`,
273
256
  "minimumDate": `תאריך פנוי ראשון`,
274
257
  "next": `הבא`,
275
258
  "previous": `הקודם`,
276
- "selectedDateDescription": (args)=>`תאריך נבחר: ${args.date}`
277
- ,
278
- "selectedRangeDescription": (args)=>`טווח נבחר: ${args.dateRange}`
279
- ,
259
+ "selectedDateDescription": (args)=>`תאריך נבחר: ${args.date}`,
260
+ "selectedRangeDescription": (args)=>`טווח נבחר: ${args.dateRange}`,
280
261
  "startRangeSelectionPrompt": `לחץ כדי להתחיל בבחירת טווח התאריכים`,
281
- "todayDate": (args)=>`היום, ${args.date}`
282
- ,
262
+ "todayDate": (args)=>`היום, ${args.date}`,
283
263
  "todayDateSelected": (args)=>`היום, ${args.date} נבחר`
284
264
  };
285
265
 
286
266
 
287
267
  var $519824243c1aad60$exports = {};
288
268
  $519824243c1aad60$exports = {
289
- "dateRange": (args)=>`${args.startDate} do ${args.endDate}`
290
- ,
291
- "dateSelected": (args)=>`${args.date} odabran`
292
- ,
269
+ "dateRange": (args)=>`${args.startDate} do ${args.endDate}`,
270
+ "dateSelected": (args)=>`${args.date} odabran`,
293
271
  "finishRangeSelectionPrompt": `Kliknite da dovršite raspon odabranih datuma`,
294
272
  "maximumDate": `Posljednji raspoloživi datum`,
295
273
  "minimumDate": `Prvi raspoloživi datum`,
296
274
  "next": `Sljedeći`,
297
275
  "previous": `Prethodni`,
298
- "selectedDateDescription": (args)=>`Odabrani datum: ${args.date}`
299
- ,
300
- "selectedRangeDescription": (args)=>`Odabrani raspon: ${args.dateRange}`
301
- ,
276
+ "selectedDateDescription": (args)=>`Odabrani datum: ${args.date}`,
277
+ "selectedRangeDescription": (args)=>`Odabrani raspon: ${args.dateRange}`,
302
278
  "startRangeSelectionPrompt": `Kliknite da započnete raspon odabranih datuma`,
303
- "todayDate": (args)=>`Danas, ${args.date}`
304
- ,
279
+ "todayDate": (args)=>`Danas, ${args.date}`,
305
280
  "todayDateSelected": (args)=>`Danas, odabran ${args.date}`
306
281
  };
307
282
 
308
283
 
309
284
  var $2fde332abe847288$exports = {};
310
285
  $2fde332abe847288$exports = {
311
- "dateRange": (args)=>`${args.startDate}–${args.endDate}`
312
- ,
313
- "dateSelected": (args)=>`${args.date} kiválasztva`
314
- ,
286
+ "dateRange": (args)=>`${args.startDate}–${args.endDate}`,
287
+ "dateSelected": (args)=>`${args.date} kiválasztva`,
315
288
  "finishRangeSelectionPrompt": `Kattintson a dátumtartomány kijelölésének befejezéséhez`,
316
289
  "maximumDate": `Utolsó elérhető dátum`,
317
290
  "minimumDate": `Az első elérhető dátum`,
318
291
  "next": `Következő`,
319
292
  "previous": `Előző`,
320
- "selectedDateDescription": (args)=>`Kijelölt dátum: ${args.date}`
321
- ,
322
- "selectedRangeDescription": (args)=>`Kijelölt tartomány: ${args.dateRange}`
323
- ,
293
+ "selectedDateDescription": (args)=>`Kijelölt dátum: ${args.date}`,
294
+ "selectedRangeDescription": (args)=>`Kijelölt tartomány: ${args.dateRange}`,
324
295
  "startRangeSelectionPrompt": `Kattintson a dátumtartomány kijelölésének indításához`,
325
- "todayDate": (args)=>`Ma, ${args.date}`
326
- ,
296
+ "todayDate": (args)=>`Ma, ${args.date}`,
327
297
  "todayDateSelected": (args)=>`Ma, ${args.date} kijelölve`
328
298
  };
329
299
 
330
300
 
331
301
  var $b266f7fa452e8e83$exports = {};
332
302
  $b266f7fa452e8e83$exports = {
333
- "dateRange": (args)=>`Da ${args.startDate} a ${args.endDate}`
334
- ,
335
- "dateSelected": (args)=>`${args.date} selezionata`
336
- ,
303
+ "dateRange": (args)=>`Da ${args.startDate} a ${args.endDate}`,
304
+ "dateSelected": (args)=>`${args.date} selezionata`,
337
305
  "finishRangeSelectionPrompt": `Fai clic per completare la selezione dell’intervallo di date`,
338
306
  "maximumDate": `Ultima data disponibile`,
339
307
  "minimumDate": `Prima data disponibile`,
340
308
  "next": `Successivo`,
341
309
  "previous": `Precedente`,
342
- "selectedDateDescription": (args)=>`Data selezionata: ${args.date}`
343
- ,
344
- "selectedRangeDescription": (args)=>`Intervallo selezionato: ${args.dateRange}`
345
- ,
310
+ "selectedDateDescription": (args)=>`Data selezionata: ${args.date}`,
311
+ "selectedRangeDescription": (args)=>`Intervallo selezionato: ${args.dateRange}`,
346
312
  "startRangeSelectionPrompt": `Fai clic per selezionare l’intervallo di date`,
347
- "todayDate": (args)=>`Oggi, ${args.date}`
348
- ,
313
+ "todayDate": (args)=>`Oggi, ${args.date}`,
349
314
  "todayDateSelected": (args)=>`Oggi, ${args.date} selezionata`
350
315
  };
351
316
 
352
317
 
353
318
  var $3528fd03237947e3$exports = {};
354
319
  $3528fd03237947e3$exports = {
355
- "dateRange": (args)=>`${args.startDate} から ${args.endDate}`
356
- ,
357
- "dateSelected": (args)=>`${args.date} を選択`
358
- ,
320
+ "dateRange": (args)=>`${args.startDate} から ${args.endDate}`,
321
+ "dateSelected": (args)=>`${args.date} を選択`,
359
322
  "finishRangeSelectionPrompt": `クリックして日付範囲の選択を終了`,
360
323
  "maximumDate": `最終利用可能日`,
361
324
  "minimumDate": `最初の利用可能日`,
362
325
  "next": `次へ`,
363
326
  "previous": `前へ`,
364
- "selectedDateDescription": (args)=>`選択した日付 : ${args.date}`
365
- ,
366
- "selectedRangeDescription": (args)=>`選択範囲 : ${args.dateRange}`
367
- ,
327
+ "selectedDateDescription": (args)=>`選択した日付 : ${args.date}`,
328
+ "selectedRangeDescription": (args)=>`選択範囲 : ${args.dateRange}`,
368
329
  "startRangeSelectionPrompt": `クリックして日付範囲の選択を開始`,
369
- "todayDate": (args)=>`本日、${args.date}`
370
- ,
330
+ "todayDate": (args)=>`本日、${args.date}`,
371
331
  "todayDateSelected": (args)=>`本日、${args.date} を選択`
372
332
  };
373
333
 
374
334
 
375
335
  var $398f3b7902d2708f$exports = {};
376
336
  $398f3b7902d2708f$exports = {
377
- "dateRange": (args)=>`${args.startDate} ~ ${args.endDate}`
378
- ,
379
- "dateSelected": (args)=>`${args.date} 선택됨`
380
- ,
337
+ "dateRange": (args)=>`${args.startDate} ~ ${args.endDate}`,
338
+ "dateSelected": (args)=>`${args.date} 선택됨`,
381
339
  "finishRangeSelectionPrompt": `날짜 범위 선택을 완료하려면 클릭하십시오.`,
382
340
  "maximumDate": `마지막으로 사용 가능한 일자`,
383
341
  "minimumDate": `처음으로 사용 가능한 일자`,
384
342
  "next": `다음`,
385
343
  "previous": `이전`,
386
- "selectedDateDescription": (args)=>`선택 일자: ${args.date}`
387
- ,
388
- "selectedRangeDescription": (args)=>`선택 범위: ${args.dateRange}`
389
- ,
344
+ "selectedDateDescription": (args)=>`선택 일자: ${args.date}`,
345
+ "selectedRangeDescription": (args)=>`선택 범위: ${args.dateRange}`,
390
346
  "startRangeSelectionPrompt": `날짜 범위 선택을 시작하려면 클릭하십시오.`,
391
- "todayDate": (args)=>`오늘, ${args.date}`
392
- ,
347
+ "todayDate": (args)=>`오늘, ${args.date}`,
393
348
  "todayDateSelected": (args)=>`오늘, ${args.date} 선택됨`
394
349
  };
395
350
 
396
351
 
397
352
  var $ebaae1c76687311e$exports = {};
398
353
  $ebaae1c76687311e$exports = {
399
- "dateRange": (args)=>`Nuo ${args.startDate} iki ${args.endDate}`
400
- ,
401
- "dateSelected": (args)=>`Pasirinkta ${args.date}`
402
- ,
354
+ "dateRange": (args)=>`Nuo ${args.startDate} iki ${args.endDate}`,
355
+ "dateSelected": (args)=>`Pasirinkta ${args.date}`,
403
356
  "finishRangeSelectionPrompt": `Spustelėkite, kad baigtumėte pasirinkti datų intervalą`,
404
357
  "maximumDate": `Paskutinė galima data`,
405
358
  "minimumDate": `Pirmoji galima data`,
406
359
  "next": `Paskesnis`,
407
360
  "previous": `Ankstesnis`,
408
- "selectedDateDescription": (args)=>`Pasirinkta data: ${args.date}`
409
- ,
410
- "selectedRangeDescription": (args)=>`Pasirinktas intervalas: ${args.dateRange}`
411
- ,
361
+ "selectedDateDescription": (args)=>`Pasirinkta data: ${args.date}`,
362
+ "selectedRangeDescription": (args)=>`Pasirinktas intervalas: ${args.dateRange}`,
412
363
  "startRangeSelectionPrompt": `Spustelėkite, kad pradėtumėte pasirinkti datų intervalą`,
413
- "todayDate": (args)=>`Šiandien, ${args.date}`
414
- ,
364
+ "todayDate": (args)=>`Šiandien, ${args.date}`,
415
365
  "todayDateSelected": (args)=>`Šiandien, pasirinkta ${args.date}`
416
366
  };
417
367
 
418
368
 
419
369
  var $3ecb31d6694563f6$exports = {};
420
370
  $3ecb31d6694563f6$exports = {
421
- "dateRange": (args)=>`No ${args.startDate} līdz ${args.endDate}`
422
- ,
423
- "dateSelected": (args)=>`Atlasīts: ${args.date}`
424
- ,
371
+ "dateRange": (args)=>`No ${args.startDate} līdz ${args.endDate}`,
372
+ "dateSelected": (args)=>`Atlasīts: ${args.date}`,
425
373
  "finishRangeSelectionPrompt": `Noklikšķiniet, lai pabeigtu datumu diapazona atlasi`,
426
374
  "maximumDate": `Pēdējais pieejamais datums`,
427
375
  "minimumDate": `Pirmais pieejamais datums`,
428
376
  "next": `Tālāk`,
429
377
  "previous": `Atpakaļ`,
430
- "selectedDateDescription": (args)=>`Atlasītais datums: ${args.date}`
431
- ,
432
- "selectedRangeDescription": (args)=>`Atlasītais diapazons: ${args.dateRange}`
433
- ,
378
+ "selectedDateDescription": (args)=>`Atlasītais datums: ${args.date}`,
379
+ "selectedRangeDescription": (args)=>`Atlasītais diapazons: ${args.dateRange}`,
434
380
  "startRangeSelectionPrompt": `Noklikšķiniet, lai sāktu datumu diapazona atlasi`,
435
- "todayDate": (args)=>`Šodien, ${args.date}`
436
- ,
381
+ "todayDate": (args)=>`Šodien, ${args.date}`,
437
382
  "todayDateSelected": (args)=>`Atlasīta šodiena, ${args.date}`
438
383
  };
439
384
 
440
385
 
441
386
  var $26dc2e2c103f178c$exports = {};
442
387
  $26dc2e2c103f178c$exports = {
443
- "dateRange": (args)=>`${args.startDate} til ${args.endDate}`
444
- ,
445
- "dateSelected": (args)=>`${args.date} valgt`
446
- ,
388
+ "dateRange": (args)=>`${args.startDate} til ${args.endDate}`,
389
+ "dateSelected": (args)=>`${args.date} valgt`,
447
390
  "finishRangeSelectionPrompt": `Klikk for å fullføre valg av datoområde`,
448
391
  "maximumDate": `Siste tilgjengelige dato`,
449
392
  "minimumDate": `Første tilgjengelige dato`,
450
393
  "next": `Neste`,
451
394
  "previous": `Forrige`,
452
- "selectedDateDescription": (args)=>`Valgt dato: ${args.date}`
453
- ,
454
- "selectedRangeDescription": (args)=>`Valgt område: ${args.dateRange}`
455
- ,
395
+ "selectedDateDescription": (args)=>`Valgt dato: ${args.date}`,
396
+ "selectedRangeDescription": (args)=>`Valgt område: ${args.dateRange}`,
456
397
  "startRangeSelectionPrompt": `Klikk for å starte valg av datoområde`,
457
- "todayDate": (args)=>`I dag, ${args.date}`
458
- ,
398
+ "todayDate": (args)=>`I dag, ${args.date}`,
459
399
  "todayDateSelected": (args)=>`I dag, ${args.date} valgt`
460
400
  };
461
401
 
462
402
 
463
403
  var $6bfd45b83a7d37dd$exports = {};
464
404
  $6bfd45b83a7d37dd$exports = {
465
- "dateRange": (args)=>`${args.startDate} tot ${args.endDate}`
466
- ,
467
- "dateSelected": (args)=>`${args.date} geselecteerd`
468
- ,
405
+ "dateRange": (args)=>`${args.startDate} tot ${args.endDate}`,
406
+ "dateSelected": (args)=>`${args.date} geselecteerd`,
469
407
  "finishRangeSelectionPrompt": `Klik om de selectie van het datumbereik te voltooien`,
470
408
  "maximumDate": `Laatste beschikbare datum`,
471
409
  "minimumDate": `Eerste beschikbare datum`,
472
410
  "next": `Volgende`,
473
411
  "previous": `Vorige`,
474
- "selectedDateDescription": (args)=>`Geselecteerde datum: ${args.date}`
475
- ,
476
- "selectedRangeDescription": (args)=>`Geselecteerd bereik: ${args.dateRange}`
477
- ,
412
+ "selectedDateDescription": (args)=>`Geselecteerde datum: ${args.date}`,
413
+ "selectedRangeDescription": (args)=>`Geselecteerd bereik: ${args.dateRange}`,
478
414
  "startRangeSelectionPrompt": `Klik om het datumbereik te selecteren`,
479
- "todayDate": (args)=>`Vandaag, ${args.date}`
480
- ,
415
+ "todayDate": (args)=>`Vandaag, ${args.date}`,
481
416
  "todayDateSelected": (args)=>`Vandaag, ${args.date} geselecteerd`
482
417
  };
483
418
 
484
419
 
485
420
  var $6f70d036cac4bd46$exports = {};
486
421
  $6f70d036cac4bd46$exports = {
487
- "dateRange": (args)=>`${args.startDate} do ${args.endDate}`
488
- ,
489
- "dateSelected": (args)=>`Wybrano ${args.date}`
490
- ,
422
+ "dateRange": (args)=>`${args.startDate} do ${args.endDate}`,
423
+ "dateSelected": (args)=>`Wybrano ${args.date}`,
491
424
  "finishRangeSelectionPrompt": `Kliknij, aby zakończyć wybór zakresu dat`,
492
425
  "maximumDate": `Ostatnia dostępna data`,
493
426
  "minimumDate": `Pierwsza dostępna data`,
494
427
  "next": `Dalej`,
495
428
  "previous": `Wstecz`,
496
- "selectedDateDescription": (args)=>`Wybrana data: ${args.date}`
497
- ,
498
- "selectedRangeDescription": (args)=>`Wybrany zakres: ${args.dateRange}`
499
- ,
429
+ "selectedDateDescription": (args)=>`Wybrana data: ${args.date}`,
430
+ "selectedRangeDescription": (args)=>`Wybrany zakres: ${args.dateRange}`,
500
431
  "startRangeSelectionPrompt": `Kliknij, aby rozpocząć wybór zakresu dat`,
501
- "todayDate": (args)=>`Dzisiaj, ${args.date}`
502
- ,
432
+ "todayDate": (args)=>`Dzisiaj, ${args.date}`,
503
433
  "todayDateSelected": (args)=>`Dzisiaj wybrano ${args.date}`
504
434
  };
505
435
 
506
436
 
507
437
  var $a227ce57c671783d$exports = {};
508
438
  $a227ce57c671783d$exports = {
509
- "dateRange": (args)=>`${args.startDate} a ${args.endDate}`
510
- ,
511
- "dateSelected": (args)=>`${args.date} selecionado`
512
- ,
439
+ "dateRange": (args)=>`${args.startDate} a ${args.endDate}`,
440
+ "dateSelected": (args)=>`${args.date} selecionado`,
513
441
  "finishRangeSelectionPrompt": `Clique para concluir a seleção do intervalo de datas`,
514
442
  "maximumDate": `Última data disponível`,
515
443
  "minimumDate": `Primeira data disponível`,
516
444
  "next": `Próximo`,
517
445
  "previous": `Anterior`,
518
- "selectedDateDescription": (args)=>`Data selecionada: ${args.date}`
519
- ,
520
- "selectedRangeDescription": (args)=>`Intervalo selecionado: ${args.dateRange}`
521
- ,
446
+ "selectedDateDescription": (args)=>`Data selecionada: ${args.date}`,
447
+ "selectedRangeDescription": (args)=>`Intervalo selecionado: ${args.dateRange}`,
522
448
  "startRangeSelectionPrompt": `Clique para iniciar a seleção do intervalo de datas`,
523
- "todayDate": (args)=>`Hoje, ${args.date}`
524
- ,
449
+ "todayDate": (args)=>`Hoje, ${args.date}`,
525
450
  "todayDateSelected": (args)=>`Hoje, ${args.date} selecionado`
526
451
  };
527
452
 
528
453
 
529
454
  var $97acad4758696d87$exports = {};
530
455
  $97acad4758696d87$exports = {
531
- "dateRange": (args)=>`${args.startDate} a ${args.endDate}`
532
- ,
533
- "dateSelected": (args)=>`${args.date} selecionado`
534
- ,
456
+ "dateRange": (args)=>`${args.startDate} a ${args.endDate}`,
457
+ "dateSelected": (args)=>`${args.date} selecionado`,
535
458
  "finishRangeSelectionPrompt": `Clique para terminar de selecionar o intervalo de datas`,
536
459
  "maximumDate": `Última data disponível`,
537
460
  "minimumDate": `Primeira data disponível`,
538
461
  "next": `Próximo`,
539
462
  "previous": `Anterior`,
540
- "selectedDateDescription": (args)=>`Data selecionada: ${args.date}`
541
- ,
542
- "selectedRangeDescription": (args)=>`Intervalo selecionado: ${args.dateRange}`
543
- ,
463
+ "selectedDateDescription": (args)=>`Data selecionada: ${args.date}`,
464
+ "selectedRangeDescription": (args)=>`Intervalo selecionado: ${args.dateRange}`,
544
465
  "startRangeSelectionPrompt": `Clique para começar a selecionar o intervalo de datas`,
545
- "todayDate": (args)=>`Hoje, ${args.date}`
546
- ,
466
+ "todayDate": (args)=>`Hoje, ${args.date}`,
547
467
  "todayDateSelected": (args)=>`Hoje, ${args.date} selecionado`
548
468
  };
549
469
 
550
470
 
551
471
  var $010069c7d7fbbea3$exports = {};
552
472
  $010069c7d7fbbea3$exports = {
553
- "dateRange": (args)=>`De la ${args.startDate} până la ${args.endDate}`
554
- ,
555
- "dateSelected": (args)=>`${args.date} selectată`
556
- ,
473
+ "dateRange": (args)=>`De la ${args.startDate} până la ${args.endDate}`,
474
+ "dateSelected": (args)=>`${args.date} selectată`,
557
475
  "finishRangeSelectionPrompt": `Apăsaţi pentru a finaliza selecţia razei pentru dată`,
558
476
  "maximumDate": `Ultima dată disponibilă`,
559
477
  "minimumDate": `Prima dată disponibilă`,
560
478
  "next": `Următorul`,
561
479
  "previous": `Înainte`,
562
- "selectedDateDescription": (args)=>`Dată selectată: ${args.date}`
563
- ,
564
- "selectedRangeDescription": (args)=>`Interval selectat: ${args.dateRange}`
565
- ,
480
+ "selectedDateDescription": (args)=>`Dată selectată: ${args.date}`,
481
+ "selectedRangeDescription": (args)=>`Interval selectat: ${args.dateRange}`,
566
482
  "startRangeSelectionPrompt": `Apăsaţi pentru a începe selecţia razei pentru dată`,
567
- "todayDate": (args)=>`Astăzi, ${args.date}`
568
- ,
483
+ "todayDate": (args)=>`Astăzi, ${args.date}`,
569
484
  "todayDateSelected": (args)=>`Azi, ${args.date} selectată`
570
485
  };
571
486
 
572
487
 
573
488
  var $0ba9c30c48c8d602$exports = {};
574
489
  $0ba9c30c48c8d602$exports = {
575
- "dateRange": (args)=>`С ${args.startDate} по ${args.endDate}`
576
- ,
577
- "dateSelected": (args)=>`Выбрано ${args.date}`
578
- ,
490
+ "dateRange": (args)=>`С ${args.startDate} по ${args.endDate}`,
491
+ "dateSelected": (args)=>`Выбрано ${args.date}`,
579
492
  "finishRangeSelectionPrompt": `Щелкните, чтобы завершить выбор диапазона дат`,
580
493
  "maximumDate": `Последняя доступная дата`,
581
494
  "minimumDate": `Первая доступная дата`,
582
495
  "next": `Далее`,
583
496
  "previous": `Назад`,
584
- "selectedDateDescription": (args)=>`Выбранная дата: ${args.date}`
585
- ,
586
- "selectedRangeDescription": (args)=>`Выбранный диапазон: ${args.dateRange}`
587
- ,
497
+ "selectedDateDescription": (args)=>`Выбранная дата: ${args.date}`,
498
+ "selectedRangeDescription": (args)=>`Выбранный диапазон: ${args.dateRange}`,
588
499
  "startRangeSelectionPrompt": `Щелкните, чтобы начать выбор диапазона дат`,
589
- "todayDate": (args)=>`Сегодня, ${args.date}`
590
- ,
500
+ "todayDate": (args)=>`Сегодня, ${args.date}`,
591
501
  "todayDateSelected": (args)=>`Сегодня, выбрано ${args.date}`
592
502
  };
593
503
 
594
504
 
595
505
  var $6873e95bd7af7559$exports = {};
596
506
  $6873e95bd7af7559$exports = {
597
- "dateRange": (args)=>`Od ${args.startDate} do ${args.endDate}`
598
- ,
599
- "dateSelected": (args)=>`Vybratý dátum ${args.date}`
600
- ,
507
+ "dateRange": (args)=>`Od ${args.startDate} do ${args.endDate}`,
508
+ "dateSelected": (args)=>`Vybratý dátum ${args.date}`,
601
509
  "finishRangeSelectionPrompt": `Kliknutím dokončíte výber rozsahu dátumov`,
602
510
  "maximumDate": `Posledný dostupný dátum`,
603
511
  "minimumDate": `Prvý dostupný dátum`,
604
512
  "next": `Nasledujúce`,
605
513
  "previous": `Predchádzajúce`,
606
- "selectedDateDescription": (args)=>`Vybratý dátum: ${args.date}`
607
- ,
608
- "selectedRangeDescription": (args)=>`Vybratý rozsah: ${args.dateRange}`
609
- ,
514
+ "selectedDateDescription": (args)=>`Vybratý dátum: ${args.date}`,
515
+ "selectedRangeDescription": (args)=>`Vybratý rozsah: ${args.dateRange}`,
610
516
  "startRangeSelectionPrompt": `Kliknutím spustíte výber rozsahu dátumov`,
611
- "todayDate": (args)=>`Dnes ${args.date}`
612
- ,
517
+ "todayDate": (args)=>`Dnes ${args.date}`,
613
518
  "todayDateSelected": (args)=>`Vybratý dnešný dátum ${args.date}`
614
519
  };
615
520
 
616
521
 
617
522
  var $ce3c7852583668e3$exports = {};
618
523
  $ce3c7852583668e3$exports = {
619
- "dateRange": (args)=>`${args.startDate} do ${args.endDate}`
620
- ,
621
- "dateSelected": (args)=>`${args.date} izbrano`
622
- ,
524
+ "dateRange": (args)=>`${args.startDate} do ${args.endDate}`,
525
+ "dateSelected": (args)=>`${args.date} izbrano`,
623
526
  "finishRangeSelectionPrompt": `Kliknite za dokončanje izbire datumskega obsega`,
624
527
  "maximumDate": `Zadnji razpoložljivi datum`,
625
528
  "minimumDate": `Prvi razpoložljivi datum`,
626
529
  "next": `Naprej`,
627
530
  "previous": `Nazaj`,
628
- "selectedDateDescription": (args)=>`Izbrani datum: ${args.date}`
629
- ,
630
- "selectedRangeDescription": (args)=>`Izbrano območje: ${args.dateRange}`
631
- ,
531
+ "selectedDateDescription": (args)=>`Izbrani datum: ${args.date}`,
532
+ "selectedRangeDescription": (args)=>`Izbrano območje: ${args.dateRange}`,
632
533
  "startRangeSelectionPrompt": `Kliknite za začetek izbire datumskega obsega`,
633
- "todayDate": (args)=>`Danes, ${args.date}`
634
- ,
534
+ "todayDate": (args)=>`Danes, ${args.date}`,
635
535
  "todayDateSelected": (args)=>`Danes, ${args.date} izbrano`
636
536
  };
637
537
 
638
538
 
639
539
  var $36cbdcce92af5213$exports = {};
640
540
  $36cbdcce92af5213$exports = {
641
- "dateRange": (args)=>`${args.startDate} do ${args.endDate}`
642
- ,
643
- "dateSelected": (args)=>`${args.date} izabran`
644
- ,
541
+ "dateRange": (args)=>`${args.startDate} do ${args.endDate}`,
542
+ "dateSelected": (args)=>`${args.date} izabran`,
645
543
  "finishRangeSelectionPrompt": `Kliknite da dovršite opseg izabranih datuma`,
646
544
  "maximumDate": `Zadnji raspoloživi datum`,
647
545
  "minimumDate": `Prvi raspoloživi datum`,
648
546
  "next": `Sledeći`,
649
547
  "previous": `Prethodni`,
650
- "selectedDateDescription": (args)=>`Izabrani datum: ${args.date}`
651
- ,
652
- "selectedRangeDescription": (args)=>`Izabrani period: ${args.dateRange}`
653
- ,
548
+ "selectedDateDescription": (args)=>`Izabrani datum: ${args.date}`,
549
+ "selectedRangeDescription": (args)=>`Izabrani period: ${args.dateRange}`,
654
550
  "startRangeSelectionPrompt": `Kliknite da započnete opseg izabranih datuma`,
655
- "todayDate": (args)=>`Danas, ${args.date}`
656
- ,
551
+ "todayDate": (args)=>`Danas, ${args.date}`,
657
552
  "todayDateSelected": (args)=>`Danas, izabran ${args.date}`
658
553
  };
659
554
 
660
555
 
661
556
  var $ce53fa032c8abdc9$exports = {};
662
557
  $ce53fa032c8abdc9$exports = {
663
- "dateRange": (args)=>`${args.startDate} till ${args.endDate}`
664
- ,
665
- "dateSelected": (args)=>`${args.date} har valts`
666
- ,
558
+ "dateRange": (args)=>`${args.startDate} till ${args.endDate}`,
559
+ "dateSelected": (args)=>`${args.date} har valts`,
667
560
  "finishRangeSelectionPrompt": `Klicka för att avsluta val av datumintervall`,
668
561
  "maximumDate": `Sista tillgängliga datum`,
669
562
  "minimumDate": `Första tillgängliga datum`,
670
563
  "next": `Nästa`,
671
564
  "previous": `Föregående`,
672
- "selectedDateDescription": (args)=>`Valt datum: ${args.date}`
673
- ,
674
- "selectedRangeDescription": (args)=>`Valt intervall: ${args.dateRange}`
675
- ,
565
+ "selectedDateDescription": (args)=>`Valt datum: ${args.date}`,
566
+ "selectedRangeDescription": (args)=>`Valt intervall: ${args.dateRange}`,
676
567
  "startRangeSelectionPrompt": `Klicka för att välja datumintervall`,
677
- "todayDate": (args)=>`Idag, ${args.date}`
678
- ,
568
+ "todayDate": (args)=>`Idag, ${args.date}`,
679
569
  "todayDateSelected": (args)=>`Idag, ${args.date} har valts`
680
570
  };
681
571
 
682
572
 
683
573
  var $358703e281d51beb$exports = {};
684
574
  $358703e281d51beb$exports = {
685
- "dateRange": (args)=>`${args.startDate} - ${args.endDate}`
686
- ,
687
- "dateSelected": (args)=>`${args.date} seçildi`
688
- ,
575
+ "dateRange": (args)=>`${args.startDate} - ${args.endDate}`,
576
+ "dateSelected": (args)=>`${args.date} seçildi`,
689
577
  "finishRangeSelectionPrompt": `Tarih aralığı seçimini tamamlamak için tıklayın`,
690
578
  "maximumDate": `Son müsait tarih`,
691
579
  "minimumDate": `İlk müsait tarih`,
692
580
  "next": `Sonraki`,
693
581
  "previous": `Önceki`,
694
- "selectedDateDescription": (args)=>`Seçilen Tarih: ${args.date}`
695
- ,
696
- "selectedRangeDescription": (args)=>`Seçilen Aralık: ${args.dateRange}`
697
- ,
582
+ "selectedDateDescription": (args)=>`Seçilen Tarih: ${args.date}`,
583
+ "selectedRangeDescription": (args)=>`Seçilen Aralık: ${args.dateRange}`,
698
584
  "startRangeSelectionPrompt": `Tarih aralığı seçimini başlatmak için tıklayın`,
699
- "todayDate": (args)=>`Bugün, ${args.date}`
700
- ,
585
+ "todayDate": (args)=>`Bugün, ${args.date}`,
701
586
  "todayDateSelected": (args)=>`Bugün, ${args.date} seçildi`
702
587
  };
703
588
 
704
589
 
705
590
  var $16bef71241a84fd2$exports = {};
706
591
  $16bef71241a84fd2$exports = {
707
- "dateRange": (args)=>`${args.startDate} — ${args.endDate}`
708
- ,
709
- "dateSelected": (args)=>`Вибрано ${args.date}`
710
- ,
592
+ "dateRange": (args)=>`${args.startDate} — ${args.endDate}`,
593
+ "dateSelected": (args)=>`Вибрано ${args.date}`,
711
594
  "finishRangeSelectionPrompt": `Натисніть, щоб завершити вибір діапазону дат`,
712
595
  "maximumDate": `Остання доступна дата`,
713
596
  "minimumDate": `Перша доступна дата`,
714
597
  "next": `Наступний`,
715
598
  "previous": `Попередній`,
716
- "selectedDateDescription": (args)=>`Вибрана дата: ${args.date}`
717
- ,
718
- "selectedRangeDescription": (args)=>`Вибраний діапазон: ${args.dateRange}`
719
- ,
599
+ "selectedDateDescription": (args)=>`Вибрана дата: ${args.date}`,
600
+ "selectedRangeDescription": (args)=>`Вибраний діапазон: ${args.dateRange}`,
720
601
  "startRangeSelectionPrompt": `Натисніть, щоб почати вибір діапазону дат`,
721
- "todayDate": (args)=>`Сьогодні, ${args.date}`
722
- ,
602
+ "todayDate": (args)=>`Сьогодні, ${args.date}`,
723
603
  "todayDateSelected": (args)=>`Сьогодні, вибрано ${args.date}`
724
604
  };
725
605
 
726
606
 
727
607
  var $c80940728ad8dc0d$exports = {};
728
608
  $c80940728ad8dc0d$exports = {
729
- "dateRange": (args)=>`${args.startDate} 至 ${args.endDate}`
730
- ,
731
- "dateSelected": (args)=>`已选定 ${args.date}`
732
- ,
609
+ "dateRange": (args)=>`${args.startDate} 至 ${args.endDate}`,
610
+ "dateSelected": (args)=>`已选定 ${args.date}`,
733
611
  "finishRangeSelectionPrompt": `单击以完成选择日期范围`,
734
612
  "maximumDate": `最后一个可用日期`,
735
613
  "minimumDate": `第一个可用日期`,
736
614
  "next": `下一页`,
737
615
  "previous": `上一页`,
738
- "selectedDateDescription": (args)=>`选定的日期:${args.date}`
739
- ,
740
- "selectedRangeDescription": (args)=>`选定的范围:${args.dateRange}`
741
- ,
616
+ "selectedDateDescription": (args)=>`选定的日期:${args.date}`,
617
+ "selectedRangeDescription": (args)=>`选定的范围:${args.dateRange}`,
742
618
  "startRangeSelectionPrompt": `单击以开始选择日期范围`,
743
- "todayDate": (args)=>`今天,即 ${args.date}`
744
- ,
619
+ "todayDate": (args)=>`今天,即 ${args.date}`,
745
620
  "todayDateSelected": (args)=>`已选定今天,即 ${args.date}`
746
621
  };
747
622
 
748
623
 
749
624
  var $ec192a5a83cfafeb$exports = {};
750
625
  $ec192a5a83cfafeb$exports = {
751
- "dateRange": (args)=>`${args.startDate} 至 ${args.endDate}`
752
- ,
753
- "dateSelected": (args)=>`已選取 ${args.date}`
754
- ,
626
+ "dateRange": (args)=>`${args.startDate} 至 ${args.endDate}`,
627
+ "dateSelected": (args)=>`已選取 ${args.date}`,
755
628
  "finishRangeSelectionPrompt": `按一下以完成選取日期範圍`,
756
629
  "maximumDate": `最後一個可用日期`,
757
630
  "minimumDate": `第一個可用日期`,
758
631
  "next": `下一頁`,
759
632
  "previous": `上一頁`,
760
- "selectedDateDescription": (args)=>`選定的日期:${args.date}`
761
- ,
762
- "selectedRangeDescription": (args)=>`選定的範圍:${args.dateRange}`
763
- ,
633
+ "selectedDateDescription": (args)=>`選定的日期:${args.date}`,
634
+ "selectedRangeDescription": (args)=>`選定的範圍:${args.dateRange}`,
764
635
  "startRangeSelectionPrompt": `按一下以開始選取日期範圍`,
765
- "todayDate": (args)=>`今天,${args.date}`
766
- ,
636
+ "todayDate": (args)=>`今天,${args.date}`,
767
637
  "todayDateSelected": (args)=>`已選取今天,${args.date}`
768
638
  };
769
639
 
@@ -810,41 +680,40 @@ $f87cd00fb2ba0f23$exports = {
810
680
 
811
681
  const $df1d8e967e73ec8e$export$653eddfc964b0f8a = new WeakMap();
812
682
  function $df1d8e967e73ec8e$export$134cbb7fb09a9522(date) {
813
- return (date === null || date === void 0 ? void 0 : date.calendar.identifier) === 'gregory' && date.era === 'BC' ? 'short' : undefined;
683
+ return (date === null || date === void 0 ? void 0 : date.calendar.identifier) === "gregory" && date.era === "BC" ? "short" : undefined;
814
684
  }
815
685
  function $df1d8e967e73ec8e$export$b6df97c887c38e1a(state) {
816
- let stringFormatter = $jzHdg$reactariai18n.useLocalizedStringFormatter((/*@__PURE__*/$parcel$interopDefault($f87cd00fb2ba0f23$exports)));
686
+ let stringFormatter = (0, $jzHdg$reactariai18n.useLocalizedStringFormatter)((0, (/*@__PURE__*/$parcel$interopDefault($f87cd00fb2ba0f23$exports))));
817
687
  let start, end;
818
- if ('highlightedRange' in state) ({ start: start , end: end } = state.highlightedRange || {
819
- });
688
+ if ("highlightedRange" in state) ({ start: start , end: end } = state.highlightedRange || {});
820
689
  else start = end = state.value;
821
- let dateFormatter = $jzHdg$reactariai18n.useDateFormatter({
822
- weekday: 'long',
823
- month: 'long',
824
- year: 'numeric',
825
- day: 'numeric',
690
+ let dateFormatter = (0, $jzHdg$reactariai18n.useDateFormatter)({
691
+ weekday: "long",
692
+ month: "long",
693
+ year: "numeric",
694
+ day: "numeric",
826
695
  era: $df1d8e967e73ec8e$export$134cbb7fb09a9522(start) || $df1d8e967e73ec8e$export$134cbb7fb09a9522(end),
827
696
  timeZone: state.timeZone
828
697
  });
829
- let anchorDate = 'anchorDate' in state ? state.anchorDate : null;
830
- return $jzHdg$react.useMemo(()=>{
698
+ let anchorDate = "anchorDate" in state ? state.anchorDate : null;
699
+ return (0, $jzHdg$react.useMemo)(()=>{
831
700
  // No message if currently selecting a range, or there is nothing highlighted.
832
701
  if (!anchorDate && start && end) {
833
702
  // Use a single date message if the start and end dates are the same day,
834
703
  // otherwise include both dates.
835
- if ($jzHdg$internationalizeddate.isSameDay(start, end)) {
704
+ if ((0, $jzHdg$internationalizeddate.isSameDay)(start, end)) {
836
705
  let date = dateFormatter.format(start.toDate(state.timeZone));
837
- return stringFormatter.format('selectedDateDescription', {
706
+ return stringFormatter.format("selectedDateDescription", {
838
707
  date: date
839
708
  });
840
709
  } else {
841
710
  let dateRange = $df1d8e967e73ec8e$var$formatRange(dateFormatter, stringFormatter, start, end, state.timeZone);
842
- return stringFormatter.format('selectedRangeDescription', {
711
+ return stringFormatter.format("selectedRangeDescription", {
843
712
  dateRange: dateRange
844
713
  });
845
714
  }
846
715
  }
847
- return '';
716
+ return "";
848
717
  }, [
849
718
  start,
850
719
  end,
@@ -855,29 +724,29 @@ function $df1d8e967e73ec8e$export$b6df97c887c38e1a(state) {
855
724
  ]);
856
725
  }
857
726
  function $df1d8e967e73ec8e$export$31afe65d91ef6e8(startDate, endDate, timeZone, isAria) {
858
- let stringFormatter = $jzHdg$reactariai18n.useLocalizedStringFormatter((/*@__PURE__*/$parcel$interopDefault($f87cd00fb2ba0f23$exports)));
727
+ let stringFormatter = (0, $jzHdg$reactariai18n.useLocalizedStringFormatter)((0, (/*@__PURE__*/$parcel$interopDefault($f87cd00fb2ba0f23$exports))));
859
728
  let era = $df1d8e967e73ec8e$export$134cbb7fb09a9522(startDate) || $df1d8e967e73ec8e$export$134cbb7fb09a9522(endDate);
860
- let monthFormatter = $jzHdg$reactariai18n.useDateFormatter({
861
- month: 'long',
862
- year: 'numeric',
729
+ let monthFormatter = (0, $jzHdg$reactariai18n.useDateFormatter)({
730
+ month: "long",
731
+ year: "numeric",
863
732
  era: era,
864
733
  calendar: startDate.calendar.identifier,
865
734
  timeZone: timeZone
866
735
  });
867
- let dateFormatter = $jzHdg$reactariai18n.useDateFormatter({
868
- month: 'long',
869
- year: 'numeric',
870
- day: 'numeric',
736
+ let dateFormatter = (0, $jzHdg$reactariai18n.useDateFormatter)({
737
+ month: "long",
738
+ year: "numeric",
739
+ day: "numeric",
871
740
  era: era,
872
741
  calendar: startDate.calendar.identifier,
873
742
  timeZone: timeZone
874
743
  });
875
- return $jzHdg$react.useMemo(()=>{
744
+ return (0, $jzHdg$react.useMemo)(()=>{
876
745
  // Special case for month granularity. Format as a single month if only a
877
746
  // single month is visible, otherwise format as a range of months.
878
- if ($jzHdg$internationalizeddate.isSameDay(startDate, $jzHdg$internationalizeddate.startOfMonth(startDate))) {
879
- if ($jzHdg$internationalizeddate.isSameDay(endDate, $jzHdg$internationalizeddate.endOfMonth(startDate))) return monthFormatter.format(startDate.toDate(timeZone));
880
- else if ($jzHdg$internationalizeddate.isSameDay(endDate, $jzHdg$internationalizeddate.endOfMonth(endDate))) return isAria ? $df1d8e967e73ec8e$var$formatRange(monthFormatter, stringFormatter, startDate, endDate, timeZone) : monthFormatter.formatRange(startDate.toDate(timeZone), endDate.toDate(timeZone));
747
+ if ((0, $jzHdg$internationalizeddate.isSameDay)(startDate, (0, $jzHdg$internationalizeddate.startOfMonth)(startDate))) {
748
+ if ((0, $jzHdg$internationalizeddate.isSameDay)(endDate, (0, $jzHdg$internationalizeddate.endOfMonth)(startDate))) return monthFormatter.format(startDate.toDate(timeZone));
749
+ else if ((0, $jzHdg$internationalizeddate.isSameDay)(endDate, (0, $jzHdg$internationalizeddate.endOfMonth)(endDate))) return isAria ? $df1d8e967e73ec8e$var$formatRange(monthFormatter, stringFormatter, startDate, endDate, timeZone) : monthFormatter.formatRange(startDate.toDate(timeZone), endDate.toDate(timeZone));
881
750
  }
882
751
  return isAria ? $df1d8e967e73ec8e$var$formatRange(dateFormatter, stringFormatter, startDate, endDate, timeZone) : dateFormatter.formatRange(startDate.toDate(timeZone), endDate.toDate(timeZone));
883
752
  }, [
@@ -897,17 +766,17 @@ function $df1d8e967e73ec8e$var$formatRange(dateFormatter, stringFormatter, start
897
766
  let separatorIndex = -1;
898
767
  for(let i = 0; i < parts.length; i++){
899
768
  let part = parts[i];
900
- if (part.source === 'shared' && part.type === 'literal') separatorIndex = i;
901
- else if (part.source === 'endRange') break;
769
+ if (part.source === "shared" && part.type === "literal") separatorIndex = i;
770
+ else if (part.source === "endRange") break;
902
771
  }
903
772
  // Now we can combine the parts into start and end strings.
904
- let startValue = '';
905
- let endValue = '';
773
+ let startValue = "";
774
+ let endValue = "";
906
775
  for(let i1 = 0; i1 < parts.length; i1++){
907
776
  if (i1 < separatorIndex) startValue += parts[i1].value;
908
777
  else if (i1 > separatorIndex) endValue += parts[i1].value;
909
778
  }
910
- return stringFormatter.format('dateRange', {
779
+ return stringFormatter.format("dateRange", {
911
780
  startDate: startValue,
912
781
  endDate: endValue
913
782
  });
@@ -918,78 +787,74 @@ function $df1d8e967e73ec8e$var$formatRange(dateFormatter, stringFormatter, start
918
787
 
919
788
 
920
789
  function $02ef492a56b91cb2$export$d652b3ea2d672d5b(props, state) {
921
- let stringFormatter = $jzHdg$reactariai18n.useLocalizedStringFormatter((/*@__PURE__*/$parcel$interopDefault($f87cd00fb2ba0f23$exports)));
922
- let domProps = $jzHdg$reactariautils.filterDOMProps(props);
923
- let title = $df1d8e967e73ec8e$export$31afe65d91ef6e8(state.visibleRange.start, state.visibleRange.end, state.timeZone, false);
924
- let visibleRangeDescription = $df1d8e967e73ec8e$export$31afe65d91ef6e8(state.visibleRange.start, state.visibleRange.end, state.timeZone, true);
790
+ let stringFormatter = (0, $jzHdg$reactariai18n.useLocalizedStringFormatter)((0, (/*@__PURE__*/$parcel$interopDefault($f87cd00fb2ba0f23$exports))));
791
+ let domProps = (0, $jzHdg$reactariautils.filterDOMProps)(props);
792
+ let title = (0, $df1d8e967e73ec8e$export$31afe65d91ef6e8)(state.visibleRange.start, state.visibleRange.end, state.timeZone, false);
793
+ let visibleRangeDescription = (0, $df1d8e967e73ec8e$export$31afe65d91ef6e8)(state.visibleRange.start, state.visibleRange.end, state.timeZone, true);
925
794
  // Announce when the visible date range changes
926
- $jzHdg$reactariautils.useUpdateEffect(()=>{
795
+ (0, $jzHdg$reactariautils.useUpdateEffect)(()=>{
927
796
  // only when pressing the Previous or Next button
928
- if (!state.isFocused) $jzHdg$reactarialiveannouncer.announce(visibleRangeDescription);
797
+ if (!state.isFocused) (0, $jzHdg$reactarialiveannouncer.announce)(visibleRangeDescription);
929
798
  }, [
930
799
  visibleRangeDescription
931
800
  ]);
932
801
  // Announce when the selected value changes
933
- let selectedDateDescription = $df1d8e967e73ec8e$export$b6df97c887c38e1a(state);
934
- $jzHdg$reactariautils.useUpdateEffect(()=>{
935
- if (selectedDateDescription) $jzHdg$reactarialiveannouncer.announce(selectedDateDescription, 'polite', 4000);
802
+ let selectedDateDescription = (0, $df1d8e967e73ec8e$export$b6df97c887c38e1a)(state);
803
+ (0, $jzHdg$reactariautils.useUpdateEffect)(()=>{
804
+ if (selectedDateDescription) (0, $jzHdg$reactarialiveannouncer.announce)(selectedDateDescription, "polite", 4000);
936
805
  // handle an update to the caption that describes the currently selected range, to announce the new value
937
806
  }, [
938
807
  selectedDateDescription
939
808
  ]);
940
- let errorMessageId = $jzHdg$reactariautils.useSlotId([
809
+ let errorMessageId = (0, $jzHdg$reactariautils.useSlotId)([
941
810
  Boolean(props.errorMessage),
942
811
  props.validationState
943
812
  ]);
944
813
  // Pass the label to the child grid elements.
945
- $df1d8e967e73ec8e$export$653eddfc964b0f8a.set(state, {
946
- ariaLabel: props['aria-label'],
947
- ariaLabelledBy: props['aria-labelledby'],
814
+ (0, $df1d8e967e73ec8e$export$653eddfc964b0f8a).set(state, {
815
+ ariaLabel: props["aria-label"],
816
+ ariaLabelledBy: props["aria-labelledby"],
948
817
  errorMessageId: errorMessageId,
949
818
  selectedDateDescription: selectedDateDescription
950
819
  });
951
820
  // If the next or previous buttons become disabled while they are focused, move focus to the calendar body.
952
- let nextFocused = $jzHdg$react.useRef(false);
821
+ let nextFocused = (0, $jzHdg$react.useRef)(false);
953
822
  let nextDisabled = props.isDisabled || state.isNextVisibleRangeInvalid();
954
823
  if (nextDisabled && nextFocused.current) {
955
824
  nextFocused.current = false;
956
825
  state.setFocused(true);
957
826
  }
958
- let previousFocused = $jzHdg$react.useRef(false);
827
+ let previousFocused = (0, $jzHdg$react.useRef)(false);
959
828
  let previousDisabled = props.isDisabled || state.isPreviousVisibleRangeInvalid();
960
829
  if (previousDisabled && previousFocused.current) {
961
830
  previousFocused.current = false;
962
831
  state.setFocused(true);
963
832
  }
964
- let labelProps = $jzHdg$reactariautils.useLabels({
965
- id: props['id'],
966
- 'aria-label': [
967
- props['aria-label'],
833
+ let labelProps = (0, $jzHdg$reactariautils.useLabels)({
834
+ id: props["id"],
835
+ "aria-label": [
836
+ props["aria-label"],
968
837
  visibleRangeDescription
969
- ].filter(Boolean).join(', '),
970
- 'aria-labelledby': props['aria-labelledby']
838
+ ].filter(Boolean).join(", "),
839
+ "aria-labelledby": props["aria-labelledby"]
971
840
  });
972
841
  return {
973
- calendarProps: $jzHdg$reactariautils.mergeProps(domProps, labelProps, {
974
- role: 'group',
975
- 'aria-describedby': props['aria-describedby'] || undefined
842
+ calendarProps: (0, $jzHdg$reactariautils.mergeProps)(domProps, labelProps, {
843
+ role: "group",
844
+ "aria-describedby": props["aria-describedby"] || undefined
976
845
  }),
977
846
  nextButtonProps: {
978
- onPress: ()=>state.focusNextPage()
979
- ,
980
- 'aria-label': stringFormatter.format('next'),
847
+ onPress: ()=>state.focusNextPage(),
848
+ "aria-label": stringFormatter.format("next"),
981
849
  isDisabled: nextDisabled,
982
- onFocus: ()=>nextFocused.current = true
983
- ,
850
+ onFocus: ()=>nextFocused.current = true,
984
851
  onBlur: ()=>nextFocused.current = false
985
852
  },
986
853
  prevButtonProps: {
987
- onPress: ()=>state.focusPreviousPage()
988
- ,
989
- 'aria-label': stringFormatter.format('previous'),
854
+ onPress: ()=>state.focusPreviousPage(),
855
+ "aria-label": stringFormatter.format("previous"),
990
856
  isDisabled: previousDisabled,
991
- onFocus: ()=>previousFocused.current = true
992
- ,
857
+ onFocus: ()=>previousFocused.current = true,
993
858
  onBlur: ()=>previousFocused.current = false
994
859
  },
995
860
  errorMessageProps: {
@@ -1001,24 +866,34 @@ function $02ef492a56b91cb2$export$d652b3ea2d672d5b(props, state) {
1001
866
 
1002
867
 
1003
868
  function $20e845123e697a89$export$3ee915f8151bd4f1(props, state) {
1004
- return $02ef492a56b91cb2$export$d652b3ea2d672d5b(props, state);
869
+ return (0, $02ef492a56b91cb2$export$d652b3ea2d672d5b)(props, state);
1005
870
  }
1006
871
 
1007
872
 
1008
-
873
+ /*
874
+ * Copyright 2020 Adobe. All rights reserved.
875
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
876
+ * you may not use this file except in compliance with the License. You may obtain a copy
877
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
878
+ *
879
+ * Unless required by applicable law or agreed to in writing, software distributed under
880
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
881
+ * OF ANY KIND, either express or implied. See the License for the specific language
882
+ * governing permissions and limitations under the License.
883
+ */
1009
884
 
1010
885
 
1011
886
  function $c49ada48cbc48220$export$87e0539f600c24e5(props, state, ref) {
1012
- let res = $02ef492a56b91cb2$export$d652b3ea2d672d5b(props, state);
887
+ let res = (0, $02ef492a56b91cb2$export$d652b3ea2d672d5b)(props, state);
1013
888
  // We need to ignore virtual pointer events from VoiceOver due to these bugs.
1014
889
  // https://bugs.webkit.org/show_bug.cgi?id=222627
1015
890
  // https://bugs.webkit.org/show_bug.cgi?id=223202
1016
891
  // usePress also does this and waits for the following click event before firing.
1017
892
  // We need to match that here otherwise this will fire before the press event in
1018
893
  // useCalendarCell, causing range selection to not work properly.
1019
- let isVirtualClick = $jzHdg$react.useRef(false);
1020
- let windowRef = $jzHdg$react.useRef(typeof window !== 'undefined' ? window : null);
1021
- $jzHdg$reactariautils.useEvent(windowRef, 'pointerdown', (e)=>{
894
+ let isVirtualClick = (0, $jzHdg$react.useRef)(false);
895
+ let windowRef = (0, $jzHdg$react.useRef)(typeof window !== "undefined" ? window : null);
896
+ (0, $jzHdg$reactariautils.useEvent)(windowRef, "pointerdown", (e)=>{
1022
897
  isVirtualClick.current = e.width === 0 && e.height === 0;
1023
898
  });
1024
899
  // Stop range selection when pressing or releasing a pointer outside the calendar body,
@@ -1034,14 +909,14 @@ function $c49ada48cbc48220$export$87e0539f600c24e5(props, state, ref) {
1034
909
  let body = document.getElementById(res.calendarProps.id);
1035
910
  if (body && body.contains(document.activeElement) && (!body.contains(target) || !target.closest('button, [role="button"]'))) state.selectFocusedDate();
1036
911
  };
1037
- $jzHdg$reactariautils.useEvent(windowRef, 'pointerup', endDragging);
1038
- $jzHdg$reactariautils.useEvent(windowRef, 'pointercancel', endDragging);
912
+ (0, $jzHdg$reactariautils.useEvent)(windowRef, "pointerup", endDragging);
913
+ (0, $jzHdg$reactariautils.useEvent)(windowRef, "pointercancel", endDragging);
1039
914
  // Also stop range selection on blur, e.g. tabbing away from the calendar.
1040
915
  res.calendarProps.onBlur = (e)=>{
1041
916
  if ((!e.relatedTarget || !ref.current.contains(e.relatedTarget)) && state.anchorDate) state.selectFocusedDate();
1042
917
  };
1043
918
  // Prevent touch scrolling while dragging
1044
- $jzHdg$reactariautils.useEvent(ref, 'touchmove', (e)=>{
919
+ (0, $jzHdg$reactariautils.useEvent)(ref, "touchmove", (e)=>{
1045
920
  if (state.isDragging) e.preventDefault();
1046
921
  }, {
1047
922
  passive: false,
@@ -1051,88 +926,98 @@ function $c49ada48cbc48220$export$87e0539f600c24e5(props, state, ref) {
1051
926
  }
1052
927
 
1053
928
 
1054
-
929
+ /*
930
+ * Copyright 2020 Adobe. All rights reserved.
931
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
932
+ * you may not use this file except in compliance with the License. You may obtain a copy
933
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
934
+ *
935
+ * Unless required by applicable law or agreed to in writing, software distributed under
936
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
937
+ * OF ANY KIND, either express or implied. See the License for the specific language
938
+ * governing permissions and limitations under the License.
939
+ */
1055
940
 
1056
941
 
1057
942
 
1058
943
 
1059
944
  function $a07388a797d86b95$export$cb95147730a423f5(props, state) {
1060
945
  let { startDate: startDate = state.visibleRange.start , endDate: endDate = state.visibleRange.end } = props;
1061
- let { direction: direction } = $jzHdg$reactariai18n.useLocale();
946
+ let { direction: direction } = (0, $jzHdg$reactariai18n.useLocale)();
1062
947
  let onKeyDown = (e)=>{
1063
948
  switch(e.key){
1064
- case 'Enter':
1065
- case ' ':
949
+ case "Enter":
950
+ case " ":
1066
951
  e.preventDefault();
1067
952
  state.selectFocusedDate();
1068
953
  break;
1069
- case 'PageUp':
954
+ case "PageUp":
1070
955
  e.preventDefault();
1071
956
  e.stopPropagation();
1072
957
  state.focusPreviousSection(e.shiftKey);
1073
958
  break;
1074
- case 'PageDown':
959
+ case "PageDown":
1075
960
  e.preventDefault();
1076
961
  e.stopPropagation();
1077
962
  state.focusNextSection(e.shiftKey);
1078
963
  break;
1079
- case 'End':
964
+ case "End":
1080
965
  e.preventDefault();
1081
966
  e.stopPropagation();
1082
967
  state.focusSectionEnd();
1083
968
  break;
1084
- case 'Home':
969
+ case "Home":
1085
970
  e.preventDefault();
1086
971
  e.stopPropagation();
1087
972
  state.focusSectionStart();
1088
973
  break;
1089
- case 'ArrowLeft':
974
+ case "ArrowLeft":
1090
975
  e.preventDefault();
1091
976
  e.stopPropagation();
1092
- if (direction === 'rtl') state.focusNextDay();
977
+ if (direction === "rtl") state.focusNextDay();
1093
978
  else state.focusPreviousDay();
1094
979
  break;
1095
- case 'ArrowUp':
980
+ case "ArrowUp":
1096
981
  e.preventDefault();
1097
982
  e.stopPropagation();
1098
983
  state.focusPreviousRow();
1099
984
  break;
1100
- case 'ArrowRight':
985
+ case "ArrowRight":
1101
986
  e.preventDefault();
1102
987
  e.stopPropagation();
1103
- if (direction === 'rtl') state.focusPreviousDay();
988
+ if (direction === "rtl") state.focusPreviousDay();
1104
989
  else state.focusNextDay();
1105
990
  break;
1106
- case 'ArrowDown':
991
+ case "ArrowDown":
1107
992
  e.preventDefault();
1108
993
  e.stopPropagation();
1109
994
  state.focusNextRow();
1110
995
  break;
1111
- case 'Escape':
996
+ case "Escape":
1112
997
  // Cancel the selection.
1113
- if ('setAnchorDate' in state) {
998
+ if ("setAnchorDate" in state) {
1114
999
  e.preventDefault();
1115
1000
  state.setAnchorDate(null);
1116
1001
  }
1117
1002
  break;
1118
1003
  }
1119
1004
  };
1120
- let visibleRangeDescription = $df1d8e967e73ec8e$export$31afe65d91ef6e8(startDate, endDate, state.timeZone, true);
1121
- let { ariaLabel: ariaLabel , ariaLabelledBy: ariaLabelledBy } = $df1d8e967e73ec8e$export$653eddfc964b0f8a.get(state);
1122
- let labelProps = $jzHdg$reactariautils.useLabels({
1123
- 'aria-label': [
1005
+ let visibleRangeDescription = (0, $df1d8e967e73ec8e$export$31afe65d91ef6e8)(startDate, endDate, state.timeZone, true);
1006
+ let { ariaLabel: ariaLabel , ariaLabelledBy: ariaLabelledBy } = (0, $df1d8e967e73ec8e$export$653eddfc964b0f8a).get(state);
1007
+ let labelProps = (0, $jzHdg$reactariautils.useLabels)({
1008
+ "aria-label": [
1124
1009
  ariaLabel,
1125
1010
  visibleRangeDescription
1126
- ].filter(Boolean).join(', '),
1127
- 'aria-labelledby': ariaLabelledBy
1011
+ ].filter(Boolean).join(", "),
1012
+ "aria-labelledby": ariaLabelledBy
1128
1013
  });
1129
- let dayFormatter = $jzHdg$reactariai18n.useDateFormatter({
1130
- weekday: 'narrow',
1014
+ let dayFormatter = (0, $jzHdg$reactariai18n.useDateFormatter)({
1015
+ weekday: "narrow",
1131
1016
  timeZone: state.timeZone
1132
1017
  });
1133
- let { locale: locale } = $jzHdg$reactariai18n.useLocale();
1134
- let weekDays = $jzHdg$react.useMemo(()=>{
1135
- let weekStart = $jzHdg$internationalizeddate.startOfWeek($jzHdg$internationalizeddate.today(state.timeZone), locale);
1018
+ let { locale: locale } = (0, $jzHdg$reactariai18n.useLocale)();
1019
+ let weekDays = (0, $jzHdg$react.useMemo)(()=>{
1020
+ let weekStart = (0, $jzHdg$internationalizeddate.startOfWeek)((0, $jzHdg$internationalizeddate.today)(state.timeZone), locale);
1136
1021
  return [
1137
1022
  ...new Array(7).keys()
1138
1023
  ].map((index)=>{
@@ -1148,27 +1033,36 @@ function $a07388a797d86b95$export$cb95147730a423f5(props, state) {
1148
1033
  dayFormatter
1149
1034
  ]);
1150
1035
  return {
1151
- gridProps: $jzHdg$reactariautils.mergeProps(labelProps, {
1152
- role: 'grid',
1153
- 'aria-readonly': state.isReadOnly || null,
1154
- 'aria-disabled': state.isDisabled || null,
1155
- 'aria-multiselectable': 'highlightedRange' in state || undefined,
1036
+ gridProps: (0, $jzHdg$reactariautils.mergeProps)(labelProps, {
1037
+ role: "grid",
1038
+ "aria-readonly": state.isReadOnly || null,
1039
+ "aria-disabled": state.isDisabled || null,
1040
+ "aria-multiselectable": "highlightedRange" in state || undefined,
1156
1041
  onKeyDown: onKeyDown,
1157
- onFocus: ()=>state.setFocused(true)
1158
- ,
1042
+ onFocus: ()=>state.setFocused(true),
1159
1043
  onBlur: ()=>state.setFocused(false)
1160
1044
  }),
1161
1045
  headerProps: {
1162
1046
  // Column headers are hidden to screen readers to make navigating with a touch screen reader easier.
1163
1047
  // The day names are already included in the label of each cell, so there's no need to announce them twice.
1164
- 'aria-hidden': true
1048
+ "aria-hidden": true
1165
1049
  },
1166
1050
  weekDays: weekDays
1167
1051
  };
1168
1052
  }
1169
1053
 
1170
1054
 
1171
-
1055
+ /*
1056
+ * Copyright 2020 Adobe. All rights reserved.
1057
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
1058
+ * you may not use this file except in compliance with the License. You may obtain a copy
1059
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
1060
+ *
1061
+ * Unless required by applicable law or agreed to in writing, software distributed under
1062
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
1063
+ * OF ANY KIND, either express or implied. See the License for the specific language
1064
+ * governing permissions and limitations under the License.
1065
+ */
1172
1066
 
1173
1067
 
1174
1068
 
@@ -1178,14 +1072,14 @@ function $a07388a797d86b95$export$cb95147730a423f5(props, state) {
1178
1072
 
1179
1073
  function $4d833327a32c9193$export$136073280381448e(props, state, ref) {
1180
1074
  let { date: date , isDisabled: isDisabled } = props;
1181
- let { errorMessageId: errorMessageId , selectedDateDescription: selectedDateDescription } = $df1d8e967e73ec8e$export$653eddfc964b0f8a.get(state);
1182
- let stringFormatter = $jzHdg$reactariai18n.useLocalizedStringFormatter((/*@__PURE__*/$parcel$interopDefault($f87cd00fb2ba0f23$exports)));
1183
- let dateFormatter = $jzHdg$reactariai18n.useDateFormatter({
1184
- weekday: 'long',
1185
- day: 'numeric',
1186
- month: 'long',
1187
- year: 'numeric',
1188
- era: $df1d8e967e73ec8e$export$134cbb7fb09a9522(date),
1075
+ let { errorMessageId: errorMessageId , selectedDateDescription: selectedDateDescription } = (0, $df1d8e967e73ec8e$export$653eddfc964b0f8a).get(state);
1076
+ let stringFormatter = (0, $jzHdg$reactariai18n.useLocalizedStringFormatter)((0, (/*@__PURE__*/$parcel$interopDefault($f87cd00fb2ba0f23$exports))));
1077
+ let dateFormatter = (0, $jzHdg$reactariai18n.useDateFormatter)({
1078
+ weekday: "long",
1079
+ day: "numeric",
1080
+ month: "long",
1081
+ year: "numeric",
1082
+ era: (0, $df1d8e967e73ec8e$export$134cbb7fb09a9522)(date),
1189
1083
  timeZone: state.timeZone
1190
1084
  });
1191
1085
  let isSelected = state.isSelected(date);
@@ -1193,36 +1087,35 @@ function $4d833327a32c9193$export$136073280381448e(props, state, ref) {
1193
1087
  isDisabled = isDisabled || state.isCellDisabled(date);
1194
1088
  let isUnavailable = state.isCellUnavailable(date);
1195
1089
  let isSelectable = !isDisabled && !isUnavailable;
1196
- let isInvalid = state.validationState === 'invalid' && ('highlightedRange' in state ? !state.anchorDate && state.highlightedRange && date.compare(state.highlightedRange.start) >= 0 && date.compare(state.highlightedRange.end) <= 0 : state.value && $jzHdg$internationalizeddate.isSameDay(state.value, date));
1090
+ let isInvalid = state.validationState === "invalid" && ("highlightedRange" in state ? !state.anchorDate && state.highlightedRange && date.compare(state.highlightedRange.start) >= 0 && date.compare(state.highlightedRange.end) <= 0 : state.value && (0, $jzHdg$internationalizeddate.isSameDay)(state.value, date));
1197
1091
  if (isInvalid) isSelected = true;
1198
1092
  // For performance, reuse the same date object as before if the new date prop is the same.
1199
1093
  // This allows subsequent useMemo results to be reused.
1200
- let lastDate = $jzHdg$react.useRef(null);
1201
- if (lastDate.current && $jzHdg$internationalizeddate.isEqualDay(date, lastDate.current)) date = lastDate.current;
1094
+ let lastDate = (0, $jzHdg$react.useRef)(null);
1095
+ if (lastDate.current && (0, $jzHdg$internationalizeddate.isEqualDay)(date, lastDate.current)) date = lastDate.current;
1202
1096
  lastDate.current = date;
1203
- let nativeDate = $jzHdg$react.useMemo(()=>date.toDate(state.timeZone)
1204
- , [
1097
+ let nativeDate = (0, $jzHdg$react.useMemo)(()=>date.toDate(state.timeZone), [
1205
1098
  date,
1206
1099
  state.timeZone
1207
1100
  ]);
1208
1101
  // aria-label should be localize Day of week, Month, Day and Year without Time.
1209
- let isDateToday = $jzHdg$internationalizeddate.isToday(date, state.timeZone);
1210
- let label1 = $jzHdg$react.useMemo(()=>{
1211
- let label = '';
1102
+ let isDateToday = (0, $jzHdg$internationalizeddate.isToday)(date, state.timeZone);
1103
+ let label = (0, $jzHdg$react.useMemo)(()=>{
1104
+ let label = "";
1212
1105
  // If this is a range calendar, add a description of the full selected range
1213
1106
  // to the first and last selected date.
1214
- if ('highlightedRange' in state && state.value && !state.anchorDate && ($jzHdg$internationalizeddate.isSameDay(date, state.value.start) || $jzHdg$internationalizeddate.isSameDay(date, state.value.end))) label = selectedDateDescription + ', ';
1107
+ if ("highlightedRange" in state && state.value && !state.anchorDate && ((0, $jzHdg$internationalizeddate.isSameDay)(date, state.value.start) || (0, $jzHdg$internationalizeddate.isSameDay)(date, state.value.end))) label = selectedDateDescription + ", ";
1215
1108
  label += dateFormatter.format(nativeDate);
1216
1109
  if (isDateToday) // If date is today, set appropriate string depending on selected state:
1217
- label = stringFormatter.format(isSelected ? 'todayDateSelected' : 'todayDate', {
1110
+ label = stringFormatter.format(isSelected ? "todayDateSelected" : "todayDate", {
1218
1111
  date: label
1219
1112
  });
1220
1113
  else if (isSelected) // If date is selected but not today:
1221
- label = stringFormatter.format('dateSelected', {
1114
+ label = stringFormatter.format("dateSelected", {
1222
1115
  date: label
1223
1116
  });
1224
- if (state.minValue && $jzHdg$internationalizeddate.isSameDay(date, state.minValue)) label += ', ' + stringFormatter.format('minimumDate');
1225
- else if (state.maxValue && $jzHdg$internationalizeddate.isSameDay(date, state.maxValue)) label += ', ' + stringFormatter.format('maximumDate');
1117
+ if (state.minValue && (0, $jzHdg$internationalizeddate.isSameDay)(date, state.minValue)) label += ", " + stringFormatter.format("minimumDate");
1118
+ else if (state.maxValue && (0, $jzHdg$internationalizeddate.isSameDay)(date, state.maxValue)) label += ", " + stringFormatter.format("maximumDate");
1226
1119
  return label;
1227
1120
  }, [
1228
1121
  dateFormatter,
@@ -1236,20 +1129,20 @@ function $4d833327a32c9193$export$136073280381448e(props, state, ref) {
1236
1129
  ]);
1237
1130
  // When a cell is focused and this is a range calendar, add a prompt to help
1238
1131
  // screenreader users know that they are in a range selection mode.
1239
- let rangeSelectionPrompt = '';
1240
- if ('anchorDate' in state && isFocused && !state.isReadOnly && isSelectable) {
1132
+ let rangeSelectionPrompt = "";
1133
+ if ("anchorDate" in state && isFocused && !state.isReadOnly && isSelectable) {
1241
1134
  // If selection has started add "click to finish selecting range"
1242
- if (state.anchorDate) rangeSelectionPrompt = stringFormatter.format('finishRangeSelectionPrompt');
1243
- else rangeSelectionPrompt = stringFormatter.format('startRangeSelectionPrompt');
1135
+ if (state.anchorDate) rangeSelectionPrompt = stringFormatter.format("finishRangeSelectionPrompt");
1136
+ else rangeSelectionPrompt = stringFormatter.format("startRangeSelectionPrompt");
1244
1137
  }
1245
- let descriptionProps = $jzHdg$reactariautils.useDescription(rangeSelectionPrompt);
1246
- let isAnchorPressed = $jzHdg$react.useRef(false);
1247
- let isRangeBoundaryPressed = $jzHdg$react.useRef(false);
1248
- let touchDragTimerRef = $jzHdg$react.useRef(null);
1249
- let { pressProps: pressProps , isPressed: isPressed } = $jzHdg$reactariainteractions.usePress({
1138
+ let descriptionProps = (0, $jzHdg$reactariautils.useDescription)(rangeSelectionPrompt);
1139
+ let isAnchorPressed = (0, $jzHdg$react.useRef)(false);
1140
+ let isRangeBoundaryPressed = (0, $jzHdg$react.useRef)(false);
1141
+ let touchDragTimerRef = (0, $jzHdg$react.useRef)(null);
1142
+ let { pressProps: pressProps , isPressed: isPressed } = (0, $jzHdg$reactariainteractions.usePress)({
1250
1143
  // When dragging to select a range, we don't want dragging over the original anchor
1251
1144
  // again to trigger onPressStart. Cancel presses immediately when the pointer exits.
1252
- shouldCancelOnPointerExit: 'anchorDate' in state && !!state.anchorDate,
1145
+ shouldCancelOnPointerExit: "anchorDate" in state && !!state.anchorDate,
1253
1146
  preventFocusOnPress: true,
1254
1147
  isDisabled: !isSelectable,
1255
1148
  onPressStart (e) {
@@ -1257,19 +1150,19 @@ function $4d833327a32c9193$export$136073280381448e(props, state, ref) {
1257
1150
  state.setFocusedDate(date);
1258
1151
  return;
1259
1152
  }
1260
- if ('highlightedRange' in state && !state.anchorDate && (e.pointerType === 'mouse' || e.pointerType === 'touch')) {
1153
+ if ("highlightedRange" in state && !state.anchorDate && (e.pointerType === "mouse" || e.pointerType === "touch")) {
1261
1154
  // Allow dragging the start or end date of a range to modify it
1262
1155
  // rather than starting a new selection.
1263
1156
  // Don't allow dragging when invalid, or weird jumping behavior may occur as date ranges
1264
1157
  // are constrained to available dates. The user will need to select a new range in this case.
1265
1158
  if (state.highlightedRange && !isInvalid) {
1266
- if ($jzHdg$internationalizeddate.isSameDay(date, state.highlightedRange.start)) {
1159
+ if ((0, $jzHdg$internationalizeddate.isSameDay)(date, state.highlightedRange.start)) {
1267
1160
  state.setAnchorDate(state.highlightedRange.end);
1268
1161
  state.setFocusedDate(date);
1269
1162
  state.setDragging(true);
1270
1163
  isRangeBoundaryPressed.current = true;
1271
1164
  return;
1272
- } else if ($jzHdg$internationalizeddate.isSameDay(date, state.highlightedRange.end)) {
1165
+ } else if ((0, $jzHdg$internationalizeddate.isSameDay)(date, state.highlightedRange.end)) {
1273
1166
  state.setAnchorDate(state.highlightedRange.start);
1274
1167
  state.setFocusedDate(date);
1275
1168
  state.setDragging(true);
@@ -1286,7 +1179,7 @@ function $4d833327a32c9193$export$136073280381448e(props, state, ref) {
1286
1179
  };
1287
1180
  // Start selection on mouse/touch down so users can drag to select a range.
1288
1181
  // On touch, delay dragging to determine if the user really meant to scroll.
1289
- if (e.pointerType === 'touch') touchDragTimerRef.current = setTimeout(startDragging, 200);
1182
+ if (e.pointerType === "touch") touchDragTimerRef.current = setTimeout(startDragging, 200);
1290
1183
  else startDragging();
1291
1184
  }
1292
1185
  },
@@ -1298,7 +1191,7 @@ function $4d833327a32c9193$export$136073280381448e(props, state, ref) {
1298
1191
  },
1299
1192
  onPress () {
1300
1193
  // For non-range selection, always select on press up.
1301
- if (!('anchorDate' in state) && !state.isReadOnly) {
1194
+ if (!("anchorDate" in state) && !state.isReadOnly) {
1302
1195
  state.selectDate(date);
1303
1196
  state.setFocusedDate(date);
1304
1197
  }
@@ -1308,11 +1201,11 @@ function $4d833327a32c9193$export$136073280381448e(props, state, ref) {
1308
1201
  // If the user tapped quickly, the date won't be selected yet and the
1309
1202
  // timer will still be in progress. In this case, select the date on touch up.
1310
1203
  // Timer is cleared in onPressEnd.
1311
- if ('anchorDate' in state && touchDragTimerRef.current) {
1204
+ if ("anchorDate" in state && touchDragTimerRef.current) {
1312
1205
  state.selectDate(date);
1313
1206
  state.setFocusedDate(date);
1314
1207
  }
1315
- if ('anchorDate' in state) {
1208
+ if ("anchorDate" in state) {
1316
1209
  if (isRangeBoundaryPressed.current) // When clicking on the start or end date of an already selected range,
1317
1210
  // start a new selection on press up to also allow dragging the date to
1318
1211
  // change the existing range.
@@ -1321,7 +1214,7 @@ function $4d833327a32c9193$export$136073280381448e(props, state, ref) {
1321
1214
  // When releasing a drag or pressing the end date of a range, select it.
1322
1215
  state.selectDate(date);
1323
1216
  state.setFocusedDate(date);
1324
- } else if (e.pointerType === 'keyboard' && !state.anchorDate) {
1217
+ } else if (e.pointerType === "keyboard" && !state.anchorDate) {
1325
1218
  // For range selection, auto-advance the focused date by one if using keyboard.
1326
1219
  // This gives an indication that you're selecting a range rather than a single date.
1327
1220
  // For mouse, this is unnecessary because users will see the indication on hover. For screen readers,
@@ -1334,7 +1227,7 @@ function $4d833327a32c9193$export$136073280381448e(props, state, ref) {
1334
1227
  days: 1
1335
1228
  });
1336
1229
  if (!state.isInvalid(nextDay)) state.setFocusedDate(nextDay);
1337
- } else if (e.pointerType === 'virtual') {
1230
+ } else if (e.pointerType === "virtual") {
1338
1231
  // For screen readers, just select the date on click.
1339
1232
  state.selectDate(date);
1340
1233
  state.setFocusedDate(date);
@@ -1343,60 +1236,59 @@ function $4d833327a32c9193$export$136073280381448e(props, state, ref) {
1343
1236
  }
1344
1237
  });
1345
1238
  let tabIndex = null;
1346
- if (!isDisabled) tabIndex = $jzHdg$internationalizeddate.isSameDay(date, state.focusedDate) ? 0 : -1;
1239
+ if (!isDisabled) tabIndex = (0, $jzHdg$internationalizeddate.isSameDay)(date, state.focusedDate) ? 0 : -1;
1347
1240
  // Focus the button in the DOM when the state updates.
1348
- $jzHdg$react.useEffect(()=>{
1241
+ (0, $jzHdg$react.useEffect)(()=>{
1349
1242
  if (isFocused && ref.current) {
1350
- $jzHdg$reactariautils.focusWithoutScrolling(ref.current);
1243
+ (0, $jzHdg$reactariautils.focusWithoutScrolling)(ref.current);
1351
1244
  // Scroll into view if navigating with a keyboard, otherwise
1352
1245
  // try not to shift the view under the user's mouse/finger.
1353
1246
  // Only scroll the direct scroll parent, not the whole page, so
1354
1247
  // we don't scroll to the bottom when opening date picker popover.
1355
- if ($jzHdg$reactariainteractions.getInteractionModality() !== 'pointer') $jzHdg$reactariautils.scrollIntoView($jzHdg$reactariautils.getScrollParent(ref.current), ref.current);
1248
+ if ((0, $jzHdg$reactariainteractions.getInteractionModality)() !== "pointer") (0, $jzHdg$reactariautils.scrollIntoView)((0, $jzHdg$reactariautils.getScrollParent)(ref.current), ref.current);
1356
1249
  }
1357
1250
  }, [
1358
1251
  isFocused,
1359
1252
  ref
1360
1253
  ]);
1361
- let cellDateFormatter = $jzHdg$reactariai18n.useDateFormatter({
1362
- day: 'numeric',
1254
+ let cellDateFormatter = (0, $jzHdg$reactariai18n.useDateFormatter)({
1255
+ day: "numeric",
1363
1256
  timeZone: state.timeZone,
1364
1257
  calendar: date.calendar.identifier
1365
1258
  });
1366
- let formattedDate = $jzHdg$react.useMemo(()=>cellDateFormatter.format(nativeDate)
1367
- , [
1259
+ let formattedDate = (0, $jzHdg$react.useMemo)(()=>cellDateFormatter.format(nativeDate), [
1368
1260
  cellDateFormatter,
1369
1261
  nativeDate
1370
1262
  ]);
1371
1263
  return {
1372
1264
  cellProps: {
1373
- role: 'gridcell',
1374
- 'aria-disabled': !isSelectable || null,
1375
- 'aria-selected': isSelected || null,
1376
- 'aria-invalid': isInvalid || null
1265
+ role: "gridcell",
1266
+ "aria-disabled": !isSelectable || null,
1267
+ "aria-selected": isSelected || null,
1268
+ "aria-invalid": isInvalid || null
1377
1269
  },
1378
- buttonProps: $jzHdg$reactariautils.mergeProps(pressProps, {
1270
+ buttonProps: (0, $jzHdg$reactariautils.mergeProps)(pressProps, {
1379
1271
  onFocus () {
1380
1272
  if (!isDisabled) state.setFocusedDate(date);
1381
1273
  },
1382
1274
  tabIndex: tabIndex,
1383
- role: 'button',
1384
- 'aria-disabled': !isSelectable || null,
1385
- 'aria-label': label1,
1386
- 'aria-invalid': isInvalid || null,
1387
- 'aria-describedby': [
1275
+ role: "button",
1276
+ "aria-disabled": !isSelectable || null,
1277
+ "aria-label": label,
1278
+ "aria-invalid": isInvalid || null,
1279
+ "aria-describedby": [
1388
1280
  isInvalid ? errorMessageId : null,
1389
- descriptionProps['aria-describedby']
1390
- ].filter(Boolean).join(' ') || undefined,
1281
+ descriptionProps["aria-describedby"]
1282
+ ].filter(Boolean).join(" ") || undefined,
1391
1283
  onPointerEnter (e) {
1392
1284
  // Highlight the date on hover or drag over a date when selecting a range.
1393
- if ('highlightDate' in state && (e.pointerType !== 'touch' || state.isDragging) && isSelectable) state.highlightDate(date);
1285
+ if ("highlightDate" in state && (e.pointerType !== "touch" || state.isDragging) && isSelectable) state.highlightDate(date);
1394
1286
  },
1395
1287
  onPointerDown (e) {
1396
1288
  // This is necessary on touch devices to allow dragging
1397
1289
  // outside the original pressed element.
1398
1290
  // (JSDOM does not support this)
1399
- if ('releasePointerCapture' in e.target) e.target.releasePointerCapture(e.pointerId);
1291
+ if ("releasePointerCapture" in e.target) e.target.releasePointerCapture(e.pointerId);
1400
1292
  },
1401
1293
  onContextMenu (e) {
1402
1294
  // Prevent context menu on long press.