@nerdjs/sales-kit 2.0.79 → 2.0.80

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.
@@ -6,13 +6,13 @@ import { CustomerV1_Entity } from "../../entities";
6
6
  * @param {object} props props
7
7
  * @param {CustomerV1_Entity | null} props.value value
8
8
  * @param {Function} props.onChange onChange
9
- * @param {Partial<AutocompleteProps<CustomerV1_Entity, false, false, false>> | undefined} props.autocompleteProps Input props
9
+ * @param {Partial<AutocompleteProps<CustomerV1_Entity, false, false | true, false>> | undefined} props.autocompleteProps Input props
10
10
  * @param {boolean | undefined} props.isLoading is loading
11
11
  * @returns {ReactElement} CustomerAutocomplete
12
12
  */
13
13
  export declare function CustomerAutocomplete(props: {
14
14
  value: CustomerV1_Entity | null;
15
15
  onChange: (newValue: CustomerV1_Entity | null) => void;
16
- autocompleteProps?: Partial<AutocompleteProps<CustomerV1_Entity, false, false, false>>;
16
+ autocompleteProps?: Partial<AutocompleteProps<CustomerV1_Entity, false, false | true, false>>;
17
17
  isLoading?: boolean;
18
18
  }): ReactElement;
@@ -9,7 +9,7 @@ import { useLazySearchCustomerQuery } from "../../redux";
9
9
  * @param {object} props props
10
10
  * @param {CustomerV1_Entity | null} props.value value
11
11
  * @param {Function} props.onChange onChange
12
- * @param {Partial<AutocompleteProps<CustomerV1_Entity, false, false, false>> | undefined} props.autocompleteProps Input props
12
+ * @param {Partial<AutocompleteProps<CustomerV1_Entity, false, false | true, false>> | undefined} props.autocompleteProps Input props
13
13
  * @param {boolean | undefined} props.isLoading is loading
14
14
  * @returns {ReactElement} CustomerAutocomplete
15
15
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nerdjs/sales-kit",
3
- "version": "2.0.79",
3
+ "version": "2.0.80",
4
4
  "description": "This is a @nerdjs library for the WA Sales Service",
5
5
  "keywords": [],
6
6
  "license": "ISC",