@react-spectrum/autocomplete 3.0.0-alpha.31 → 3.0.0-alpha.32

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 (46) hide show
  1. package/dist/MobileSearchAutocomplete.main.js +83 -83
  2. package/dist/MobileSearchAutocomplete.mjs +84 -84
  3. package/dist/MobileSearchAutocomplete.module.js +83 -83
  4. package/dist/SearchAutocomplete.main.js +34 -34
  5. package/dist/SearchAutocomplete.mjs +35 -35
  6. package/dist/SearchAutocomplete.module.js +34 -34
  7. package/dist/ar-AE.mjs +1 -1
  8. package/dist/bg-BG.mjs +1 -1
  9. package/dist/cs-CZ.mjs +1 -1
  10. package/dist/da-DK.mjs +1 -1
  11. package/dist/de-DE.mjs +1 -1
  12. package/dist/el-GR.mjs +1 -1
  13. package/dist/en-US.mjs +1 -1
  14. package/dist/es-ES.mjs +1 -1
  15. package/dist/et-EE.mjs +1 -1
  16. package/dist/fi-FI.mjs +1 -1
  17. package/dist/fr-FR.mjs +1 -1
  18. package/dist/he-IL.mjs +1 -1
  19. package/dist/hr-HR.mjs +1 -1
  20. package/dist/hu-HU.mjs +1 -1
  21. package/dist/inputgroup_vars_css.mjs +1 -1
  22. package/dist/intlStrings.mjs +1 -1
  23. package/dist/it-IT.mjs +1 -1
  24. package/dist/ja-JP.mjs +1 -1
  25. package/dist/ko-KR.mjs +1 -1
  26. package/dist/lt-LT.mjs +1 -1
  27. package/dist/lv-LV.mjs +1 -1
  28. package/dist/nb-NO.mjs +1 -1
  29. package/dist/nl-NL.mjs +1 -1
  30. package/dist/pl-PL.mjs +1 -1
  31. package/dist/pt-BR.mjs +1 -1
  32. package/dist/pt-PT.mjs +1 -1
  33. package/dist/ro-RO.mjs +1 -1
  34. package/dist/ru-RU.mjs +1 -1
  35. package/dist/search_vars_css.mjs +1 -1
  36. package/dist/searchautocomplete_css.mjs +1 -1
  37. package/dist/sk-SK.mjs +1 -1
  38. package/dist/sl-SI.mjs +1 -1
  39. package/dist/sr-SP.mjs +1 -1
  40. package/dist/sv-SE.mjs +1 -1
  41. package/dist/textfield_vars_css.mjs +1 -1
  42. package/dist/tr-TR.mjs +1 -1
  43. package/dist/uk-UA.mjs +1 -1
  44. package/dist/zh-CN.mjs +1 -1
  45. package/dist/zh-TW.mjs +1 -1
  46. package/package.json +26 -26
