@react-aria/datepicker 3.0.0-nightly.3173 → 3.0.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +286 -263
- package/dist/main.js.map +1 -1
- package/dist/module.js +287 -251
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +46 -44
- package/dist/types.d.ts.map +1 -1
- package/package.json +16 -16
- package/src/index.ts +7 -1
- package/src/useDateField.ts +48 -19
- package/src/useDatePicker.ts +13 -5
- package/src/useDatePickerGroup.ts +3 -3
- package/src/useDateRangePicker.ts +17 -15
- package/src/useDateSegment.ts +25 -27
- package/src/useDisplayNames.ts +1 -0
package/dist/main.js
CHANGED
|
@@ -2,31 +2,15 @@ var $IwcIq$reactariafocus = require("@react-aria/focus");
|
|
|
2
2
|
var $IwcIq$reactariautils = require("@react-aria/utils");
|
|
3
3
|
var $IwcIq$reactarialabel = require("@react-aria/label");
|
|
4
4
|
var $IwcIq$reactariai18n = require("@react-aria/i18n");
|
|
5
|
+
var $IwcIq$react = require("react");
|
|
5
6
|
var $IwcIq$reactariainteractions = require("@react-aria/interactions");
|
|
6
7
|
var $IwcIq$internationalizednumber = require("@internationalized/number");
|
|
7
|
-
var $IwcIq$react = require("react");
|
|
8
8
|
var $IwcIq$reactariaspinbutton = require("@react-aria/spinbutton");
|
|
9
9
|
var $IwcIq$internationalizedmessage = require("@internationalized/message");
|
|
10
10
|
|
|
11
11
|
function $parcel$export(e, n, v, s) {
|
|
12
12
|
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
|
|
13
13
|
}
|
|
14
|
-
function $parcel$exportWildcard(dest, source) {
|
|
15
|
-
Object.keys(source).forEach(function(key) {
|
|
16
|
-
if (key === 'default' || key === '__esModule' || dest.hasOwnProperty(key)) {
|
|
17
|
-
return;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
Object.defineProperty(dest, key, {
|
|
21
|
-
enumerable: true,
|
|
22
|
-
get: function get() {
|
|
23
|
-
return source[key];
|
|
24
|
-
}
|
|
25
|
-
});
|
|
26
|
-
});
|
|
27
|
-
|
|
28
|
-
return dest;
|
|
29
|
-
}
|
|
30
14
|
function $parcel$interopDefault(a) {
|
|
31
15
|
return a && a.__esModule ? a.default : a;
|
|
32
16
|
}
|
|
@@ -36,142 +20,144 @@ $parcel$export(module.exports, "useDateSegment", () => $5c015c6316d1904d$export$
|
|
|
36
20
|
$parcel$export(module.exports, "useDateField", () => $4acc2f407c169e55$export$5591b0b878c1a989);
|
|
37
21
|
$parcel$export(module.exports, "useTimeField", () => $4acc2f407c169e55$export$4c842f6a241dc825);
|
|
38
22
|
$parcel$export(module.exports, "useDateRangePicker", () => $20f695b1b69e6b9e$export$12fd5f0e9f4bb192);
|
|
23
|
+
$parcel$export(module.exports, "useDisplayNames", () => $934ac650a0aceb4b$export$d42c60378c8168f8);
|
|
24
|
+
|
|
39
25
|
|
|
40
26
|
var $c7d0e80b992ca68a$exports = {};
|
|
41
27
|
var $aa344be62785b256$exports = {};
|
|
42
|
-
$aa344be62785b256$exports = JSON.parse("{\"calendar\":\"التقويم\",\"
|
|
28
|
+
$aa344be62785b256$exports = JSON.parse("{\"calendar\":\"التقويم\",\"day\":\"يوم\",\"dayPeriod\":\"ص/م\",\"endDate\":\"تاريخ الانتهاء\",\"era\":\"العصر\",\"hour\":\"الساعات\",\"minute\":\"الدقائق\",\"month\":\"الشهر\",\"second\":\"الثواني\",\"selectedDateDescription\":\"تاريخ محدد: {date}\",\"selectedRangeDescription\":\"المدى الزمني المحدد: {startDate} إلى {endDate}\",\"selectedTimeDescription\":\"الوقت المحدد: {time}\",\"startDate\":\"تاريخ البدء\",\"timeZoneName\":\"التوقيت\",\"weekday\":\"اليوم\",\"year\":\"السنة\"}");
|
|
43
29
|
|
|
44
30
|
|
|
45
31
|
var $615986c3475e7c8c$exports = {};
|
|
46
|
-
$615986c3475e7c8c$exports = JSON.parse("{\"calendar\":\"Календар\",\"
|
|
32
|
+
$615986c3475e7c8c$exports = JSON.parse("{\"calendar\":\"Календар\",\"day\":\"ден\",\"dayPeriod\":\"пр.об./сл.об.\",\"endDate\":\"Крайна дата\",\"era\":\"ера\",\"hour\":\"час\",\"minute\":\"минута\",\"month\":\"месец\",\"second\":\"секунда\",\"selectedDateDescription\":\"Избрана дата: {date}\",\"selectedRangeDescription\":\"Избран диапазон: {startDate} до {endDate}\",\"selectedTimeDescription\":\"Избрано време: {time}\",\"startDate\":\"Начална дата\",\"timeZoneName\":\"часова зона\",\"weekday\":\"ден от седмицата\",\"year\":\"година\"}");
|
|
47
33
|
|
|
48
34
|
|
|
49
35
|
var $6c6207692f1ab248$exports = {};
|
|
50
|
-
$6c6207692f1ab248$exports = JSON.parse("{\"calendar\":\"Kalendář\",\"
|
|
36
|
+
$6c6207692f1ab248$exports = JSON.parse("{\"calendar\":\"Kalendář\",\"day\":\"den\",\"dayPeriod\":\"část dne\",\"endDate\":\"Konečné datum\",\"era\":\"letopočet\",\"hour\":\"hodina\",\"minute\":\"minuta\",\"month\":\"měsíc\",\"second\":\"sekunda\",\"selectedDateDescription\":\"Vybrané datum: {date}\",\"selectedRangeDescription\":\"Vybrané období: {startDate} až {endDate}\",\"selectedTimeDescription\":\"Vybraný čas: {time}\",\"startDate\":\"Počáteční datum\",\"timeZoneName\":\"časové pásmo\",\"weekday\":\"den v týdnu\",\"year\":\"rok\"}");
|
|
51
37
|
|
|
52
38
|
|
|
53
39
|
var $fb37a9d024dd70f8$exports = {};
|
|
54
|
-
$fb37a9d024dd70f8$exports = JSON.parse("{\"calendar\":\"Kalender\",\"
|
|
40
|
+
$fb37a9d024dd70f8$exports = JSON.parse("{\"calendar\":\"Kalender\",\"day\":\"dag\",\"dayPeriod\":\"AM/PM\",\"endDate\":\"Slutdato\",\"era\":\"æra\",\"hour\":\"time\",\"minute\":\"minut\",\"month\":\"måned\",\"second\":\"sekund\",\"selectedDateDescription\":\"Valgt dato: {date}\",\"selectedRangeDescription\":\"Valgt interval: {startDate} til {endDate}\",\"selectedTimeDescription\":\"Valgt tidspunkt: {time}\",\"startDate\":\"Startdato\",\"timeZoneName\":\"tidszone\",\"weekday\":\"ugedag\",\"year\":\"år\"}");
|
|
55
41
|
|
|
56
42
|
|
|
57
43
|
var $d7780bd4790f7ae9$exports = {};
|
|
58
|
-
$d7780bd4790f7ae9$exports = JSON.parse("{\"calendar\":\"Kalender\",\"
|
|
44
|
+
$d7780bd4790f7ae9$exports = JSON.parse("{\"calendar\":\"Kalender\",\"day\":\"Tag\",\"dayPeriod\":\"Tageshälfte\",\"endDate\":\"Enddatum\",\"era\":\"Epoche\",\"hour\":\"Stunde\",\"minute\":\"Minute\",\"month\":\"Monat\",\"second\":\"Sekunde\",\"selectedDateDescription\":\"Ausgewähltes Datum: {date}\",\"selectedRangeDescription\":\"Ausgewählter Bereich: {startDate} bis {endDate}\",\"selectedTimeDescription\":\"Ausgewählte Zeit: {time}\",\"startDate\":\"Anfangsdatum\",\"timeZoneName\":\"Zeitzone\",\"weekday\":\"Wochentag\",\"year\":\"Jahr\"}");
|
|
59
45
|
|
|
60
46
|
|
|
61
47
|
var $9cdf03311f06c4ac$exports = {};
|
|
62
|
-
$9cdf03311f06c4ac$exports = JSON.parse("{\"calendar\":\"Ημερολόγιο\",\"
|
|
48
|
+
$9cdf03311f06c4ac$exports = JSON.parse("{\"calendar\":\"Ημερολόγιο\",\"day\":\"ημέρα\",\"dayPeriod\":\"π.μ./μ.μ.\",\"endDate\":\"Ημερομηνία λήξης\",\"era\":\"περίοδος\",\"hour\":\"ώρα\",\"minute\":\"λεπτό\",\"month\":\"μήνας\",\"second\":\"δευτερόλεπτο\",\"selectedDateDescription\":\"Επιλεγμένη ημερομηνία: {date}\",\"selectedRangeDescription\":\"Επιλεγμένο εύρος: {startDate} έως {endDate}\",\"selectedTimeDescription\":\"Επιλεγμένη ώρα: {time}\",\"startDate\":\"Ημερομηνία έναρξης\",\"timeZoneName\":\"ζώνη ώρας\",\"weekday\":\"καθημερινή\",\"year\":\"έτος\"}");
|
|
63
49
|
|
|
64
50
|
|
|
65
51
|
var $f93fc9e164ae811c$exports = {};
|
|
66
|
-
$f93fc9e164ae811c$exports = JSON.parse("{\"era\":\"era\",\"year\":\"year\",\"month\":\"month\",\"day\":\"day\",\"hour\":\"hour\",\"minute\":\"minute\",\"second\":\"second\",\"dayPeriod\":\"AM/PM\",\"calendar\":\"Calendar\",\"
|
|
52
|
+
$f93fc9e164ae811c$exports = JSON.parse("{\"era\":\"era\",\"year\":\"year\",\"month\":\"month\",\"day\":\"day\",\"hour\":\"hour\",\"minute\":\"minute\",\"second\":\"second\",\"dayPeriod\":\"AM/PM\",\"calendar\":\"Calendar\",\"startDate\":\"Start Date\",\"endDate\":\"End Date\",\"weekday\":\"day of the week\",\"timeZoneName\":\"time zone\",\"selectedDateDescription\":\"Selected Date: {date}\",\"selectedRangeDescription\":\"Selected Range: {startDate} to {endDate}\",\"selectedTimeDescription\":\"Selected Time: {time}\"}");
|
|
67
53
|
|
|
68
54
|
|
|
69
55
|
var $7426c3264bf5ffea$exports = {};
|
|
70
|
-
$7426c3264bf5ffea$exports = JSON.parse("{\"calendar\":\"Calendario\",\"
|
|
56
|
+
$7426c3264bf5ffea$exports = JSON.parse("{\"calendar\":\"Calendario\",\"day\":\"día\",\"dayPeriod\":\"a. m./p. m.\",\"endDate\":\"Fecha final\",\"era\":\"era\",\"hour\":\"hora\",\"minute\":\"minuto\",\"month\":\"mes\",\"second\":\"segundo\",\"selectedDateDescription\":\"Fecha seleccionada: {date}\",\"selectedRangeDescription\":\"Rango seleccionado: {startDate} a {endDate}\",\"selectedTimeDescription\":\"Hora seleccionada: {time}\",\"startDate\":\"Fecha de inicio\",\"timeZoneName\":\"zona horaria\",\"weekday\":\"día de la semana\",\"year\":\"año\"}");
|
|
71
57
|
|
|
72
58
|
|
|
73
59
|
var $1115cc0042de790c$exports = {};
|
|
74
|
-
$1115cc0042de790c$exports = JSON.parse("{\"calendar\":\"Kalender\",\"
|
|
60
|
+
$1115cc0042de790c$exports = JSON.parse("{\"calendar\":\"Kalender\",\"day\":\"päev\",\"dayPeriod\":\"enne/pärast lõunat\",\"endDate\":\"Lõppkuupäev\",\"era\":\"ajastu\",\"hour\":\"tund\",\"minute\":\"minut\",\"month\":\"kuu\",\"second\":\"sekund\",\"selectedDateDescription\":\"Valitud kuupäev: {date}\",\"selectedRangeDescription\":\"Valitud vahemik: {startDate} kuni {endDate}\",\"selectedTimeDescription\":\"Valitud aeg: {time}\",\"startDate\":\"Alguskuupäev\",\"timeZoneName\":\"ajavöönd\",\"weekday\":\"nädalapäev\",\"year\":\"aasta\"}");
|
|
75
61
|
|
|
76
62
|
|
|
77
63
|
var $4e80389dccb9283f$exports = {};
|
|
78
|
-
$4e80389dccb9283f$exports = JSON.parse("{\"calendar\":\"Kalenteri\",\"
|
|
64
|
+
$4e80389dccb9283f$exports = JSON.parse("{\"calendar\":\"Kalenteri\",\"day\":\"päivä\",\"dayPeriod\":\"vuorokaudenaika\",\"endDate\":\"Päättymispäivä\",\"era\":\"aikakausi\",\"hour\":\"tunti\",\"minute\":\"minuutti\",\"month\":\"kuukausi\",\"second\":\"sekunti\",\"selectedDateDescription\":\"Valittu päivämäärä: {date}\",\"selectedRangeDescription\":\"Valittu aikaväli: {startDate} – {endDate}\",\"selectedTimeDescription\":\"Valittu aika: {time}\",\"startDate\":\"Alkamispäivä\",\"timeZoneName\":\"aikavyöhyke\",\"weekday\":\"viikonpäivä\",\"year\":\"vuosi\"}");
|
|
79
65
|
|
|
80
66
|
|
|
81
67
|
var $78ad6f738c1f38d1$exports = {};
|
|
82
|
-
$78ad6f738c1f38d1$exports = JSON.parse("{\"calendar\":\"Calendrier\",\"
|
|
68
|
+
$78ad6f738c1f38d1$exports = JSON.parse("{\"calendar\":\"Calendrier\",\"day\":\"jour\",\"dayPeriod\":\"cadran\",\"endDate\":\"Date de fin\",\"era\":\"ère\",\"hour\":\"heure\",\"minute\":\"minute\",\"month\":\"mois\",\"second\":\"seconde\",\"selectedDateDescription\":\"Date sélectionnée : {date}\",\"selectedRangeDescription\":\"Plage sélectionnée : {startDate} au {endDate}\",\"selectedTimeDescription\":\"Heure choisie : {time}\",\"startDate\":\"Date de début\",\"timeZoneName\":\"fuseau horaire\",\"weekday\":\"jour de la semaine\",\"year\":\"année\"}");
|
|
83
69
|
|
|
84
70
|
|
|
85
71
|
var $50fa4716d827cd97$exports = {};
|
|
86
|
-
$50fa4716d827cd97$exports = JSON.parse("{\"calendar\":\"לוח שנה\",\"
|
|
72
|
+
$50fa4716d827cd97$exports = JSON.parse("{\"calendar\":\"לוח שנה\",\"day\":\"יום\",\"dayPeriod\":\"לפנה״צ/אחה״צ\",\"endDate\":\"תאריך סיום\",\"era\":\"תקופה\",\"hour\":\"שעה\",\"minute\":\"דקה\",\"month\":\"חודש\",\"second\":\"שנייה\",\"selectedDateDescription\":\"תאריך נבחר: {date}\",\"selectedRangeDescription\":\"טווח נבחר: {startDate} עד {endDate}\",\"selectedTimeDescription\":\"זמן נבחר: {time}\",\"startDate\":\"תאריך התחלה\",\"timeZoneName\":\"אזור זמן\",\"weekday\":\"יום בשבוע\",\"year\":\"שנה\"}");
|
|
87
73
|
|
|
88
74
|
|
|
89
75
|
var $7297908fac4cf6c2$exports = {};
|
|
90
|
-
$7297908fac4cf6c2$exports = JSON.parse("{\"calendar\":\"Kalendar\",\"
|
|
76
|
+
$7297908fac4cf6c2$exports = JSON.parse("{\"calendar\":\"Kalendar\",\"day\":\"dan\",\"dayPeriod\":\"AM/PM\",\"endDate\":\"Datum završetka\",\"era\":\"era\",\"hour\":\"sat\",\"minute\":\"minuta\",\"month\":\"mjesec\",\"second\":\"sekunda\",\"selectedDateDescription\":\"Odabrani datum: {date}\",\"selectedRangeDescription\":\"Odabrani raspon: {startDate} do {endDate}\",\"selectedTimeDescription\":\"Odabrano vrijeme: {time}\",\"startDate\":\"Datum početka\",\"timeZoneName\":\"vremenska zona\",\"weekday\":\"dan u tjednu\",\"year\":\"godina\"}");
|
|
91
77
|
|
|
92
78
|
|
|
93
79
|
var $f95c1b06e1d5ba32$exports = {};
|
|
94
|
-
$f95c1b06e1d5ba32$exports = JSON.parse("{\"calendar\":\"Naptár\",\"
|
|
80
|
+
$f95c1b06e1d5ba32$exports = JSON.parse("{\"calendar\":\"Naptár\",\"day\":\"nap\",\"dayPeriod\":\"napszak\",\"endDate\":\"Befejező dátum\",\"era\":\"éra\",\"hour\":\"óra\",\"minute\":\"perc\",\"month\":\"hónap\",\"second\":\"másodperc\",\"selectedDateDescription\":\"Kijelölt dátum: {date}\",\"selectedRangeDescription\":\"Kijelölt tartomány: {startDate}–{endDate}\",\"selectedTimeDescription\":\"Kijelölt idő: {time}\",\"startDate\":\"Kezdő dátum\",\"timeZoneName\":\"időzóna\",\"weekday\":\"hét napja\",\"year\":\"év\"}");
|
|
95
81
|
|
|
96
82
|
|
|
97
83
|
var $437a8dc519258a01$exports = {};
|
|
98
|
-
$437a8dc519258a01$exports = JSON.parse("{\"calendar\":\"Calendario\",\"
|
|
84
|
+
$437a8dc519258a01$exports = JSON.parse("{\"calendar\":\"Calendario\",\"day\":\"giorno\",\"dayPeriod\":\"AM/PM\",\"endDate\":\"Data finale\",\"era\":\"era\",\"hour\":\"ora\",\"minute\":\"minuto\",\"month\":\"mese\",\"second\":\"secondo\",\"selectedDateDescription\":\"Data selezionata: {date}\",\"selectedRangeDescription\":\"Intervallo selezionato: da {startDate} a {endDate}\",\"selectedTimeDescription\":\"Ora selezionata: {time}\",\"startDate\":\"Data iniziale\",\"timeZoneName\":\"fuso orario\",\"weekday\":\"giorno della settimana\",\"year\":\"anno\"}");
|
|
99
85
|
|
|
100
86
|
|
|
101
87
|
var $bd0aa2b50092a836$exports = {};
|
|
102
|
-
$bd0aa2b50092a836$exports = JSON.parse("{\"calendar\":\"カレンダー\",\"
|
|
88
|
+
$bd0aa2b50092a836$exports = JSON.parse("{\"calendar\":\"カレンダー\",\"day\":\"日\",\"dayPeriod\":\"午前/午後\",\"endDate\":\"終了日\",\"era\":\"時代\",\"hour\":\"時\",\"minute\":\"分\",\"month\":\"月\",\"second\":\"秒\",\"selectedDateDescription\":\"選択した日付 : {date}\",\"selectedRangeDescription\":\"選択範囲 : {startDate} から {endDate}\",\"selectedTimeDescription\":\"選択した時間 : {time}\",\"startDate\":\"開始日\",\"timeZoneName\":\"タイムゾーン\",\"weekday\":\"曜日\",\"year\":\"年\"}");
|
|
103
89
|
|
|
104
90
|
|
|
105
91
|
var $bbd8176c2e044bc1$exports = {};
|
|
106
|
-
$bbd8176c2e044bc1$exports = JSON.parse("{\"calendar\":\"달력\",\"
|
|
92
|
+
$bbd8176c2e044bc1$exports = JSON.parse("{\"calendar\":\"달력\",\"day\":\"일\",\"dayPeriod\":\"오전/오후\",\"endDate\":\"종료 날짜\",\"era\":\"연호\",\"hour\":\"시\",\"minute\":\"분\",\"month\":\"월\",\"second\":\"초\",\"selectedDateDescription\":\"선택 일자: {date}\",\"selectedRangeDescription\":\"선택 범위: {startDate} ~ {endDate}\",\"selectedTimeDescription\":\"선택 시간: {time}\",\"startDate\":\"시작 날짜\",\"timeZoneName\":\"시간대\",\"weekday\":\"요일\",\"year\":\"년\"}");
|
|
107
93
|
|
|
108
94
|
|
|
109
95
|
var $1af703df56ff5180$exports = {};
|
|
110
|
-
$1af703df56ff5180$exports = JSON.parse("{\"calendar\":\"Kalendorius\",\"
|
|
96
|
+
$1af703df56ff5180$exports = JSON.parse("{\"calendar\":\"Kalendorius\",\"day\":\"diena\",\"dayPeriod\":\"iki pietų / po pietų\",\"endDate\":\"Pabaigos data\",\"era\":\"era\",\"hour\":\"valanda\",\"minute\":\"minutė\",\"month\":\"mėnuo\",\"second\":\"sekundė\",\"selectedDateDescription\":\"Pasirinkta data: {date}\",\"selectedRangeDescription\":\"Pasirinktas intervalas: nuo {startDate} iki {endDate}\",\"selectedTimeDescription\":\"Pasirinktas laikas: {time}\",\"startDate\":\"Pradžios data\",\"timeZoneName\":\"laiko juosta\",\"weekday\":\"savaitės diena\",\"year\":\"metai\"}");
|
|
111
97
|
|
|
112
98
|
|
|
113
99
|
var $9705eb4511dea9f8$exports = {};
|
|
114
|
-
$9705eb4511dea9f8$exports = JSON.parse("{\"calendar\":\"Kalendārs\",\"
|
|
100
|
+
$9705eb4511dea9f8$exports = JSON.parse("{\"calendar\":\"Kalendārs\",\"day\":\"diena\",\"dayPeriod\":\"priekšpusdienā/pēcpusdienā\",\"endDate\":\"Beigu datums\",\"era\":\"ēra\",\"hour\":\"stundas\",\"minute\":\"minūtes\",\"month\":\"mēnesis\",\"second\":\"sekundes\",\"selectedDateDescription\":\"Atlasītais datums: {date}\",\"selectedRangeDescription\":\"Atlasītais diapazons: no {startDate} līdz {endDate}\",\"selectedTimeDescription\":\"Atlasītais laiks: {time}\",\"startDate\":\"Sākuma datums\",\"timeZoneName\":\"laika josla\",\"weekday\":\"nedēļas diena\",\"year\":\"gads\"}");
|
|
115
101
|
|
|
116
102
|
|
|
117
103
|
var $8ef984876a7160bc$exports = {};
|
|
118
|
-
$8ef984876a7160bc$exports = JSON.parse("{\"calendar\":\"Kalender\",\"
|
|
104
|
+
$8ef984876a7160bc$exports = JSON.parse("{\"calendar\":\"Kalender\",\"day\":\"dag\",\"dayPeriod\":\"a.m./p.m.\",\"endDate\":\"Sluttdato\",\"era\":\"tidsalder\",\"hour\":\"time\",\"minute\":\"minutt\",\"month\":\"måned\",\"second\":\"sekund\",\"selectedDateDescription\":\"Valgt dato: {date}\",\"selectedRangeDescription\":\"Valgt område: {startDate} til {endDate}\",\"selectedTimeDescription\":\"Valgt tid: {time}\",\"startDate\":\"Startdato\",\"timeZoneName\":\"tidssone\",\"weekday\":\"ukedag\",\"year\":\"år\"}");
|
|
119
105
|
|
|
120
106
|
|
|
121
107
|
var $b6e9809e1ecaa25e$exports = {};
|
|
122
|
-
$b6e9809e1ecaa25e$exports = JSON.parse("{\"calendar\":\"Kalender\",\"
|
|
108
|
+
$b6e9809e1ecaa25e$exports = JSON.parse("{\"calendar\":\"Kalender\",\"day\":\"dag\",\"dayPeriod\":\"a.m./p.m.\",\"endDate\":\"Einddatum\",\"era\":\"tijdperk\",\"hour\":\"uur\",\"minute\":\"minuut\",\"month\":\"maand\",\"second\":\"seconde\",\"selectedDateDescription\":\"Geselecteerde datum: {date}\",\"selectedRangeDescription\":\"Geselecteerd bereik: {startDate} tot {endDate}\",\"selectedTimeDescription\":\"Geselecteerde tijd: {time}\",\"startDate\":\"Startdatum\",\"timeZoneName\":\"tijdzone\",\"weekday\":\"dag van de week\",\"year\":\"jaar\"}");
|
|
123
109
|
|
|
124
110
|
|
|
125
111
|
var $deb2fa609661fe31$exports = {};
|
|
126
|
-
$deb2fa609661fe31$exports = JSON.parse("{\"calendar\":\"Kalendarz\",\"
|
|
112
|
+
$deb2fa609661fe31$exports = JSON.parse("{\"calendar\":\"Kalendarz\",\"day\":\"dzień\",\"dayPeriod\":\"rano / po południu / wieczorem\",\"endDate\":\"Data końcowa\",\"era\":\"era\",\"hour\":\"godzina\",\"minute\":\"minuta\",\"month\":\"miesiąc\",\"second\":\"sekunda\",\"selectedDateDescription\":\"Wybrana data: {date}\",\"selectedRangeDescription\":\"Wybrany zakres: {startDate} do {endDate}\",\"selectedTimeDescription\":\"Wybrany czas: {time}\",\"startDate\":\"Data początkowa\",\"timeZoneName\":\"strefa czasowa\",\"weekday\":\"dzień tygodnia\",\"year\":\"rok\"}");
|
|
127
113
|
|
|
128
114
|
|
|
129
115
|
var $591c8c054c84fa56$exports = {};
|
|
130
|
-
$591c8c054c84fa56$exports = JSON.parse("{\"calendar\":\"Calendário\",\"
|
|
116
|
+
$591c8c054c84fa56$exports = JSON.parse("{\"calendar\":\"Calendário\",\"day\":\"dia\",\"dayPeriod\":\"AM/PM\",\"endDate\":\"Data final\",\"era\":\"era\",\"hour\":\"hora\",\"minute\":\"minuto\",\"month\":\"mês\",\"second\":\"segundo\",\"selectedDateDescription\":\"Data selecionada: {date}\",\"selectedRangeDescription\":\"Intervalo selecionado: {startDate} a {endDate}\",\"selectedTimeDescription\":\"Hora selecionada: {time}\",\"startDate\":\"Data inicial\",\"timeZoneName\":\"fuso horário\",\"weekday\":\"dia da semana\",\"year\":\"ano\"}");
|
|
131
117
|
|
|
132
118
|
|
|
133
119
|
var $f1633bd6cbc228e8$exports = {};
|
|
134
|
-
$f1633bd6cbc228e8$exports = JSON.parse("{\"calendar\":\"Calendário\",\"
|
|
120
|
+
$f1633bd6cbc228e8$exports = JSON.parse("{\"calendar\":\"Calendário\",\"day\":\"dia\",\"dayPeriod\":\"am/pm\",\"endDate\":\"Data de Término\",\"era\":\"era\",\"hour\":\"hora\",\"minute\":\"minuto\",\"month\":\"mês\",\"second\":\"segundo\",\"selectedDateDescription\":\"Data selecionada: {date}\",\"selectedRangeDescription\":\"Intervalo selecionado: {startDate} a {endDate}\",\"selectedTimeDescription\":\"Hora selecionada: {time}\",\"startDate\":\"Data de Início\",\"timeZoneName\":\"fuso horário\",\"weekday\":\"dia da semana\",\"year\":\"ano\"}");
|
|
135
121
|
|
|
136
122
|
|
|
137
123
|
var $14e09da03f3d1c5b$exports = {};
|
|
138
|
-
$14e09da03f3d1c5b$exports = JSON.parse("{\"calendar\":\"Calendar\",\"
|
|
124
|
+
$14e09da03f3d1c5b$exports = JSON.parse("{\"calendar\":\"Calendar\",\"day\":\"zi\",\"dayPeriod\":\"a.m/p.m.\",\"endDate\":\"Dată final\",\"era\":\"eră\",\"hour\":\"oră\",\"minute\":\"minut\",\"month\":\"lună\",\"second\":\"secundă\",\"selectedDateDescription\":\"Dată selectată: {date}\",\"selectedRangeDescription\":\"Interval selectat: de la {startDate} până la {endDate}\",\"selectedTimeDescription\":\"Ora selectată: {time}\",\"startDate\":\"Dată început\",\"timeZoneName\":\"fus orar\",\"weekday\":\"ziua din săptămână\",\"year\":\"an\"}");
|
|
139
125
|
|
|
140
126
|
|
|
141
127
|
var $63247a3456bc40d1$exports = {};
|
|
142
|
-
$63247a3456bc40d1$exports = JSON.parse("{\"calendar\":\"Календарь\",\"
|
|
128
|
+
$63247a3456bc40d1$exports = JSON.parse("{\"calendar\":\"Календарь\",\"day\":\"день\",\"dayPeriod\":\"AM/PM\",\"endDate\":\"Дата окончания\",\"era\":\"эра\",\"hour\":\"час\",\"minute\":\"минута\",\"month\":\"месяц\",\"second\":\"секунда\",\"selectedDateDescription\":\"Выбранная дата: {date}\",\"selectedRangeDescription\":\"Выбранный диапазон: с {startDate} по {endDate}\",\"selectedTimeDescription\":\"Выбранное время: {time}\",\"startDate\":\"Дата начала\",\"timeZoneName\":\"часовой пояс\",\"weekday\":\"день недели\",\"year\":\"год\"}");
|
|
143
129
|
|
|
144
130
|
|
|
145
131
|
var $22150dd20c353dd4$exports = {};
|
|
146
|
-
$22150dd20c353dd4$exports = JSON.parse("{\"calendar\":\"Kalendár\",\"
|
|
132
|
+
$22150dd20c353dd4$exports = JSON.parse("{\"calendar\":\"Kalendár\",\"day\":\"deň\",\"dayPeriod\":\"AM/PM\",\"endDate\":\"Dátum ukončenia\",\"era\":\"letopočet\",\"hour\":\"hodina\",\"minute\":\"minúta\",\"month\":\"mesiac\",\"second\":\"sekunda\",\"selectedDateDescription\":\"Vybratý dátum: {date}\",\"selectedRangeDescription\":\"Vybratý rozsah: od {startDate} do {endDate}\",\"selectedTimeDescription\":\"Vybratý čas: {time}\",\"startDate\":\"Dátum začatia\",\"timeZoneName\":\"časové pásmo\",\"weekday\":\"deň týždňa\",\"year\":\"rok\"}");
|
|
147
133
|
|
|
148
134
|
|
|
149
135
|
var $701eb9a0385c55fd$exports = {};
|
|
150
|
-
$701eb9a0385c55fd$exports = JSON.parse("{\"calendar\":\"Koledar\",\"
|
|
136
|
+
$701eb9a0385c55fd$exports = JSON.parse("{\"calendar\":\"Koledar\",\"day\":\"dan\",\"dayPeriod\":\"dop/pop\",\"endDate\":\"Datum konca\",\"era\":\"doba\",\"hour\":\"ura\",\"minute\":\"minuta\",\"month\":\"mesec\",\"second\":\"sekunda\",\"selectedDateDescription\":\"Izbrani datum: {date}\",\"selectedRangeDescription\":\"Izbrano območje: {startDate} do {endDate}\",\"selectedTimeDescription\":\"Izbrani čas: {time}\",\"startDate\":\"Datum začetka\",\"timeZoneName\":\"časovni pas\",\"weekday\":\"dan v tednu\",\"year\":\"leto\"}");
|
|
151
137
|
|
|
152
138
|
|
|
153
139
|
var $54684a4891ca6dc5$exports = {};
|
|
154
|
-
$54684a4891ca6dc5$exports = JSON.parse("{\"calendar\":\"Kalendar\",\"
|
|
140
|
+
$54684a4891ca6dc5$exports = JSON.parse("{\"calendar\":\"Kalendar\",\"day\":\"дан\",\"dayPeriod\":\"пре подне/по подне\",\"endDate\":\"Datum završetka\",\"era\":\"ера\",\"hour\":\"сат\",\"minute\":\"минут\",\"month\":\"месец\",\"second\":\"секунд\",\"selectedDateDescription\":\"Izabrani datum: {date}\",\"selectedRangeDescription\":\"Izabrani opseg: od {startDate} do {endDate}\",\"selectedTimeDescription\":\"Izabrano vreme: {time}\",\"startDate\":\"Datum početka\",\"timeZoneName\":\"временска зона\",\"weekday\":\"дан у недељи\",\"year\":\"година\"}");
|
|
155
141
|
|
|
156
142
|
|
|
157
143
|
var $545887f88a5a52db$exports = {};
|
|
158
|
-
$545887f88a5a52db$exports = JSON.parse("{\"calendar\":\"Kalender\",\"
|
|
144
|
+
$545887f88a5a52db$exports = JSON.parse("{\"calendar\":\"Kalender\",\"day\":\"dag\",\"dayPeriod\":\"fm/em\",\"endDate\":\"Slutdatum\",\"era\":\"era\",\"hour\":\"timme\",\"minute\":\"minut\",\"month\":\"månad\",\"second\":\"sekund\",\"selectedDateDescription\":\"Valt datum: {date}\",\"selectedRangeDescription\":\"Valt intervall: {startDate} till {endDate}\",\"selectedTimeDescription\":\"Vald tid: {time}\",\"startDate\":\"Startdatum\",\"timeZoneName\":\"tidszon\",\"weekday\":\"veckodag\",\"year\":\"år\"}");
|
|
159
145
|
|
|
160
146
|
|
|
161
147
|
var $492d49420dd96ff4$exports = {};
|
|
162
|
-
$492d49420dd96ff4$exports = JSON.parse("{\"calendar\":\"Takvim\",\"
|
|
148
|
+
$492d49420dd96ff4$exports = JSON.parse("{\"calendar\":\"Takvim\",\"day\":\"gün\",\"dayPeriod\":\"ÖÖ/ÖS\",\"endDate\":\"Bitiş Tarihi\",\"era\":\"çağ\",\"hour\":\"saat\",\"minute\":\"dakika\",\"month\":\"ay\",\"second\":\"saniye\",\"selectedDateDescription\":\"Seçilen Tarih: {date}\",\"selectedRangeDescription\":\"Seçilen Aralık: {startDate} - {endDate}\",\"selectedTimeDescription\":\"Seçilen Zaman: {time}\",\"startDate\":\"Başlangıç Tarihi\",\"timeZoneName\":\"saat dilimi\",\"weekday\":\"haftanın günü\",\"year\":\"yıl\"}");
|
|
163
149
|
|
|
164
150
|
|
|
165
151
|
var $dc85765e85e8f267$exports = {};
|
|
166
|
-
$dc85765e85e8f267$exports = JSON.parse("{\"calendar\":\"Календар\",\"
|
|
152
|
+
$dc85765e85e8f267$exports = JSON.parse("{\"calendar\":\"Календар\",\"day\":\"день\",\"dayPeriod\":\"дп/пп\",\"endDate\":\"Дата завершення\",\"era\":\"ера\",\"hour\":\"година\",\"minute\":\"хвилина\",\"month\":\"місяць\",\"second\":\"секунда\",\"selectedDateDescription\":\"Вибрана дата: {date}\",\"selectedRangeDescription\":\"Вибраний діапазон: {startDate} — {endDate}\",\"selectedTimeDescription\":\"Вибраний час: {time}\",\"startDate\":\"Дата початку\",\"timeZoneName\":\"часовий пояс\",\"weekday\":\"день тижня\",\"year\":\"рік\"}");
|
|
167
153
|
|
|
168
154
|
|
|
169
155
|
var $2157d63cb80c7c63$exports = {};
|
|
170
|
-
$2157d63cb80c7c63$exports = JSON.parse("{\"calendar\":\"日历\",\"
|
|
156
|
+
$2157d63cb80c7c63$exports = JSON.parse("{\"calendar\":\"日历\",\"day\":\"日\",\"dayPeriod\":\"上午/下午\",\"endDate\":\"结束日期\",\"era\":\"纪元\",\"hour\":\"小时\",\"minute\":\"分钟\",\"month\":\"月\",\"second\":\"秒\",\"selectedDateDescription\":\"选定的日期:{date}\",\"selectedRangeDescription\":\"选定的范围:{startDate} 至 {endDate}\",\"selectedTimeDescription\":\"选定的时间:{time}\",\"startDate\":\"开始日期\",\"timeZoneName\":\"时区\",\"weekday\":\"工作日\",\"year\":\"年\"}");
|
|
171
157
|
|
|
172
158
|
|
|
173
159
|
var $0335c3ddb5f70cbe$exports = {};
|
|
174
|
-
$0335c3ddb5f70cbe$exports = JSON.parse("{\"calendar\":\"日曆\",\"
|
|
160
|
+
$0335c3ddb5f70cbe$exports = JSON.parse("{\"calendar\":\"日曆\",\"day\":\"日\",\"dayPeriod\":\"上午/下午\",\"endDate\":\"結束日期\",\"era\":\"纪元\",\"hour\":\"小时\",\"minute\":\"分钟\",\"month\":\"月\",\"second\":\"秒\",\"selectedDateDescription\":\"選定的日期:{date}\",\"selectedRangeDescription\":\"選定的範圍:{startDate} 至 {endDate}\",\"selectedTimeDescription\":\"選定的時間:{time}\",\"startDate\":\"開始日期\",\"timeZoneName\":\"时区\",\"weekday\":\"工作日\",\"year\":\"年\"}");
|
|
175
161
|
|
|
176
162
|
|
|
177
163
|
$c7d0e80b992ca68a$exports = {
|
|
@@ -216,10 +202,13 @@ $c7d0e80b992ca68a$exports = {
|
|
|
216
202
|
|
|
217
203
|
|
|
218
204
|
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
219
208
|
function $715562ad3b4cced4$export$4a931266a3838b86(state, ref1) {
|
|
220
209
|
// Open the popover on alt + arrow down
|
|
221
210
|
let onKeyDown = (e)=>{
|
|
222
|
-
if (e.altKey && e.key === 'ArrowDown' && 'setOpen' in state) {
|
|
211
|
+
if (e.altKey && (e.key === 'ArrowDown' || e.key === 'ArrowUp') && 'setOpen' in state) {
|
|
223
212
|
e.preventDefault();
|
|
224
213
|
e.stopPropagation();
|
|
225
214
|
state.setOpen(true);
|
|
@@ -269,6 +258,93 @@ function $715562ad3b4cced4$export$4a931266a3838b86(state, ref1) {
|
|
|
269
258
|
|
|
270
259
|
|
|
271
260
|
|
|
261
|
+
|
|
262
|
+
const $4acc2f407c169e55$export$653eddfc964b0f8a = new WeakMap();
|
|
263
|
+
const $4acc2f407c169e55$export$300019f83c56d282 = '__role_' + Date.now();
|
|
264
|
+
const $4acc2f407c169e55$export$7b3062cd49e80452 = '__focusManager_' + Date.now();
|
|
265
|
+
function $4acc2f407c169e55$export$5591b0b878c1a989(props, state, ref) {
|
|
266
|
+
let { labelProps: labelProps , fieldProps: fieldProps , descriptionProps: descriptionProps , errorMessageProps: errorMessageProps } = $IwcIq$reactarialabel.useField({
|
|
267
|
+
...props,
|
|
268
|
+
labelElementType: 'span'
|
|
269
|
+
});
|
|
270
|
+
let groupProps = $715562ad3b4cced4$export$4a931266a3838b86(state, ref);
|
|
271
|
+
let { focusWithinProps: focusWithinProps } = $IwcIq$reactariainteractions.useFocusWithin({
|
|
272
|
+
onBlurWithin () {
|
|
273
|
+
state.confirmPlaceholder();
|
|
274
|
+
}
|
|
275
|
+
});
|
|
276
|
+
let formatMessage = $IwcIq$reactariai18n.useMessageFormatter((/*@__PURE__*/$parcel$interopDefault($c7d0e80b992ca68a$exports)));
|
|
277
|
+
let message = state.maxGranularity === 'hour' ? 'selectedTimeDescription' : 'selectedDateDescription';
|
|
278
|
+
let field = state.maxGranularity === 'hour' ? 'time' : 'date';
|
|
279
|
+
let description = state.value ? formatMessage(message, {
|
|
280
|
+
[field]: state.formatValue({
|
|
281
|
+
month: 'long'
|
|
282
|
+
})
|
|
283
|
+
}) : '';
|
|
284
|
+
let descProps = $IwcIq$reactariautils.useDescription(description);
|
|
285
|
+
// If within a date picker or date range picker, the date field will have role="presentation" and an aria-describedby
|
|
286
|
+
// will be passed in that references the value (e.g. entire range). Otherwise, add the field's value description.
|
|
287
|
+
let describedBy = props[$4acc2f407c169e55$export$300019f83c56d282] === 'presentation' ? fieldProps['aria-describedby'] : [
|
|
288
|
+
descProps['aria-describedby'],
|
|
289
|
+
fieldProps['aria-describedby']
|
|
290
|
+
].filter(Boolean).join(' ') || undefined;
|
|
291
|
+
let propsFocusManager = props[$4acc2f407c169e55$export$7b3062cd49e80452];
|
|
292
|
+
let focusManager = $IwcIq$react.useMemo(()=>propsFocusManager || $IwcIq$reactariafocus.createFocusManager(ref)
|
|
293
|
+
, [
|
|
294
|
+
propsFocusManager,
|
|
295
|
+
ref
|
|
296
|
+
]);
|
|
297
|
+
// Pass labels and other information to segments.
|
|
298
|
+
$4acc2f407c169e55$export$653eddfc964b0f8a.set(state, {
|
|
299
|
+
ariaLabel: props['aria-label'],
|
|
300
|
+
ariaLabelledBy: [
|
|
301
|
+
props['aria-labelledby'],
|
|
302
|
+
labelProps.id
|
|
303
|
+
].filter(Boolean).join(' ') || undefined,
|
|
304
|
+
ariaDescribedBy: describedBy,
|
|
305
|
+
focusManager: focusManager
|
|
306
|
+
});
|
|
307
|
+
let autoFocusRef = $IwcIq$react.useRef(props.autoFocus);
|
|
308
|
+
// When used within a date picker or date range picker, the field gets role="presentation"
|
|
309
|
+
// rather than role="group". Since the date picker/date range picker already has a role="group"
|
|
310
|
+
// with a label and description, and the segments are already labeled by this as well, this
|
|
311
|
+
// avoids very verbose duplicate announcements.
|
|
312
|
+
let fieldDOMProps;
|
|
313
|
+
if (props[$4acc2f407c169e55$export$300019f83c56d282] === 'presentation') fieldDOMProps = {
|
|
314
|
+
role: 'presentation'
|
|
315
|
+
};
|
|
316
|
+
else fieldDOMProps = $IwcIq$reactariautils.mergeProps(fieldProps, {
|
|
317
|
+
role: 'group',
|
|
318
|
+
'aria-disabled': props.isDisabled || undefined,
|
|
319
|
+
'aria-describedby': describedBy
|
|
320
|
+
});
|
|
321
|
+
$IwcIq$react.useEffect(()=>{
|
|
322
|
+
if (autoFocusRef.current) focusManager.focusFirst();
|
|
323
|
+
autoFocusRef.current = false;
|
|
324
|
+
}, [
|
|
325
|
+
focusManager
|
|
326
|
+
]);
|
|
327
|
+
let domProps = $IwcIq$reactariautils.filterDOMProps(props);
|
|
328
|
+
return {
|
|
329
|
+
labelProps: {
|
|
330
|
+
...labelProps,
|
|
331
|
+
onClick: ()=>{
|
|
332
|
+
focusManager.focusFirst();
|
|
333
|
+
}
|
|
334
|
+
},
|
|
335
|
+
fieldProps: $IwcIq$reactariautils.mergeProps(domProps, fieldDOMProps, groupProps, focusWithinProps),
|
|
336
|
+
descriptionProps: descriptionProps,
|
|
337
|
+
errorMessageProps: errorMessageProps
|
|
338
|
+
};
|
|
339
|
+
}
|
|
340
|
+
function $4acc2f407c169e55$export$4c842f6a241dc825(props, state, ref) {
|
|
341
|
+
return $4acc2f407c169e55$export$5591b0b878c1a989(props, state, ref);
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
|
|
272
348
|
function $e90ae7c26a69c6b1$export$42df105a73306d51(props, state, ref) {
|
|
273
349
|
let buttonId = $IwcIq$reactariautils.useId();
|
|
274
350
|
let dialogId = $IwcIq$reactariautils.useId();
|
|
@@ -280,15 +356,20 @@ function $e90ae7c26a69c6b1$export$42df105a73306d51(props, state, ref) {
|
|
|
280
356
|
let groupProps = $715562ad3b4cced4$export$4a931266a3838b86(state, ref);
|
|
281
357
|
let labelledBy = fieldProps['aria-labelledby'] || fieldProps.id;
|
|
282
358
|
let { locale: locale } = $IwcIq$reactariai18n.useLocale();
|
|
283
|
-
let
|
|
359
|
+
let date = state.formatValue(locale, {
|
|
284
360
|
month: 'long'
|
|
285
|
-
})
|
|
361
|
+
});
|
|
362
|
+
let description = date ? formatMessage('selectedDateDescription', {
|
|
363
|
+
date: date
|
|
364
|
+
}) : '';
|
|
365
|
+
let descProps = $IwcIq$reactariautils.useDescription(description);
|
|
286
366
|
let ariaDescribedBy = [
|
|
287
367
|
descProps['aria-describedby'],
|
|
288
368
|
fieldProps['aria-describedby']
|
|
289
369
|
].filter(Boolean).join(' ') || undefined;
|
|
370
|
+
let domProps = $IwcIq$reactariautils.filterDOMProps(props);
|
|
290
371
|
return {
|
|
291
|
-
groupProps: $IwcIq$reactariautils.mergeProps(groupProps, descProps, {
|
|
372
|
+
groupProps: $IwcIq$reactariautils.mergeProps(domProps, groupProps, fieldProps, descProps, {
|
|
292
373
|
role: 'group',
|
|
293
374
|
'aria-disabled': props.isDisabled || null,
|
|
294
375
|
'aria-labelledby': labelledBy,
|
|
@@ -303,6 +384,8 @@ function $e90ae7c26a69c6b1$export$42df105a73306d51(props, state, ref) {
|
|
|
303
384
|
},
|
|
304
385
|
fieldProps: {
|
|
305
386
|
...fieldProps,
|
|
387
|
+
[$4acc2f407c169e55$export$300019f83c56d282]: 'presentation',
|
|
388
|
+
'aria-describedby': ariaDescribedBy,
|
|
306
389
|
value: state.value,
|
|
307
390
|
onChange: state.setValue,
|
|
308
391
|
minValue: props.minValue,
|
|
@@ -342,128 +425,9 @@ function $e90ae7c26a69c6b1$export$42df105a73306d51(props, state, ref) {
|
|
|
342
425
|
isDisabled: props.isDisabled,
|
|
343
426
|
isReadOnly: props.isReadOnly,
|
|
344
427
|
isDateUnavailable: props.isDateUnavailable,
|
|
345
|
-
defaultFocusedValue: state.dateValue ? undefined : props.placeholderValue
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
const $20f695b1b69e6b9e$export$7b3062cd49e80452 = '__focusManager_' + Date.now();
|
|
362
|
-
function $20f695b1b69e6b9e$export$12fd5f0e9f4bb192(props, state, ref) {
|
|
363
|
-
var ref1, ref2;
|
|
364
|
-
let formatMessage = $IwcIq$reactariai18n.useMessageFormatter((/*@__PURE__*/$parcel$interopDefault($c7d0e80b992ca68a$exports)));
|
|
365
|
-
let { labelProps: labelProps , fieldProps: fieldProps , descriptionProps: descriptionProps , errorMessageProps: errorMessageProps } = $IwcIq$reactarialabel.useField({
|
|
366
|
-
...props,
|
|
367
|
-
labelElementType: 'span'
|
|
368
|
-
});
|
|
369
|
-
let labelledBy = fieldProps['aria-labelledby'] || fieldProps.id;
|
|
370
|
-
let { locale: locale } = $IwcIq$reactariai18n.useLocale();
|
|
371
|
-
let description = state.formatValue(locale, {
|
|
372
|
-
month: 'long'
|
|
373
|
-
});
|
|
374
|
-
let descProps = $IwcIq$reactariautils.useDescription(description);
|
|
375
|
-
let startFieldProps = $IwcIq$reactariautils.useLabels({
|
|
376
|
-
'aria-label': formatMessage('startDate'),
|
|
377
|
-
'aria-labelledby': labelledBy
|
|
378
|
-
});
|
|
379
|
-
let endFieldProps = $IwcIq$reactariautils.useLabels({
|
|
380
|
-
'aria-label': formatMessage('endDate'),
|
|
381
|
-
'aria-labelledby': labelledBy
|
|
382
|
-
});
|
|
383
|
-
let buttonId = $IwcIq$reactariautils.useId();
|
|
384
|
-
let dialogId = $IwcIq$reactariautils.useId();
|
|
385
|
-
let groupProps = $715562ad3b4cced4$export$4a931266a3838b86(state, ref);
|
|
386
|
-
let { focusWithinProps: focusWithinProps } = $IwcIq$reactariainteractions.useFocusWithin({
|
|
387
|
-
onBlurWithin () {
|
|
388
|
-
state.confirmPlaceholder();
|
|
389
|
-
}
|
|
390
|
-
});
|
|
391
|
-
let ariaDescribedBy = [
|
|
392
|
-
descProps['aria-describedby'],
|
|
393
|
-
fieldProps['aria-describedby']
|
|
394
|
-
].filter(Boolean).join(' ') || undefined;
|
|
395
|
-
let focusManager = $IwcIq$react.useMemo(()=>$IwcIq$reactariafocus.createFocusManager(ref)
|
|
396
|
-
, [
|
|
397
|
-
ref
|
|
398
|
-
]);
|
|
399
|
-
let commonFieldProps = {
|
|
400
|
-
[$20f695b1b69e6b9e$export$7b3062cd49e80452]: focusManager,
|
|
401
|
-
minValue: props.minValue,
|
|
402
|
-
maxValue: props.maxValue,
|
|
403
|
-
placeholderValue: props.placeholderValue,
|
|
404
|
-
hideTimeZone: props.hideTimeZone,
|
|
405
|
-
hourCycle: props.hourCycle,
|
|
406
|
-
granularity: props.granularity,
|
|
407
|
-
isDisabled: props.isDisabled,
|
|
408
|
-
isReadOnly: props.isReadOnly,
|
|
409
|
-
isRequired: props.isRequired,
|
|
410
|
-
validationState: state.validationState
|
|
411
|
-
};
|
|
412
|
-
return {
|
|
413
|
-
groupProps: $IwcIq$reactariautils.mergeProps(groupProps, fieldProps, descProps, focusWithinProps, {
|
|
414
|
-
role: 'group',
|
|
415
|
-
'aria-disabled': props.isDisabled || null,
|
|
416
|
-
'aria-describedby': ariaDescribedBy
|
|
417
|
-
}),
|
|
418
|
-
labelProps: {
|
|
419
|
-
...labelProps,
|
|
420
|
-
onClick: ()=>{
|
|
421
|
-
focusManager.focusFirst();
|
|
422
|
-
}
|
|
423
|
-
},
|
|
424
|
-
buttonProps: {
|
|
425
|
-
...descProps,
|
|
426
|
-
id: buttonId,
|
|
427
|
-
excludeFromTabOrder: true,
|
|
428
|
-
'aria-haspopup': 'dialog',
|
|
429
|
-
'aria-label': formatMessage('calendar'),
|
|
430
|
-
'aria-labelledby': `${labelledBy} ${buttonId}`,
|
|
431
|
-
'aria-describedby': ariaDescribedBy,
|
|
432
|
-
onPress: ()=>state.setOpen(true)
|
|
433
|
-
},
|
|
434
|
-
dialogProps: {
|
|
435
|
-
id: dialogId,
|
|
436
|
-
'aria-labelledby': `${labelledBy} ${buttonId}`
|
|
437
|
-
},
|
|
438
|
-
startFieldProps: {
|
|
439
|
-
...startFieldProps,
|
|
440
|
-
...commonFieldProps,
|
|
441
|
-
'aria-describedby': fieldProps['aria-describedby'],
|
|
442
|
-
value: (ref1 = state.value) === null || ref1 === void 0 ? void 0 : ref1.start,
|
|
443
|
-
onChange: (start)=>state.setDateTime('start', start)
|
|
444
|
-
,
|
|
445
|
-
autoFocus: props.autoFocus
|
|
446
|
-
},
|
|
447
|
-
endFieldProps: {
|
|
448
|
-
...endFieldProps,
|
|
449
|
-
...commonFieldProps,
|
|
450
|
-
'aria-describedby': fieldProps['aria-describedby'],
|
|
451
|
-
value: (ref2 = state.value) === null || ref2 === void 0 ? void 0 : ref2.end,
|
|
452
|
-
onChange: (end)=>state.setDateTime('end', end)
|
|
453
|
-
},
|
|
454
|
-
descriptionProps: descriptionProps,
|
|
455
|
-
errorMessageProps: errorMessageProps,
|
|
456
|
-
calendarProps: {
|
|
457
|
-
autoFocus: true,
|
|
458
|
-
value: state.dateRange,
|
|
459
|
-
onChange: state.setDateRange,
|
|
460
|
-
minValue: props.minValue,
|
|
461
|
-
maxValue: props.maxValue,
|
|
462
|
-
isDisabled: props.isDisabled,
|
|
463
|
-
isReadOnly: props.isReadOnly,
|
|
464
|
-
isDateUnavailable: props.isDateUnavailable,
|
|
465
|
-
allowsNonContiguousRanges: props.allowsNonContiguousRanges,
|
|
466
|
-
defaultFocusedValue: state.dateRange ? undefined : props.placeholderValue
|
|
428
|
+
defaultFocusedValue: state.dateValue ? undefined : props.placeholderValue,
|
|
429
|
+
validationState: state.validationState,
|
|
430
|
+
errorMessage: props.errorMessage
|
|
467
431
|
}
|
|
468
432
|
};
|
|
469
433
|
}
|
|
@@ -475,73 +439,6 @@ function $20f695b1b69e6b9e$export$12fd5f0e9f4bb192(props, state, ref) {
|
|
|
475
439
|
|
|
476
440
|
|
|
477
441
|
|
|
478
|
-
const $4acc2f407c169e55$export$653eddfc964b0f8a = new WeakMap();
|
|
479
|
-
function $4acc2f407c169e55$export$5591b0b878c1a989(props, state, ref) {
|
|
480
|
-
let { labelProps: labelProps , fieldProps: fieldProps , descriptionProps: descriptionProps , errorMessageProps: errorMessageProps } = $IwcIq$reactarialabel.useField({
|
|
481
|
-
...props,
|
|
482
|
-
labelElementType: 'span'
|
|
483
|
-
});
|
|
484
|
-
let groupProps = $715562ad3b4cced4$export$4a931266a3838b86(state, ref);
|
|
485
|
-
let { focusWithinProps: focusWithinProps } = $IwcIq$reactariainteractions.useFocusWithin({
|
|
486
|
-
onBlurWithin () {
|
|
487
|
-
state.confirmPlaceholder();
|
|
488
|
-
}
|
|
489
|
-
});
|
|
490
|
-
let formatter = $IwcIq$reactariai18n.useDateFormatter(state.getFormatOptions({
|
|
491
|
-
month: 'long'
|
|
492
|
-
}));
|
|
493
|
-
let descProps = $IwcIq$reactariautils.useDescription(state.value ? formatter.format(state.dateValue) : null);
|
|
494
|
-
let segmentLabelledBy = fieldProps['aria-labelledby'] || fieldProps.id;
|
|
495
|
-
let describedBy = [
|
|
496
|
-
descProps['aria-describedby'],
|
|
497
|
-
fieldProps['aria-describedby']
|
|
498
|
-
].filter(Boolean).join(' ') || undefined;
|
|
499
|
-
let propsFocusManager = props[$20f695b1b69e6b9e$export$7b3062cd49e80452];
|
|
500
|
-
let focusManager = $IwcIq$react.useMemo(()=>propsFocusManager || $IwcIq$reactariafocus.createFocusManager(ref)
|
|
501
|
-
, [
|
|
502
|
-
propsFocusManager,
|
|
503
|
-
ref
|
|
504
|
-
]);
|
|
505
|
-
$4acc2f407c169e55$export$653eddfc964b0f8a.set(state, {
|
|
506
|
-
ariaLabelledBy: segmentLabelledBy,
|
|
507
|
-
ariaDescribedBy: describedBy,
|
|
508
|
-
focusManager: focusManager
|
|
509
|
-
});
|
|
510
|
-
let autoFocusRef = $IwcIq$react.useRef(props.autoFocus);
|
|
511
|
-
$IwcIq$react.useEffect(()=>{
|
|
512
|
-
if (autoFocusRef.current) focusManager.focusFirst();
|
|
513
|
-
autoFocusRef.current = false;
|
|
514
|
-
}, [
|
|
515
|
-
focusManager
|
|
516
|
-
]);
|
|
517
|
-
return {
|
|
518
|
-
labelProps: {
|
|
519
|
-
...labelProps,
|
|
520
|
-
onClick: ()=>{
|
|
521
|
-
focusManager.focusFirst();
|
|
522
|
-
}
|
|
523
|
-
},
|
|
524
|
-
fieldProps: $IwcIq$reactariautils.mergeProps(fieldProps, descProps, groupProps, focusWithinProps, {
|
|
525
|
-
role: 'group',
|
|
526
|
-
'aria-disabled': props.isDisabled || undefined,
|
|
527
|
-
'aria-describedby': describedBy
|
|
528
|
-
}),
|
|
529
|
-
descriptionProps: descriptionProps,
|
|
530
|
-
errorMessageProps: errorMessageProps
|
|
531
|
-
};
|
|
532
|
-
}
|
|
533
|
-
function $4acc2f407c169e55$export$4c842f6a241dc825(props, state, ref) {
|
|
534
|
-
return $4acc2f407c169e55$export$5591b0b878c1a989(props, state, ref);
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
var $934ac650a0aceb4b$exports = {};
|
|
542
|
-
|
|
543
|
-
$parcel$export($934ac650a0aceb4b$exports, "useDisplayNames", () => $934ac650a0aceb4b$export$d42c60378c8168f8);
|
|
544
|
-
|
|
545
442
|
|
|
546
443
|
|
|
547
444
|
|
|
@@ -574,12 +471,11 @@ class $934ac650a0aceb4b$var$DisplayNamesPolyfill {
|
|
|
574
471
|
|
|
575
472
|
|
|
576
473
|
|
|
577
|
-
|
|
578
474
|
function $5c015c6316d1904d$export$1315d136e6f7581(segment, state, ref) {
|
|
579
475
|
let enteredKeys = $IwcIq$react.useRef('');
|
|
580
476
|
let { locale: locale , direction: direction } = $IwcIq$reactariai18n.useLocale();
|
|
581
477
|
let displayNames = $934ac650a0aceb4b$export$d42c60378c8168f8();
|
|
582
|
-
let { ariaLabelledBy: ariaLabelledBy , ariaDescribedBy: ariaDescribedBy , focusManager: focusManager } = $4acc2f407c169e55$export$653eddfc964b0f8a.get(state);
|
|
478
|
+
let { ariaLabel: ariaLabel , ariaLabelledBy: ariaLabelledBy , ariaDescribedBy: ariaDescribedBy , focusManager: focusManager } = $4acc2f407c169e55$export$653eddfc964b0f8a.get(state);
|
|
583
479
|
let textValue = segment.text;
|
|
584
480
|
let options = $IwcIq$react.useMemo(()=>state.dateFormatter.resolvedOptions()
|
|
585
481
|
, [
|
|
@@ -597,7 +493,7 @@ function $5c015c6316d1904d$export$1315d136e6f7581(segment, state, ref) {
|
|
|
597
493
|
if (segment.type === 'month') {
|
|
598
494
|
let monthTextValue = monthDateFormatter.format(state.dateValue);
|
|
599
495
|
textValue = monthTextValue !== textValue ? `${textValue} – ${monthTextValue}` : monthTextValue;
|
|
600
|
-
} else if (segment.type === 'hour'
|
|
496
|
+
} else if (segment.type === 'hour') textValue = hourDateFormatter.format(state.dateValue);
|
|
601
497
|
let { spinButtonProps: spinButtonProps } = $IwcIq$reactariaspinbutton.useSpinButton({
|
|
602
498
|
value: segment.value,
|
|
603
499
|
textValue: textValue,
|
|
@@ -807,17 +703,6 @@ function $5c015c6316d1904d$export$1315d136e6f7581(segment, state, ref) {
|
|
|
807
703
|
break;
|
|
808
704
|
}
|
|
809
705
|
});
|
|
810
|
-
// Focus on mouse down/touch up to match native textfield behavior.
|
|
811
|
-
// usePress handles canceling text selection.
|
|
812
|
-
let { pressProps: pressProps } = $IwcIq$reactariainteractions.usePress({
|
|
813
|
-
preventFocusOnPress: true,
|
|
814
|
-
onPressStart: (e)=>{
|
|
815
|
-
if (e.pointerType === 'mouse') e.target.focus();
|
|
816
|
-
},
|
|
817
|
-
onPress (e) {
|
|
818
|
-
if (e.pointerType !== 'mouse') e.target.focus();
|
|
819
|
-
}
|
|
820
|
-
});
|
|
821
706
|
// For Android: prevent selection on long press.
|
|
822
707
|
$IwcIq$reactariautils.useEvent(ref, 'selectstart', (e)=>{
|
|
823
708
|
e.preventDefault();
|
|
@@ -841,6 +726,13 @@ function $5c015c6316d1904d$export$1315d136e6f7581(segment, state, ref) {
|
|
|
841
726
|
if (segment !== firstSegment && state.validationState !== 'invalid') ariaDescribedBy = undefined;
|
|
842
727
|
let id = $IwcIq$reactariautils.useId();
|
|
843
728
|
let isEditable = !state.isDisabled && !state.isReadOnly && segment.isEditable;
|
|
729
|
+
// Prepend the label passed from the field to each segment name.
|
|
730
|
+
// This is needed because VoiceOver on iOS does not announce groups.
|
|
731
|
+
let name = segment.type === 'literal' ? '' : displayNames.of(segment.type);
|
|
732
|
+
let labelProps = $IwcIq$reactariautils.useLabels({
|
|
733
|
+
'aria-label': (ariaLabel ? ariaLabel + ' ' : '') + name,
|
|
734
|
+
'aria-labelledby': ariaLabelledBy
|
|
735
|
+
});
|
|
844
736
|
// Literal segments should not be visible to screen readers. We don't really need any of the above,
|
|
845
737
|
// but the rules of hooks mean hooks cannot be conditional so we have to put this condition here.
|
|
846
738
|
if (segment.type === 'literal') return {
|
|
@@ -849,12 +741,10 @@ function $5c015c6316d1904d$export$1315d136e6f7581(segment, state, ref) {
|
|
|
849
741
|
}
|
|
850
742
|
};
|
|
851
743
|
return {
|
|
852
|
-
segmentProps: $IwcIq$reactariautils.mergeProps(spinButtonProps,
|
|
744
|
+
segmentProps: $IwcIq$reactariautils.mergeProps(spinButtonProps, labelProps, {
|
|
853
745
|
id: id,
|
|
854
746
|
...touchPropOverrides,
|
|
855
747
|
'aria-invalid': state.validationState === 'invalid' ? 'true' : undefined,
|
|
856
|
-
'aria-label': displayNames.of(segment.type),
|
|
857
|
-
'aria-labelledby': `${ariaLabelledBy} ${id}`,
|
|
858
748
|
'aria-describedby': ariaDescribedBy,
|
|
859
749
|
'aria-placeholder': segment.isPlaceholder ? segment.text : undefined,
|
|
860
750
|
'aria-readonly': state.isReadOnly || !segment.isEditable ? 'true' : undefined,
|
|
@@ -870,7 +760,16 @@ function $5c015c6316d1904d$export$1315d136e6f7581(segment, state, ref) {
|
|
|
870
760
|
onKeyDown: onKeyDown,
|
|
871
761
|
onFocus: onFocus,
|
|
872
762
|
style: {
|
|
873
|
-
caretColor: 'transparent'
|
|
763
|
+
caretColor: 'transparent',
|
|
764
|
+
userSelect: 'none',
|
|
765
|
+
WebkitUserSelect: 'none'
|
|
766
|
+
},
|
|
767
|
+
// Prevent pointer events from reaching useDatePickerGroup, and allow native browser behavior to focus the segment.
|
|
768
|
+
onPointerDown (e) {
|
|
769
|
+
e.stopPropagation();
|
|
770
|
+
},
|
|
771
|
+
onMouseDown (e) {
|
|
772
|
+
e.stopPropagation();
|
|
874
773
|
}
|
|
875
774
|
})
|
|
876
775
|
};
|
|
@@ -880,7 +779,131 @@ function $5c015c6316d1904d$export$1315d136e6f7581(segment, state, ref) {
|
|
|
880
779
|
|
|
881
780
|
|
|
882
781
|
|
|
883
|
-
|
|
782
|
+
|
|
783
|
+
|
|
784
|
+
|
|
785
|
+
|
|
786
|
+
|
|
787
|
+
|
|
788
|
+
|
|
789
|
+
function $20f695b1b69e6b9e$export$12fd5f0e9f4bb192(props, state, ref) {
|
|
790
|
+
var ref1, ref2;
|
|
791
|
+
let formatMessage = $IwcIq$reactariai18n.useMessageFormatter((/*@__PURE__*/$parcel$interopDefault($c7d0e80b992ca68a$exports)));
|
|
792
|
+
let { labelProps: labelProps , fieldProps: fieldProps , descriptionProps: descriptionProps , errorMessageProps: errorMessageProps } = $IwcIq$reactarialabel.useField({
|
|
793
|
+
...props,
|
|
794
|
+
labelElementType: 'span'
|
|
795
|
+
});
|
|
796
|
+
let labelledBy = fieldProps['aria-labelledby'] || fieldProps.id;
|
|
797
|
+
let { locale: locale } = $IwcIq$reactariai18n.useLocale();
|
|
798
|
+
let range = state.formatValue(locale, {
|
|
799
|
+
month: 'long'
|
|
800
|
+
});
|
|
801
|
+
let description = range ? formatMessage('selectedRangeDescription', {
|
|
802
|
+
startDate: range.start,
|
|
803
|
+
endDate: range.end
|
|
804
|
+
}) : '';
|
|
805
|
+
let descProps = $IwcIq$reactariautils.useDescription(description);
|
|
806
|
+
let startFieldProps = {
|
|
807
|
+
'aria-label': formatMessage('startDate'),
|
|
808
|
+
'aria-labelledby': labelledBy
|
|
809
|
+
};
|
|
810
|
+
let endFieldProps = {
|
|
811
|
+
'aria-label': formatMessage('endDate'),
|
|
812
|
+
'aria-labelledby': labelledBy
|
|
813
|
+
};
|
|
814
|
+
let buttonId = $IwcIq$reactariautils.useId();
|
|
815
|
+
let dialogId = $IwcIq$reactariautils.useId();
|
|
816
|
+
let groupProps = $715562ad3b4cced4$export$4a931266a3838b86(state, ref);
|
|
817
|
+
let { focusWithinProps: focusWithinProps } = $IwcIq$reactariainteractions.useFocusWithin({
|
|
818
|
+
onBlurWithin () {
|
|
819
|
+
state.confirmPlaceholder();
|
|
820
|
+
}
|
|
821
|
+
});
|
|
822
|
+
let ariaDescribedBy = [
|
|
823
|
+
descProps['aria-describedby'],
|
|
824
|
+
fieldProps['aria-describedby']
|
|
825
|
+
].filter(Boolean).join(' ') || undefined;
|
|
826
|
+
let focusManager = $IwcIq$react.useMemo(()=>$IwcIq$reactariafocus.createFocusManager(ref)
|
|
827
|
+
, [
|
|
828
|
+
ref
|
|
829
|
+
]);
|
|
830
|
+
let commonFieldProps = {
|
|
831
|
+
[$4acc2f407c169e55$export$7b3062cd49e80452]: focusManager,
|
|
832
|
+
[$4acc2f407c169e55$export$300019f83c56d282]: 'presentation',
|
|
833
|
+
'aria-describedby': ariaDescribedBy,
|
|
834
|
+
minValue: props.minValue,
|
|
835
|
+
maxValue: props.maxValue,
|
|
836
|
+
placeholderValue: props.placeholderValue,
|
|
837
|
+
hideTimeZone: props.hideTimeZone,
|
|
838
|
+
hourCycle: props.hourCycle,
|
|
839
|
+
granularity: props.granularity,
|
|
840
|
+
isDisabled: props.isDisabled,
|
|
841
|
+
isReadOnly: props.isReadOnly,
|
|
842
|
+
isRequired: props.isRequired,
|
|
843
|
+
validationState: state.validationState
|
|
844
|
+
};
|
|
845
|
+
let domProps = $IwcIq$reactariautils.filterDOMProps(props);
|
|
846
|
+
return {
|
|
847
|
+
groupProps: $IwcIq$reactariautils.mergeProps(domProps, groupProps, fieldProps, descProps, focusWithinProps, {
|
|
848
|
+
role: 'group',
|
|
849
|
+
'aria-disabled': props.isDisabled || null,
|
|
850
|
+
'aria-describedby': ariaDescribedBy
|
|
851
|
+
}),
|
|
852
|
+
labelProps: {
|
|
853
|
+
...labelProps,
|
|
854
|
+
onClick: ()=>{
|
|
855
|
+
focusManager.focusFirst();
|
|
856
|
+
}
|
|
857
|
+
},
|
|
858
|
+
buttonProps: {
|
|
859
|
+
...descProps,
|
|
860
|
+
id: buttonId,
|
|
861
|
+
excludeFromTabOrder: true,
|
|
862
|
+
'aria-haspopup': 'dialog',
|
|
863
|
+
'aria-label': formatMessage('calendar'),
|
|
864
|
+
'aria-labelledby': `${labelledBy} ${buttonId}`,
|
|
865
|
+
'aria-describedby': ariaDescribedBy,
|
|
866
|
+
onPress: ()=>state.setOpen(true)
|
|
867
|
+
},
|
|
868
|
+
dialogProps: {
|
|
869
|
+
id: dialogId,
|
|
870
|
+
'aria-labelledby': `${labelledBy} ${buttonId}`
|
|
871
|
+
},
|
|
872
|
+
startFieldProps: {
|
|
873
|
+
...startFieldProps,
|
|
874
|
+
...commonFieldProps,
|
|
875
|
+
value: (ref1 = state.value) === null || ref1 === void 0 ? void 0 : ref1.start,
|
|
876
|
+
onChange: (start)=>state.setDateTime('start', start)
|
|
877
|
+
,
|
|
878
|
+
autoFocus: props.autoFocus
|
|
879
|
+
},
|
|
880
|
+
endFieldProps: {
|
|
881
|
+
...endFieldProps,
|
|
882
|
+
...commonFieldProps,
|
|
883
|
+
value: (ref2 = state.value) === null || ref2 === void 0 ? void 0 : ref2.end,
|
|
884
|
+
onChange: (end)=>state.setDateTime('end', end)
|
|
885
|
+
},
|
|
886
|
+
descriptionProps: descriptionProps,
|
|
887
|
+
errorMessageProps: errorMessageProps,
|
|
888
|
+
calendarProps: {
|
|
889
|
+
autoFocus: true,
|
|
890
|
+
value: state.dateRange,
|
|
891
|
+
onChange: state.setDateRange,
|
|
892
|
+
minValue: props.minValue,
|
|
893
|
+
maxValue: props.maxValue,
|
|
894
|
+
isDisabled: props.isDisabled,
|
|
895
|
+
isReadOnly: props.isReadOnly,
|
|
896
|
+
isDateUnavailable: props.isDateUnavailable,
|
|
897
|
+
allowsNonContiguousRanges: props.allowsNonContiguousRanges,
|
|
898
|
+
defaultFocusedValue: state.dateRange ? undefined : props.placeholderValue,
|
|
899
|
+
validationState: state.validationState,
|
|
900
|
+
errorMessage: props.errorMessage
|
|
901
|
+
}
|
|
902
|
+
};
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
|
|
906
|
+
|
|
884
907
|
|
|
885
908
|
|
|
886
909
|
//# sourceMappingURL=main.js.map
|