@spscommerce/ds-react 5.33.3 → 5.33.6

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.
@@ -19,11 +19,12 @@ declare const propTypes: {
19
19
  loading: PropTypes.Requireable<boolean>;
20
20
  maxHeightOptionListPx: PropTypes.Requireable<number>;
21
21
  maxHeightOptionListRem: PropTypes.Requireable<number>;
22
+ disableOptionsMemoization: PropTypes.Requireable<boolean>;
22
23
  children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
23
24
  className: PropTypes.Requireable<string>;
24
25
  "data-testid": PropTypes.Requireable<string>;
25
26
  unsafelyReplaceClassName: PropTypes.Requireable<string>;
26
27
  };
27
28
  export declare type SpsAutocompleteProps = PropTypes.InferTS<typeof propTypes, HTMLInputElement>;
28
- export declare function SpsAutocomplete({ className, debounce, disabled, formControl, formMeta, onChange, icon, id, placeholder, suggestions, unsafelyReplaceClassName, tallOptionList, value, zeroState, loading, maxHeightOptionListPx, maxHeightOptionListRem, "data-testid": testId, ...rest }: SpsAutocompleteProps): JSX.Element;
29
+ export declare function SpsAutocomplete({ className, debounce, disabled, formControl, formMeta, onChange, icon, id, placeholder, suggestions, unsafelyReplaceClassName, tallOptionList, value, zeroState, loading, maxHeightOptionListPx, maxHeightOptionListRem, disableOptionsMemoization, "data-testid": testId, ...rest }: SpsAutocompleteProps): JSX.Element;
29
30
  export {};
@@ -16,6 +16,7 @@ declare const propTypes: {
16
16
  loading: PropTypes.Requireable<boolean>;
17
17
  maxHeightOptionListPx: PropTypes.Requireable<number>;
18
18
  maxHeightOptionListRem: PropTypes.Requireable<number>;
19
+ disableOptionsMemoization: PropTypes.Requireable<boolean>;
19
20
  children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
20
21
  className: PropTypes.Requireable<string>;
21
22
  "data-testid": PropTypes.Requireable<string>;