@esri/calcite-components 1.0.0-next.411 → 1.0.0-next.412
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/extras/docs-json.json +1 -1
- package/dist/types/preact.d.ts +90 -90
- package/package.json +3 -3
package/dist/types/preact.d.ts
CHANGED
|
@@ -6,80 +6,80 @@ declare module "preact/src/jsx" {
|
|
|
6
6
|
namespace JSXInternal {
|
|
7
7
|
interface IntrinsicElements {
|
|
8
8
|
|
|
9
|
-
"calcite-accordion": Omit<JSX.
|
|
9
|
+
"calcite-accordion": Omit<JSX.CalciteAccordion, "onCalciteAccordionChange"> & JSXInternal.HTMLAttributes<HTMLCalciteAccordionElement> & {
|
|
10
10
|
"oncalciteAccordionChange"?: (event: CustomEvent<any>) => void;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
"calcite-accordion-item": Omit<JSX.
|
|
13
|
+
"calcite-accordion-item": Omit<JSX.CalciteAccordionItem, "onCalciteAccordionItemKeyEvent" | "onCalciteAccordionItemSelect" | "onCalciteAccordionItemClose" | "onCalciteAccordionItemRegister"> & JSXInternal.HTMLAttributes<HTMLCalciteAccordionItemElement> & {
|
|
14
14
|
"oncalciteAccordionItemKeyEvent"?: (event: CustomEvent<any>) => void;
|
|
15
15
|
"oncalciteAccordionItemSelect"?: (event: CustomEvent<any>) => void;
|
|
16
16
|
"oncalciteAccordionItemClose"?: (event: CustomEvent<any>) => void;
|
|
17
17
|
"oncalciteAccordionItemRegister"?: (event: CustomEvent<any>) => void;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
"calcite-action": Omit<JSX.
|
|
20
|
+
"calcite-action": Omit<JSX.CalciteAction, "onCalciteActionClick"> & JSXInternal.HTMLAttributes<HTMLCalciteActionElement> & {
|
|
21
21
|
"oncalciteActionClick"?: (event: CustomEvent<any>) => void;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
"calcite-action-bar": Omit<JSX.
|
|
24
|
+
"calcite-action-bar": Omit<JSX.CalciteActionBar, "onCalciteActionBarToggle"> & JSXInternal.HTMLAttributes<HTMLCalciteActionBarElement> & {
|
|
25
25
|
"oncalciteActionBarToggle"?: (event: CustomEvent<any>) => void;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
"calcite-action-group": JSX.
|
|
28
|
+
"calcite-action-group": JSX.CalciteActionGroup & JSXInternal.HTMLAttributes<HTMLCalciteActionGroupElement>
|
|
29
29
|
|
|
30
|
-
"calcite-action-menu": Omit<JSX.
|
|
30
|
+
"calcite-action-menu": Omit<JSX.CalciteActionMenu, "onCalciteActionMenuOpenChange"> & JSXInternal.HTMLAttributes<HTMLCalciteActionMenuElement> & {
|
|
31
31
|
"oncalciteActionMenuOpenChange"?: (event: CustomEvent<any>) => void;
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
-
"calcite-action-pad": Omit<JSX.
|
|
34
|
+
"calcite-action-pad": Omit<JSX.CalciteActionPad, "onCalciteActionPadToggle"> & JSXInternal.HTMLAttributes<HTMLCalciteActionPadElement> & {
|
|
35
35
|
"oncalciteActionPadToggle"?: (event: CustomEvent<any>) => void;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
"calcite-alert": Omit<JSX.
|
|
38
|
+
"calcite-alert": Omit<JSX.CalciteAlert, "onCalciteAlertClose" | "onCalciteAlertOpen" | "onCalciteAlertSync" | "onCalciteAlertRegister"> & JSXInternal.HTMLAttributes<HTMLCalciteAlertElement> & {
|
|
39
39
|
"oncalciteAlertClose"?: (event: CustomEvent<any>) => void;
|
|
40
40
|
"oncalciteAlertOpen"?: (event: CustomEvent<any>) => void;
|
|
41
41
|
"oncalciteAlertSync"?: (event: CustomEvent<any>) => void;
|
|
42
42
|
"oncalciteAlertRegister"?: (event: CustomEvent<any>) => void;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
"calcite-avatar": JSX.
|
|
45
|
+
"calcite-avatar": JSX.CalciteAvatar & JSXInternal.HTMLAttributes<HTMLCalciteAvatarElement>
|
|
46
46
|
|
|
47
|
-
"calcite-block": Omit<JSX.
|
|
47
|
+
"calcite-block": Omit<JSX.CalciteBlock, "onCalciteBlockToggle"> & JSXInternal.HTMLAttributes<HTMLCalciteBlockElement> & {
|
|
48
48
|
"oncalciteBlockToggle"?: (event: CustomEvent<any>) => void;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
"calcite-block-section": Omit<JSX.
|
|
51
|
+
"calcite-block-section": Omit<JSX.CalciteBlockSection, "onCalciteBlockSectionToggle"> & JSXInternal.HTMLAttributes<HTMLCalciteBlockSectionElement> & {
|
|
52
52
|
"oncalciteBlockSectionToggle"?: (event: CustomEvent<any>) => void;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
"calcite-button": JSX.
|
|
55
|
+
"calcite-button": JSX.CalciteButton & JSXInternal.HTMLAttributes<HTMLCalciteButtonElement>
|
|
56
56
|
|
|
57
|
-
"calcite-card": Omit<JSX.
|
|
57
|
+
"calcite-card": Omit<JSX.CalciteCard, "onCalciteCardSelect"> & JSXInternal.HTMLAttributes<HTMLCalciteCardElement> & {
|
|
58
58
|
"oncalciteCardSelect"?: (event: CustomEvent<any>) => void;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
"calcite-checkbox": Omit<JSX.
|
|
61
|
+
"calcite-checkbox": Omit<JSX.CalciteCheckbox, "onCalciteInternalCheckboxBlur" | "onCalciteCheckboxChange" | "onCalciteInternalCheckboxFocus"> & JSXInternal.HTMLAttributes<HTMLCalciteCheckboxElement> & {
|
|
62
62
|
"oncalciteInternalCheckboxBlur"?: (event: CustomEvent<any>) => void;
|
|
63
63
|
"oncalciteCheckboxChange"?: (event: CustomEvent<any>) => void;
|
|
64
64
|
"oncalciteInternalCheckboxFocus"?: (event: CustomEvent<any>) => void;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
"calcite-chip": Omit<JSX.
|
|
67
|
+
"calcite-chip": Omit<JSX.CalciteChip, "onCalciteChipDismiss"> & JSXInternal.HTMLAttributes<HTMLCalciteChipElement> & {
|
|
68
68
|
"oncalciteChipDismiss"?: (event: CustomEvent<any>) => void;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
"calcite-color-picker": Omit<JSX.
|
|
71
|
+
"calcite-color-picker": Omit<JSX.CalciteColorPicker, "onCalciteColorPickerChange" | "onCalciteColorPickerInput"> & JSXInternal.HTMLAttributes<HTMLCalciteColorPickerElement> & {
|
|
72
72
|
"oncalciteColorPickerChange"?: (event: CustomEvent<any>) => void;
|
|
73
73
|
"oncalciteColorPickerInput"?: (event: CustomEvent<any>) => void;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
"calcite-color-picker-hex-input": Omit<JSX.
|
|
76
|
+
"calcite-color-picker-hex-input": Omit<JSX.CalciteColorPickerHexInput, "onCalciteColorPickerHexInputChange"> & JSXInternal.HTMLAttributes<HTMLCalciteColorPickerHexInputElement> & {
|
|
77
77
|
"oncalciteColorPickerHexInputChange"?: (event: CustomEvent<any>) => void;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
"calcite-color-picker-swatch": JSX.
|
|
80
|
+
"calcite-color-picker-swatch": JSX.CalciteColorPickerSwatch & JSXInternal.HTMLAttributes<HTMLCalciteColorPickerSwatchElement>
|
|
81
81
|
|
|
82
|
-
"calcite-combobox": Omit<JSX.
|
|
82
|
+
"calcite-combobox": Omit<JSX.CalciteCombobox, "onCalciteLookupChange" | "onCalciteComboboxChange" | "onCalciteComboboxFilterChange" | "onCalciteComboboxChipDismiss" | "onCalciteComboboxOpen" | "onCalciteComboboxClose"> & JSXInternal.HTMLAttributes<HTMLCalciteComboboxElement> & {
|
|
83
83
|
"oncalciteLookupChange"?: (event: CustomEvent<any>) => void;
|
|
84
84
|
"oncalciteComboboxChange"?: (event: CustomEvent<any>) => void;
|
|
85
85
|
"oncalciteComboboxFilterChange"?: (event: CustomEvent<any>) => void;
|
|
@@ -88,79 +88,79 @@ declare module "preact/src/jsx" {
|
|
|
88
88
|
"oncalciteComboboxClose"?: (event: CustomEvent<any>) => void;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
"calcite-combobox-item": Omit<JSX.
|
|
91
|
+
"calcite-combobox-item": Omit<JSX.CalciteComboboxItem, "onCalciteComboboxItemChange"> & JSXInternal.HTMLAttributes<HTMLCalciteComboboxItemElement> & {
|
|
92
92
|
"oncalciteComboboxItemChange"?: (event: CustomEvent<any>) => void;
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
"calcite-combobox-item-group": JSX.
|
|
95
|
+
"calcite-combobox-item-group": JSX.CalciteComboboxItemGroup & JSXInternal.HTMLAttributes<HTMLCalciteComboboxItemGroupElement>
|
|
96
96
|
|
|
97
|
-
"calcite-date-picker": Omit<JSX.
|
|
97
|
+
"calcite-date-picker": Omit<JSX.CalciteDatePicker, "onCalciteDatePickerChange" | "onCalciteDatePickerRangeChange"> & JSXInternal.HTMLAttributes<HTMLCalciteDatePickerElement> & {
|
|
98
98
|
"oncalciteDatePickerChange"?: (event: CustomEvent<any>) => void;
|
|
99
99
|
"oncalciteDatePickerRangeChange"?: (event: CustomEvent<any>) => void;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
|
-
"calcite-date-picker-day": Omit<JSX.
|
|
102
|
+
"calcite-date-picker-day": Omit<JSX.CalciteDatePickerDay, "onCalciteDaySelect" | "onCalciteDayHover"> & JSXInternal.HTMLAttributes<HTMLCalciteDatePickerDayElement> & {
|
|
103
103
|
"oncalciteDaySelect"?: (event: CustomEvent<any>) => void;
|
|
104
104
|
"oncalciteDayHover"?: (event: CustomEvent<any>) => void;
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
"calcite-date-picker-month": Omit<JSX.
|
|
107
|
+
"calcite-date-picker-month": Omit<JSX.CalciteDatePickerMonth, "onCalciteDatePickerSelect" | "onCalciteDatePickerHover" | "onCalciteDatePickerActiveDateChange" | "onCalciteDatePickerMouseOut"> & JSXInternal.HTMLAttributes<HTMLCalciteDatePickerMonthElement> & {
|
|
108
108
|
"oncalciteDatePickerSelect"?: (event: CustomEvent<any>) => void;
|
|
109
109
|
"oncalciteDatePickerHover"?: (event: CustomEvent<any>) => void;
|
|
110
110
|
"oncalciteDatePickerActiveDateChange"?: (event: CustomEvent<any>) => void;
|
|
111
111
|
"oncalciteDatePickerMouseOut"?: (event: CustomEvent<any>) => void;
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
"calcite-date-picker-month-header": Omit<JSX.
|
|
114
|
+
"calcite-date-picker-month-header": Omit<JSX.CalciteDatePickerMonthHeader, "onCalciteDatePickerSelect"> & JSXInternal.HTMLAttributes<HTMLCalciteDatePickerMonthHeaderElement> & {
|
|
115
115
|
"oncalciteDatePickerSelect"?: (event: CustomEvent<any>) => void;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
|
-
"calcite-dropdown": Omit<JSX.
|
|
118
|
+
"calcite-dropdown": Omit<JSX.CalciteDropdown, "onCalciteDropdownSelect" | "onCalciteDropdownOpen" | "onCalciteDropdownClose"> & JSXInternal.HTMLAttributes<HTMLCalciteDropdownElement> & {
|
|
119
119
|
"oncalciteDropdownSelect"?: (event: CustomEvent<any>) => void;
|
|
120
120
|
"oncalciteDropdownOpen"?: (event: CustomEvent<any>) => void;
|
|
121
121
|
"oncalciteDropdownClose"?: (event: CustomEvent<any>) => void;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
"calcite-dropdown-group": Omit<JSX.
|
|
124
|
+
"calcite-dropdown-group": Omit<JSX.CalciteDropdownGroup, "onCalciteDropdownItemChange"> & JSXInternal.HTMLAttributes<HTMLCalciteDropdownGroupElement> & {
|
|
125
125
|
"oncalciteDropdownItemChange"?: (event: CustomEvent<any>) => void;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
-
"calcite-dropdown-item": Omit<JSX.
|
|
128
|
+
"calcite-dropdown-item": Omit<JSX.CalciteDropdownItem, "onCalciteDropdownItemSelect" | "onCalciteDropdownItemKeyEvent" | "onCalciteDropdownCloseRequest"> & JSXInternal.HTMLAttributes<HTMLCalciteDropdownItemElement> & {
|
|
129
129
|
"oncalciteDropdownItemSelect"?: (event: CustomEvent<any>) => void;
|
|
130
130
|
"oncalciteDropdownItemKeyEvent"?: (event: CustomEvent<any>) => void;
|
|
131
131
|
"oncalciteDropdownCloseRequest"?: (event: CustomEvent<any>) => void;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
-
"calcite-fab": JSX.
|
|
134
|
+
"calcite-fab": JSX.CalciteFab & JSXInternal.HTMLAttributes<HTMLCalciteFabElement>
|
|
135
135
|
|
|
136
|
-
"calcite-filter": Omit<JSX.
|
|
136
|
+
"calcite-filter": Omit<JSX.CalciteFilter, "onCalciteFilterChange"> & JSXInternal.HTMLAttributes<HTMLCalciteFilterElement> & {
|
|
137
137
|
"oncalciteFilterChange"?: (event: CustomEvent<any>) => void;
|
|
138
138
|
}
|
|
139
139
|
|
|
140
|
-
"calcite-flow": JSX.
|
|
140
|
+
"calcite-flow": JSX.CalciteFlow & JSXInternal.HTMLAttributes<HTMLCalciteFlowElement>
|
|
141
141
|
|
|
142
|
-
"calcite-graph": JSX.
|
|
142
|
+
"calcite-graph": JSX.CalciteGraph & JSXInternal.HTMLAttributes<HTMLCalciteGraphElement>
|
|
143
143
|
|
|
144
|
-
"calcite-handle": Omit<JSX.
|
|
144
|
+
"calcite-handle": Omit<JSX.CalciteHandle, "onCalciteHandleNudge"> & JSXInternal.HTMLAttributes<HTMLCalciteHandleElement> & {
|
|
145
145
|
"oncalciteHandleNudge"?: (event: CustomEvent<any>) => void;
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
-
"calcite-icon": JSX.
|
|
148
|
+
"calcite-icon": JSX.CalciteIcon & JSXInternal.HTMLAttributes<HTMLCalciteIconElement>
|
|
149
149
|
|
|
150
|
-
"calcite-inline-editable": Omit<JSX.
|
|
150
|
+
"calcite-inline-editable": Omit<JSX.CalciteInlineEditable, "onCalciteInlineEditableEditCancel" | "onCalciteInlineEditableEditConfirm" | "onCalciteInlineEditableEnableEditingChange"> & JSXInternal.HTMLAttributes<HTMLCalciteInlineEditableElement> & {
|
|
151
151
|
"oncalciteInlineEditableEditCancel"?: (event: CustomEvent<any>) => void;
|
|
152
152
|
"oncalciteInlineEditableEditConfirm"?: (event: CustomEvent<any>) => void;
|
|
153
153
|
"oncalciteInlineEditableEnableEditingChange"?: (event: CustomEvent<any>) => void;
|
|
154
154
|
}
|
|
155
155
|
|
|
156
|
-
"calcite-input": Omit<JSX.
|
|
156
|
+
"calcite-input": Omit<JSX.CalciteInput, "onCalciteInputFocus" | "onCalciteInputBlur" | "onCalciteInputInput" | "onCalciteInputChange"> & JSXInternal.HTMLAttributes<HTMLCalciteInputElement> & {
|
|
157
157
|
"oncalciteInputFocus"?: (event: CustomEvent<any>) => void;
|
|
158
158
|
"oncalciteInputBlur"?: (event: CustomEvent<any>) => void;
|
|
159
159
|
"oncalciteInputInput"?: (event: CustomEvent<any>) => void;
|
|
160
160
|
"oncalciteInputChange"?: (event: CustomEvent<any>) => void;
|
|
161
161
|
}
|
|
162
162
|
|
|
163
|
-
"calcite-input-date-picker": Omit<JSX.
|
|
163
|
+
"calcite-input-date-picker": Omit<JSX.CalciteInputDatePicker, "onCalciteDatePickerChange" | "onCalciteDatePickerRangeChange" | "onCalciteInputDatePickerChange" | "onCalciteInputDatePickerOpen" | "onCalciteInputDatePickerClose"> & JSXInternal.HTMLAttributes<HTMLCalciteInputDatePickerElement> & {
|
|
164
164
|
"oncalciteDatePickerChange"?: (event: CustomEvent<any>) => void;
|
|
165
165
|
"oncalciteDatePickerRangeChange"?: (event: CustomEvent<any>) => void;
|
|
166
166
|
"oncalciteInputDatePickerChange"?: (event: CustomEvent<any>) => void;
|
|
@@ -168,202 +168,202 @@ declare module "preact/src/jsx" {
|
|
|
168
168
|
"oncalciteInputDatePickerClose"?: (event: CustomEvent<any>) => void;
|
|
169
169
|
}
|
|
170
170
|
|
|
171
|
-
"calcite-input-message": JSX.
|
|
171
|
+
"calcite-input-message": JSX.CalciteInputMessage & JSXInternal.HTMLAttributes<HTMLCalciteInputMessageElement>
|
|
172
172
|
|
|
173
|
-
"calcite-input-time-picker": Omit<JSX.
|
|
173
|
+
"calcite-input-time-picker": Omit<JSX.CalciteInputTimePicker, "onCalciteInputTimePickerChange"> & JSXInternal.HTMLAttributes<HTMLCalciteInputTimePickerElement> & {
|
|
174
174
|
"oncalciteInputTimePickerChange"?: (event: CustomEvent<any>) => void;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
-
"calcite-label": Omit<JSX.
|
|
177
|
+
"calcite-label": Omit<JSX.CalciteLabel, "onCalciteInternalLabelClick"> & JSXInternal.HTMLAttributes<HTMLCalciteLabelElement> & {
|
|
178
178
|
"oncalciteInternalLabelClick"?: (event: CustomEvent<any>) => void;
|
|
179
179
|
}
|
|
180
180
|
|
|
181
|
-
"calcite-link": JSX.
|
|
181
|
+
"calcite-link": JSX.CalciteLink & JSXInternal.HTMLAttributes<HTMLCalciteLinkElement>
|
|
182
182
|
|
|
183
|
-
"calcite-list": JSX.
|
|
183
|
+
"calcite-list": JSX.CalciteList & JSXInternal.HTMLAttributes<HTMLCalciteListElement>
|
|
184
184
|
|
|
185
|
-
"calcite-list-item": JSX.
|
|
185
|
+
"calcite-list-item": JSX.CalciteListItem & JSXInternal.HTMLAttributes<HTMLCalciteListItemElement>
|
|
186
186
|
|
|
187
|
-
"calcite-list-item-group": JSX.
|
|
187
|
+
"calcite-list-item-group": JSX.CalciteListItemGroup & JSXInternal.HTMLAttributes<HTMLCalciteListItemGroupElement>
|
|
188
188
|
|
|
189
|
-
"calcite-loader": JSX.
|
|
189
|
+
"calcite-loader": JSX.CalciteLoader & JSXInternal.HTMLAttributes<HTMLCalciteLoaderElement>
|
|
190
190
|
|
|
191
|
-
"calcite-modal": Omit<JSX.
|
|
191
|
+
"calcite-modal": Omit<JSX.CalciteModal, "onCalciteModalOpen" | "onCalciteModalClose"> & JSXInternal.HTMLAttributes<HTMLCalciteModalElement> & {
|
|
192
192
|
"oncalciteModalOpen"?: (event: CustomEvent<any>) => void;
|
|
193
193
|
"oncalciteModalClose"?: (event: CustomEvent<any>) => void;
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
-
"calcite-notice": Omit<JSX.
|
|
196
|
+
"calcite-notice": Omit<JSX.CalciteNotice, "onCalciteNoticeClose" | "onCalciteNoticeOpen"> & JSXInternal.HTMLAttributes<HTMLCalciteNoticeElement> & {
|
|
197
197
|
"oncalciteNoticeClose"?: (event: CustomEvent<any>) => void;
|
|
198
198
|
"oncalciteNoticeOpen"?: (event: CustomEvent<any>) => void;
|
|
199
199
|
}
|
|
200
200
|
|
|
201
|
-
"calcite-option": Omit<JSX.
|
|
201
|
+
"calcite-option": Omit<JSX.CalciteOption, "onCalciteOptionChange"> & JSXInternal.HTMLAttributes<HTMLCalciteOptionElement> & {
|
|
202
202
|
"oncalciteOptionChange"?: (event: CustomEvent<any>) => void;
|
|
203
203
|
}
|
|
204
204
|
|
|
205
|
-
"calcite-option-group": Omit<JSX.
|
|
205
|
+
"calcite-option-group": Omit<JSX.CalciteOptionGroup, "onCalciteOptionGroupChange"> & JSXInternal.HTMLAttributes<HTMLCalciteOptionGroupElement> & {
|
|
206
206
|
"oncalciteOptionGroupChange"?: (event: CustomEvent<any>) => void;
|
|
207
207
|
}
|
|
208
208
|
|
|
209
|
-
"calcite-pagination": Omit<JSX.
|
|
209
|
+
"calcite-pagination": Omit<JSX.CalcitePagination, "onCalcitePaginationUpdate" | "onCalcitePaginationChange"> & JSXInternal.HTMLAttributes<HTMLCalcitePaginationElement> & {
|
|
210
210
|
"oncalcitePaginationUpdate"?: (event: CustomEvent<any>) => void;
|
|
211
211
|
"oncalcitePaginationChange"?: (event: CustomEvent<any>) => void;
|
|
212
212
|
}
|
|
213
213
|
|
|
214
|
-
"calcite-panel": Omit<JSX.
|
|
214
|
+
"calcite-panel": Omit<JSX.CalcitePanel, "onCalcitePanelDismissedChange" | "onCalcitePanelScroll" | "onCalcitePanelBackClick"> & JSXInternal.HTMLAttributes<HTMLCalcitePanelElement> & {
|
|
215
215
|
"oncalcitePanelDismissedChange"?: (event: CustomEvent<any>) => void;
|
|
216
216
|
"oncalcitePanelScroll"?: (event: CustomEvent<any>) => void;
|
|
217
217
|
"oncalcitePanelBackClick"?: (event: CustomEvent<any>) => void;
|
|
218
218
|
}
|
|
219
219
|
|
|
220
|
-
"calcite-pick-list": Omit<JSX.
|
|
220
|
+
"calcite-pick-list": Omit<JSX.CalcitePickList, "onCalciteListChange"> & JSXInternal.HTMLAttributes<HTMLCalcitePickListElement> & {
|
|
221
221
|
"oncalciteListChange"?: (event: CustomEvent<any>) => void;
|
|
222
222
|
}
|
|
223
223
|
|
|
224
|
-
"calcite-pick-list-group": JSX.
|
|
224
|
+
"calcite-pick-list-group": JSX.CalcitePickListGroup & JSXInternal.HTMLAttributes<HTMLCalcitePickListGroupElement>
|
|
225
225
|
|
|
226
|
-
"calcite-pick-list-item": Omit<JSX.
|
|
226
|
+
"calcite-pick-list-item": Omit<JSX.CalcitePickListItem, "onCalciteListItemChange" | "onCalciteListItemRemove" | "onCalciteListItemPropsChange" | "onCalciteListItemValueChange"> & JSXInternal.HTMLAttributes<HTMLCalcitePickListItemElement> & {
|
|
227
227
|
"oncalciteListItemChange"?: (event: CustomEvent<any>) => void;
|
|
228
228
|
"oncalciteListItemRemove"?: (event: CustomEvent<any>) => void;
|
|
229
229
|
"oncalciteListItemPropsChange"?: (event: CustomEvent<any>) => void;
|
|
230
230
|
"oncalciteListItemValueChange"?: (event: CustomEvent<any>) => void;
|
|
231
231
|
}
|
|
232
232
|
|
|
233
|
-
"calcite-popover": Omit<JSX.
|
|
233
|
+
"calcite-popover": Omit<JSX.CalcitePopover, "onCalcitePopoverClose" | "onCalcitePopoverOpen"> & JSXInternal.HTMLAttributes<HTMLCalcitePopoverElement> & {
|
|
234
234
|
"oncalcitePopoverClose"?: (event: CustomEvent<any>) => void;
|
|
235
235
|
"oncalcitePopoverOpen"?: (event: CustomEvent<any>) => void;
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
-
"calcite-popover-manager": JSX.
|
|
238
|
+
"calcite-popover-manager": JSX.CalcitePopoverManager & JSXInternal.HTMLAttributes<HTMLCalcitePopoverManagerElement>
|
|
239
239
|
|
|
240
|
-
"calcite-progress": JSX.
|
|
240
|
+
"calcite-progress": JSX.CalciteProgress & JSXInternal.HTMLAttributes<HTMLCalciteProgressElement>
|
|
241
241
|
|
|
242
|
-
"calcite-radio-button": Omit<JSX.
|
|
242
|
+
"calcite-radio-button": Omit<JSX.CalciteRadioButton, "onCalciteInternalRadioButtonBlur" | "onCalciteRadioButtonChange" | "onCalciteInternalRadioButtonCheckedChange" | "onCalciteInternalRadioButtonFocus"> & JSXInternal.HTMLAttributes<HTMLCalciteRadioButtonElement> & {
|
|
243
243
|
"oncalciteInternalRadioButtonBlur"?: (event: CustomEvent<any>) => void;
|
|
244
244
|
"oncalciteRadioButtonChange"?: (event: CustomEvent<any>) => void;
|
|
245
245
|
"oncalciteInternalRadioButtonCheckedChange"?: (event: CustomEvent<any>) => void;
|
|
246
246
|
"oncalciteInternalRadioButtonFocus"?: (event: CustomEvent<any>) => void;
|
|
247
247
|
}
|
|
248
248
|
|
|
249
|
-
"calcite-radio-button-group": Omit<JSX.
|
|
249
|
+
"calcite-radio-button-group": Omit<JSX.CalciteRadioButtonGroup, "onCalciteRadioButtonGroupChange"> & JSXInternal.HTMLAttributes<HTMLCalciteRadioButtonGroupElement> & {
|
|
250
250
|
"oncalciteRadioButtonGroupChange"?: (event: CustomEvent<any>) => void;
|
|
251
251
|
}
|
|
252
252
|
|
|
253
|
-
"calcite-radio-group": Omit<JSX.
|
|
253
|
+
"calcite-radio-group": Omit<JSX.CalciteRadioGroup, "onCalciteRadioGroupChange"> & JSXInternal.HTMLAttributes<HTMLCalciteRadioGroupElement> & {
|
|
254
254
|
"oncalciteRadioGroupChange"?: (event: CustomEvent<any>) => void;
|
|
255
255
|
}
|
|
256
256
|
|
|
257
|
-
"calcite-radio-group-item": Omit<JSX.
|
|
257
|
+
"calcite-radio-group-item": Omit<JSX.CalciteRadioGroupItem, "onCalciteRadioGroupItemChange"> & JSXInternal.HTMLAttributes<HTMLCalciteRadioGroupItemElement> & {
|
|
258
258
|
"oncalciteRadioGroupItemChange"?: (event: CustomEvent<any>) => void;
|
|
259
259
|
}
|
|
260
260
|
|
|
261
|
-
"calcite-rating": Omit<JSX.
|
|
261
|
+
"calcite-rating": Omit<JSX.CalciteRating, "onCalciteRatingChange"> & JSXInternal.HTMLAttributes<HTMLCalciteRatingElement> & {
|
|
262
262
|
"oncalciteRatingChange"?: (event: CustomEvent<any>) => void;
|
|
263
263
|
}
|
|
264
264
|
|
|
265
|
-
"calcite-scrim": JSX.
|
|
265
|
+
"calcite-scrim": JSX.CalciteScrim & JSXInternal.HTMLAttributes<HTMLCalciteScrimElement>
|
|
266
266
|
|
|
267
|
-
"calcite-select": Omit<JSX.
|
|
267
|
+
"calcite-select": Omit<JSX.CalciteSelect, "onCalciteSelectChange"> & JSXInternal.HTMLAttributes<HTMLCalciteSelectElement> & {
|
|
268
268
|
"oncalciteSelectChange"?: (event: CustomEvent<any>) => void;
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
"calcite-shell": JSX.
|
|
271
|
+
"calcite-shell": JSX.CalciteShell & JSXInternal.HTMLAttributes<HTMLCalciteShellElement>
|
|
272
272
|
|
|
273
|
-
"calcite-shell-center-row": JSX.
|
|
273
|
+
"calcite-shell-center-row": JSX.CalciteShellCenterRow & JSXInternal.HTMLAttributes<HTMLCalciteShellCenterRowElement>
|
|
274
274
|
|
|
275
|
-
"calcite-shell-panel": Omit<JSX.
|
|
275
|
+
"calcite-shell-panel": Omit<JSX.CalciteShellPanel, "onCalciteShellPanelToggle"> & JSXInternal.HTMLAttributes<HTMLCalciteShellPanelElement> & {
|
|
276
276
|
"oncalciteShellPanelToggle"?: (event: CustomEvent<any>) => void;
|
|
277
277
|
}
|
|
278
278
|
|
|
279
|
-
"calcite-slider": Omit<JSX.
|
|
279
|
+
"calcite-slider": Omit<JSX.CalciteSlider, "onCalciteSliderInput" | "onCalciteSliderChange" | "onCalciteSliderUpdate"> & JSXInternal.HTMLAttributes<HTMLCalciteSliderElement> & {
|
|
280
280
|
"oncalciteSliderInput"?: (event: CustomEvent<any>) => void;
|
|
281
281
|
"oncalciteSliderChange"?: (event: CustomEvent<any>) => void;
|
|
282
282
|
"oncalciteSliderUpdate"?: (event: CustomEvent<any>) => void;
|
|
283
283
|
}
|
|
284
284
|
|
|
285
|
-
"calcite-sortable-list": Omit<JSX.
|
|
285
|
+
"calcite-sortable-list": Omit<JSX.CalciteSortableList, "onCalciteListOrderChange"> & JSXInternal.HTMLAttributes<HTMLCalciteSortableListElement> & {
|
|
286
286
|
"oncalciteListOrderChange"?: (event: CustomEvent<any>) => void;
|
|
287
287
|
}
|
|
288
288
|
|
|
289
|
-
"calcite-split-button": Omit<JSX.
|
|
289
|
+
"calcite-split-button": Omit<JSX.CalciteSplitButton, "onCalciteSplitButtonPrimaryClick" | "onCalciteSplitButtonSecondaryClick"> & JSXInternal.HTMLAttributes<HTMLCalciteSplitButtonElement> & {
|
|
290
290
|
"oncalciteSplitButtonPrimaryClick"?: (event: CustomEvent<any>) => void;
|
|
291
291
|
"oncalciteSplitButtonSecondaryClick"?: (event: CustomEvent<any>) => void;
|
|
292
292
|
}
|
|
293
293
|
|
|
294
|
-
"calcite-stepper": Omit<JSX.
|
|
294
|
+
"calcite-stepper": Omit<JSX.CalciteStepper, "onCalciteStepperItemChange"> & JSXInternal.HTMLAttributes<HTMLCalciteStepperElement> & {
|
|
295
295
|
"oncalciteStepperItemChange"?: (event: CustomEvent<any>) => void;
|
|
296
296
|
}
|
|
297
297
|
|
|
298
|
-
"calcite-stepper-item": Omit<JSX.
|
|
298
|
+
"calcite-stepper-item": Omit<JSX.CalciteStepperItem, "onCalciteStepperItemKeyEvent" | "onCalciteStepperItemSelect" | "onCalciteStepperItemRegister"> & JSXInternal.HTMLAttributes<HTMLCalciteStepperItemElement> & {
|
|
299
299
|
"oncalciteStepperItemKeyEvent"?: (event: CustomEvent<any>) => void;
|
|
300
300
|
"oncalciteStepperItemSelect"?: (event: CustomEvent<any>) => void;
|
|
301
301
|
"oncalciteStepperItemRegister"?: (event: CustomEvent<any>) => void;
|
|
302
302
|
}
|
|
303
303
|
|
|
304
|
-
"calcite-switch": Omit<JSX.
|
|
304
|
+
"calcite-switch": Omit<JSX.CalciteSwitch, "onCalciteSwitchChange"> & JSXInternal.HTMLAttributes<HTMLCalciteSwitchElement> & {
|
|
305
305
|
"oncalciteSwitchChange"?: (event: CustomEvent<any>) => void;
|
|
306
306
|
}
|
|
307
307
|
|
|
308
|
-
"calcite-tab": Omit<JSX.
|
|
308
|
+
"calcite-tab": Omit<JSX.CalciteTab, "onCalciteTabRegister"> & JSXInternal.HTMLAttributes<HTMLCalciteTabElement> & {
|
|
309
309
|
"oncalciteTabRegister"?: (event: CustomEvent<any>) => void;
|
|
310
310
|
}
|
|
311
311
|
|
|
312
|
-
"calcite-tab-nav": Omit<JSX.
|
|
312
|
+
"calcite-tab-nav": Omit<JSX.CalciteTabNav, "onCalciteTabChange"> & JSXInternal.HTMLAttributes<HTMLCalciteTabNavElement> & {
|
|
313
313
|
"oncalciteTabChange"?: (event: CustomEvent<any>) => void;
|
|
314
314
|
}
|
|
315
315
|
|
|
316
|
-
"calcite-tab-title": Omit<JSX.
|
|
316
|
+
"calcite-tab-title": Omit<JSX.CalciteTabTitle, "onCalciteTabsActivate" | "onCalciteTabsFocusNext" | "onCalciteTabsFocusPrevious" | "onCalciteTabTitleRegister"> & JSXInternal.HTMLAttributes<HTMLCalciteTabTitleElement> & {
|
|
317
317
|
"oncalciteTabsActivate"?: (event: CustomEvent<any>) => void;
|
|
318
318
|
"oncalciteTabsFocusNext"?: (event: CustomEvent<any>) => void;
|
|
319
319
|
"oncalciteTabsFocusPrevious"?: (event: CustomEvent<any>) => void;
|
|
320
320
|
"oncalciteTabTitleRegister"?: (event: CustomEvent<any>) => void;
|
|
321
321
|
}
|
|
322
322
|
|
|
323
|
-
"calcite-tabs": JSX.
|
|
323
|
+
"calcite-tabs": JSX.CalciteTabs & JSXInternal.HTMLAttributes<HTMLCalciteTabsElement>
|
|
324
324
|
|
|
325
|
-
"calcite-tile": JSX.
|
|
325
|
+
"calcite-tile": JSX.CalciteTile & JSXInternal.HTMLAttributes<HTMLCalciteTileElement>
|
|
326
326
|
|
|
327
|
-
"calcite-tile-select": Omit<JSX.
|
|
327
|
+
"calcite-tile-select": Omit<JSX.CalciteTileSelect, "onCalciteTileSelectChange"> & JSXInternal.HTMLAttributes<HTMLCalciteTileSelectElement> & {
|
|
328
328
|
"oncalciteTileSelectChange"?: (event: CustomEvent<any>) => void;
|
|
329
329
|
}
|
|
330
330
|
|
|
331
|
-
"calcite-tile-select-group": JSX.
|
|
331
|
+
"calcite-tile-select-group": JSX.CalciteTileSelectGroup & JSXInternal.HTMLAttributes<HTMLCalciteTileSelectGroupElement>
|
|
332
332
|
|
|
333
|
-
"calcite-time-picker": Omit<JSX.
|
|
333
|
+
"calcite-time-picker": Omit<JSX.CalciteTimePicker, "onCalciteTimePickerBlur" | "onCalciteTimePickerChange" | "onCalciteTimePickerFocus"> & JSXInternal.HTMLAttributes<HTMLCalciteTimePickerElement> & {
|
|
334
334
|
"oncalciteTimePickerBlur"?: (event: CustomEvent<any>) => void;
|
|
335
335
|
"oncalciteTimePickerChange"?: (event: CustomEvent<any>) => void;
|
|
336
336
|
"oncalciteTimePickerFocus"?: (event: CustomEvent<any>) => void;
|
|
337
337
|
}
|
|
338
338
|
|
|
339
|
-
"calcite-tip": Omit<JSX.
|
|
339
|
+
"calcite-tip": Omit<JSX.CalciteTip, "onCalciteTipDismiss"> & JSXInternal.HTMLAttributes<HTMLCalciteTipElement> & {
|
|
340
340
|
"oncalciteTipDismiss"?: (event: CustomEvent<any>) => void;
|
|
341
341
|
}
|
|
342
342
|
|
|
343
|
-
"calcite-tip-group": JSX.
|
|
343
|
+
"calcite-tip-group": JSX.CalciteTipGroup & JSXInternal.HTMLAttributes<HTMLCalciteTipGroupElement>
|
|
344
344
|
|
|
345
|
-
"calcite-tip-manager": Omit<JSX.
|
|
345
|
+
"calcite-tip-manager": Omit<JSX.CalciteTipManager, "onCalciteTipManagerToggle"> & JSXInternal.HTMLAttributes<HTMLCalciteTipManagerElement> & {
|
|
346
346
|
"oncalciteTipManagerToggle"?: (event: CustomEvent<any>) => void;
|
|
347
347
|
}
|
|
348
348
|
|
|
349
|
-
"calcite-tooltip": JSX.
|
|
349
|
+
"calcite-tooltip": JSX.CalciteTooltip & JSXInternal.HTMLAttributes<HTMLCalciteTooltipElement>
|
|
350
350
|
|
|
351
|
-
"calcite-tooltip-manager": JSX.
|
|
351
|
+
"calcite-tooltip-manager": JSX.CalciteTooltipManager & JSXInternal.HTMLAttributes<HTMLCalciteTooltipManagerElement>
|
|
352
352
|
|
|
353
|
-
"calcite-tree": Omit<JSX.
|
|
353
|
+
"calcite-tree": Omit<JSX.CalciteTree, "onCalciteTreeSelect"> & JSXInternal.HTMLAttributes<HTMLCalciteTreeElement> & {
|
|
354
354
|
"oncalciteTreeSelect"?: (event: CustomEvent<any>) => void;
|
|
355
355
|
}
|
|
356
356
|
|
|
357
|
-
"calcite-tree-item": Omit<JSX.
|
|
357
|
+
"calcite-tree-item": Omit<JSX.CalciteTreeItem, "onCalciteTreeItemSelect"> & JSXInternal.HTMLAttributes<HTMLCalciteTreeItemElement> & {
|
|
358
358
|
"oncalciteTreeItemSelect"?: (event: CustomEvent<any>) => void;
|
|
359
359
|
}
|
|
360
360
|
|
|
361
|
-
"calcite-value-list": Omit<JSX.
|
|
361
|
+
"calcite-value-list": Omit<JSX.CalciteValueList, "onCalciteListChange" | "onCalciteListOrderChange"> & JSXInternal.HTMLAttributes<HTMLCalciteValueListElement> & {
|
|
362
362
|
"oncalciteListChange"?: (event: CustomEvent<any>) => void;
|
|
363
363
|
"oncalciteListOrderChange"?: (event: CustomEvent<any>) => void;
|
|
364
364
|
}
|
|
365
365
|
|
|
366
|
-
"calcite-value-list-item": Omit<JSX.
|
|
366
|
+
"calcite-value-list-item": Omit<JSX.CalciteValueListItem, "onCalciteListItemRemove"> & JSXInternal.HTMLAttributes<HTMLCalciteValueListItemElement> & {
|
|
367
367
|
"oncalciteListItemRemove"?: (event: CustomEvent<any>) => void;
|
|
368
368
|
};
|
|
369
369
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-components",
|
|
3
|
-
"version": "1.0.0-next.
|
|
3
|
+
"version": "1.0.0-next.412",
|
|
4
4
|
"description": "Web Components for Esri's Calcite Design System.",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"@types/standard-version": "7.0.1",
|
|
98
98
|
"@types/yargs": "17.0.8",
|
|
99
99
|
"@typescript-eslint/eslint-plugin": "5.13.0",
|
|
100
|
-
"@typescript-eslint/parser": "5.
|
|
100
|
+
"@typescript-eslint/parser": "5.13.0",
|
|
101
101
|
"@whitespace/storybook-addon-html": "5.0.0",
|
|
102
102
|
"autoprefixer": "10.4.2",
|
|
103
103
|
"axe-core": "4.4.1",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"cpy-cli": "^4.0.0",
|
|
111
111
|
"dedent": "0.7.0",
|
|
112
112
|
"eslint": "8.9.0",
|
|
113
|
-
"eslint-config-prettier": "8.
|
|
113
|
+
"eslint-config-prettier": "8.5.0",
|
|
114
114
|
"eslint-plugin-jest": "26.1.1",
|
|
115
115
|
"eslint-plugin-prettier": "4.0.0",
|
|
116
116
|
"eslint-plugin-react": "7.28.0",
|