@arcgis/map-components-react 4.29.0-beta.9 → 4.29.0-beta.91
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 +7 -3
- package/dist/components.d.ts +2 -1
- package/dist/components.js +2 -0
- package/package.json +9 -8
package/README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
# React wrapper for
|
|
1
|
+
# ArcGIS Maps SDK for JavaScript - React wrapper for Map Components (beta)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
**No Esri Technical Support during beta.**
|
|
4
|
+
|
|
5
|
+
This package offers a series of mapping components that can be used to build applications with the ArcGIS Maps SDK for JavaScript.
|
|
6
|
+
|
|
7
|
+
Refer to the [ArcGIS Maps SDK for JavaScript components documentation](https://developers.arcgis.com/javascript/latest/components/) for more information.
|
|
4
8
|
|
|
5
9
|
## License
|
|
6
10
|
|
|
@@ -14,4 +18,4 @@ See use restrictions at <http://www.esri.com/legal/pdfs/mla_e204_e300/english>
|
|
|
14
18
|
|
|
15
19
|
For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
|
|
16
20
|
|
|
17
|
-
email: contracts@esri.com
|
|
21
|
+
email: contracts@esri.com
|
package/dist/components.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { JSX } from
|
|
2
|
+
import type { JSX } from "@arcgis/map-components/dist/types/components";
|
|
3
3
|
export declare const ArcgisAreaMeasurement2d: import("react").ForwardRefExoticComponent<JSX.ArcgisAreaMeasurement2d & Omit<import("react").HTMLAttributes<HTMLArcgisAreaMeasurement2dElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisAreaMeasurement2dElement>>;
|
|
4
4
|
export declare const ArcgisAreaMeasurement3d: import("react").ForwardRefExoticComponent<JSX.ArcgisAreaMeasurement3d & Omit<import("react").HTMLAttributes<HTMLArcgisAreaMeasurement3dElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisAreaMeasurement3dElement>>;
|
|
5
5
|
export declare const ArcgisAttachments: import("react").ForwardRefExoticComponent<JSX.ArcgisAttachments & Omit<import("react").HTMLAttributes<HTMLArcgisAttachmentsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisAttachmentsElement>>;
|
|
@@ -34,6 +34,7 @@ export declare const ArcgisLocate: import("react").ForwardRefExoticComponent<JSX
|
|
|
34
34
|
export declare const ArcgisMap: import("react").ForwardRefExoticComponent<JSX.ArcgisMap & Omit<import("react").HTMLAttributes<HTMLArcgisMapElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisMapElement>>;
|
|
35
35
|
export declare const ArcgisMeasurement: import("react").ForwardRefExoticComponent<JSX.ArcgisMeasurement & Omit<import("react").HTMLAttributes<HTMLArcgisMeasurementElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisMeasurementElement>>;
|
|
36
36
|
export declare const ArcgisNavigationToggle: import("react").ForwardRefExoticComponent<JSX.ArcgisNavigationToggle & Omit<import("react").HTMLAttributes<HTMLArcgisNavigationToggleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisNavigationToggleElement>>;
|
|
37
|
+
export declare const ArcgisPlacement: import("react").ForwardRefExoticComponent<JSX.ArcgisPlacement & Omit<import("react").HTMLAttributes<HTMLArcgisPlacementElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisPlacementElement>>;
|
|
37
38
|
export declare const ArcgisPrint: import("react").ForwardRefExoticComponent<JSX.ArcgisPrint & Omit<import("react").HTMLAttributes<HTMLArcgisPrintElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisPrintElement>>;
|
|
38
39
|
export declare const ArcgisScaleBar: import("react").ForwardRefExoticComponent<JSX.ArcgisScaleBar & Omit<import("react").HTMLAttributes<HTMLArcgisScaleBarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisScaleBarElement>>;
|
|
39
40
|
export declare const ArcgisScaleRangeSlider: import("react").ForwardRefExoticComponent<JSX.ArcgisScaleRangeSlider & Omit<import("react").HTMLAttributes<HTMLArcgisScaleRangeSliderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisScaleRangeSliderElement>>;
|
package/dist/components.js
CHANGED
|
@@ -36,6 +36,7 @@ import { defineCustomElement as defineArcgisLocate } from '@arcgis/map-component
|
|
|
36
36
|
import { defineCustomElement as defineArcgisMap } from '@arcgis/map-components/dist/components/arcgis-map.js';
|
|
37
37
|
import { defineCustomElement as defineArcgisMeasurement } from '@arcgis/map-components/dist/components/arcgis-measurement.js';
|
|
38
38
|
import { defineCustomElement as defineArcgisNavigationToggle } from '@arcgis/map-components/dist/components/arcgis-navigation-toggle.js';
|
|
39
|
+
import { defineCustomElement as defineArcgisPlacement } from '@arcgis/map-components/dist/components/arcgis-placement.js';
|
|
39
40
|
import { defineCustomElement as defineArcgisPrint } from '@arcgis/map-components/dist/components/arcgis-print.js';
|
|
40
41
|
import { defineCustomElement as defineArcgisScaleBar } from '@arcgis/map-components/dist/components/arcgis-scale-bar.js';
|
|
41
42
|
import { defineCustomElement as defineArcgisScaleRangeSlider } from '@arcgis/map-components/dist/components/arcgis-scale-range-slider.js';
|
|
@@ -89,6 +90,7 @@ export const ArcgisLocate = /*@__PURE__*/ createReactComponent('arcgis-locate',
|
|
|
89
90
|
export const ArcgisMap = /*@__PURE__*/ createReactComponent('arcgis-map', undefined, undefined, defineArcgisMap);
|
|
90
91
|
export const ArcgisMeasurement = /*@__PURE__*/ createReactComponent('arcgis-measurement', undefined, undefined, defineArcgisMeasurement);
|
|
91
92
|
export const ArcgisNavigationToggle = /*@__PURE__*/ createReactComponent('arcgis-navigation-toggle', undefined, undefined, defineArcgisNavigationToggle);
|
|
93
|
+
export const ArcgisPlacement = /*@__PURE__*/ createReactComponent('arcgis-placement', undefined, undefined, defineArcgisPlacement);
|
|
92
94
|
export const ArcgisPrint = /*@__PURE__*/ createReactComponent('arcgis-print', undefined, undefined, defineArcgisPrint);
|
|
93
95
|
export const ArcgisScaleBar = /*@__PURE__*/ createReactComponent('arcgis-scale-bar', undefined, undefined, defineArcgisScaleBar);
|
|
94
96
|
export const ArcgisScaleRangeSlider = /*@__PURE__*/ createReactComponent('arcgis-scale-range-slider', undefined, undefined, defineArcgisScaleRangeSlider);
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@arcgis/map-components-react",
|
|
3
3
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
4
4
|
"homepage": "https://developers.arcgis.com/javascript/latest/",
|
|
5
|
-
"version": "4.29.0-beta.
|
|
5
|
+
"version": "4.29.0-beta.91",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"module": "dist/index.js",
|
|
8
8
|
"main": "dist/index.js",
|
|
@@ -16,25 +16,26 @@
|
|
|
16
16
|
},
|
|
17
17
|
"license": "SEE LICENSE.md",
|
|
18
18
|
"scripts": {
|
|
19
|
-
"build": "
|
|
19
|
+
"build": "yarn pre && yarn compile",
|
|
20
20
|
"clean": "rimraf dist node_modules .turbo",
|
|
21
21
|
"compile": "yarn tsc",
|
|
22
|
+
"pre": "rimraf dist && yarn root:patch-jsx-imports",
|
|
22
23
|
"tsc": "tsc"
|
|
23
24
|
},
|
|
24
25
|
"dependencies": {
|
|
25
|
-
"@arcgis/map-components": "4.29.0-beta.
|
|
26
|
+
"@arcgis/map-components": "4.29.0-beta.91"
|
|
26
27
|
},
|
|
27
28
|
"devDependencies": {
|
|
29
|
+
"@arcgis/components-plugins": "4.29.0-beta.91",
|
|
28
30
|
"@types/node": "^20.2.5",
|
|
29
31
|
"@types/react-dom": "^18.2.0",
|
|
30
32
|
"rimraf": "^5.0.0",
|
|
31
|
-
"
|
|
32
|
-
"typescript": "4.9.5"
|
|
33
|
+
"typescript": "~5.3.0"
|
|
33
34
|
},
|
|
34
35
|
"peerDependencies": {
|
|
35
36
|
"@arcgis/core": ">=4.29.0-next <4.30",
|
|
36
|
-
"react": "
|
|
37
|
-
"react-dom": "
|
|
37
|
+
"react": ">=18.0.0 <19.0.0",
|
|
38
|
+
"react-dom": ">=18.0.0 <19.0.0"
|
|
38
39
|
},
|
|
39
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "998d4eedb5caff943d7613314c110ae13cd8dbed"
|
|
40
41
|
}
|