@esri/calcite-components-react 3.3.0-next.7 → 3.3.0-next.71
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 +7 -346
- package/dist/components.d.ts +45 -5
- package/dist/components.js +41 -5
- package/package.json +8 -6
package/THIRD-PARTY-LICENSES.md
CHANGED
|
@@ -56,40 +56,12 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
56
56
|
|
|
57
57
|
---
|
|
58
58
|
|
|
59
|
-
@lit-labs/ssr
|
|
60
|
-
|
|
61
|
-
BSD 3-Clause License
|
|
62
|
-
|
|
63
|
-
Copyright (c) 2019 Google LLC. All rights reserved.
|
|
64
|
-
|
|
65
|
-
Redistribution and use in source and binary forms, with or without
|
|
66
|
-
modification, are permitted provided that the following conditions are met:
|
|
67
|
-
|
|
68
|
-
1. Redistributions of source code must retain the above copyright notice, this
|
|
69
|
-
list of conditions and the following disclaimer.
|
|
70
|
-
|
|
71
|
-
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
72
|
-
this list of conditions and the following disclaimer in the documentation
|
|
73
|
-
and/or other materials provided with the distribution.
|
|
74
|
-
|
|
75
|
-
3. Neither the name of the copyright holder nor the names of its
|
|
76
|
-
contributors may be used to endorse or promote products derived from
|
|
77
|
-
this software without specific prior written permission.
|
|
59
|
+
@lit-labs/ssr-dom-shim
|
|
78
60
|
|
|
79
|
-
|
|
80
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
81
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
82
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
83
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
84
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
85
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
86
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
87
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
88
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
61
|
+
BSD-3-Clause
|
|
89
62
|
|
|
90
63
|
---
|
|
91
64
|
|
|
92
|
-
@lit-labs/ssr-client
|
|
93
65
|
@lit/react
|
|
94
66
|
@lit/reactive-element
|
|
95
67
|
lit
|
|
@@ -126,53 +98,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
126
98
|
|
|
127
99
|
---
|
|
128
100
|
|
|
129
|
-
@lit-labs/ssr-dom-shim
|
|
130
|
-
|
|
131
|
-
BSD-3-Clause
|
|
132
|
-
|
|
133
|
-
---
|
|
134
|
-
|
|
135
|
-
@lit/context
|
|
136
|
-
|
|
137
|
-
BSD 3-Clause License
|
|
138
|
-
|
|
139
|
-
Copyright (c) 2021 Google LLC. All rights reserved.
|
|
140
|
-
|
|
141
|
-
Redistribution and use in source and binary forms, with or without
|
|
142
|
-
modification, are permitted provided that the following conditions are met:
|
|
143
|
-
|
|
144
|
-
1. Redistributions of source code must retain the above copyright notice, this
|
|
145
|
-
list of conditions and the following disclaimer.
|
|
146
|
-
|
|
147
|
-
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
148
|
-
this list of conditions and the following disclaimer in the documentation
|
|
149
|
-
and/or other materials provided with the distribution.
|
|
150
|
-
|
|
151
|
-
3. Neither the name of the copyright holder nor the names of its
|
|
152
|
-
contributors may be used to endorse or promote products derived from
|
|
153
|
-
this software without specific prior written permission.
|
|
154
|
-
|
|
155
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
156
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
157
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
158
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
159
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
160
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
161
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
162
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
163
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
164
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
165
|
-
|
|
166
|
-
---
|
|
167
|
-
|
|
168
|
-
@parse5/tools
|
|
169
|
-
data-uri-to-buffer
|
|
170
|
-
|
|
171
|
-
MIT
|
|
172
|
-
|
|
173
|
-
---
|
|
174
|
-
|
|
175
|
-
@types/node
|
|
176
101
|
@types/sortablejs
|
|
177
102
|
@types/trusted-types
|
|
178
103
|
|
|
@@ -365,52 +290,15 @@ SOFTWARE.
|
|
|
365
290
|
|
|
366
291
|
---
|
|
367
292
|
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
Copyright JS Foundation and other contributors
|
|
371
|
-
|
|
372
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
373
|
-
a copy of this software and associated documentation files (the
|
|
374
|
-
'Software'), to deal in the Software without restriction, including
|
|
375
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
376
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
377
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
378
|
-
the following conditions:
|
|
379
|
-
|
|
380
|
-
The above copyright notice and this permission notice shall be
|
|
381
|
-
included in all copies or substantial portions of the Software.
|
|
382
|
-
|
|
383
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
384
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
385
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
386
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
387
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
388
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
389
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
390
|
-
|
|
391
|
-
---
|
|
392
|
-
|
|
393
|
-
entities
|
|
293
|
+
es-toolkit
|
|
394
294
|
|
|
395
|
-
|
|
396
|
-
All rights reserved.
|
|
397
|
-
|
|
398
|
-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
399
|
-
|
|
400
|
-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
401
|
-
|
|
402
|
-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
403
|
-
|
|
404
|
-
THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
|
|
405
|
-
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
406
|
-
|
|
407
|
-
---
|
|
295
|
+
MIT License
|
|
408
296
|
|
|
409
|
-
|
|
297
|
+
Copyright (c) 2024 Viva Republica, Inc
|
|
410
298
|
|
|
411
|
-
|
|
299
|
+
Copyright OpenJS Foundation and other contributors
|
|
412
300
|
|
|
413
|
-
|
|
301
|
+
Parts of the test suite and compatibility layer in `es-toolkit/compat` are derived from Lodash (https://github.com/lodash/lodash) by the OpenJS Foundation (https://openjsf.org/) and Underscore.js by Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors (http://underscorejs.org/)
|
|
414
302
|
|
|
415
303
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
416
304
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -458,52 +346,6 @@ SOFTWARE.
|
|
|
458
346
|
|
|
459
347
|
---
|
|
460
348
|
|
|
461
|
-
formdata-polyfill
|
|
462
|
-
|
|
463
|
-
MIT License
|
|
464
|
-
|
|
465
|
-
Copyright (c) 2016 Jimmy Karl Roland Wärting
|
|
466
|
-
|
|
467
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
468
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
469
|
-
in the Software without restriction, including without limitation the rights
|
|
470
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
471
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
472
|
-
furnished to do so, subject to the following conditions:
|
|
473
|
-
|
|
474
|
-
The above copyright notice and this permission notice shall be included in all
|
|
475
|
-
copies or substantial portions of the Software.
|
|
476
|
-
|
|
477
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
478
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
479
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
480
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
481
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
482
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
483
|
-
SOFTWARE.
|
|
484
|
-
|
|
485
|
-
---
|
|
486
|
-
|
|
487
|
-
graceful-fs
|
|
488
|
-
|
|
489
|
-
The ISC License
|
|
490
|
-
|
|
491
|
-
Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors
|
|
492
|
-
|
|
493
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
494
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
495
|
-
copyright notice and this permission notice appear in all copies.
|
|
496
|
-
|
|
497
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
498
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
499
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
500
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
501
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
502
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
503
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
504
|
-
|
|
505
|
-
---
|
|
506
|
-
|
|
507
349
|
lit-html
|
|
508
350
|
|
|
509
351
|
BSD 3-Clause License
|
|
@@ -537,134 +379,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
537
379
|
|
|
538
380
|
---
|
|
539
381
|
|
|
540
|
-
lodash-es
|
|
541
|
-
|
|
542
|
-
Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
543
|
-
|
|
544
|
-
Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
545
|
-
DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
546
|
-
|
|
547
|
-
This software consists of voluntary contributions made by many
|
|
548
|
-
individuals. For exact contribution history, see the revision history
|
|
549
|
-
available at https://github.com/lodash/lodash
|
|
550
|
-
|
|
551
|
-
The following license applies to all parts of this software except as
|
|
552
|
-
documented below:
|
|
553
|
-
|
|
554
|
-
====
|
|
555
|
-
|
|
556
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
557
|
-
a copy of this software and associated documentation files (the
|
|
558
|
-
"Software"), to deal in the Software without restriction, including
|
|
559
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
560
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
561
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
562
|
-
the following conditions:
|
|
563
|
-
|
|
564
|
-
The above copyright notice and this permission notice shall be
|
|
565
|
-
included in all copies or substantial portions of the Software.
|
|
566
|
-
|
|
567
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
568
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
569
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
570
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
571
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
572
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
573
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
574
|
-
|
|
575
|
-
====
|
|
576
|
-
|
|
577
|
-
Copyright and related rights for sample code are waived via CC0. Sample
|
|
578
|
-
code is defined as all source code displayed within the prose of the
|
|
579
|
-
documentation.
|
|
580
|
-
|
|
581
|
-
CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
|
582
|
-
|
|
583
|
-
====
|
|
584
|
-
|
|
585
|
-
Files located in the node_modules and vendor directories are externally
|
|
586
|
-
maintained libraries used by this software which have their own
|
|
587
|
-
licenses; we recommend you read them, as their terms may differ from the
|
|
588
|
-
terms above.
|
|
589
|
-
|
|
590
|
-
---
|
|
591
|
-
|
|
592
|
-
node-domexception
|
|
593
|
-
|
|
594
|
-
MIT License
|
|
595
|
-
|
|
596
|
-
Copyright (c) 2021 Jimmy Wärting
|
|
597
|
-
|
|
598
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
599
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
600
|
-
in the Software without restriction, including without limitation the rights
|
|
601
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
602
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
603
|
-
furnished to do so, subject to the following conditions:
|
|
604
|
-
|
|
605
|
-
The above copyright notice and this permission notice shall be included in all
|
|
606
|
-
copies or substantial portions of the Software.
|
|
607
|
-
|
|
608
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
609
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
610
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
611
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
612
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
613
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
614
|
-
SOFTWARE.
|
|
615
|
-
|
|
616
|
-
---
|
|
617
|
-
|
|
618
|
-
node-fetch
|
|
619
|
-
|
|
620
|
-
The MIT License (MIT)
|
|
621
|
-
|
|
622
|
-
Copyright (c) 2016 - 2020 Node Fetch Team
|
|
623
|
-
|
|
624
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
625
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
626
|
-
in the Software without restriction, including without limitation the rights
|
|
627
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
628
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
629
|
-
furnished to do so, subject to the following conditions:
|
|
630
|
-
|
|
631
|
-
The above copyright notice and this permission notice shall be included in all
|
|
632
|
-
copies or substantial portions of the Software.
|
|
633
|
-
|
|
634
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
635
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
636
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
637
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
638
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
639
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
640
|
-
SOFTWARE.
|
|
641
|
-
|
|
642
|
-
---
|
|
643
|
-
|
|
644
|
-
parse5
|
|
645
|
-
|
|
646
|
-
Copyright (c) 2013-2019 Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin)
|
|
647
|
-
|
|
648
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
649
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
650
|
-
in the Software without restriction, including without limitation the rights
|
|
651
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
652
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
653
|
-
furnished to do so, subject to the following conditions:
|
|
654
|
-
|
|
655
|
-
The above copyright notice and this permission notice shall be included in
|
|
656
|
-
all copies or substantial portions of the Software.
|
|
657
|
-
|
|
658
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
659
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
660
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
661
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
662
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
663
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
664
|
-
THE SOFTWARE.
|
|
665
|
-
|
|
666
|
-
---
|
|
667
|
-
|
|
668
382
|
sortablejs
|
|
669
383
|
|
|
670
384
|
MIT License
|
|
@@ -717,32 +431,6 @@ SOFTWARE.
|
|
|
717
431
|
|
|
718
432
|
---
|
|
719
433
|
|
|
720
|
-
tapable
|
|
721
|
-
|
|
722
|
-
The MIT License
|
|
723
|
-
|
|
724
|
-
Copyright JS Foundation and other contributors
|
|
725
|
-
|
|
726
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
727
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
728
|
-
in the Software without restriction, including without limitation the rights
|
|
729
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
730
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
731
|
-
furnished to do so, subject to the following conditions:
|
|
732
|
-
|
|
733
|
-
The above copyright notice and this permission notice shall be included in
|
|
734
|
-
all copies or substantial portions of the Software.
|
|
735
|
-
|
|
736
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
737
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
738
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
739
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
740
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
741
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
742
|
-
THE SOFTWARE.
|
|
743
|
-
|
|
744
|
-
---
|
|
745
|
-
|
|
746
434
|
timezone-groups
|
|
747
435
|
|
|
748
436
|
The MIT License (MIT)
|
|
@@ -799,30 +487,3 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
|
799
487
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
800
488
|
|
|
801
489
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
802
|
-
|
|
803
|
-
---
|
|
804
|
-
|
|
805
|
-
web-streams-polyfill
|
|
806
|
-
|
|
807
|
-
The MIT License (MIT)
|
|
808
|
-
|
|
809
|
-
Copyright (c) 2024 Mattias Buelens
|
|
810
|
-
Copyright (c) 2016 Diwank Singh Tomer
|
|
811
|
-
|
|
812
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
813
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
814
|
-
in the Software without restriction, including without limitation the rights
|
|
815
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
816
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
817
|
-
furnished to do so, subject to the following conditions:
|
|
818
|
-
|
|
819
|
-
The above copyright notice and this permission notice shall be included in all
|
|
820
|
-
copies or substantial portions of the Software.
|
|
821
|
-
|
|
822
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
823
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
824
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
825
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
826
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
827
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
828
|
-
SOFTWARE.
|
package/dist/components.d.ts
CHANGED
|
@@ -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 & {
|
|
@@ -48,7 +60,9 @@ export declare const CalciteAutocomplete: import("@lit/react").ReactWebComponent
|
|
|
48
60
|
}>;
|
|
49
61
|
export declare const CalciteAutocompleteItem: import("@lit/react").ReactWebComponent<HTMLCalciteAutocompleteItemElement & {
|
|
50
62
|
class?: string;
|
|
51
|
-
}, {
|
|
63
|
+
}, {
|
|
64
|
+
onCalciteAutocompleteItemSelect: EventName<HTMLCalciteAutocompleteItemElement["calciteAutocompleteItemSelect"]>;
|
|
65
|
+
}>;
|
|
52
66
|
export declare const CalciteAutocompleteItemGroup: import("@lit/react").ReactWebComponent<HTMLCalciteAutocompleteItemGroupElement & {
|
|
53
67
|
class?: string;
|
|
54
68
|
}, {}>;
|
|
@@ -61,6 +75,8 @@ export declare const CalciteBlock: import("@lit/react").ReactWebComponent<HTMLCa
|
|
|
61
75
|
onCalciteBlockBeforeClose: EventName<HTMLCalciteBlockElement["calciteBlockBeforeClose"]>;
|
|
62
76
|
onCalciteBlockBeforeOpen: EventName<HTMLCalciteBlockElement["calciteBlockBeforeOpen"]>;
|
|
63
77
|
onCalciteBlockClose: EventName<HTMLCalciteBlockElement["calciteBlockClose"]>;
|
|
78
|
+
onCalciteBlockCollapse: EventName<HTMLCalciteBlockElement["calciteBlockCollapse"]>;
|
|
79
|
+
onCalciteBlockExpand: EventName<HTMLCalciteBlockElement["calciteBlockExpand"]>;
|
|
64
80
|
onCalciteBlockOpen: EventName<HTMLCalciteBlockElement["calciteBlockOpen"]>;
|
|
65
81
|
onCalciteBlockSortHandleBeforeClose: EventName<HTMLCalciteBlockElement["calciteBlockSortHandleBeforeClose"]>;
|
|
66
82
|
onCalciteBlockSortHandleBeforeOpen: EventName<HTMLCalciteBlockElement["calciteBlockSortHandleBeforeOpen"]>;
|
|
@@ -79,6 +95,8 @@ export declare const CalciteBlockGroup: import("@lit/react").ReactWebComponent<H
|
|
|
79
95
|
export declare const CalciteBlockSection: import("@lit/react").ReactWebComponent<HTMLCalciteBlockSectionElement & {
|
|
80
96
|
class?: string;
|
|
81
97
|
}, {
|
|
98
|
+
onCalciteBlockSectionCollapse: EventName<HTMLCalciteBlockSectionElement["calciteBlockSectionCollapse"]>;
|
|
99
|
+
onCalciteBlockSectionExpand: EventName<HTMLCalciteBlockSectionElement["calciteBlockSectionExpand"]>;
|
|
82
100
|
onCalciteBlockSectionToggle: EventName<HTMLCalciteBlockSectionElement["calciteBlockSectionToggle"]>;
|
|
83
101
|
}>;
|
|
84
102
|
export declare const CalciteButton: import("@lit/react").ReactWebComponent<HTMLCalciteButtonElement & {
|
|
@@ -212,6 +230,8 @@ export declare const CalciteFlowItem: import("@lit/react").ReactWebComponent<HTM
|
|
|
212
230
|
}, {
|
|
213
231
|
onCalciteFlowItemBack: EventName<HTMLCalciteFlowItemElement["calciteFlowItemBack"]>;
|
|
214
232
|
onCalciteFlowItemClose: EventName<HTMLCalciteFlowItemElement["calciteFlowItemClose"]>;
|
|
233
|
+
onCalciteFlowItemCollapse: EventName<HTMLCalciteFlowItemElement["calciteFlowItemCollapse"]>;
|
|
234
|
+
onCalciteFlowItemExpand: EventName<HTMLCalciteFlowItemElement["calciteFlowItemExpand"]>;
|
|
215
235
|
onCalciteFlowItemScroll: EventName<HTMLCalciteFlowItemElement["calciteFlowItemScroll"]>;
|
|
216
236
|
onCalciteFlowItemToggle: EventName<HTMLCalciteFlowItemElement["calciteFlowItemToggle"]>;
|
|
217
237
|
}>;
|
|
@@ -301,6 +321,8 @@ export declare const CalciteListItem: import("@lit/react").ReactWebComponent<HTM
|
|
|
301
321
|
class?: string;
|
|
302
322
|
}, {
|
|
303
323
|
onCalciteListItemClose: EventName<HTMLCalciteListItemElement["calciteListItemClose"]>;
|
|
324
|
+
onCalciteListItemCollapse: EventName<HTMLCalciteListItemElement["calciteListItemCollapse"]>;
|
|
325
|
+
onCalciteListItemExpand: EventName<HTMLCalciteListItemElement["calciteListItemExpand"]>;
|
|
304
326
|
onCalciteListItemSelect: EventName<HTMLCalciteListItemElement["calciteListItemSelect"]>;
|
|
305
327
|
onCalciteListItemSortHandleBeforeClose: EventName<HTMLCalciteListItemElement["calciteListItemSortHandleBeforeClose"]>;
|
|
306
328
|
onCalciteListItemSortHandleBeforeOpen: EventName<HTMLCalciteListItemElement["calciteListItemSortHandleBeforeOpen"]>;
|
|
@@ -367,6 +389,8 @@ export declare const CalcitePanel: import("@lit/react").ReactWebComponent<HTMLCa
|
|
|
367
389
|
class?: string;
|
|
368
390
|
}, {
|
|
369
391
|
onCalcitePanelClose: EventName<HTMLCalcitePanelElement["calcitePanelClose"]>;
|
|
392
|
+
onCalcitePanelCollapse: EventName<HTMLCalcitePanelElement["calcitePanelCollapse"]>;
|
|
393
|
+
onCalcitePanelExpand: EventName<HTMLCalcitePanelElement["calcitePanelExpand"]>;
|
|
370
394
|
onCalcitePanelScroll: EventName<HTMLCalcitePanelElement["calcitePanelScroll"]>;
|
|
371
395
|
onCalcitePanelToggle: EventName<HTMLCalcitePanelElement["calcitePanelToggle"]>;
|
|
372
396
|
}>;
|
|
@@ -428,7 +452,10 @@ export declare const CalciteShellCenterRow: import("@lit/react").ReactWebCompone
|
|
|
428
452
|
}, {}>;
|
|
429
453
|
export declare const CalciteShellPanel: import("@lit/react").ReactWebComponent<HTMLCalciteShellPanelElement & {
|
|
430
454
|
class?: string;
|
|
431
|
-
}, {
|
|
455
|
+
}, {
|
|
456
|
+
onCalciteShellPanelCollapse: EventName<HTMLCalciteShellPanelElement["calciteShellPanelCollapse"]>;
|
|
457
|
+
onCalciteShellPanelExpand: EventName<HTMLCalciteShellPanelElement["calciteShellPanelExpand"]>;
|
|
458
|
+
}>;
|
|
432
459
|
export declare const CalciteSlider: import("@lit/react").ReactWebComponent<HTMLCalciteSliderElement & {
|
|
433
460
|
class?: string;
|
|
434
461
|
}, {
|
|
@@ -470,6 +497,16 @@ export declare const CalciteStepperItem: import("@lit/react").ReactWebComponent<
|
|
|
470
497
|
}, {
|
|
471
498
|
onCalciteStepperItemSelect: EventName<HTMLCalciteStepperItemElement["calciteStepperItemSelect"]>;
|
|
472
499
|
}>;
|
|
500
|
+
export declare const CalciteSwatch: import("@lit/react").ReactWebComponent<HTMLCalciteSwatchElement & {
|
|
501
|
+
class?: string;
|
|
502
|
+
}, {
|
|
503
|
+
onCalciteSwatchSelect: EventName<HTMLCalciteSwatchElement["calciteSwatchSelect"]>;
|
|
504
|
+
}>;
|
|
505
|
+
export declare const CalciteSwatchGroup: import("@lit/react").ReactWebComponent<HTMLCalciteSwatchGroupElement & {
|
|
506
|
+
class?: string;
|
|
507
|
+
}, {
|
|
508
|
+
onCalciteSwatchGroupSelect: EventName<HTMLCalciteSwatchGroupElement["calciteSwatchGroupSelect"]>;
|
|
509
|
+
}>;
|
|
473
510
|
export declare const CalciteSwitch: import("@lit/react").ReactWebComponent<HTMLCalciteSwitchElement & {
|
|
474
511
|
class?: string;
|
|
475
512
|
}, {
|
|
@@ -566,4 +603,7 @@ export declare const CalciteTree: import("@lit/react").ReactWebComponent<HTMLCal
|
|
|
566
603
|
}>;
|
|
567
604
|
export declare const CalciteTreeItem: import("@lit/react").ReactWebComponent<HTMLCalciteTreeItemElement & {
|
|
568
605
|
class?: string;
|
|
569
|
-
}, {
|
|
606
|
+
}, {
|
|
607
|
+
onCalciteTreeItemCollapse: EventName<HTMLCalciteTreeItemElement["calciteTreeItemCollapse"]>;
|
|
608
|
+
onCalciteTreeItemExpand: EventName<HTMLCalciteTreeItemElement["calciteTreeItemExpand"]>;
|
|
609
|
+
}>;
|
package/dist/components.js
CHANGED
|
@@ -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", {
|
|
@@ -31,13 +43,17 @@ export const CalciteAutocomplete = /*@__PURE__*/ createWrapper(getReactWrapperOp
|
|
|
31
43
|
onCalciteAutocompleteTextChange: "calciteAutocompleteTextChange",
|
|
32
44
|
onCalciteAutocompleteTextInput: "calciteAutocompleteTextInput",
|
|
33
45
|
}));
|
|
34
|
-
export const CalciteAutocompleteItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-autocomplete-item", {
|
|
46
|
+
export const CalciteAutocompleteItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-autocomplete-item", {
|
|
47
|
+
onCalciteAutocompleteItemSelect: "calciteAutocompleteItemSelect",
|
|
48
|
+
}));
|
|
35
49
|
export const CalciteAutocompleteItemGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-autocomplete-item-group", {}));
|
|
36
50
|
export const CalciteAvatar = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-avatar", {}));
|
|
37
51
|
export const CalciteBlock = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-block", {
|
|
38
52
|
onCalciteBlockBeforeClose: "calciteBlockBeforeClose",
|
|
39
53
|
onCalciteBlockBeforeOpen: "calciteBlockBeforeOpen",
|
|
40
54
|
onCalciteBlockClose: "calciteBlockClose",
|
|
55
|
+
onCalciteBlockCollapse: "calciteBlockCollapse",
|
|
56
|
+
onCalciteBlockExpand: "calciteBlockExpand",
|
|
41
57
|
onCalciteBlockOpen: "calciteBlockOpen",
|
|
42
58
|
onCalciteBlockSortHandleBeforeClose: "calciteBlockSortHandleBeforeClose",
|
|
43
59
|
onCalciteBlockSortHandleBeforeOpen: "calciteBlockSortHandleBeforeOpen",
|
|
@@ -52,6 +68,8 @@ export const CalciteBlockGroup = /*@__PURE__*/ createWrapper(getReactWrapperOpti
|
|
|
52
68
|
onCalciteBlockGroupOrderChange: "calciteBlockGroupOrderChange",
|
|
53
69
|
}));
|
|
54
70
|
export const CalciteBlockSection = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-block-section", {
|
|
71
|
+
onCalciteBlockSectionCollapse: "calciteBlockSectionCollapse",
|
|
72
|
+
onCalciteBlockSectionExpand: "calciteBlockSectionExpand",
|
|
55
73
|
onCalciteBlockSectionToggle: "calciteBlockSectionToggle",
|
|
56
74
|
}));
|
|
57
75
|
export const CalciteButton = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-button", {}));
|
|
@@ -133,6 +151,8 @@ export const CalciteFlow = /*@__PURE__*/ createWrapper(getReactWrapperOptions("c
|
|
|
133
151
|
export const CalciteFlowItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-flow-item", {
|
|
134
152
|
onCalciteFlowItemBack: "calciteFlowItemBack",
|
|
135
153
|
onCalciteFlowItemClose: "calciteFlowItemClose",
|
|
154
|
+
onCalciteFlowItemCollapse: "calciteFlowItemCollapse",
|
|
155
|
+
onCalciteFlowItemExpand: "calciteFlowItemExpand",
|
|
136
156
|
onCalciteFlowItemScroll: "calciteFlowItemScroll",
|
|
137
157
|
onCalciteFlowItemToggle: "calciteFlowItemToggle",
|
|
138
158
|
}));
|
|
@@ -192,6 +212,8 @@ export const CalciteList = /*@__PURE__*/ createWrapper(getReactWrapperOptions("c
|
|
|
192
212
|
}));
|
|
193
213
|
export const CalciteListItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-list-item", {
|
|
194
214
|
onCalciteListItemClose: "calciteListItemClose",
|
|
215
|
+
onCalciteListItemCollapse: "calciteListItemCollapse",
|
|
216
|
+
onCalciteListItemExpand: "calciteListItemExpand",
|
|
195
217
|
onCalciteListItemSelect: "calciteListItemSelect",
|
|
196
218
|
onCalciteListItemSortHandleBeforeClose: "calciteListItemSortHandleBeforeClose",
|
|
197
219
|
onCalciteListItemSortHandleBeforeOpen: "calciteListItemSortHandleBeforeOpen",
|
|
@@ -230,6 +252,8 @@ export const CalcitePagination = /*@__PURE__*/ createWrapper(getReactWrapperOpti
|
|
|
230
252
|
}));
|
|
231
253
|
export const CalcitePanel = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-panel", {
|
|
232
254
|
onCalcitePanelClose: "calcitePanelClose",
|
|
255
|
+
onCalcitePanelCollapse: "calcitePanelCollapse",
|
|
256
|
+
onCalcitePanelExpand: "calcitePanelExpand",
|
|
233
257
|
onCalcitePanelScroll: "calcitePanelScroll",
|
|
234
258
|
onCalcitePanelToggle: "calcitePanelToggle",
|
|
235
259
|
}));
|
|
@@ -265,7 +289,10 @@ export const CalciteSheet = /*@__PURE__*/ createWrapper(getReactWrapperOptions("
|
|
|
265
289
|
}));
|
|
266
290
|
export const CalciteShell = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-shell", {}));
|
|
267
291
|
export const CalciteShellCenterRow = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-shell-center-row", {}));
|
|
268
|
-
export const CalciteShellPanel = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-shell-panel", {
|
|
292
|
+
export const CalciteShellPanel = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-shell-panel", {
|
|
293
|
+
onCalciteShellPanelCollapse: "calciteShellPanelCollapse",
|
|
294
|
+
onCalciteShellPanelExpand: "calciteShellPanelExpand",
|
|
295
|
+
}));
|
|
269
296
|
export const CalciteSlider = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-slider", {
|
|
270
297
|
onCalciteSliderChange: "calciteSliderChange",
|
|
271
298
|
onCalciteSliderInput: "calciteSliderInput",
|
|
@@ -293,6 +320,12 @@ export const CalciteStepper = /*@__PURE__*/ createWrapper(getReactWrapperOptions
|
|
|
293
320
|
export const CalciteStepperItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-stepper-item", {
|
|
294
321
|
onCalciteStepperItemSelect: "calciteStepperItemSelect",
|
|
295
322
|
}));
|
|
323
|
+
export const CalciteSwatch = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-swatch", {
|
|
324
|
+
onCalciteSwatchSelect: "calciteSwatchSelect",
|
|
325
|
+
}));
|
|
326
|
+
export const CalciteSwatchGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-swatch-group", {
|
|
327
|
+
onCalciteSwatchGroupSelect: "calciteSwatchGroupSelect",
|
|
328
|
+
}));
|
|
296
329
|
export const CalciteSwitch = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-switch", {
|
|
297
330
|
onCalciteSwitchChange: "calciteSwitchChange",
|
|
298
331
|
}));
|
|
@@ -347,4 +380,7 @@ export const CalciteTooltip = /*@__PURE__*/ createWrapper(getReactWrapperOptions
|
|
|
347
380
|
export const CalciteTree = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tree", {
|
|
348
381
|
onCalciteTreeSelect: "calciteTreeSelect",
|
|
349
382
|
}));
|
|
350
|
-
export const CalciteTreeItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tree-item", {
|
|
383
|
+
export const CalciteTreeItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-tree-item", {
|
|
384
|
+
onCalciteTreeItemCollapse: "calciteTreeItemCollapse",
|
|
385
|
+
onCalciteTreeItemExpand: "calciteTreeItemExpand",
|
|
386
|
+
}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-components-react",
|
|
3
|
-
"version": "3.3.0-next.
|
|
3
|
+
"version": "3.3.0-next.71",
|
|
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": {
|
|
@@ -22,14 +22,16 @@
|
|
|
22
22
|
"clean": "rimraf dist node_modules .turbo",
|
|
23
23
|
"compile": "npm run tsc",
|
|
24
24
|
"lint": "concurrently npm:lint:*",
|
|
25
|
-
"lint:json": "prettier --write \"**/*.json\" >/dev/null",
|
|
26
|
-
"lint:md": "prettier --write \"**/*.md\" >/dev/null && markdownlint-cli2 \"**/*.md\" --fix --config \"../../.markdownlint-cli2.jsonc\"",
|
|
25
|
+
"lint:json": "prettier --ignore-path \"../../.prettierignore\" --write \"**/*.json\" >/dev/null",
|
|
26
|
+
"lint:md": "prettier --ignore-path \"../../.prettierignore\" --write \"**/*.md\" >/dev/null && markdownlint-cli2 \"**/*.md\" --fix --config \"../../.markdownlint-cli2.jsonc\"",
|
|
27
27
|
"tsc": "tsc",
|
|
28
28
|
"util:update-3rd-party-licenses": "tsx ../../support/createThirdPartyLicenses.ts"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@
|
|
32
|
-
"@
|
|
31
|
+
"@arcgis/lumina": "^4.34.0-next.90",
|
|
32
|
+
"@esri/calcite-components": "3.3.0-next.71",
|
|
33
|
+
"@lit/react": "^1.0.8",
|
|
34
|
+
"lit": "^3.3.0"
|
|
33
35
|
},
|
|
34
36
|
"peerDependencies": {
|
|
35
37
|
"react": ">=18.3",
|
|
@@ -38,5 +40,5 @@
|
|
|
38
40
|
"volta": {
|
|
39
41
|
"extends": "../../package.json"
|
|
40
42
|
},
|
|
41
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "f470a738a67875e96e91cd2293b796909a467aea"
|
|
42
44
|
}
|