@@ -66,7 +66,7 @@ function $parcel$interopDefault(a) {
66
66
  function $f3f3b62273a2d260$var$SearchAutocomplete(props, ref) {
67
67
  props = (0, $fLcex$useProviderProps)(props);
68
68
  props = (0, $fLcex$useFormProps)(props);
69
- if (props.placeholder) console.warn("Placeholders are deprecated due to accessibility issues. Please use help text instead.");
69
+ if (props.placeholder) console.warn('Placeholders are deprecated due to accessibility issues. Please use help text instead.');
70
70
  let isMobile = (0, $fLcex$useIsMobileDevice)();
71
71
  if (isMobile) // menuTrigger=focus/manual don't apply to mobile searchwithin
72
72
  return /*#__PURE__*/ (0, $fLcex$react).createElement((0, $c940f54e16bafef5$export$e7a90f7d6b078162), {
@@ -81,8 +81,8 @@ function $f3f3b62273a2d260$var$SearchAutocomplete(props, ref) {
81
81
  }
82
82
  function $f3f3b62273a2d260$var$_SearchAutocompleteBase(props, ref) {
83
83
  props = (0, $fLcex$useProviderProps)(props);
84
- let { menuTrigger: menuTrigger = "input", shouldFlip: shouldFlip = true, direction: direction = "bottom", align: align = "start", isQuiet: isQuiet, menuWidth: customMenuWidth, loadingState: loadingState, onLoadMore: onLoadMore, onSubmit: onSubmit = ()=>{}, validate: validate } = props;
85
- let stringFormatter = (0, $fLcex$useLocalizedStringFormatter)((0, ($parcel$interopDefault($fLcex$intlStringsmodulejs))), "@react-spectrum/autocomplete");
84
+ let { menuTrigger: menuTrigger = 'input', shouldFlip: shouldFlip = true, direction: direction = 'bottom', align: align = 'start', isQuiet: isQuiet, menuWidth: customMenuWidth, loadingState: loadingState, onLoadMore: onLoadMore, onSubmit: onSubmit = ()=>{}, validate: validate } = props;
85
+ let stringFormatter = (0, $fLcex$useLocalizedStringFormatter)((0, ($parcel$interopDefault($fLcex$intlStringsmodulejs))), '@react-spectrum/autocomplete');
86
86
  let isAsync = loadingState != null;
87
87
  let popoverRef = (0, $fLcex$useRef)(null);
88
88
  let unwrappedPopoverRef = (0, $fLcex$useUnwrapDOMRef)(popoverRef);
@@ -90,7 +90,7 @@ function $f3f3b62273a2d260$var$_SearchAutocompleteBase(props, ref) {
90
90
  let inputRef = (0, $fLcex$useRef)(null);
91
91
  let domRef = (0, $fLcex$useFocusableRef)(ref, inputRef);
92
92
  let { contains: contains } = (0, $fLcex$useFilter)({
93
- sensitivity: "base"
93
+ sensitivity: 'base'
94
94
  });
95
95
  let state = (0, $fLcex$useComboBoxState)({
96
96
  ...props,
@@ -104,7 +104,7 @@ function $f3f3b62273a2d260$var$_SearchAutocompleteBase(props, ref) {
104
104
  validate
105
105
  ])
106
106
  });
107
- let layout = (0, $fLcex$useListBoxLayout)(state, loadingState === "loadingMore");
107
+ let layout = (0, $fLcex$useListBoxLayout)(state, loadingState === 'loadingMore');
108
108
  let { inputProps: inputProps, listBoxProps: listBoxProps, labelProps: labelProps, clearButtonProps: clearButtonProps, descriptionProps: descriptionProps, errorMessageProps: errorMessageProps, isInvalid: isInvalid, validationErrors: validationErrors, validationDetails: validationDetails } = (0, $fLcex$useSearchAutocomplete)({
109
109
  ...props,
110
110
  keyboardDelegate: layout,
@@ -154,12 +154,12 @@ function $f3f3b62273a2d260$var$_SearchAutocompleteBase(props, ref) {
154
154
  inputProps: inputProps,
155
155
  inputRef: inputRef,
156
156
  clearButtonProps: clearButtonProps,
157
- validationState: props.validationState || (isInvalid ? "invalid" : undefined)
157
+ validationState: props.validationState || (isInvalid ? 'invalid' : undefined)
158
158
  })), /*#__PURE__*/ (0, $fLcex$react).createElement((0, $fLcex$Popover), {
159
159
  state: state,
160
160
  UNSAFE_style: style,
161
- UNSAFE_className: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$inputgroup_vars_cssmodulejs))), "spectrum-InputGroup-popover", {
162
- "spectrum-InputGroup-popover--quiet": isQuiet
161
+ UNSAFE_className: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$inputgroup_vars_cssmodulejs))), 'spectrum-InputGroup-popover', {
162
+ 'spectrum-InputGroup-popover--quiet': isQuiet
163
163
  }),
164
164
  ref: popoverRef,
165
165
  triggerRef: inputRef,
@@ -177,11 +177,11 @@ function $f3f3b62273a2d260$var$_SearchAutocompleteBase(props, ref) {
177
177
  layout: layout,
178
178
  state: state,
179
179
  shouldUseVirtualFocus: true,
180
- isLoading: loadingState === "loading" || loadingState === "loadingMore",
180
+ isLoading: loadingState === 'loading' || loadingState === 'loadingMore',
181
181
  onLoadMore: onLoadMore,
182
182
  renderEmptyState: ()=>isAsync && /*#__PURE__*/ (0, $fLcex$react).createElement("span", {
183
- className: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$searchautocomplete_cssmodulejs))), "no-results")
184
- }, stringFormatter.format("noResults"))
183
+ className: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$searchautocomplete_cssmodulejs))), 'no-results')
184
+ }, stringFormatter.format('noResults'))
185
185
  })));
186
186
  }
187
187
  let $f3f3b62273a2d260$var$SearchAutocompleteBase = /*#__PURE__*/ (0, $fLcex$react).forwardRef($f3f3b62273a2d260$var$_SearchAutocompleteBase);
@@ -193,23 +193,23 @@ function $f3f3b62273a2d260$var$_SearchAutocompleteInput(props, ref) {
193
193
  });
194
194
  let { icon: icon = searchIcon, 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;
195
195
  let { hoverProps: hoverProps, isHovered: isHovered } = (0, $fLcex$useHover)({});
196
- let stringFormatter = (0, $fLcex$useLocalizedStringFormatter)((0, ($parcel$interopDefault($fLcex$intlStringsmodulejs))), "@react-spectrum/autocomplete");
196
+ let stringFormatter = (0, $fLcex$useLocalizedStringFormatter)((0, ($parcel$interopDefault($fLcex$intlStringsmodulejs))), '@react-spectrum/autocomplete');
197
197
  let domProps = (0, $fLcex$filterDOMProps)(props);
198
198
  let timeout = (0, $fLcex$useRef)(null);
199
199
  let [showLoading, setShowLoading] = (0, $fLcex$useState)(false);
200
200
  let loadingCircle = /*#__PURE__*/ (0, $fLcex$react).createElement((0, $fLcex$ProgressCircle), {
201
- "aria-label": stringFormatter.format("loading"),
201
+ "aria-label": stringFormatter.format('loading'),
202
202
  size: "S",
203
203
  isIndeterminate: true,
204
- UNSAFE_className: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$textfield_vars_cssmodulejs))), "spectrum-Textfield-circleLoader", (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$inputgroup_vars_cssmodulejs))), "spectrum-InputGroup-input-circleLoader"), (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$search_vars_cssmodulejs))), "spectrum-Search-circleLoader"))
204
+ UNSAFE_className: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$textfield_vars_cssmodulejs))), 'spectrum-Textfield-circleLoader', (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$inputgroup_vars_cssmodulejs))), 'spectrum-InputGroup-input-circleLoader'), (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$search_vars_cssmodulejs))), 'spectrum-Search-circleLoader'))
205
205
  });
