@esri/calcite-components-react 2.14.0-next.9 → 3.0.0-next.1
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 -5
- package/dist/components.js +1 -5
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -66,9 +66,6 @@ export declare const CalciteOption: import("react").ForwardRefExoticComponent<JS
|
|
|
66
66
|
export declare const CalciteOptionGroup: import("react").ForwardRefExoticComponent<JSX.CalciteOptionGroup & Omit<import("react").HTMLAttributes<HTMLCalciteOptionGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteOptionGroupElement>>;
|
|
67
67
|
export declare const CalcitePagination: import("react").ForwardRefExoticComponent<JSX.CalcitePagination & Omit<import("react").HTMLAttributes<HTMLCalcitePaginationElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalcitePaginationElement>>;
|
|
68
68
|
export declare const CalcitePanel: import("react").ForwardRefExoticComponent<JSX.CalcitePanel & Omit<import("react").HTMLAttributes<HTMLCalcitePanelElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalcitePanelElement>>;
|
|
69
|
-
export declare const CalcitePickList: import("react").ForwardRefExoticComponent<JSX.CalcitePickList & Omit<import("react").HTMLAttributes<HTMLCalcitePickListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalcitePickListElement>>;
|
|
70
|
-
export declare const CalcitePickListGroup: import("react").ForwardRefExoticComponent<JSX.CalcitePickListGroup & Omit<import("react").HTMLAttributes<HTMLCalcitePickListGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalcitePickListGroupElement>>;
|
|
71
|
-
export declare const CalcitePickListItem: import("react").ForwardRefExoticComponent<JSX.CalcitePickListItem & Omit<import("react").HTMLAttributes<HTMLCalcitePickListItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalcitePickListItemElement>>;
|
|
72
69
|
export declare const CalcitePopover: import("react").ForwardRefExoticComponent<JSX.CalcitePopover & Omit<import("react").HTMLAttributes<HTMLCalcitePopoverElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalcitePopoverElement>>;
|
|
73
70
|
export declare const CalciteProgress: import("react").ForwardRefExoticComponent<JSX.CalciteProgress & Omit<import("react").HTMLAttributes<HTMLCalciteProgressElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteProgressElement>>;
|
|
74
71
|
export declare const CalciteRadioButton: import("react").ForwardRefExoticComponent<JSX.CalciteRadioButton & Omit<import("react").HTMLAttributes<HTMLCalciteRadioButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteRadioButtonElement>>;
|
|
@@ -83,6 +80,7 @@ export declare const CalciteShell: import("react").ForwardRefExoticComponent<JSX
|
|
|
83
80
|
export declare const CalciteShellCenterRow: import("react").ForwardRefExoticComponent<JSX.CalciteShellCenterRow & Omit<import("react").HTMLAttributes<HTMLCalciteShellCenterRowElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteShellCenterRowElement>>;
|
|
84
81
|
export declare const CalciteShellPanel: import("react").ForwardRefExoticComponent<JSX.CalciteShellPanel & Omit<import("react").HTMLAttributes<HTMLCalciteShellPanelElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteShellPanelElement>>;
|
|
85
82
|
export declare const CalciteSlider: import("react").ForwardRefExoticComponent<JSX.CalciteSlider & Omit<import("react").HTMLAttributes<HTMLCalciteSliderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteSliderElement>>;
|
|
83
|
+
export declare const CalciteSortHandle: import("react").ForwardRefExoticComponent<JSX.CalciteSortHandle & Omit<import("react").HTMLAttributes<HTMLCalciteSortHandleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteSortHandleElement>>;
|
|
86
84
|
export declare const CalciteSortableList: import("react").ForwardRefExoticComponent<JSX.CalciteSortableList & Omit<import("react").HTMLAttributes<HTMLCalciteSortableListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteSortableListElement>>;
|
|
87
85
|
export declare const CalciteSplitButton: import("react").ForwardRefExoticComponent<JSX.CalciteSplitButton & Omit<import("react").HTMLAttributes<HTMLCalciteSplitButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteSplitButtonElement>>;
|
|
88
86
|
export declare const CalciteStack: import("react").ForwardRefExoticComponent<JSX.CalciteStack & Omit<import("react").HTMLAttributes<HTMLCalciteStackElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteStackElement>>;
|
|
@@ -109,5 +107,3 @@ export declare const CalciteTipManager: import("react").ForwardRefExoticComponen
|
|
|
109
107
|
export declare const CalciteTooltip: import("react").ForwardRefExoticComponent<JSX.CalciteTooltip & Omit<import("react").HTMLAttributes<HTMLCalciteTooltipElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTooltipElement>>;
|
|
110
108
|
export declare const CalciteTree: import("react").ForwardRefExoticComponent<JSX.CalciteTree & Omit<import("react").HTMLAttributes<HTMLCalciteTreeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTreeElement>>;
|
|
111
109
|
export declare const CalciteTreeItem: import("react").ForwardRefExoticComponent<JSX.CalciteTreeItem & Omit<import("react").HTMLAttributes<HTMLCalciteTreeItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteTreeItemElement>>;
|
|
112
|
-
export declare const CalciteValueList: import("react").ForwardRefExoticComponent<JSX.CalciteValueList & Omit<import("react").HTMLAttributes<HTMLCalciteValueListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteValueListElement>>;
|
|
113
|
-
export declare const CalciteValueListItem: import("react").ForwardRefExoticComponent<JSX.CalciteValueListItem & Omit<import("react").HTMLAttributes<HTMLCalciteValueListItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteValueListItemElement>>;
|
package/dist/components.js
CHANGED
|
@@ -68,9 +68,6 @@ export const CalciteOption = /*@__PURE__*/ createReactComponent('calcite-option'
|
|
|
68
68
|
export const CalciteOptionGroup = /*@__PURE__*/ createReactComponent('calcite-option-group');
|
|
69
69
|
export const CalcitePagination = /*@__PURE__*/ createReactComponent('calcite-pagination');
|
|
70
70
|
export const CalcitePanel = /*@__PURE__*/ createReactComponent('calcite-panel');
|
|
71
|
-
export const CalcitePickList = /*@__PURE__*/ createReactComponent('calcite-pick-list');
|
|
72
|
-
export const CalcitePickListGroup = /*@__PURE__*/ createReactComponent('calcite-pick-list-group');
|
|
73
|
-
export const CalcitePickListItem = /*@__PURE__*/ createReactComponent('calcite-pick-list-item');
|
|
74
71
|
export const CalcitePopover = /*@__PURE__*/ createReactComponent('calcite-popover');
|
|
75
72
|
export const CalciteProgress = /*@__PURE__*/ createReactComponent('calcite-progress');
|
|
76
73
|
export const CalciteRadioButton = /*@__PURE__*/ createReactComponent('calcite-radio-button');
|
|
@@ -85,6 +82,7 @@ export const CalciteShell = /*@__PURE__*/ createReactComponent('calcite-shell');
|
|
|
85
82
|
export const CalciteShellCenterRow = /*@__PURE__*/ createReactComponent('calcite-shell-center-row');
|
|
86
83
|
export const CalciteShellPanel = /*@__PURE__*/ createReactComponent('calcite-shell-panel');
|
|
87
84
|
export const CalciteSlider = /*@__PURE__*/ createReactComponent('calcite-slider');
|
|
85
|
+
export const CalciteSortHandle = /*@__PURE__*/ createReactComponent('calcite-sort-handle');
|
|
88
86
|
export const CalciteSortableList = /*@__PURE__*/ createReactComponent('calcite-sortable-list');
|
|
89
87
|
export const CalciteSplitButton = /*@__PURE__*/ createReactComponent('calcite-split-button');
|
|
90
88
|
export const CalciteStack = /*@__PURE__*/ createReactComponent('calcite-stack');
|
|
@@ -111,5 +109,3 @@ export const CalciteTipManager = /*@__PURE__*/ createReactComponent('calcite-tip
|
|
|
111
109
|
export const CalciteTooltip = /*@__PURE__*/ createReactComponent('calcite-tooltip');
|
|
112
110
|
export const CalciteTree = /*@__PURE__*/ createReactComponent('calcite-tree');
|
|
113
111
|
export const CalciteTreeItem = /*@__PURE__*/ createReactComponent('calcite-tree-item');
|
|
114
|
-
export const CalciteValueList = /*@__PURE__*/ createReactComponent('calcite-value-list');
|
|
115
|
-
export const CalciteValueListItem = /*@__PURE__*/ createReactComponent('calcite-value-list-item');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-components-react",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-next.1",
|
|
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": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"tsc": "tsc"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@esri/calcite-components": "
|
|
31
|
+
"@esri/calcite-components": "3.0.0-next.1"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"react": ">=16.7",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"volta": {
|
|
38
38
|
"extends": "../../package.json"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "72bca956265990e4b9624de4da1c59b961375bfe"
|
|
41
41
|
}
|