@esri/calcite-components-react 3.3.0-next.76 → 3.3.0-next.78
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
|
@@ -465,6 +465,7 @@ export declare const CalciteSlider: import("@lit/react").ReactWebComponent<HTMLC
|
|
|
465
465
|
export declare const CalciteSortHandle: import("@lit/react").ReactWebComponent<HTMLCalciteSortHandleElement & {
|
|
466
466
|
class?: string;
|
|
467
467
|
}, {
|
|
468
|
+
onCalciteSortHandleAdd: EventName<HTMLCalciteSortHandleElement["calciteSortHandleAdd"]>;
|
|
468
469
|
onCalciteSortHandleBeforeClose: EventName<HTMLCalciteSortHandleElement["calciteSortHandleBeforeClose"]>;
|
|
469
470
|
onCalciteSortHandleBeforeOpen: EventName<HTMLCalciteSortHandleElement["calciteSortHandleBeforeOpen"]>;
|
|
470
471
|
onCalciteSortHandleClose: EventName<HTMLCalciteSortHandleElement["calciteSortHandleClose"]>;
|
package/dist/components.js
CHANGED
|
@@ -298,6 +298,7 @@ export const CalciteSlider = /*@__PURE__*/ createWrapper(getReactWrapperOptions(
|
|
|
298
298
|
onCalciteSliderInput: "calciteSliderInput",
|
|
299
299
|
}));
|
|
300
300
|
export const CalciteSortHandle = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-sort-handle", {
|
|
301
|
+
onCalciteSortHandleAdd: "calciteSortHandleAdd",
|
|
301
302
|
onCalciteSortHandleBeforeClose: "calciteSortHandleBeforeClose",
|
|
302
303
|
onCalciteSortHandleBeforeOpen: "calciteSortHandleBeforeOpen",
|
|
303
304
|
onCalciteSortHandleClose: "calciteSortHandleClose",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-components-react",
|
|
3
|
-
"version": "3.3.0-next.
|
|
3
|
+
"version": "3.3.0-next.78",
|
|
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.100",
|
|
32
|
-
"@esri/calcite-components": "3.3.0-next.
|
|
32
|
+
"@esri/calcite-components": "3.3.0-next.78",
|
|
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": "63f3da69cb8f39984d0e6ff7904a8cc1e875dc1e"
|
|
44
44
|
}
|