@esri/calcite-components-react 4.0.0-next.3 → 4.0.0-next.5
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/components.d.ts +1 -0
- package/dist/components.js +1 -0
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -607,4 +607,5 @@ export declare const CalciteTreeItem: import("@lit/react").ReactWebComponent<HTM
|
|
|
607
607
|
}, {
|
|
608
608
|
onCalciteTreeItemCollapse: EventName<HTMLCalciteTreeItemElement["calciteTreeItemCollapse"]>;
|
|
609
609
|
onCalciteTreeItemExpand: EventName<HTMLCalciteTreeItemElement["calciteTreeItemExpand"]>;
|
|
610
|
+
onCalciteTreeItemSelect: EventName<HTMLCalciteTreeItemElement["calciteTreeItemSelect"]>;
|
|
610
611
|
}>;
|
package/dist/components.js
CHANGED
|
@@ -384,4 +384,5 @@ export const CalciteTree = /*@__PURE__*/ createWrapper(getReactWrapperOptions("c
|
|
|
384
384
|
export const CalciteTreeItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tree-item", {
|
|
385
385
|
onCalciteTreeItemCollapse: "calciteTreeItemCollapse",
|
|
386
386
|
onCalciteTreeItemExpand: "calciteTreeItemExpand",
|
|
387
|
+
onCalciteTreeItemSelect: "calciteTreeItemSelect",
|
|
387
388
|
}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-components-react",
|
|
3
|
-
"version": "4.0.0-next.
|
|
3
|
+
"version": "4.0.0-next.5",
|
|
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.122",
|
|
32
|
-
"@esri/calcite-components": "4.0.0-next.
|
|
32
|
+
"@esri/calcite-components": "4.0.0-next.5",
|
|
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": "
|
|
43
|
+
"gitHead": "462d72ac96194d939ad37ec8511f709abc00e42b"
|
|
44
44
|
}
|