@react-spectrum/autocomplete 3.0.0-nightly.3100 → 3.0.0-nightly.3120
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.css +1 -1
- package/dist/main.js +465 -465
- package/dist/module.js +463 -463
- package/package.json +28 -28
package/dist/module.js
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import "./main.css";
|
|
2
|
-
import {Item as $
|
|
3
|
-
import {useIsMobileDevice as $
|
|
4
|
-
import {ClearButton as $
|
|
5
|
-
import {useOverlayPosition as $
|
|
6
|
-
import {Field as $
|
|
7
|
-
import {FocusRing as $
|
|
8
|
-
import {useListBoxLayout as $
|
|
9
|
-
import $
|
|
10
|
-
import {Popover as $
|
|
11
|
-
import {ProgressCircle as $
|
|
12
|
-
import $
|
|
13
|
-
import {TextFieldBase as $
|
|
14
|
-
import {useComboBoxState as $
|
|
15
|
-
import {useMessageFormatter as $
|
|
16
|
-
import {useHover as $
|
|
17
|
-
import {useLayoutEffect as $
|
|
18
|
-
import {useProviderProps as $
|
|
19
|
-
import {useSearchAutocomplete as $
|
|
20
|
-
import $
|
|
21
|
-
import $
|
|
22
|
-
import {useButton as $
|
|
23
|
-
import {useDialog as $
|
|
24
|
-
import {useLabel as $
|
|
2
|
+
import {Item as $dc667e3abdbeb6b2$re_export$Item, Section as $dc667e3abdbeb6b2$re_export$Section} from "@react-stately/collections";
|
|
3
|
+
import {useIsMobileDevice as $aQREU$useIsMobileDevice, useUnwrapDOMRef as $aQREU$useUnwrapDOMRef, useFocusableRef as $aQREU$useFocusableRef, useResizeObserver as $aQREU$useResizeObserver, classNames as $aQREU$classNames} from "@react-spectrum/utils";
|
|
4
|
+
import {ClearButton as $aQREU$ClearButton} from "@react-spectrum/button";
|
|
5
|
+
import {useOverlayPosition as $aQREU$useOverlayPosition, DismissButton as $aQREU$DismissButton, useOverlayTrigger as $aQREU$useOverlayTrigger} from "@react-aria/overlays";
|
|
6
|
+
import {Field as $aQREU$Field} from "@react-spectrum/label";
|
|
7
|
+
import {FocusRing as $aQREU$FocusRing, focusSafely as $aQREU$focusSafely, FocusScope as $aQREU$FocusScope} from "@react-aria/focus";
|
|
8
|
+
import {useListBoxLayout as $aQREU$useListBoxLayout, ListBoxBase as $aQREU$ListBoxBase} from "@react-spectrum/listbox";
|
|
9
|
+
import $aQREU$spectrumiconsuiMagnifier from "@spectrum-icons/ui/Magnifier";
|
|
10
|
+
import {Popover as $aQREU$Popover, Tray as $aQREU$Tray} from "@react-spectrum/overlays";
|
|
11
|
+
import {ProgressCircle as $aQREU$ProgressCircle} from "@react-spectrum/progress";
|
|
12
|
+
import $aQREU$react, {useRef as $aQREU$useRef, useState as $aQREU$useState, useCallback as $aQREU$useCallback, useEffect as $aQREU$useEffect, forwardRef as $aQREU$forwardRef} from "react";
|
|
13
|
+
import {TextFieldBase as $aQREU$TextFieldBase} from "@react-spectrum/textfield";
|
|
14
|
+
import {useComboBoxState as $aQREU$useComboBoxState} from "@react-stately/combobox";
|
|
15
|
+
import {useMessageFormatter as $aQREU$useMessageFormatter, useFilter as $aQREU$useFilter} from "@react-aria/i18n";
|
|
16
|
+
import {useHover as $aQREU$useHover, setInteractionModality as $aQREU$setInteractionModality} from "@react-aria/interactions";
|
|
17
|
+
import {useLayoutEffect as $aQREU$useLayoutEffect, mergeProps as $aQREU$mergeProps, useId as $aQREU$useId} from "@react-aria/utils";
|
|
18
|
+
import {useProviderProps as $aQREU$useProviderProps, useProvider as $aQREU$useProvider} from "@react-spectrum/provider";
|
|
19
|
+
import {useSearchAutocomplete as $aQREU$useSearchAutocomplete} from "@react-aria/autocomplete";
|
|
20
|
+
import $aQREU$spectrumiconsuiAlertMedium from "@spectrum-icons/ui/AlertMedium";
|
|
21
|
+
import $aQREU$spectrumiconsuiCheckmarkMedium from "@spectrum-icons/ui/CheckmarkMedium";
|
|
22
|
+
import {useButton as $aQREU$useButton} from "@react-aria/button";
|
|
23
|
+
import {useDialog as $aQREU$useDialog} from "@react-aria/dialog";
|
|
24
|
+
import {useLabel as $aQREU$useLabel} from "@react-aria/label";
|
|
25
25
|
|
|
26
26
|
function $parcel$interopDefault(a) {
|
|
27
27
|
return a && a.__esModule ? a.default : a;
|
|
@@ -29,186 +29,186 @@ function $parcel$interopDefault(a) {
|
|
|
29
29
|
function $parcel$export(e, n, v, s) {
|
|
30
30
|
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
|
|
31
31
|
}
|
|
32
|
-
var $
|
|
32
|
+
var $f3f3b62273a2d260$exports = {};
|
|
33
33
|
|
|
34
|
-
$parcel$export($
|
|
34
|
+
$parcel$export($f3f3b62273a2d260$exports, "SearchAutocomplete", () => $f3f3b62273a2d260$export$dd65332a5b19fa63);
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
|
|
40
|
-
var $
|
|
41
|
-
var $
|
|
42
|
-
$
|
|
40
|
+
var $06f6e8ce74a28744$exports = {};
|
|
41
|
+
var $024cf3aa492e9082$exports = {};
|
|
42
|
+
$024cf3aa492e9082$exports = JSON.parse("{\"clear\":\"مسح\",\"invalid\":\"(غير صالح)\",\"loading\":\"جارٍ التحميل...\",\"noResults\":\"لا توجد نتائج\"}");
|
|
43
43
|
|
|
44
44
|
|
|
45
|
-
var $
|
|
46
|
-
$
|
|
45
|
+
var $b1478ef78bbb453c$exports = {};
|
|
46
|
+
$b1478ef78bbb453c$exports = JSON.parse("{\"clear\":\"Изчисти\",\"invalid\":\"(невалиден)\",\"loading\":\"Зареждане...\",\"noResults\":\"Няма резултати\"}");
|
|
47
47
|
|
|
48
48
|
|
|
49
|
-
var $
|
|
50
|
-
$
|
|
49
|
+
var $a460b76408fa2c12$exports = {};
|
|
50
|
+
$a460b76408fa2c12$exports = JSON.parse("{\"clear\":\"Vymazat\",\"invalid\":\"(neplatné)\",\"loading\":\"Načítání...\",\"noResults\":\"Žádné výsledky\"}");
|
|
51
51
|
|
|
52
52
|
|
|
53
|
-
var $
|
|
54
|
-
$
|
|
53
|
+
var $e9e48f3945b54c4e$exports = {};
|
|
54
|
+
$e9e48f3945b54c4e$exports = JSON.parse("{\"clear\":\"Ryd\",\"invalid\":\"(ugyldig)\",\"loading\":\"Indlæser ...\",\"noResults\":\"Ingen resultater\"}");
|
|
55
55
|
|
|
56
56
|
|
|
57
|
-
var $
|
|
58
|
-
$
|
|
57
|
+
var $51a37bbbb04b8d4b$exports = {};
|
|
58
|
+
$51a37bbbb04b8d4b$exports = JSON.parse("{\"clear\":\"Löschen\",\"invalid\":\"(ungültig)\",\"loading\":\"Wird geladen...\",\"noResults\":\"Keine Ergebnisse\"}");
|
|
59
59
|
|
|
60
60
|
|
|
61
|
-
var $
|
|
62
|
-
$
|
|
61
|
+
var $a9652db54e8c657c$exports = {};
|
|
62
|
+
$a9652db54e8c657c$exports = JSON.parse("{\"clear\":\"Καθαρισμός\",\"invalid\":\"(δεν ισχύει)\",\"loading\":\"Φόρτωση...\",\"noResults\":\"Χωρίς αποτέλεσμα\"}");
|
|
63
63
|
|
|
64
64
|
|
|
65
|
-
var $
|
|
66
|
-
$
|
|
65
|
+
var $9d3fddee794c9b57$exports = {};
|
|
66
|
+
$9d3fddee794c9b57$exports = JSON.parse("{\"loading\":\"Loading...\",\"noResults\":\"No results\",\"clear\":\"Clear\",\"invalid\":\"(invalid)\"}");
|
|
67
67
|
|
|
68
68
|
|
|
69
|
-
var $
|
|
70
|
-
$
|
|
69
|
+
var $d19a882e0e4cfd8a$exports = {};
|
|
70
|
+
$d19a882e0e4cfd8a$exports = JSON.parse("{\"clear\":\"Borrar\",\"invalid\":\"(no válido)\",\"loading\":\"Cargando...\",\"noResults\":\"Sin resultados\"}");
|
|
71
71
|
|
|
72
72
|
|
|
73
|
-
var $
|
|
74
|
-
$
|
|
73
|
+
var $f163759b67478eb6$exports = {};
|
|
74
|
+
$f163759b67478eb6$exports = JSON.parse("{\"clear\":\"Puhasta\",\"invalid\":\"(kehtetu)\",\"loading\":\"Laadimine...\",\"noResults\":\"Tulemusi pole\"}");
|
|
75
75
|
|
|
76
76
|
|
|
77
|
-
var $
|
|
78
|
-
$
|
|
77
|
+
var $b156937eefa4b1b2$exports = {};
|
|
78
|
+
$b156937eefa4b1b2$exports = JSON.parse("{\"clear\":\"Kirkas\",\"invalid\":\"(epäkelpo)\",\"loading\":\"Ladataan...\",\"noResults\":\"Ei tuloksia\"}");
|
|
79
79
|
|
|
80
80
|
|
|
81
|
-
var $
|
|
82
|
-
$
|
|
81
|
+
var $21aacec2a5f4c61f$exports = {};
|
|
82
|
+
$21aacec2a5f4c61f$exports = JSON.parse("{\"clear\":\"Effacer\",\"invalid\":\"(non valide)\",\"loading\":\"Chargement en cours...\",\"noResults\":\"Aucun résultat\"}");
|
|
83
83
|
|
|
84
84
|
|
|
85
|
-
var $
|
|
86
|
-
$
|
|
85
|
+
var $a0cc323ab22de2bd$exports = {};
|
|
86
|
+
$a0cc323ab22de2bd$exports = JSON.parse("{\"clear\":\"נקי\",\"invalid\":\"(לא חוקי)\",\"loading\":\"טוען...\",\"noResults\":\"אין תוצאות\"}");
|
|
87
87
|
|
|
88
88
|
|
|
89
|
-
var $
|
|
90
|
-
$
|
|
89
|
+
var $4b1559eab8beeaf7$exports = {};
|
|
90
|
+
$4b1559eab8beeaf7$exports = JSON.parse("{\"clear\":\"Izbriši\",\"invalid\":\"(nevažeće)\",\"loading\":\"Učitavam...\",\"noResults\":\"Nema rezultata\"}");
|
|
91
91
|
|
|
92
92
|
|
|
93
|
-
var $
|
|
94
|
-
$
|
|
93
|
+
var $4dab4b9205a1a185$exports = {};
|
|
94
|
+
$4dab4b9205a1a185$exports = JSON.parse("{\"clear\":\"Törlés\",\"invalid\":\"(érvénytelen)\",\"loading\":\"Betöltés folyamatban…\",\"noResults\":\"Nincsenek találatok\"}");
|
|
95
95
|
|
|
96
96
|
|
|
97
|
-
var $
|
|
98
|
-
$
|
|
97
|
+
var $e68bbe47073afa8a$exports = {};
|
|
98
|
+
$e68bbe47073afa8a$exports = JSON.parse("{\"clear\":\"Cancella\",\"invalid\":\"(non valido)\",\"loading\":\"Caricamento in corso...\",\"noResults\":\"Nessun risultato\"}");
|
|
99
99
|
|
|
100
100
|
|
|
101
|
-
var $
|
|
102
|
-
$
|
|
101
|
+
var $88667c729de33c42$exports = {};
|
|
102
|
+
$88667c729de33c42$exports = JSON.parse("{\"clear\":\"クリア\",\"invalid\":\"(無効)\",\"loading\":\"読み込み中...\",\"noResults\":\"結果なし\"}");
|
|
103
103
|
|
|
104
104
|
|
|
105
|
-
var $
|
|
106
|
-
$
|
|
105
|
+
var $4c3197bb97515799$exports = {};
|
|
106
|
+
$4c3197bb97515799$exports = JSON.parse("{\"clear\":\"지우기\",\"invalid\":\"(유효하지 않음)\",\"loading\":\"로드 중...\",\"noResults\":\"결과 없음\"}");
|
|
107
107
|
|
|
108
108
|
|
|
109
|
-
var $
|
|
110
|
-
$
|
|
109
|
+
var $cd50f414bffb1f7a$exports = {};
|
|
110
|
+
$cd50f414bffb1f7a$exports = JSON.parse("{\"clear\":\"Skaidrus\",\"invalid\":\"(netinkama)\",\"loading\":\"Įkeliama...\",\"noResults\":\"Be rezultatų\"}");
|
|
111
111
|
|
|
112
112
|
|
|
113
|
-
var $
|
|
114
|
-
$
|
|
113
|
+
var $0d7f84ef3916515f$exports = {};
|
|
114
|
+
$0d7f84ef3916515f$exports = JSON.parse("{\"clear\":\"Notīrīt\",\"invalid\":\"(nederīgs)\",\"loading\":\"Notiek ielāde...\",\"noResults\":\"Nav rezultātu\"}");
|
|
115
115
|
|
|
116
116
|
|
|
117
|
-
var $
|
|
118
|
-
$
|
|
117
|
+
var $f1a58baeabc47396$exports = {};
|
|
118
|
+
$f1a58baeabc47396$exports = JSON.parse("{\"clear\":\"Tøm\",\"invalid\":\"(ugyldig)\",\"loading\":\"Laster inn ...\",\"noResults\":\"Ingen resultater\"}");
|
|
119
119
|
|
|
120
120
|
|
|
121
|
-
var $
|
|
122
|
-
$
|
|
121
|
+
var $a3dd9e27853292c1$exports = {};
|
|
122
|
+
$a3dd9e27853292c1$exports = JSON.parse("{\"clear\":\"Helder\",\"invalid\":\"(ongeldig)\",\"loading\":\"Laden...\",\"noResults\":\"Geen resultaten\"}");
|
|
123
123
|
|
|
124
124
|
|
|
125
|
-
var $
|
|
126
|
-
$
|
|
125
|
+
var $6e8413d536bb66ca$exports = {};
|
|
126
|
+
$6e8413d536bb66ca$exports = JSON.parse("{\"clear\":\"Wyczyść\",\"invalid\":\"(nieprawidłowy)\",\"loading\":\"Trwa ładowanie...\",\"noResults\":\"Brak wyników\"}");
|
|
127
127
|
|
|
128
128
|
|
|
129
|
-
var $
|
|
130
|
-
$
|
|
129
|
+
var $bdf278414a496664$exports = {};
|
|
130
|
+
$bdf278414a496664$exports = JSON.parse("{\"clear\":\"Limpar\",\"invalid\":\"(inválido)\",\"loading\":\"Carregando...\",\"noResults\":\"Nenhum resultado\"}");
|
|
131
131
|
|
|
132
132
|
|
|
133
|
-
var $
|
|
134
|
-
$
|
|
133
|
+
var $53a7cad14ed21164$exports = {};
|
|
134
|
+
$53a7cad14ed21164$exports = JSON.parse("{\"clear\":\"Limpar\",\"invalid\":\"(inválido)\",\"loading\":\"A carregar...\",\"noResults\":\"Sem resultados\"}");
|
|
135
135
|
|
|
136
136
|
|
|
137
|
-
var $
|
|
138
|
-
$
|
|
137
|
+
var $f503546cf2f6f1ae$exports = {};
|
|
138
|
+
$f503546cf2f6f1ae$exports = JSON.parse("{\"clear\":\"Golire\",\"invalid\":\"(nevalid)\",\"loading\":\"Se încarcă...\",\"noResults\":\"Niciun rezultat\"}");
|
|
139
139
|
|
|
140
140
|
|
|
141
|
-
var $
|
|
142
|
-
$
|
|
141
|
+
var $9c0df9313a851b51$exports = {};
|
|
142
|
+
$9c0df9313a851b51$exports = JSON.parse("{\"clear\":\"Очистить\",\"invalid\":\"(недействительно)\",\"loading\":\"Загрузка...\",\"noResults\":\"Результаты отсутствуют\"}");
|
|
143
143
|
|
|
144
144
|
|
|
145
|
-
var $
|
|
146
|
-
$
|
|
145
|
+
var $ff7d7295476e23aa$exports = {};
|
|
146
|
+
$ff7d7295476e23aa$exports = JSON.parse("{\"clear\":\"Vymazať\",\"invalid\":\"(neplatné)\",\"loading\":\"Načítava sa...\",\"noResults\":\"Žiadne výsledky\"}");
|
|
147
147
|
|
|
148
148
|
|
|
149
|
-
var $
|
|
150
|
-
$
|
|
149
|
+
var $9a2e91f09cf7ad62$exports = {};
|
|
150
|
+
$9a2e91f09cf7ad62$exports = JSON.parse("{\"clear\":\"Jasen\",\"invalid\":\"(neveljavno)\",\"loading\":\"Nalaganje...\",\"noResults\":\"Ni rezultatov\"}");
|
|
151
151
|
|
|
152
152
|
|
|
153
|
-
var $
|
|
154
|
-
$
|
|
153
|
+
var $15b314371291c45e$exports = {};
|
|
154
|
+
$15b314371291c45e$exports = JSON.parse("{\"clear\":\"Izbriši\",\"invalid\":\"(nevažeće)\",\"loading\":\"Učitavam...\",\"noResults\":\"Nema rezultata\"}");
|
|
155
155
|
|
|
156
156
|
|
|
157
|
-
var $
|
|
158
|
-
$
|
|
157
|
+
var $1582d77a65bc529b$exports = {};
|
|
158
|
+
$1582d77a65bc529b$exports = JSON.parse("{\"clear\":\"Rensa\",\"invalid\":\"(ogiltigt)\",\"loading\":\"Läser in...\",\"noResults\":\"Inga resultat\"}");
|
|
159
159
|
|
|
160
160
|
|
|
161
|
-
var $
|
|
162
|
-
$
|
|
161
|
+
var $c43996bbf6a84066$exports = {};
|
|
162
|
+
$c43996bbf6a84066$exports = JSON.parse("{\"clear\":\"Temizle\",\"invalid\":\"(geçersiz)\",\"loading\":\"Yükleniyor...\",\"noResults\":\"Sonuç yok\"}");
|
|
163
163
|
|
|
164
164
|
|
|
165
|
-
var $
|
|
166
|
-
$
|
|
165
|
+
var $f0ebecaa2c26d7b6$exports = {};
|
|
166
|
+
$f0ebecaa2c26d7b6$exports = JSON.parse("{\"clear\":\"Очистити\",\"invalid\":\"(недійсне)\",\"loading\":\"Завантаження...\",\"noResults\":\"Результатів немає\"}");
|
|
167
167
|
|
|
168
168
|
|
|
169
|
-
var $
|
|
170
|
-
$
|
|
169
|
+
var $0d8545e67578a6e4$exports = {};
|
|
170
|
+
$0d8545e67578a6e4$exports = JSON.parse("{\"clear\":\"透明\",\"invalid\":\"(无效)\",\"loading\":\"正在加载...\",\"noResults\":\"无结果\"}");
|
|
171
171
|
|
|
172
172
|
|
|
173
|
-
var $
|
|
174
|
-
$
|
|
173
|
+
var $5a75571ed7cb75fa$exports = {};
|
|
174
|
+
$5a75571ed7cb75fa$exports = JSON.parse("{\"clear\":\"清除\",\"invalid\":\"(無效)\",\"loading\":\"正在載入...\",\"noResults\":\"無任何結果\"}");
|
|
175
175
|
|
|
176
176
|
|
|
177
|
-
$
|
|
178
|
-
"ar-AE": $
|
|
179
|
-
"bg-BG": $
|
|
180
|
-
"cs-CZ": $
|
|
181
|
-
"da-DK": $
|
|
182
|
-
"de-DE": $
|
|
183
|
-
"el-GR": $
|
|
184
|
-
"en-US": $
|
|
185
|
-
"es-ES": $
|
|
186
|
-
"et-EE": $
|
|
187
|
-
"fi-FI": $
|
|
188
|
-
"fr-FR": $
|
|
189
|
-
"he-IL": $
|
|
190
|
-
"hr-HR": $
|
|
191
|
-
"hu-HU": $
|
|
192
|
-
"it-IT": $
|
|
193
|
-
"ja-JP": $
|
|
194
|
-
"ko-KR": $
|
|
195
|
-
"lt-LT": $
|
|
196
|
-
"lv-LV": $
|
|
197
|
-
"nb-NO": $
|
|
198
|
-
"nl-NL": $
|
|
199
|
-
"pl-PL": $
|
|
200
|
-
"pt-BR": $
|
|
201
|
-
"pt-PT": $
|
|
202
|
-
"ro-RO": $
|
|
203
|
-
"ru-RU": $
|
|
204
|
-
"sk-SK": $
|
|
205
|
-
"sl-SI": $
|
|
206
|
-
"sr-SP": $
|
|
207
|
-
"sv-SE": $
|
|
208
|
-
"tr-TR": $
|
|
209
|
-
"uk-UA": $
|
|
210
|
-
"zh-CN": $
|
|
211
|
-
"zh-TW": $
|
|
177
|
+
$06f6e8ce74a28744$exports = {
|
|
178
|
+
"ar-AE": $024cf3aa492e9082$exports,
|
|
179
|
+
"bg-BG": $b1478ef78bbb453c$exports,
|
|
180
|
+
"cs-CZ": $a460b76408fa2c12$exports,
|
|
181
|
+
"da-DK": $e9e48f3945b54c4e$exports,
|
|
182
|
+
"de-DE": $51a37bbbb04b8d4b$exports,
|
|
183
|
+
"el-GR": $a9652db54e8c657c$exports,
|
|
184
|
+
"en-US": $9d3fddee794c9b57$exports,
|
|
185
|
+
"es-ES": $d19a882e0e4cfd8a$exports,
|
|
186
|
+
"et-EE": $f163759b67478eb6$exports,
|
|
187
|
+
"fi-FI": $b156937eefa4b1b2$exports,
|
|
188
|
+
"fr-FR": $21aacec2a5f4c61f$exports,
|
|
189
|
+
"he-IL": $a0cc323ab22de2bd$exports,
|
|
190
|
+
"hr-HR": $4b1559eab8beeaf7$exports,
|
|
191
|
+
"hu-HU": $4dab4b9205a1a185$exports,
|
|
192
|
+
"it-IT": $e68bbe47073afa8a$exports,
|
|
193
|
+
"ja-JP": $88667c729de33c42$exports,
|
|
194
|
+
"ko-KR": $4c3197bb97515799$exports,
|
|
195
|
+
"lt-LT": $cd50f414bffb1f7a$exports,
|
|
196
|
+
"lv-LV": $0d7f84ef3916515f$exports,
|
|
197
|
+
"nb-NO": $f1a58baeabc47396$exports,
|
|
198
|
+
"nl-NL": $a3dd9e27853292c1$exports,
|
|
199
|
+
"pl-PL": $6e8413d536bb66ca$exports,
|
|
200
|
+
"pt-BR": $bdf278414a496664$exports,
|
|
201
|
+
"pt-PT": $53a7cad14ed21164$exports,
|
|
202
|
+
"ro-RO": $f503546cf2f6f1ae$exports,
|
|
203
|
+
"ru-RU": $9c0df9313a851b51$exports,
|
|
204
|
+
"sk-SK": $ff7d7295476e23aa$exports,
|
|
205
|
+
"sl-SI": $9a2e91f09cf7ad62$exports,
|
|
206
|
+
"sr-SP": $15b314371291c45e$exports,
|
|
207
|
+
"sv-SE": $1582d77a65bc529b$exports,
|
|
208
|
+
"tr-TR": $c43996bbf6a84066$exports,
|
|
209
|
+
"uk-UA": $f0ebecaa2c26d7b6$exports,
|
|
210
|
+
"zh-CN": $0d8545e67578a6e4$exports,
|
|
211
|
+
"zh-TW": $5a75571ed7cb75fa$exports
|
|
212
212
|
};
|
|
213
213
|
|
|
214
214
|
|
|
@@ -229,212 +229,212 @@ $36448f5da010a62b$exports = {
|
|
|
229
229
|
|
|
230
230
|
|
|
231
231
|
|
|
232
|
-
var $
|
|
233
|
-
|
|
234
|
-
$parcel$export($
|
|
235
|
-
$parcel$export($
|
|
236
|
-
$parcel$export($
|
|
237
|
-
$parcel$export($
|
|
238
|
-
$parcel$export($
|
|
239
|
-
$parcel$export($
|
|
240
|
-
$parcel$export($
|
|
241
|
-
$parcel$export($
|
|
242
|
-
$parcel$export($
|
|
243
|
-
var $
|
|
244
|
-
var $
|
|
245
|
-
var $
|
|
246
|
-
var $
|
|
247
|
-
var $
|
|
248
|
-
var $
|
|
249
|
-
var $
|
|
250
|
-
var $
|
|
251
|
-
var $
|
|
252
|
-
$
|
|
253
|
-
$
|
|
254
|
-
$
|
|
255
|
-
$
|
|
256
|
-
$
|
|
257
|
-
$
|
|
258
|
-
$
|
|
259
|
-
$
|
|
260
|
-
$
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
var $
|
|
264
|
-
|
|
265
|
-
$parcel$export($
|
|
266
|
-
$parcel$export($
|
|
267
|
-
$parcel$export($
|
|
268
|
-
$parcel$export($
|
|
269
|
-
$parcel$export($
|
|
270
|
-
$parcel$export($
|
|
271
|
-
$parcel$export($
|
|
272
|
-
$parcel$export($
|
|
273
|
-
$parcel$export($
|
|
274
|
-
$parcel$export($
|
|
275
|
-
var $
|
|
276
|
-
var $
|
|
277
|
-
var $
|
|
278
|
-
var $
|
|
279
|
-
var $
|
|
280
|
-
var $
|
|
281
|
-
var $
|
|
282
|
-
var $
|
|
283
|
-
var $
|
|
284
|
-
var $
|
|
285
|
-
$
|
|
286
|
-
$
|
|
287
|
-
$
|
|
288
|
-
$
|
|
289
|
-
$
|
|
290
|
-
$
|
|
291
|
-
$
|
|
292
|
-
$
|
|
293
|
-
$
|
|
294
|
-
$
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
var $
|
|
299
|
-
|
|
300
|
-
$parcel$export($
|
|
301
|
-
$parcel$export($
|
|
302
|
-
$parcel$export($
|
|
303
|
-
$parcel$export($
|
|
304
|
-
$parcel$export($
|
|
305
|
-
$parcel$export($
|
|
306
|
-
$parcel$export($
|
|
307
|
-
$parcel$export($
|
|
308
|
-
$parcel$export($
|
|
309
|
-
$parcel$export($
|
|
310
|
-
$parcel$export($
|
|
311
|
-
$parcel$export($
|
|
312
|
-
$parcel$export($
|
|
313
|
-
$parcel$export($
|
|
314
|
-
$parcel$export($
|
|
315
|
-
$parcel$export($
|
|
316
|
-
$parcel$export($
|
|
317
|
-
$parcel$export($
|
|
318
|
-
$parcel$export($
|
|
319
|
-
$parcel$export($
|
|
320
|
-
$parcel$export($
|
|
321
|
-
$parcel$export($
|
|
322
|
-
var $
|
|
323
|
-
var $
|
|
324
|
-
var $
|
|
325
|
-
var $
|
|
326
|
-
var $
|
|
327
|
-
var $
|
|
328
|
-
var $
|
|
329
|
-
var $
|
|
330
|
-
var $
|
|
331
|
-
var $
|
|
332
|
-
var $
|
|
333
|
-
var $
|
|
334
|
-
var $
|
|
335
|
-
var $
|
|
336
|
-
var $
|
|
337
|
-
var $
|
|
338
|
-
var $
|
|
339
|
-
var $
|
|
340
|
-
var $
|
|
341
|
-
var $
|
|
342
|
-
var $
|
|
343
|
-
var $
|
|
344
|
-
$
|
|
345
|
-
$
|
|
346
|
-
$
|
|
347
|
-
$
|
|
348
|
-
$
|
|
349
|
-
$
|
|
350
|
-
$
|
|
351
|
-
$
|
|
352
|
-
$
|
|
353
|
-
$
|
|
354
|
-
$
|
|
355
|
-
$
|
|
356
|
-
$
|
|
357
|
-
$
|
|
358
|
-
$
|
|
359
|
-
$
|
|
360
|
-
$
|
|
361
|
-
$
|
|
362
|
-
$
|
|
363
|
-
$
|
|
364
|
-
$
|
|
365
|
-
$
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
var $
|
|
370
|
-
|
|
371
|
-
$parcel$export($
|
|
372
|
-
$parcel$export($
|
|
373
|
-
$parcel$export($
|
|
374
|
-
$parcel$export($
|
|
375
|
-
$parcel$export($
|
|
376
|
-
$parcel$export($
|
|
377
|
-
$parcel$export($
|
|
378
|
-
$parcel$export($
|
|
379
|
-
$parcel$export($
|
|
380
|
-
$parcel$export($
|
|
381
|
-
$parcel$export($
|
|
382
|
-
$parcel$export($
|
|
383
|
-
$parcel$export($
|
|
384
|
-
$parcel$export($
|
|
385
|
-
$parcel$export($
|
|
386
|
-
$parcel$export($
|
|
387
|
-
var $
|
|
388
|
-
var $
|
|
389
|
-
var $
|
|
390
|
-
var $
|
|
391
|
-
var $
|
|
392
|
-
var $
|
|
393
|
-
var $
|
|
394
|
-
var $
|
|
395
|
-
var $
|
|
396
|
-
var $
|
|
397
|
-
var $
|
|
398
|
-
var $
|
|
399
|
-
var $
|
|
400
|
-
var $
|
|
401
|
-
var $
|
|
402
|
-
var $
|
|
403
|
-
$
|
|
404
|
-
$
|
|
405
|
-
$
|
|
406
|
-
$
|
|
407
|
-
$
|
|
408
|
-
$
|
|
409
|
-
$
|
|
410
|
-
$
|
|
411
|
-
$
|
|
412
|
-
$
|
|
413
|
-
$
|
|
414
|
-
$
|
|
415
|
-
$
|
|
416
|
-
$
|
|
417
|
-
$
|
|
418
|
-
$
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
const $
|
|
431
|
-
props = $
|
|
232
|
+
var $f6bdc9f20ce7ef93$exports = {};
|
|
233
|
+
|
|
234
|
+
$parcel$export($f6bdc9f20ce7ef93$exports, "no-results", () => $f6bdc9f20ce7ef93$export$5b1939da91820a47, (v) => $f6bdc9f20ce7ef93$export$5b1939da91820a47 = v);
|
|
235
|
+
$parcel$export($f6bdc9f20ce7ef93$exports, "mobile-searchautocomplete", () => $f6bdc9f20ce7ef93$export$3117ea626976198e, (v) => $f6bdc9f20ce7ef93$export$3117ea626976198e = v);
|
|
236
|
+
$parcel$export($f6bdc9f20ce7ef93$exports, "mobile-input", () => $f6bdc9f20ce7ef93$export$bededa1c0ac414c5, (v) => $f6bdc9f20ce7ef93$export$bededa1c0ac414c5 = v);
|
|
237
|
+
$parcel$export($f6bdc9f20ce7ef93$exports, "mobile-value", () => $f6bdc9f20ce7ef93$export$e32ca2bb9f795355, (v) => $f6bdc9f20ce7ef93$export$e32ca2bb9f795355 = v);
|
|
238
|
+
$parcel$export($f6bdc9f20ce7ef93$exports, "tray-dialog", () => $f6bdc9f20ce7ef93$export$3d4198eea215577a, (v) => $f6bdc9f20ce7ef93$export$3d4198eea215577a = v);
|
|
239
|
+
$parcel$export($f6bdc9f20ce7ef93$exports, "tray-textfield", () => $f6bdc9f20ce7ef93$export$73cc97e04e76a6d0, (v) => $f6bdc9f20ce7ef93$export$73cc97e04e76a6d0 = v);
|
|
240
|
+
$parcel$export($f6bdc9f20ce7ef93$exports, "has-label", () => $f6bdc9f20ce7ef93$export$b8e014ff9ad5e5e2, (v) => $f6bdc9f20ce7ef93$export$b8e014ff9ad5e5e2 = v);
|
|
241
|
+
$parcel$export($f6bdc9f20ce7ef93$exports, "tray-textfield-input", () => $f6bdc9f20ce7ef93$export$feb70b7bc717e2b8, (v) => $f6bdc9f20ce7ef93$export$feb70b7bc717e2b8 = v);
|
|
242
|
+
$parcel$export($f6bdc9f20ce7ef93$exports, "tray-listbox", () => $f6bdc9f20ce7ef93$export$7281dc54d38d4bed, (v) => $f6bdc9f20ce7ef93$export$7281dc54d38d4bed = v);
|
|
243
|
+
var $f6bdc9f20ce7ef93$export$5b1939da91820a47;
|
|
244
|
+
var $f6bdc9f20ce7ef93$export$3117ea626976198e;
|
|
245
|
+
var $f6bdc9f20ce7ef93$export$bededa1c0ac414c5;
|
|
246
|
+
var $f6bdc9f20ce7ef93$export$e32ca2bb9f795355;
|
|
247
|
+
var $f6bdc9f20ce7ef93$export$3d4198eea215577a;
|
|
248
|
+
var $f6bdc9f20ce7ef93$export$73cc97e04e76a6d0;
|
|
249
|
+
var $f6bdc9f20ce7ef93$export$b8e014ff9ad5e5e2;
|
|
250
|
+
var $f6bdc9f20ce7ef93$export$feb70b7bc717e2b8;
|
|
251
|
+
var $f6bdc9f20ce7ef93$export$7281dc54d38d4bed;
|
|
252
|
+
$f6bdc9f20ce7ef93$export$5b1939da91820a47 = "no-results_83bf62";
|
|
253
|
+
$f6bdc9f20ce7ef93$export$3117ea626976198e = "mobile-searchautocomplete_83bf62";
|
|
254
|
+
$f6bdc9f20ce7ef93$export$bededa1c0ac414c5 = "mobile-input_83bf62";
|
|
255
|
+
$f6bdc9f20ce7ef93$export$e32ca2bb9f795355 = "mobile-value_83bf62";
|
|
256
|
+
$f6bdc9f20ce7ef93$export$3d4198eea215577a = "tray-dialog_83bf62";
|
|
257
|
+
$f6bdc9f20ce7ef93$export$73cc97e04e76a6d0 = "tray-textfield_83bf62";
|
|
258
|
+
$f6bdc9f20ce7ef93$export$b8e014ff9ad5e5e2 = "has-label_83bf62";
|
|
259
|
+
$f6bdc9f20ce7ef93$export$feb70b7bc717e2b8 = "tray-textfield-input_83bf62";
|
|
260
|
+
$f6bdc9f20ce7ef93$export$7281dc54d38d4bed = "tray-listbox_83bf62";
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
var $5589e2270a5c2f51$exports = {};
|
|
264
|
+
|
|
265
|
+
$parcel$export($5589e2270a5c2f51$exports, "spectrum-Search", () => $5589e2270a5c2f51$export$713911d754e1e4ae, (v) => $5589e2270a5c2f51$export$713911d754e1e4ae = v);
|
|
266
|
+
$parcel$export($5589e2270a5c2f51$exports, "spectrum-ClearButton", () => $5589e2270a5c2f51$export$b752ce409e5660c, (v) => $5589e2270a5c2f51$export$b752ce409e5660c = v);
|
|
267
|
+
$parcel$export($5589e2270a5c2f51$exports, "is-quiet", () => $5589e2270a5c2f51$export$6d5c5433f0da4241, (v) => $5589e2270a5c2f51$export$6d5c5433f0da4241 = v);
|
|
268
|
+
$parcel$export($5589e2270a5c2f51$exports, "spectrum-Search-input", () => $5589e2270a5c2f51$export$50e02603f2d97ae1, (v) => $5589e2270a5c2f51$export$50e02603f2d97ae1 = v);
|
|
269
|
+
$parcel$export($5589e2270a5c2f51$exports, "spectrum-Search--invalid", () => $5589e2270a5c2f51$export$77a6151a0b46a6a3, (v) => $5589e2270a5c2f51$export$77a6151a0b46a6a3 = v);
|
|
270
|
+
$parcel$export($5589e2270a5c2f51$exports, "spectrum-Search--valid", () => $5589e2270a5c2f51$export$aa81e3ab40f37567, (v) => $5589e2270a5c2f51$export$aa81e3ab40f37567 = v);
|
|
271
|
+
$parcel$export($5589e2270a5c2f51$exports, "spectrum-Search--loadable", () => $5589e2270a5c2f51$export$9c74d64afae3b2d4, (v) => $5589e2270a5c2f51$export$9c74d64afae3b2d4 = v);
|
|
272
|
+
$parcel$export($5589e2270a5c2f51$exports, "spectrum-Search-circleLoader", () => $5589e2270a5c2f51$export$70ae4353602451dc, (v) => $5589e2270a5c2f51$export$70ae4353602451dc = v);
|
|
273
|
+
$parcel$export($5589e2270a5c2f51$exports, "spectrum-Search-validationIcon", () => $5589e2270a5c2f51$export$938f0981825eae6e, (v) => $5589e2270a5c2f51$export$938f0981825eae6e = v);
|
|
274
|
+
$parcel$export($5589e2270a5c2f51$exports, "spectrum-Textfield", () => $5589e2270a5c2f51$export$2c8a10299d8b3418, (v) => $5589e2270a5c2f51$export$2c8a10299d8b3418 = v);
|
|
275
|
+
var $5589e2270a5c2f51$export$713911d754e1e4ae;
|
|
276
|
+
var $5589e2270a5c2f51$export$b752ce409e5660c;
|
|
277
|
+
var $5589e2270a5c2f51$export$6d5c5433f0da4241;
|
|
278
|
+
var $5589e2270a5c2f51$export$50e02603f2d97ae1;
|
|
279
|
+
var $5589e2270a5c2f51$export$77a6151a0b46a6a3;
|
|
280
|
+
var $5589e2270a5c2f51$export$aa81e3ab40f37567;
|
|
281
|
+
var $5589e2270a5c2f51$export$9c74d64afae3b2d4;
|
|
282
|
+
var $5589e2270a5c2f51$export$70ae4353602451dc;
|
|
283
|
+
var $5589e2270a5c2f51$export$938f0981825eae6e;
|
|
284
|
+
var $5589e2270a5c2f51$export$2c8a10299d8b3418;
|
|
285
|
+
$5589e2270a5c2f51$export$713911d754e1e4ae = "spectrum-Search_d3c0f3";
|
|
286
|
+
$5589e2270a5c2f51$export$b752ce409e5660c = "spectrum-ClearButton_d3c0f3";
|
|
287
|
+
$5589e2270a5c2f51$export$6d5c5433f0da4241 = "is-quiet_d3c0f3";
|
|
288
|
+
$5589e2270a5c2f51$export$50e02603f2d97ae1 = "spectrum-Search-input_d3c0f3";
|
|
289
|
+
$5589e2270a5c2f51$export$77a6151a0b46a6a3 = "spectrum-Search--invalid_d3c0f3";
|
|
290
|
+
$5589e2270a5c2f51$export$aa81e3ab40f37567 = "spectrum-Search--valid_d3c0f3";
|
|
291
|
+
$5589e2270a5c2f51$export$9c74d64afae3b2d4 = "spectrum-Search--loadable_d3c0f3";
|
|
292
|
+
$5589e2270a5c2f51$export$70ae4353602451dc = "spectrum-Search-circleLoader_d3c0f3";
|
|
293
|
+
$5589e2270a5c2f51$export$938f0981825eae6e = "spectrum-Search-validationIcon_d3c0f3";
|
|
294
|
+
$5589e2270a5c2f51$export$2c8a10299d8b3418 = "spectrum-Textfield_d3c0f3";
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
var $8fb52a80fe52b1c7$exports = {};
|
|
299
|
+
|
|
300
|
+
$parcel$export($8fb52a80fe52b1c7$exports, "spectrum-InputGroup", () => $8fb52a80fe52b1c7$export$5be359c1227eedcb, (v) => $8fb52a80fe52b1c7$export$5be359c1227eedcb = v);
|
|
301
|
+
$parcel$export($8fb52a80fe52b1c7$exports, "spectrum-FieldButton", () => $8fb52a80fe52b1c7$export$a024c99ecf6b5741, (v) => $8fb52a80fe52b1c7$export$a024c99ecf6b5741 = v);
|
|
302
|
+
$parcel$export($8fb52a80fe52b1c7$exports, "is-disabled", () => $8fb52a80fe52b1c7$export$d35bc1e505d1ebbf, (v) => $8fb52a80fe52b1c7$export$d35bc1e505d1ebbf = v);
|
|
303
|
+
$parcel$export($8fb52a80fe52b1c7$exports, "spectrum-InputGroup--invalid", () => $8fb52a80fe52b1c7$export$3b48509739a9cda0, (v) => $8fb52a80fe52b1c7$export$3b48509739a9cda0 = v);
|
|
304
|
+
$parcel$export($8fb52a80fe52b1c7$exports, "spectrum-InputGroup--quiet", () => $8fb52a80fe52b1c7$export$ebf265ffc062029b, (v) => $8fb52a80fe52b1c7$export$ebf265ffc062029b = v);
|
|
305
|
+
$parcel$export($8fb52a80fe52b1c7$exports, "spectrum-InputGroup-field", () => $8fb52a80fe52b1c7$export$ea77459595e26bec, (v) => $8fb52a80fe52b1c7$export$ea77459595e26bec = v);
|
|
306
|
+
$parcel$export($8fb52a80fe52b1c7$exports, "spectrum-InputGroup-input-validationIcon", () => $8fb52a80fe52b1c7$export$f7ab13ee113f4884, (v) => $8fb52a80fe52b1c7$export$f7ab13ee113f4884 = v);
|
|
307
|
+
$parcel$export($8fb52a80fe52b1c7$exports, "spectrum-InputGroup-input-circleLoader", () => $8fb52a80fe52b1c7$export$dcc9e00cdad967fa, (v) => $8fb52a80fe52b1c7$export$dcc9e00cdad967fa = v);
|
|
308
|
+
$parcel$export($8fb52a80fe52b1c7$exports, "spectrum-InputGroup-input", () => $8fb52a80fe52b1c7$export$92706f5c6fe4074, (v) => $8fb52a80fe52b1c7$export$92706f5c6fe4074 = v);
|
|
309
|
+
$parcel$export($8fb52a80fe52b1c7$exports, "spectrum-InputGroup-icon", () => $8fb52a80fe52b1c7$export$b91b6af799fd93a8, (v) => $8fb52a80fe52b1c7$export$b91b6af799fd93a8 = v);
|
|
310
|
+
$parcel$export($8fb52a80fe52b1c7$exports, "spectrum-InputGroup-popover--quiet", () => $8fb52a80fe52b1c7$export$5e116178f9b1556a, (v) => $8fb52a80fe52b1c7$export$5e116178f9b1556a = v);
|
|
311
|
+
$parcel$export($8fb52a80fe52b1c7$exports, "spectrum-Datepicker--range", () => $8fb52a80fe52b1c7$export$1d8b0b29e11d7cd, (v) => $8fb52a80fe52b1c7$export$1d8b0b29e11d7cd = v);
|
|
312
|
+
$parcel$export($8fb52a80fe52b1c7$exports, "spectrum-Datepicker--datetimeRange", () => $8fb52a80fe52b1c7$export$58dd7cd23c92699f, (v) => $8fb52a80fe52b1c7$export$58dd7cd23c92699f = v);
|
|
313
|
+
$parcel$export($8fb52a80fe52b1c7$exports, "spectrum-Datepicker-startField", () => $8fb52a80fe52b1c7$export$80f9c838a8406469, (v) => $8fb52a80fe52b1c7$export$80f9c838a8406469 = v);
|
|
314
|
+
$parcel$export($8fb52a80fe52b1c7$exports, "spectrum-Datepicker-endField", () => $8fb52a80fe52b1c7$export$1c72fb41fa4f21ee, (v) => $8fb52a80fe52b1c7$export$1c72fb41fa4f21ee = v);
|
|
315
|
+
$parcel$export($8fb52a80fe52b1c7$exports, "spectrum-Datepicker--rangeDash", () => $8fb52a80fe52b1c7$export$202113e883898dc, (v) => $8fb52a80fe52b1c7$export$202113e883898dc = v);
|
|
316
|
+
$parcel$export($8fb52a80fe52b1c7$exports, "is-focused", () => $8fb52a80fe52b1c7$export$e7dc768d35940237, (v) => $8fb52a80fe52b1c7$export$e7dc768d35940237 = v);
|
|
317
|
+
$parcel$export($8fb52a80fe52b1c7$exports, "spectrum-Datepicker-focusRing", () => $8fb52a80fe52b1c7$export$eb262b15b9261fde, (v) => $8fb52a80fe52b1c7$export$eb262b15b9261fde = v);
|
|
318
|
+
$parcel$export($8fb52a80fe52b1c7$exports, "is-hovered", () => $8fb52a80fe52b1c7$export$b8813cd5d7824ce7, (v) => $8fb52a80fe52b1c7$export$b8813cd5d7824ce7 = v);
|
|
319
|
+
$parcel$export($8fb52a80fe52b1c7$exports, "focus-ring", () => $8fb52a80fe52b1c7$export$f39a09f249340e2a, (v) => $8fb52a80fe52b1c7$export$f39a09f249340e2a = v);
|
|
320
|
+
$parcel$export($8fb52a80fe52b1c7$exports, "is-selected", () => $8fb52a80fe52b1c7$export$1e0fb04f31d3c22a, (v) => $8fb52a80fe52b1c7$export$1e0fb04f31d3c22a = v);
|
|
321
|
+
$parcel$export($8fb52a80fe52b1c7$exports, "spectrum-FieldButton--invalid", () => $8fb52a80fe52b1c7$export$c9f503f672e8a3c1, (v) => $8fb52a80fe52b1c7$export$c9f503f672e8a3c1 = v);
|
|
322
|
+
var $8fb52a80fe52b1c7$export$5be359c1227eedcb;
|
|
323
|
+
var $8fb52a80fe52b1c7$export$a024c99ecf6b5741;
|
|
324
|
+
var $8fb52a80fe52b1c7$export$d35bc1e505d1ebbf;
|
|
325
|
+
var $8fb52a80fe52b1c7$export$3b48509739a9cda0;
|
|
326
|
+
var $8fb52a80fe52b1c7$export$ebf265ffc062029b;
|
|
327
|
+
var $8fb52a80fe52b1c7$export$ea77459595e26bec;
|
|
328
|
+
var $8fb52a80fe52b1c7$export$f7ab13ee113f4884;
|
|
329
|
+
var $8fb52a80fe52b1c7$export$dcc9e00cdad967fa;
|
|
330
|
+
var $8fb52a80fe52b1c7$export$92706f5c6fe4074;
|
|
331
|
+
var $8fb52a80fe52b1c7$export$b91b6af799fd93a8;
|
|
332
|
+
var $8fb52a80fe52b1c7$export$5e116178f9b1556a;
|
|
333
|
+
var $8fb52a80fe52b1c7$export$1d8b0b29e11d7cd;
|
|
334
|
+
var $8fb52a80fe52b1c7$export$58dd7cd23c92699f;
|
|
335
|
+
var $8fb52a80fe52b1c7$export$80f9c838a8406469;
|
|
336
|
+
var $8fb52a80fe52b1c7$export$1c72fb41fa4f21ee;
|
|
337
|
+
var $8fb52a80fe52b1c7$export$202113e883898dc;
|
|
338
|
+
var $8fb52a80fe52b1c7$export$e7dc768d35940237;
|
|
339
|
+
var $8fb52a80fe52b1c7$export$eb262b15b9261fde;
|
|
340
|
+
var $8fb52a80fe52b1c7$export$b8813cd5d7824ce7;
|
|
341
|
+
var $8fb52a80fe52b1c7$export$f39a09f249340e2a;
|
|
342
|
+
var $8fb52a80fe52b1c7$export$1e0fb04f31d3c22a;
|
|
343
|
+
var $8fb52a80fe52b1c7$export$c9f503f672e8a3c1;
|
|
344
|
+
$8fb52a80fe52b1c7$export$5be359c1227eedcb = "spectrum-InputGroup_a0942f";
|
|
345
|
+
$8fb52a80fe52b1c7$export$a024c99ecf6b5741 = "spectrum-FieldButton_a0942f";
|
|
346
|
+
$8fb52a80fe52b1c7$export$d35bc1e505d1ebbf = "is-disabled_a0942f";
|
|
347
|
+
$8fb52a80fe52b1c7$export$3b48509739a9cda0 = "spectrum-InputGroup--invalid_a0942f";
|
|
348
|
+
$8fb52a80fe52b1c7$export$ebf265ffc062029b = "spectrum-InputGroup--quiet_a0942f";
|
|
349
|
+
$8fb52a80fe52b1c7$export$ea77459595e26bec = "spectrum-InputGroup-field_a0942f";
|
|
350
|
+
$8fb52a80fe52b1c7$export$f7ab13ee113f4884 = "spectrum-InputGroup-input-validationIcon_a0942f";
|
|
351
|
+
$8fb52a80fe52b1c7$export$dcc9e00cdad967fa = "spectrum-InputGroup-input-circleLoader_a0942f";
|
|
352
|
+
$8fb52a80fe52b1c7$export$92706f5c6fe4074 = "spectrum-InputGroup-input_a0942f";
|
|
353
|
+
$8fb52a80fe52b1c7$export$b91b6af799fd93a8 = "spectrum-InputGroup-icon_a0942f";
|
|
354
|
+
$8fb52a80fe52b1c7$export$5e116178f9b1556a = "spectrum-InputGroup-popover--quiet_a0942f";
|
|
355
|
+
$8fb52a80fe52b1c7$export$1d8b0b29e11d7cd = "spectrum-Datepicker--range_a0942f";
|
|
356
|
+
$8fb52a80fe52b1c7$export$58dd7cd23c92699f = "spectrum-Datepicker--datetimeRange_a0942f";
|
|
357
|
+
$8fb52a80fe52b1c7$export$80f9c838a8406469 = "spectrum-Datepicker-startField_a0942f";
|
|
358
|
+
$8fb52a80fe52b1c7$export$1c72fb41fa4f21ee = "spectrum-Datepicker-endField_a0942f";
|
|
359
|
+
$8fb52a80fe52b1c7$export$202113e883898dc = "spectrum-Datepicker--rangeDash_a0942f";
|
|
360
|
+
$8fb52a80fe52b1c7$export$e7dc768d35940237 = "is-focused_a0942f";
|
|
361
|
+
$8fb52a80fe52b1c7$export$eb262b15b9261fde = "spectrum-Datepicker-focusRing_a0942f";
|
|
362
|
+
$8fb52a80fe52b1c7$export$b8813cd5d7824ce7 = "is-hovered_a0942f";
|
|
363
|
+
$8fb52a80fe52b1c7$export$f39a09f249340e2a = "focus-ring_a0942f";
|
|
364
|
+
$8fb52a80fe52b1c7$export$1e0fb04f31d3c22a = "is-selected_a0942f";
|
|
365
|
+
$8fb52a80fe52b1c7$export$c9f503f672e8a3c1 = "spectrum-FieldButton--invalid_a0942f";
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
var $c14528ddc146317f$exports = {};
|
|
370
|
+
|
|
371
|
+
$parcel$export($c14528ddc146317f$exports, "spectrum-Textfield-input", () => $c14528ddc146317f$export$1ac009feb2b0bd0c, (v) => $c14528ddc146317f$export$1ac009feb2b0bd0c = v);
|
|
372
|
+
$parcel$export($c14528ddc146317f$exports, "spectrum-Textfield", () => $c14528ddc146317f$export$2c8a10299d8b3418, (v) => $c14528ddc146317f$export$2c8a10299d8b3418 = v);
|
|
373
|
+
$parcel$export($c14528ddc146317f$exports, "spectrum-Textfield--quiet", () => $c14528ddc146317f$export$bffd5e3d61a81737, (v) => $c14528ddc146317f$export$bffd5e3d61a81737 = v);
|
|
374
|
+
$parcel$export($c14528ddc146317f$exports, "spectrum-Textfield--multiline", () => $c14528ddc146317f$export$9699f1c538a448a0, (v) => $c14528ddc146317f$export$9699f1c538a448a0 = v);
|
|
375
|
+
$parcel$export($c14528ddc146317f$exports, "is-placeholder", () => $c14528ddc146317f$export$e5b2f5233e4e5194, (v) => $c14528ddc146317f$export$e5b2f5233e4e5194 = v);
|
|
376
|
+
$parcel$export($c14528ddc146317f$exports, "is-hovered", () => $c14528ddc146317f$export$b8813cd5d7824ce7, (v) => $c14528ddc146317f$export$b8813cd5d7824ce7 = v);
|
|
377
|
+
$parcel$export($c14528ddc146317f$exports, "spectrum-Textfield--valid", () => $c14528ddc146317f$export$c2abbc3f970170b7, (v) => $c14528ddc146317f$export$c2abbc3f970170b7 = v);
|
|
378
|
+
$parcel$export($c14528ddc146317f$exports, "spectrum-Textfield--invalid", () => $c14528ddc146317f$export$58e50b10d30123df, (v) => $c14528ddc146317f$export$58e50b10d30123df = v);
|
|
379
|
+
$parcel$export($c14528ddc146317f$exports, "spectrum-Textfield--loadable", () => $c14528ddc146317f$export$14fd30fea6f1348c, (v) => $c14528ddc146317f$export$14fd30fea6f1348c = v);
|
|
380
|
+
$parcel$export($c14528ddc146317f$exports, "spectrum-Textfield-validationIcon", () => $c14528ddc146317f$export$cf0ead5b44db0da3, (v) => $c14528ddc146317f$export$cf0ead5b44db0da3 = v);
|
|
381
|
+
$parcel$export($c14528ddc146317f$exports, "spectrum-Textfield-icon", () => $c14528ddc146317f$export$222d1ccd1870be1d, (v) => $c14528ddc146317f$export$222d1ccd1870be1d = v);
|
|
382
|
+
$parcel$export($c14528ddc146317f$exports, "spectrum-Textfield-inputIcon", () => $c14528ddc146317f$export$c1cdcaa5fe76a871, (v) => $c14528ddc146317f$export$c1cdcaa5fe76a871 = v);
|
|
383
|
+
$parcel$export($c14528ddc146317f$exports, "spectrum-Textfield-circleLoader", () => $c14528ddc146317f$export$82a249fb4d6127, (v) => $c14528ddc146317f$export$82a249fb4d6127 = v);
|
|
384
|
+
$parcel$export($c14528ddc146317f$exports, "is-focused", () => $c14528ddc146317f$export$e7dc768d35940237, (v) => $c14528ddc146317f$export$e7dc768d35940237 = v);
|
|
385
|
+
$parcel$export($c14528ddc146317f$exports, "focus-ring", () => $c14528ddc146317f$export$f39a09f249340e2a, (v) => $c14528ddc146317f$export$f39a09f249340e2a = v);
|
|
386
|
+
$parcel$export($c14528ddc146317f$exports, "is-disabled", () => $c14528ddc146317f$export$d35bc1e505d1ebbf, (v) => $c14528ddc146317f$export$d35bc1e505d1ebbf = v);
|
|
387
|
+
var $c14528ddc146317f$export$1ac009feb2b0bd0c;
|
|
388
|
+
var $c14528ddc146317f$export$2c8a10299d8b3418;
|
|
389
|
+
var $c14528ddc146317f$export$bffd5e3d61a81737;
|
|
390
|
+
var $c14528ddc146317f$export$9699f1c538a448a0;
|
|
391
|
+
var $c14528ddc146317f$export$e5b2f5233e4e5194;
|
|
392
|
+
var $c14528ddc146317f$export$b8813cd5d7824ce7;
|
|
393
|
+
var $c14528ddc146317f$export$c2abbc3f970170b7;
|
|
394
|
+
var $c14528ddc146317f$export$58e50b10d30123df;
|
|
395
|
+
var $c14528ddc146317f$export$14fd30fea6f1348c;
|
|
396
|
+
var $c14528ddc146317f$export$cf0ead5b44db0da3;
|
|
397
|
+
var $c14528ddc146317f$export$222d1ccd1870be1d;
|
|
398
|
+
var $c14528ddc146317f$export$c1cdcaa5fe76a871;
|
|
399
|
+
var $c14528ddc146317f$export$82a249fb4d6127;
|
|
400
|
+
var $c14528ddc146317f$export$e7dc768d35940237;
|
|
401
|
+
var $c14528ddc146317f$export$f39a09f249340e2a;
|
|
402
|
+
var $c14528ddc146317f$export$d35bc1e505d1ebbf;
|
|
403
|
+
$c14528ddc146317f$export$1ac009feb2b0bd0c = "spectrum-Textfield-input_73bc77";
|
|
404
|
+
$c14528ddc146317f$export$2c8a10299d8b3418 = "spectrum-Textfield_73bc77";
|
|
405
|
+
$c14528ddc146317f$export$bffd5e3d61a81737 = "spectrum-Textfield--quiet_73bc77";
|
|
406
|
+
$c14528ddc146317f$export$9699f1c538a448a0 = "spectrum-Textfield--multiline_73bc77";
|
|
407
|
+
$c14528ddc146317f$export$e5b2f5233e4e5194 = "is-placeholder_73bc77";
|
|
408
|
+
$c14528ddc146317f$export$b8813cd5d7824ce7 = "is-hovered_73bc77";
|
|
409
|
+
$c14528ddc146317f$export$c2abbc3f970170b7 = "spectrum-Textfield--valid_73bc77";
|
|
410
|
+
$c14528ddc146317f$export$58e50b10d30123df = "spectrum-Textfield--invalid_73bc77";
|
|
411
|
+
$c14528ddc146317f$export$14fd30fea6f1348c = "spectrum-Textfield--loadable_73bc77";
|
|
412
|
+
$c14528ddc146317f$export$cf0ead5b44db0da3 = "spectrum-Textfield-validationIcon_73bc77";
|
|
413
|
+
$c14528ddc146317f$export$222d1ccd1870be1d = "spectrum-Textfield-icon_73bc77";
|
|
414
|
+
$c14528ddc146317f$export$c1cdcaa5fe76a871 = "spectrum-Textfield-inputIcon_73bc77";
|
|
415
|
+
$c14528ddc146317f$export$82a249fb4d6127 = "spectrum-Textfield-circleLoader_73bc77";
|
|
416
|
+
$c14528ddc146317f$export$e7dc768d35940237 = "is-focused_73bc77";
|
|
417
|
+
$c14528ddc146317f$export$f39a09f249340e2a = "focus-ring_73bc77";
|
|
418
|
+
$c14528ddc146317f$export$d35bc1e505d1ebbf = "is-disabled_73bc77";
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
const $c940f54e16bafef5$export$e7a90f7d6b078162 = /*#__PURE__*/ $aQREU$react.forwardRef(function $c940f54e16bafef5$export$e7a90f7d6b078162(props, ref) {
|
|
431
|
+
props = $aQREU$useProviderProps(props);
|
|
432
432
|
let { isQuiet: isQuiet , isDisabled: isDisabled , validationState: validationState , isReadOnly: isReadOnly , onSubmit: onSubmit = ()=>{
|
|
433
433
|
} } = props;
|
|
434
|
-
let { contains: contains } = $
|
|
434
|
+
let { contains: contains } = $aQREU$useFilter({
|
|
435
435
|
sensitivity: 'base'
|
|
436
436
|
});
|
|
437
|
-
let state = $
|
|
437
|
+
let state = $aQREU$useComboBoxState({
|
|
438
438
|
...props,
|
|
439
439
|
defaultFilter: contains,
|
|
440
440
|
allowsEmptyCollection: true,
|
|
@@ -448,12 +448,12 @@ const $2fdbeeac5600b23f$export$e7a90f7d6b078162 = /*#__PURE__*/ $5gI1J$react.for
|
|
|
448
448
|
selectedKey: undefined,
|
|
449
449
|
defaultSelectedKey: undefined
|
|
450
450
|
});
|
|
451
|
-
let buttonRef = $
|
|
452
|
-
let domRef = $
|
|
453
|
-
let { triggerProps: triggerProps , overlayProps: overlayProps } = $
|
|
451
|
+
let buttonRef = $aQREU$useRef();
|
|
452
|
+
let domRef = $aQREU$useFocusableRef(ref, buttonRef);
|
|
453
|
+
let { triggerProps: triggerProps , overlayProps: overlayProps } = $aQREU$useOverlayTrigger({
|
|
454
454
|
type: 'listbox'
|
|
455
455
|
}, state, buttonRef);
|
|
456
|
-
let { labelProps: labelProps , fieldProps: fieldProps } = $
|
|
456
|
+
let { labelProps: labelProps , fieldProps: fieldProps } = $aQREU$useLabel({
|
|
457
457
|
...props,
|
|
458
458
|
labelElementType: 'span'
|
|
459
459
|
});
|
|
@@ -461,19 +461,19 @@ const $2fdbeeac5600b23f$export$e7a90f7d6b078162 = /*#__PURE__*/ $5gI1J$react.for
|
|
|
461
461
|
labelProps.onClick = ()=>{
|
|
462
462
|
if (!props.isDisabled) {
|
|
463
463
|
buttonRef.current.focus();
|
|
464
|
-
$
|
|
464
|
+
$aQREU$setInteractionModality('keyboard');
|
|
465
465
|
}
|
|
466
466
|
};
|
|
467
467
|
let onClose = ()=>state.commit()
|
|
468
468
|
;
|
|
469
|
-
return(/*#__PURE__*/ $
|
|
469
|
+
return(/*#__PURE__*/ $aQREU$react.createElement($aQREU$react.Fragment, null, /*#__PURE__*/ $aQREU$react.createElement($aQREU$Field, {
|
|
470
470
|
...props,
|
|
471
471
|
labelProps: labelProps,
|
|
472
472
|
elementType: "span",
|
|
473
473
|
ref: domRef,
|
|
474
474
|
includeNecessityIndicatorInAccessibilityName: true
|
|
475
|
-
}, /*#__PURE__*/ $
|
|
476
|
-
...$
|
|
475
|
+
}, /*#__PURE__*/ $aQREU$react.createElement($c940f54e16bafef5$var$SearchAutocompleteButton, {
|
|
476
|
+
...$aQREU$mergeProps(triggerProps, fieldProps, {
|
|
477
477
|
autoFocus: props.autoFocus
|
|
478
478
|
}),
|
|
479
479
|
ref: buttonRef,
|
|
@@ -486,36 +486,36 @@ const $2fdbeeac5600b23f$export$e7a90f7d6b078162 = /*#__PURE__*/ $5gI1J$react.for
|
|
|
486
486
|
clearInput: ()=>state.setInputValue('')
|
|
487
487
|
,
|
|
488
488
|
onPress: ()=>!isReadOnly && state.open(null, 'manual')
|
|
489
|
-
}, state.inputValue || props.placeholder || '')), /*#__PURE__*/ $
|
|
489
|
+
}, state.inputValue || props.placeholder || '')), /*#__PURE__*/ $aQREU$react.createElement($aQREU$Tray, {
|
|
490
490
|
isOpen: state.isOpen,
|
|
491
491
|
onClose: onClose,
|
|
492
492
|
isFixedHeight: true,
|
|
493
493
|
isNonModal: true,
|
|
494
494
|
...overlayProps
|
|
495
|
-
}, /*#__PURE__*/ $
|
|
495
|
+
}, /*#__PURE__*/ $aQREU$react.createElement($c940f54e16bafef5$var$SearchAutocompleteTray, {
|
|
496
496
|
...props,
|
|
497
497
|
onClose: onClose,
|
|
498
498
|
overlayProps: overlayProps,
|
|
499
499
|
state: state
|
|
500
500
|
}))));
|
|
501
501
|
});
|
|
502
|
-
const $
|
|
502
|
+
const $c940f54e16bafef5$var$SearchAutocompleteButton = /*#__PURE__*/ $aQREU$react.forwardRef(function SearchAutocompleteButton(props, ref) {
|
|
503
503
|
let { isQuiet: isQuiet , isDisabled: isDisabled , isReadOnly: isReadOnly , isPlaceholder: isPlaceholder , validationState: validationState , inputValue: inputValue , clearInput: clearInput , children: children , style: style , className: className } = props;
|
|
504
|
-
let formatMessage = $
|
|
505
|
-
let valueId = $
|
|
506
|
-
let invalidId = $
|
|
507
|
-
let validationIcon = validationState === 'invalid' ? /*#__PURE__*/ $
|
|
504
|
+
let formatMessage = $aQREU$useMessageFormatter((/*@__PURE__*/$parcel$interopDefault($06f6e8ce74a28744$exports)));
|
|
505
|
+
let valueId = $aQREU$useId();
|
|
506
|
+
let invalidId = $aQREU$useId();
|
|
507
|
+
let validationIcon = validationState === 'invalid' ? /*#__PURE__*/ $aQREU$react.createElement($aQREU$spectrumiconsuiAlertMedium, {
|
|
508
508
|
id: invalidId,
|
|
509
509
|
"aria-label": formatMessage('invalid')
|
|
510
|
-
}) : /*#__PURE__*/ $
|
|
511
|
-
let searchIcon = /*#__PURE__*/ $
|
|
510
|
+
}) : /*#__PURE__*/ $aQREU$react.createElement($aQREU$spectrumiconsuiCheckmarkMedium, null);
|
|
511
|
+
let searchIcon = /*#__PURE__*/ $aQREU$react.createElement($aQREU$spectrumiconsuiMagnifier, {
|
|
512
512
|
"data-testid": "searchicon"
|
|
513
513
|
});
|
|
514
|
-
let icon = /*#__PURE__*/ $
|
|
515
|
-
UNSAFE_className: $
|
|
514
|
+
let icon = /*#__PURE__*/ $aQREU$react.cloneElement(searchIcon, {
|
|
515
|
+
UNSAFE_className: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($c14528ddc146317f$exports)), 'spectrum-Textfield-icon'),
|
|
516
516
|
size: 'S'
|
|
517
517
|
});
|
|
518
|
-
let clearButton = /*#__PURE__*/ $
|
|
518
|
+
let clearButton = /*#__PURE__*/ $aQREU$react.createElement($aQREU$ClearButton, {
|
|
519
519
|
onPress: (e)=>{
|
|
520
520
|
clearInput();
|
|
521
521
|
props.onPress(e);
|
|
@@ -523,15 +523,15 @@ const $2fdbeeac5600b23f$var$SearchAutocompleteButton = /*#__PURE__*/ $5gI1J$reac
|
|
|
523
523
|
preventFocus: true,
|
|
524
524
|
"aria-label": formatMessage('clear'),
|
|
525
525
|
excludeFromTabOrder: true,
|
|
526
|
-
UNSAFE_className: $
|
|
526
|
+
UNSAFE_className: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($5589e2270a5c2f51$exports)), 'spectrum-ClearButton'),
|
|
527
527
|
isDisabled: isDisabled
|
|
528
528
|
});
|
|
529
|
-
let validation = /*#__PURE__*/ $
|
|
530
|
-
UNSAFE_className: $
|
|
529
|
+
let validation = /*#__PURE__*/ $aQREU$react.cloneElement(validationIcon, {
|
|
530
|
+
UNSAFE_className: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($c14528ddc146317f$exports)), 'spectrum-Textfield-validationIcon', $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports)), 'spectrum-InputGroup-input-validationIcon'))
|
|
531
531
|
});
|
|
532
|
-
let { hoverProps: hoverProps , isHovered: isHovered } = $
|
|
532
|
+
let { hoverProps: hoverProps , isHovered: isHovered } = $aQREU$useHover({
|
|
533
533
|
});
|
|
534
|
-
let { buttonProps: buttonProps } = $
|
|
534
|
+
let { buttonProps: buttonProps } = $aQREU$useButton({
|
|
535
535
|
...props,
|
|
536
536
|
'aria-labelledby': [
|
|
537
537
|
props['aria-labelledby'],
|
|
@@ -541,65 +541,65 @@ const $2fdbeeac5600b23f$var$SearchAutocompleteButton = /*#__PURE__*/ $5gI1J$reac
|
|
|
541
541
|
].filter(Boolean).join(' '),
|
|
542
542
|
elementType: 'div'
|
|
543
543
|
}, ref);
|
|
544
|
-
return(/*#__PURE__*/ $
|
|
545
|
-
focusClass: $
|
|
546
|
-
focusRingClass: $
|
|
547
|
-
}, /*#__PURE__*/ $
|
|
548
|
-
...$
|
|
544
|
+
return(/*#__PURE__*/ $aQREU$react.createElement($aQREU$FocusRing, {
|
|
545
|
+
focusClass: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports)), 'is-focused'),
|
|
546
|
+
focusRingClass: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports)), 'focus-ring')
|
|
547
|
+
}, /*#__PURE__*/ $aQREU$react.createElement("div", {
|
|
548
|
+
...$aQREU$mergeProps(hoverProps, buttonProps),
|
|
549
549
|
"aria-haspopup": "dialog",
|
|
550
550
|
ref: ref,
|
|
551
551
|
style: {
|
|
552
552
|
...style,
|
|
553
553
|
outline: 'none'
|
|
554
554
|
},
|
|
555
|
-
className: $
|
|
555
|
+
className: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports)), 'spectrum-InputGroup', {
|
|
556
556
|
'spectrum-InputGroup--quiet': isQuiet,
|
|
557
557
|
'is-disabled': isDisabled,
|
|
558
558
|
'spectrum-InputGroup--invalid': validationState === 'invalid',
|
|
559
559
|
'is-hovered': isHovered
|
|
560
|
-
}, $
|
|
561
|
-
}, /*#__PURE__*/ $
|
|
562
|
-
className: $
|
|
560
|
+
}, $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($f6bdc9f20ce7ef93$exports)), 'mobile-searchautocomplete'), className)
|
|
561
|
+
}, /*#__PURE__*/ $aQREU$react.createElement("div", {
|
|
562
|
+
className: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($c14528ddc146317f$exports)), 'spectrum-Textfield', {
|
|
563
563
|
'spectrum-Textfield--invalid': validationState === 'invalid',
|
|
564
564
|
'spectrum-Textfield--valid': validationState === 'valid',
|
|
565
565
|
'spectrum-Textfield--quiet': isQuiet
|
|
566
|
-
}, $
|
|
566
|
+
}, $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($5589e2270a5c2f51$exports)), 'spectrum-Search', {
|
|
567
567
|
'is-disabled': isDisabled,
|
|
568
568
|
'is-quiet': isQuiet,
|
|
569
569
|
'spectrum-Search--invalid': validationState === 'invalid',
|
|
570
570
|
'spectrum-Search--valid': validationState === 'valid'
|
|
571
571
|
}))
|
|
572
|
-
}, /*#__PURE__*/ $
|
|
573
|
-
className: $
|
|
572
|
+
}, /*#__PURE__*/ $aQREU$react.createElement("div", {
|
|
573
|
+
className: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($c14528ddc146317f$exports)), 'spectrum-Textfield-input', 'spectrum-Textfield-inputIcon', {
|
|
574
574
|
'is-hovered': isHovered,
|
|
575
575
|
'is-placeholder': isPlaceholder,
|
|
576
576
|
'is-disabled': isDisabled,
|
|
577
577
|
'is-quiet': isQuiet
|
|
578
|
-
}, $
|
|
579
|
-
}, icon, /*#__PURE__*/ $
|
|
578
|
+
}, $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($5589e2270a5c2f51$exports)), 'spectrum-Search-input'))
|
|
579
|
+
}, icon, /*#__PURE__*/ $aQREU$react.createElement("span", {
|
|
580
580
|
id: valueId,
|
|
581
|
-
className: $
|
|
581
|
+
className: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($f6bdc9f20ce7ef93$exports)), 'mobile-value')
|
|
582
582
|
}, children)), validationState ? validation : null, (inputValue !== '' || validationState != null) && !isReadOnly && clearButton))));
|
|
583
583
|
});
|
|
584
|
-
function $
|
|
584
|
+
function $c940f54e16bafef5$var$SearchAutocompleteTray(props) {
|
|
585
585
|
let { state: // completionMode = 'suggest',
|
|
586
586
|
state , isDisabled: isDisabled , validationState: validationState , label: label , overlayProps: overlayProps , loadingState: loadingState , onLoadMore: onLoadMore , onClose: onClose , onSubmit: onSubmit } = props;
|
|
587
|
-
let timeout = $
|
|
588
|
-
let [showLoading, setShowLoading] = $
|
|
589
|
-
let inputRef = $
|
|
590
|
-
let popoverRef = $
|
|
591
|
-
let listBoxRef = $
|
|
592
|
-
let layout = $
|
|
593
|
-
let formatMessage = $
|
|
594
|
-
let { inputProps: inputProps , listBoxProps: listBoxProps , labelProps: labelProps , clearButtonProps: clearButtonProps } = $
|
|
587
|
+
let timeout = $aQREU$useRef(null);
|
|
588
|
+
let [showLoading, setShowLoading] = $aQREU$useState(false);
|
|
589
|
+
let inputRef = $aQREU$useRef();
|
|
590
|
+
let popoverRef = $aQREU$useRef();
|
|
591
|
+
let listBoxRef = $aQREU$useRef();
|
|
592
|
+
let layout = $aQREU$useListBoxLayout(state);
|
|
593
|
+
let formatMessage = $aQREU$useMessageFormatter((/*@__PURE__*/$parcel$interopDefault($06f6e8ce74a28744$exports)));
|
|
594
|
+
let { inputProps: inputProps , listBoxProps: listBoxProps , labelProps: labelProps , clearButtonProps: clearButtonProps } = $aQREU$useSearchAutocomplete({
|
|
595
595
|
...props,
|
|
596
596
|
keyboardDelegate: layout,
|
|
597
597
|
popoverRef: popoverRef,
|
|
598
598
|
listBoxRef: listBoxRef,
|
|
599
599
|
inputRef: inputRef
|
|
600
600
|
}, state);
|
|
601
|
-
$
|
|
602
|
-
$
|
|
601
|
+
$aQREU$react.useEffect(()=>{
|
|
602
|
+
$aQREU$focusSafely(inputRef.current);
|
|
603
603
|
// When the tray unmounts, set state.isFocused (i.e. the tray input's focus tracker) to false.
|
|
604
604
|
// This is to prevent state.isFocused from being set to true when the tray closes via tapping on the underlay
|
|
605
605
|
// (FocusScope attempts to restore focus to the tray input when tapping outside the tray due to "contain")
|
|
@@ -609,8 +609,8 @@ function $2fdbeeac5600b23f$var$SearchAutocompleteTray(props) {
|
|
|
609
609
|
};
|
|
610
610
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
611
611
|
}, []);
|
|
612
|
-
let { dialogProps: dialogProps } = $
|
|
613
|
-
'aria-labelledby': $
|
|
612
|
+
let { dialogProps: dialogProps } = $aQREU$useDialog({
|
|
613
|
+
'aria-labelledby': $aQREU$useId(labelProps.id)
|
|
614
614
|
}, popoverRef);
|
|
615
615
|
// Override the role of the input to "searchbox" instead of "combobox".
|
|
616
616
|
// Since the listbox is always visible, the combobox role doesn't really give us anything.
|
|
@@ -620,31 +620,31 @@ function $2fdbeeac5600b23f$var$SearchAutocompleteTray(props) {
|
|
|
620
620
|
inputProps.role = 'searchbox';
|
|
621
621
|
inputProps['aria-haspopup'] = 'listbox';
|
|
622
622
|
delete inputProps.onTouchEnd;
|
|
623
|
-
let clearButton = /*#__PURE__*/ $
|
|
623
|
+
let clearButton = /*#__PURE__*/ $aQREU$react.createElement($aQREU$ClearButton, {
|
|
624
624
|
...clearButtonProps,
|
|
625
625
|
preventFocus: true,
|
|
626
626
|
"aria-label": formatMessage('clear'),
|
|
627
627
|
excludeFromTabOrder: true,
|
|
628
|
-
UNSAFE_className: $
|
|
628
|
+
UNSAFE_className: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($5589e2270a5c2f51$exports)), 'spectrum-ClearButton'),
|
|
629
629
|
isDisabled: isDisabled
|
|
630
630
|
});
|
|
631
|
-
let loadingCircle = /*#__PURE__*/ $
|
|
631
|
+
let loadingCircle = /*#__PURE__*/ $aQREU$react.createElement($aQREU$ProgressCircle, {
|
|
632
632
|
"aria-label": formatMessage('loading'),
|
|
633
633
|
size: "S",
|
|
634
634
|
isIndeterminate: true,
|
|
635
|
-
UNSAFE_className: $
|
|
635
|
+
UNSAFE_className: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($5589e2270a5c2f51$exports)), 'spectrum-Search-circleLoader', $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($c14528ddc146317f$exports)), 'spectrum-Textfield-circleLoader'))
|
|
636
636
|
});
|
|
637
637
|
// Close the software keyboard on scroll to give the user a bigger area to scroll.
|
|
638
638
|
// But only do this if scrolling with touch, otherwise it can cause issues with touch
|
|
639
639
|
// screen readers.
|
|
640
|
-
let isTouchDown = $
|
|
640
|
+
let isTouchDown = $aQREU$useRef(false);
|
|
641
641
|
let onTouchStart = ()=>{
|
|
642
642
|
isTouchDown.current = true;
|
|
643
643
|
};
|
|
644
644
|
let onTouchEnd = ()=>{
|
|
645
645
|
isTouchDown.current = false;
|
|
646
646
|
};
|
|
647
|
-
let onScroll = $
|
|
647
|
+
let onScroll = $aQREU$useCallback(()=>{
|
|
648
648
|
if (!inputRef.current || document.activeElement !== inputRef.current || !isTouchDown.current) return;
|
|
649
649
|
popoverRef.current.focus();
|
|
650
650
|
}, [
|
|
@@ -653,8 +653,8 @@ function $2fdbeeac5600b23f$var$SearchAutocompleteTray(props) {
|
|
|
653
653
|
isTouchDown
|
|
654
654
|
]);
|
|
655
655
|
let inputValue = inputProps.value;
|
|
656
|
-
let lastInputValue = $
|
|
657
|
-
$
|
|
656
|
+
let lastInputValue = $aQREU$useRef(inputValue);
|
|
657
|
+
$aQREU$useEffect(()=>{
|
|
658
658
|
if (loadingState === 'filtering' && !showLoading) {
|
|
659
659
|
if (timeout.current === null) timeout.current = setTimeout(()=>{
|
|
660
660
|
setShowLoading(true);
|
|
@@ -686,23 +686,23 @@ function $2fdbeeac5600b23f$var$SearchAutocompleteTray(props) {
|
|
|
686
686
|
onSubmit(inputValue.toString(), null);
|
|
687
687
|
} else inputProps.onKeyDown(e);
|
|
688
688
|
};
|
|
689
|
-
let searchIcon = /*#__PURE__*/ $
|
|
689
|
+
let searchIcon = /*#__PURE__*/ $aQREU$react.createElement($aQREU$spectrumiconsuiMagnifier, {
|
|
690
690
|
"data-testid": "searchicon"
|
|
691
691
|
});
|
|
692
|
-
let icon = /*#__PURE__*/ $
|
|
693
|
-
UNSAFE_className: $
|
|
692
|
+
let icon = /*#__PURE__*/ $aQREU$react.cloneElement(searchIcon, {
|
|
693
|
+
UNSAFE_className: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($c14528ddc146317f$exports)), 'spectrum-Textfield-icon'),
|
|
694
694
|
size: 'S'
|
|
695
695
|
});
|
|
696
|
-
return(/*#__PURE__*/ $
|
|
696
|
+
return(/*#__PURE__*/ $aQREU$react.createElement($aQREU$FocusScope, {
|
|
697
697
|
restoreFocus: true,
|
|
698
698
|
contain: true
|
|
699
|
-
}, /*#__PURE__*/ $
|
|
700
|
-
...$
|
|
699
|
+
}, /*#__PURE__*/ $aQREU$react.createElement("div", {
|
|
700
|
+
...$aQREU$mergeProps(overlayProps, dialogProps),
|
|
701
701
|
ref: popoverRef,
|
|
702
|
-
className: $
|
|
703
|
-
}, /*#__PURE__*/ $
|
|
702
|
+
className: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($f6bdc9f20ce7ef93$exports)), 'tray-dialog')
|
|
703
|
+
}, /*#__PURE__*/ $aQREU$react.createElement($aQREU$DismissButton, {
|
|
704
704
|
onDismiss: onClose
|
|
705
|
-
}), /*#__PURE__*/ $
|
|
705
|
+
}), /*#__PURE__*/ $aQREU$react.createElement($aQREU$TextFieldBase, {
|
|
706
706
|
label: label,
|
|
707
707
|
labelProps: labelProps,
|
|
708
708
|
inputProps: {
|
|
@@ -716,15 +716,15 @@ function $2fdbeeac5600b23f$var$SearchAutocompleteTray(props) {
|
|
|
716
716
|
validationState: validationState,
|
|
717
717
|
wrapperChildren: (state.inputValue !== '' || loadingState === 'filtering' || validationState != null) && !props.isReadOnly && clearButton,
|
|
718
718
|
icon: icon,
|
|
719
|
-
UNSAFE_className: $
|
|
719
|
+
UNSAFE_className: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($5589e2270a5c2f51$exports)), 'spectrum-Search', 'spectrum-Textfield', 'spectrum-Search--loadable', {
|
|
720
720
|
'spectrum-Search--invalid': validationState === 'invalid',
|
|
721
721
|
'spectrum-Search--valid': validationState === 'valid'
|
|
722
|
-
}, $
|
|
722
|
+
}, $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($f6bdc9f20ce7ef93$exports)), 'tray-textfield', {
|
|
723
723
|
'has-label': !!props.label
|
|
724
724
|
})),
|
|
725
|
-
inputClassName: $
|
|
726
|
-
validationIconClassName: $
|
|
727
|
-
}), /*#__PURE__*/ $
|
|
725
|
+
inputClassName: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($5589e2270a5c2f51$exports)), 'spectrum-Search-input'),
|
|
726
|
+
validationIconClassName: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($5589e2270a5c2f51$exports)), 'spectrum-Search-validationIcon')
|
|
727
|
+
}), /*#__PURE__*/ $aQREU$react.createElement($aQREU$ListBoxBase, {
|
|
728
728
|
...listBoxProps,
|
|
729
729
|
domProps: {
|
|
730
730
|
onTouchStart: onTouchStart,
|
|
@@ -736,16 +736,16 @@ function $2fdbeeac5600b23f$var$SearchAutocompleteTray(props) {
|
|
|
736
736
|
layout: layout,
|
|
737
737
|
state: state,
|
|
738
738
|
shouldUseVirtualFocus: true,
|
|
739
|
-
renderEmptyState: ()=>loadingState !== 'loading' && /*#__PURE__*/ $
|
|
740
|
-
className: $
|
|
739
|
+
renderEmptyState: ()=>loadingState !== 'loading' && /*#__PURE__*/ $aQREU$react.createElement("span", {
|
|
740
|
+
className: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($f6bdc9f20ce7ef93$exports)), 'no-results')
|
|
741
741
|
}, formatMessage('noResults'))
|
|
742
742
|
,
|
|
743
|
-
UNSAFE_className: $
|
|
743
|
+
UNSAFE_className: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($f6bdc9f20ce7ef93$exports)), 'tray-listbox'),
|
|
744
744
|
ref: listBoxRef,
|
|
745
745
|
onScroll: onScroll,
|
|
746
746
|
onLoadMore: onLoadMore,
|
|
747
747
|
isLoading: loadingState === 'loading' || loadingState === 'loadingMore'
|
|
748
|
-
}), /*#__PURE__*/ $
|
|
748
|
+
}), /*#__PURE__*/ $aQREU$react.createElement($aQREU$DismissButton, {
|
|
749
749
|
onDismiss: onClose
|
|
750
750
|
}))));
|
|
751
751
|
}
|
|
@@ -764,35 +764,35 @@ function $2fdbeeac5600b23f$var$SearchAutocompleteTray(props) {
|
|
|
764
764
|
|
|
765
765
|
|
|
766
766
|
|
|
767
|
-
function $
|
|
768
|
-
props = $
|
|
769
|
-
let isMobile = $
|
|
767
|
+
function $f3f3b62273a2d260$var$SearchAutocomplete(props, ref) {
|
|
768
|
+
props = $aQREU$useProviderProps(props);
|
|
769
|
+
let isMobile = $aQREU$useIsMobileDevice();
|
|
770
770
|
if (isMobile) // menuTrigger=focus/manual don't apply to mobile searchwithin
|
|
771
|
-
return(/*#__PURE__*/ $
|
|
771
|
+
return(/*#__PURE__*/ $aQREU$react.createElement($c940f54e16bafef5$export$e7a90f7d6b078162, {
|
|
772
772
|
...props,
|
|
773
773
|
menuTrigger: "input",
|
|
774
774
|
ref: ref
|
|
775
775
|
}));
|
|
776
|
-
else return(/*#__PURE__*/ $
|
|
776
|
+
else return(/*#__PURE__*/ $aQREU$react.createElement($f3f3b62273a2d260$var$SearchAutocompleteBase, {
|
|
777
777
|
...props,
|
|
778
778
|
ref: ref
|
|
779
779
|
}));
|
|
780
780
|
}
|
|
781
|
-
const $
|
|
782
|
-
props = $
|
|
781
|
+
const $f3f3b62273a2d260$var$SearchAutocompleteBase = /*#__PURE__*/ $aQREU$react.forwardRef(function SearchAutocompleteBase(props, ref) {
|
|
782
|
+
props = $aQREU$useProviderProps(props);
|
|
783
783
|
let { menuTrigger: menuTrigger = 'input' , shouldFlip: shouldFlip = true , direction: direction = 'bottom' , isQuiet: isQuiet , loadingState: loadingState , onLoadMore: onLoadMore , onSubmit: onSubmit = ()=>{
|
|
784
784
|
} } = props;
|
|
785
|
-
let formatMessage = $
|
|
785
|
+
let formatMessage = $aQREU$useMessageFormatter((/*@__PURE__*/$parcel$interopDefault($06f6e8ce74a28744$exports)));
|
|
786
786
|
let isAsync = loadingState != null;
|
|
787
|
-
let popoverRef = $
|
|
788
|
-
let unwrappedPopoverRef = $
|
|
789
|
-
let listBoxRef = $
|
|
790
|
-
let inputRef = $
|
|
791
|
-
let domRef = $
|
|
792
|
-
let { contains: contains } = $
|
|
787
|
+
let popoverRef = $aQREU$useRef();
|
|
788
|
+
let unwrappedPopoverRef = $aQREU$useUnwrapDOMRef(popoverRef);
|
|
789
|
+
let listBoxRef = $aQREU$useRef();
|
|
790
|
+
let inputRef = $aQREU$useRef();
|
|
791
|
+
let domRef = $aQREU$useFocusableRef(ref, inputRef);
|
|
792
|
+
let { contains: contains } = $aQREU$useFilter({
|
|
793
793
|
sensitivity: 'base'
|
|
794
794
|
});
|
|
795
|
-
let state = $
|
|
795
|
+
let state = $aQREU$useComboBoxState({
|
|
796
796
|
...props,
|
|
797
797
|
defaultFilter: contains,
|
|
798
798
|
allowsEmptyCollection: isAsync,
|
|
@@ -802,8 +802,8 @@ const $49a90df41970fdae$var$SearchAutocompleteBase = /*#__PURE__*/ $5gI1J$react.
|
|
|
802
802
|
selectedKey: undefined,
|
|
803
803
|
defaultSelectedKey: undefined
|
|
804
804
|
});
|
|
805
|
-
let layout = $
|
|
806
|
-
let { inputProps: inputProps , listBoxProps: listBoxProps , labelProps: labelProps , clearButtonProps: clearButtonProps } = $
|
|
805
|
+
let layout = $aQREU$useListBoxLayout(state);
|
|
806
|
+
let { inputProps: inputProps , listBoxProps: listBoxProps , labelProps: labelProps , clearButtonProps: clearButtonProps } = $aQREU$useSearchAutocomplete({
|
|
807
807
|
...props,
|
|
808
808
|
keyboardDelegate: layout,
|
|
809
809
|
popoverRef: unwrappedPopoverRef,
|
|
@@ -811,7 +811,7 @@ const $49a90df41970fdae$var$SearchAutocompleteBase = /*#__PURE__*/ $5gI1J$react.
|
|
|
811
811
|
inputRef: inputRef,
|
|
812
812
|
menuTrigger: menuTrigger
|
|
813
813
|
}, state);
|
|
814
|
-
let { overlayProps: overlayProps , placement: placement , updatePosition: updatePosition } = $
|
|
814
|
+
let { overlayProps: overlayProps , placement: placement , updatePosition: updatePosition } = $aQREU$useOverlayPosition({
|
|
815
815
|
targetRef: inputRef,
|
|
816
816
|
overlayRef: unwrappedPopoverRef,
|
|
817
817
|
scrollRef: listBoxRef,
|
|
@@ -821,9 +821,9 @@ const $49a90df41970fdae$var$SearchAutocompleteBase = /*#__PURE__*/ $5gI1J$react.
|
|
|
821
821
|
onClose: state.close
|
|
822
822
|
});
|
|
823
823
|
// Measure the width of the inputfield to inform the width of the menu (below).
|
|
824
|
-
let [menuWidth, setMenuWidth] = $
|
|
825
|
-
let { scale: scale } = $
|
|
826
|
-
let onResize = $
|
|
824
|
+
let [menuWidth, setMenuWidth] = $aQREU$useState(null);
|
|
825
|
+
let { scale: scale } = $aQREU$useProvider();
|
|
826
|
+
let onResize = $aQREU$useCallback(()=>{
|
|
827
827
|
if (inputRef.current) {
|
|
828
828
|
let inputWidth = inputRef.current.offsetWidth;
|
|
829
829
|
setMenuWidth(inputWidth);
|
|
@@ -832,18 +832,18 @@ const $49a90df41970fdae$var$SearchAutocompleteBase = /*#__PURE__*/ $5gI1J$react.
|
|
|
832
832
|
inputRef,
|
|
833
833
|
setMenuWidth
|
|
834
834
|
]);
|
|
835
|
-
$
|
|
835
|
+
$aQREU$useResizeObserver({
|
|
836
836
|
ref: domRef,
|
|
837
837
|
onResize: onResize
|
|
838
838
|
});
|
|
839
|
-
$
|
|
839
|
+
$aQREU$useLayoutEffect(onResize, [
|
|
840
840
|
scale,
|
|
841
841
|
onResize
|
|
842
842
|
]);
|
|
843
843
|
// Update position once the ListBox has rendered. This ensures that
|
|
844
844
|
// it flips properly when it doesn't fit in the available space.
|
|
845
845
|
// TODO: add ResizeObserver to useOverlayPosition so we don't need this.
|
|
846
|
-
$
|
|
846
|
+
$aQREU$useLayoutEffect(()=>{
|
|
847
847
|
if (state.isOpen) requestAnimationFrame(()=>{
|
|
848
848
|
updatePosition();
|
|
849
849
|
});
|
|
@@ -856,21 +856,21 @@ const $49a90df41970fdae$var$SearchAutocompleteBase = /*#__PURE__*/ $5gI1J$react.
|
|
|
856
856
|
width: isQuiet ? null : menuWidth,
|
|
857
857
|
minWidth: isQuiet ? `calc(${menuWidth}px + calc(2 * var(--spectrum-dropdown-quiet-offset)))` : menuWidth
|
|
858
858
|
};
|
|
859
|
-
return(/*#__PURE__*/ $
|
|
859
|
+
return(/*#__PURE__*/ $aQREU$react.createElement($aQREU$react.Fragment, null, /*#__PURE__*/ $aQREU$react.createElement($aQREU$Field, {
|
|
860
860
|
...props,
|
|
861
861
|
labelProps: labelProps,
|
|
862
862
|
ref: domRef
|
|
863
|
-
}, /*#__PURE__*/ $
|
|
863
|
+
}, /*#__PURE__*/ $aQREU$react.createElement($f3f3b62273a2d260$var$SearchAutocompleteInput, {
|
|
864
864
|
...props,
|
|
865
865
|
isOpen: state.isOpen,
|
|
866
866
|
loadingState: loadingState,
|
|
867
867
|
inputProps: inputProps,
|
|
868
868
|
inputRef: inputRef,
|
|
869
869
|
clearButtonProps: clearButtonProps
|
|
870
|
-
})), /*#__PURE__*/ $
|
|
870
|
+
})), /*#__PURE__*/ $aQREU$react.createElement($aQREU$Popover, {
|
|
871
871
|
isOpen: state.isOpen,
|
|
872
872
|
UNSAFE_style: style,
|
|
873
|
-
UNSAFE_className: $
|
|
873
|
+
UNSAFE_className: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports)), 'spectrum-InputGroup-popover', {
|
|
874
874
|
'spectrum-InputGroup-popover--quiet': isQuiet
|
|
875
875
|
}),
|
|
876
876
|
ref: popoverRef,
|
|
@@ -878,7 +878,7 @@ const $49a90df41970fdae$var$SearchAutocompleteBase = /*#__PURE__*/ $5gI1J$react.
|
|
|
878
878
|
hideArrow: true,
|
|
879
879
|
isNonModal: true,
|
|
880
880
|
isDismissable: false
|
|
881
|
-
}, /*#__PURE__*/ $
|
|
881
|
+
}, /*#__PURE__*/ $aQREU$react.createElement($aQREU$ListBoxBase, {
|
|
882
882
|
...listBoxProps,
|
|
883
883
|
ref: listBoxRef,
|
|
884
884
|
disallowEmptySelection: true,
|
|
@@ -890,37 +890,37 @@ const $49a90df41970fdae$var$SearchAutocompleteBase = /*#__PURE__*/ $5gI1J$react.
|
|
|
890
890
|
shouldUseVirtualFocus: true,
|
|
891
891
|
isLoading: loadingState === 'loadingMore',
|
|
892
892
|
onLoadMore: onLoadMore,
|
|
893
|
-
renderEmptyState: ()=>isAsync && /*#__PURE__*/ $
|
|
894
|
-
}), /*#__PURE__*/ $
|
|
893
|
+
renderEmptyState: ()=>isAsync && /*#__PURE__*/ $aQREU$react.createElement("span", null, formatMessage('noResults'))
|
|
894
|
+
}), /*#__PURE__*/ $aQREU$react.createElement($aQREU$DismissButton, {
|
|
895
895
|
onDismiss: ()=>state.close()
|
|
896
896
|
}))));
|
|
897
897
|
});
|
|
898
|
-
const $
|
|
898
|
+
const $f3f3b62273a2d260$var$SearchAutocompleteInput = /*#__PURE__*/ $aQREU$react.forwardRef(function SearchAutocompleteInput(props, ref) {
|
|
899
899
|
let { isQuiet: isQuiet , isDisabled: isDisabled , isReadOnly: isReadOnly , validationState: validationState , inputProps: inputProps , inputRef: inputRef , autoFocus: autoFocus , style: style , className: className , loadingState: loadingState , isOpen: isOpen , menuTrigger: menuTrigger , clearButtonProps: clearButtonProps } = props;
|
|
900
|
-
let { hoverProps: hoverProps , isHovered: isHovered } = $
|
|
900
|
+
let { hoverProps: hoverProps , isHovered: isHovered } = $aQREU$useHover({
|
|
901
901
|
});
|
|
902
|
-
let formatMessage = $
|
|
903
|
-
let timeout = $
|
|
904
|
-
let [showLoading, setShowLoading] = $
|
|
905
|
-
let loadingCircle = /*#__PURE__*/ $
|
|
902
|
+
let formatMessage = $aQREU$useMessageFormatter((/*@__PURE__*/$parcel$interopDefault($06f6e8ce74a28744$exports)));
|
|
903
|
+
let timeout = $aQREU$useRef(null);
|
|
904
|
+
let [showLoading, setShowLoading] = $aQREU$useState(false);
|
|
905
|
+
let loadingCircle = /*#__PURE__*/ $aQREU$react.createElement($aQREU$ProgressCircle, {
|
|
906
906
|
"aria-label": formatMessage('loading'),
|
|
907
907
|
size: "S",
|
|
908
908
|
isIndeterminate: true,
|
|
909
|
-
UNSAFE_className: $
|
|
909
|
+
UNSAFE_className: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($c14528ddc146317f$exports)), 'spectrum-Textfield-circleLoader', $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports)), 'spectrum-InputGroup-input-circleLoader'))
|
|
910
910
|
});
|
|
911
|
-
let searchIcon = /*#__PURE__*/ $
|
|
911
|
+
let searchIcon = /*#__PURE__*/ $aQREU$react.createElement($aQREU$spectrumiconsuiMagnifier, {
|
|
912
912
|
"data-testid": "searchicon"
|
|
913
913
|
});
|
|
914
|
-
let clearButton = /*#__PURE__*/ $
|
|
914
|
+
let clearButton = /*#__PURE__*/ $aQREU$react.createElement($aQREU$ClearButton, {
|
|
915
915
|
...clearButtonProps,
|
|
916
916
|
preventFocus: true,
|
|
917
|
-
UNSAFE_className: $
|
|
917
|
+
UNSAFE_className: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($5589e2270a5c2f51$exports)), 'spectrum-ClearButton'),
|
|
918
918
|
isDisabled: isDisabled
|
|
919
919
|
});
|
|
920
920
|
let isLoading = loadingState === 'loading' || loadingState === 'filtering';
|
|
921
921
|
let inputValue = inputProps.value;
|
|
922
|
-
let lastInputValue = $
|
|
923
|
-
$
|
|
922
|
+
let lastInputValue = $aQREU$useRef(inputValue);
|
|
923
|
+
$aQREU$useEffect(()=>{
|
|
924
924
|
if (isLoading && !showLoading) {
|
|
925
925
|
if (timeout.current === null) timeout.current = setTimeout(()=>{
|
|
926
926
|
setShowLoading(true);
|
|
@@ -944,32 +944,32 @@ const $49a90df41970fdae$var$SearchAutocompleteInput = /*#__PURE__*/ $5gI1J$react
|
|
|
944
944
|
showLoading,
|
|
945
945
|
inputValue
|
|
946
946
|
]);
|
|
947
|
-
return(/*#__PURE__*/ $
|
|
947
|
+
return(/*#__PURE__*/ $aQREU$react.createElement($aQREU$FocusRing, {
|
|
948
948
|
within: true,
|
|
949
949
|
isTextInput: true,
|
|
950
|
-
focusClass: $
|
|
951
|
-
focusRingClass: $
|
|
950
|
+
focusClass: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports)), 'is-focused'),
|
|
951
|
+
focusRingClass: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports)), 'focus-ring'),
|
|
952
952
|
autoFocus: autoFocus
|
|
953
|
-
}, /*#__PURE__*/ $
|
|
953
|
+
}, /*#__PURE__*/ $aQREU$react.createElement("div", {
|
|
954
954
|
...hoverProps,
|
|
955
955
|
ref: ref,
|
|
956
956
|
style: style,
|
|
957
|
-
className: $
|
|
957
|
+
className: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($8fb52a80fe52b1c7$exports)), 'spectrum-InputGroup', {
|
|
958
958
|
'spectrum-InputGroup--quiet': isQuiet,
|
|
959
959
|
'is-disabled': isDisabled,
|
|
960
960
|
'spectrum-InputGroup--invalid': validationState === 'invalid',
|
|
961
961
|
'is-hovered': isHovered
|
|
962
962
|
}, className)
|
|
963
|
-
}, /*#__PURE__*/ $
|
|
963
|
+
}, /*#__PURE__*/ $aQREU$react.createElement($aQREU$TextFieldBase, {
|
|
964
964
|
inputProps: inputProps,
|
|
965
965
|
inputRef: inputRef,
|
|
966
|
-
UNSAFE_className: $
|
|
966
|
+
UNSAFE_className: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($5589e2270a5c2f51$exports)), 'spectrum-Search', 'spectrum-Textfield', {
|
|
967
967
|
'is-disabled': isDisabled,
|
|
968
968
|
'is-quiet': isQuiet,
|
|
969
969
|
'spectrum-Search--invalid': validationState === 'invalid',
|
|
970
970
|
'spectrum-Search--valid': validationState === 'valid'
|
|
971
971
|
}),
|
|
972
|
-
inputClassName: $
|
|
972
|
+
inputClassName: $aQREU$classNames((/*@__PURE__*/$parcel$interopDefault($5589e2270a5c2f51$exports)), 'spectrum-Search-input'),
|
|
973
973
|
isDisabled: isDisabled,
|
|
974
974
|
isQuiet: isQuiet,
|
|
975
975
|
validationState: validationState,
|
|
@@ -981,11 +981,11 @@ const $49a90df41970fdae$var$SearchAutocompleteInput = /*#__PURE__*/ $5gI1J$react
|
|
|
981
981
|
});
|
|
982
982
|
/**
|
|
983
983
|
* A SearchAutocomplete is a searchfield that supports a dynamic list of suggestions.
|
|
984
|
-
*/ let $
|
|
984
|
+
*/ let $f3f3b62273a2d260$export$dd65332a5b19fa63 = /*#__PURE__*/ $aQREU$forwardRef($f3f3b62273a2d260$var$SearchAutocomplete);
|
|
985
985
|
|
|
986
986
|
|
|
987
987
|
|
|
988
988
|
|
|
989
989
|
|
|
990
|
-
export {$
|
|
990
|
+
export {$dc667e3abdbeb6b2$re_export$Item as Item, $dc667e3abdbeb6b2$re_export$Section as Section, $f3f3b62273a2d260$export$dd65332a5b19fa63 as SearchAutocomplete};
|
|
991
991
|
//# sourceMappingURL=module.js.map
|