@arcgis/coding-components-react 4.34.0-next.90 → 4.34.0-next.96
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 +9 -5
- package/README.md +14 -7
- package/package.json +3 -3
package/LICENSE.md
CHANGED
|
@@ -4,10 +4,14 @@ COPYRIGHT © 2025 Esri
|
|
|
4
4
|
|
|
5
5
|
All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
|
|
6
6
|
|
|
7
|
-
This material is licensed for use under the Esri Master License Agreement (MLA), and is bound by the terms of that agreement.
|
|
7
|
+
This material is licensed for use under the [Esri Master License Agreement (MLA)](https://www.esri.com/content/dam/esrisites/en-us/media/legal/ma-full/ma-full.pdf), and is bound by the terms of that agreement.
|
|
8
|
+
You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.
|
|
8
9
|
|
|
9
|
-
|
|
10
|
+
For additional information, contact:
|
|
11
|
+
Environmental Systems Research Institute, Inc.
|
|
12
|
+
Attn: Contracts and Legal Services Department
|
|
13
|
+
380 New York Street
|
|
14
|
+
Redlands, California, USA 92373
|
|
15
|
+
USA
|
|
10
16
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
email: contracts@esri.com
|
|
17
|
+
email: legal@esri.com
|
package/README.md
CHANGED
|
@@ -1,15 +1,18 @@
|
|
|
1
1
|
# ArcGIS Maps SDK for JavaScript - React wrapper for Coding Components
|
|
2
2
|
|
|
3
|
-
> Note: `@arcgis/coding-components-react` was developed for use in React 18. Consider updating to React 19 where the React wrapper is no longer necessary. Check out the [documentation](https://developers.arcgis.com/javascript/latest/get-started
|
|
3
|
+
> Note: `@arcgis/coding-components-react` was developed for use in React 18. Consider updating to React 19 where the React wrapper is no longer necessary. Check out the [documentation](https://developers.arcgis.com/javascript/latest/get-started/#react) to get started with `@arcgis/coding-components` in React 19.
|
|
4
4
|
|
|
5
5
|
The ArcGIS Maps SDK for JavaScript provides a suite of ready-to-use UI components that simplify the process of creating GIS web applications. Currently, this package only includes an [Arcade](https://developers.arcgis.com/arcade/) expression code editor.
|
|
6
6
|
|
|
7
|
+
Want to get started immediately? See [Get started](https://developers.arcgis.com/javascript/latest/get-started/) or try out the [sample applications](https://github.com/Esri/jsapi-resources/tree/main/component-samples) for a variety of popular frameworks, module bundlers, and TypeScript.
|
|
8
|
+
|
|
7
9
|
## Documentation
|
|
8
10
|
|
|
9
11
|
- [Key Features](https://developers.arcgis.com/javascript/latest/key-features/)
|
|
10
|
-
- [Build with React](https://developers.arcgis.com/javascript/latest/get-started
|
|
12
|
+
- [Build with React](https://developers.arcgis.com/javascript/latest/get-started/#react)
|
|
11
13
|
- [API and component references](https://developers.arcgis.com/javascript/latest/references/)
|
|
12
14
|
- [Functionality samples](https://developers.arcgis.com/javascript/latest/sample-code/)
|
|
15
|
+
- [TypeScript setup](https://developers.arcgis.com/javascript/latest/get-started/#typescript)
|
|
13
16
|
|
|
14
17
|
## Resources
|
|
15
18
|
|
|
@@ -35,10 +38,14 @@ COPYRIGHT © 2025 Esri
|
|
|
35
38
|
|
|
36
39
|
All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
|
|
37
40
|
|
|
38
|
-
This material is licensed for use under the Esri Master License Agreement (MLA), and is bound by the terms of that agreement.
|
|
39
|
-
|
|
40
|
-
See use restrictions at <http://www.esri.com/legal/pdfs/mla_e204_e300/english>
|
|
41
|
+
This material is licensed for use under the [Esri Master License Agreement (MLA)](https://www.esri.com/content/dam/esrisites/en-us/media/legal/ma-full/ma-full.pdf), and is bound by the terms of that agreement.
|
|
42
|
+
You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.
|
|
41
43
|
|
|
42
|
-
For additional information, contact:
|
|
44
|
+
For additional information, contact:
|
|
45
|
+
Environmental Systems Research Institute, Inc.
|
|
46
|
+
Attn: Contracts and Legal Services Department
|
|
47
|
+
380 New York Street
|
|
48
|
+
Redlands, California, USA 92373
|
|
49
|
+
USA
|
|
43
50
|
|
|
44
|
-
email:
|
|
51
|
+
email: legal@esri.com
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/coding-components-react",
|
|
3
|
-
"version": "4.34.0-next.
|
|
3
|
+
"version": "4.34.0-next.96",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS coding components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ArcGIS",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
],
|
|
30
30
|
"license": "SEE LICENSE.md",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@arcgis/coding-components": "4.34.0-next.
|
|
33
|
-
"@arcgis/lumina": "4.34.0-next.
|
|
32
|
+
"@arcgis/coding-components": "4.34.0-next.96",
|
|
33
|
+
"@arcgis/lumina": "4.34.0-next.96",
|
|
34
34
|
"@lit/react": "^1.0.7",
|
|
35
35
|
"lit": "^3.3.0",
|
|
36
36
|
"tslib": "^2.8.1"
|