@esri/calcite-components-react 2.0.0-rc.0 → 2.0.0-rc.2
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/LICENSE.md +1 -1
- package/README.md +2 -2
- package/dist/components.d.ts +1 -1
- package/dist/components.js +106 -121
- package/package.json +4 -5
package/LICENSE.md
CHANGED
|
@@ -10,4 +10,4 @@ See use restrictions at <http://www.esri.com/legal/pdfs/mla_e204_e300/english>
|
|
|
10
10
|
|
|
11
11
|
For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
|
|
12
12
|
|
|
13
|
-
email: contracts@esri.com
|
|
13
|
+
email: <contracts@esri.com>
|
package/README.md
CHANGED
|
@@ -116,8 +116,8 @@ All rights reserved under the copyright laws of the United States and applicable
|
|
|
116
116
|
|
|
117
117
|
This material is licensed for use under the Esri Master License Agreement (MLA), and is bound by the terms of that agreement. You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.
|
|
118
118
|
|
|
119
|
-
See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english
|
|
119
|
+
See use restrictions at <http://www.esri.com/legal/pdfs/mla_e204_e300/english>
|
|
120
120
|
|
|
121
121
|
For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
|
|
122
122
|
|
|
123
|
-
email: contracts@esri.com
|
|
123
|
+
email: <contracts@esri.com>
|
package/dist/components.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { JSX } from '@esri/calcite-components
|
|
2
|
+
import type { JSX } from '@esri/calcite-components';
|
|
3
3
|
export declare const CalciteAccordion: import("react").ForwardRefExoticComponent<JSX.CalciteAccordion & Omit<import("react").HTMLAttributes<HTMLCalciteAccordionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteAccordionElement>>;
|
|
4
4
|
export declare const CalciteAccordionItem: import("react").ForwardRefExoticComponent<JSX.CalciteAccordionItem & Omit<import("react").HTMLAttributes<HTMLCalciteAccordionItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteAccordionItemElement>>;
|
|
5
5
|
export declare const CalciteAction: import("react").ForwardRefExoticComponent<JSX.CalciteAction & Omit<import("react").HTMLAttributes<HTMLCalciteActionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLCalciteActionElement>>;
|
package/dist/components.js
CHANGED
|
@@ -1,125 +1,110 @@
|
|
|
1
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
2
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
3
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
4
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
5
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
6
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
7
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
|
-
});
|
|
9
|
-
};
|
|
10
1
|
/* eslint-disable */
|
|
11
2
|
/* tslint:disable */
|
|
12
3
|
/* auto-generated react proxies */
|
|
13
4
|
import { createReactComponent } from './react-component-lib';
|
|
14
|
-
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
export const
|
|
21
|
-
export const
|
|
22
|
-
export const
|
|
23
|
-
export const
|
|
24
|
-
export const
|
|
25
|
-
export const
|
|
26
|
-
export const
|
|
27
|
-
export const
|
|
28
|
-
export const
|
|
29
|
-
export const
|
|
30
|
-
export const
|
|
31
|
-
export const
|
|
32
|
-
export const
|
|
33
|
-
export const
|
|
34
|
-
export const
|
|
35
|
-
export const
|
|
36
|
-
export const
|
|
37
|
-
export const
|
|
38
|
-
export const
|
|
39
|
-
export const
|
|
40
|
-
export const
|
|
41
|
-
export const
|
|
42
|
-
export const
|
|
43
|
-
export const
|
|
44
|
-
export const
|
|
45
|
-
export const
|
|
46
|
-
export const
|
|
47
|
-
export const
|
|
48
|
-
export const
|
|
49
|
-
export const
|
|
50
|
-
export const
|
|
51
|
-
export const
|
|
52
|
-
export const
|
|
53
|
-
export const
|
|
54
|
-
export const
|
|
55
|
-
export const
|
|
56
|
-
export const
|
|
57
|
-
export const
|
|
58
|
-
export const
|
|
59
|
-
export const
|
|
60
|
-
export const
|
|
61
|
-
export const
|
|
62
|
-
export const
|
|
63
|
-
export const
|
|
64
|
-
export const
|
|
65
|
-
export const
|
|
66
|
-
export const
|
|
67
|
-
export const
|
|
68
|
-
export const
|
|
69
|
-
export const
|
|
70
|
-
export const
|
|
71
|
-
export const
|
|
72
|
-
export const
|
|
73
|
-
export const
|
|
74
|
-
export const
|
|
75
|
-
export const
|
|
76
|
-
export const
|
|
77
|
-
export const
|
|
78
|
-
export const
|
|
79
|
-
export const
|
|
80
|
-
export const
|
|
81
|
-
export const
|
|
82
|
-
export const
|
|
83
|
-
export const
|
|
84
|
-
export const
|
|
85
|
-
export const
|
|
86
|
-
export const
|
|
87
|
-
export const
|
|
88
|
-
export const
|
|
89
|
-
export const
|
|
90
|
-
export const
|
|
91
|
-
export const
|
|
92
|
-
export const
|
|
93
|
-
export const
|
|
94
|
-
export const
|
|
95
|
-
export const
|
|
96
|
-
export const
|
|
97
|
-
export const
|
|
98
|
-
export const
|
|
99
|
-
export const
|
|
100
|
-
export const
|
|
101
|
-
export const
|
|
102
|
-
export const
|
|
103
|
-
export const
|
|
104
|
-
export const
|
|
105
|
-
export const
|
|
106
|
-
export const
|
|
107
|
-
export const
|
|
108
|
-
export const
|
|
109
|
-
export const
|
|
110
|
-
export const
|
|
111
|
-
export const
|
|
112
|
-
export const
|
|
113
|
-
export const
|
|
114
|
-
export const
|
|
115
|
-
export const
|
|
116
|
-
export const
|
|
117
|
-
export const
|
|
118
|
-
export const
|
|
119
|
-
export const
|
|
120
|
-
export const CalciteTipManager = /*@__PURE__*/ createReactComponent('calcite-tip-manager', undefined, undefined, isBrowser && !isNode ? () => __awaiter(void 0, void 0, void 0, function* () { return (yield import('@esri/calcite-components/dist/components/calcite-tip-manager.js')).defineCustomElement(); }) : undefined);
|
|
121
|
-
export const CalciteTooltip = /*@__PURE__*/ createReactComponent('calcite-tooltip', undefined, undefined, isBrowser && !isNode ? () => __awaiter(void 0, void 0, void 0, function* () { return (yield import('@esri/calcite-components/dist/components/calcite-tooltip.js')).defineCustomElement(); }) : undefined);
|
|
122
|
-
export const CalciteTree = /*@__PURE__*/ createReactComponent('calcite-tree', undefined, undefined, isBrowser && !isNode ? () => __awaiter(void 0, void 0, void 0, function* () { return (yield import('@esri/calcite-components/dist/components/calcite-tree.js')).defineCustomElement(); }) : undefined);
|
|
123
|
-
export const CalciteTreeItem = /*@__PURE__*/ createReactComponent('calcite-tree-item', undefined, undefined, isBrowser && !isNode ? () => __awaiter(void 0, void 0, void 0, function* () { return (yield import('@esri/calcite-components/dist/components/calcite-tree-item.js')).defineCustomElement(); }) : undefined);
|
|
124
|
-
export const CalciteValueList = /*@__PURE__*/ createReactComponent('calcite-value-list', undefined, undefined, isBrowser && !isNode ? () => __awaiter(void 0, void 0, void 0, function* () { return (yield import('@esri/calcite-components/dist/components/calcite-value-list.js')).defineCustomElement(); }) : undefined);
|
|
125
|
-
export const CalciteValueListItem = /*@__PURE__*/ createReactComponent('calcite-value-list-item', undefined, undefined, isBrowser && !isNode ? () => __awaiter(void 0, void 0, void 0, function* () { return (yield import('@esri/calcite-components/dist/components/calcite-value-list-item.js')).defineCustomElement(); }) : undefined);
|
|
5
|
+
export const CalciteAccordion = /*@__PURE__*/ createReactComponent('calcite-accordion');
|
|
6
|
+
export const CalciteAccordionItem = /*@__PURE__*/ createReactComponent('calcite-accordion-item');
|
|
7
|
+
export const CalciteAction = /*@__PURE__*/ createReactComponent('calcite-action');
|
|
8
|
+
export const CalciteActionBar = /*@__PURE__*/ createReactComponent('calcite-action-bar');
|
|
9
|
+
export const CalciteActionGroup = /*@__PURE__*/ createReactComponent('calcite-action-group');
|
|
10
|
+
export const CalciteActionMenu = /*@__PURE__*/ createReactComponent('calcite-action-menu');
|
|
11
|
+
export const CalciteActionPad = /*@__PURE__*/ createReactComponent('calcite-action-pad');
|
|
12
|
+
export const CalciteAlert = /*@__PURE__*/ createReactComponent('calcite-alert');
|
|
13
|
+
export const CalciteAvatar = /*@__PURE__*/ createReactComponent('calcite-avatar');
|
|
14
|
+
export const CalciteBlock = /*@__PURE__*/ createReactComponent('calcite-block');
|
|
15
|
+
export const CalciteBlockSection = /*@__PURE__*/ createReactComponent('calcite-block-section');
|
|
16
|
+
export const CalciteButton = /*@__PURE__*/ createReactComponent('calcite-button');
|
|
17
|
+
export const CalciteCard = /*@__PURE__*/ createReactComponent('calcite-card');
|
|
18
|
+
export const CalciteCheckbox = /*@__PURE__*/ createReactComponent('calcite-checkbox');
|
|
19
|
+
export const CalciteChip = /*@__PURE__*/ createReactComponent('calcite-chip');
|
|
20
|
+
export const CalciteChipGroup = /*@__PURE__*/ createReactComponent('calcite-chip-group');
|
|
21
|
+
export const CalciteColorPicker = /*@__PURE__*/ createReactComponent('calcite-color-picker');
|
|
22
|
+
export const CalciteColorPickerHexInput = /*@__PURE__*/ createReactComponent('calcite-color-picker-hex-input');
|
|
23
|
+
export const CalciteColorPickerSwatch = /*@__PURE__*/ createReactComponent('calcite-color-picker-swatch');
|
|
24
|
+
export const CalciteCombobox = /*@__PURE__*/ createReactComponent('calcite-combobox');
|
|
25
|
+
export const CalciteComboboxItem = /*@__PURE__*/ createReactComponent('calcite-combobox-item');
|
|
26
|
+
export const CalciteComboboxItemGroup = /*@__PURE__*/ createReactComponent('calcite-combobox-item-group');
|
|
27
|
+
export const CalciteDatePicker = /*@__PURE__*/ createReactComponent('calcite-date-picker');
|
|
28
|
+
export const CalciteDatePickerDay = /*@__PURE__*/ createReactComponent('calcite-date-picker-day');
|
|
29
|
+
export const CalciteDatePickerMonth = /*@__PURE__*/ createReactComponent('calcite-date-picker-month');
|
|
30
|
+
export const CalciteDatePickerMonthHeader = /*@__PURE__*/ createReactComponent('calcite-date-picker-month-header');
|
|
31
|
+
export const CalciteDropdown = /*@__PURE__*/ createReactComponent('calcite-dropdown');
|
|
32
|
+
export const CalciteDropdownGroup = /*@__PURE__*/ createReactComponent('calcite-dropdown-group');
|
|
33
|
+
export const CalciteDropdownItem = /*@__PURE__*/ createReactComponent('calcite-dropdown-item');
|
|
34
|
+
export const CalciteFab = /*@__PURE__*/ createReactComponent('calcite-fab');
|
|
35
|
+
export const CalciteFilter = /*@__PURE__*/ createReactComponent('calcite-filter');
|
|
36
|
+
export const CalciteFlow = /*@__PURE__*/ createReactComponent('calcite-flow');
|
|
37
|
+
export const CalciteFlowItem = /*@__PURE__*/ createReactComponent('calcite-flow-item');
|
|
38
|
+
export const CalciteGraph = /*@__PURE__*/ createReactComponent('calcite-graph');
|
|
39
|
+
export const CalciteHandle = /*@__PURE__*/ createReactComponent('calcite-handle');
|
|
40
|
+
export const CalciteIcon = /*@__PURE__*/ createReactComponent('calcite-icon');
|
|
41
|
+
export const CalciteInlineEditable = /*@__PURE__*/ createReactComponent('calcite-inline-editable');
|
|
42
|
+
export const CalciteInput = /*@__PURE__*/ createReactComponent('calcite-input');
|
|
43
|
+
export const CalciteInputDatePicker = /*@__PURE__*/ createReactComponent('calcite-input-date-picker');
|
|
44
|
+
export const CalciteInputMessage = /*@__PURE__*/ createReactComponent('calcite-input-message');
|
|
45
|
+
export const CalciteInputNumber = /*@__PURE__*/ createReactComponent('calcite-input-number');
|
|
46
|
+
export const CalciteInputText = /*@__PURE__*/ createReactComponent('calcite-input-text');
|
|
47
|
+
export const CalciteInputTimePicker = /*@__PURE__*/ createReactComponent('calcite-input-time-picker');
|
|
48
|
+
export const CalciteInputTimeZone = /*@__PURE__*/ createReactComponent('calcite-input-time-zone');
|
|
49
|
+
export const CalciteLabel = /*@__PURE__*/ createReactComponent('calcite-label');
|
|
50
|
+
export const CalciteLink = /*@__PURE__*/ createReactComponent('calcite-link');
|
|
51
|
+
export const CalciteList = /*@__PURE__*/ createReactComponent('calcite-list');
|
|
52
|
+
export const CalciteListItem = /*@__PURE__*/ createReactComponent('calcite-list-item');
|
|
53
|
+
export const CalciteListItemGroup = /*@__PURE__*/ createReactComponent('calcite-list-item-group');
|
|
54
|
+
export const CalciteLoader = /*@__PURE__*/ createReactComponent('calcite-loader');
|
|
55
|
+
export const CalciteMenu = /*@__PURE__*/ createReactComponent('calcite-menu');
|
|
56
|
+
export const CalciteMenuItem = /*@__PURE__*/ createReactComponent('calcite-menu-item');
|
|
57
|
+
export const CalciteMeter = /*@__PURE__*/ createReactComponent('calcite-meter');
|
|
58
|
+
export const CalciteModal = /*@__PURE__*/ createReactComponent('calcite-modal');
|
|
59
|
+
export const CalciteNavigation = /*@__PURE__*/ createReactComponent('calcite-navigation');
|
|
60
|
+
export const CalciteNavigationLogo = /*@__PURE__*/ createReactComponent('calcite-navigation-logo');
|
|
61
|
+
export const CalciteNavigationUser = /*@__PURE__*/ createReactComponent('calcite-navigation-user');
|
|
62
|
+
export const CalciteNotice = /*@__PURE__*/ createReactComponent('calcite-notice');
|
|
63
|
+
export const CalciteOption = /*@__PURE__*/ createReactComponent('calcite-option');
|
|
64
|
+
export const CalciteOptionGroup = /*@__PURE__*/ createReactComponent('calcite-option-group');
|
|
65
|
+
export const CalcitePagination = /*@__PURE__*/ createReactComponent('calcite-pagination');
|
|
66
|
+
export const CalcitePanel = /*@__PURE__*/ createReactComponent('calcite-panel');
|
|
67
|
+
export const CalcitePickList = /*@__PURE__*/ createReactComponent('calcite-pick-list');
|
|
68
|
+
export const CalcitePickListGroup = /*@__PURE__*/ createReactComponent('calcite-pick-list-group');
|
|
69
|
+
export const CalcitePickListItem = /*@__PURE__*/ createReactComponent('calcite-pick-list-item');
|
|
70
|
+
export const CalcitePopover = /*@__PURE__*/ createReactComponent('calcite-popover');
|
|
71
|
+
export const CalciteProgress = /*@__PURE__*/ createReactComponent('calcite-progress');
|
|
72
|
+
export const CalciteRadioButton = /*@__PURE__*/ createReactComponent('calcite-radio-button');
|
|
73
|
+
export const CalciteRadioButtonGroup = /*@__PURE__*/ createReactComponent('calcite-radio-button-group');
|
|
74
|
+
export const CalciteRating = /*@__PURE__*/ createReactComponent('calcite-rating');
|
|
75
|
+
export const CalciteScrim = /*@__PURE__*/ createReactComponent('calcite-scrim');
|
|
76
|
+
export const CalciteSegmentedControl = /*@__PURE__*/ createReactComponent('calcite-segmented-control');
|
|
77
|
+
export const CalciteSegmentedControlItem = /*@__PURE__*/ createReactComponent('calcite-segmented-control-item');
|
|
78
|
+
export const CalciteSelect = /*@__PURE__*/ createReactComponent('calcite-select');
|
|
79
|
+
export const CalciteSheet = /*@__PURE__*/ createReactComponent('calcite-sheet');
|
|
80
|
+
export const CalciteShell = /*@__PURE__*/ createReactComponent('calcite-shell');
|
|
81
|
+
export const CalciteShellCenterRow = /*@__PURE__*/ createReactComponent('calcite-shell-center-row');
|
|
82
|
+
export const CalciteShellPanel = /*@__PURE__*/ createReactComponent('calcite-shell-panel');
|
|
83
|
+
export const CalciteSlider = /*@__PURE__*/ createReactComponent('calcite-slider');
|
|
84
|
+
export const CalciteSortableList = /*@__PURE__*/ createReactComponent('calcite-sortable-list');
|
|
85
|
+
export const CalciteSplitButton = /*@__PURE__*/ createReactComponent('calcite-split-button');
|
|
86
|
+
export const CalciteStack = /*@__PURE__*/ createReactComponent('calcite-stack');
|
|
87
|
+
export const CalciteStepper = /*@__PURE__*/ createReactComponent('calcite-stepper');
|
|
88
|
+
export const CalciteStepperItem = /*@__PURE__*/ createReactComponent('calcite-stepper-item');
|
|
89
|
+
export const CalciteSwitch = /*@__PURE__*/ createReactComponent('calcite-switch');
|
|
90
|
+
export const CalciteTab = /*@__PURE__*/ createReactComponent('calcite-tab');
|
|
91
|
+
export const CalciteTabNav = /*@__PURE__*/ createReactComponent('calcite-tab-nav');
|
|
92
|
+
export const CalciteTabTitle = /*@__PURE__*/ createReactComponent('calcite-tab-title');
|
|
93
|
+
export const CalciteTable = /*@__PURE__*/ createReactComponent('calcite-table');
|
|
94
|
+
export const CalciteTableCell = /*@__PURE__*/ createReactComponent('calcite-table-cell');
|
|
95
|
+
export const CalciteTableHeader = /*@__PURE__*/ createReactComponent('calcite-table-header');
|
|
96
|
+
export const CalciteTableRow = /*@__PURE__*/ createReactComponent('calcite-table-row');
|
|
97
|
+
export const CalciteTabs = /*@__PURE__*/ createReactComponent('calcite-tabs');
|
|
98
|
+
export const CalciteTextArea = /*@__PURE__*/ createReactComponent('calcite-text-area');
|
|
99
|
+
export const CalciteTile = /*@__PURE__*/ createReactComponent('calcite-tile');
|
|
100
|
+
export const CalciteTileSelect = /*@__PURE__*/ createReactComponent('calcite-tile-select');
|
|
101
|
+
export const CalciteTileSelectGroup = /*@__PURE__*/ createReactComponent('calcite-tile-select-group');
|
|
102
|
+
export const CalciteTimePicker = /*@__PURE__*/ createReactComponent('calcite-time-picker');
|
|
103
|
+
export const CalciteTip = /*@__PURE__*/ createReactComponent('calcite-tip');
|
|
104
|
+
export const CalciteTipGroup = /*@__PURE__*/ createReactComponent('calcite-tip-group');
|
|
105
|
+
export const CalciteTipManager = /*@__PURE__*/ createReactComponent('calcite-tip-manager');
|
|
106
|
+
export const CalciteTooltip = /*@__PURE__*/ createReactComponent('calcite-tooltip');
|
|
107
|
+
export const CalciteTree = /*@__PURE__*/ createReactComponent('calcite-tree');
|
|
108
|
+
export const CalciteTreeItem = /*@__PURE__*/ createReactComponent('calcite-tree-item');
|
|
109
|
+
export const CalciteValueList = /*@__PURE__*/ createReactComponent('calcite-value-list');
|
|
110
|
+
export const CalciteValueListItem = /*@__PURE__*/ createReactComponent('calcite-value-list-item');
|
package/package.json
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-components-react",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "2.0.0-rc.
|
|
4
|
+
"version": "2.0.0-rc.2",
|
|
5
5
|
"homepage": "https://developers.arcgis.com/calcite-design-system/",
|
|
6
6
|
"description": "A set of React components that wrap calcite components",
|
|
7
7
|
"license": "SEE LICENSE.md",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"build": "rimraf dist && npm run compile",
|
|
10
|
-
"prebuild": "npm run patch:
|
|
10
|
+
"prebuild": "npm run patch:jsx-import",
|
|
11
11
|
"clean": "rimraf dist node_modules .turbo",
|
|
12
12
|
"compile": "npm run tsc",
|
|
13
13
|
"patch:jsx-import": "ts-node support/patchJSXImport.ts",
|
|
14
|
-
"patch:ssr": "ts-node support/patchSSR.ts",
|
|
15
14
|
"tsc": "tsc"
|
|
16
15
|
},
|
|
17
16
|
"main": "./dist/index.js",
|
|
@@ -21,7 +20,7 @@
|
|
|
21
20
|
"dist/"
|
|
22
21
|
],
|
|
23
22
|
"dependencies": {
|
|
24
|
-
"@esri/calcite-components": "^2.0.0-rc.
|
|
23
|
+
"@esri/calcite-components": "^2.0.0-rc.2"
|
|
25
24
|
},
|
|
26
25
|
"peerDependencies": {
|
|
27
26
|
"react": ">=16.7",
|
|
@@ -30,5 +29,5 @@
|
|
|
30
29
|
"volta": {
|
|
31
30
|
"extends": "../../package.json"
|
|
32
31
|
},
|
|
33
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "6e3a5ad15833b8c42ecb46b3d5ce9d4a69770289"
|
|
34
33
|
}
|