206
206
  let clearButton = /*#__PURE__*/ (0, $fLcex$react).createElement((0, $fLcex$ClearButton), {
207
207
  ...clearButtonProps,
208
208
  preventFocus: true,
209
- UNSAFE_className: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$search_vars_cssmodulejs))), "spectrum-ClearButton"),
209
+ UNSAFE_className: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$search_vars_cssmodulejs))), 'spectrum-ClearButton'),
210
210
  isDisabled: isDisabled
211
211
  });
212
- let isLoading = loadingState === "loading" || loadingState === "filtering";
212
+ let isLoading = loadingState === 'loading' || loadingState === 'filtering';
213
213
  let inputValue = inputProps.value;
214
214
  let lastInputValue = (0, $fLcex$useRef)(inputValue);
215
215
  (0, $fLcex$useEffect)(()=>{
@@ -241,38 +241,38 @@ function $f3f3b62273a2d260$var$_SearchAutocompleteInput(props, ref) {
241
241
  return /*#__PURE__*/ (0, $fLcex$react).createElement((0, $fLcex$FocusRing), {
242
242
  within: true,
243
243
  isTextInput: true,
244
- focusClass: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$inputgroup_vars_cssmodulejs))), "is-focused"),
245
- focusRingClass: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$inputgroup_vars_cssmodulejs))), "focus-ring"),
244
+ focusClass: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$inputgroup_vars_cssmodulejs))), 'is-focused'),
245
+ focusRingClass: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$inputgroup_vars_cssmodulejs))), 'focus-ring'),
246
246
  autoFocus: autoFocus
247
247
  }, /*#__PURE__*/ (0, $fLcex$react).createElement("div", {
248
248
  ...hoverProps,
249
249
  ref: ref,
250
250
  style: style,
251
- className: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$inputgroup_vars_cssmodulejs))), "spectrum-InputGroup", {
252
- "spectrum-InputGroup--quiet": isQuiet,
253
- "is-disabled": isDisabled,
254
- "spectrum-InputGroup--invalid": validationState === "invalid" && !isDisabled,
255
- "is-hovered": isHovered
256
- }, (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$searchautocomplete_cssmodulejs))), "searchautocomplete"), className)
251
+ className: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$inputgroup_vars_cssmodulejs))), 'spectrum-InputGroup', {
252
+ 'spectrum-InputGroup--quiet': isQuiet,
253
+ 'is-disabled': isDisabled,
254
+ 'spectrum-InputGroup--invalid': validationState === 'invalid' && !isDisabled,
255
+ 'is-hovered': isHovered
256
+ }, (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$searchautocomplete_cssmodulejs))), 'searchautocomplete'), className)
257
257
  }, /*#__PURE__*/ (0, $fLcex$react).createElement((0, $fLcex$TextFieldBase), {
258
258
  ...domProps,
259
259
  inputProps: inputProps,
260
260
  inputRef: inputRef,
261
- UNSAFE_className: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$search_vars_cssmodulejs))), "spectrum-Search", "spectrum-Search--loadable", "spectrum-Textfield", {
262
- "is-disabled": isDisabled,
263
- "is-quiet": isQuiet,
264
- "spectrum-Search--invalid": validationState === "invalid" && !isDisabled,
265
- "spectrum-Search--valid": validationState === "valid" && !isDisabled
266
- }, (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$inputgroup_vars_cssmodulejs))), "spectrum-InputGroup-field")),
267
- inputClassName: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$search_vars_cssmodulejs))), "spectrum-Search-input"),
268
- validationIconClassName: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$search_vars_cssmodulejs))), "spectrum-Search-validationIcon"),
261
+ UNSAFE_className: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$search_vars_cssmodulejs))), 'spectrum-Search', 'spectrum-Search--loadable', 'spectrum-Textfield', {
262
+ 'is-disabled': isDisabled,
263
+ 'is-quiet': isQuiet,
264
+ 'spectrum-Search--invalid': validationState === 'invalid' && !isDisabled,
265
+ 'spectrum-Search--valid': validationState === 'valid' && !isDisabled
266
+ }, (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$inputgroup_vars_cssmodulejs))), 'spectrum-InputGroup-field')),
267
+ inputClassName: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$search_vars_cssmodulejs))), 'spectrum-Search-input'),
268
+ validationIconClassName: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$search_vars_cssmodulejs))), 'spectrum-Search-validationIcon'),
269
269
  isDisabled: isDisabled,
270
270
  isQuiet: isQuiet,
271
271
  validationState: validationState,
272
- isLoading: showLoading && (isOpen || menuTrigger === "manual" || loadingState === "loading"),
272
+ isLoading: showLoading && (isOpen || menuTrigger === 'manual' || loadingState === 'loading'),
273
273
  loadingIndicator: loadingState != null ? loadingCircle : undefined,
274
274
  icon: icon,
275
- wrapperChildren: (inputValue !== "" || loadingState === "filtering" || validationState != null) && !isReadOnly ? clearButton : undefined,
275
+ wrapperChildren: (inputValue !== '' || loadingState === 'filtering' || validationState != null) && !isReadOnly ? clearButton : undefined,
276
276
  disableFocusRing: true
277
277
  })));
278
278
  }
