@esri/calcite-components-react 3.3.0-next.62 → 3.3.0-next.63

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.
@@ -60,7 +60,9 @@ export declare const CalciteAutocomplete: import("@lit/react").ReactWebComponent
60
60
  }>;
61
61
  export declare const CalciteAutocompleteItem: import("@lit/react").ReactWebComponent<HTMLCalciteAutocompleteItemElement & {
62
62
  class?: string;
63
- }, {}>;
63
+ }, {
64
+ onCalciteAutocompleteItemSelect: EventName<HTMLCalciteAutocompleteItemElement["calciteAutocompleteItemSelect"]>;
65
+ }>;
64
66
  export declare const CalciteAutocompleteItemGroup: import("@lit/react").ReactWebComponent<HTMLCalciteAutocompleteItemGroupElement & {
65
67
  class?: string;
66
68
  }, {}>;
@@ -43,7 +43,9 @@ export const CalciteAutocomplete = /*@__PURE__*/ createWrapper(getReactWrapperOp
43
43
  onCalciteAutocompleteTextChange: "calciteAutocompleteTextChange",
44
44
  onCalciteAutocompleteTextInput: "calciteAutocompleteTextInput",
45
45
  }));
46
- export const CalciteAutocompleteItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-autocomplete-item", {}));
46
+ export const CalciteAutocompleteItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-autocomplete-item", {
47
+ onCalciteAutocompleteItemSelect: "calciteAutocompleteItemSelect",
48
+ }));
47
49
  export const CalciteAutocompleteItemGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-autocomplete-item-group", {}));
48
50
  export const CalciteAvatar = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-avatar", {}));
49
51
  export const CalciteBlock = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-block", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-components-react",
3
- "version": "3.3.0-next.62",
3
+ "version": "3.3.0-next.63",
4
4
  "description": "A set of React components that wrap calcite components",
5
5
  "homepage": "https://developers.arcgis.com/calcite-design-system/",
6
6
  "repository": {
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@arcgis/lumina": "^4.34.0-next.82",
32
- "@esri/calcite-components": "3.3.0-next.62",
32
+ "@esri/calcite-components": "3.3.0-next.63",
33
33
  "@lit/react": "^1.0.8",
34
34
  "lit": "^3.3.0"
35
35
  },
@@ -40,5 +40,5 @@
40
40
  "volta": {
41
41
  "extends": "../../package.json"
42
42
  },
43
- "gitHead": "3707d96c1c72257fa36cccc6085b1c179bc363db"
43
+ "gitHead": "0d5e792b03f17d7f0f3e5ab944c7e592617a0ebb"
44
44
  }