@esri/calcite-components-react 3.3.0-next.50 → 3.3.0-next.52

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.
@@ -5,26 +5,38 @@ export declare const CalciteAccordion: import("@lit/react").ReactWebComponent<HT
5
5
  }, {}>;
6
6
  export declare const CalciteAccordionItem: import("@lit/react").ReactWebComponent<HTMLCalciteAccordionItemElement & {
7
7
  class?: string;
8
- }, {}>;
8
+ }, {
9
+ onCalciteAccordionItemCollapse: EventName<HTMLCalciteAccordionItemElement["calciteAccordionItemCollapse"]>;
10
+ onCalciteAccordionItemExpand: EventName<HTMLCalciteAccordionItemElement["calciteAccordionItemExpand"]>;
11
+ }>;
9
12
  export declare const CalciteAction: import("@lit/react").ReactWebComponent<HTMLCalciteActionElement & {
10
13
  class?: string;
11
14
  }, {}>;
12
15
  export declare const CalciteActionBar: import("@lit/react").ReactWebComponent<HTMLCalciteActionBarElement & {
13
16
  class?: string;
14
17
  }, {
18
+ onCalciteActionBarCollapse: EventName<HTMLCalciteActionBarElement["calciteActionBarCollapse"]>;
19
+ onCalciteActionBarExpand: EventName<HTMLCalciteActionBarElement["calciteActionBarExpand"]>;
15
20
  onCalciteActionBarToggle: EventName<HTMLCalciteActionBarElement["calciteActionBarToggle"]>;
16
21
  }>;
17
22
  export declare const CalciteActionGroup: import("@lit/react").ReactWebComponent<HTMLCalciteActionGroupElement & {
18
23
  class?: string;
19
- }, {}>;
24
+ }, {
25
+ onCalciteActionGroupCollapse: EventName<HTMLCalciteActionGroupElement["calciteActionGroupCollapse"]>;
26
+ onCalciteActionGroupExpand: EventName<HTMLCalciteActionGroupElement["calciteActionGroupExpand"]>;
27
+ }>;
20
28
  export declare const CalciteActionMenu: import("@lit/react").ReactWebComponent<HTMLCalciteActionMenuElement & {
21
29
  class?: string;
22
30
  }, {
31
+ onCalciteActionMenuCollapse: EventName<HTMLCalciteActionMenuElement["calciteActionMenuCollapse"]>;
32
+ onCalciteActionMenuExpand: EventName<HTMLCalciteActionMenuElement["calciteActionMenuExpand"]>;
23
33
  onCalciteActionMenuOpen: EventName<HTMLCalciteActionMenuElement["calciteActionMenuOpen"]>;
24
34
  }>;
25
35
  export declare const CalciteActionPad: import("@lit/react").ReactWebComponent<HTMLCalciteActionPadElement & {
26
36
  class?: string;
27
37
  }, {
38
+ onCalciteActionPadCollapse: EventName<HTMLCalciteActionPadElement["calciteActionPadCollapse"]>;
39
+ onCalciteActionPadExpand: EventName<HTMLCalciteActionPadElement["calciteActionPadExpand"]>;
28
40
  onCalciteActionPadToggle: EventName<HTMLCalciteActionPadElement["calciteActionPadToggle"]>;
29
41
  }>;