@@ -283,4 +283,4 @@ let $f3f3b62273a2d260$var$SearchAutocompleteInput = /*#__PURE__*/ (0, $fLcex$rea
283
283
 
284
284
 
285
285
  export {$f3f3b62273a2d260$export$dd65332a5b19fa63 as SearchAutocomplete};
286
- //# sourceMappingURL=SearchAutocomplete.mjs.map
286
+ //# sourceMappingURL=SearchAutocomplete.module.js.map
@@ -66,7 +66,7 @@ function $parcel$interopDefault(a) {
66
66
  function $f3f3b62273a2d260$var$SearchAutocomplete(props, ref) {
67
67
  props = (0, $fLcex$useProviderProps)(props);
68
68
  props = (0, $fLcex$useFormProps)(props);
69
- if (props.placeholder) console.warn("Placeholders are deprecated due to accessibility issues. Please use help text instead.");
69
+ if (props.placeholder) console.warn('Placeholders are deprecated due to accessibility issues. Please use help text instead.');
70
70
  let isMobile = (0, $fLcex$useIsMobileDevice)();
71
71
  if (isMobile) // menuTrigger=focus/manual don't apply to mobile searchwithin
72
72
  return /*#__PURE__*/ (0, $fLcex$react).createElement((0, $c940f54e16bafef5$export$e7a90f7d6b078162), {
@@ -81,8 +81,8 @@ function $f3f3b62273a2d260$var$SearchAutocomplete(props, ref) {
81
81
  }
82
82
  function $f3f3b62273a2d260$var$_SearchAutocompleteBase(props, ref) {
83
83
  props = (0, $fLcex$useProviderProps)(props);
84
- let { menuTrigger: menuTrigger = "input", shouldFlip: shouldFlip = true, direction: direction = "bottom", align: align = "start", isQuiet: isQuiet, menuWidth: customMenuWidth, loadingState: loadingState, onLoadMore: onLoadMore, onSubmit: onSubmit = ()=>{}, validate: validate } = props;
85
- let stringFormatter = (0, $fLcex$useLocalizedStringFormatter)((0, ($parcel$interopDefault($fLcex$intlStringsmodulejs))), "@react-spectrum/autocomplete");
84
+ let { menuTrigger: menuTrigger = 'input', shouldFlip: shouldFlip = true, direction: direction = 'bottom', align: align = 'start', isQuiet: isQuiet, menuWidth: customMenuWidth, loadingState: loadingState, onLoadMore: onLoadMore, onSubmit: onSubmit = ()=>{}, validate: validate } = props;
85
+ let stringFormatter = (0, $fLcex$useLocalizedStringFormatter)((0, ($parcel$interopDefault($fLcex$intlStringsmodulejs))), '@react-spectrum/autocomplete');
86
86
  let isAsync = loadingState != null;
87
87
  let popoverRef = (0, $fLcex$useRef)(null);
88
88
  let unwrappedPopoverRef = (0, $fLcex$useUnwrapDOMRef)(popoverRef);
@@ -90,7 +90,7 @@ function $f3f3b62273a2d260$var$_SearchAutocompleteBase(props, ref) {
90
90
  let inputRef = (0, $fLcex$useRef)(null);
91
91
  let domRef = (0, $fLcex$useFocusableRef)(ref, inputRef);
92
92
  let { contains: contains } = (0, $fLcex$useFilter)({
93
- sensitivity: "base"
93
+ sensitivity: 'base'
94
94
  });
95
95
  let state = (0, $fLcex$useComboBoxState)({
96
96
  ...props,
@@ -104,7 +104,7 @@ function $f3f3b62273a2d260$var$_SearchAutocompleteBase(props, ref) {
104
104
  validate
105
105
  ])
106
106
  });
107
- let layout = (0, $fLcex$useListBoxLayout)(state, loadingState === "loadingMore");
107
+ let layout = (0, $fLcex$useListBoxLayout)(state, loadingState === 'loadingMore');
108
108
  let { inputProps: inputProps, listBoxProps: listBoxProps, labelProps: labelProps, clearButtonProps: clearButtonProps, descriptionProps: descriptionProps, errorMessageProps: errorMessageProps, isInvalid: isInvalid, validationErrors: validationErrors, validationDetails: validationDetails } = (0, $fLcex$useSearchAutocomplete)({
109
109
  ...props,
110
110
  keyboardDelegate: layout,
@@ -154,12 +154,12 @@ function $f3f3b62273a2d260$var$_SearchAutocompleteBase(props, ref) {
154
154
  inputProps: inputProps,
155
155
  inputRef: inputRef,
156
156
  clearButtonProps: clearButtonProps,
157
- validationState: props.validationState || (isInvalid ? "invalid" : undefined)
157
+ validationState: props.validationState || (isInvalid ? 'invalid' : undefined)
158
158
  })), /*#__PURE__*/ (0, $fLcex$react).createElement((0, $fLcex$Popover), {
159
159
  state: state,
160
160
  UNSAFE_style: style,
161
- UNSAFE_className: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$inputgroup_vars_cssmodulejs))), "spectrum-InputGroup-popover", {
162
- "spectrum-InputGroup-popover--quiet": isQuiet
161
+ UNSAFE_className: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$inputgroup_vars_cssmodulejs))), 'spectrum-InputGroup-popover', {
162
+ 'spectrum-InputGroup-popover--quiet': isQuiet
163
163
  }),
164
164
  ref: popoverRef,
165
165
  triggerRef: inputRef,
@@ -177,11 +177,11 @@ function $f3f3b62273a2d260$var$_SearchAutocompleteBase(props, ref) {
177
177
  layout: layout,
178
178
  state: state,
179
179
  shouldUseVirtualFocus: true,
180
- isLoading: loadingState === "loading" || loadingState === "loadingMore",
180
+ isLoading: loadingState === 'loading' || loadingState === 'loadingMore',
181
181
  onLoadMore: onLoadMore,
182
182
  renderEmptyState: ()=>isAsync && /*#__PURE__*/ (0, $fLcex$react).createElement("span", {
183
- className: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$searchautocomplete_cssmodulejs))), "no-results")
184
- }, stringFormatter.format("noResults"))
183
+ className: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$searchautocomplete_cssmodulejs))), 'no-results')
184
+ }, stringFormatter.format('noResults'))
185
185
  })));
