@esri/calcite-components-react 1.5.0-next.8 → 1.5.0-next.9
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.js
CHANGED
|
@@ -2,102 +2,201 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* auto-generated react proxies */
|
|
4
4
|
import { createReactComponent } from './react-component-lib';
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
5
|
+
import { defineCustomElement as defineCalciteAccordion } from '@esri/calcite-components/dist/components/calcite-accordion.js';
|
|
6
|
+
import { defineCustomElement as defineCalciteAccordionItem } from '@esri/calcite-components/dist/components/calcite-accordion-item.js';
|
|
7
|
+
import { defineCustomElement as defineCalciteAction } from '@esri/calcite-components/dist/components/calcite-action.js';
|
|
8
|
+
import { defineCustomElement as defineCalciteActionBar } from '@esri/calcite-components/dist/components/calcite-action-bar.js';
|
|
9
|
+
import { defineCustomElement as defineCalciteActionGroup } from '@esri/calcite-components/dist/components/calcite-action-group.js';
|
|
10
|
+
import { defineCustomElement as defineCalciteActionMenu } from '@esri/calcite-components/dist/components/calcite-action-menu.js';
|
|
11
|
+
import { defineCustomElement as defineCalciteActionPad } from '@esri/calcite-components/dist/components/calcite-action-pad.js';
|
|
12
|
+
import { defineCustomElement as defineCalciteAlert } from '@esri/calcite-components/dist/components/calcite-alert.js';
|
|
13
|
+
import { defineCustomElement as defineCalciteAvatar } from '@esri/calcite-components/dist/components/calcite-avatar.js';
|
|
14
|
+
import { defineCustomElement as defineCalciteBlock } from '@esri/calcite-components/dist/components/calcite-block.js';
|
|
15
|
+
import { defineCustomElement as defineCalciteBlockSection } from '@esri/calcite-components/dist/components/calcite-block-section.js';
|
|
16
|
+
import { defineCustomElement as defineCalciteButton } from '@esri/calcite-components/dist/components/calcite-button.js';
|
|
17
|
+
import { defineCustomElement as defineCalciteCard } from '@esri/calcite-components/dist/components/calcite-card.js';
|
|
18
|
+
import { defineCustomElement as defineCalciteCheckbox } from '@esri/calcite-components/dist/components/calcite-checkbox.js';
|
|
19
|
+
import { defineCustomElement as defineCalciteChip } from '@esri/calcite-components/dist/components/calcite-chip.js';
|
|
20
|
+
import { defineCustomElement as defineCalciteChipGroup } from '@esri/calcite-components/dist/components/calcite-chip-group.js';
|
|
21
|
+
import { defineCustomElement as defineCalciteColorPicker } from '@esri/calcite-components/dist/components/calcite-color-picker.js';
|
|
22
|
+
import { defineCustomElement as defineCalciteColorPickerHexInput } from '@esri/calcite-components/dist/components/calcite-color-picker-hex-input.js';
|
|
23
|
+
import { defineCustomElement as defineCalciteColorPickerSwatch } from '@esri/calcite-components/dist/components/calcite-color-picker-swatch.js';
|
|
24
|
+
import { defineCustomElement as defineCalciteCombobox } from '@esri/calcite-components/dist/components/calcite-combobox.js';
|
|
25
|
+
import { defineCustomElement as defineCalciteComboboxItem } from '@esri/calcite-components/dist/components/calcite-combobox-item.js';
|
|
26
|
+
import { defineCustomElement as defineCalciteComboboxItemGroup } from '@esri/calcite-components/dist/components/calcite-combobox-item-group.js';
|
|
27
|
+
import { defineCustomElement as defineCalciteDatePicker } from '@esri/calcite-components/dist/components/calcite-date-picker.js';
|
|
28
|
+
import { defineCustomElement as defineCalciteDatePickerDay } from '@esri/calcite-components/dist/components/calcite-date-picker-day.js';
|
|
29
|
+
import { defineCustomElement as defineCalciteDatePickerMonth } from '@esri/calcite-components/dist/components/calcite-date-picker-month.js';
|
|
30
|
+
import { defineCustomElement as defineCalciteDatePickerMonthHeader } from '@esri/calcite-components/dist/components/calcite-date-picker-month-header.js';
|
|
31
|
+
import { defineCustomElement as defineCalciteDropdown } from '@esri/calcite-components/dist/components/calcite-dropdown.js';
|
|
32
|
+
import { defineCustomElement as defineCalciteDropdownGroup } from '@esri/calcite-components/dist/components/calcite-dropdown-group.js';
|
|
33
|
+
import { defineCustomElement as defineCalciteDropdownItem } from '@esri/calcite-components/dist/components/calcite-dropdown-item.js';
|
|
34
|
+
import { defineCustomElement as defineCalciteFab } from '@esri/calcite-components/dist/components/calcite-fab.js';
|
|
35
|
+
import { defineCustomElement as defineCalciteFilter } from '@esri/calcite-components/dist/components/calcite-filter.js';
|
|
36
|
+
import { defineCustomElement as defineCalciteFlow } from '@esri/calcite-components/dist/components/calcite-flow.js';
|
|
37
|
+
import { defineCustomElement as defineCalciteFlowItem } from '@esri/calcite-components/dist/components/calcite-flow-item.js';
|
|
38
|
+
import { defineCustomElement as defineCalciteGraph } from '@esri/calcite-components/dist/components/calcite-graph.js';
|
|
39
|
+
import { defineCustomElement as defineCalciteHandle } from '@esri/calcite-components/dist/components/calcite-handle.js';
|
|
40
|
+
import { defineCustomElement as defineCalciteIcon } from '@esri/calcite-components/dist/components/calcite-icon.js';
|
|
41
|
+
import { defineCustomElement as defineCalciteInlineEditable } from '@esri/calcite-components/dist/components/calcite-inline-editable.js';
|
|
42
|
+
import { defineCustomElement as defineCalciteInput } from '@esri/calcite-components/dist/components/calcite-input.js';
|
|
43
|
+
import { defineCustomElement as defineCalciteInputDatePicker } from '@esri/calcite-components/dist/components/calcite-input-date-picker.js';
|
|
44
|
+
import { defineCustomElement as defineCalciteInputMessage } from '@esri/calcite-components/dist/components/calcite-input-message.js';
|
|
45
|
+
import { defineCustomElement as defineCalciteInputNumber } from '@esri/calcite-components/dist/components/calcite-input-number.js';
|
|
46
|
+
import { defineCustomElement as defineCalciteInputText } from '@esri/calcite-components/dist/components/calcite-input-text.js';
|
|
47
|
+
import { defineCustomElement as defineCalciteInputTimePicker } from '@esri/calcite-components/dist/components/calcite-input-time-picker.js';
|
|
48
|
+
import { defineCustomElement as defineCalciteLabel } from '@esri/calcite-components/dist/components/calcite-label.js';
|
|
49
|
+
import { defineCustomElement as defineCalciteLink } from '@esri/calcite-components/dist/components/calcite-link.js';
|
|
50
|
+
import { defineCustomElement as defineCalciteList } from '@esri/calcite-components/dist/components/calcite-list.js';
|
|
51
|
+
import { defineCustomElement as defineCalciteListItem } from '@esri/calcite-components/dist/components/calcite-list-item.js';
|
|
52
|
+
import { defineCustomElement as defineCalciteListItemGroup } from '@esri/calcite-components/dist/components/calcite-list-item-group.js';
|
|
53
|
+
import { defineCustomElement as defineCalciteLoader } from '@esri/calcite-components/dist/components/calcite-loader.js';
|
|
54
|
+
import { defineCustomElement as defineCalciteMenu } from '@esri/calcite-components/dist/components/calcite-menu.js';
|
|
55
|
+
import { defineCustomElement as defineCalciteMenuItem } from '@esri/calcite-components/dist/components/calcite-menu-item.js';
|
|
56
|
+
import { defineCustomElement as defineCalciteModal } from '@esri/calcite-components/dist/components/calcite-modal.js';
|
|
57
|
+
import { defineCustomElement as defineCalciteNavigation } from '@esri/calcite-components/dist/components/calcite-navigation.js';
|
|
58
|
+
import { defineCustomElement as defineCalciteNavigationLogo } from '@esri/calcite-components/dist/components/calcite-navigation-logo.js';
|
|
59
|
+
import { defineCustomElement as defineCalciteNavigationUser } from '@esri/calcite-components/dist/components/calcite-navigation-user.js';
|
|
60
|
+
import { defineCustomElement as defineCalciteNotice } from '@esri/calcite-components/dist/components/calcite-notice.js';
|
|
61
|
+
import { defineCustomElement as defineCalciteOption } from '@esri/calcite-components/dist/components/calcite-option.js';
|
|
62
|
+
import { defineCustomElement as defineCalciteOptionGroup } from '@esri/calcite-components/dist/components/calcite-option-group.js';
|
|
63
|
+
import { defineCustomElement as defineCalcitePagination } from '@esri/calcite-components/dist/components/calcite-pagination.js';
|
|
64
|
+
import { defineCustomElement as defineCalcitePanel } from '@esri/calcite-components/dist/components/calcite-panel.js';
|
|
65
|
+
import { defineCustomElement as defineCalcitePickList } from '@esri/calcite-components/dist/components/calcite-pick-list.js';
|
|
66
|
+
import { defineCustomElement as defineCalcitePickListGroup } from '@esri/calcite-components/dist/components/calcite-pick-list-group.js';
|
|
67
|
+
import { defineCustomElement as defineCalcitePickListItem } from '@esri/calcite-components/dist/components/calcite-pick-list-item.js';
|
|
68
|
+
import { defineCustomElement as defineCalcitePopover } from '@esri/calcite-components/dist/components/calcite-popover.js';
|
|
69
|
+
import { defineCustomElement as defineCalciteProgress } from '@esri/calcite-components/dist/components/calcite-progress.js';
|
|
70
|
+
import { defineCustomElement as defineCalciteRadioButton } from '@esri/calcite-components/dist/components/calcite-radio-button.js';
|
|
71
|
+
import { defineCustomElement as defineCalciteRadioButtonGroup } from '@esri/calcite-components/dist/components/calcite-radio-button-group.js';
|
|
72
|
+
import { defineCustomElement as defineCalciteRating } from '@esri/calcite-components/dist/components/calcite-rating.js';
|
|
73
|
+
import { defineCustomElement as defineCalciteScrim } from '@esri/calcite-components/dist/components/calcite-scrim.js';
|
|
74
|
+
import { defineCustomElement as defineCalciteSegmentedControl } from '@esri/calcite-components/dist/components/calcite-segmented-control.js';
|
|
75
|
+
import { defineCustomElement as defineCalciteSegmentedControlItem } from '@esri/calcite-components/dist/components/calcite-segmented-control-item.js';
|
|
76
|
+
import { defineCustomElement as defineCalciteSelect } from '@esri/calcite-components/dist/components/calcite-select.js';
|
|
77
|
+
import { defineCustomElement as defineCalciteShell } from '@esri/calcite-components/dist/components/calcite-shell.js';
|
|
78
|
+
import { defineCustomElement as defineCalciteShellCenterRow } from '@esri/calcite-components/dist/components/calcite-shell-center-row.js';
|
|
79
|
+
import { defineCustomElement as defineCalciteShellPanel } from '@esri/calcite-components/dist/components/calcite-shell-panel.js';
|
|
80
|
+
import { defineCustomElement as defineCalciteSlider } from '@esri/calcite-components/dist/components/calcite-slider.js';
|
|
81
|
+
import { defineCustomElement as defineCalciteSortableList } from '@esri/calcite-components/dist/components/calcite-sortable-list.js';
|
|
82
|
+
import { defineCustomElement as defineCalciteSplitButton } from '@esri/calcite-components/dist/components/calcite-split-button.js';
|
|
83
|
+
import { defineCustomElement as defineCalciteStack } from '@esri/calcite-components/dist/components/calcite-stack.js';
|
|
84
|
+
import { defineCustomElement as defineCalciteStepper } from '@esri/calcite-components/dist/components/calcite-stepper.js';
|
|
85
|
+
import { defineCustomElement as defineCalciteStepperItem } from '@esri/calcite-components/dist/components/calcite-stepper-item.js';
|
|
86
|
+
import { defineCustomElement as defineCalciteSwitch } from '@esri/calcite-components/dist/components/calcite-switch.js';
|
|
87
|
+
import { defineCustomElement as defineCalciteTab } from '@esri/calcite-components/dist/components/calcite-tab.js';
|
|
88
|
+
import { defineCustomElement as defineCalciteTabNav } from '@esri/calcite-components/dist/components/calcite-tab-nav.js';
|
|
89
|
+
import { defineCustomElement as defineCalciteTabTitle } from '@esri/calcite-components/dist/components/calcite-tab-title.js';
|
|
90
|
+
import { defineCustomElement as defineCalciteTabs } from '@esri/calcite-components/dist/components/calcite-tabs.js';
|
|
91
|
+
import { defineCustomElement as defineCalciteTextArea } from '@esri/calcite-components/dist/components/calcite-text-area.js';
|
|
92
|
+
import { defineCustomElement as defineCalciteTile } from '@esri/calcite-components/dist/components/calcite-tile.js';
|
|
93
|
+
import { defineCustomElement as defineCalciteTileSelect } from '@esri/calcite-components/dist/components/calcite-tile-select.js';
|
|
94
|
+
import { defineCustomElement as defineCalciteTileSelectGroup } from '@esri/calcite-components/dist/components/calcite-tile-select-group.js';
|
|
95
|
+
import { defineCustomElement as defineCalciteTimePicker } from '@esri/calcite-components/dist/components/calcite-time-picker.js';
|
|
96
|
+
import { defineCustomElement as defineCalciteTip } from '@esri/calcite-components/dist/components/calcite-tip.js';
|
|
97
|
+
import { defineCustomElement as defineCalciteTipGroup } from '@esri/calcite-components/dist/components/calcite-tip-group.js';
|
|
98
|
+
import { defineCustomElement as defineCalciteTipManager } from '@esri/calcite-components/dist/components/calcite-tip-manager.js';
|
|
99
|
+
import { defineCustomElement as defineCalciteTooltip } from '@esri/calcite-components/dist/components/calcite-tooltip.js';
|
|
100
|
+
import { defineCustomElement as defineCalciteTree } from '@esri/calcite-components/dist/components/calcite-tree.js';
|
|
101
|
+
import { defineCustomElement as defineCalciteTreeItem } from '@esri/calcite-components/dist/components/calcite-tree-item.js';
|
|
102
|
+
import { defineCustomElement as defineCalciteValueList } from '@esri/calcite-components/dist/components/calcite-value-list.js';
|
|
103
|
+
import { defineCustomElement as defineCalciteValueListItem } from '@esri/calcite-components/dist/components/calcite-value-list-item.js';
|
|
104
|
+
export const CalciteAccordion = /*@__PURE__*/ createReactComponent('calcite-accordion', undefined, undefined, defineCalciteAccordion);
|
|
105
|
+
export const CalciteAccordionItem = /*@__PURE__*/ createReactComponent('calcite-accordion-item', undefined, undefined, defineCalciteAccordionItem);
|
|
106
|
+
export const CalciteAction = /*@__PURE__*/ createReactComponent('calcite-action', undefined, undefined, defineCalciteAction);
|
|
107
|
+
export const CalciteActionBar = /*@__PURE__*/ createReactComponent('calcite-action-bar', undefined, undefined, defineCalciteActionBar);
|
|
108
|
+
export const CalciteActionGroup = /*@__PURE__*/ createReactComponent('calcite-action-group', undefined, undefined, defineCalciteActionGroup);
|
|
109
|
+
export const CalciteActionMenu = /*@__PURE__*/ createReactComponent('calcite-action-menu', undefined, undefined, defineCalciteActionMenu);
|
|
110
|
+
export const CalciteActionPad = /*@__PURE__*/ createReactComponent('calcite-action-pad', undefined, undefined, defineCalciteActionPad);
|
|
111
|
+
export const CalciteAlert = /*@__PURE__*/ createReactComponent('calcite-alert', undefined, undefined, defineCalciteAlert);
|
|
112
|
+
export const CalciteAvatar = /*@__PURE__*/ createReactComponent('calcite-avatar', undefined, undefined, defineCalciteAvatar);
|
|
113
|
+
export const CalciteBlock = /*@__PURE__*/ createReactComponent('calcite-block', undefined, undefined, defineCalciteBlock);
|
|
114
|
+
export const CalciteBlockSection = /*@__PURE__*/ createReactComponent('calcite-block-section', undefined, undefined, defineCalciteBlockSection);
|
|
115
|
+
export const CalciteButton = /*@__PURE__*/ createReactComponent('calcite-button', undefined, undefined, defineCalciteButton);
|
|
116
|
+
export const CalciteCard = /*@__PURE__*/ createReactComponent('calcite-card', undefined, undefined, defineCalciteCard);
|
|
117
|
+
export const CalciteCheckbox = /*@__PURE__*/ createReactComponent('calcite-checkbox', undefined, undefined, defineCalciteCheckbox);
|
|
118
|
+
export const CalciteChip = /*@__PURE__*/ createReactComponent('calcite-chip', undefined, undefined, defineCalciteChip);
|
|
119
|
+
export const CalciteChipGroup = /*@__PURE__*/ createReactComponent('calcite-chip-group', undefined, undefined, defineCalciteChipGroup);
|
|
120
|
+
export const CalciteColorPicker = /*@__PURE__*/ createReactComponent('calcite-color-picker', undefined, undefined, defineCalciteColorPicker);
|
|
121
|
+
export const CalciteColorPickerHexInput = /*@__PURE__*/ createReactComponent('calcite-color-picker-hex-input', undefined, undefined, defineCalciteColorPickerHexInput);
|
|
122
|
+
export const CalciteColorPickerSwatch = /*@__PURE__*/ createReactComponent('calcite-color-picker-swatch', undefined, undefined, defineCalciteColorPickerSwatch);
|
|
123
|
+
export const CalciteCombobox = /*@__PURE__*/ createReactComponent('calcite-combobox', undefined, undefined, defineCalciteCombobox);
|
|
124
|
+
export const CalciteComboboxItem = /*@__PURE__*/ createReactComponent('calcite-combobox-item', undefined, undefined, defineCalciteComboboxItem);
|
|
125
|
+
export const CalciteComboboxItemGroup = /*@__PURE__*/ createReactComponent('calcite-combobox-item-group', undefined, undefined, defineCalciteComboboxItemGroup);
|
|
126
|
+
export const CalciteDatePicker = /*@__PURE__*/ createReactComponent('calcite-date-picker', undefined, undefined, defineCalciteDatePicker);
|
|
127
|
+
export const CalciteDatePickerDay = /*@__PURE__*/ createReactComponent('calcite-date-picker-day', undefined, undefined, defineCalciteDatePickerDay);
|
|
128
|
+
export const CalciteDatePickerMonth = /*@__PURE__*/ createReactComponent('calcite-date-picker-month', undefined, undefined, defineCalciteDatePickerMonth);
|
|
129
|
+
export const CalciteDatePickerMonthHeader = /*@__PURE__*/ createReactComponent('calcite-date-picker-month-header', undefined, undefined, defineCalciteDatePickerMonthHeader);
|
|
130
|
+
export const CalciteDropdown = /*@__PURE__*/ createReactComponent('calcite-dropdown', undefined, undefined, defineCalciteDropdown);
|
|
131
|
+
export const CalciteDropdownGroup = /*@__PURE__*/ createReactComponent('calcite-dropdown-group', undefined, undefined, defineCalciteDropdownGroup);
|
|
132
|
+
export const CalciteDropdownItem = /*@__PURE__*/ createReactComponent('calcite-dropdown-item', undefined, undefined, defineCalciteDropdownItem);
|
|
133
|
+
export const CalciteFab = /*@__PURE__*/ createReactComponent('calcite-fab', undefined, undefined, defineCalciteFab);
|
|
134
|
+
export const CalciteFilter = /*@__PURE__*/ createReactComponent('calcite-filter', undefined, undefined, defineCalciteFilter);
|
|
135
|
+
export const CalciteFlow = /*@__PURE__*/ createReactComponent('calcite-flow', undefined, undefined, defineCalciteFlow);
|
|
136
|
+
export const CalciteFlowItem = /*@__PURE__*/ createReactComponent('calcite-flow-item', undefined, undefined, defineCalciteFlowItem);
|
|
137
|
+
export const CalciteGraph = /*@__PURE__*/ createReactComponent('calcite-graph', undefined, undefined, defineCalciteGraph);
|
|
138
|
+
export const CalciteHandle = /*@__PURE__*/ createReactComponent('calcite-handle', undefined, undefined, defineCalciteHandle);
|
|
139
|
+
export const CalciteIcon = /*@__PURE__*/ createReactComponent('calcite-icon', undefined, undefined, defineCalciteIcon);
|
|
140
|
+
export const CalciteInlineEditable = /*@__PURE__*/ createReactComponent('calcite-inline-editable', undefined, undefined, defineCalciteInlineEditable);
|
|
141
|
+
export const CalciteInput = /*@__PURE__*/ createReactComponent('calcite-input', undefined, undefined, defineCalciteInput);
|
|
142
|
+
export const CalciteInputDatePicker = /*@__PURE__*/ createReactComponent('calcite-input-date-picker', undefined, undefined, defineCalciteInputDatePicker);
|
|
143
|
+
export const CalciteInputMessage = /*@__PURE__*/ createReactComponent('calcite-input-message', undefined, undefined, defineCalciteInputMessage);
|
|
144
|
+
export const CalciteInputNumber = /*@__PURE__*/ createReactComponent('calcite-input-number', undefined, undefined, defineCalciteInputNumber);
|
|
145
|
+
export const CalciteInputText = /*@__PURE__*/ createReactComponent('calcite-input-text', undefined, undefined, defineCalciteInputText);
|
|
146
|
+
export const CalciteInputTimePicker = /*@__PURE__*/ createReactComponent('calcite-input-time-picker', undefined, undefined, defineCalciteInputTimePicker);
|
|
147
|
+
export const CalciteLabel = /*@__PURE__*/ createReactComponent('calcite-label', undefined, undefined, defineCalciteLabel);
|
|
148
|
+
export const CalciteLink = /*@__PURE__*/ createReactComponent('calcite-link', undefined, undefined, defineCalciteLink);
|
|
149
|
+
export const CalciteList = /*@__PURE__*/ createReactComponent('calcite-list', undefined, undefined, defineCalciteList);
|
|
150
|
+
export const CalciteListItem = /*@__PURE__*/ createReactComponent('calcite-list-item', undefined, undefined, defineCalciteListItem);
|
|
151
|
+
export const CalciteListItemGroup = /*@__PURE__*/ createReactComponent('calcite-list-item-group', undefined, undefined, defineCalciteListItemGroup);
|
|
152
|
+
export const CalciteLoader = /*@__PURE__*/ createReactComponent('calcite-loader', undefined, undefined, defineCalciteLoader);
|
|
153
|
+
export const CalciteMenu = /*@__PURE__*/ createReactComponent('calcite-menu', undefined, undefined, defineCalciteMenu);
|
|
154
|
+
export const CalciteMenuItem = /*@__PURE__*/ createReactComponent('calcite-menu-item', undefined, undefined, defineCalciteMenuItem);
|
|
155
|
+
export const CalciteModal = /*@__PURE__*/ createReactComponent('calcite-modal', undefined, undefined, defineCalciteModal);
|
|
156
|
+
export const CalciteNavigation = /*@__PURE__*/ createReactComponent('calcite-navigation', undefined, undefined, defineCalciteNavigation);
|
|
157
|
+
export const CalciteNavigationLogo = /*@__PURE__*/ createReactComponent('calcite-navigation-logo', undefined, undefined, defineCalciteNavigationLogo);
|
|
158
|
+
export const CalciteNavigationUser = /*@__PURE__*/ createReactComponent('calcite-navigation-user', undefined, undefined, defineCalciteNavigationUser);
|
|
159
|
+
export const CalciteNotice = /*@__PURE__*/ createReactComponent('calcite-notice', undefined, undefined, defineCalciteNotice);
|
|
160
|
+
export const CalciteOption = /*@__PURE__*/ createReactComponent('calcite-option', undefined, undefined, defineCalciteOption);
|
|
161
|
+
export const CalciteOptionGroup = /*@__PURE__*/ createReactComponent('calcite-option-group', undefined, undefined, defineCalciteOptionGroup);
|
|
162
|
+
export const CalcitePagination = /*@__PURE__*/ createReactComponent('calcite-pagination', undefined, undefined, defineCalcitePagination);
|
|
163
|
+
export const CalcitePanel = /*@__PURE__*/ createReactComponent('calcite-panel', undefined, undefined, defineCalcitePanel);
|
|
164
|
+
export const CalcitePickList = /*@__PURE__*/ createReactComponent('calcite-pick-list', undefined, undefined, defineCalcitePickList);
|
|
165
|
+
export const CalcitePickListGroup = /*@__PURE__*/ createReactComponent('calcite-pick-list-group', undefined, undefined, defineCalcitePickListGroup);
|
|
166
|
+
export const CalcitePickListItem = /*@__PURE__*/ createReactComponent('calcite-pick-list-item', undefined, undefined, defineCalcitePickListItem);
|
|
167
|
+
export const CalcitePopover = /*@__PURE__*/ createReactComponent('calcite-popover', undefined, undefined, defineCalcitePopover);
|
|
168
|
+
export const CalciteProgress = /*@__PURE__*/ createReactComponent('calcite-progress', undefined, undefined, defineCalciteProgress);
|
|
169
|
+
export const CalciteRadioButton = /*@__PURE__*/ createReactComponent('calcite-radio-button', undefined, undefined, defineCalciteRadioButton);
|
|
170
|
+
export const CalciteRadioButtonGroup = /*@__PURE__*/ createReactComponent('calcite-radio-button-group', undefined, undefined, defineCalciteRadioButtonGroup);
|
|
171
|
+
export const CalciteRating = /*@__PURE__*/ createReactComponent('calcite-rating', undefined, undefined, defineCalciteRating);
|
|
172
|
+
export const CalciteScrim = /*@__PURE__*/ createReactComponent('calcite-scrim', undefined, undefined, defineCalciteScrim);
|
|
173
|
+
export const CalciteSegmentedControl = /*@__PURE__*/ createReactComponent('calcite-segmented-control', undefined, undefined, defineCalciteSegmentedControl);
|
|
174
|
+
export const CalciteSegmentedControlItem = /*@__PURE__*/ createReactComponent('calcite-segmented-control-item', undefined, undefined, defineCalciteSegmentedControlItem);
|
|
175
|
+
export const CalciteSelect = /*@__PURE__*/ createReactComponent('calcite-select', undefined, undefined, defineCalciteSelect);
|
|
176
|
+
export const CalciteShell = /*@__PURE__*/ createReactComponent('calcite-shell', undefined, undefined, defineCalciteShell);
|
|
177
|
+
export const CalciteShellCenterRow = /*@__PURE__*/ createReactComponent('calcite-shell-center-row', undefined, undefined, defineCalciteShellCenterRow);
|
|
178
|
+
export const CalciteShellPanel = /*@__PURE__*/ createReactComponent('calcite-shell-panel', undefined, undefined, defineCalciteShellPanel);
|
|
179
|
+
export const CalciteSlider = /*@__PURE__*/ createReactComponent('calcite-slider', undefined, undefined, defineCalciteSlider);
|
|
180
|
+
export const CalciteSortableList = /*@__PURE__*/ createReactComponent('calcite-sortable-list', undefined, undefined, defineCalciteSortableList);
|
|
181
|
+
export const CalciteSplitButton = /*@__PURE__*/ createReactComponent('calcite-split-button', undefined, undefined, defineCalciteSplitButton);
|
|
182
|
+
export const CalciteStack = /*@__PURE__*/ createReactComponent('calcite-stack', undefined, undefined, defineCalciteStack);
|
|
183
|
+
export const CalciteStepper = /*@__PURE__*/ createReactComponent('calcite-stepper', undefined, undefined, defineCalciteStepper);
|
|
184
|
+
export const CalciteStepperItem = /*@__PURE__*/ createReactComponent('calcite-stepper-item', undefined, undefined, defineCalciteStepperItem);
|
|
185
|
+
export const CalciteSwitch = /*@__PURE__*/ createReactComponent('calcite-switch', undefined, undefined, defineCalciteSwitch);
|
|
186
|
+
export const CalciteTab = /*@__PURE__*/ createReactComponent('calcite-tab', undefined, undefined, defineCalciteTab);
|
|
187
|
+
export const CalciteTabNav = /*@__PURE__*/ createReactComponent('calcite-tab-nav', undefined, undefined, defineCalciteTabNav);
|
|
188
|
+
export const CalciteTabTitle = /*@__PURE__*/ createReactComponent('calcite-tab-title', undefined, undefined, defineCalciteTabTitle);
|
|
189
|
+
export const CalciteTabs = /*@__PURE__*/ createReactComponent('calcite-tabs', undefined, undefined, defineCalciteTabs);
|
|
190
|
+
export const CalciteTextArea = /*@__PURE__*/ createReactComponent('calcite-text-area', undefined, undefined, defineCalciteTextArea);
|
|
191
|
+
export const CalciteTile = /*@__PURE__*/ createReactComponent('calcite-tile', undefined, undefined, defineCalciteTile);
|
|
192
|
+
export const CalciteTileSelect = /*@__PURE__*/ createReactComponent('calcite-tile-select', undefined, undefined, defineCalciteTileSelect);
|
|
193
|
+
export const CalciteTileSelectGroup = /*@__PURE__*/ createReactComponent('calcite-tile-select-group', undefined, undefined, defineCalciteTileSelectGroup);
|
|
194
|
+
export const CalciteTimePicker = /*@__PURE__*/ createReactComponent('calcite-time-picker', undefined, undefined, defineCalciteTimePicker);
|
|
195
|
+
export const CalciteTip = /*@__PURE__*/ createReactComponent('calcite-tip', undefined, undefined, defineCalciteTip);
|
|
196
|
+
export const CalciteTipGroup = /*@__PURE__*/ createReactComponent('calcite-tip-group', undefined, undefined, defineCalciteTipGroup);
|
|
197
|
+
export const CalciteTipManager = /*@__PURE__*/ createReactComponent('calcite-tip-manager', undefined, undefined, defineCalciteTipManager);
|
|
198
|
+
export const CalciteTooltip = /*@__PURE__*/ createReactComponent('calcite-tooltip', undefined, undefined, defineCalciteTooltip);
|
|
199
|
+
export const CalciteTree = /*@__PURE__*/ createReactComponent('calcite-tree', undefined, undefined, defineCalciteTree);
|
|
200
|
+
export const CalciteTreeItem = /*@__PURE__*/ createReactComponent('calcite-tree-item', undefined, undefined, defineCalciteTreeItem);
|
|
201
|
+
export const CalciteValueList = /*@__PURE__*/ createReactComponent('calcite-value-list', undefined, undefined, defineCalciteValueList);
|
|
202
|
+
export const CalciteValueListItem = /*@__PURE__*/ createReactComponent('calcite-value-list-item', undefined, undefined, defineCalciteValueListItem);
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
export declare const attachProps: (node: HTMLElement, newProps: any, oldProps?: any) => void;
|
|
2
2
|
export declare const getClassName: (classList: DOMTokenList, newProps: any, oldProps: any) => string;
|
|
3
|
+
/**
|
|
4
|
+
* Transforms a React event name to a browser event name.
|
|
5
|
+
*/
|
|
6
|
+
export declare const transformReactEventName: (eventNameSuffix: string) => string;
|
|
3
7
|
/**
|
|
4
8
|
* Checks if an event is supported in the current execution environment.
|
|
5
9
|
* @license Modernizr 3.0.0pre (Custom Build) | MIT
|
|
@@ -57,6 +57,16 @@ export const getClassName = (classList, newProps, oldProps) => {
|
|
|
57
57
|
incomingPropClasses.forEach((s) => finalClassNames.push(s));
|
|
58
58
|
return finalClassNames.join(' ');
|
|
59
59
|
};
|
|
60
|
+
/**
|
|
61
|
+
* Transforms a React event name to a browser event name.
|
|
62
|
+
*/
|
|
63
|
+
export const transformReactEventName = (eventNameSuffix) => {
|
|
64
|
+
switch (eventNameSuffix) {
|
|
65
|
+
case 'doubleclick':
|
|
66
|
+
return 'dblclick';
|
|
67
|
+
}
|
|
68
|
+
return eventNameSuffix;
|
|
69
|
+
};
|
|
60
70
|
/**
|
|
61
71
|
* Checks if an event is supported in the current execution environment.
|
|
62
72
|
* @license Modernizr 3.0.0pre (Custom Build) | MIT
|
|
@@ -66,7 +76,7 @@ export const isCoveredByReact = (eventNameSuffix) => {
|
|
|
66
76
|
return true;
|
|
67
77
|
}
|
|
68
78
|
else {
|
|
69
|
-
const eventName = 'on' + eventNameSuffix;
|
|
79
|
+
const eventName = 'on' + transformReactEventName(eventNameSuffix);
|
|
70
80
|
let isSupported = eventName in document;
|
|
71
81
|
if (!isSupported) {
|
|
72
82
|
const element = document.createElement('div');
|
package/package.json
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-components-react",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "1.5.0-next.
|
|
4
|
+
"version": "1.5.0-next.9",
|
|
5
5
|
"description": "A set of React components that wrap calcite components",
|
|
6
6
|
"license": "SEE LICENSE.md",
|
|
7
7
|
"scripts": {
|
|
8
|
-
"build": "rimraf dist && npm run compile",
|
|
8
|
+
"build": "rimraf dist && npm run util:patch-jsx-import && npm run compile",
|
|
9
9
|
"clean": "rimraf dist node_modules .turbo",
|
|
10
10
|
"compile": "npm run tsc",
|
|
11
|
-
"tsc": "tsc"
|
|
11
|
+
"tsc": "tsc",
|
|
12
|
+
"util:patch-jsx-import": "ts-node --esm ./support/patchImportPathJSX.ts"
|
|
12
13
|
},
|
|
13
14
|
"main": "./dist/index.js",
|
|
14
15
|
"module": "./dist/index.js",
|
|
@@ -17,7 +18,7 @@
|
|
|
17
18
|
"dist/"
|
|
18
19
|
],
|
|
19
20
|
"dependencies": {
|
|
20
|
-
"@esri/calcite-components": "^1.5.0-next.
|
|
21
|
+
"@esri/calcite-components": "^1.5.0-next.9"
|
|
21
22
|
},
|
|
22
23
|
"peerDependencies": {
|
|
23
24
|
"react": ">=16.7",
|
|
@@ -26,5 +27,5 @@
|
|
|
26
27
|
"volta": {
|
|
27
28
|
"extends": "../../package.json"
|
|
28
29
|
},
|
|
29
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "122f1426439270f6098d24350de3d197419346f4"
|
|
30
31
|
}
|