@arcgis/map-components-react 4.31.0-next.7 → 4.31.0-next.70
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/README.md +22 -3
- package/dist/components.d.ts +1 -4
- package/dist/components.js +1 -4
- package/package.json +19 -3
package/README.md
CHANGED
|
@@ -1,10 +1,29 @@
|
|
|
1
1
|
# ArcGIS Maps SDK for JavaScript - React wrapper for Map Components
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
The ArcGIS Maps SDK for JavaScript provides a suite of ready-to-use UI components that simplify the process of creating GIS web applications. This package contains a map component, scene component, and many other components with functionality made possible through the SDK's core API which is also accessible through the components.
|
|
4
4
|
|
|
5
|
-
Samples for how to use this package are available on github in the [
|
|
5
|
+
Samples for how to use this package are available on github in the [jsapi-resources](https://github.com/Esri/jsapi-resources) repository.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## Documentation
|
|
8
|
+
|
|
9
|
+
- [Key Features](https://developers.arcgis.com/javascript/latest/key-features/)
|
|
10
|
+
- [Build with React](https://developers.arcgis.com/javascript/latest/get-started-react/)
|
|
11
|
+
- [API and component references](https://developers.arcgis.com/javascript/latest/references/)
|
|
12
|
+
- [Functionality samples](https://developers.arcgis.com/javascript/latest/sample-code/)
|
|
13
|
+
|
|
14
|
+
## Resources
|
|
15
|
+
|
|
16
|
+
- [ArcGIS blog](https://blogs.esri.com/esri/arcgis/tag/javascript/)
|
|
17
|
+
- [twitter@EsriDevs](https://twitter.com/EsriDevs)
|
|
18
|
+
- [System Requirements](https://developers.arcgis.com/javascript/latest/system-requirements/)
|
|
19
|
+
- [Terms of Use](https://www.esri.com/en-us/legal/terms/product-specific-scope-of-use)
|
|
20
|
+
- [Licensing](https://developers.arcgis.com/javascript/latest/licensing/)
|
|
21
|
+
- [Working with `next` versions](https://github.com/Esri/feedback-js-api-next/blob/main/README.md)
|
|
22
|
+
|
|
23
|
+
## Issues
|
|
24
|
+
|
|
25
|
+
- General questions about using this package or the ArcGIS Maps SDK for JavaScript? See the [Esri developer community](https://community.esri.com/t5/arcgis-api-for-javascript/ct-p/arcgis-api-for-javascript).
|
|
26
|
+
- [Technical support](https://support.esri.com/).
|
|
8
27
|
|
|
9
28
|
## License
|
|
10
29
|
|
package/dist/components.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export declare const ArcgisBasemapLayerList: import("react").ForwardRefExoticCom
|
|
|
8
8
|
export declare const ArcgisBasemapToggle: import("react").ForwardRefExoticComponent<JSX.ArcgisBasemapToggle & Omit<import("react").HTMLAttributes<HTMLArcgisBasemapToggleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisBasemapToggleElement>>;
|
|
9
9
|
export declare const ArcgisBookmarks: import("react").ForwardRefExoticComponent<JSX.ArcgisBookmarks & Omit<import("react").HTMLAttributes<HTMLArcgisBookmarksElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisBookmarksElement>>;
|
|
10
10
|
export declare const ArcgisBuildingExplorer: import("react").ForwardRefExoticComponent<JSX.ArcgisBuildingExplorer & Omit<import("react").HTMLAttributes<HTMLArcgisBuildingExplorerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisBuildingExplorerElement>>;
|
|
11
|
+
export declare const ArcgisCatalogLayerList: import("react").ForwardRefExoticComponent<JSX.ArcgisCatalogLayerList & Omit<import("react").HTMLAttributes<HTMLArcgisCatalogLayerListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisCatalogLayerListElement>>;
|
|
11
12
|
export declare const ArcgisCompass: import("react").ForwardRefExoticComponent<JSX.ArcgisCompass & Omit<import("react").HTMLAttributes<HTMLArcgisCompassElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisCompassElement>>;
|
|
12
13
|
export declare const ArcgisCoordinateConversion: import("react").ForwardRefExoticComponent<JSX.ArcgisCoordinateConversion & Omit<import("react").HTMLAttributes<HTMLArcgisCoordinateConversionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisCoordinateConversionElement>>;
|
|
13
14
|
export declare const ArcgisDaylight: import("react").ForwardRefExoticComponent<JSX.ArcgisDaylight & Omit<import("react").HTMLAttributes<HTMLArcgisDaylightElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisDaylightElement>>;
|
|
@@ -55,9 +56,5 @@ export declare const ArcgisUtilityNetworkTrace: import("react").ForwardRefExotic
|
|
|
55
56
|
export declare const ArcgisUtilityNetworkValidateTopology: import("react").ForwardRefExoticComponent<JSX.ArcgisUtilityNetworkValidateTopology & Omit<import("react").HTMLAttributes<HTMLArcgisUtilityNetworkValidateTopologyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisUtilityNetworkValidateTopologyElement>>;
|
|
56
57
|
export declare const ArcgisValuePicker: import("react").ForwardRefExoticComponent<JSX.ArcgisValuePicker & Omit<import("react").HTMLAttributes<HTMLArcgisValuePickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisValuePickerElement>>;
|
|
57
58
|
export declare const ArcgisVersionManagement: import("react").ForwardRefExoticComponent<JSX.ArcgisVersionManagement & Omit<import("react").HTMLAttributes<HTMLArcgisVersionManagementElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisVersionManagementElement>>;
|
|
58
|
-
export declare const ArcgisVersionManagementServiceItem: import("react").ForwardRefExoticComponent<JSX.ArcgisVersionManagementServiceItem & Omit<import("react").HTMLAttributes<HTMLArcgisVersionManagementServiceItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisVersionManagementServiceItemElement>>;
|
|
59
|
-
export declare const ArcgisVersionManagementVersionItem: import("react").ForwardRefExoticComponent<JSX.ArcgisVersionManagementVersionItem & Omit<import("react").HTMLAttributes<HTMLArcgisVersionManagementVersionItemElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisVersionManagementVersionItemElement>>;
|
|
60
|
-
export declare const ArcgisVersionManagementVersionList: import("react").ForwardRefExoticComponent<JSX.ArcgisVersionManagementVersionList & Omit<import("react").HTMLAttributes<HTMLArcgisVersionManagementVersionListElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisVersionManagementVersionListElement>>;
|
|
61
|
-
export declare const ArcgisVersionManagementVersionProperties: import("react").ForwardRefExoticComponent<JSX.ArcgisVersionManagementVersionProperties & Omit<import("react").HTMLAttributes<HTMLArcgisVersionManagementVersionPropertiesElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisVersionManagementVersionPropertiesElement>>;
|
|
62
59
|
export declare const ArcgisWeather: import("react").ForwardRefExoticComponent<JSX.ArcgisWeather & Omit<import("react").HTMLAttributes<HTMLArcgisWeatherElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisWeatherElement>>;
|
|
63
60
|
export declare const ArcgisZoom: import("react").ForwardRefExoticComponent<JSX.ArcgisZoom & Omit<import("react").HTMLAttributes<HTMLArcgisZoomElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisZoomElement>>;
|
package/dist/components.js
CHANGED
|
@@ -10,6 +10,7 @@ export const ArcgisBasemapLayerList = /*@__PURE__*/ createReactComponent('arcgis
|
|
|
10
10
|
export const ArcgisBasemapToggle = /*@__PURE__*/ createReactComponent('arcgis-basemap-toggle');
|
|
11
11
|
export const ArcgisBookmarks = /*@__PURE__*/ createReactComponent('arcgis-bookmarks');
|
|
12
12
|
export const ArcgisBuildingExplorer = /*@__PURE__*/ createReactComponent('arcgis-building-explorer');
|
|
13
|
+
export const ArcgisCatalogLayerList = /*@__PURE__*/ createReactComponent('arcgis-catalog-layer-list');
|
|
13
14
|
export const ArcgisCompass = /*@__PURE__*/ createReactComponent('arcgis-compass');
|
|
14
15
|
export const ArcgisCoordinateConversion = /*@__PURE__*/ createReactComponent('arcgis-coordinate-conversion');
|
|
15
16
|
export const ArcgisDaylight = /*@__PURE__*/ createReactComponent('arcgis-daylight');
|
|
@@ -57,9 +58,5 @@ export const ArcgisUtilityNetworkTrace = /*@__PURE__*/ createReactComponent('arc
|
|
|
57
58
|
export const ArcgisUtilityNetworkValidateTopology = /*@__PURE__*/ createReactComponent('arcgis-utility-network-validate-topology');
|
|
58
59
|
export const ArcgisValuePicker = /*@__PURE__*/ createReactComponent('arcgis-value-picker');
|
|
59
60
|
export const ArcgisVersionManagement = /*@__PURE__*/ createReactComponent('arcgis-version-management');
|
|
60
|
-
export const ArcgisVersionManagementServiceItem = /*@__PURE__*/ createReactComponent('arcgis-version-management-service-item');
|
|
61
|
-
export const ArcgisVersionManagementVersionItem = /*@__PURE__*/ createReactComponent('arcgis-version-management-version-item');
|
|
62
|
-
export const ArcgisVersionManagementVersionList = /*@__PURE__*/ createReactComponent('arcgis-version-management-version-list');
|
|
63
|
-
export const ArcgisVersionManagementVersionProperties = /*@__PURE__*/ createReactComponent('arcgis-version-management-version-properties');
|
|
64
61
|
export const ArcgisWeather = /*@__PURE__*/ createReactComponent('arcgis-weather');
|
|
65
62
|
export const ArcgisZoom = /*@__PURE__*/ createReactComponent('arcgis-zoom');
|
package/package.json
CHANGED
|
@@ -1,7 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/map-components-react",
|
|
3
|
-
"version": "4.31.0-next.
|
|
3
|
+
"version": "4.31.0-next.70",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"ArcGIS",
|
|
7
|
+
"javascript",
|
|
8
|
+
"react",
|
|
9
|
+
"map",
|
|
10
|
+
"3D",
|
|
11
|
+
"2D",
|
|
12
|
+
"visualization",
|
|
13
|
+
"analytics",
|
|
14
|
+
"spatial",
|
|
15
|
+
"data-driven",
|
|
16
|
+
"gis",
|
|
17
|
+
"components",
|
|
18
|
+
"web-components",
|
|
19
|
+
"Esri"
|
|
20
|
+
],
|
|
5
21
|
"homepage": "https://developers.arcgis.com/javascript/latest/",
|
|
6
22
|
"sideEffects": false,
|
|
7
23
|
"main": "dist/index.js",
|
|
@@ -23,7 +39,7 @@
|
|
|
23
39
|
"tsc": "tsc"
|
|
24
40
|
},
|
|
25
41
|
"dependencies": {
|
|
26
|
-
"@arcgis/map-components": "4.31.0-next.
|
|
42
|
+
"@arcgis/map-components": "4.31.0-next.70"
|
|
27
43
|
},
|
|
28
44
|
"devDependencies": {
|
|
29
45
|
"@types/node": "^20.2.5",
|
|
@@ -36,5 +52,5 @@
|
|
|
36
52
|
"react": ">=18.0.0 <19.0.0",
|
|
37
53
|
"react-dom": ">=18.0.0 <19.0.0"
|
|
38
54
|
},
|
|
39
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "4826c0b723a35b89b1cbcd91246e228a76dee76b"
|
|
40
56
|
}
|