186
186
  }
187
187
  let $f3f3b62273a2d260$var$SearchAutocompleteBase = /*#__PURE__*/ (0, $fLcex$react).forwardRef($f3f3b62273a2d260$var$_SearchAutocompleteBase);
@@ -193,23 +193,23 @@ function $f3f3b62273a2d260$var$_SearchAutocompleteInput(props, ref) {
193
193
  });
194
194
  let { icon: icon = searchIcon, 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;
195
195
  let { hoverProps: hoverProps, isHovered: isHovered } = (0, $fLcex$useHover)({});
196
- let stringFormatter = (0, $fLcex$useLocalizedStringFormatter)((0, ($parcel$interopDefault($fLcex$intlStringsmodulejs))), "@react-spectrum/autocomplete");
196
+ let stringFormatter = (0, $fLcex$useLocalizedStringFormatter)((0, ($parcel$interopDefault($fLcex$intlStringsmodulejs))), '@react-spectrum/autocomplete');
197
197
  let domProps = (0, $fLcex$filterDOMProps)(props);
198
198
  let timeout = (0, $fLcex$useRef)(null);
199
199
  let [showLoading, setShowLoading] = (0, $fLcex$useState)(false);
200
200
  let loadingCircle = /*#__PURE__*/ (0, $fLcex$react).createElement((0, $fLcex$ProgressCircle), {
201
- "aria-label": stringFormatter.format("loading"),
201
+ "aria-label": stringFormatter.format('loading'),
202
202
  size: "S",
203
203
  isIndeterminate: true,
204
- UNSAFE_className: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$textfield_vars_cssmodulejs))), "spectrum-Textfield-circleLoader", (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$inputgroup_vars_cssmodulejs))), "spectrum-InputGroup-input-circleLoader"), (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$search_vars_cssmodulejs))), "spectrum-Search-circleLoader"))
204
+ UNSAFE_className: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$textfield_vars_cssmodulejs))), 'spectrum-Textfield-circleLoader', (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$inputgroup_vars_cssmodulejs))), 'spectrum-InputGroup-input-circleLoader'), (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$search_vars_cssmodulejs))), 'spectrum-Search-circleLoader'))
205
205
  });
206
206
  let clearButton = /*#__PURE__*/ (0, $fLcex$react).createElement((0, $fLcex$ClearButton), {
207
207
  ...clearButtonProps,
208
208
  preventFocus: true,
209
- UNSAFE_className: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$search_vars_cssmodulejs))), "spectrum-ClearButton"),
209
+ UNSAFE_className: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$search_vars_cssmodulejs))), 'spectrum-ClearButton'),
210
210
  isDisabled: isDisabled
211
211
  });
212
- let isLoading = loadingState === "loading" || loadingState === "filtering";
212
+ let isLoading = loadingState === 'loading' || loadingState === 'filtering';
213
213
  let inputValue = inputProps.value;
214
214
  let lastInputValue = (0, $fLcex$useRef)(inputValue);
215
215
  (0, $fLcex$useEffect)(()=>{
@@ -241,38 +241,38 @@ function $f3f3b62273a2d260$var$_SearchAutocompleteInput(props, ref) {
241
241
  return /*#__PURE__*/ (0, $fLcex$react).createElement((0, $fLcex$FocusRing), {
242
242
  within: true,
243
243
  isTextInput: true,
244
- focusClass: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$inputgroup_vars_cssmodulejs))), "is-focused"),
245
- focusRingClass: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$inputgroup_vars_cssmodulejs))), "focus-ring"),
244
+ focusClass: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$inputgroup_vars_cssmodulejs))), 'is-focused'),
245
+ focusRingClass: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$inputgroup_vars_cssmodulejs))), 'focus-ring'),
246
246
  autoFocus: autoFocus
