@arcgis/map-components 5.1.0-next.54 → 5.1.0-next.56

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.
@@ -1,68 +1,68 @@
1
1
  /* COPYRIGHT Esri - https://js.arcgis.com/5.1/LICENSE.txt */
2
- import { c as k } from "../../chunks/runtime.js";
3
- import { css as _, html as f } from "lit";
4
- import * as x from "@arcgis/core/geometry/operators/cutOperator.js";
5
- import * as y from "@arcgis/core/geometry/operators/lengthOperator.js";
6
- import * as m from "@arcgis/core/geometry/operators/projectOperator.js";
7
- import C from "@arcgis/core/geometry/Polyline.js";
8
- import I from "@arcgis/core/geometry/SpatialReference.js";
9
- import F from "@arcgis/core/Graphic.js";
10
- import b from "@arcgis/core/rest/networks/support/TraceLocation.js";
11
- import w from "@arcgis/core/symbols/SimpleMarkerSymbol.js";
12
- import { LitElement as A, createEvent as T } from "@arcgis/lumina";
13
- import { log as u, composeMissingPropertyMessage as g } from "@arcgis/toolkit/log";
14
- import { u as G } from "../../chunks/useT9n.js";
15
- import { d as S, i as v } from "../../chunks/layer-utils.js";
16
- const P = _`calcite-block{--calcite-block-content-space: 0;--calcite-block-border-color: transparent;margin:0}.add-location-button{--calcite-button-border-color: var(--calcite-color-border-1);--calcite-button-icon-color: var(--calcite-color-text-1);--calcite-button-text-color: var(--calcite-color-text-1)}.button-container{justify-content:center;display:grid}.clear-button{--calcite-button-border-color: transparent}`;
17
- class N extends A {
2
+ import { c as _ } from "../../chunks/runtime.js";
3
+ import { css as x, html as f } from "lit";
4
+ import * as C from "@arcgis/core/geometry/operators/cutOperator.js";
5
+ import * as m from "@arcgis/core/geometry/operators/lengthOperator.js";
6
+ import * as b from "@arcgis/core/geometry/operators/projectOperator.js";
7
+ import I from "@arcgis/core/geometry/Polyline.js";
8
+ import F from "@arcgis/core/geometry/SpatialReference.js";
9
+ import G from "@arcgis/core/Graphic.js";
10
+ import w from "@arcgis/core/rest/networks/support/TraceLocation.js";
11
+ import T from "@arcgis/core/symbols/SimpleMarkerSymbol.js";
12
+ import { LitElement as A, createEvent as L } from "@arcgis/lumina";
13
+ import { log as u, composeMissingPropertyMessage as y } from "@arcgis/toolkit/log";
14
+ import { u as v } from "../../chunks/useT9n.js";
15
+ import { d as S, i as P } from "../../chunks/layer-utils.js";
16
+ const N = x`calcite-block{--calcite-block-content-space: 0;--calcite-block-border-color: transparent;margin:0}.add-location-button{--calcite-button-border-color: var(--calcite-color-border-1);--calcite-button-icon-color: var(--calcite-color-text-1);--calcite-button-text-color: var(--calcite-color-text-1)}.button-container{justify-content:center;display:grid}.clear-button{--calcite-button-border-color: transparent}`;
17
+ class R extends A {
18
18
  constructor() {
19
- super(...arguments), this.messages = G({ blocking: !0 }), this.isSelectWaiting = !1, this.traceLocationType = "starting-point", this.spatialTolerance = 0.05, this.autoDestroyDisabled = !1, this.arcgisTraceLocationChange = T(), this.arcgisTraceLocationSelectEnd = T(), this.arcgisTraceLocationSelectStart = T();
19
+ super(...arguments), this.messages = v({ blocking: !0 }), this.isSelectWaiting = !1, this.traceLocationType = "starting-point", this.spatialTolerance = 0.05, this.autoDestroyDisabled = !1, this.arcgisTraceLocationChange = L(), this.arcgisTraceLocationSelectEnd = L(), this.arcgisTraceLocationSelectStart = L();
20
20
  }
21
21
  static {
22
22
  this.properties = { isSelectWaiting: 16, beforeTraceLocationSelectStart: 0, afterHitTest: 0, view: 0, traceLocationType: 1, traceLocations: 0, filterLayers: 0, sketchViewModel: 0, spatialTolerance: 9, autoDestroyDisabled: 5, utilityNetwork: 0 };
23
23
  }
24
24
  static {
25
- this.styles = P;
25
+ this.styles = N;
26
26
  }
27
27
  async destroy() {
28
28
  this._resetCursor(), await this.manager.destroy();
29
29
  }
30
30
  async load() {
31
- m.isLoaded() || await m.load();
31
+ b.isLoaded() || await b.load();
32
32
  }
33
- _createPolyline(t, e) {
34
- return new C({
33
+ _createPolyline(e, t) {
34
+ return new I({
35
35
  hasZ: !1,
36
36
  hasM: !0,
37
- paths: t,
38
- spatialReference: new I({ wkid: e })
37
+ paths: e,
38
+ spatialReference: new F({ wkid: t })
39
39
  });
40
40
  }
41
- _calculatePercentAlong(t, e) {
42
- const r = t.spatialReference, s = this._createPolyline(t.paths, r.wkid), o = e.x - 0.5, i = e.x + 0.5, c = e.y - 0.5, a = e.y + 0.5, n = [
41
+ _calculatePercentAlong(e, t) {
42
+ const r = e.spatialReference, s = this._createPolyline(e.paths, r.wkid), n = t.x - 0.5, i = t.x + 0.5, c = t.y - 0.5, a = t.y + 0.5, o = [
43
43
  [
44
- [o, c],
44
+ [n, c],
45
45
  [i, a]
46
46
  ]
47
- ], l = this._createPolyline(n, e.spatialReference.wkid), p = m.execute(l, r);
48
- if (!p)
47
+ ], l = this._createPolyline(o, t.spatialReference.wkid), d = b.execute(l, r);
48
+ if (!d)
49
49
  return u("error", this, "Unable to project flag geometry to source geometry spatial reference."), 0.5;
50
- const d = x.execute(s, p);
51
- if (d.length > 0) {
52
- const L = y.execute(s, { unit: "feet" });
50
+ const p = C.execute(s, d);
51
+ if (p.length > 0) {
52
+ const g = m.execute(s, { unit: "feet" });
53
53
  let h;
54
- return d[0].paths[0][0][0] === s.paths[0][0][0] ? h = y.execute(d[0], { unit: "feet" }) : d.length > 1 ? h = y.execute(d[1], { unit: "feet" }) : h = 0, h / L;
54
+ return p[0].paths[0][0][0] === s.paths[0][0][0] ? h = m.execute(p[0], { unit: "feet" }) : p.length > 1 ? h = m.execute(p[1], { unit: "feet" }) : h = 0, h / g;
55
55
  }
56
56
  return u("warn", this, "Unable to cut the source geometry with the flag geometry."), 0.5;
57
57
  }
58
58
  get _edgeSourceLayerIds() {
59
- const t = this.utilityNetwork?.dataElement?.domainNetworks;
60
- return t ? t.flatMap((e) => e.edgeSources).map((e) => e.layerId).filter(Boolean) : [];
59
+ const e = this.utilityNetwork?.dataElement?.domainNetworks;
60
+ return e ? e.flatMap((t) => t.edgeSources).map((t) => t.layerId).filter(Boolean) : [];
61
61
  }
62
62
  async _handleAddButtonClick() {
63
- const { view: t, sketchViewModel: e } = this;
64
- if (!(t && e)) {
65
- u("error", this, "Cannot add trace location."), e || u("error", this, g("sketchViewModel")), t || u("error", this, g("view"));
63
+ const { view: e, sketchViewModel: t } = this;
64
+ if (!(e && t)) {
65
+ u("error", this, "Cannot add trace location."), t || u("error", this, y("sketchViewModel")), e || u("error", this, y("view"));
66
66
  return;
67
67
  }
68
68
  if (this.beforeTraceLocationSelectStart) {
@@ -73,55 +73,55 @@ class N extends A {
73
73
  this.isSelectWaiting = !1;
74
74
  }
75
75
  }
76
- this.arcgisTraceLocationSelectStart.emit({ cancelSelect: () => e.cancel() }).defaultPrevented || await this._startSketch(t, e);
76
+ this.arcgisTraceLocationSelectStart.emit({ cancelSelect: () => t.cancel() }).defaultPrevented || await this._startSketch(e, t);
77
77
  }
78
- async _startSketch(t, e) {
79
- this._clickHandler?.remove(), this._clickHandler = e.on("create", (r) => this._handleSketchComplete(r, t, e)), "acquireCursor" in t && t.acquireCursor("crosshair"), this.sketchViewModel?.create("point");
78
+ async _startSketch(e, t) {
79
+ this._clickHandler?.remove(), this._clickHandler = t.on("create", (r) => this._handleSketchComplete(r, e, t)), "acquireCursor" in e && e.acquireCursor("crosshair"), this.sketchViewModel?.create("point");
80
80
  }
81
- _handleSketchComplete(t, e, r) {
82
- if (t.state === "complete" && t.graphic) {
83
- r.layer.remove(t.graphic), this._performHitTest(t, e, r);
81
+ _handleSketchComplete(e, t, r) {
82
+ if (e.state === "complete" && e.graphic) {
83
+ r.layer.remove(e.graphic), this._performHitTest(e, t, r);
84
84
  return;
85
85
  }
86
- t.state === "cancel" && (this._resetCursor(), this.arcgisTraceLocationSelectEnd.emit());
86
+ e.state === "cancel" && (this._resetCursor(), this.arcgisTraceLocationSelectEnd.emit());
87
87
  }
88
- async _performHitTest(t, e, r) {
88
+ async _performHitTest(e, t, r) {
89
89
  const { utilityNetwork: s } = this;
90
90
  if (!s) {
91
- u("error", this, g("utilityNetwork")), this._resetCursor(), this.arcgisTraceLocationSelectEnd.emit();
91
+ u("error", this, y("utilityNetwork")), this._resetCursor(), this.arcgisTraceLocationSelectEnd.emit();
92
92
  return;
93
93
  }
94
- const o = t.graphic?.geometry, i = e.toScreen(o);
94
+ const n = e.graphic?.geometry, i = t.toScreen(n);
95
95
  if (!i) {
96
- u("warn", this, "No screen point available for hit test."), this._startSketch(e, r);
96
+ u("warn", this, "No screen point available for hit test."), this._startSketch(t, r);
97
97
  return;
98
98
  }
99
- const a = (await e.hitTest(i, {
99
+ const a = (await t.hitTest(i, {
100
100
  include: this.filterLayers
101
- })).results.filter((n) => n.type === "graphic" && n?.layer && n.graphic);
101
+ })).results.filter((o) => o.type === "graphic" && o?.layer && o.graphic);
102
102
  if (a.length === 0) {
103
- u("info", this, "No usable hit test results found."), this._startSketch(e, r);
103
+ u("info", this, "No usable hit test results found."), this._startSketch(t, r);
104
104
  return;
105
105
  }
106
- this._resetCursor(), await this._processHitTestResults(a, o, e), this.arcgisTraceLocationSelectEnd.emit();
106
+ this._resetCursor(), await this._processHitTestResults(a, n, t), this.arcgisTraceLocationSelectEnd.emit();
107
107
  }
108
108
  _resetCursor() {
109
- const { view: t } = this;
110
- if (!t) {
111
- u("error", this, g("view"));
109
+ const { view: e } = this;
110
+ if (!e) {
111
+ u("error", this, y("view"));
112
112
  return;
113
113
  }
114
- this._clickHandler?.remove(), this._clickHandler = void 0, "acquireCursor" in t && t.acquireCursor("default");
114
+ this._clickHandler?.remove(), this._clickHandler = void 0, "acquireCursor" in e && e.acquireCursor("default");
115
115
  }
116
- async _processHitTestResults(t, e, r) {
117
- if (t.length === 0) {
116
+ async _processHitTestResults(e, t, r) {
117
+ if (e.length === 0) {
118
118
  u("error", this, "There are no hit test results to process.");
119
119
  return;
120
120
  }
121
- const s = t[0], o = t.map((a) => {
122
- const n = a, l = n.graphic;
123
- return l.origin = n.layer, l.sourceLayer = n.layer, l;
124
- }), i = this.afterHitTest ? await this.afterHitTest(o).catch(() => (
121
+ const s = e[0], n = e.map((a) => {
122
+ const o = a, l = o.graphic;
123
+ return l.origin = o.layer, l.sourceLayer = o.layer, l;
124
+ }), i = this.afterHitTest ? await this.afterHitTest(n).catch(() => (
125
125
  // if the callback is rejected treat it as a cancellation of the selection process, and do not add a trace location
126
126
  null
127
127
  )) : s.graphic;
@@ -134,22 +134,22 @@ class N extends A {
134
134
  u("error", this, "Unable to ensure necessary attributes on the selected graphic."), this.arcgisTraceLocationSelectEnd.emit();
135
135
  return;
136
136
  }
137
- await this._generateTraceLocation(c, e, r);
137
+ await this._generateTraceLocation(c, t, r);
138
138
  }
139
- async _ensureNecessaryAttributes(t) {
140
- const e = (S(t.layer), t.layer), r = e.fieldsIndex?.get("assetgroup") ?? !1, s = e.fieldsIndex?.get("assetgroup")?.name ?? "assetgroup", o = e.fieldsIndex?.get("assettype") ?? !1, i = e.fieldsIndex?.get("assettype")?.name ?? "assettype", c = t.getGlobalId(), a = t.getObjectId(), n = r ? !!t.getAttribute(s) : !0, l = o ? !!t.getAttribute(i) : !0;
141
- if (c && a && n && l)
142
- return t;
143
- const p = e.createQuery();
144
- return p.objectIds = [a], (await e.queryFeatures(p))?.features[0] || null;
139
+ async _ensureNecessaryAttributes(e) {
140
+ const t = (S(e.layer), e.layer), r = t.geometryType === null, s = t.fieldsIndex?.get("assetgroup") ?? !1, n = t.fieldsIndex?.get("assetgroup")?.name ?? "assetgroup", i = t.fieldsIndex?.get("assettype") ?? !1, c = t.fieldsIndex?.get("assettype")?.name ?? "assettype", a = e.getGlobalId(), o = e.getObjectId(), l = s ? !!e.getAttribute(n) : !0, d = i ? !!e.getAttribute(c) : !0, p = !!e.geometry;
141
+ if (a && o && l && d && (p || r))
142
+ return e;
143
+ const g = t.createQuery();
144
+ return g.objectIds = [o], (await t.queryFeatures(g))?.features[0] || null;
145
145
  }
146
- async _generateTraceLocation(t, e, r) {
147
- const { traceLocations: s } = this, o = t.getGlobalId() ?? "", i = t.geometry?.type, c = await this._generateFlagInfo(t, e);
146
+ async _generateTraceLocation(e, t, r) {
147
+ const { traceLocations: s } = this, n = e.getGlobalId() ?? "", i = e.geometry?.type, c = await this._generateFlagInfo(e, t);
148
148
  if (!c) {
149
149
  u("error", this, "Unable to generate flag info for trace location.");
150
150
  return;
151
151
  }
152
- const a = s?.filter((l) => l.spatialProperties.mapGraphic?.getGlobalId() === o) ?? [];
152
+ const a = s?.filter((l) => l.spatialProperties.mapGraphic?.getGlobalId() === n) ?? [];
153
153
  if (a.length > 0) {
154
154
  if (i !== "polyline") {
155
155
  u("warn", this, "A flag with the same globalId already exists.");
@@ -159,42 +159,42 @@ class N extends A {
159
159
  return;
160
160
  }
161
161
  }
162
- const n = this._addFlagGraphic(t, e, r);
163
- if (!n) {
162
+ const o = this._addFlagGraphic(e, t, r);
163
+ if (!o) {
164
164
  u("warn", this, "Unable to add flag graphic.");
165
165
  return;
166
166
  }
167
- c.spatialProperties.flagGraphic = n, s?.add(c);
167
+ c.spatialProperties.flagGraphic = o, s?.add(c);
168
168
  }
169
- async _generateFlagInfo(t, e) {
170
- const { traceLocationType: r, utilityNetwork: s } = this, o = t.getGlobalId() ?? "", i = t.geometry?.type, c = await this._generateItemTitle(t);
169
+ async _generateFlagInfo(e, t) {
170
+ const { traceLocationType: r, utilityNetwork: s } = this, n = e.getGlobalId() ?? "", i = e.geometry?.type, c = await this._generateItemTitle(e);
171
171
  if (i === "point" || i === "polygon") {
172
- const a = s?.getTerminalConfiguration(t), n = a ? a.terminals[0].id : 1;
172
+ const a = s?.getTerminalConfiguration(e), o = a ? a.terminals[0].id : 1;
173
173
  return {
174
- traceLocation: new b({
174
+ traceLocation: new w({
175
175
  type: r,
176
176
  isFilterBarrier: !1,
177
- globalId: o,
178
- terminalId: n
177
+ globalId: n,
178
+ terminalId: o
179
179
  }),
180
180
  flagProperties: {
181
181
  title: c,
182
182
  expanded: !1,
183
183
  terminalConfiguration: a ?? void 0,
184
- selectedTerminals: a ? /* @__PURE__ */ new Set([n]) : void 0
184
+ selectedTerminals: a ? /* @__PURE__ */ new Set([o]) : void 0
185
185
  },
186
186
  spatialProperties: {
187
- mapPoint: e,
188
- mapGraphic: t
187
+ mapPoint: t,
188
+ mapGraphic: e
189
189
  }
190
190
  };
191
191
  } else if (i === "polyline") {
192
- const a = this._calculatePercentAlong(t.geometry, e);
192
+ const a = this._calculatePercentAlong(e.geometry, t);
193
193
  return {
194
- traceLocation: new b({
194
+ traceLocation: new w({
195
195
  type: r,
196
196
  isFilterBarrier: !1,
197
- globalId: o,
197
+ globalId: n,
198
198
  percentAlong: a
199
199
  }),
200
200
  flagProperties: {
@@ -202,65 +202,65 @@ class N extends A {
202
202
  expanded: !1
203
203
  },
204
204
  spatialProperties: {
205
- mapPoint: e,
206
- mapGraphic: t
205
+ mapPoint: t,
206
+ mapGraphic: e
207
207
  }
208
208
  };
209
209
  } else if (!i) {
210
- const a = v(t.layer) ? t.layer.parent : t.layer, n = a && this._edgeSourceLayerIds.includes(a.layerId), l = s?.getTerminalConfiguration(t), p = l ? l.terminals[0].id : n ? -1 : 1, d = n ? 0.5 : -1;
210
+ const a = P(e.layer) ? e.layer.parent : e.layer, o = a && this._edgeSourceLayerIds.includes(a.layerId), l = s?.getTerminalConfiguration(e), d = l ? l.terminals[0].id : o ? -1 : 1, p = o ? 0.5 : -1;
211
211
  return {
212
- traceLocation: new b({
212
+ traceLocation: new w({
213
213
  type: r,
214
214
  isFilterBarrier: !1,
215
- globalId: o,
216
- terminalId: p,
217
- percentAlong: d
215
+ globalId: n,
216
+ terminalId: d,
217
+ percentAlong: p
218
218
  }),
219
219
  flagProperties: {
220
220
  title: c,
221
221
  expanded: !1,
222
222
  terminalConfiguration: l ?? void 0,
223
- selectedTerminals: l ? /* @__PURE__ */ new Set([p]) : void 0
223
+ selectedTerminals: l ? /* @__PURE__ */ new Set([d]) : void 0
224
224
  },
225
225
  spatialProperties: {
226
- mapPoint: e,
227
- mapGraphic: t
226
+ mapPoint: t,
227
+ mapGraphic: e
228
228
  }
229
229
  };
230
230
  }
231
231
  return null;
232
232
  }
233
- async _generateItemTitle(t) {
234
- const { messages: e } = this, r = (S(t.layer), t.layer);
235
- return ("getFeatureTitle" in r ? await r.getFeatureTitle(t) : null) || t?.getObjectId()?.toString() || e.labels.unknown;
233
+ async _generateItemTitle(e) {
234
+ const { messages: t } = this, r = (S(e.layer), e.layer);
235
+ return ("getFeatureTitle" in r ? await r.getFeatureTitle(e) : null) || e?.getObjectId()?.toString() || t.labels.unknown;
236
236
  }
237
- _addFlagGraphic(t, e, r) {
238
- const s = t.geometry?.type === "point" ? t.geometry : e, o = this._createFlagSymbol(), i = new F({
237
+ _addFlagGraphic(e, t, r) {
238
+ const s = e.geometry ? e.geometry.type === "point" ? e.geometry : t : null, n = this._createFlagSymbol(), i = new G({
239
239
  geometry: s,
240
- symbol: o,
241
- attributes: t.attributes
240
+ symbol: n,
241
+ attributes: e.attributes
242
242
  });
243
243
  return r.graphics.add(i), i;
244
244
  }
245
245
  _createFlagSymbol() {
246
- const { traceLocationType: t } = this, e = [244, 21, 21, 0.6], r = [21, 244, 21, 0.6];
247
- return t === "stopping-point" ? new w({
248
- color: e,
246
+ const { traceLocationType: e } = this, t = [244, 21, 21, 0.6], r = [21, 244, 21, 0.6];
247
+ return e === "stopping-point" ? new T({
248
+ color: t,
249
249
  style: "x",
250
250
  size: 12,
251
251
  outline: {
252
- color: e,
252
+ color: t,
253
253
  width: 2
254
254
  }
255
- }) : t === "barrier" ? new w({
256
- color: e,
255
+ }) : e === "barrier" ? new T({
256
+ color: t,
257
257
  style: "square",
258
258
  size: 12,
259
259
  outline: {
260
- color: e,
260
+ color: t,
261
261
  width: 0
262
262
  }
263
- }) : new w({
263
+ }) : new T({
264
264
  color: r,
265
265
  style: "circle",
266
266
  size: 12,
@@ -271,20 +271,20 @@ class N extends A {
271
271
  });
272
272
  }
273
273
  _handleClearButtonClick() {
274
- const { view: t, traceLocations: e } = this;
275
- e?.forEach((r) => {
276
- r.spatialProperties.flagGraphic && t && t.graphics.remove(r.spatialProperties.flagGraphic);
277
- }), e?.removeAll();
274
+ const { view: e, traceLocations: t } = this;
275
+ t?.forEach((r) => {
276
+ r.spatialProperties.flagGraphic && e && e.graphics.remove(r.spatialProperties.flagGraphic);
277
+ }), t?.removeAll();
278
278
  }
279
279
  renderAddLocationBlock() {
280
- const { traceLocationType: t, messages: e, traceLocations: r, view: s } = this, o = t === "starting-point" ? e.types.startingPoint : t === "barrier" ? e.types.barrier : e.types.stoppingPoint, i = o.heading, c = o.description, a = o.buttonText;
281
- return f`<calcite-block .heading=${i} .label=${i} expanded .description=${c}>${r?.length ? f`<calcite-button class="clear-button" slot=actions-end appearance=transparent .label=${e.buttons.clear} @click=${() => this._handleClearButtonClick()}>${e.buttons.clear}</calcite-button>` : null}<arcgis-utility-network-trace-location-list .traceLocations=${r} .traceLocationType=${t} .view=${s}></arcgis-utility-network-trace-location-list><div class="button-container"><calcite-button .loading=${this.isSelectWaiting} class="add-location-button" icon-start=select appearance=outline .label=${a} @click=${() => this._handleAddButtonClick()}>${a}</calcite-button></div></calcite-block>`;
280
+ const { traceLocationType: e, messages: t, traceLocations: r, view: s } = this, n = e === "starting-point" ? t.types.startingPoint : e === "barrier" ? t.types.barrier : t.types.stoppingPoint, i = n.heading, c = n.description, a = n.buttonText;
281
+ return f`<calcite-block .heading=${i} .label=${i} expanded .description=${c}>${r?.length ? f`<calcite-button class="clear-button" slot=actions-end appearance=transparent .label=${t.buttons.clear} @click=${() => this._handleClearButtonClick()}>${t.buttons.clear}</calcite-button>` : null}<arcgis-utility-network-trace-location-list .traceLocations=${r} .traceLocationType=${e} .view=${s}></arcgis-utility-network-trace-location-list><div class="button-container"><calcite-button .loading=${this.isSelectWaiting} class="add-location-button" icon-start=select appearance=outline .label=${a} @click=${() => this._handleAddButtonClick()}>${a}</calcite-button></div></calcite-block>`;
282
282
  }
283
283
  render() {
284
284
  return f`<div class="root">${this.renderAddLocationBlock()}</div>`;
285
285
  }
286
286
  }
287
- k("arcgis-utility-network-trace-location", N);
287
+ _("arcgis-utility-network-trace-location", R);
288
288
  export {
289
- N as ArcgisUtilityNetworkTraceLocation
289
+ R as ArcgisUtilityNetworkTraceLocation
290
290
  };