@esri/calcite-components-react 4.0.0-next.9 → 5.0.0-next.0
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/THIRD-PARTY-LICENSES.md +31 -31
- package/dist/components.d.ts +0 -32
- package/dist/components.js +0 -18
- package/package.json +5 -6
package/THIRD-PARTY-LICENSES.md
CHANGED
|
@@ -355,26 +355,26 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
355
355
|
|
|
356
356
|
sortablejs
|
|
357
357
|
|
|
358
|
-
MIT License
|
|
359
|
-
|
|
360
|
-
Copyright (c) 2019 All contributors to Sortable
|
|
361
|
-
|
|
362
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
363
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
364
|
-
in the Software without restriction, including without limitation the rights
|
|
365
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
366
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
367
|
-
furnished to do so, subject to the following conditions:
|
|
368
|
-
|
|
369
|
-
The above copyright notice and this permission notice shall be included in all
|
|
370
|
-
copies or substantial portions of the Software.
|
|
371
|
-
|
|
372
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
373
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
374
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
375
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
376
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
377
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
358
|
+
MIT License
|
|
359
|
+
|
|
360
|
+
Copyright (c) 2019 All contributors to Sortable
|
|
361
|
+
|
|
362
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
363
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
364
|
+
in the Software without restriction, including without limitation the rights
|
|
365
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
366
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
367
|
+
furnished to do so, subject to the following conditions:
|
|
368
|
+
|
|
369
|
+
The above copyright notice and this permission notice shall be included in all
|
|
370
|
+
copies or substantial portions of the Software.
|
|
371
|
+
|
|
372
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
373
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
374
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
375
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
376
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
377
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
378
378
|
SOFTWARE.
|
|
379
379
|
|
|
380
380
|
---
|
|
@@ -435,17 +435,17 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
435
435
|
|
|
436
436
|
tslib
|
|
437
437
|
|
|
438
|
-
Copyright (c) Microsoft Corporation.
|
|
439
|
-
|
|
440
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
441
|
-
purpose with or without fee is hereby granted.
|
|
442
|
-
|
|
443
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
444
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
445
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
446
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
447
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
448
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
438
|
+
Copyright (c) Microsoft Corporation.
|
|
439
|
+
|
|
440
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
441
|
+
purpose with or without fee is hereby granted.
|
|
442
|
+
|
|
443
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
444
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
445
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
446
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
447
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
448
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
449
449
|
PERFORMANCE OF THIS SOFTWARE.
|
|
450
450
|
|
|
451
451
|
---
|
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,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-components-react",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0-next.0",
|
|
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": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/Esri/calcite-design-system.git",
|
|
9
|
-
"directory": "packages/
|
|
9
|
+
"directory": "packages/components-react"
|
|
10
10
|
},
|
|
11
11
|
"license": "SEE LICENSE.md",
|
|
12
12
|
"sideEffects": false,
|
|
@@ -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": "
|
|
31
|
+
"@arcgis/lumina": ">=5.0.0-next.24 <6.0.0",
|
|
32
|
+
"@esri/calcite-components": "5.0.0-next.0",
|
|
33
33
|
"@lit/react": "^1.0.8",
|
|
34
34
|
"lit": "^3.3.0"
|
|
35
35
|
},
|
|
@@ -39,6 +39,5 @@
|
|
|
39
39
|
},
|
|
40
40
|
"volta": {
|
|
41
41
|
"extends": "../../package.json"
|
|
42
|
-
}
|
|
43
|
-
"gitHead": "21e9a405cfe1dba5befd5863f7d1651e967a248e"
|
|
42
|
+
}
|
|
44
43
|
}
|