247
247
  }, /*#__PURE__*/ (0, $fLcex$react).createElement("div", {
248
248
  ...hoverProps,
249
249
  ref: ref,
250
250
  style: style,
251
- className: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$inputgroup_vars_cssmodulejs))), "spectrum-InputGroup", {
252
- "spectrum-InputGroup--quiet": isQuiet,
253
- "is-disabled": isDisabled,
254
- "spectrum-InputGroup--invalid": validationState === "invalid" && !isDisabled,
255
- "is-hovered": isHovered
256
- }, (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$searchautocomplete_cssmodulejs))), "searchautocomplete"), className)
251
+ className: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$inputgroup_vars_cssmodulejs))), 'spectrum-InputGroup', {
252
+ 'spectrum-InputGroup--quiet': isQuiet,
253
+ 'is-disabled': isDisabled,
254
+ 'spectrum-InputGroup--invalid': validationState === 'invalid' && !isDisabled,
255
+ 'is-hovered': isHovered
256
+ }, (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$searchautocomplete_cssmodulejs))), 'searchautocomplete'), className)
257
257
  }, /*#__PURE__*/ (0, $fLcex$react).createElement((0, $fLcex$TextFieldBase), {
258
258
  ...domProps,
259
259
  inputProps: inputProps,
260
260
  inputRef: inputRef,
261
- UNSAFE_className: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$search_vars_cssmodulejs))), "spectrum-Search", "spectrum-Search--loadable", "spectrum-Textfield", {
262
- "is-disabled": isDisabled,
263
- "is-quiet": isQuiet,
264
- "spectrum-Search--invalid": validationState === "invalid" && !isDisabled,
265
- "spectrum-Search--valid": validationState === "valid" && !isDisabled
266
- }, (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$inputgroup_vars_cssmodulejs))), "spectrum-InputGroup-field")),
267
- inputClassName: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$search_vars_cssmodulejs))), "spectrum-Search-input"),
268
- validationIconClassName: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$search_vars_cssmodulejs))), "spectrum-Search-validationIcon"),
261
+ UNSAFE_className: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$search_vars_cssmodulejs))), 'spectrum-Search', 'spectrum-Search--loadable', 'spectrum-Textfield', {
262
+ 'is-disabled': isDisabled,
263
+ 'is-quiet': isQuiet,
264
+ 'spectrum-Search--invalid': validationState === 'invalid' && !isDisabled,
265
+ 'spectrum-Search--valid': validationState === 'valid' && !isDisabled
266
+ }, (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$inputgroup_vars_cssmodulejs))), 'spectrum-InputGroup-field')),
267
+ inputClassName: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$search_vars_cssmodulejs))), 'spectrum-Search-input'),
268
+ validationIconClassName: (0, $fLcex$classNames)((0, ($parcel$interopDefault($fLcex$search_vars_cssmodulejs))), 'spectrum-Search-validationIcon'),
269
269
  isDisabled: isDisabled,
270
270
  isQuiet: isQuiet,
271
271
  validationState: validationState,
272
- isLoading: showLoading && (isOpen || menuTrigger === "manual" || loadingState === "loading"),
272
+ isLoading: showLoading && (isOpen || menuTrigger === 'manual' || loadingState === 'loading'),
273
273
  loadingIndicator: loadingState != null ? loadingCircle : undefined,
274
274
  icon: icon,
275
- wrapperChildren: (inputValue !== "" || loadingState === "filtering" || validationState != null) && !isReadOnly ? clearButton : undefined,
275
+ wrapperChildren: (inputValue !== '' || loadingState === 'filtering' || validationState != null) && !isReadOnly ? clearButton : undefined,
276
276
  disableFocusRing: true
277
277
  })));
278
278
  }
