@arcgis/map-components-react 4.34.0-next.110 → 4.34.0-next.112
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/dist/components.d.ts +0 -1
- package/dist/index.js +0 -1
- package/package.json +3 -3
package/dist/components.d.ts
CHANGED
|
@@ -164,7 +164,6 @@ export declare const ArcgisFeatureTemplates: import('@lit/react').ReactWebCompon
|
|
|
164
164
|
export declare const ArcgisFeatures: import('@lit/react').ReactWebComponent<HTMLArcgisFeaturesElement & {
|
|
165
165
|
class?: string;
|
|
166
166
|
}, {
|
|
167
|
-
onArcgisClose: EventName<HTMLArcgisFeaturesElement["arcgisClose"]>;
|
|
168
167
|
onArcgisPropertyChange: EventName<HTMLArcgisFeaturesElement["arcgisPropertyChange"]>;
|
|
169
168
|
onArcgisReady: EventName<HTMLArcgisFeaturesElement["arcgisReady"]>;
|
|
170
169
|
onArcgisTriggerAction: EventName<HTMLArcgisFeaturesElement["arcgisTriggerAction"]>;
|
package/dist/index.js
CHANGED
|
@@ -214,7 +214,6 @@ const e = /* @__PURE__ */ s(i, a), n = /* @__PURE__ */ e(
|
|
|
214
214
|
r(
|
|
215
215
|
"arcgis-features",
|
|
216
216
|
{
|
|
217
|
-
onArcgisClose: "arcgisClose",
|
|
218
217
|
onArcgisPropertyChange: "arcgisPropertyChange",
|
|
219
218
|
onArcgisReady: "arcgisReady",
|
|
220
219
|
onArcgisTriggerAction: "arcgisTriggerAction"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/map-components-react",
|
|
3
|
-
"version": "4.34.0-next.
|
|
3
|
+
"version": "4.34.0-next.112",
|
|
4
4
|
"description": "A set of React components that wrap ArcGIS map components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ArcGIS",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
],
|
|
30
30
|
"license": "SEE LICENSE.md",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@arcgis/lumina": "4.34.0-next.
|
|
33
|
-
"@arcgis/map-components": "4.34.0-next.
|
|
32
|
+
"@arcgis/lumina": "4.34.0-next.112",
|
|
33
|
+
"@arcgis/map-components": "4.34.0-next.112",
|
|
34
34
|
"@esri/calcite-components": "^3.2.1",
|
|
35
35
|
"@lit/react": "^1.0.7",
|
|
36
36
|
"lit": "^3.3.0",
|