30
42
  export declare const CalciteAlert: import("@lit/react").ReactWebComponent<HTMLCalciteAlertElement & {
@@ -61,6 +73,8 @@ export declare const CalciteBlock: import("@lit/react").ReactWebComponent<HTMLCa
61
73
  onCalciteBlockBeforeClose: EventName<HTMLCalciteBlockElement["calciteBlockBeforeClose"]>;
62
74
  onCalciteBlockBeforeOpen: EventName<HTMLCalciteBlockElement["calciteBlockBeforeOpen"]>;
63
75
  onCalciteBlockClose: EventName<HTMLCalciteBlockElement["calciteBlockClose"]>;
76
+ onCalciteBlockCollapse: EventName<HTMLCalciteBlockElement["calciteBlockCollapse"]>;
77
+ onCalciteBlockExpand: EventName<HTMLCalciteBlockElement["calciteBlockExpand"]>;
64
78
  onCalciteBlockOpen: EventName<HTMLCalciteBlockElement["calciteBlockOpen"]>;
65
79
  onCalciteBlockSortHandleBeforeClose: EventName<HTMLCalciteBlockElement["calciteBlockSortHandleBeforeClose"]>;
66
80
  onCalciteBlockSortHandleBeforeOpen: EventName<HTMLCalciteBlockElement["calciteBlockSortHandleBeforeOpen"]>;
@@ -79,6 +93,8 @@ export declare const CalciteBlockGroup: import("@lit/react").ReactWebComponent<H
79
93
  export declare const CalciteBlockSection: import("@lit/react").ReactWebComponent<HTMLCalciteBlockSectionElement & {
80
94
  class?: string;
81
95
  }, {
96
+ onCalciteBlockSectionCollapse: EventName<HTMLCalciteBlockSectionElement["calciteBlockSectionCollapse"]>;
97
+ onCalciteBlockSectionExpand: EventName<HTMLCalciteBlockSectionElement["calciteBlockSectionExpand"]>;
82
98
  onCalciteBlockSectionToggle: EventName<HTMLCalciteBlockSectionElement["calciteBlockSectionToggle"]>;
83
99
  }>;
84
100
  export declare const CalciteButton: import("@lit/react").ReactWebComponent<HTMLCalciteButtonElement & {
@@ -212,6 +228,8 @@ export declare const CalciteFlowItem: import("@lit/react").ReactWebComponent<HTM
212
228
  }, {
213
229
  onCalciteFlowItemBack: EventName<HTMLCalciteFlowItemElement["calciteFlowItemBack"]>;
214
230
  onCalciteFlowItemClose: EventName<HTMLCalciteFlowItemElement["calciteFlowItemClose"]>;
231
+ onCalciteFlowItemCollapse: EventName<HTMLCalciteFlowItemElement["calciteFlowItemCollapse"]>;
232
+ onCalciteFlowItemExpand: EventName<HTMLCalciteFlowItemElement["calciteFlowItemExpand"]>;
215
233
  onCalciteFlowItemScroll: EventName<HTMLCalciteFlowItemElement["calciteFlowItemScroll"]>;
216
234
  onCalciteFlowItemToggle: EventName<HTMLCalciteFlowItemElement["calciteFlowItemToggle"]>;
217
235
  }>;
@@ -301,6 +319,8 @@ export declare const CalciteListItem: import("@lit/react").ReactWebComponent<HTM
301
319
  class?: string;
302
320
  }, {
303
321
  onCalciteListItemClose: EventName<HTMLCalciteListItemElement["calciteListItemClose"]>;
322
+ onCalciteListItemCollapse: EventName<HTMLCalciteListItemElement["calciteListItemCollapse"]>;
323
+ onCalciteListItemExpand: EventName<HTMLCalciteListItemElement["calciteListItemExpand"]>;
304
324
  onCalciteListItemSelect: EventName<HTMLCalciteListItemElement["calciteListItemSelect"]>;
305
325
  onCalciteListItemSortHandleBeforeClose: EventName<HTMLCalciteListItemElement["calciteListItemSortHandleBeforeClose"]>;
306
326
  onCalciteListItemSortHandleBeforeOpen: EventName<HTMLCalciteListItemElement["calciteListItemSortHandleBeforeOpen"]>;
@@ -367,6 +387,8 @@ export declare const CalcitePanel: import("@lit/react").ReactWebComponent<HTMLCa
367
387
  class?: string;
368
388
  }, {
369
389
  onCalcitePanelClose: EventName<HTMLCalcitePanelElement["calcitePanelClose"]>;
390
+ onCalcitePanelCollapse: EventName<HTMLCalcitePanelElement["calcitePanelCollapse"]>;
391
+ onCalcitePanelExpand: EventName<HTMLCalcitePanelElement["calcitePanelExpand"]>;
370
392
  onCalcitePanelScroll: EventName<HTMLCalcitePanelElement["calcitePanelScroll"]>;
371
393
  onCalcitePanelToggle: EventName<HTMLCalcitePanelElement["calcitePanelToggle"]>;
372
394
  }>;
@@ -428,7 +450,10 @@ export declare const CalciteShellCenterRow: import("@lit/react").ReactWebCompone
428
450
  }, {}>;
429
451
  export declare const CalciteShellPanel: import("@lit/react").ReactWebComponent<HTMLCalciteShellPanelElement & {
430
452
  class?: string;
431
- }, {}>;
453
+ }, {
454
+ onCalciteShellPanelCollapse: EventName<HTMLCalciteShellPanelElement["calciteShellPanelCollapse"]>;
455
+ onCalciteShellPanelExpand: EventName<HTMLCalciteShellPanelElement["calciteShellPanelExpand"]>;
456
+ }>;
432
457
  export declare const CalciteSlider: import("@lit/react").ReactWebComponent<HTMLCalciteSliderElement & {
433
458
  class?: string;
434
459
  }, {
@@ -566,4 +591,7 @@ export declare const CalciteTree: import("@lit/react").ReactWebComponent<HTMLCal
566
591
  }>;
