@react-aria/datepicker 3.0.0-nightly.3180 → 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 +80 -79
- package/dist/main.js.map +1 -1
- package/dist/module.js +80 -66
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +8 -6
- package/dist/types.d.ts.map +1 -1
- package/package.json +16 -16
- package/src/index.ts +7 -1
- package/src/useDateField.ts +14 -6
- package/src/useDatePicker.ts +10 -5
- package/src/useDateRangePicker.ts +10 -5
- package/src/useDateSegment.ts +12 -20
- package/src/useDisplayNames.ts +1 -0
package/dist/main.js
CHANGED
|
@@ -11,22 +11,6 @@ var $IwcIq$internationalizedmessage = require("@internationalized/message");
|
|
|
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 = {
|
|
@@ -272,6 +258,7 @@ function $715562ad3b4cced4$export$4a931266a3838b86(state, ref1) {
|
|
|
272
258
|
|
|
273
259
|
|
|
274
260
|
|
|
261
|
+
|
|
275
262
|
const $4acc2f407c169e55$export$653eddfc964b0f8a = new WeakMap();
|
|
276
263
|
const $4acc2f407c169e55$export$300019f83c56d282 = '__role_' + Date.now();
|
|
277
264
|
const $4acc2f407c169e55$export$7b3062cd49e80452 = '__focusManager_' + Date.now();
|
|
@@ -286,9 +273,15 @@ function $4acc2f407c169e55$export$5591b0b878c1a989(props, state, ref) {
|
|
|
286
273
|
state.confirmPlaceholder();
|
|
287
274
|
}
|
|
288
275
|
});
|
|
289
|
-
let
|
|
290
|
-
|
|
291
|
-
|
|
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);
|
|
292
285
|
// If within a date picker or date range picker, the date field will have role="presentation" and an aria-describedby
|
|
293
286
|
// will be passed in that references the value (e.g. entire range). Otherwise, add the field's value description.
|
|
294
287
|
let describedBy = props[$4acc2f407c169e55$export$300019f83c56d282] === 'presentation' ? fieldProps['aria-describedby'] : [
|
|
@@ -331,6 +324,7 @@ function $4acc2f407c169e55$export$5591b0b878c1a989(props, state, ref) {
|
|
|
331
324
|
}, [
|
|
332
325
|
focusManager
|
|
333
326
|
]);
|
|
327
|
+
let domProps = $IwcIq$reactariautils.filterDOMProps(props);
|
|
334
328
|
return {
|
|
335
329
|
labelProps: {
|
|
336
330
|
...labelProps,
|
|
@@ -338,7 +332,7 @@ function $4acc2f407c169e55$export$5591b0b878c1a989(props, state, ref) {
|
|
|
338
332
|
focusManager.focusFirst();
|
|
339
333
|
}
|
|
340
334
|
},
|
|
341
|
-
fieldProps: $IwcIq$reactariautils.mergeProps(fieldDOMProps, groupProps, focusWithinProps),
|
|
335
|
+
fieldProps: $IwcIq$reactariautils.mergeProps(domProps, fieldDOMProps, groupProps, focusWithinProps),
|
|
342
336
|
descriptionProps: descriptionProps,
|
|
343
337
|
errorMessageProps: errorMessageProps
|
|
344
338
|
};
|
|
@@ -362,15 +356,20 @@ function $e90ae7c26a69c6b1$export$42df105a73306d51(props, state, ref) {
|
|
|
362
356
|
let groupProps = $715562ad3b4cced4$export$4a931266a3838b86(state, ref);
|
|
363
357
|
let labelledBy = fieldProps['aria-labelledby'] || fieldProps.id;
|
|
364
358
|
let { locale: locale } = $IwcIq$reactariai18n.useLocale();
|
|
365
|
-
let
|
|
359
|
+
let date = state.formatValue(locale, {
|
|
366
360
|
month: 'long'
|
|
367
|
-
})
|
|
361
|
+
});
|
|
362
|
+
let description = date ? formatMessage('selectedDateDescription', {
|
|
363
|
+
date: date
|
|
364
|
+
}) : '';
|
|
365
|
+
let descProps = $IwcIq$reactariautils.useDescription(description);
|
|
368
366
|
let ariaDescribedBy = [
|
|
369
367
|
descProps['aria-describedby'],
|
|
370
368
|
fieldProps['aria-describedby']
|
|
371
369
|
].filter(Boolean).join(' ') || undefined;
|
|
370
|
+
let domProps = $IwcIq$reactariautils.filterDOMProps(props);
|
|
372
371
|
return {
|
|
373
|
-
groupProps: $IwcIq$reactariautils.mergeProps(groupProps, fieldProps, descProps, {
|
|
372
|
+
groupProps: $IwcIq$reactariautils.mergeProps(domProps, groupProps, fieldProps, descProps, {
|
|
374
373
|
role: 'group',
|
|
375
374
|
'aria-disabled': props.isDisabled || null,
|
|
376
375
|
'aria-labelledby': labelledBy,
|
|
@@ -426,7 +425,9 @@ function $e90ae7c26a69c6b1$export$42df105a73306d51(props, state, ref) {
|
|
|
426
425
|
isDisabled: props.isDisabled,
|
|
427
426
|
isReadOnly: props.isReadOnly,
|
|
428
427
|
isDateUnavailable: props.isDateUnavailable,
|
|
429
|
-
defaultFocusedValue: state.dateValue ? undefined : props.placeholderValue
|
|
428
|
+
defaultFocusedValue: state.dateValue ? undefined : props.placeholderValue,
|
|
429
|
+
validationState: state.validationState,
|
|
430
|
+
errorMessage: props.errorMessage
|
|
430
431
|
}
|
|
431
432
|
};
|
|
432
433
|
}
|
|
@@ -437,9 +438,6 @@ function $e90ae7c26a69c6b1$export$42df105a73306d51(props, state, ref) {
|
|
|
437
438
|
|
|
438
439
|
|
|
439
440
|
|
|
440
|
-
var $934ac650a0aceb4b$exports = {};
|
|
441
|
-
|
|
442
|
-
$parcel$export($934ac650a0aceb4b$exports, "useDisplayNames", () => $934ac650a0aceb4b$export$d42c60378c8168f8);
|
|
443
441
|
|
|
444
442
|
|
|
445
443
|
|
|
@@ -473,7 +471,6 @@ class $934ac650a0aceb4b$var$DisplayNamesPolyfill {
|
|
|
473
471
|
|
|
474
472
|
|
|
475
473
|
|
|
476
|
-
|
|
477
474
|
function $5c015c6316d1904d$export$1315d136e6f7581(segment, state, ref) {
|
|
478
475
|
let enteredKeys = $IwcIq$react.useRef('');
|
|
479
476
|
let { locale: locale , direction: direction } = $IwcIq$reactariai18n.useLocale();
|
|
@@ -706,17 +703,6 @@ function $5c015c6316d1904d$export$1315d136e6f7581(segment, state, ref) {
|
|
|
706
703
|
break;
|
|
707
704
|
}
|
|
708
705
|
});
|
|
709
|
-
// Focus on mouse down/touch up to match native textfield behavior.
|
|
710
|
-
// usePress handles canceling text selection.
|
|
711
|
-
let { pressProps: pressProps } = $IwcIq$reactariainteractions.usePress({
|
|
712
|
-
preventFocusOnPress: true,
|
|
713
|
-
onPressStart: (e)=>{
|
|
714
|
-
if (e.pointerType === 'mouse') e.target.focus();
|
|
715
|
-
},
|
|
716
|
-
onPress (e) {
|
|
717
|
-
if (e.pointerType !== 'mouse') e.target.focus();
|
|
718
|
-
}
|
|
719
|
-
});
|
|
720
706
|
// For Android: prevent selection on long press.
|
|
721
707
|
$IwcIq$reactariautils.useEvent(ref, 'selectstart', (e)=>{
|
|
722
708
|
e.preventDefault();
|
|
@@ -755,7 +741,7 @@ function $5c015c6316d1904d$export$1315d136e6f7581(segment, state, ref) {
|
|
|
755
741
|
}
|
|
756
742
|
};
|
|
757
743
|
return {
|
|
758
|
-
segmentProps: $IwcIq$reactariautils.mergeProps(spinButtonProps,
|
|
744
|
+
segmentProps: $IwcIq$reactariautils.mergeProps(spinButtonProps, labelProps, {
|
|
759
745
|
id: id,
|
|
760
746
|
...touchPropOverrides,
|
|
761
747
|
'aria-invalid': state.validationState === 'invalid' ? 'true' : undefined,
|
|
@@ -774,7 +760,16 @@ function $5c015c6316d1904d$export$1315d136e6f7581(segment, state, ref) {
|
|
|
774
760
|
onKeyDown: onKeyDown,
|
|
775
761
|
onFocus: onFocus,
|
|
776
762
|
style: {
|
|
777
|
-
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();
|
|
778
773
|
}
|
|
779
774
|
})
|
|
780
775
|
};
|
|
@@ -800,9 +795,13 @@ function $20f695b1b69e6b9e$export$12fd5f0e9f4bb192(props, state, ref) {
|
|
|
800
795
|
});
|
|
801
796
|
let labelledBy = fieldProps['aria-labelledby'] || fieldProps.id;
|
|
802
797
|
let { locale: locale } = $IwcIq$reactariai18n.useLocale();
|
|
803
|
-
let
|
|
798
|
+
let range = state.formatValue(locale, {
|
|
804
799
|
month: 'long'
|
|
805
800
|
});
|
|
801
|
+
let description = range ? formatMessage('selectedRangeDescription', {
|
|
802
|
+
startDate: range.start,
|
|
803
|
+
endDate: range.end
|
|
804
|
+
}) : '';
|
|
806
805
|
let descProps = $IwcIq$reactariautils.useDescription(description);
|
|
807
806
|
let startFieldProps = {
|
|
808
807
|
'aria-label': formatMessage('startDate'),
|
|
@@ -843,8 +842,9 @@ function $20f695b1b69e6b9e$export$12fd5f0e9f4bb192(props, state, ref) {
|
|
|
843
842
|
isRequired: props.isRequired,
|
|
844
843
|
validationState: state.validationState
|
|
845
844
|
};
|
|
845
|
+
let domProps = $IwcIq$reactariautils.filterDOMProps(props);
|
|
846
846
|
return {
|
|
847
|
-
groupProps: $IwcIq$reactariautils.mergeProps(groupProps, fieldProps, descProps, focusWithinProps, {
|
|
847
|
+
groupProps: $IwcIq$reactariautils.mergeProps(domProps, groupProps, fieldProps, descProps, focusWithinProps, {
|
|
848
848
|
role: 'group',
|
|
849
849
|
'aria-disabled': props.isDisabled || null,
|
|
850
850
|
'aria-describedby': ariaDescribedBy
|
|
@@ -895,14 +895,15 @@ function $20f695b1b69e6b9e$export$12fd5f0e9f4bb192(props, state, ref) {
|
|
|
895
895
|
isReadOnly: props.isReadOnly,
|
|
896
896
|
isDateUnavailable: props.isDateUnavailable,
|
|
897
897
|
allowsNonContiguousRanges: props.allowsNonContiguousRanges,
|
|
898
|
-
defaultFocusedValue: state.dateRange ? undefined : props.placeholderValue
|
|
898
|
+
defaultFocusedValue: state.dateRange ? undefined : props.placeholderValue,
|
|
899
|
+
validationState: state.validationState,
|
|
900
|
+
errorMessage: props.errorMessage
|
|
899
901
|
}
|
|
900
902
|
};
|
|
901
903
|
}
|
|
902
904
|
|
|
903
905
|
|
|
904
906
|
|
|
905
|
-
$parcel$exportWildcard(module.exports, $934ac650a0aceb4b$exports);
|
|
906
907
|
|
|
907
908
|
|
|
908
909
|
//# sourceMappingURL=main.js.map
|