@arcgis/map-components-react 5.1.0-next.19 → 5.1.0-next.20

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.
@@ -173,13 +173,13 @@ export declare const ArcgisFeatureTable: import('@lit/react').ReactWebComponent<
173
173
  onArcgisReady: EventName<HTMLArcgisFeatureTableElement["arcgisReady"]>;
174
174
  onArcgisSelectionChange: EventName<HTMLArcgisFeatureTableElement["arcgisSelectionChange"]>;
175
175
  }>;
176
- /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-feature-templates /> directly. */
177
- export declare const ArcgisFeatureTemplates: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-feature-templates/customElement').ArcgisFeatureTemplates & {
176
+ /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-feature-templates-legacy /> directly. */
177
+ export declare const ArcgisFeatureTemplatesLegacy: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-feature-templates-legacy/customElement').ArcgisFeatureTemplatesLegacy & {
178
178
  class?: string;
179
179
  }, {
180
- onArcgisPropertyChange: EventName<HTMLArcgisFeatureTemplatesElement["arcgisPropertyChange"]>;
181
- onArcgisReady: EventName<HTMLArcgisFeatureTemplatesElement["arcgisReady"]>;
182
- onArcgisSelect: EventName<HTMLArcgisFeatureTemplatesElement["arcgisSelect"]>;
180
+ onArcgisPropertyChange: EventName<HTMLArcgisFeatureTemplatesLegacyElement["arcgisPropertyChange"]>;
181
+ onArcgisReady: EventName<HTMLArcgisFeatureTemplatesLegacyElement["arcgisReady"]>;
182
+ onArcgisSelect: EventName<HTMLArcgisFeatureTemplatesLegacyElement["arcgisSelect"]>;
183
183
  }>;
184
184
  /** @deprecated since 5.0. React wrappers are not needed in React 19 or above. Use <arcgis-features /> directly. */
185
185
  export declare const ArcgisFeatures: import('@lit/react').ReactWebComponent<import('@arcgis/map-components/components/arcgis-features/customElement').ArcgisFeatures & {
package/dist/index.js CHANGED
@@ -164,7 +164,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
164
164
  onArcgisReady: "arcgisReady"
165
165
  }
166
166
  )
167
- ), k = /* @__PURE__ */ e(
167
+ ), L = /* @__PURE__ */ e(
168
168
  r(
169
169
  "arcgis-feature",
170
170
  {
@@ -172,7 +172,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
172
172
  onArcgisReady: "arcgisReady"
173
173
  }
174
174
  )
175
- ), L = /* @__PURE__ */ e(
175
+ ), k = /* @__PURE__ */ e(
176
176
  r(
177
177
  "arcgis-feature-form",
178
178
  {
@@ -198,7 +198,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
198
198
  )
199
199
  ), E = /* @__PURE__ */ e(
200
200
  r(
201
- "arcgis-feature-templates",
201
+ "arcgis-feature-templates-legacy",
202
202
  {
203
203
  onArcgisPropertyChange: "arcgisPropertyChange",
204
204
  onArcgisReady: "arcgisReady",
@@ -713,7 +713,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
713
713
  onArcgisReady: "arcgisReady"
714
714
  }
715
715
  )
716
- ), kr = /* @__PURE__ */ e(
716
+ ), Lr = /* @__PURE__ */ e(
717
717
  r(
718
718
  "arcgis-track",
719
719
  {
@@ -723,7 +723,7 @@ const e = /* @__PURE__ */ g(i, a), n = /* @__PURE__ */ e(
723
723
  onArcgisReady: "arcgisReady"
724
724
  }
725
725
  )
726
- ), Lr = /* @__PURE__ */ e(
726
+ ), kr = /* @__PURE__ */ e(
727
727
  r(
728
728
  "arcgis-utility-network-associations",
729
729
  {
@@ -897,11 +897,11 @@ export {
897
897
  S as ArcgisEditor,
898
898
  D as ArcgisElevationProfile,
899
899
  b as ArcgisExpand,
900
- k as ArcgisFeature,
901
- L as ArcgisFeatureForm,
900
+ L as ArcgisFeature,
901
+ k as ArcgisFeatureForm,
902
902
  X as ArcgisFeatureImage,
903
903
  v as ArcgisFeatureTable,
904
- E as ArcgisFeatureTemplates,
904
+ E as ArcgisFeatureTemplatesLegacy,
905
905
  Y as ArcgisFeatureTitle,
906
906
  U as ArcgisFeatures,
907
907
  F as ArcgisFloorFilter,
@@ -948,9 +948,9 @@ export {
948
948
  ur as ArcgisTimeOfDaySlider,
949
949
  Dr as ArcgisTimeSlider,
950
950
  br as ArcgisTimeZoneLabel,
951
- kr as ArcgisTrack,
951
+ Lr as ArcgisTrack,
952
952
  Ur as ArcgisUtilityNetworkAggregatedGeometry,
953
- Lr as ArcgisUtilityNetworkAssociations,
953
+ kr as ArcgisUtilityNetworkAssociations,
954
954
  Fr as ArcgisUtilityNetworkSubnetworkInfo,
955
955
  vr as ArcgisUtilityNetworkTrace,
956
956
  Er as ArcgisUtilityNetworkTraceAnalysis,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/map-components-react",
3
- "version": "5.1.0-next.19",
3
+ "version": "5.1.0-next.20",
4
4
  "description": "A set of React components that wrap ArcGIS map components",
5
5
  "keywords": [
6
6
  "2D",
@@ -33,8 +33,8 @@
33
33
  "@lit/react": "^1.0.8",
34
34
  "lit": "^3.3.0",
35
35
  "tslib": "^2.8.1",
36
- "@arcgis/lumina": "5.1.0-next.19",
37
- "@arcgis/map-components": "5.1.0-next.19"
36
+ "@arcgis/lumina": "5.1.0-next.20",
37
+ "@arcgis/map-components": "5.1.0-next.20"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@arcgis/core": "^5.0.0-next",