567
592
  export declare const CalciteTreeItem: import("@lit/react").ReactWebComponent<HTMLCalciteTreeItemElement & {
568
593
  class?: string;
569
- }, {}>;
594
+ }, {
595
+ onCalciteTreeItemCollapse: EventName<HTMLCalciteTreeItemElement["calciteTreeItemCollapse"]>;
596
+ onCalciteTreeItemExpand: EventName<HTMLCalciteTreeItemElement["calciteTreeItemExpand"]>;
597
+ }>;
@@ -4,16 +4,28 @@ import { createComponent } from "@lit/react";
4
4
  import { makeReactWrapperFactory, getReactWrapperOptions } from "@arcgis/lumina";
5
5
  const createWrapper = /*@__PURE__*/ makeReactWrapperFactory(React, createComponent);
6
6
  export const CalciteAccordion = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-accordion", {}));
7
- export const CalciteAccordionItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-accordion-item", {}));
7
+ export const CalciteAccordionItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-accordion-item", {
8
+ onCalciteAccordionItemCollapse: "calciteAccordionItemCollapse",
9
+ onCalciteAccordionItemExpand: "calciteAccordionItemExpand",
10
+ }));
8
11
  export const CalciteAction = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-action", {}));
9
12
  export const CalciteActionBar = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-action-bar", {
13
+ onCalciteActionBarCollapse: "calciteActionBarCollapse",
14
+ onCalciteActionBarExpand: "calciteActionBarExpand",
10
15
  onCalciteActionBarToggle: "calciteActionBarToggle",
11
16
  }));
12
- export const CalciteActionGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-action-group", {}));
17
+ export const CalciteActionGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-action-group", {
18
+ onCalciteActionGroupCollapse: "calciteActionGroupCollapse",
19
+ onCalciteActionGroupExpand: "calciteActionGroupExpand",
20
+ }));
13
21
  export const CalciteActionMenu = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-action-menu", {
22
+ onCalciteActionMenuCollapse: "calciteActionMenuCollapse",
23
+ onCalciteActionMenuExpand: "calciteActionMenuExpand",
14
24
  onCalciteActionMenuOpen: "calciteActionMenuOpen",
15
25
  }));
16
26
  export const CalciteActionPad = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-action-pad", {
27
+ onCalciteActionPadCollapse: "calciteActionPadCollapse",
28
+ onCalciteActionPadExpand: "calciteActionPadExpand",
17
29
  onCalciteActionPadToggle: "calciteActionPadToggle",
18
30
  }));
19
31
  export const CalciteAlert = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-alert", {
@@ -38,6 +50,8 @@ export const CalciteBlock = /*@__PURE__*/ createWrapper(getReactWrapperOptions("
38
50
  onCalciteBlockBeforeClose: "calciteBlockBeforeClose",
39
51
  onCalciteBlockBeforeOpen: "calciteBlockBeforeOpen",
40
52
  onCalciteBlockClose: "calciteBlockClose",
53
+ onCalciteBlockCollapse: "calciteBlockCollapse",
54
+ onCalciteBlockExpand: "calciteBlockExpand",
41
55
  onCalciteBlockOpen: "calciteBlockOpen",
42
56
  onCalciteBlockSortHandleBeforeClose: "calciteBlockSortHandleBeforeClose",
43
57
  onCalciteBlockSortHandleBeforeOpen: "calciteBlockSortHandleBeforeOpen",
@@ -52,6 +66,8 @@ export const CalciteBlockGroup = /*@__PURE__*/ createWrapper(getReactWrapperOpti
52
66
  onCalciteBlockGroupOrderChange: "calciteBlockGroupOrderChange",
53
67
  }));
54
68
  export const CalciteBlockSection = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-block-section", {
69
+ onCalciteBlockSectionCollapse: "calciteBlockSectionCollapse",
70
+ onCalciteBlockSectionExpand: "calciteBlockSectionExpand",
55
71
  onCalciteBlockSectionToggle: "calciteBlockSectionToggle",
56
72
  }));
57
73
  export const CalciteButton = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-button", {}));