package/dist/ar-AE.mjs CHANGED
@@ -8,4 +8,4 @@ $024cf3aa492e9082$exports = {
8
8
 
9
9
 
10
10
  export {$024cf3aa492e9082$exports as default};
11
- //# sourceMappingURL=ar-AE.mjs.map
11
+ //# sourceMappingURL=ar-AE.module.js.map
package/dist/bg-BG.mjs CHANGED
@@ -8,4 +8,4 @@ $b1478ef78bbb453c$exports = {
8
8
 
9
9
 
10
10
  export {$b1478ef78bbb453c$exports as default};
11
- //# sourceMappingURL=bg-BG.mjs.map
11
+ //# sourceMappingURL=bg-BG.module.js.map
package/dist/cs-CZ.mjs CHANGED
@@ -8,4 +8,4 @@ $a460b76408fa2c12$exports = {
8
8
 
9
9
 
10
10
  export {$a460b76408fa2c12$exports as default};
11
- //# sourceMappingURL=cs-CZ.mjs.map
11
+ //# sourceMappingURL=cs-CZ.module.js.map
package/dist/da-DK.mjs CHANGED
@@ -8,4 +8,4 @@ $e9e48f3945b54c4e$exports = {
8
8
 
9
9
 
10
10
  export {$e9e48f3945b54c4e$exports as default};
11
- //# sourceMappingURL=da-DK.mjs.map
11
+ //# sourceMappingURL=da-DK.module.js.map
package/dist/de-DE.mjs CHANGED
@@ -8,4 +8,4 @@ $51a37bbbb04b8d4b$exports = {
8
8
 
9
9
 
10
10
  export {$51a37bbbb04b8d4b$exports as default};
11
- //# sourceMappingURL=de-DE.mjs.map
11
+ //# sourceMappingURL=de-DE.module.js.map
package/dist/el-GR.mjs CHANGED
@@ -8,4 +8,4 @@ $a9652db54e8c657c$exports = {
8
8
 
9
9
 
10
10
  export {$a9652db54e8c657c$exports as default};
11
- //# sourceMappingURL=el-GR.mjs.map
11
+ //# sourceMappingURL=el-GR.module.js.map
package/dist/en-US.mjs CHANGED
@@ -8,4 +8,4 @@ $9d3fddee794c9b57$exports = {
8
8
 
9
9
 
10
10
  export {$9d3fddee794c9b57$exports as default};
11
- //# sourceMappingURL=en-US.mjs.map
11
+ //# sourceMappingURL=en-US.module.js.map
package/dist/es-ES.mjs CHANGED
@@ -8,4 +8,4 @@ $d19a882e0e4cfd8a$exports = {
8
8
 
9
9
 
10
10
  export {$d19a882e0e4cfd8a$exports as default};
11
- //# sourceMappingURL=es-ES.mjs.map
11
+ //# sourceMappingURL=es-ES.module.js.map
package/dist/et-EE.mjs CHANGED
@@ -8,4 +8,4 @@ $f163759b67478eb6$exports = {
8
8
 
9
9
 
10
10
  export {$f163759b67478eb6$exports as default};
11
- //# sourceMappingURL=et-EE.mjs.map
11
+ //# sourceMappingURL=et-EE.module.js.map
package/dist/fi-FI.mjs CHANGED
@@ -8,4 +8,4 @@ $b156937eefa4b1b2$exports = {
8
8
 
9
9
 
10
10
  export {$b156937eefa4b1b2$exports as default};
11
- //# sourceMappingURL=fi-FI.mjs.map
11
+ //# sourceMappingURL=fi-FI.module.js.map
package/dist/fr-FR.mjs CHANGED
@@ -8,4 +8,4 @@ $21aacec2a5f4c61f$exports = {
8
8
 
9
9
 
10
10
  export {$21aacec2a5f4c61f$exports as default};
11
- //# sourceMappingURL=fr-FR.mjs.map
11
+ //# sourceMappingURL=fr-FR.module.js.map
package/dist/he-IL.mjs CHANGED
@@ -8,4 +8,4 @@ $a0cc323ab22de2bd$exports = {
8
8
 
9
9
 
10
10
  export {$a0cc323ab22de2bd$exports as default};
11
- //# sourceMappingURL=he-IL.mjs.map
11
+ //# sourceMappingURL=he-IL.module.js.map
package/dist/hr-HR.mjs CHANGED
@@ -8,4 +8,4 @@ $4b1559eab8beeaf7$exports = {
8
8
 
9
9
 
10
10
  export {$4b1559eab8beeaf7$exports as default};
11
- //# sourceMappingURL=hr-HR.mjs.map
11
+ //# sourceMappingURL=hr-HR.module.js.map
package/dist/hu-HU.mjs CHANGED
@@ -8,4 +8,4 @@ $4dab4b9205a1a185$exports = {
8
8
 
9
9
 
10
10
  export {$4dab4b9205a1a185$exports as default};
11
- //# sourceMappingURL=hu-HU.mjs.map
11
+ //# sourceMappingURL=hu-HU.module.js.map
@@ -85,4 +85,4 @@ $8fb52a80fe52b1c7$export$5e116178f9b1556a = `ZTA2ya_spectrum-InputGroup-popover-
85
85
 
86
86
 
87
87
  export {$8fb52a80fe52b1c7$exports as default};
88
- //# sourceMappingURL=inputgroup_vars_css.mjs.map
88
+ //# sourceMappingURL=inputgroup_vars_css.module.js.map
@@ -107,4 +107,4 @@ $67773d1975e0a845$exports = {
107
107
 
108
108
 
109
109
  export {$67773d1975e0a845$exports as default};
110
- //# sourceMappingURL=intlStrings.mjs.map
110
+ //# sourceMappingURL=intlStrings.module.js.map
package/dist/it-IT.mjs CHANGED
@@ -8,4 +8,4 @@ $e68bbe47073afa8a$exports = {
8
8
 
9
9
 
10
10
  export {$e68bbe47073afa8a$exports as default};
11
- //# sourceMappingURL=it-IT.mjs.map
11
+ //# sourceMappingURL=it-IT.module.js.map
package/dist/ja-JP.mjs CHANGED
@@ -8,4 +8,4 @@ $88667c729de33c42$exports = {
8
8
 
9
9
 
10
10
  export {$88667c729de33c42$exports as default};
11
- //# sourceMappingURL=ja-JP.mjs.map
11
+ //# sourceMappingURL=ja-JP.module.js.map
package/dist/ko-KR.mjs CHANGED
@@ -8,4 +8,4 @@ $4c3197bb97515799$exports = {
8
8
 
9
9
 
10
10
  export {$4c3197bb97515799$exports as default};
11
- //# sourceMappingURL=ko-KR.mjs.map
11
+ //# sourceMappingURL=ko-KR.module.js.map
package/dist/lt-LT.mjs CHANGED
@@ -8,4 +8,4 @@ $cd50f414bffb1f7a$exports = {
8
8
 
9
9
 
10
10
  export {$cd50f414bffb1f7a$exports as default};
11
- //# sourceMappingURL=lt-LT.mjs.map
11
+ //# sourceMappingURL=lt-LT.module.js.map
package/dist/lv-LV.mjs CHANGED
@@ -8,4 +8,4 @@ $0d7f84ef3916515f$exports = {
8
8
 
9
9
 
10
10
  export {$0d7f84ef3916515f$exports as default};
11
- //# sourceMappingURL=lv-LV.mjs.map
11
+ //# sourceMappingURL=lv-LV.module.js.map
package/dist/nb-NO.mjs CHANGED
@@ -8,4 +8,4 @@ $f1a58baeabc47396$exports = {
8
8
 
9
9
 
10
10
  export {$f1a58baeabc47396$exports as default};
11
- //# sourceMappingURL=nb-NO.mjs.map
11
+ //# sourceMappingURL=nb-NO.module.js.map
package/dist/nl-NL.mjs CHANGED
@@ -8,4 +8,4 @@ $a3dd9e27853292c1$exports = {
8
8
 
9
9
 
10
10
  export {$a3dd9e27853292c1$exports as default};
11
- //# sourceMappingURL=nl-NL.mjs.map
11
+ //# sourceMappingURL=nl-NL.module.js.map
package/dist/pl-PL.mjs CHANGED
@@ -8,4 +8,4 @@ $6e8413d536bb66ca$exports = {
8
8
 
9
9
 
10
10
  export {$6e8413d536bb66ca$exports as default};
11
- //# sourceMappingURL=pl-PL.mjs.map
11
+ //# sourceMappingURL=pl-PL.module.js.map
package/dist/pt-BR.mjs CHANGED
@@ -8,4 +8,4 @@ $bdf278414a496664$exports = {
8
8
 
9
9
 
10
10
  export {$bdf278414a496664$exports as default};
11
- //# sourceMappingURL=pt-BR.mjs.map
11
+ //# sourceMappingURL=pt-BR.module.js.map
package/dist/pt-PT.mjs CHANGED
@@ -8,4 +8,4 @@ $53a7cad14ed21164$exports = {
8
8
 
9
9
 
10
10
  export {$53a7cad14ed21164$exports as default};
11
- //# sourceMappingURL=pt-PT.mjs.map
11
+ //# sourceMappingURL=pt-PT.module.js.map
package/dist/ro-RO.mjs CHANGED
@@ -8,4 +8,4 @@ $f503546cf2f6f1ae$exports = {
8
8
 
9
9
 
10
10
  export {$f503546cf2f6f1ae$exports as default};
11
- //# sourceMappingURL=ro-RO.mjs.map
11
+ //# sourceMappingURL=ro-RO.module.js.map
package/dist/ru-RU.mjs CHANGED
@@ -8,4 +8,4 @@ $9c0df9313a851b51$exports = {
8
8
 
9
9
 
10
10
  export {$9c0df9313a851b51$exports as default};
11
- //# sourceMappingURL=ru-RU.mjs.map
11
+ //# sourceMappingURL=ru-RU.module.js.map
@@ -52,4 +52,4 @@ $5589e2270a5c2f51$export$2c8a10299d8b3418 = `SOkmSG_spectrum-Textfield`;
52
52
 
53
53
 
54
54
  export {$5589e2270a5c2f51$exports as default};
55
- //# sourceMappingURL=search_vars_css.mjs.map
55
+ //# sourceMappingURL=search_vars_css.module.js.map
@@ -37,4 +37,4 @@ $f6bdc9f20ce7ef93$export$feb70b7bc717e2b8 = `JdB_7q_tray-textfield-input`;
37
37
 
38
38
 
39
39
  export {$f6bdc9f20ce7ef93$exports as default};
40
- //# sourceMappingURL=searchautocomplete_css.mjs.map
40
+ //# sourceMappingURL=searchautocomplete_css.module.js.map
package/dist/sk-SK.mjs CHANGED
@@ -8,4 +8,4 @@ $ff7d7295476e23aa$exports = {
8
8
 
9
9
 
10
10
  export {$ff7d7295476e23aa$exports as default};
11
- //# sourceMappingURL=sk-SK.mjs.map
11
+ //# sourceMappingURL=sk-SK.module.js.map
package/dist/sl-SI.mjs CHANGED
@@ -8,4 +8,4 @@ $9a2e91f09cf7ad62$exports = {
8
8
 
9
9
 
10
10
  export {$9a2e91f09cf7ad62$exports as default};
11
- //# sourceMappingURL=sl-SI.mjs.map
11
+ //# sourceMappingURL=sl-SI.module.js.map
package/dist/sr-SP.mjs CHANGED
@@ -8,4 +8,4 @@ $15b314371291c45e$exports = {
8
8
 
9
9
 
10
10
  export {$15b314371291c45e$exports as default};
11
- //# sourceMappingURL=sr-SP.mjs.map
11
+ //# sourceMappingURL=sr-SP.module.js.map
package/dist/sv-SE.mjs CHANGED
@@ -8,4 +8,4 @@ $1582d77a65bc529b$exports = {
8
8
 
9
9
 
10
10
  export {$1582d77a65bc529b$exports as default};
11
- //# sourceMappingURL=sv-SE.mjs.map
11
+ //# sourceMappingURL=sv-SE.module.js.map
@@ -73,4 +73,4 @@ $c14528ddc146317f$export$9fcb3d6af94a9d12 = `YO3Nla_spectrum-Textfield-wrapper--
73
73
 
74
74
 
75
75
  export {$c14528ddc146317f$exports as default};
76
- //# sourceMappingURL=textfield_vars_css.mjs.map
76
+ //# sourceMappingURL=textfield_vars_css.module.js.map
package/dist/tr-TR.mjs CHANGED
@@ -8,4 +8,4 @@ $c43996bbf6a84066$exports = {
8
8
 
9
9
 
10
10
  export {$c43996bbf6a84066$exports as default};
11
- //# sourceMappingURL=tr-TR.mjs.map
11
+ //# sourceMappingURL=tr-TR.module.js.map
package/dist/uk-UA.mjs CHANGED
@@ -8,4 +8,4 @@ $f0ebecaa2c26d7b6$exports = {
8
8
 
9
9
 
10
10
  export {$f0ebecaa2c26d7b6$exports as default};
11
- //# sourceMappingURL=uk-UA.mjs.map
11
+ //# sourceMappingURL=uk-UA.module.js.map
package/dist/zh-CN.mjs CHANGED
@@ -8,4 +8,4 @@ $0d8545e67578a6e4$exports = {
8
8
 
9
9
 
10
10
  export {$0d8545e67578a6e4$exports as default};
11
- //# sourceMappingURL=zh-CN.mjs.map
11
+ //# sourceMappingURL=zh-CN.module.js.map
package/dist/zh-TW.mjs CHANGED
@@ -8,4 +8,4 @@ $5a75571ed7cb75fa$exports = {
8
8
 
9
9
 
10
10
  export {$5a75571ed7cb75fa$exports as default};
11
- //# sourceMappingURL=zh-TW.mjs.map
11
+ //# sourceMappingURL=zh-TW.module.js.map