@esri/calcite-components-react 3.2.0-next.1 → 3.2.0-next.10

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/LICENSE.md CHANGED
@@ -8,6 +8,6 @@ This material is licensed for use under the Esri Master License Agreement (MLA),
8
8
 
9
9
  See use restrictions at <http://www.esri.com/legal/pdfs/mla_e204_e300/english>
10
10
 
11
- For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
11
+ For additional information, refer to [Calcite's licensing](https://developers.arcgis.com/calcite-design-system/resources/licensing) and contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
12
12
 
13
13
  email: <contracts@esri.com>
package/README.md CHANGED
@@ -110,7 +110,7 @@ This material is licensed for use under the Esri Master License Agreement (MLA),
110
110
 
111
111
  See use restrictions at <http://www.esri.com/legal/pdfs/mla_e204_e300/english>
112
112
 
113
- For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
113
+ For additional information, refer to [Calcite's licensing](https://developers.arcgis.com/calcite-design-system/resources/licensing) and contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
114
114
 
115
115
  email: <contracts@esri.com>
116
116
 
@@ -667,26 +667,26 @@ THE SOFTWARE.
667
667
 
668
668
  sortablejs
669
669
 
670
- MIT License
671
-
672
- Copyright (c) 2019 All contributors to Sortable
673
-
674
- Permission is hereby granted, free of charge, to any person obtaining a copy
675
- of this software and associated documentation files (the "Software"), to deal
676
- in the Software without restriction, including without limitation the rights
677
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
678
- copies of the Software, and to permit persons to whom the Software is
679
- furnished to do so, subject to the following conditions:
680
-
681
- The above copyright notice and this permission notice shall be included in all
682
- copies or substantial portions of the Software.
683
-
684
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
685
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
686
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
687
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
688
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
689
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
670
+ MIT License
671
+
672
+ Copyright (c) 2019 All contributors to Sortable
673
+
674
+ Permission is hereby granted, free of charge, to any person obtaining a copy
675
+ of this software and associated documentation files (the "Software"), to deal
676
+ in the Software without restriction, including without limitation the rights
677
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
678
+ copies of the Software, and to permit persons to whom the Software is
679
+ furnished to do so, subject to the following conditions:
680
+
681
+ The above copyright notice and this permission notice shall be included in all
682
+ copies or substantial portions of the Software.
683
+
684
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
685
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
686
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
687
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
688
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
689
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
690
690
  SOFTWARE.
691
691
 
692
692
  ---
@@ -773,17 +773,17 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
773
773
 
774
774
  tslib
775
775
 
776
- Copyright (c) Microsoft Corporation.
777
-
778
- Permission to use, copy, modify, and/or distribute this software for any
779
- purpose with or without fee is hereby granted.
780
-
781
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
782
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
783
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
784
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
785
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
786
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
776
+ Copyright (c) Microsoft Corporation.
777
+
778
+ Permission to use, copy, modify, and/or distribute this software for any
779
+ purpose with or without fee is hereby granted.
780
+
781
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
782
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
783
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
784
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
785
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
786
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
787
787
  PERFORMANCE OF THIS SOFTWARE.
788
788
 
789
789
  ---
@@ -73,6 +73,7 @@ export declare const CalciteBlockGroup: import("@lit/react").ReactWebComponent<H
73
73
  }, {
74
74
  onCalciteBlockGroupDragEnd: EventName<HTMLCalciteBlockGroupElement["calciteBlockGroupDragEnd"]>;
75
75
  onCalciteBlockGroupDragStart: EventName<HTMLCalciteBlockGroupElement["calciteBlockGroupDragStart"]>;
76
+ onCalciteBlockGroupMoveHalt: EventName<HTMLCalciteBlockGroupElement["calciteBlockGroupMoveHalt"]>;
76
77
  onCalciteBlockGroupOrderChange: EventName<HTMLCalciteBlockGroupElement["calciteBlockGroupOrderChange"]>;
77
78
  }>;
78
79
  export declare const CalciteBlockSection: import("@lit/react").ReactWebComponent<HTMLCalciteBlockSectionElement & {
@@ -293,6 +294,7 @@ export declare const CalciteList: import("@lit/react").ReactWebComponent<HTMLCal
293
294
  onCalciteListDragEnd: EventName<HTMLCalciteListElement["calciteListDragEnd"]>;
294
295
  onCalciteListDragStart: EventName<HTMLCalciteListElement["calciteListDragStart"]>;
295
296
  onCalciteListFilter: EventName<HTMLCalciteListElement["calciteListFilter"]>;
297
+ onCalciteListMoveHalt: EventName<HTMLCalciteListElement["calciteListMoveHalt"]>;
296
298
  onCalciteListOrderChange: EventName<HTMLCalciteListElement["calciteListOrderChange"]>;
297
299
  }>;
298
300
  export declare const CalciteListItem: import("@lit/react").ReactWebComponent<HTMLCalciteListItemElement & {
@@ -48,6 +48,7 @@ export const CalciteBlock = /*@__PURE__*/ createWrapper(getReactWrapperOptions("
48
48
  export const CalciteBlockGroup = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-block-group", {
49
49
  onCalciteBlockGroupDragEnd: "calciteBlockGroupDragEnd",
50
50
  onCalciteBlockGroupDragStart: "calciteBlockGroupDragStart",
51
+ onCalciteBlockGroupMoveHalt: "calciteBlockGroupMoveHalt",
51
52
  onCalciteBlockGroupOrderChange: "calciteBlockGroupOrderChange",
52
53
  }));
53
54
  export const CalciteBlockSection = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-block-section", {
@@ -186,6 +187,7 @@ export const CalciteList = /*@__PURE__*/ createWrapper(getReactWrapperOptions("c
186
187
  onCalciteListDragEnd: "calciteListDragEnd",
187
188
  onCalciteListDragStart: "calciteListDragStart",
188
189
  onCalciteListFilter: "calciteListFilter",
190
+ onCalciteListMoveHalt: "calciteListMoveHalt",
189
191
  onCalciteListOrderChange: "calciteListOrderChange",
190
192
  }));
191
193
  export const CalciteListItem = /*@__PURE__*/ createWrapper(getReactWrapperOptions("calcite-list-item", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-components-react",
3
- "version": "3.2.0-next.1",
3
+ "version": "3.2.0-next.10",
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": {
@@ -23,12 +23,12 @@
23
23
  "compile": "npm run tsc",
24
24
  "lint": "concurrently npm:lint:*",
25
25
  "lint:json": "prettier --write \"**/*.json\" >/dev/null",
26
- "lint:md": "prettier --write \"**/*.md\" >/dev/null && markdownlint \"**/*.md\" --fix --dot --ignore-path ../../.gitignore",
26
+ "lint:md": "prettier --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
- "@esri/calcite-components": "3.2.0-next.1",
31
+ "@esri/calcite-components": "3.2.0-next.10",
32
32
  "@lit/react": "1.0.7"
33
33
  },
34
34
  "peerDependencies": {
@@ -38,5 +38,5 @@
38
38
  "volta": {
39
39
  "extends": "../../package.json"
40
40
  },
41
- "gitHead": "866fdd35ecec7a0304c486474a35f3aa2b641857"
41
+ "gitHead": "59f5313f8ac4c0dee88c3417e0b1d16ff8243183"
42
42
  }