@@ -133,6 +149,8 @@ export const CalciteFlow = /*@__PURE__*/ createWrapper(getReactWrapperOptions("c
133
149
  export const CalciteFlowItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-flow-item", {
134
150
  onCalciteFlowItemBack: "calciteFlowItemBack",
135
151
  onCalciteFlowItemClose: "calciteFlowItemClose",
152
+ onCalciteFlowItemCollapse: "calciteFlowItemCollapse",
153
+ onCalciteFlowItemExpand: "calciteFlowItemExpand",
136
154
  onCalciteFlowItemScroll: "calciteFlowItemScroll",
137
155
  onCalciteFlowItemToggle: "calciteFlowItemToggle",
138
156
  }));
@@ -192,6 +210,8 @@ export const CalciteList = /*@__PURE__*/ createWrapper(getReactWrapperOptions("c
192
210
  }));
193
211
  export const CalciteListItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-list-item", {
194
212
  onCalciteListItemClose: "calciteListItemClose",
213
+ onCalciteListItemCollapse: "calciteListItemCollapse",
214
+ onCalciteListItemExpand: "calciteListItemExpand",
195
215
  onCalciteListItemSelect: "calciteListItemSelect",
196
216
  onCalciteListItemSortHandleBeforeClose: "calciteListItemSortHandleBeforeClose",
197
217
  onCalciteListItemSortHandleBeforeOpen: "calciteListItemSortHandleBeforeOpen",
@@ -230,6 +250,8 @@ export const CalcitePagination = /*@__PURE__*/ createWrapper(getReactWrapperOpti
230
250
  }));
231
251
  export const CalcitePanel = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-panel", {
232
252
  onCalcitePanelClose: "calcitePanelClose",
253
+ onCalcitePanelCollapse: "calcitePanelCollapse",
254
+ onCalcitePanelExpand: "calcitePanelExpand",
233
255
  onCalcitePanelScroll: "calcitePanelScroll",
234
256
  onCalcitePanelToggle: "calcitePanelToggle",
235
257
  }));
@@ -265,7 +287,10 @@ export const CalciteSheet = /*@__PURE__*/ createWrapper(getReactWrapperOptions("
265
287
  }));
266
288
  export const CalciteShell = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-shell", {}));
267
289
  export const CalciteShellCenterRow = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-shell-center-row", {}));
268
- export const CalciteShellPanel = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-shell-panel", {}));
290
+ export const CalciteShellPanel = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-shell-panel", {
291
+ onCalciteShellPanelCollapse: "calciteShellPanelCollapse",
292
+ onCalciteShellPanelExpand: "calciteShellPanelExpand",
293
+ }));
269
294
  export const CalciteSlider = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-slider", {
270
295
  onCalciteSliderChange: "calciteSliderChange",
271
296
  onCalciteSliderInput: "calciteSliderInput",
@@ -347,4 +372,7 @@ export const CalciteTooltip = /*@__PURE__*/ createWrapper(getReactWrapperOptions
347
372
  export const CalciteTree = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tree", {
348
373
  onCalciteTreeSelect: "calciteTreeSelect",
349
374
  }));
350
- export const CalciteTreeItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tree-item", {}));
375
+ export const CalciteTreeItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tree-item", {
376
+ onCalciteTreeItemCollapse: "calciteTreeItemCollapse",
377
+ onCalciteTreeItemExpand: "calciteTreeItemExpand",
378
+ }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-components-react",
3
- "version": "3.3.0-next.50",
3
+ "version": "3.3.0-next.52",
4
4
  "description": "A set of React components that wrap calcite components",
5
5
  "homepage": "https://developers.arcgis.com/calcite-design-system/",
6
6
  "repository": {
@@ -29,9 +29,9 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@arcgis/lumina": "^4.34.0-next.49",
32
- "@esri/calcite-components": "3.3.0-next.50",
33
- "@lit/react": "1.0.8",
34
- "lit": "3.3.0"
32
+ "@esri/calcite-components": "3.3.0-next.52",
33
+ "@lit/react": "^1.0.8",
34
+ "lit": "^3.3.0"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "react": ">=18.3",
@@ -40,5 +40,5 @@
40
40
  "volta": {
41
41
  "extends": "../../package.json"
42
42
  },
43
- "gitHead": "56ecfbbc3e66b16d8f35a12f99b11ce62c4c6643"
43
+ "gitHead": "9e74faf025b75c4056d7a40ed5672c244b12e7ae"
44
44
  }