@react-spectrum/combobox 3.7.3-nightly.3696 → 3.7.3-nightly.3705

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.
Files changed (2) hide show
  1. package/dist/import.mjs +1302 -0
  2. package/package.json +32 -27
@@ -0,0 +1,1302 @@
1
+ import "./main.css";
2
+ import {Item as $6ea56810956c2335$re_export$Item, Section as $6ea56810956c2335$re_export$Section} from "@react-stately/collections";
3
+ import $725Me$spectrumiconsuiChevronDownMedium from "@spectrum-icons/ui/ChevronDownMedium";
4
+ import {useIsMobileDevice as $725Me$useIsMobileDevice, useUnwrapDOMRef as $725Me$useUnwrapDOMRef, useFocusableRef as $725Me$useFocusableRef, useResizeObserver as $725Me$useResizeObserver, classNames as $725Me$classNames, unwrapDOMRef as $725Me$unwrapDOMRef} from "@react-spectrum/utils";
5
+ import {Field as $725Me$Field} from "@react-spectrum/label";
6
+ import {FieldButton as $725Me$FieldButton, ClearButton as $725Me$ClearButton} from "@react-spectrum/button";
7
+ import {FocusRing as $725Me$FocusRing, focusSafely as $725Me$focusSafely, FocusScope as $725Me$FocusScope} from "@react-aria/focus";
8
+ import {useListBoxLayout as $725Me$useListBoxLayout, ListBoxBase as $725Me$ListBoxBase} from "@react-spectrum/listbox";
9
+ import {Popover as $725Me$Popover, Tray as $725Me$Tray} from "@react-spectrum/overlays";
10
+ import {useHover as $725Me$useHover, PressResponder as $725Me$PressResponder, setInteractionModality as $725Me$setInteractionModality} from "@react-aria/interactions";
11
+ import {ProgressCircle as $725Me$ProgressCircle} from "@react-spectrum/progress";
12
+ import $725Me$react, {useRef as $725Me$useRef, useState as $725Me$useState, useCallback as $725Me$useCallback, useEffect as $725Me$useEffect} from "react";
13
+ import {TextFieldBase as $725Me$TextFieldBase} from "@react-spectrum/textfield";
14
+ import {useComboBox as $725Me$useComboBox} from "@react-aria/combobox";
15
+ import {useComboBoxState as $725Me$useComboBoxState} from "@react-stately/combobox";
16
+ import {useLocalizedStringFormatter as $725Me$useLocalizedStringFormatter, useFilter as $725Me$useFilter} from "@react-aria/i18n";
17
+ import {useLayoutEffect as $725Me$useLayoutEffect, mergeProps as $725Me$mergeProps, useId as $725Me$useId} from "@react-aria/utils";
18
+ import {useProviderProps as $725Me$useProviderProps, useProvider as $725Me$useProvider} from "@react-spectrum/provider";
19
+ import $725Me$spectrumiconsuiAlertMedium from "@spectrum-icons/ui/AlertMedium";
20
+ import $725Me$spectrumiconsuiCheckmarkMedium from "@spectrum-icons/ui/CheckmarkMedium";
21
+ import {useOverlayTrigger as $725Me$useOverlayTrigger, DismissButton as $725Me$DismissButton} from "@react-aria/overlays";
22
+ import {useButton as $725Me$useButton} from "@react-aria/button";
23
+ import {useDialog as $725Me$useDialog} from "@react-aria/dialog";
24
+ import {useField as $725Me$useField} from "@react-aria/label";
25
+
26
+ function $parcel$interopDefault(a) {
27
+ return a && a.__esModule ? a.default : a;
28
+ }
29
+ function $parcel$export(e, n, v, s) {
30
+ Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
31
+ }
32
+ /*
33
+ * Copyright 2020 Adobe. All rights reserved.
34
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
35
+ * you may not use this file except in compliance with the License. You may obtain a copy
36
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
37
+ *
38
+ * Unless required by applicable law or agreed to in writing, software distributed under
39
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
40
+ * OF ANY KIND, either express or implied. See the License for the specific language
41
+ * governing permissions and limitations under the License.
42
+ */ /// <reference types="css-module-types" />
43
+ /*
44
+ * Copyright 2020 Adobe. All rights reserved.
45
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
46
+ * you may not use this file except in compliance with the License. You may obtain a copy
47
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
48
+ *
49
+ * Unless required by applicable law or agreed to in writing, software distributed under
50
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
51
+ * OF ANY KIND, either express or implied. See the License for the specific language
52
+ * governing permissions and limitations under the License.
53
+ */
54
+
55
+ var $7a1753adda45f7fb$exports = {};
56
+
57
+ $parcel$export($7a1753adda45f7fb$exports, "no-results", () => $7a1753adda45f7fb$export$5b1939da91820a47, (v) => $7a1753adda45f7fb$export$5b1939da91820a47 = v);
58
+ $parcel$export($7a1753adda45f7fb$exports, "mobile-combobox", () => $7a1753adda45f7fb$export$31f2f19e6c50453d, (v) => $7a1753adda45f7fb$export$31f2f19e6c50453d = v);
59
+ $parcel$export($7a1753adda45f7fb$exports, "mobile-input", () => $7a1753adda45f7fb$export$bededa1c0ac414c5, (v) => $7a1753adda45f7fb$export$bededa1c0ac414c5 = v);
60
+ $parcel$export($7a1753adda45f7fb$exports, "mobile-value", () => $7a1753adda45f7fb$export$e32ca2bb9f795355, (v) => $7a1753adda45f7fb$export$e32ca2bb9f795355 = v);
61
+ $parcel$export($7a1753adda45f7fb$exports, "tray-dialog", () => $7a1753adda45f7fb$export$3d4198eea215577a, (v) => $7a1753adda45f7fb$export$3d4198eea215577a = v);
62
+ $parcel$export($7a1753adda45f7fb$exports, "tray-textfield", () => $7a1753adda45f7fb$export$73cc97e04e76a6d0, (v) => $7a1753adda45f7fb$export$73cc97e04e76a6d0 = v);
63
+ $parcel$export($7a1753adda45f7fb$exports, "has-label", () => $7a1753adda45f7fb$export$b8e014ff9ad5e5e2, (v) => $7a1753adda45f7fb$export$b8e014ff9ad5e5e2 = v);
64
+ $parcel$export($7a1753adda45f7fb$exports, "tray-textfield-input", () => $7a1753adda45f7fb$export$feb70b7bc717e2b8, (v) => $7a1753adda45f7fb$export$feb70b7bc717e2b8 = v);
65
+ $parcel$export($7a1753adda45f7fb$exports, "tray-listbox", () => $7a1753adda45f7fb$export$7281dc54d38d4bed, (v) => $7a1753adda45f7fb$export$7281dc54d38d4bed = v);
66
+ var $7a1753adda45f7fb$export$5b1939da91820a47;
67
+ var $7a1753adda45f7fb$export$31f2f19e6c50453d;
68
+ var $7a1753adda45f7fb$export$bededa1c0ac414c5;
69
+ var $7a1753adda45f7fb$export$e32ca2bb9f795355;
70
+ var $7a1753adda45f7fb$export$3d4198eea215577a;
71
+ var $7a1753adda45f7fb$export$73cc97e04e76a6d0;
72
+ var $7a1753adda45f7fb$export$b8e014ff9ad5e5e2;
73
+ var $7a1753adda45f7fb$export$feb70b7bc717e2b8;
74
+ var $7a1753adda45f7fb$export$7281dc54d38d4bed;
75
+ $7a1753adda45f7fb$export$5b1939da91820a47 = "no-results_743018";
76
+ $7a1753adda45f7fb$export$31f2f19e6c50453d = "mobile-combobox_743018";
77
+ $7a1753adda45f7fb$export$bededa1c0ac414c5 = "mobile-input_743018";
78
+ $7a1753adda45f7fb$export$e32ca2bb9f795355 = "mobile-value_743018";
79
+ $7a1753adda45f7fb$export$3d4198eea215577a = "tray-dialog_743018";
80
+ $7a1753adda45f7fb$export$73cc97e04e76a6d0 = "tray-textfield_743018";
81
+ $7a1753adda45f7fb$export$b8e014ff9ad5e5e2 = "has-label_743018";
82
+ $7a1753adda45f7fb$export$feb70b7bc717e2b8 = "tray-textfield-input_743018";
83
+ $7a1753adda45f7fb$export$7281dc54d38d4bed = "tray-listbox_743018";
84
+
85
+
86
+
87
+
88
+
89
+ var $9c69665f9f0b71fd$exports = {};
90
+ var $37184f3a1eff2016$exports = {};
91
+ $37184f3a1eff2016$exports = {
92
+ "clear": `مسح`,
93
+ "invalid": `(غير صالح)`,
94
+ "loading": `جارٍ التحميل...`,
95
+ "noResults": `لا توجد نتائج`
96
+ };
97
+
98
+
99
+ var $292e71851d5fef25$exports = {};
100
+ $292e71851d5fef25$exports = {
101
+ "clear": `Изчисти`,
102
+ "invalid": `(невалиден)`,
103
+ "loading": `Зареждане...`,
104
+ "noResults": `Няма резултати`
105
+ };
106
+
107
+
108
+ var $e03903e9a2e8a8dc$exports = {};
109
+ $e03903e9a2e8a8dc$exports = {
110
+ "clear": `Vymazat`,
111
+ "invalid": `(neplatné)`,
112
+ "loading": `Načítání...`,
113
+ "noResults": `Žádné výsledky`
114
+ };
115
+
116
+
117
+ var $e254601d3b112ae8$exports = {};
118
+ $e254601d3b112ae8$exports = {
119
+ "clear": `Ryd`,
120
+ "invalid": `(ugyldig)`,
121
+ "loading": `Indlæser ...`,
122
+ "noResults": `Ingen resultater`
123
+ };
124
+
125
+
126
+ var $760f46c8bf4d0bd2$exports = {};
127
+ $760f46c8bf4d0bd2$exports = {
128
+ "clear": `Löschen`,
129
+ "invalid": `(ungültig)`,
130
+ "loading": `Wird geladen...`,
131
+ "noResults": `Keine Ergebnisse`
132
+ };
133
+
134
+
135
+ var $1ea466df78549cf5$exports = {};
136
+ $1ea466df78549cf5$exports = {
137
+ "clear": `Καθαρισμός`,
138
+ "invalid": `(δεν ισχύει)`,
139
+ "loading": `Φόρτωση...`,
140
+ "noResults": `Χωρίς αποτέλεσμα`
141
+ };
142
+
143
+
144
+ var $2ae24b959273b5c1$exports = {};
145
+ $2ae24b959273b5c1$exports = {
146
+ "loading": `Loading...`,
147
+ "noResults": `No results`,
148
+ "clear": `Clear`,
149
+ "invalid": `(invalid)`
150
+ };
151
+
152
+
153
+ var $1e422c6caf1d6300$exports = {};
154
+ $1e422c6caf1d6300$exports = {
155
+ "clear": `Borrar`,
156
+ "invalid": `(no válido)`,
157
+ "loading": `Cargando...`,
158
+ "noResults": `Sin resultados`
159
+ };
160
+
161
+
162
+ var $ec276c10668cb27d$exports = {};
163
+ $ec276c10668cb27d$exports = {
164
+ "clear": `Puhasta`,
165
+ "invalid": `(kehtetu)`,
166
+ "loading": `Laadimine...`,
167
+ "noResults": `Tulemusi pole`
168
+ };
169
+
170
+
171
+ var $3ee762802ba9edfd$exports = {};
172
+ $3ee762802ba9edfd$exports = {
173
+ "clear": `Kirkas`,
174
+ "invalid": `(epäkelpo)`,
175
+ "loading": `Ladataan...`,
176
+ "noResults": `Ei tuloksia`
177
+ };
178
+
179
+
180
+ var $4a4c220cbaf33119$exports = {};
181
+ $4a4c220cbaf33119$exports = {
182
+ "clear": `Effacer`,
183
+ "invalid": `(non valide)`,
184
+ "loading": `Chargement en cours...`,
185
+ "noResults": `Aucun résultat`
186
+ };
187
+
188
+
189
+ var $5768444fcb73d3f4$exports = {};
190
+ $5768444fcb73d3f4$exports = {
191
+ "clear": `נקי`,
192
+ "invalid": `(לא חוקי)`,
193
+ "loading": `טוען...`,
194
+ "noResults": `אין תוצאות`
195
+ };
196
+
197
+
198
+ var $0c19c7a2667b34f6$exports = {};
199
+ $0c19c7a2667b34f6$exports = {
200
+ "clear": `Izbriši`,
201
+ "invalid": `(nevažeće)`,
202
+ "loading": `Učitavam...`,
203
+ "noResults": `Nema rezultata`
204
+ };
205
+
206
+
207
+ var $c688fc1a398cdc12$exports = {};
208
+ $c688fc1a398cdc12$exports = {
209
+ "clear": `Törlés`,
210
+ "invalid": `(érvénytelen)`,
211
+ "loading": `Betöltés folyamatban…`,
212
+ "noResults": `Nincsenek találatok`
213
+ };
214
+
215
+
216
+ var $beee3b800889f449$exports = {};
217
+ $beee3b800889f449$exports = {
218
+ "clear": `Cancella`,
219
+ "invalid": `(non valido)`,
220
+ "loading": `Caricamento in corso...`,
221
+ "noResults": `Nessun risultato`
222
+ };
223
+
224
+
225
+ var $82c9b25b834471a2$exports = {};
226
+ $82c9b25b834471a2$exports = {
227
+ "clear": `クリア`,
228
+ "invalid": `(無効)`,
229
+ "loading": `読み込み中...`,
230
+ "noResults": `結果なし`
231
+ };
232
+
233
+
234
+ var $be9cae133bb9c811$exports = {};
235
+ $be9cae133bb9c811$exports = {
236
+ "clear": `지우기`,
237
+ "invalid": `(유효하지 않음)`,
238
+ "loading": `로드 중...`,
239
+ "noResults": `결과 없음`
240
+ };
241
+
242
+
243
+ var $5ef0bd350b9637e3$exports = {};
244
+ $5ef0bd350b9637e3$exports = {
245
+ "clear": `Skaidrus`,
246
+ "invalid": `(netinkama)`,
247
+ "loading": `Įkeliama...`,
248
+ "noResults": `Be rezultatų`
249
+ };
250
+
251
+
252
+ var $e897441eed0b833f$exports = {};
253
+ $e897441eed0b833f$exports = {
254
+ "clear": `Notīrīt`,
255
+ "invalid": `(nederīgs)`,
256
+ "loading": `Notiek ielāde...`,
257
+ "noResults": `Nav rezultātu`
258
+ };
259
+
260
+
261
+ var $a4b49a4502f68578$exports = {};
262
+ $a4b49a4502f68578$exports = {
263
+ "clear": `Tøm`,
264
+ "invalid": `(ugyldig)`,
265
+ "loading": `Laster inn ...`,
266
+ "noResults": `Ingen resultater`
267
+ };
268
+
269
+
270
+ var $f07280ca05544eb8$exports = {};
271
+ $f07280ca05544eb8$exports = {
272
+ "clear": `Helder`,
273
+ "invalid": `(ongeldig)`,
274
+ "loading": `Laden...`,
275
+ "noResults": `Geen resultaten`
276
+ };
277
+
278
+
279
+ var $a8ee33871b41ed34$exports = {};
280
+ $a8ee33871b41ed34$exports = {
281
+ "clear": `Wyczyść`,
282
+ "invalid": `(nieprawidłowy)`,
283
+ "loading": `Trwa ładowanie...`,
284
+ "noResults": `Brak wyników`
285
+ };
286
+
287
+
288
+ var $48778e86f0af7d7f$exports = {};
289
+ $48778e86f0af7d7f$exports = {
290
+ "clear": `Limpar`,
291
+ "invalid": `(inválido)`,
292
+ "loading": `Carregando...`,
293
+ "noResults": `Nenhum resultado`
294
+ };
295
+
296
+
297
+ var $95c76e6a3ff4645c$exports = {};
298
+ $95c76e6a3ff4645c$exports = {
299
+ "clear": `Limpar`,
300
+ "invalid": `(inválido)`,
301
+ "loading": `A carregar...`,
302
+ "noResults": `Sem resultados`
303
+ };
304
+
305
+
306
+ var $ea41d6dadb4aad60$exports = {};
307
+ $ea41d6dadb4aad60$exports = {
308
+ "clear": `Golire`,
309
+ "invalid": `(nevalid)`,
310
+ "loading": `Se încarcă...`,
311
+ "noResults": `Niciun rezultat`
312
+ };
313
+
314
+
315
+ var $ad31a70e68aa4a8e$exports = {};
316
+ $ad31a70e68aa4a8e$exports = {
317
+ "clear": `Очистить`,
318
+ "invalid": `(недействительно)`,
319
+ "loading": `Загрузка...`,
320
+ "noResults": `Результаты отсутствуют`
321
+ };
322
+
323
+
324
+ var $9700a8010c106d6b$exports = {};
325
+ $9700a8010c106d6b$exports = {
326
+ "clear": `Vymazať`,
327
+ "invalid": `(neplatné)`,
328
+ "loading": `Načítava sa...`,
329
+ "noResults": `Žiadne výsledky`
330
+ };
331
+
332
+
333
+ var $be219b4f0a2c4a58$exports = {};
334
+ $be219b4f0a2c4a58$exports = {
335
+ "clear": `Jasen`,
336
+ "invalid": `(neveljavno)`,
337
+ "loading": `Nalaganje...`,
338
+ "noResults": `Ni rezultatov`
339
+ };
340
+
341
+
342
+ var $5d0ff97fe4cea552$exports = {};
343
+ $5d0ff97fe4cea552$exports = {
344
+ "clear": `Izbriši`,
345
+ "invalid": `(nevažeće)`,
346
+ "loading": `Učitavam...`,
347
+ "noResults": `Nema rezultata`
348
+ };
349
+
350
+
351
+ var $d3b9b386d3cfbc16$exports = {};
352
+ $d3b9b386d3cfbc16$exports = {
353
+ "clear": `Rensa`,
354
+ "invalid": `(ogiltigt)`,
355
+ "loading": `Läser in...`,
356
+ "noResults": `Inga resultat`
357
+ };
358
+
359
+
360
+ var $50a61df6fac70d29$exports = {};
361
+ $50a61df6fac70d29$exports = {
362
+ "clear": `Temizle`,
363
+ "invalid": `(geçersiz)`,
364
+ "loading": `Yükleniyor...`,
365
+ "noResults": `Sonuç yok`
366
+ };
367
+
368
+
369
+ var $ef974ff21ee4e13f$exports = {};
370
+ $ef974ff21ee4e13f$exports = {
371
+ "clear": `Очистити`,
372
+ "invalid": `(недійсне)`,
373
+ "loading": `Завантаження...`,
374
+ "noResults": `Результатів немає`
375
+ };
376
+
377
+
378
+ var $d38897b975d5f445$exports = {};
379
+ $d38897b975d5f445$exports = {
380
+ "clear": `透明`,
381
+ "invalid": `(无效)`,
382
+ "loading": `正在加载...`,
383
+ "noResults": `无结果`
384
+ };
385
+
386
+
387
+ var $ffc147749052dc62$exports = {};
388
+ $ffc147749052dc62$exports = {
389
+ "clear": `清除`,
390
+ "invalid": `(無效)`,
391
+ "loading": `正在載入...`,
392
+ "noResults": `無任何結果`
393
+ };
394
+
395
+
396
+ $9c69665f9f0b71fd$exports = {
397
+ "ar-AE": $37184f3a1eff2016$exports,
398
+ "bg-BG": $292e71851d5fef25$exports,
399
+ "cs-CZ": $e03903e9a2e8a8dc$exports,
400
+ "da-DK": $e254601d3b112ae8$exports,
401
+ "de-DE": $760f46c8bf4d0bd2$exports,
402
+ "el-GR": $1ea466df78549cf5$exports,
403
+ "en-US": $2ae24b959273b5c1$exports,
404
+ "es-ES": $1e422c6caf1d6300$exports,
405
+ "et-EE": $ec276c10668cb27d$exports,
406
+ "fi-FI": $3ee762802ba9edfd$exports,
407
+ "fr-FR": $4a4c220cbaf33119$exports,
408
+ "he-IL": $5768444fcb73d3f4$exports,
409
+ "hr-HR": $0c19c7a2667b34f6$exports,
410
+ "hu-HU": $c688fc1a398cdc12$exports,
411
+ "it-IT": $beee3b800889f449$exports,
412
+ "ja-JP": $82c9b25b834471a2$exports,
413
+ "ko-KR": $be9cae133bb9c811$exports,
414
+ "lt-LT": $5ef0bd350b9637e3$exports,
415
+ "lv-LV": $e897441eed0b833f$exports,
416
+ "nb-NO": $a4b49a4502f68578$exports,
417
+ "nl-NL": $f07280ca05544eb8$exports,
418
+ "pl-PL": $a8ee33871b41ed34$exports,
419
+ "pt-BR": $48778e86f0af7d7f$exports,
420
+ "pt-PT": $95c76e6a3ff4645c$exports,
421
+ "ro-RO": $ea41d6dadb4aad60$exports,
422
+ "ru-RU": $ad31a70e68aa4a8e$exports,
423
+ "sk-SK": $9700a8010c106d6b$exports,
424
+ "sl-SI": $be219b4f0a2c4a58$exports,
425
+ "sr-SP": $5d0ff97fe4cea552$exports,
426
+ "sv-SE": $d3b9b386d3cfbc16$exports,
427
+ "tr-TR": $50a61df6fac70d29$exports,
428
+ "uk-UA": $ef974ff21ee4e13f$exports,
429
+ "zh-CN": $d38897b975d5f445$exports,
430
+ "zh-TW": $ffc147749052dc62$exports
431
+ };
432
+
433
+
434
+
435
+ /*
436
+ * Copyright 2020 Adobe. All rights reserved.
437
+ * This file is licensed to you under the Apache License, Version 2.0 (the "License");
438
+ * you may not use this file except in compliance with the License. You may obtain a copy
439
+ * of the License at http://www.apache.org/licenses/LICENSE-2.0
440
+ *
441
+ * Unless required by applicable law or agreed to in writing, software distributed under
442
+ * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
443
+ * OF ANY KIND, either express or implied. See the License for the specific language
444
+ * governing permissions and limitations under the License.
445
+ */
446
+ var $086e93d2352a4536$exports = {};
447
+
448
+ $parcel$export($086e93d2352a4536$exports, "spectrum-Button", () => $086e93d2352a4536$export$1db4cca5b4ade39a, (v) => $086e93d2352a4536$export$1db4cca5b4ade39a = v);
449
+ $parcel$export($086e93d2352a4536$exports, "spectrum-ActionButton", () => $086e93d2352a4536$export$53da69f51b770d3, (v) => $086e93d2352a4536$export$53da69f51b770d3 = v);
450
+ $parcel$export($086e93d2352a4536$exports, "spectrum-LogicButton", () => $086e93d2352a4536$export$36ae67a131730482, (v) => $086e93d2352a4536$export$36ae67a131730482 = v);
451
+ $parcel$export($086e93d2352a4536$exports, "spectrum-FieldButton", () => $086e93d2352a4536$export$a024c99ecf6b5741, (v) => $086e93d2352a4536$export$a024c99ecf6b5741 = v);
452
+ $parcel$export($086e93d2352a4536$exports, "spectrum-ClearButton", () => $086e93d2352a4536$export$b752ce409e5660c, (v) => $086e93d2352a4536$export$b752ce409e5660c = v);
453
+ $parcel$export($086e93d2352a4536$exports, "focus-ring", () => $086e93d2352a4536$export$f39a09f249340e2a, (v) => $086e93d2352a4536$export$f39a09f249340e2a = v);
454
+ $parcel$export($086e93d2352a4536$exports, "spectrum-FieldButton--quiet", () => $086e93d2352a4536$export$5ca7b274e4fff9fc, (v) => $086e93d2352a4536$export$5ca7b274e4fff9fc = v);
455
+ $parcel$export($086e93d2352a4536$exports, "spectrum-Icon", () => $086e93d2352a4536$export$d374b04f30360026, (v) => $086e93d2352a4536$export$d374b04f30360026 = v);
456
+ $parcel$export($086e93d2352a4536$exports, "is-hovered", () => $086e93d2352a4536$export$b8813cd5d7824ce7, (v) => $086e93d2352a4536$export$b8813cd5d7824ce7 = v);
457
+ $parcel$export($086e93d2352a4536$exports, "spectrum-Button-label", () => $086e93d2352a4536$export$c081ba562e204942, (v) => $086e93d2352a4536$export$c081ba562e204942 = v);
458
+ $parcel$export($086e93d2352a4536$exports, "spectrum-Button--iconOnly", () => $086e93d2352a4536$export$c1d306ec0fae3838, (v) => $086e93d2352a4536$export$c1d306ec0fae3838 = v);
459
+ $parcel$export($086e93d2352a4536$exports, "spectrum-ActionButton-label", () => $086e93d2352a4536$export$ebb4635c66bacdb9, (v) => $086e93d2352a4536$export$ebb4635c66bacdb9 = v);
460
+ $parcel$export($086e93d2352a4536$exports, "spectrum-ActionButton-hold", () => $086e93d2352a4536$export$4a4f01c443eff992, (v) => $086e93d2352a4536$export$4a4f01c443eff992 = v);
461
+ $parcel$export($086e93d2352a4536$exports, "spectrum-ActionButton--quiet", () => $086e93d2352a4536$export$40e1f009544bacf3, (v) => $086e93d2352a4536$export$40e1f009544bacf3 = v);
462
+ $parcel$export($086e93d2352a4536$exports, "is-disabled", () => $086e93d2352a4536$export$d35bc1e505d1ebbf, (v) => $086e93d2352a4536$export$d35bc1e505d1ebbf = v);
463
+ $parcel$export($086e93d2352a4536$exports, "is-open", () => $086e93d2352a4536$export$a9781837241c946d, (v) => $086e93d2352a4536$export$a9781837241c946d = v);
464
+ $parcel$export($086e93d2352a4536$exports, "spectrum-ClearButton--small", () => $086e93d2352a4536$export$49280ffa5236ba8b, (v) => $086e93d2352a4536$export$49280ffa5236ba8b = v);
465
+ $parcel$export($086e93d2352a4536$exports, "is-active", () => $086e93d2352a4536$export$20fd0f7cd4e6112f, (v) => $086e93d2352a4536$export$20fd0f7cd4e6112f = v);
466
+ $parcel$export($086e93d2352a4536$exports, "spectrum-ClearButton--overBackground", () => $086e93d2352a4536$export$116f2fccf941d34d, (v) => $086e93d2352a4536$export$116f2fccf941d34d = v);
467
+ $parcel$export($086e93d2352a4536$exports, "is-selected", () => $086e93d2352a4536$export$1e0fb04f31d3c22a, (v) => $086e93d2352a4536$export$1e0fb04f31d3c22a = v);
468
+ $parcel$export($086e93d2352a4536$exports, "spectrum-ActionButton--emphasized", () => $086e93d2352a4536$export$5aabb61a966e266f, (v) => $086e93d2352a4536$export$5aabb61a966e266f = v);
469
+ $parcel$export($086e93d2352a4536$exports, "spectrum-ActionButton--staticWhite", () => $086e93d2352a4536$export$ccc536e1adbdc059, (v) => $086e93d2352a4536$export$ccc536e1adbdc059 = v);
470
+ $parcel$export($086e93d2352a4536$exports, "spectrum-ActionButton--staticBlack", () => $086e93d2352a4536$export$8f7c9db66978d20f, (v) => $086e93d2352a4536$export$8f7c9db66978d20f = v);
471
+ $parcel$export($086e93d2352a4536$exports, "spectrum-ActionButton--staticColor", () => $086e93d2352a4536$export$29b7b5d6a5a497c5, (v) => $086e93d2352a4536$export$29b7b5d6a5a497c5 = v);
472
+ $parcel$export($086e93d2352a4536$exports, "spectrum-LogicButton--and", () => $086e93d2352a4536$export$e52daab43a62c528, (v) => $086e93d2352a4536$export$e52daab43a62c528 = v);
473
+ $parcel$export($086e93d2352a4536$exports, "spectrum-LogicButton--or", () => $086e93d2352a4536$export$da76be6126aaa633, (v) => $086e93d2352a4536$export$da76be6126aaa633 = v);
474
+ $parcel$export($086e93d2352a4536$exports, "is-focused", () => $086e93d2352a4536$export$e7dc768d35940237, (v) => $086e93d2352a4536$export$e7dc768d35940237 = v);
475
+ $parcel$export($086e93d2352a4536$exports, "is-placeholder", () => $086e93d2352a4536$export$e5b2f5233e4e5194, (v) => $086e93d2352a4536$export$e5b2f5233e4e5194 = v);
476
+ $parcel$export($086e93d2352a4536$exports, "spectrum-FieldButton--invalid", () => $086e93d2352a4536$export$c9f503f672e8a3c1, (v) => $086e93d2352a4536$export$c9f503f672e8a3c1 = v);
477
+ $parcel$export($086e93d2352a4536$exports, "spectrum-Button--overBackground", () => $086e93d2352a4536$export$5cda1128f9112d2e, (v) => $086e93d2352a4536$export$5cda1128f9112d2e = v);
478
+ var $086e93d2352a4536$export$1db4cca5b4ade39a;
479
+ var $086e93d2352a4536$export$53da69f51b770d3;
480
+ var $086e93d2352a4536$export$36ae67a131730482;
481
+ var $086e93d2352a4536$export$a024c99ecf6b5741;
482
+ var $086e93d2352a4536$export$b752ce409e5660c;
483
+ var $086e93d2352a4536$export$f39a09f249340e2a;
484
+ var $086e93d2352a4536$export$5ca7b274e4fff9fc;
485
+ var $086e93d2352a4536$export$d374b04f30360026;
486
+ var $086e93d2352a4536$export$b8813cd5d7824ce7;
487
+ var $086e93d2352a4536$export$c081ba562e204942;
488
+ var $086e93d2352a4536$export$c1d306ec0fae3838;
489
+ var $086e93d2352a4536$export$ebb4635c66bacdb9;
490
+ var $086e93d2352a4536$export$4a4f01c443eff992;
491
+ var $086e93d2352a4536$export$40e1f009544bacf3;
492
+ var $086e93d2352a4536$export$d35bc1e505d1ebbf;
493
+ var $086e93d2352a4536$export$a9781837241c946d;
494
+ var $086e93d2352a4536$export$49280ffa5236ba8b;
495
+ var $086e93d2352a4536$export$20fd0f7cd4e6112f;
496
+ var $086e93d2352a4536$export$116f2fccf941d34d;
497
+ var $086e93d2352a4536$export$1e0fb04f31d3c22a;
498
+ var $086e93d2352a4536$export$5aabb61a966e266f;
499
+ var $086e93d2352a4536$export$ccc536e1adbdc059;
500
+ var $086e93d2352a4536$export$8f7c9db66978d20f;
501
+ var $086e93d2352a4536$export$29b7b5d6a5a497c5;
502
+ var $086e93d2352a4536$export$e52daab43a62c528;
503
+ var $086e93d2352a4536$export$da76be6126aaa633;
504
+ var $086e93d2352a4536$export$e7dc768d35940237;
505
+ var $086e93d2352a4536$export$e5b2f5233e4e5194;
506
+ var $086e93d2352a4536$export$c9f503f672e8a3c1;
507
+ var $086e93d2352a4536$export$5cda1128f9112d2e;
508
+ $086e93d2352a4536$export$1db4cca5b4ade39a = "spectrum-Button_e2d99e";
509
+ $086e93d2352a4536$export$53da69f51b770d3 = "spectrum-ActionButton_e2d99e";
510
+ $086e93d2352a4536$export$36ae67a131730482 = "spectrum-LogicButton_e2d99e";
511
+ $086e93d2352a4536$export$a024c99ecf6b5741 = "spectrum-FieldButton_e2d99e";
512
+ $086e93d2352a4536$export$b752ce409e5660c = "spectrum-ClearButton_e2d99e";
513
+ $086e93d2352a4536$export$f39a09f249340e2a = "focus-ring_e2d99e";
514
+ $086e93d2352a4536$export$5ca7b274e4fff9fc = "spectrum-FieldButton--quiet_e2d99e";
515
+ $086e93d2352a4536$export$d374b04f30360026 = "spectrum-Icon_e2d99e";
516
+ $086e93d2352a4536$export$b8813cd5d7824ce7 = "is-hovered_e2d99e";
517
+ $086e93d2352a4536$export$c081ba562e204942 = "spectrum-Button-label_e2d99e";
518
+ $086e93d2352a4536$export$c1d306ec0fae3838 = "spectrum-Button--iconOnly_e2d99e";
519
+ $086e93d2352a4536$export$ebb4635c66bacdb9 = "spectrum-ActionButton-label_e2d99e";
520
+ $086e93d2352a4536$export$4a4f01c443eff992 = "spectrum-ActionButton-hold_e2d99e";
521
+ $086e93d2352a4536$export$40e1f009544bacf3 = "spectrum-ActionButton--quiet_e2d99e";
522
+ $086e93d2352a4536$export$d35bc1e505d1ebbf = "is-disabled_e2d99e";
523
+ $086e93d2352a4536$export$a9781837241c946d = "is-open_e2d99e";
524
+ $086e93d2352a4536$export$49280ffa5236ba8b = "spectrum-ClearButton--small_e2d99e";
525
+ $086e93d2352a4536$export$20fd0f7cd4e6112f = "is-active_e2d99e";
526
+ $086e93d2352a4536$export$116f2fccf941d34d = "spectrum-ClearButton--overBackground_e2d99e";
527
+ $086e93d2352a4536$export$1e0fb04f31d3c22a = "is-selected_e2d99e";
528
+ $086e93d2352a4536$export$5aabb61a966e266f = "spectrum-ActionButton--emphasized_e2d99e";
529
+ $086e93d2352a4536$export$ccc536e1adbdc059 = "spectrum-ActionButton--staticWhite_e2d99e";
530
+ $086e93d2352a4536$export$8f7c9db66978d20f = "spectrum-ActionButton--staticBlack_e2d99e";
531
+ $086e93d2352a4536$export$29b7b5d6a5a497c5 = "spectrum-ActionButton--staticColor_e2d99e";
532
+ $086e93d2352a4536$export$e52daab43a62c528 = "spectrum-LogicButton--and_e2d99e";
533
+ $086e93d2352a4536$export$da76be6126aaa633 = "spectrum-LogicButton--or_e2d99e";
534
+ $086e93d2352a4536$export$e7dc768d35940237 = "is-focused_e2d99e";
535
+ $086e93d2352a4536$export$e5b2f5233e4e5194 = "is-placeholder_e2d99e";
536
+ $086e93d2352a4536$export$c9f503f672e8a3c1 = "spectrum-FieldButton--invalid_e2d99e";
537
+ $086e93d2352a4536$export$5cda1128f9112d2e = "spectrum-Button--overBackground_e2d99e";
538
+
539
+
540
+
541
+
542
+
543
+
544
+
545
+
546
+
547
+
548
+
549
+
550
+
551
+ var $cd231e464c886c86$exports = {};
552
+
553
+ $parcel$export($cd231e464c886c86$exports, "spectrum-FieldLabel", () => $cd231e464c886c86$export$493d18e796ae054, (v) => $cd231e464c886c86$export$493d18e796ae054 = v);
554
+ $parcel$export($cd231e464c886c86$exports, "spectrum-FieldLabel--positionSide", () => $cd231e464c886c86$export$9e6f19dc21f22f2e, (v) => $cd231e464c886c86$export$9e6f19dc21f22f2e = v);
555
+ $parcel$export($cd231e464c886c86$exports, "spectrum-FieldLabel-requiredIcon", () => $cd231e464c886c86$export$7c47642c7d46f3c9, (v) => $cd231e464c886c86$export$7c47642c7d46f3c9 = v);
556
+ $parcel$export($cd231e464c886c86$exports, "spectrum-FieldLabel--alignEnd", () => $cd231e464c886c86$export$885efcc08143a987, (v) => $cd231e464c886c86$export$885efcc08143a987 = v);
557
+ $parcel$export($cd231e464c886c86$exports, "spectrum-Field", () => $cd231e464c886c86$export$f6d480ae1e56eba0, (v) => $cd231e464c886c86$export$f6d480ae1e56eba0 = v);
558
+ $parcel$export($cd231e464c886c86$exports, "spectrum-Field-contextualHelp", () => $cd231e464c886c86$export$24fb860d16dd2d3f, (v) => $cd231e464c886c86$export$24fb860d16dd2d3f = v);
559
+ $parcel$export($cd231e464c886c86$exports, "spectrum-Field--positionTop", () => $cd231e464c886c86$export$a4ea780a9064d7f9, (v) => $cd231e464c886c86$export$a4ea780a9064d7f9 = v);
560
+ $parcel$export($cd231e464c886c86$exports, "spectrum-Field-field", () => $cd231e464c886c86$export$3ab8a3dc7f0563d, (v) => $cd231e464c886c86$export$3ab8a3dc7f0563d = v);
561
+ $parcel$export($cd231e464c886c86$exports, "spectrum-Field--alignEnd", () => $cd231e464c886c86$export$5354c9be7ada5f83, (v) => $cd231e464c886c86$export$5354c9be7ada5f83 = v);
562
+ $parcel$export($cd231e464c886c86$exports, "spectrum-Field--positionSide", () => $cd231e464c886c86$export$2963225c91179589, (v) => $cd231e464c886c86$export$2963225c91179589 = v);
563
+ $parcel$export($cd231e464c886c86$exports, "spectrum-Field-wrapper", () => $cd231e464c886c86$export$127df0b7290eb8ef, (v) => $cd231e464c886c86$export$127df0b7290eb8ef = v);
564
+ $parcel$export($cd231e464c886c86$exports, "spectrum-Field--hasContextualHelp", () => $cd231e464c886c86$export$9ba23707a252cdd4, (v) => $cd231e464c886c86$export$9ba23707a252cdd4 = v);
565
+ $parcel$export($cd231e464c886c86$exports, "spectrum-Form", () => $cd231e464c886c86$export$94d2bcc94afabd89, (v) => $cd231e464c886c86$export$94d2bcc94afabd89 = v);
566
+ $parcel$export($cd231e464c886c86$exports, "spectrum-Form--positionSide", () => $cd231e464c886c86$export$7f44db659563c8f4, (v) => $cd231e464c886c86$export$7f44db659563c8f4 = v);
567
+ $parcel$export($cd231e464c886c86$exports, "spectrum-Field-labelCell", () => $cd231e464c886c86$export$9cde5aecff012641, (v) => $cd231e464c886c86$export$9cde5aecff012641 = v);
568
+ $parcel$export($cd231e464c886c86$exports, "spectrum-Field-labelWrapper", () => $cd231e464c886c86$export$a872a8c78b26c9e0, (v) => $cd231e464c886c86$export$a872a8c78b26c9e0 = v);
569
+ $parcel$export($cd231e464c886c86$exports, "spectrum-Form--positionTop", () => $cd231e464c886c86$export$11b8bc81fe551057, (v) => $cd231e464c886c86$export$11b8bc81fe551057 = v);
570
+ $parcel$export($cd231e464c886c86$exports, "spectrum-LabeledValue", () => $cd231e464c886c86$export$79f9a5e9dd010c8d, (v) => $cd231e464c886c86$export$79f9a5e9dd010c8d = v);
571
+ $parcel$export($cd231e464c886c86$exports, "spectrum-Form-itemLabel", () => $cd231e464c886c86$export$51ec27881a1e3928, (v) => $cd231e464c886c86$export$51ec27881a1e3928 = v);
572
+ $parcel$export($cd231e464c886c86$exports, "is-disabled", () => $cd231e464c886c86$export$d35bc1e505d1ebbf, (v) => $cd231e464c886c86$export$d35bc1e505d1ebbf = v);
573
+ var $cd231e464c886c86$export$493d18e796ae054;
574
+ var $cd231e464c886c86$export$9e6f19dc21f22f2e;
575
+ var $cd231e464c886c86$export$7c47642c7d46f3c9;
576
+ var $cd231e464c886c86$export$885efcc08143a987;
577
+ var $cd231e464c886c86$export$f6d480ae1e56eba0;
578
+ var $cd231e464c886c86$export$24fb860d16dd2d3f;
579
+ var $cd231e464c886c86$export$a4ea780a9064d7f9;
580
+ var $cd231e464c886c86$export$3ab8a3dc7f0563d;
581
+ var $cd231e464c886c86$export$5354c9be7ada5f83;
582
+ var $cd231e464c886c86$export$2963225c91179589;
583
+ var $cd231e464c886c86$export$127df0b7290eb8ef;
584
+ var $cd231e464c886c86$export$9ba23707a252cdd4;
585
+ var $cd231e464c886c86$export$94d2bcc94afabd89;
586
+ var $cd231e464c886c86$export$7f44db659563c8f4;
587
+ var $cd231e464c886c86$export$9cde5aecff012641;
588
+ var $cd231e464c886c86$export$a872a8c78b26c9e0;
589
+ var $cd231e464c886c86$export$11b8bc81fe551057;
590
+ var $cd231e464c886c86$export$79f9a5e9dd010c8d;
591
+ var $cd231e464c886c86$export$51ec27881a1e3928;
592
+ var $cd231e464c886c86$export$d35bc1e505d1ebbf;
593
+ $cd231e464c886c86$export$493d18e796ae054 = "spectrum-FieldLabel_d2db1f";
594
+ $cd231e464c886c86$export$9e6f19dc21f22f2e = "spectrum-FieldLabel--positionSide_d2db1f";
595
+ $cd231e464c886c86$export$7c47642c7d46f3c9 = "spectrum-FieldLabel-requiredIcon_d2db1f";
596
+ $cd231e464c886c86$export$885efcc08143a987 = "spectrum-FieldLabel--alignEnd_d2db1f";
597
+ $cd231e464c886c86$export$f6d480ae1e56eba0 = "spectrum-Field_d2db1f";
598
+ $cd231e464c886c86$export$24fb860d16dd2d3f = "spectrum-Field-contextualHelp_d2db1f";
599
+ $cd231e464c886c86$export$a4ea780a9064d7f9 = "spectrum-Field--positionTop_d2db1f";
600
+ $cd231e464c886c86$export$3ab8a3dc7f0563d = "spectrum-Field-field_d2db1f";
601
+ $cd231e464c886c86$export$5354c9be7ada5f83 = "spectrum-Field--alignEnd_d2db1f";
602
+ $cd231e464c886c86$export$2963225c91179589 = "spectrum-Field--positionSide_d2db1f";
603
+ $cd231e464c886c86$export$127df0b7290eb8ef = "spectrum-Field-wrapper_d2db1f";
604
+ $cd231e464c886c86$export$9ba23707a252cdd4 = "spectrum-Field--hasContextualHelp_d2db1f";
605
+ $cd231e464c886c86$export$94d2bcc94afabd89 = "spectrum-Form_d2db1f";
606
+ $cd231e464c886c86$export$7f44db659563c8f4 = "spectrum-Form--positionSide_d2db1f";
607
+ $cd231e464c886c86$export$9cde5aecff012641 = "spectrum-Field-labelCell_d2db1f";
608
+ $cd231e464c886c86$export$a872a8c78b26c9e0 = "spectrum-Field-labelWrapper_d2db1f";
609
+ $cd231e464c886c86$export$11b8bc81fe551057 = "spectrum-Form--positionTop_d2db1f";
610
+ $cd231e464c886c86$export$79f9a5e9dd010c8d = "spectrum-LabeledValue_d2db1f";
611
+ $cd231e464c886c86$export$51ec27881a1e3928 = "spectrum-Form-itemLabel_d2db1f";
612
+ $cd231e464c886c86$export$d35bc1e505d1ebbf = "is-disabled_d2db1f";
613
+
614
+
615
+
616
+
617
+
618
+
619
+ var $5589e2270a5c2f51$exports = {};
620
+
621
+ $parcel$export($5589e2270a5c2f51$exports, "spectrum-Search", () => $5589e2270a5c2f51$export$713911d754e1e4ae, (v) => $5589e2270a5c2f51$export$713911d754e1e4ae = v);
622
+ $parcel$export($5589e2270a5c2f51$exports, "spectrum-ClearButton", () => $5589e2270a5c2f51$export$b752ce409e5660c, (v) => $5589e2270a5c2f51$export$b752ce409e5660c = v);
623
+ $parcel$export($5589e2270a5c2f51$exports, "is-quiet", () => $5589e2270a5c2f51$export$6d5c5433f0da4241, (v) => $5589e2270a5c2f51$export$6d5c5433f0da4241 = v);
624
+ $parcel$export($5589e2270a5c2f51$exports, "spectrum-Search-input", () => $5589e2270a5c2f51$export$50e02603f2d97ae1, (v) => $5589e2270a5c2f51$export$50e02603f2d97ae1 = v);
625
+ $parcel$export($5589e2270a5c2f51$exports, "spectrum-Search--invalid", () => $5589e2270a5c2f51$export$77a6151a0b46a6a3, (v) => $5589e2270a5c2f51$export$77a6151a0b46a6a3 = v);
626
+ $parcel$export($5589e2270a5c2f51$exports, "spectrum-Search--valid", () => $5589e2270a5c2f51$export$aa81e3ab40f37567, (v) => $5589e2270a5c2f51$export$aa81e3ab40f37567 = v);
627
+ $parcel$export($5589e2270a5c2f51$exports, "spectrum-Search--loadable", () => $5589e2270a5c2f51$export$9c74d64afae3b2d4, (v) => $5589e2270a5c2f51$export$9c74d64afae3b2d4 = v);
628
+ $parcel$export($5589e2270a5c2f51$exports, "spectrum-Search-circleLoader", () => $5589e2270a5c2f51$export$70ae4353602451dc, (v) => $5589e2270a5c2f51$export$70ae4353602451dc = v);
629
+ $parcel$export($5589e2270a5c2f51$exports, "spectrum-Search-validationIcon", () => $5589e2270a5c2f51$export$938f0981825eae6e, (v) => $5589e2270a5c2f51$export$938f0981825eae6e = v);
630
+ $parcel$export($5589e2270a5c2f51$exports, "spectrum-Textfield", () => $5589e2270a5c2f51$export$2c8a10299d8b3418, (v) => $5589e2270a5c2f51$export$2c8a10299d8b3418 = v);
631
+ var $5589e2270a5c2f51$export$713911d754e1e4ae;
632
+ var $5589e2270a5c2f51$export$b752ce409e5660c;
633
+ var $5589e2270a5c2f51$export$6d5c5433f0da4241;
634
+ var $5589e2270a5c2f51$export$50e02603f2d97ae1;
635
+ var $5589e2270a5c2f51$export$77a6151a0b46a6a3;
636
+ var $5589e2270a5c2f51$export$aa81e3ab40f37567;
637
+ var $5589e2270a5c2f51$export$9c74d64afae3b2d4;
638
+ var $5589e2270a5c2f51$export$70ae4353602451dc;
639
+ var $5589e2270a5c2f51$export$938f0981825eae6e;
640
+ var $5589e2270a5c2f51$export$2c8a10299d8b3418;
641
+ $5589e2270a5c2f51$export$713911d754e1e4ae = "spectrum-Search_d3c0f3";
642
+ $5589e2270a5c2f51$export$b752ce409e5660c = "spectrum-ClearButton_d3c0f3";
643
+ $5589e2270a5c2f51$export$6d5c5433f0da4241 = "is-quiet_d3c0f3";
644
+ $5589e2270a5c2f51$export$50e02603f2d97ae1 = "spectrum-Search-input_d3c0f3";
645
+ $5589e2270a5c2f51$export$77a6151a0b46a6a3 = "spectrum-Search--invalid_d3c0f3";
646
+ $5589e2270a5c2f51$export$aa81e3ab40f37567 = "spectrum-Search--valid_d3c0f3";
647
+ $5589e2270a5c2f51$export$9c74d64afae3b2d4 = "spectrum-Search--loadable_d3c0f3";
648
+ $5589e2270a5c2f51$export$70ae4353602451dc = "spectrum-Search-circleLoader_d3c0f3";
649
+ $5589e2270a5c2f51$export$938f0981825eae6e = "spectrum-Search-validationIcon_d3c0f3";
650
+ $5589e2270a5c2f51$export$2c8a10299d8b3418 = "spectrum-Textfield_d3c0f3";
651
+
652
+
653
+
654
+ var $8fb52a80fe52b1c7$exports = {};
655
+
656
+ $parcel$export($8fb52a80fe52b1c7$exports, "spectrum-InputGroup", () => $8fb52a80fe52b1c7$export$5be359c1227eedcb, (v) => $8fb52a80fe52b1c7$export$5be359c1227eedcb = v);
657
+ $parcel$export($8fb52a80fe52b1c7$exports, "focus-ring", () => $8fb52a80fe52b1c7$export$f39a09f249340e2a, (v) => $8fb52a80fe52b1c7$export$f39a09f249340e2a = v);
658
+ $parcel$export($8fb52a80fe52b1c7$exports, "spectrum-InputGroup--quiet", () => $8fb52a80fe52b1c7$export$ebf265ffc062029b, (v) => $8fb52a80fe52b1c7$export$ebf265ffc062029b = v);
659
+ $parcel$export($8fb52a80fe52b1c7$exports, "spectrum-FieldButton", () => $8fb52a80fe52b1c7$export$a024c99ecf6b5741, (v) => $8fb52a80fe52b1c7$export$a024c99ecf6b5741 = v);
660
+ $parcel$export($8fb52a80fe52b1c7$exports, "is-disabled", () => $8fb52a80fe52b1c7$export$d35bc1e505d1ebbf, (v) => $8fb52a80fe52b1c7$export$d35bc1e505d1ebbf = v);
661
+ $parcel$export($8fb52a80fe52b1c7$exports, "spectrum-InputGroup--invalid", () => $8fb52a80fe52b1c7$export$3b48509739a9cda0, (v) => $8fb52a80fe52b1c7$export$3b48509739a9cda0 = v);
662
+ $parcel$export($8fb52a80fe52b1c7$exports, "spectrum-InputGroup-field", () => $8fb52a80fe52b1c7$export$ea77459595e26bec, (v) => $8fb52a80fe52b1c7$export$ea77459595e26bec = v);
663
+ $parcel$export($8fb52a80fe52b1c7$exports, "spectrum-InputGroup-input-validationIcon", () => $8fb52a80fe52b1c7$export$f7ab13ee113f4884, (v) => $8fb52a80fe52b1c7$export$f7ab13ee113f4884 = v);
664
+ $parcel$export($8fb52a80fe52b1c7$exports, "spectrum-InputGroup-input-circleLoader", () => $8fb52a80fe52b1c7$export$dcc9e00cdad967fa, (v) => $8fb52a80fe52b1c7$export$dcc9e00cdad967fa = v);
665
+ $parcel$export($8fb52a80fe52b1c7$exports, "spectrum-InputGroup-input", () => $8fb52a80fe52b1c7$export$92706f5c6fe4074, (v) => $8fb52a80fe52b1c7$export$92706f5c6fe4074 = v);
666
+ $parcel$export($8fb52a80fe52b1c7$exports, "spectrum-InputGroup-icon", () => $8fb52a80fe52b1c7$export$b91b6af799fd93a8, (v) => $8fb52a80fe52b1c7$export$b91b6af799fd93a8 = v);
667
+ $parcel$export($8fb52a80fe52b1c7$exports, "spectrum-InputGroup-popover--quiet", () => $8fb52a80fe52b1c7$export$5e116178f9b1556a, (v) => $8fb52a80fe52b1c7$export$5e116178f9b1556a = v);
668
+ $parcel$export($8fb52a80fe52b1c7$exports, "spectrum-Datepicker--range", () => $8fb52a80fe52b1c7$export$1d8b0b29e11d7cd, (v) => $8fb52a80fe52b1c7$export$1d8b0b29e11d7cd = v);
669
+ $parcel$export($8fb52a80fe52b1c7$exports, "spectrum-Datepicker--datetimeRange", () => $8fb52a80fe52b1c7$export$58dd7cd23c92699f, (v) => $8fb52a80fe52b1c7$export$58dd7cd23c92699f = v);
670
+ $parcel$export($8fb52a80fe52b1c7$exports, "spectrum-Datepicker-startField", () => $8fb52a80fe52b1c7$export$80f9c838a8406469, (v) => $8fb52a80fe52b1c7$export$80f9c838a8406469 = v);
671
+ $parcel$export($8fb52a80fe52b1c7$exports, "spectrum-Datepicker-endField", () => $8fb52a80fe52b1c7$export$1c72fb41fa4f21ee, (v) => $8fb52a80fe52b1c7$export$1c72fb41fa4f21ee = v);
672
+ $parcel$export($8fb52a80fe52b1c7$exports, "spectrum-Datepicker--rangeDash", () => $8fb52a80fe52b1c7$export$202113e883898dc, (v) => $8fb52a80fe52b1c7$export$202113e883898dc = v);
673
+ $parcel$export($8fb52a80fe52b1c7$exports, "is-focused", () => $8fb52a80fe52b1c7$export$e7dc768d35940237, (v) => $8fb52a80fe52b1c7$export$e7dc768d35940237 = v);
674
+ $parcel$export($8fb52a80fe52b1c7$exports, "spectrum-Datepicker-focusRing", () => $8fb52a80fe52b1c7$export$eb262b15b9261fde, (v) => $8fb52a80fe52b1c7$export$eb262b15b9261fde = v);
675
+ $parcel$export($8fb52a80fe52b1c7$exports, "is-hovered", () => $8fb52a80fe52b1c7$export$b8813cd5d7824ce7, (v) => $8fb52a80fe52b1c7$export$b8813cd5d7824ce7 = v);
676
+ $parcel$export($8fb52a80fe52b1c7$exports, "is-selected", () => $8fb52a80fe52b1c7$export$1e0fb04f31d3c22a, (v) => $8fb52a80fe52b1c7$export$1e0fb04f31d3c22a = v);
677
+ $parcel$export($8fb52a80fe52b1c7$exports, "spectrum-FieldButton--invalid", () => $8fb52a80fe52b1c7$export$c9f503f672e8a3c1, (v) => $8fb52a80fe52b1c7$export$c9f503f672e8a3c1 = v);
678
+ var $8fb52a80fe52b1c7$export$5be359c1227eedcb;
679
+ var $8fb52a80fe52b1c7$export$f39a09f249340e2a;
680
+ var $8fb52a80fe52b1c7$export$ebf265ffc062029b;
681
+ var $8fb52a80fe52b1c7$export$a024c99ecf6b5741;
682
+ var $8fb52a80fe52b1c7$export$d35bc1e505d1ebbf;
683
+ var $8fb52a80fe52b1c7$export$3b48509739a9cda0;
684
+ var $8fb52a80fe52b1c7$export$ea77459595e26bec;
685
+ var $8fb52a80fe52b1c7$export$f7ab13ee113f4884;
686
+ var $8fb52a80fe52b1c7$export$dcc9e00cdad967fa;
687
+ var $8fb52a80fe52b1c7$export$92706f5c6fe4074;
688
+ var $8fb52a80fe52b1c7$export$b91b6af799fd93a8;
689
+ var $8fb52a80fe52b1c7$export$5e116178f9b1556a;
690
+ var $8fb52a80fe52b1c7$export$1d8b0b29e11d7cd;
691
+ var $8fb52a80fe52b1c7$export$58dd7cd23c92699f;
692
+ var $8fb52a80fe52b1c7$export$80f9c838a8406469;
693
+ var $8fb52a80fe52b1c7$export$1c72fb41fa4f21ee;
694
+ var $8fb52a80fe52b1c7$export$202113e883898dc;
695
+ var $8fb52a80fe52b1c7$export$e7dc768d35940237;
696
+ var $8fb52a80fe52b1c7$export$eb262b15b9261fde;
697
+ var $8fb52a80fe52b1c7$export$b8813cd5d7824ce7;
698
+ var $8fb52a80fe52b1c7$export$1e0fb04f31d3c22a;
699
+ var $8fb52a80fe52b1c7$export$c9f503f672e8a3c1;
700
+ $8fb52a80fe52b1c7$export$5be359c1227eedcb = "spectrum-InputGroup_a0942f";
701
+ $8fb52a80fe52b1c7$export$f39a09f249340e2a = "focus-ring_a0942f";
702
+ $8fb52a80fe52b1c7$export$ebf265ffc062029b = "spectrum-InputGroup--quiet_a0942f";
703
+ $8fb52a80fe52b1c7$export$a024c99ecf6b5741 = "spectrum-FieldButton_a0942f";
704
+ $8fb52a80fe52b1c7$export$d35bc1e505d1ebbf = "is-disabled_a0942f";
705
+ $8fb52a80fe52b1c7$export$3b48509739a9cda0 = "spectrum-InputGroup--invalid_a0942f";
706
+ $8fb52a80fe52b1c7$export$ea77459595e26bec = "spectrum-InputGroup-field_a0942f";
707
+ $8fb52a80fe52b1c7$export$f7ab13ee113f4884 = "spectrum-InputGroup-input-validationIcon_a0942f";
708
+ $8fb52a80fe52b1c7$export$dcc9e00cdad967fa = "spectrum-InputGroup-input-circleLoader_a0942f";
709
+ $8fb52a80fe52b1c7$export$92706f5c6fe4074 = "spectrum-InputGroup-input_a0942f";
710
+ $8fb52a80fe52b1c7$export$b91b6af799fd93a8 = "spectrum-InputGroup-icon_a0942f";
711
+ $8fb52a80fe52b1c7$export$5e116178f9b1556a = "spectrum-InputGroup-popover--quiet_a0942f";
712
+ $8fb52a80fe52b1c7$export$1d8b0b29e11d7cd = "spectrum-Datepicker--range_a0942f";
713
+ $8fb52a80fe52b1c7$export$58dd7cd23c92699f = "spectrum-Datepicker--datetimeRange_a0942f";
714
+ $8fb52a80fe52b1c7$export$80f9c838a8406469 = "spectrum-Datepicker-startField_a0942f";
715
+ $8fb52a80fe52b1c7$export$1c72fb41fa4f21ee = "spectrum-Datepicker-endField_a0942f";
716
+ $8fb52a80fe52b1c7$export$202113e883898dc = "spectrum-Datepicker--rangeDash_a0942f";
717
+ $8fb52a80fe52b1c7$export$e7dc768d35940237 = "is-focused_a0942f";
718
+ $8fb52a80fe52b1c7$export$eb262b15b9261fde = "spectrum-Datepicker-focusRing_a0942f";
719
+ $8fb52a80fe52b1c7$export$b8813cd5d7824ce7 = "is-hovered_a0942f";
720
+ $8fb52a80fe52b1c7$export$1e0fb04f31d3c22a = "is-selected_a0942f";
721
+ $8fb52a80fe52b1c7$export$c9f503f672e8a3c1 = "spectrum-FieldButton--invalid_a0942f";
722
+
723
+
724
+
725
+ var $c14528ddc146317f$exports = {};
726
+
727
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield-input", () => $c14528ddc146317f$export$1ac009feb2b0bd0c, (v) => $c14528ddc146317f$export$1ac009feb2b0bd0c = v);
728
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield", () => $c14528ddc146317f$export$2c8a10299d8b3418, (v) => $c14528ddc146317f$export$2c8a10299d8b3418 = v);
729
+ $parcel$export($c14528ddc146317f$exports, "focus-ring", () => $c14528ddc146317f$export$f39a09f249340e2a, (v) => $c14528ddc146317f$export$f39a09f249340e2a = v);
730
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield--quiet", () => $c14528ddc146317f$export$bffd5e3d61a81737, (v) => $c14528ddc146317f$export$bffd5e3d61a81737 = v);
731
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield--multiline", () => $c14528ddc146317f$export$9699f1c538a448a0, (v) => $c14528ddc146317f$export$9699f1c538a448a0 = v);
732
+ $parcel$export($c14528ddc146317f$exports, "is-placeholder", () => $c14528ddc146317f$export$e5b2f5233e4e5194, (v) => $c14528ddc146317f$export$e5b2f5233e4e5194 = v);
733
+ $parcel$export($c14528ddc146317f$exports, "is-hovered", () => $c14528ddc146317f$export$b8813cd5d7824ce7, (v) => $c14528ddc146317f$export$b8813cd5d7824ce7 = v);
734
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield--valid", () => $c14528ddc146317f$export$c2abbc3f970170b7, (v) => $c14528ddc146317f$export$c2abbc3f970170b7 = v);
735
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield--invalid", () => $c14528ddc146317f$export$58e50b10d30123df, (v) => $c14528ddc146317f$export$58e50b10d30123df = v);
736
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield--loadable", () => $c14528ddc146317f$export$14fd30fea6f1348c, (v) => $c14528ddc146317f$export$14fd30fea6f1348c = v);
737
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield-wrapper", () => $c14528ddc146317f$export$dd1165e0e6012973, (v) => $c14528ddc146317f$export$dd1165e0e6012973 = v);
738
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield-wrapper--quiet", () => $c14528ddc146317f$export$9fcb3d6af94a9d12, (v) => $c14528ddc146317f$export$9fcb3d6af94a9d12 = v);
739
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield-validationIcon", () => $c14528ddc146317f$export$cf0ead5b44db0da3, (v) => $c14528ddc146317f$export$cf0ead5b44db0da3 = v);
740
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield-icon", () => $c14528ddc146317f$export$222d1ccd1870be1d, (v) => $c14528ddc146317f$export$222d1ccd1870be1d = v);
741
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield-inputIcon", () => $c14528ddc146317f$export$c1cdcaa5fe76a871, (v) => $c14528ddc146317f$export$c1cdcaa5fe76a871 = v);
742
+ $parcel$export($c14528ddc146317f$exports, "spectrum-Textfield-circleLoader", () => $c14528ddc146317f$export$82a249fb4d6127, (v) => $c14528ddc146317f$export$82a249fb4d6127 = v);
743
+ $parcel$export($c14528ddc146317f$exports, "is-focused", () => $c14528ddc146317f$export$e7dc768d35940237, (v) => $c14528ddc146317f$export$e7dc768d35940237 = v);
744
+ $parcel$export($c14528ddc146317f$exports, "is-disabled", () => $c14528ddc146317f$export$d35bc1e505d1ebbf, (v) => $c14528ddc146317f$export$d35bc1e505d1ebbf = v);
745
+ var $c14528ddc146317f$export$1ac009feb2b0bd0c;
746
+ var $c14528ddc146317f$export$2c8a10299d8b3418;
747
+ var $c14528ddc146317f$export$f39a09f249340e2a;
748
+ var $c14528ddc146317f$export$bffd5e3d61a81737;
749
+ var $c14528ddc146317f$export$9699f1c538a448a0;
750
+ var $c14528ddc146317f$export$e5b2f5233e4e5194;
751
+ var $c14528ddc146317f$export$b8813cd5d7824ce7;
752
+ var $c14528ddc146317f$export$c2abbc3f970170b7;
753
+ var $c14528ddc146317f$export$58e50b10d30123df;
754
+ var $c14528ddc146317f$export$14fd30fea6f1348c;
755
+ var $c14528ddc146317f$export$dd1165e0e6012973;
756
+ var $c14528ddc146317f$export$9fcb3d6af94a9d12;
757
+ var $c14528ddc146317f$export$cf0ead5b44db0da3;
758
+ var $c14528ddc146317f$export$222d1ccd1870be1d;
759
+ var $c14528ddc146317f$export$c1cdcaa5fe76a871;
760
+ var $c14528ddc146317f$export$82a249fb4d6127;
761
+ var $c14528ddc146317f$export$e7dc768d35940237;
762
+ var $c14528ddc146317f$export$d35bc1e505d1ebbf;
763
+ $c14528ddc146317f$export$1ac009feb2b0bd0c = "spectrum-Textfield-input_73bc77";
764
+ $c14528ddc146317f$export$2c8a10299d8b3418 = "spectrum-Textfield_73bc77";
765
+ $c14528ddc146317f$export$f39a09f249340e2a = "focus-ring_73bc77";
766
+ $c14528ddc146317f$export$bffd5e3d61a81737 = "spectrum-Textfield--quiet_73bc77";
767
+ $c14528ddc146317f$export$9699f1c538a448a0 = "spectrum-Textfield--multiline_73bc77";
768
+ $c14528ddc146317f$export$e5b2f5233e4e5194 = "is-placeholder_73bc77";
769
+ $c14528ddc146317f$export$b8813cd5d7824ce7 = "is-hovered_73bc77";
770
+ $c14528ddc146317f$export$c2abbc3f970170b7 = "spectrum-Textfield--valid_73bc77";
771
+ $c14528ddc146317f$export$58e50b10d30123df = "spectrum-Textfield--invalid_73bc77";
772
+ $c14528ddc146317f$export$14fd30fea6f1348c = "spectrum-Textfield--loadable_73bc77";
773
+ $c14528ddc146317f$export$dd1165e0e6012973 = "spectrum-Textfield-wrapper_73bc77";
774
+ $c14528ddc146317f$export$9fcb3d6af94a9d12 = "spectrum-Textfield-wrapper--quiet_73bc77";
775
+ $c14528ddc146317f$export$cf0ead5b44db0da3 = "spectrum-Textfield-validationIcon_73bc77";
776
+ $c14528ddc146317f$export$222d1ccd1870be1d = "spectrum-Textfield-icon_73bc77";
777
+ $c14528ddc146317f$export$c1cdcaa5fe76a871 = "spectrum-Textfield-inputIcon_73bc77";
778
+ $c14528ddc146317f$export$82a249fb4d6127 = "spectrum-Textfield-circleLoader_73bc77";
779
+ $c14528ddc146317f$export$e7dc768d35940237 = "is-focused_73bc77";
780
+ $c14528ddc146317f$export$d35bc1e505d1ebbf = "is-disabled_73bc77";
781
+
782
+
783
+
784
+
785
+
786
+
787
+
788
+
789
+
790
+
791
+
792
+
793
+ const $a1ae4cad4496428f$export$7637df911c069b4d = /*#__PURE__*/ (0, $725Me$react).forwardRef(function MobileComboBox(props, ref) {
794
+ props = (0, $725Me$useProviderProps)(props);
795
+ let { isQuiet: isQuiet , isDisabled: isDisabled , validationState: validationState , isReadOnly: isReadOnly } = props;
796
+ let { contains: contains } = (0, $725Me$useFilter)({
797
+ sensitivity: "base"
798
+ });
799
+ let state = (0, $725Me$useComboBoxState)({
800
+ ...props,
801
+ defaultFilter: contains,
802
+ allowsEmptyCollection: true,
803
+ // Needs to be false here otherwise we double up on commitSelection/commitCustomValue calls when
804
+ // user taps on underlay (i.e. initial tap will call setFocused(false) -> commitSelection/commitCustomValue via onBlur,
805
+ // then the closing of the tray will call setFocused(false) again due to cleanup effect)
806
+ shouldCloseOnBlur: false
807
+ });
808
+ let buttonRef = (0, $725Me$useRef)();
809
+ let domRef = (0, $725Me$useFocusableRef)(ref, buttonRef);
810
+ let { triggerProps: triggerProps , overlayProps: overlayProps } = (0, $725Me$useOverlayTrigger)({
811
+ type: "listbox"
812
+ }, state, buttonRef);
813
+ let { labelProps: labelProps , fieldProps: fieldProps } = (0, $725Me$useField)({
814
+ ...props,
815
+ labelElementType: "span"
816
+ });
817
+ // Focus the button and show focus ring when clicking on the label
818
+ labelProps.onClick = ()=>{
819
+ if (!props.isDisabled) {
820
+ buttonRef.current.focus();
821
+ (0, $725Me$setInteractionModality)("keyboard");
822
+ }
823
+ };
824
+ return /*#__PURE__*/ (0, $725Me$react).createElement((0, $725Me$react).Fragment, null, /*#__PURE__*/ (0, $725Me$react).createElement((0, $725Me$Field), {
825
+ ...props,
826
+ labelProps: labelProps,
827
+ elementType: "span",
828
+ ref: domRef,
829
+ includeNecessityIndicatorInAccessibilityName: true
830
+ }, /*#__PURE__*/ (0, $725Me$react).createElement($a1ae4cad4496428f$var$ComboBoxButton, {
831
+ ...(0, $725Me$mergeProps)(triggerProps, fieldProps, {
832
+ autoFocus: props.autoFocus
833
+ }),
834
+ ref: buttonRef,
835
+ isQuiet: isQuiet,
836
+ isDisabled: isDisabled,
837
+ isPlaceholder: !state.inputValue,
838
+ validationState: validationState,
839
+ onPress: ()=>!isReadOnly && state.open(null, "manual")
840
+ }, state.inputValue || props.placeholder || "")), /*#__PURE__*/ (0, $725Me$react).createElement((0, $725Me$Tray), {
841
+ state: state,
842
+ isFixedHeight: true,
843
+ ...overlayProps
844
+ }, /*#__PURE__*/ (0, $725Me$react).createElement($a1ae4cad4496428f$var$ComboBoxTray, {
845
+ ...props,
846
+ onClose: state.close,
847
+ overlayProps: overlayProps,
848
+ state: state
849
+ })));
850
+ });
851
+ const $a1ae4cad4496428f$var$ComboBoxButton = /*#__PURE__*/ (0, $725Me$react).forwardRef(function ComboBoxButton(props, ref) {
852
+ let { isQuiet: isQuiet , isDisabled: isDisabled , isPlaceholder: isPlaceholder , validationState: validationState , children: children , style: style , className: className } = props;
853
+ let stringFormatter = (0, $725Me$useLocalizedStringFormatter)((0, (/*@__PURE__*/$parcel$interopDefault($9c69665f9f0b71fd$exports))));
854
+ let valueId = (0, $725Me$useId)();
855
+ let invalidId = (0, $725Me$useId)();
856
+ let validationIcon = validationState === "invalid" ? /*#__PURE__*/ (0, $725Me$react).createElement((0, $725Me$spectrumiconsuiAlertMedium), {
857
+ id: invalidId,
858
+ "aria-label": stringFormatter.format("invalid")
859
+ }) : /*#__PURE__*/ (0, $725Me$react).createElement((0, $725Me$spectrumiconsuiCheckmarkMedium), null);
860
+ let validation = /*#__PURE__*/ (0, $725Me$react).cloneElement(validationIcon, {
861
+ UNSAFE_className: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($c14528ddc146317f$exports))), "spectrum-Textfield-validationIcon", (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports))), "spectrum-InputGroup-input-validationIcon"))
862
+ });
863
+ let { hoverProps: hoverProps , isHovered: isHovered } = (0, $725Me$useHover)({});
864
+ let { buttonProps: buttonProps , isPressed: isPressed } = (0, $725Me$useButton)({
865
+ ...props,
866
+ "aria-labelledby": [
867
+ props["aria-labelledby"],
868
+ props["aria-label"] && !props["aria-labelledby"] ? props.id : null,
869
+ valueId,
870
+ validationState === "invalid" ? invalidId : null
871
+ ].filter(Boolean).join(" "),
872
+ elementType: "div"
873
+ }, ref);
874
+ return /*#__PURE__*/ (0, $725Me$react).createElement((0, $725Me$FocusRing), {
875
+ focusClass: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports))), "is-focused"),
876
+ focusRingClass: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports))), "focus-ring")
877
+ }, /*#__PURE__*/ (0, $725Me$react).createElement("div", {
878
+ ...(0, $725Me$mergeProps)(hoverProps, buttonProps),
879
+ "aria-haspopup": "dialog",
880
+ ref: ref,
881
+ style: {
882
+ ...style,
883
+ outline: "none"
884
+ },
885
+ className: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports))), "spectrum-InputGroup", {
886
+ "spectrum-InputGroup--quiet": isQuiet,
887
+ "is-disabled": isDisabled,
888
+ "spectrum-InputGroup--invalid": validationState === "invalid" && !isDisabled,
889
+ "is-hovered": isHovered
890
+ }, (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($7a1753adda45f7fb$exports))), "mobile-combobox"), className)
891
+ }, /*#__PURE__*/ (0, $725Me$react).createElement("div", {
892
+ className: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($c14528ddc146317f$exports))), "spectrum-Textfield", {
893
+ "spectrum-Textfield--invalid": validationState === "invalid" && !isDisabled,
894
+ "spectrum-Textfield--valid": validationState === "valid" && !isDisabled,
895
+ "spectrum-Textfield--quiet": isQuiet
896
+ }, (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports))), "spectrum-InputGroup-field"))
897
+ }, /*#__PURE__*/ (0, $725Me$react).createElement("div", {
898
+ className: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($c14528ddc146317f$exports))), "spectrum-Textfield-input", {
899
+ "is-hovered": isHovered,
900
+ "is-placeholder": isPlaceholder,
901
+ "is-disabled": isDisabled
902
+ }, (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports))), "spectrum-InputGroup-input", (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($cd231e464c886c86$exports))), "spectrum-Field-field")), (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($7a1753adda45f7fb$exports))), "mobile-input"))
903
+ }, /*#__PURE__*/ (0, $725Me$react).createElement("span", {
904
+ id: valueId,
905
+ className: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($7a1753adda45f7fb$exports))), "mobile-value")
906
+ }, children)), validationState && !isDisabled ? validation : null), /*#__PURE__*/ (0, $725Me$react).createElement("div", {
907
+ className: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($086e93d2352a4536$exports))), "spectrum-FieldButton", {
908
+ "spectrum-FieldButton--quiet": isQuiet,
909
+ "is-active": isPressed,
910
+ "is-disabled": isDisabled,
911
+ "spectrum-FieldButton--invalid": validationState === "invalid" && !isDisabled,
912
+ "is-hovered": isHovered
913
+ }, (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports))), "spectrum-FieldButton"))
914
+ }, /*#__PURE__*/ (0, $725Me$react).createElement((0, $725Me$spectrumiconsuiChevronDownMedium), {
915
+ UNSAFE_className: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports))), "spectrum-Dropdown-chevron")
916
+ }))));
917
+ });
918
+ function $a1ae4cad4496428f$var$ComboBoxTray(props) {
919
+ let { state: // completionMode = 'suggest',
920
+ state , isDisabled: isDisabled , validationState: validationState , label: label , overlayProps: overlayProps , loadingState: loadingState , onLoadMore: onLoadMore , onClose: onClose } = props;
921
+ let timeout = (0, $725Me$useRef)(null);
922
+ let [showLoading, setShowLoading] = (0, $725Me$useState)(false);
923
+ let inputRef = (0, $725Me$useRef)();
924
+ let buttonRef = (0, $725Me$useRef)();
925
+ let popoverRef = (0, $725Me$useRef)();
926
+ let listBoxRef = (0, $725Me$useRef)();
927
+ let layout = (0, $725Me$useListBoxLayout)(state);
928
+ let stringFormatter = (0, $725Me$useLocalizedStringFormatter)((0, (/*@__PURE__*/$parcel$interopDefault($9c69665f9f0b71fd$exports))));
929
+ let { inputProps: inputProps , listBoxProps: listBoxProps , labelProps: labelProps } = (0, $725Me$useComboBox)({
930
+ ...props,
931
+ // completionMode,
932
+ keyboardDelegate: layout,
933
+ buttonRef: (0, $725Me$unwrapDOMRef)(buttonRef),
934
+ popoverRef: popoverRef,
935
+ listBoxRef: listBoxRef,
936
+ inputRef: inputRef
937
+ }, state);
938
+ (0, $725Me$react).useEffect(()=>{
939
+ (0, $725Me$focusSafely)(inputRef.current);
940
+ // When the tray unmounts, set state.isFocused (i.e. the tray input's focus tracker) to false.
941
+ // This is to prevent state.isFocused from being set to true when the tray closes via tapping on the underlay
942
+ // (FocusScope attempts to restore focus to the tray input when tapping outside the tray due to "contain")
943
+ // Have to do this manually since React doesn't call onBlur when a component is unmounted: https://github.com/facebook/react/issues/12363
944
+ return ()=>{
945
+ state.setFocused(false);
946
+ };
947
+ // eslint-disable-next-line react-hooks/exhaustive-deps
948
+ }, []);
949
+ let { dialogProps: dialogProps } = (0, $725Me$useDialog)({
950
+ "aria-labelledby": (0, $725Me$useId)(labelProps.id)
951
+ }, popoverRef);
952
+ // Override the role of the input to "searchbox" instead of "combobox".
953
+ // Since the listbox is always visible, the combobox role doesn't really give us anything.
954
+ // VoiceOver on iOS reads "double tap to collapse" when focused on the input rather than
955
+ // "double tap to edit text", as with a textbox or searchbox. We'd like double tapping to
956
+ // open the virtual keyboard rather than closing the tray.
957
+ inputProps.role = "searchbox";
958
+ inputProps["aria-haspopup"] = "listbox";
959
+ delete inputProps.onTouchEnd;
960
+ let clearButton = /*#__PURE__*/ (0, $725Me$react).createElement((0, $725Me$ClearButton), {
961
+ preventFocus: true,
962
+ "aria-label": stringFormatter.format("clear"),
963
+ excludeFromTabOrder: true,
964
+ onPress: ()=>{
965
+ state.setInputValue("");
966
+ inputRef.current.focus();
967
+ },
968
+ UNSAFE_className: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($5589e2270a5c2f51$exports))), "spectrum-ClearButton"),
969
+ isDisabled: isDisabled
970
+ });
971
+ let loadingCircle = /*#__PURE__*/ (0, $725Me$react).createElement((0, $725Me$ProgressCircle), {
972
+ "aria-label": stringFormatter.format("loading"),
973
+ size: "S",
974
+ isIndeterminate: true,
975
+ UNSAFE_className: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($5589e2270a5c2f51$exports))), "spectrum-Search-circleLoader", (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($c14528ddc146317f$exports))), "spectrum-Textfield-circleLoader"))
976
+ });
977
+ // Close the software keyboard on scroll to give the user a bigger area to scroll.
978
+ // But only do this if scrolling with touch, otherwise it can cause issues with touch
979
+ // screen readers.
980
+ let isTouchDown = (0, $725Me$useRef)(false);
981
+ let onTouchStart = ()=>{
982
+ isTouchDown.current = true;
983
+ };
984
+ let onTouchEnd = ()=>{
985
+ isTouchDown.current = false;
986
+ };
987
+ let onScroll = (0, $725Me$useCallback)(()=>{
988
+ if (!inputRef.current || document.activeElement !== inputRef.current || !isTouchDown.current) return;
989
+ popoverRef.current.focus();
990
+ }, [
991
+ inputRef,
992
+ popoverRef,
993
+ isTouchDown
994
+ ]);
995
+ let inputValue = inputProps.value;
996
+ let lastInputValue = (0, $725Me$useRef)(inputValue);
997
+ (0, $725Me$useEffect)(()=>{
998
+ if (loadingState === "filtering" && !showLoading) {
999
+ if (timeout.current === null) timeout.current = setTimeout(()=>{
1000
+ setShowLoading(true);
1001
+ }, 500);
1002
+ // If user is typing, clear the timer and restart since it is a new request
1003
+ if (inputValue !== lastInputValue.current) {
1004
+ clearTimeout(timeout.current);
1005
+ timeout.current = setTimeout(()=>{
1006
+ setShowLoading(true);
1007
+ }, 500);
1008
+ }
1009
+ } else if (loadingState !== "filtering") {
1010
+ // If loading is no longer happening, clear any timers and hide the loading circle
1011
+ setShowLoading(false);
1012
+ clearTimeout(timeout.current);
1013
+ timeout.current = null;
1014
+ }
1015
+ lastInputValue.current = inputValue;
1016
+ }, [
1017
+ loadingState,
1018
+ inputValue,
1019
+ showLoading
1020
+ ]);
1021
+ let onKeyDown = (e)=>{
1022
+ // Close virtual keyboard if user hits Enter w/o any focused options
1023
+ if (e.key === "Enter" && state.selectionManager.focusedKey == null) popoverRef.current.focus();
1024
+ else inputProps.onKeyDown(e);
1025
+ };
1026
+ return /*#__PURE__*/ (0, $725Me$react).createElement((0, $725Me$FocusScope), {
1027
+ restoreFocus: true,
1028
+ contain: true
1029
+ }, /*#__PURE__*/ (0, $725Me$react).createElement("div", {
1030
+ ...(0, $725Me$mergeProps)(overlayProps, dialogProps),
1031
+ ref: popoverRef,
1032
+ className: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($7a1753adda45f7fb$exports))), "tray-dialog")
1033
+ }, /*#__PURE__*/ (0, $725Me$react).createElement((0, $725Me$DismissButton), {
1034
+ onDismiss: onClose
1035
+ }), /*#__PURE__*/ (0, $725Me$react).createElement((0, $725Me$TextFieldBase), {
1036
+ label: label,
1037
+ labelProps: labelProps,
1038
+ inputProps: {
1039
+ ...inputProps,
1040
+ onKeyDown: onKeyDown
1041
+ },
1042
+ inputRef: inputRef,
1043
+ isDisabled: isDisabled,
1044
+ isLoading: showLoading && loadingState === "filtering",
1045
+ loadingIndicator: loadingState != null && loadingCircle,
1046
+ validationState: validationState,
1047
+ labelAlign: "start",
1048
+ labelPosition: "top",
1049
+ wrapperChildren: (state.inputValue !== "" || loadingState === "filtering" || validationState != null) && !props.isReadOnly && clearButton,
1050
+ UNSAFE_className: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($5589e2270a5c2f51$exports))), "spectrum-Search", "spectrum-Textfield", "spectrum-Search--loadable", {
1051
+ "spectrum-Search--invalid": validationState === "invalid" && !isDisabled,
1052
+ "spectrum-Search--valid": validationState === "valid" && !isDisabled
1053
+ }, (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($7a1753adda45f7fb$exports))), "tray-textfield", {
1054
+ "has-label": !!props.label
1055
+ })),
1056
+ inputClassName: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($7a1753adda45f7fb$exports))), "tray-textfield-input", (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($5589e2270a5c2f51$exports))), "spectrum-Search-input")),
1057
+ validationIconClassName: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($5589e2270a5c2f51$exports))), "spectrum-Search-validationIcon")
1058
+ }), /*#__PURE__*/ (0, $725Me$react).createElement((0, $725Me$ListBoxBase), {
1059
+ ...listBoxProps,
1060
+ domProps: {
1061
+ onTouchStart: onTouchStart,
1062
+ onTouchEnd: onTouchEnd
1063
+ },
1064
+ disallowEmptySelection: true,
1065
+ shouldSelectOnPressUp: true,
1066
+ focusOnPointerEnter: true,
1067
+ layout: layout,
1068
+ state: state,
1069
+ shouldUseVirtualFocus: true,
1070
+ renderEmptyState: ()=>loadingState !== "loading" && /*#__PURE__*/ (0, $725Me$react).createElement("span", {
1071
+ className: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($7a1753adda45f7fb$exports))), "no-results")
1072
+ }, stringFormatter.format("noResults")),
1073
+ UNSAFE_className: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($7a1753adda45f7fb$exports))), "tray-listbox"),
1074
+ ref: listBoxRef,
1075
+ onScroll: onScroll,
1076
+ onLoadMore: onLoadMore,
1077
+ isLoading: loadingState === "loading" || loadingState === "loadingMore"
1078
+ }), /*#__PURE__*/ (0, $725Me$react).createElement((0, $725Me$DismissButton), {
1079
+ onDismiss: onClose
1080
+ })));
1081
+ }
1082
+
1083
+
1084
+
1085
+
1086
+
1087
+
1088
+
1089
+
1090
+
1091
+
1092
+
1093
+
1094
+
1095
+
1096
+
1097
+ function $2289f375e813f187$var$ComboBox(props, ref) {
1098
+ props = (0, $725Me$useProviderProps)(props);
1099
+ if (props.placeholder) console.warn("Placeholders are deprecated due to accessibility issues. Please use help text instead. See the docs for details: https://react-spectrum.adobe.com/react-spectrum/ComboBox.html#help-text");
1100
+ let isMobile = (0, $725Me$useIsMobileDevice)();
1101
+ if (isMobile) // menuTrigger=focus/manual don't apply to mobile combobox
1102
+ return /*#__PURE__*/ (0, $725Me$react).createElement((0, $a1ae4cad4496428f$export$7637df911c069b4d), {
1103
+ ...props,
1104
+ menuTrigger: "input",
1105
+ ref: ref
1106
+ });
1107
+ else return /*#__PURE__*/ (0, $725Me$react).createElement($2289f375e813f187$var$ComboBoxBase, {
1108
+ ...props,
1109
+ ref: ref
1110
+ });
1111
+ }
1112
+ const $2289f375e813f187$var$ComboBoxBase = /*#__PURE__*/ (0, $725Me$react).forwardRef(function ComboBoxBase(props, ref) {
1113
+ let { menuTrigger: menuTrigger = "input" , shouldFlip: shouldFlip = true , direction: direction = "bottom" , isQuiet: isQuiet , loadingState: loadingState , onLoadMore: onLoadMore } = props;
1114
+ let stringFormatter = (0, $725Me$useLocalizedStringFormatter)((0, (/*@__PURE__*/$parcel$interopDefault($9c69665f9f0b71fd$exports))));
1115
+ let isAsync = loadingState != null;
1116
+ let popoverRef = (0, $725Me$useRef)();
1117
+ let unwrappedPopoverRef = (0, $725Me$useUnwrapDOMRef)(popoverRef);
1118
+ let buttonRef = (0, $725Me$useRef)();
1119
+ let unwrappedButtonRef = (0, $725Me$useUnwrapDOMRef)(buttonRef);
1120
+ let listBoxRef = (0, $725Me$useRef)();
1121
+ let inputRef = (0, $725Me$useRef)();
1122
+ let domRef = (0, $725Me$useFocusableRef)(ref, inputRef);
1123
+ let { contains: contains } = (0, $725Me$useFilter)({
1124
+ sensitivity: "base"
1125
+ });
1126
+ let state = (0, $725Me$useComboBoxState)({
1127
+ ...props,
1128
+ defaultFilter: contains,
1129
+ allowsEmptyCollection: isAsync
1130
+ });
1131
+ let layout = (0, $725Me$useListBoxLayout)(state);
1132
+ let { buttonProps: buttonProps , inputProps: inputProps , listBoxProps: listBoxProps , labelProps: labelProps , descriptionProps: descriptionProps , errorMessageProps: errorMessageProps } = (0, $725Me$useComboBox)({
1133
+ ...props,
1134
+ keyboardDelegate: layout,
1135
+ buttonRef: unwrappedButtonRef,
1136
+ popoverRef: unwrappedPopoverRef,
1137
+ listBoxRef: listBoxRef,
1138
+ inputRef: inputRef,
1139
+ menuTrigger: menuTrigger
1140
+ }, state);
1141
+ // Measure the width of the inputfield and the button to inform the width of the menu (below).
1142
+ let [menuWidth, setMenuWidth] = (0, $725Me$useState)(null);
1143
+ let { scale: scale } = (0, $725Me$useProvider)();
1144
+ let onResize = (0, $725Me$useCallback)(()=>{
1145
+ if (unwrappedButtonRef.current && inputRef.current) {
1146
+ let buttonWidth = unwrappedButtonRef.current.offsetWidth;
1147
+ let inputWidth = inputRef.current.offsetWidth;
1148
+ setMenuWidth(buttonWidth + inputWidth);
1149
+ }
1150
+ }, [
1151
+ unwrappedButtonRef,
1152
+ inputRef,
1153
+ setMenuWidth
1154
+ ]);
1155
+ (0, $725Me$useResizeObserver)({
1156
+ ref: domRef,
1157
+ onResize: onResize
1158
+ });
1159
+ (0, $725Me$useLayoutEffect)(onResize, [
1160
+ scale,
1161
+ onResize
1162
+ ]);
1163
+ let style = {
1164
+ width: isQuiet ? null : menuWidth,
1165
+ minWidth: isQuiet ? `calc(${menuWidth}px + calc(2 * var(--spectrum-dropdown-quiet-offset)))` : menuWidth
1166
+ };
1167
+ return /*#__PURE__*/ (0, $725Me$react).createElement((0, $725Me$react).Fragment, null, /*#__PURE__*/ (0, $725Me$react).createElement((0, $725Me$Field), {
1168
+ ...props,
1169
+ descriptionProps: descriptionProps,
1170
+ errorMessageProps: errorMessageProps,
1171
+ labelProps: labelProps,
1172
+ ref: domRef
1173
+ }, /*#__PURE__*/ (0, $725Me$react).createElement($2289f375e813f187$var$ComboBoxInput, {
1174
+ ...props,
1175
+ isOpen: state.isOpen,
1176
+ loadingState: loadingState,
1177
+ inputProps: inputProps,
1178
+ inputRef: inputRef,
1179
+ triggerProps: buttonProps,
1180
+ triggerRef: buttonRef
1181
+ })), /*#__PURE__*/ (0, $725Me$react).createElement((0, $725Me$Popover), {
1182
+ state: state,
1183
+ UNSAFE_style: style,
1184
+ UNSAFE_className: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports))), "spectrum-InputGroup-popover", {
1185
+ "spectrum-InputGroup-popover--quiet": isQuiet
1186
+ }),
1187
+ ref: popoverRef,
1188
+ triggerRef: unwrappedButtonRef,
1189
+ scrollRef: listBoxRef,
1190
+ placement: `${direction} end`,
1191
+ hideArrow: true,
1192
+ isNonModal: true,
1193
+ shouldFlip: shouldFlip
1194
+ }, /*#__PURE__*/ (0, $725Me$react).createElement((0, $725Me$ListBoxBase), {
1195
+ ...listBoxProps,
1196
+ ref: listBoxRef,
1197
+ disallowEmptySelection: true,
1198
+ autoFocus: state.focusStrategy,
1199
+ shouldSelectOnPressUp: true,
1200
+ focusOnPointerEnter: true,
1201
+ layout: layout,
1202
+ state: state,
1203
+ shouldUseVirtualFocus: true,
1204
+ isLoading: loadingState === "loadingMore",
1205
+ onLoadMore: onLoadMore,
1206
+ renderEmptyState: ()=>isAsync && /*#__PURE__*/ (0, $725Me$react).createElement("span", {
1207
+ className: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($7a1753adda45f7fb$exports))), "no-results")
1208
+ }, loadingState === "loading" ? stringFormatter.format("loading") : stringFormatter.format("noResults"))
1209
+ })));
1210
+ });
1211
+ const $2289f375e813f187$var$ComboBoxInput = /*#__PURE__*/ (0, $725Me$react).forwardRef(function ComboBoxInput(props, ref) {
1212
+ let { isQuiet: isQuiet , isDisabled: isDisabled , validationState: validationState , inputProps: inputProps , inputRef: inputRef , triggerProps: triggerProps , triggerRef: triggerRef , autoFocus: autoFocus , style: style , className: className , loadingState: loadingState , isOpen: isOpen , menuTrigger: menuTrigger } = props;
1213
+ let { hoverProps: hoverProps , isHovered: isHovered } = (0, $725Me$useHover)({});
1214
+ let stringFormatter = (0, $725Me$useLocalizedStringFormatter)((0, (/*@__PURE__*/$parcel$interopDefault($9c69665f9f0b71fd$exports))));
1215
+ let timeout = (0, $725Me$useRef)(null);
1216
+ let [showLoading, setShowLoading] = (0, $725Me$useState)(false);
1217
+ let loadingCircle = /*#__PURE__*/ (0, $725Me$react).createElement((0, $725Me$ProgressCircle), {
1218
+ "aria-label": stringFormatter.format("loading"),
1219
+ size: "S",
1220
+ isIndeterminate: true,
1221
+ UNSAFE_className: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($c14528ddc146317f$exports))), "spectrum-Textfield-circleLoader", (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports))), "spectrum-InputGroup-input-circleLoader"))
1222
+ });
1223
+ let isLoading = loadingState === "loading" || loadingState === "filtering";
1224
+ let inputValue = inputProps.value;
1225
+ let lastInputValue = (0, $725Me$useRef)(inputValue);
1226
+ (0, $725Me$useEffect)(()=>{
1227
+ if (isLoading && !showLoading) {
1228
+ if (timeout.current === null) timeout.current = setTimeout(()=>{
1229
+ setShowLoading(true);
1230
+ }, 500);
1231
+ // If user is typing, clear the timer and restart since it is a new request
1232
+ if (inputValue !== lastInputValue.current) {
1233
+ clearTimeout(timeout.current);
1234
+ timeout.current = setTimeout(()=>{
1235
+ setShowLoading(true);
1236
+ }, 500);
1237
+ }
1238
+ } else if (!isLoading) {
1239
+ // If loading is no longer happening, clear any timers and hide the loading circle
1240
+ setShowLoading(false);
1241
+ clearTimeout(timeout.current);
1242
+ timeout.current = null;
1243
+ }
1244
+ lastInputValue.current = inputValue;
1245
+ }, [
1246
+ isLoading,
1247
+ showLoading,
1248
+ inputValue
1249
+ ]);
1250
+ return /*#__PURE__*/ (0, $725Me$react).createElement((0, $725Me$FocusRing), {
1251
+ within: true,
1252
+ isTextInput: true,
1253
+ focusClass: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports))), "is-focused"),
1254
+ focusRingClass: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports))), "focus-ring"),
1255
+ autoFocus: autoFocus
1256
+ }, /*#__PURE__*/ (0, $725Me$react).createElement("div", {
1257
+ ...hoverProps,
1258
+ ref: ref,
1259
+ style: style,
1260
+ className: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports))), "spectrum-InputGroup", {
1261
+ "spectrum-InputGroup--quiet": isQuiet,
1262
+ "is-disabled": isDisabled,
1263
+ "spectrum-InputGroup--invalid": validationState === "invalid" && !isDisabled,
1264
+ "is-hovered": isHovered
1265
+ }, className)
1266
+ }, /*#__PURE__*/ (0, $725Me$react).createElement((0, $725Me$TextFieldBase), {
1267
+ inputProps: inputProps,
1268
+ inputRef: inputRef,
1269
+ UNSAFE_className: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports))), "spectrum-InputGroup-field"),
1270
+ inputClassName: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports))), "spectrum-InputGroup-input"),
1271
+ validationIconClassName: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports))), "spectrum-InputGroup-input-validationIcon"),
1272
+ isDisabled: isDisabled,
1273
+ isQuiet: isQuiet,
1274
+ validationState: validationState,
1275
+ // loading circle should only be displayed if menu is open, if menuTrigger is "manual", or first time load (to stop circle from showing up when user selects an option)
1276
+ // TODO: add special case for completionMode: complete as well
1277
+ isLoading: showLoading && (isOpen || menuTrigger === "manual" || loadingState === "loading"),
1278
+ loadingIndicator: loadingState != null && loadingCircle,
1279
+ disableFocusRing: true
1280
+ }), /*#__PURE__*/ (0, $725Me$react).createElement((0, $725Me$PressResponder), {
1281
+ preventFocusOnPress: true,
1282
+ isPressed: isOpen
1283
+ }, /*#__PURE__*/ (0, $725Me$react).createElement((0, $725Me$FieldButton), {
1284
+ ...triggerProps,
1285
+ ref: triggerRef,
1286
+ UNSAFE_className: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports))), "spectrum-FieldButton"),
1287
+ isQuiet: isQuiet,
1288
+ validationState: validationState
1289
+ }, /*#__PURE__*/ (0, $725Me$react).createElement((0, $725Me$spectrumiconsuiChevronDownMedium), {
1290
+ UNSAFE_className: (0, $725Me$classNames)((0, (/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports))), "spectrum-Dropdown-chevron")
1291
+ })))));
1292
+ });
1293
+ /**
1294
+ * ComboBoxes combine a text entry with a picker menu, allowing users to filter longer lists to only the selections matching a query.
1295
+ */ const $2289f375e813f187$export$72b9695b8216309a = /*#__PURE__*/ (0, $725Me$react).forwardRef($2289f375e813f187$var$ComboBox);
1296
+
1297
+
1298
+
1299
+
1300
+
1301
+ export {$2289f375e813f187$export$72b9695b8216309a as ComboBox, $6ea56810956c2335$re_export$Item as Item, $6ea56810956c2335$re_export$Section as Section};
1302
+ //# sourceMappingURL=module.js.map