@esri/calcite-components-react 4.0.0-next.4 → 4.0.0-next.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.d.ts +0 -32
- package/dist/components.js +0 -18
- package/package.json +4 -4
package/dist/components.d.ts
CHANGED
|
@@ -347,14 +347,6 @@ export declare const CalciteMenuItem: import("@lit/react").ReactWebComponent<HTM
|
|
|
347
347
|
export declare const CalciteMeter: import("@lit/react").ReactWebComponent<HTMLCalciteMeterElement & {
|
|
348
348
|
class?: string;
|
|
349
349
|
}, {}>;
|
|
350
|
-
export declare const CalciteModal: import("@lit/react").ReactWebComponent<HTMLCalciteModalElement & {
|
|
351
|
-
class?: string;
|
|
352
|
-
}, {
|
|
353
|
-
onCalciteModalBeforeClose: EventName<HTMLCalciteModalElement["calciteModalBeforeClose"]>;
|
|
354
|
-
onCalciteModalBeforeOpen: EventName<HTMLCalciteModalElement["calciteModalBeforeOpen"]>;
|
|
355
|
-
onCalciteModalClose: EventName<HTMLCalciteModalElement["calciteModalClose"]>;
|
|
356
|
-
onCalciteModalOpen: EventName<HTMLCalciteModalElement["calciteModalOpen"]>;
|
|
357
|
-
}>;
|
|
358
350
|
export declare const CalciteNavigation: import("@lit/react").ReactWebComponent<HTMLCalciteNavigationElement & {
|
|
359
351
|
class?: string;
|
|
360
352
|
}, {
|
|
@@ -447,9 +439,6 @@ export declare const CalciteSheet: import("@lit/react").ReactWebComponent<HTMLCa
|
|
|
447
439
|
export declare const CalciteShell: import("@lit/react").ReactWebComponent<HTMLCalciteShellElement & {
|
|
448
440
|
class?: string;
|
|
449
441
|
}, {}>;
|
|
450
|
-
export declare const CalciteShellCenterRow: import("@lit/react").ReactWebComponent<HTMLCalciteShellCenterRowElement & {
|
|
451
|
-
class?: string;
|
|
452
|
-
}, {}>;
|
|
453
442
|
export declare const CalciteShellPanel: import("@lit/react").ReactWebComponent<HTMLCalciteShellPanelElement & {
|
|
454
443
|
class?: string;
|
|
455
444
|
}, {
|
|
@@ -563,32 +552,11 @@ export declare const CalciteTileGroup: import("@lit/react").ReactWebComponent<HT
|
|
|
563
552
|
}, {
|
|
564
553
|
onCalciteTileGroupSelect: EventName<HTMLCalciteTileGroupElement["calciteTileGroupSelect"]>;
|
|
565
554
|
}>;
|
|
566
|
-
export declare const CalciteTileSelect: import("@lit/react").ReactWebComponent<HTMLCalciteTileSelectElement & {
|
|
567
|
-
class?: string;
|
|
568
|
-
}, {
|
|
569
|
-
onCalciteTileSelectChange: EventName<HTMLCalciteTileSelectElement["calciteTileSelectChange"]>;
|
|
570
|
-
}>;
|
|
571
|
-
export declare const CalciteTileSelectGroup: import("@lit/react").ReactWebComponent<HTMLCalciteTileSelectGroupElement & {
|
|
572
|
-
class?: string;
|
|
573
|
-
}, {}>;
|
|
574
555
|
export declare const CalciteTimePicker: import("@lit/react").ReactWebComponent<HTMLCalciteTimePickerElement & {
|
|
575
556
|
class?: string;
|
|
576
557
|
}, {
|
|
577
558
|
onCalciteTimePickerChange: EventName<HTMLCalciteTimePickerElement["calciteTimePickerChange"]>;
|
|
578
559
|
}>;
|
|
579
|
-
export declare const CalciteTip: import("@lit/react").ReactWebComponent<HTMLCalciteTipElement & {
|
|
580
|
-
class?: string;
|
|
581
|
-
}, {
|
|
582
|
-
onCalciteTipDismiss: EventName<HTMLCalciteTipElement["calciteTipDismiss"]>;
|
|
583
|
-
}>;
|
|
584
|
-
export declare const CalciteTipGroup: import("@lit/react").ReactWebComponent<HTMLCalciteTipGroupElement & {
|
|
585
|
-
class?: string;
|
|
586
|
-
}, {}>;
|
|
587
|
-
export declare const CalciteTipManager: import("@lit/react").ReactWebComponent<HTMLCalciteTipManagerElement & {
|
|
588
|
-
class?: string;
|
|
589
|
-
}, {
|
|
590
|
-
onCalciteTipManagerClose: EventName<HTMLCalciteTipManagerElement["calciteTipManagerClose"]>;
|
|
591
|
-
}>;
|
|
592
560
|
export declare const CalciteTooltip: import("@lit/react").ReactWebComponent<HTMLCalciteTooltipElement & {
|
|
593
561
|
class?: string;
|
|
594
562
|
}, {
|
package/dist/components.js
CHANGED
|
@@ -228,12 +228,6 @@ export const CalciteMenuItem = /*@__PURE__*/ createWrapper(getReactWrapperOption
|
|
|
228
228
|
onCalciteMenuItemSelect: "calciteMenuItemSelect",
|
|
229
229
|
}));
|
|
230
230
|
export const CalciteMeter = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-meter", {}));
|
|
231
|
-
export const CalciteModal = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-modal", {
|
|
232
|
-
onCalciteModalBeforeClose: "calciteModalBeforeClose",
|
|
233
|
-
onCalciteModalBeforeOpen: "calciteModalBeforeOpen",
|
|
234
|
-
onCalciteModalClose: "calciteModalClose",
|
|
235
|
-
onCalciteModalOpen: "calciteModalOpen",
|
|
236
|
-
}));
|
|
237
231
|
export const CalciteNavigation = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-navigation", {
|
|
238
232
|
onCalciteNavigationActionSelect: "calciteNavigationActionSelect",
|
|
239
233
|
}));
|
|
@@ -288,7 +282,6 @@ export const CalciteSheet = /*@__PURE__*/ createWrapper(getReactWrapperOptions("
|
|
|
288
282
|
onCalciteSheetOpen: "calciteSheetOpen",
|
|
289
283
|
}));
|
|
290
284
|
export const CalciteShell = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-shell", {}));
|
|
291
|
-
export const CalciteShellCenterRow = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-shell-center-row", {}));
|
|
292
285
|
export const CalciteShellPanel = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-shell-panel", {
|
|
293
286
|
onCalciteShellPanelCollapse: "calciteShellPanelCollapse",
|
|
294
287
|
onCalciteShellPanelExpand: "calciteShellPanelExpand",
|
|
@@ -358,20 +351,9 @@ export const CalciteTile = /*@__PURE__*/ createWrapper(getReactWrapperOptions("c
|
|
|
358
351
|
export const CalciteTileGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tile-group", {
|
|
359
352
|
onCalciteTileGroupSelect: "calciteTileGroupSelect",
|
|
360
353
|
}));
|
|
361
|
-
export const CalciteTileSelect = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tile-select", {
|
|
362
|
-
onCalciteTileSelectChange: "calciteTileSelectChange",
|
|
363
|
-
}));
|
|
364
|
-
export const CalciteTileSelectGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tile-select-group", {}));
|
|
365
354
|
export const CalciteTimePicker = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-time-picker", {
|
|
366
355
|
onCalciteTimePickerChange: "calciteTimePickerChange",
|
|
367
356
|
}));
|
|
368
|
-
export const CalciteTip = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tip", {
|
|
369
|
-
onCalciteTipDismiss: "calciteTipDismiss",
|
|
370
|
-
}));
|
|
371
|
-
export const CalciteTipGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tip-group", {}));
|
|
372
|
-
export const CalciteTipManager = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tip-manager", {
|
|
373
|
-
onCalciteTipManagerClose: "calciteTipManagerClose",
|
|
374
|
-
}));
|
|
375
357
|
export const CalciteTooltip = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tooltip", {
|
|
376
358
|
onCalciteTooltipBeforeClose: "calciteTooltipBeforeClose",
|
|
377
359
|
onCalciteTooltipBeforeOpen: "calciteTooltipBeforeOpen",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-components-react",
|
|
3
|
-
"version": "4.0.0-next.
|
|
3
|
+
"version": "4.0.0-next.41",
|
|
4
4
|
"description": "A set of React components that wrap calcite components",
|
|
5
5
|
"homepage": "https://developers.arcgis.com/calcite-design-system/",
|
|
6
6
|
"repository": {
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"util:update-3rd-party-licenses": "tsx ../../support/createThirdPartyLicenses.ts"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@arcgis/lumina": "
|
|
32
|
-
"@esri/calcite-components": "4.0.0-next.
|
|
31
|
+
"@arcgis/lumina": ">=5.0.0-next.24 <6.0.0",
|
|
32
|
+
"@esri/calcite-components": "4.0.0-next.41",
|
|
33
33
|
"@lit/react": "^1.0.8",
|
|
34
34
|
"lit": "^3.3.0"
|
|
35
35
|
},
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"volta": {
|
|
41
41
|
"extends": "../../package.json"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "d92269c097b2df7ebfcbd0b680045fc578a92f56"
|
|
44
44
|
}
|