@arcgis/map-components 5.2.0-next.12 → 5.2.0-next.14
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/cdn/{QKER2AXN.js → 47YKMHEI.js} +1 -1
- package/dist/cdn/4BGPI3L3.js +2 -0
- package/dist/cdn/{GTOGU3CL.js → 5D3ZCD2V.js} +1 -1
- package/dist/cdn/{HNGHLDNZ.js → 5Z6MDFHN.js} +1 -1
- package/dist/cdn/64S26ZIP.js +2 -0
- package/dist/cdn/BXK5DVDN.js +2 -0
- package/dist/cdn/FXNJNCK7.js +2 -0
- package/dist/cdn/IFWIGLKK.js +2 -0
- package/dist/cdn/IHDXJ4C3.js +2 -0
- package/dist/cdn/IYEZB6EU.js +2 -0
- package/dist/cdn/{3QWDXECJ.js → K6O7QOW4.js} +1 -1
- package/dist/cdn/{2KXO5AYW.js → MJ2AUX7N.js} +1 -1
- package/dist/cdn/O3S3JGUF.js +2 -0
- package/dist/cdn/QQPVIXFY.js +2 -0
- package/dist/cdn/TPZUKUI7.js +2 -0
- package/dist/cdn/{3PT4D6BD.js → UA3OPWND.js} +1 -1
- package/dist/cdn/UCPXN4Y5.js +2 -0
- package/dist/cdn/{HSGEBM7Q.js → XVNU3EUN.js} +1 -1
- package/dist/cdn/assets/print/t9n/messages.en.json +1 -1
- package/dist/cdn/index.js +1 -1
- package/dist/chunks/useArcgisViewReadyError.js +7 -7
- package/dist/components/arcgis-daylight/customElement.js +32 -23
- package/dist/components/arcgis-editor/customElement.d.ts +63 -0
- package/dist/components/arcgis-editor/customElement.js +5 -5
- package/dist/components/arcgis-features-next/customElement.js +15 -12
- package/dist/components/arcgis-labeled-switch/customElement.js +5 -5
- package/dist/components/arcgis-layer-list-next/customElement.js +80 -55
- package/dist/components/arcgis-multi-feature-form/customElement.js +14 -14
- package/dist/components/arcgis-print/customElement.d.ts +3 -0
- package/dist/components/arcgis-print-datum-transformation-input/customElement.js +74 -0
- package/dist/components/arcgis-print-datum-transformation-input/index.js +3 -0
- package/dist/components/arcgis-print-layout-advanced-options/customElement.js +14 -11
- package/dist/components/arcgis-print-layout-advanced-options/index.js +1 -0
- package/dist/components/arcgis-print-template-selector/customElement.js +8 -8
- package/dist/components/arcgis-sketch/customElement.d.ts +90 -1
- package/dist/components/arcgis-sketch/customElement.js +35 -25
- package/dist/components/arcgis-slider-scale-range/customElement.d.ts +4 -5
- package/dist/components/arcgis-slider-scale-range/customElement.js +69 -56
- package/dist/components/arcgis-utility-network-trace-location/customElement.js +66 -83
- package/dist/docs/api.json +1 -1
- package/dist/docs/docs.json +1 -1
- package/dist/docs/vscode.html-custom-data.json +1 -1
- package/dist/docs/web-types.json +1 -1
- package/dist/loader.js +3 -2
- package/dist/types/lumina.d.ts +2 -2
- package/dist/types/preact.d.ts +2 -2
- package/dist/types/react.d.ts +2 -2
- package/dist/types/stencil.d.ts +2 -2
- package/package.json +5 -5
- package/dist/cdn/25P6ABDR.js +0 -2
- package/dist/cdn/DNZU7DTQ.js +0 -2
- package/dist/cdn/IKSY73X2.js +0 -2
- package/dist/cdn/JE5LMTIW.js +0 -2
- package/dist/cdn/KI4JUPA7.js +0 -2
- package/dist/cdn/L3BUIPXT.js +0 -2
- package/dist/cdn/OJIPBNXS.js +0 -2
- package/dist/cdn/OUYGGJ47.js +0 -2
- package/dist/cdn/TXDMKNIB.js +0 -2
- package/dist/cdn/VNP4GF74.js +0 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* COPYRIGHT Esri - https://js.arcgis.com/5.2/LICENSE.txt */
|
|
2
|
-
import { c as
|
|
2
|
+
import { c as o } from "../../chunks/runtime.js";
|
|
3
3
|
import { css as r, html as t } from "lit";
|
|
4
|
-
import { watch as
|
|
4
|
+
import { watch as s } from "@arcgis/core/core/reactiveUtils.js";
|
|
5
5
|
import { LitElement as c } from "@arcgis/lumina";
|
|
6
6
|
import { u as h } from "../../chunks/useHandles.js";
|
|
7
7
|
const u = r`.advanced-options-container{padding:var(--calcite-spacing-xxs);display:flex;flex-direction:column;gap:var(--calcite-spacing-xs)}`, d = [
|
|
@@ -16,11 +16,11 @@ const u = r`.advanced-options-container{padding:var(--calcite-spacing-xxs);displ
|
|
|
16
16
|
function p(i) {
|
|
17
17
|
if (!i)
|
|
18
18
|
return !1;
|
|
19
|
-
const { map: e, graphics:
|
|
20
|
-
return
|
|
19
|
+
const { map: e, graphics: n } = i;
|
|
20
|
+
return n?.length ? !0 : e?.allLayers.some((a) => {
|
|
21
21
|
if (a.type === "feature" && "source" in a) {
|
|
22
|
-
const { type:
|
|
23
|
-
return
|
|
22
|
+
const { type: l } = a.source;
|
|
23
|
+
return l !== "feature-layer" && l !== "ogc-feature";
|
|
24
24
|
}
|
|
25
25
|
return d.includes(a.type);
|
|
26
26
|
}) ?? !1;
|
|
@@ -41,8 +41,8 @@ class g extends c {
|
|
|
41
41
|
}
|
|
42
42
|
loaded() {
|
|
43
43
|
this.manager.onLifecycle(() => [
|
|
44
|
-
|
|
45
|
-
this._handles.removeHandles("template-handle"), this._selectedTemplate = e ? this.viewModel.getLayoutTemplateById(e) ?? void 0 : void 0, this._handles.addHandles(
|
|
44
|
+
s(() => this.viewModel.templateOptions.id, (e) => {
|
|
45
|
+
this._handles.removeHandles("template-handle"), this._selectedTemplate = e ? this.viewModel.getLayoutTemplateById(e) ?? void 0 : void 0, this._handles.addHandles(s(() => [
|
|
46
46
|
this._selectedTemplate?.layoutTemplateInfo?.layoutOptions?.hasAuthorText,
|
|
47
47
|
this._selectedTemplate?.layoutTemplateInfo?.layoutOptions?.hasCopyrightText,
|
|
48
48
|
this._selectedTemplate?.layoutTemplateInfo?.layoutOptions?.hasLegend,
|
|
@@ -52,13 +52,13 @@ class g extends c {
|
|
|
52
52
|
this._showAuthorInput = this._selectedTemplate?.layoutTemplateInfo?.layoutOptions?.hasAuthorText ?? !0, this._showCopyrightInput = this._selectedTemplate?.layoutTemplateInfo?.layoutOptions?.hasCopyrightText ?? !0, this._showLegendInput = this._selectedTemplate?.layoutTemplateInfo?.layoutOptions?.hasLegend ?? !0, this._showNorthArrowInput = !!this._selectedTemplate?.mapSurroundInfoOptions?.northArrow.length, this._showScaleBarInput = !!this._selectedTemplate?.mapSurroundInfoOptions?.scaleBar.length, this._showForceFeatureAttributes = p(this.viewModel.view) && !!this._selectedTemplate?.layoutItem?.id && !this.hideFeatureAttributes, this._showTablesInput = m(this.viewModel.view) && !!this._selectedTemplate?.layoutItem?.id && !this.hideIncludeTables;
|
|
53
53
|
}, { initial: !0 }), "template-handle");
|
|
54
54
|
}, { initial: !0 }),
|
|
55
|
-
|
|
55
|
+
s(() => [this.viewModel.portal?.user, this.autoPopulateAuthor], () => {
|
|
56
56
|
!this.viewModel.templateOptions.author && this.autoPopulateAuthor && this.viewModel.portal?.user?.username && (this.viewModel.templateOptions.author = this.viewModel.portal.user.username, this.requestUpdate());
|
|
57
57
|
}, { initial: !0 })
|
|
58
58
|
]);
|
|
59
59
|
}
|
|
60
60
|
render() {
|
|
61
|
-
return t`<div aria-labelledby=${`${this.el.id}__advancedOptionsForLayout`} class="advanced-options-container">${this._renderScaleSection()}${this._renderAuthorSection()}${this._renderCopyrightSection()}${this._renderDpiSection()}${this._renderOutSpatialReferenceSection()}${this._renderCustomTextElementSection()}${this._renderLegendSection()}${this._renderNorthArrowSection()}${this._renderScaleBarSection()}${this._renderForceFeatureAttributesSection()}${this._renderIncludeTablesSection()}</div>`;
|
|
61
|
+
return t`<div aria-labelledby=${`${this.el.id}__advancedOptionsForLayout`} class="advanced-options-container">${this._renderScaleSection()}${this._renderAuthorSection()}${this._renderCopyrightSection()}${this._renderDpiSection()}${this._renderOutSpatialReferenceSection()}${this._renderDatumTransformationSection()}${this._renderCustomTextElementSection()}${this._renderLegendSection()}${this._renderNorthArrowSection()}${this._renderScaleBarSection()}${this._renderForceFeatureAttributesSection()}${this._renderIncludeTablesSection()}</div>`;
|
|
62
62
|
}
|
|
63
63
|
_renderScaleSection() {
|
|
64
64
|
return t`<arcgis-print-scale-section .messages=${this.messages} .viewModel=${this.viewModel}></arcgis-print-scale-section>`;
|
|
@@ -75,6 +75,9 @@ class g extends c {
|
|
|
75
75
|
_renderOutSpatialReferenceSection() {
|
|
76
76
|
return t`<arcgis-print-out-spatial-reference-input .messages=${this.messages} .viewModel=${this.viewModel}></arcgis-print-out-spatial-reference-input>`;
|
|
77
77
|
}
|
|
78
|
+
_renderDatumTransformationSection() {
|
|
79
|
+
return t`<arcgis-print-datum-transformation-input .messages=${this.messages} .viewModel=${this.viewModel}></arcgis-print-datum-transformation-input>`;
|
|
80
|
+
}
|
|
78
81
|
_renderCustomTextElementSection() {
|
|
79
82
|
return t`<arcgis-print-custom-text-elements .viewModel=${this.viewModel}></arcgis-print-custom-text-elements>`;
|
|
80
83
|
}
|
|
@@ -96,7 +99,7 @@ class g extends c {
|
|
|
96
99
|
return this._showTablesInput ? t`<div><calcite-label layout=inline><calcite-checkbox .checked=${!!this.viewModel.templateOptions.includeTables} @calciteCheckboxChange=${(e) => this.viewModel.templateOptions.includeTables = e.target.checked}></calcite-checkbox>${this.messages.includeTables}</calcite-label></div>` : null;
|
|
97
100
|
}
|
|
98
101
|
}
|
|
99
|
-
|
|
102
|
+
o("arcgis-print-layout-advanced-options", g);
|
|
100
103
|
export {
|
|
101
104
|
g as PrintLayoutAdvancedOptions
|
|
102
105
|
};
|
|
@@ -3,6 +3,7 @@ import "@esri/calcite-components/components/calcite-label";
|
|
|
3
3
|
import "@esri/calcite-components/components/calcite-input";
|
|
4
4
|
import "../arcgis-print-dpi-input/index.js";
|
|
5
5
|
import "../arcgis-print-out-spatial-reference-input/index.js";
|
|
6
|
+
import "../arcgis-print-datum-transformation-input/index.js";
|
|
6
7
|
import "../arcgis-print-custom-text-elements/index.js";
|
|
7
8
|
import "@esri/calcite-components/components/calcite-checkbox";
|
|
8
9
|
import "@esri/calcite-components/components/calcite-select";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/* COPYRIGHT Esri - https://js.arcgis.com/5.2/LICENSE.txt */
|
|
2
2
|
import { c as m } from "../../chunks/runtime.js";
|
|
3
3
|
import { css as p, html as l } from "lit";
|
|
4
|
-
import { watch as
|
|
4
|
+
import { watch as o } from "@arcgis/core/core/reactiveUtils.js";
|
|
5
5
|
import { LitElement as u, nothing as h } from "@arcgis/lumina";
|
|
6
|
-
import { i as
|
|
6
|
+
import { i as c, r as g, a as v, g as f, b as T } from "../../chunks/utils3.js";
|
|
7
7
|
import { u as w } from "../../chunks/useHandles.js";
|
|
8
|
-
const $ = p`:host{overflow-y:hidden;display:flex;flex:1 0}.template-select-flow-item-container{display:flex;flex-direction:column;justify-content:space-between;overflow-y:hidden;flex-grow:1}.template-select-flow-item-container .template-select-flow-item-content{display:flex;flex-direction:column;overflow-y:auto;flex:1 0}.template-select-flow-item-container .template-select-flow-item-content .template-select-flow-item-list-heading{display:flex;gap:var(--calcite-spacing-xs);align-items:center;padding:var(--calcite-spacing-md) var(--calcite-spacing-lg);background-color:var(--calcite-color-foreground-2);border-bottom:1px solid var(--calcite-color-border-3);font-weight:var(--calcite-font-weight-semibold)}.template-button-container{padding:var(--calcite-spacing-md)}.template-done-button{width:100%}`;
|
|
8
|
+
const $ = p`:host{overflow-y:hidden;display:flex;flex:1 0}.template-select-flow-item-container{display:flex;flex-direction:column;justify-content:space-between;overflow-y:hidden;flex-grow:1}.template-select-flow-item-container .template-select-flow-item-content{display:flex;flex-direction:column;overflow-y:auto;flex:1 0}.template-select-flow-item-container .template-select-flow-item-content .template-select-flow-item-list-heading{display:flex;gap:var(--calcite-spacing-xs);align-items:center;justify-content:space-between;padding:var(--calcite-spacing-md) var(--calcite-spacing-lg);background-color:var(--calcite-color-foreground-2);border-bottom:1px solid var(--calcite-color-border-3);font-weight:var(--calcite-font-weight-semibold)}.template-button-container{padding:var(--calcite-spacing-md)}.template-done-button{width:100%}`;
|
|
9
9
|
class y extends u {
|
|
10
10
|
constructor() {
|
|
11
11
|
super(...arguments), this._handles = w("disconnect");
|
|
@@ -18,19 +18,19 @@ class y extends u {
|
|
|
18
18
|
}
|
|
19
19
|
loaded() {
|
|
20
20
|
this.manager.onLifecycle(() => [
|
|
21
|
-
|
|
22
|
-
this._handles.removeHandles("template-handle"), this._selectedTemplate = e ? this.viewModel.getLayoutTemplateById(e) ?? void 0 : void 0, this._handles.addHandles(
|
|
21
|
+
o(() => this.viewModel.templateOptions.id, (e) => {
|
|
22
|
+
this._handles.removeHandles("template-handle"), this._selectedTemplate = e ? this.viewModel.getLayoutTemplateById(e) ?? void 0 : void 0, this._handles.addHandles(o(() => this._selectedTemplate?.state, () => this.requestUpdate(), { initial: !0 }), "template-handle");
|
|
23
23
|
}, { initial: !0 })
|
|
24
24
|
]);
|
|
25
25
|
}
|
|
26
26
|
_getPortalTemplates() {
|
|
27
|
-
return this.viewModel.includeDefaultTemplates && !this.excludeOrganizationTemplates ? this.viewModel.defaultTemplates.toArray().filter(({ layout: e, layoutItem: i }) => !
|
|
27
|
+
return this.viewModel.includeDefaultTemplates && !this.excludeOrganizationTemplates ? this.viewModel.defaultTemplates.toArray().filter(({ layout: e, layoutItem: i }) => !c(e) && !!i?.id) : [];
|
|
28
28
|
}
|
|
29
29
|
_getDefaultTemplates() {
|
|
30
|
-
return this.viewModel.includeDefaultTemplates ? this.viewModel.defaultTemplates.toArray().filter(({ layout: e, layoutItem: i }) => !
|
|
30
|
+
return this.viewModel.includeDefaultTemplates ? this.viewModel.defaultTemplates.toArray().filter(({ layout: e, layoutItem: i }) => !c(e) && !i?.id) : [];
|
|
31
31
|
}
|
|
32
32
|
_getPrintServiceTemplates() {
|
|
33
|
-
return !this.viewModel.includeDefaultTemplates || !this._getDefaultTemplates().length ? this.viewModel.printServiceTemplates.toArray().filter(({ layout: e }) => !
|
|
33
|
+
return !this.viewModel.includeDefaultTemplates || !this._getDefaultTemplates().length ? this.viewModel.printServiceTemplates.toArray().filter(({ layout: e }) => !c(e)) : [];
|
|
34
34
|
}
|
|
35
35
|
render() {
|
|
36
36
|
const { messages: e } = this, i = g.test(this.viewModel.portal?.url), t = this.viewModel.browseTemplates.toArray(), a = this._getPortalTemplates(), s = this._getDefaultTemplates(), n = this._getPrintServiceTemplates(), r = t.length + a.length + s.length + n.length > 15;
|
|
@@ -8,9 +8,10 @@ import type SnappingOptions from "@arcgis/core/views/interactive/snapping/Snappi
|
|
|
8
8
|
import type TextSymbol from "@arcgis/core/symbols/TextSymbol.js";
|
|
9
9
|
import type SketchTooltipOptions from "@arcgis/core/views/interactive/sketch/SketchTooltipOptions.js";
|
|
10
10
|
import type Collection from "@arcgis/core/core/Collection.js";
|
|
11
|
+
import type { SketchGroupName } from "@arcgis/core/applications/ExperienceBuilder/sketchUtils.js";
|
|
11
12
|
import type { PublicLitElement as LitElement } from "@arcgis/lumina";
|
|
12
13
|
import type { ArcgisReferenceElement, IconName } from "../types.js";
|
|
13
|
-
import type { CreateOptions, CreateTool, UpdateEvent, UndoEvent, RedoEvent, DeleteEvent, CreateEvent, SketchTool, SelectionTool, CreationMode, UpdateOptions, Layout, SketchPointSymbol, SketchPolygonSymbol, SketchPolylineSymbol, State, ToolbarKind } from "@arcgis/core/widgets/Sketch/types.js";
|
|
14
|
+
import type { CreateOptions, CreateTool, UpdateEvent, UndoEvent, RedoEvent, DeleteEvent, CreateEvent, CustomToolOptions, CustomActionProperties, SketchTool, SelectionTool, CreationMode, UpdateOptions, Layout, SketchPointSymbol, SketchPolygonSymbol, SketchPolylineSymbol, State, ToolbarKind } from "@arcgis/core/widgets/Sketch/types.js";
|
|
14
15
|
import type { MapViewOrSceneView } from "@arcgis/core/views/MapViewOrSceneView.js";
|
|
15
16
|
import type { Icon } from "@esri/calcite-components/components/calcite-icon";
|
|
16
17
|
import type { Button as Button } from "@esri/calcite-components/components/calcite-button";
|
|
@@ -222,6 +223,69 @@ export abstract class ArcgisSketch extends LitElement {
|
|
|
222
223
|
* @since 5.0
|
|
223
224
|
*/
|
|
224
225
|
accessor hideSnappingControlsElementsFeatureEnabledToggle: boolean;
|
|
226
|
+
/**
|
|
227
|
+
* Indicates whether to hide the `gridControls` (configuration of the snapping grid).
|
|
228
|
+
*
|
|
229
|
+
* @default false
|
|
230
|
+
* @since 5.1
|
|
231
|
+
*/
|
|
232
|
+
accessor hideSnappingControlsElementsGridControls: boolean;
|
|
233
|
+
/**
|
|
234
|
+
* Indicates whether to hide the `colorSelection` within the snapping grid controls.
|
|
235
|
+
*
|
|
236
|
+
* @default false
|
|
237
|
+
* @since 5.1
|
|
238
|
+
*/
|
|
239
|
+
accessor hideSnappingControlsElementsGridControlsElementsColorSelection: boolean;
|
|
240
|
+
/**
|
|
241
|
+
* Indicates whether to hide the `dynamicScaleToggle` within the snapping grid controls.
|
|
242
|
+
*
|
|
243
|
+
* @default false
|
|
244
|
+
* @since 5.1
|
|
245
|
+
*/
|
|
246
|
+
accessor hideSnappingControlsElementsGridControlsElementsDynamicScaleToggle: boolean;
|
|
247
|
+
/**
|
|
248
|
+
* Indicates whether to hide the `lineIntervalInput` within the snapping grid controls.
|
|
249
|
+
*
|
|
250
|
+
* @default false
|
|
251
|
+
* @since 5.1
|
|
252
|
+
*/
|
|
253
|
+
accessor hideSnappingControlsElementsGridControlsElementsLineIntervalInput: boolean;
|
|
254
|
+
/**
|
|
255
|
+
* Indicates whether to hide the `numericInputs` within the snapping grid controls.
|
|
256
|
+
*
|
|
257
|
+
* @default false
|
|
258
|
+
* @since 5.1
|
|
259
|
+
*/
|
|
260
|
+
accessor hideSnappingControlsElementsGridControlsElementsNumericInputs: boolean;
|
|
261
|
+
/**
|
|
262
|
+
* Indicates whether to hide the `outOfScaleWarning` within the snapping grid controls.
|
|
263
|
+
*
|
|
264
|
+
* @default false
|
|
265
|
+
* @since 5.1
|
|
266
|
+
*/
|
|
267
|
+
accessor hideSnappingControlsElementsGridControlsElementsOutOfScaleWarning: boolean;
|
|
268
|
+
/**
|
|
269
|
+
* Indicates whether to hide the `placementButtons` within the snapping grid controls.
|
|
270
|
+
*
|
|
271
|
+
* @default false
|
|
272
|
+
* @since 5.1
|
|
273
|
+
*/
|
|
274
|
+
accessor hideSnappingControlsElementsGridControlsElementsPlacementButtons: boolean;
|
|
275
|
+
/**
|
|
276
|
+
* Indicates whether to hide the `rotateWithMapToggle` within the snapping grid controls.
|
|
277
|
+
*
|
|
278
|
+
* @default false
|
|
279
|
+
* @since 5.1
|
|
280
|
+
*/
|
|
281
|
+
accessor hideSnappingControlsElementsGridControlsElementsRotateWithMapToggle: boolean;
|
|
282
|
+
/**
|
|
283
|
+
* Indicates whether to hide the `gridEnabledToggle` (snap-to-grid).
|
|
284
|
+
*
|
|
285
|
+
* @default false
|
|
286
|
+
* @since 5.1
|
|
287
|
+
*/
|
|
288
|
+
accessor hideSnappingControlsElementsGridEnabledToggle: boolean;
|
|
225
289
|
/**
|
|
226
290
|
* Indicates whether to hide the [FeatureSnappingLayerSource](https://developers.arcgis.com/javascript/latest/references/core/views/interactive/snapping/FeatureSnappingLayerSource/) layerList. The layerlist provides the available layer sources supported for snapping.
|
|
227
291
|
*
|
|
@@ -432,6 +496,13 @@ export abstract class ArcgisSketch extends LitElement {
|
|
|
432
496
|
accessor tooltipOptions: SketchTooltipOptions;
|
|
433
497
|
/** An array of [graphics](https://developers.arcgis.com/javascript/latest/references/core/Graphic/) that are being updated by the Sketch component. */
|
|
434
498
|
get updateGraphics(): Collection<Graphic>;
|
|
499
|
+
/**
|
|
500
|
+
* Controls whether the user can click a graphic in the layer to start updating it.
|
|
501
|
+
*
|
|
502
|
+
* @default false
|
|
503
|
+
* @since 5.1
|
|
504
|
+
*/
|
|
505
|
+
accessor updateOnGraphicClickDisabled: boolean;
|
|
435
506
|
/**
|
|
436
507
|
* Starting at version 5.0, `arcgis-sketch` is transitioning to a next generation geometry
|
|
437
508
|
* creation experience. This new experience provides advanced curve creation tools
|
|
@@ -472,8 +543,26 @@ export abstract class ArcgisSketch extends LitElement {
|
|
|
472
543
|
delete(): Promise<void>;
|
|
473
544
|
/** Permanently destroy the component. */
|
|
474
545
|
destroy(): Promise<void>;
|
|
546
|
+
/**
|
|
547
|
+
* @internal
|
|
548
|
+
* @since 5.1
|
|
549
|
+
*/
|
|
550
|
+
dismissFloatingElements(): Promise<void>;
|
|
475
551
|
duplicate(): Promise<void>;
|
|
476
552
|
redo(): Promise<void>;
|
|
553
|
+
/**
|
|
554
|
+
* @param createToolOptions
|
|
555
|
+
* @param customActionOptions
|
|
556
|
+
* @internal
|
|
557
|
+
* @since 5.1
|
|
558
|
+
*/
|
|
559
|
+
setCustomTools(createToolOptions?: CustomToolOptions[] | null, customActionOptions?: CustomActionProperties[] | null): Promise<void>;
|
|
560
|
+
/**
|
|
561
|
+
* @param options
|
|
562
|
+
* @internal
|
|
563
|
+
* @since 5.1
|
|
564
|
+
*/
|
|
565
|
+
setGroupAllowCollapseOptions(options: Map<SketchGroupName, boolean>): Promise<void>;
|
|
477
566
|
/**
|
|
478
567
|
* @param graphic
|
|
479
568
|
* @param updateOptions
|
|
@@ -1,23 +1,24 @@
|
|
|
1
1
|
/* COPYRIGHT Esri - https://js.arcgis.com/5.2/LICENSE.txt */
|
|
2
|
-
import { c as
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
2
|
+
import { c as o } from "../../chunks/runtime.js";
|
|
3
|
+
import { dismissFloatingElements as l, setCustomTools as n, setGroupAllowCollapse as r } from "@arcgis/core/applications/ExperienceBuilder/sketchUtils.js";
|
|
4
|
+
import { usePropertyChange as a } from "@arcgis/lumina/controllers";
|
|
5
|
+
import { reEmitEvent as s } from "@arcgis/lumina/controllers/accessor";
|
|
6
|
+
import c from "@arcgis/core/layers/GraphicsLayer.js";
|
|
7
|
+
import p from "@arcgis/core/widgets/Sketch.js";
|
|
8
|
+
import { LitElement as d, createEvent as h } from "@arcgis/lumina";
|
|
9
|
+
import { m as g } from "../../chunks/useWidget.js";
|
|
10
|
+
import { css as m } from "lit";
|
|
11
|
+
import { watch as b } from "@arcgis/core/core/reactiveUtils.js";
|
|
12
|
+
const w = m`calcite-block>.esri-grid-controls{background:0 0;padding:0}.esri-grid-controls{-webkit-user-select:none;user-select:none;padding:var(--arcgis-internal-padding);flex-flow:column wrap;display:flex;calcite-label.esri-labeled-switch__label{margin-block-end:var(--calcite-spacing-sm, .5rem)}}.esri-grid-controls__switch--bordered{border-width:0 0 var(--calcite-spacing-px) 0;border-style:solid;border-color:var(--calcite-color-border-1)}.esri-grid-controls__container{gap:var(--calcite-spacing-sm);flex-direction:column;flex:auto;display:flex}.esri-grid-controls__tilegroup{column-gap:var(--calcite-spacing-sm);align-items:start;display:flex;flex-wrap:wrap}.esri-grid-controls__tile__content{row-gap:var(--calcite-spacing-md);padding:var(--calcite-spacing-md);color:var(--calcite-color-text-2);flex-direction:column;align-items:center;display:flex}.esri-grid-controls__tile__content calcite-label{margin-bottom:calc(0px - var(--calcite-label-margin-bottom, .75rem));font-weight:var(--calcite-font-weight-medium)}.esri-grid-controls__tile{position:relative}.esri-grid-controls__tile:focus-within{outline:2px solid var(--calcite-color-brand);outline-offset:2px}.esri-grid-controls__tile--disabled{opacity:var(--calcite-opacity-disabled)}.esri-grid-controls__tile input[type=radio]{appearance:none;opacity:.001;border:var(--calcite-spacing-px) solid transparent;cursor:pointer;position:absolute;inset:0}.esri-grid-controls__tile input[type=radio]:checked+.esri-grid-controls__tile__content{border:var(--calcite-spacing-px) solid var(--calcite-color-brand)}.esri-grid-controls__tile input[type=radio]+.esri-grid-controls__tile__content{border:var(--calcite-spacing-px) solid transparent}.esri-grid-controls__numeric-inputs__container{gap:var(--calcite-spacing-sm);grid-auto-columns:1fr;grid-auto-flow:column;display:grid}.esri-grid-controls__inline-icon{margin-left:var(--calcite-spacing-xs);vertical-align:top;color:var(--calcite-color-status-warning)}:host{--response-toolbar-vert-width: 0;--response-toolbar-vert-height: 100%;--response-toolbar-horiz-width: 100%;--response-toolbar-horiz-height: 0}.esri-responsive-toolbar__ruler{opacity:0;pointer-events:none;position:absolute}.esri-responsive-toolbar__ruler--bar{visibility:hidden;height:0;display:block;position:absolute;top:0;left:0;right:0}.esri-responsive-toolbar__ruler--bar--vertical,.esri-responsive-toolbar__ruler--pad--vertical{width:var(--response-toolbar-vert-width);height:var(--response-toolbar-vert-height)}.esri-responsive-toolbar__ruler--pad--horizontal{width:var(--response-toolbar-horiz-width);height:var(--response-toolbar-horiz-height)}.esri-responsive-toolbar__bar>div{display:contents}.esri-responsive-toolbar__bar--horizontal{min-width:100%}.esri-responsive-toolbar__bar--vertical{min-height:100%}.esri-responsive-toolbar__pad{width:min-content;display:contents}.esri-responsive-toolbar__pad>div{display:contents}.esri-responsive-toolbar__ruler--pad--vertical{width:0;height:min(100vh - 120px,100cqh - 120px)}.esri-responsive-toolbar__ruler--pad--horizontal{width:min(100vw - 60px,100cqw - 60px);height:0}.esri-split-button--split-part--vertical--s{--calcite-size-sm: 16px;max-height:16px}.esri-split-button--split-part--vertical--m{--calcite-size-md: 24px;max-height:24px}.esri-split-button--split-part--vertical--l{--calcite-size-l: 40px;max-height:40px}.esri-split-button--split-part--horizontal--s,.esri-split-button--split-part--horizontal--m{max-width:16px}.esri-split-button--split-part--horizontal--l{max-width:24px}.esri-snapping-controls__toggle-block{min-width:100%;margin:0}.esri-snapping-controls__layer-list-block{border-bottom:none;min-width:225px}.esri-snapping-controls__layer-list-block[open]{margin-block:0}.esri-snapping-controls__layer-list{overflow:auto}.esri-snapping-controls__layer-list__filter{margin-bottom:10px}.esri-snapping-controls__layer-list__button{margin-bottom:6px}.esri-snapping-controls__layer-list__item calcite-accordion-item calcite-icon,.esri-snapping-controls__layer-list__item calcite-action calcite-icon{margin-inline-start:0}.esri-snapping-controls__layer-list__item calcite-icon{color:var(--calcite-color-brand);margin-inline-start:var(--calcite-list-item-spacing-indent, 1em)}.esri-snapping-controls{flex-flow:column wrap;display:flex}.esri-snapping-controls__container{flex-direction:column;flex:auto;display:flex}.esri-snapping-controls__container :only-child{border-block-end:none}.esri-snapping-controls__panel{width:320px}.esri-snapping-controls__item{border:1px solid #adadad4d;cursor:pointer;background-color:var(--calcite-color-foreground-2);border-color:var(--calcite-color-border-1);border-radius:2px;justify-content:space-between;margin:3px 0;padding:3px;transition:border-color .125s ease-in-out;display:flex;box-shadow:0 1px #adadad4d}.esri-snapping-controls__item-action-icon{flex:0 0 16px;width:16px;height:16px;margin-top:.1em;font-size:var(--calcite-font-size-md);display:inline-block}.esri-snapping-controls__action-toggle{opacity:1;cursor:pointer;border:1px solid var(--calcite-color-border-1);flex-flow:row-reverse;justify-content:space-between;align-items:flex-start;width:100%;margin:0;padding:6px 15px;font-size:var(--calcite-font-size-sm);transition:opacity .25s ease-in-out .25s,background-color .25s ease-in-out;display:flex}.esri-snapping-controls__action-toggle .esri-snapping-controls__item-action-title{margin-left:0}.esri-snapping-controls__action-toggle .esri-snapping-controls__item-action-icon{background-color:var(--calcite-color-foreground-1);border-radius:16px;flex:0 0 28px;width:16px;height:16px;padding:0;transition:background-color .125s ease-in-out;position:relative;overflow:hidden;box-shadow:0 0 0 1px #adadad}.esri-snapping-controls__action-toggle .esri-snapping-controls__item-action-icon:before{content:"";background-color:var(--calcite-color-foreground-2);border-radius:100%;width:12px;height:12px;margin:2px;transition:background-color .125s ease-in-out,left .125s ease-in-out;display:block;position:absolute;top:0;left:0;box-shadow:0 0 0 1px #242424}.esri-snapping-controls__action-toggle--on .esri-snapping-controls__item-action-icon{background-color:var(--calcite-color-foreground-1);box-shadow:0 0 0 1px #adadad}.esri-snapping-controls__action-toggle--on .esri-snapping-controls__item-action-icon:before{background-color:var(--calcite-color-foreground-3);left:12px}.esri-snapping-controls__nested-container{flex-direction:column;gap:6px;display:flex}.esri-snapping-controls__nested-container:not(:empty){padding-top:6px;padding-inline-start:1em}.esri-labeled-switch__label{--calcite-label-margin-bottom: 0}.esri-labeled-switch__label-content{text-wrap:balance;flex:1;align-items:center;gap:7px;display:flex}.esri-labeled-switch__label-content>div{flex-grow:1}.esri-labeled-switch__icon{margin-top:-1px}.esri-labeled-switch__icon_info{color:var(--calcite-color-status-info)}.esri-labeled-switch__icon_warning{color:var(--calcite-color-status-warning)}.esri-labeled-switch__tooltip{text-wrap:wrap}:host{display:flex;max-width:100%;justify-content:flex-end;pointer-events:none;--sketch-pad-flex-flow: wrap;--sketch-view-height-offset: 63px ;--sketch-view-margin-offset: 30px;--sketch-popover-header-offset: 49px}:host([scale="s"]){--sketch-view-height-offset: 47px ;--sketch-view-margin-offset: 30px;--sketch-popover-header-offset: 33px}:host([scale="l"]){--sketch-view-height-offset: 79px ;--sketch-view-margin-offset: 30px;--sketch-popover-header-offset: 65px}div:has(>.esri-sketch){display:contents}.esri-sketch{-webkit-user-select:none;user-select:none;pointer-events:none;display:flex}.esri-sketch-pad{gap:var(--arcgis-internal-sketch-gap, var(--calcite-spacing-sm));flex-flow:var(--sketch-pad-flex-flow);justify-content:var(--arcgis-internal-sketch-justify-content, flex-start)}.esri-sketch-pad:dir(rtl){flex-flow:row-reverse wrap}.esri-sketch-pad.esri-sketch--vertical{flex-flow:var(--sketch-pad-flex-flow, column wrap);justify-content:flex-start;--sketch-view-height-offset: 30px;--sketch-view-margin-offset: 15px}.esri-sketch-pad.esri-sketch--vertical:dir(rtl){flex-flow:var(--sketch-pad-flex-flow, column wrap-reverse)}.esri-sketch-pad.esri-sketch--vertical .esri-selection-toolbar__container{flex-direction:column}.esri-sketch>*{pointer-events:initial;display:flex}.esri-sketch-bar{flex-direction:column;gap:0;margin:0;flex-basis:100%}.esri-sketch-bar.esri-sketch--vertical{flex-flow:row}.esri-sketch__popover-wrapper{inline-size:max-content;min-inline-size:300px;max-height:calc(100cqh - (var(--sketch-view-height-offset, 90px)) - var(--sketch-view-margin-offset, 15px) - var(--sketch-popover-header-offset, 1000px));-webkit-user-select:none;user-select:none;max-inline-size:400px;overflow-y:auto}.esri-sketch__popover-wrapper .esri-sketch-tooltip-controls:not(:only-child) calcite-block{border-block-end-width:1px;border-style:solid;border-color:var(--calcite-color-border-3)}.esri-sketch__selection-count-chip--horizontal{margin-block:var(--calcite-spacing-xxs);margin-inline:var(--calcite-spacing-xs);align-self:center}.esri-sketch__selection-count-chip--vertical{margin-block:calc(var(--calcite-spacing-md) * var(--sketch-chip-margin-scale-factor, 1));scale:var(--sketch-chip-rescale, 1);align-self:center;margin-inline:0}.esri-sketch__selection-count-chip--vertical--s{--sketch-chip-rescale: .8;--sketch-chip-margin-scale-factor: .5}.esri-sketch--vertical{max-height:min(100vh - 120px,100cqh - 120px)}.esri-expand__popover-content .esri-sketch{gap:0}.esri-sketch-tooltip-controls{flex-flow:column wrap;min-width:100%;display:flex}.esri-sketch-tooltip-controls__block{border-block-end:none;margin:0}.esri-sketch-tooltip-controls__block-content{flex-direction:column;gap:6px;display:flex}.esri-sketch-tooltip-controls__radio-button-label-wrapper{align-items:center;gap:2px;display:flex}.esri-sketch-tooltip-controls calcite-label:last-child{--calcite-label-margin-bottom: 0}`, u = g(p);
|
|
13
|
+
class v extends d {
|
|
13
14
|
constructor() {
|
|
14
|
-
super(), this._visualScale = "m", this.widget =
|
|
15
|
+
super(), this._visualScale = "m", this.widget = u(this), this.viewModel = this.widget.viewModel, this._defaultGraphicsLayer = null, this.view = this.widget.view, this.activeTool = this.widget.activeTool, this.autoDestroyDisabled = !1, this.availableCreateTools = this.widget.availableCreateTools, this.createGraphic = this.widget.createGraphic, this.creationMode = this.widget.creationMode, this.defaultCreateOptions = this.widget.defaultCreateOptions, this.defaultGraphicsLayerDisabled = !1, this.defaultUpdateOptions = this.widget.defaultUpdateOptions, this.hideCreateToolsCircle = this.widget.visibleElements.createTools.circle, this.hideCreateToolsMultipoint = this.widget.visibleElements.createTools.multipoint, this.hideCreateToolsPoint = this.widget.visibleElements.createTools.point, this.hideCreateToolsPolygon = this.widget.visibleElements.createTools.polygon, this.hideCreateToolsPolyline = this.widget.visibleElements.createTools.polyline, this.hideCreateToolsRectangle = this.widget.visibleElements.createTools.rectangle, this.hideDuplicateButton = this.widget.visibleElements.duplicateButton, this.hideDeleteButton = this.widget.visibleElements.deleteButton, this.hideSelectionCountLabel = this.widget.visibleElements.selectionCountLabel, this.hideLabelsToggle = this.widget.visibleElements.labelsToggle, this.hideSelectionToolsLassoSelection = this.widget.visibleElements.selectionTools["lasso-selection"], this.hideSelectionToolsRectangleSelection = this.widget.visibleElements.selectionTools["rectangle-selection"], this.hideSettingsMenu = this.widget.visibleElements.settingsMenu, this.hideSnappingControls = this.widget.visibleElements.snappingControls, this.hideSnappingControlsElementsEnabledToggle = this.widget.visibleElements.snappingControlsElements.enabledToggle, this.hideSnappingControlsElementsFeatureEnabledToggle = this.widget.visibleElements.snappingControlsElements.featureEnabledToggle, this.hideSnappingControlsElementsLayerList = this.widget.visibleElements.snappingControlsElements.layerList, this.hideSnappingControlsElementsSelfEnabledToggle = this.widget.visibleElements.snappingControlsElements.selfEnabledToggle, this.hideSnappingControlsElementsGridEnabledToggle = this.widget.visibleElements.snappingControlsElements.gridEnabledToggle, this.hideSnappingControlsElementsGridControls = this.widget.visibleElements.snappingControlsElements.gridControls, this.hideSnappingControlsElementsGridControlsElementsColorSelection = this.widget.visibleElements.snappingControlsElements.gridControlsElements.colorSelection, this.hideSnappingControlsElementsGridControlsElementsDynamicScaleToggle = this.widget.visibleElements.snappingControlsElements.gridControlsElements.dynamicScaleToggle, this.hideSnappingControlsElementsGridControlsElementsLineIntervalInput = this.widget.visibleElements.snappingControlsElements.gridControlsElements.lineIntervalInput, this.hideSnappingControlsElementsGridControlsElementsNumericInputs = this.widget.visibleElements.snappingControlsElements.gridControlsElements.numericInputs, this.hideSnappingControlsElementsGridControlsElementsOutOfScaleWarning = this.widget.visibleElements.snappingControlsElements.gridControlsElements.outOfScaleWarning, this.hideSnappingControlsElementsGridControlsElementsPlacementButtons = this.widget.visibleElements.snappingControlsElements.gridControlsElements.placementButtons, this.hideSnappingControlsElementsGridControlsElementsRotateWithMapToggle = this.widget.visibleElements.snappingControlsElements.gridControlsElements.rotateWithMapToggle, this.hideTooltipsToggle = this.widget.visibleElements.tooltipsToggle, this.hideUndoRedoMenu = this.widget.visibleElements.undoRedoMenu, this.icon = this.widget.icon, this.label = this.widget.label, this.labelOptions = this.widget.labelOptions, this.layer = this.widget.layer, this.layout = this.widget.layout, this.pointSymbol = this.viewModel.pointSymbol, this.polygonSymbol = this.viewModel.polygonSymbol, this.polylineSymbol = this.viewModel.polylineSymbol, this.showSnappingControlsElementsHeader = this.widget.visibleElements.snappingControlsElements.header, this.showCreateToolsFreehandPolygon = this.widget.visibleElements.createTools.freehandPolygon, this.showCreateToolsFreehandPolyline = this.widget.visibleElements.createTools.freehandPolyline, this.showCreateToolsText = this.widget.visibleElements.createTools.text, this.snappingOptions = this.widget.snappingOptions, this.state = this.widget.state, this.textSymbol = this.viewModel.textSymbol, this.toolbarKind = this.widget.toolbarKind, this.tooltipOptions = this.widget.tooltipOptions, this.useLegacyCreateTools = this.viewModel.useLegacyCreateTools, this.updateOnGraphicClickDisabled = this.viewModel.updateOnGraphicClick, this.updateGraphics = this.widget.updateGraphics, this.arcgisCreate = s(() => this.widget, "create"), this.arcgisDelete = s(() => this.widget, "delete"), this.arcgisPropertyChange = a()("state"), this.arcgisReady = h(), this.arcgisRedo = s(() => this.widget, "redo"), this.arcgisUndo = s(() => this.widget, "undo"), this.arcgisUpdate = s(() => this.widget, "update"), this.listen("arcgisReady", this._arcgisReadyHandler);
|
|
15
16
|
}
|
|
16
17
|
static {
|
|
17
|
-
this.properties = { view: 0, activeTool: 35, autoDestroyDisabled: 5, availableCreateTools: 0, createGraphic: 32, creationMode: 1, defaultCreateOptions: 0, defaultGraphicsLayerDisabled: 5, defaultUpdateOptions: 0, hideCreateToolsCircle: 5, hideCreateToolsMultipoint: 5, hideCreateToolsPoint: 5, hideCreateToolsPolygon: 5, hideCreateToolsPolyline: 5, hideCreateToolsRectangle: 5, hideDuplicateButton: 5, hideDeleteButton: 5, hideSelectionCountLabel: 5, hideLabelsToggle: 5, hideSelectionToolsLassoSelection: 5, hideSelectionToolsRectangleSelection: 5, hideSettingsMenu: 5, hideSnappingControls: 5, hideSnappingControlsElementsEnabledToggle: 5, hideSnappingControlsElementsFeatureEnabledToggle: 5, hideSnappingControlsElementsLayerList: 5, hideSnappingControlsElementsSelfEnabledToggle: 5, hideTooltipsToggle: 5, hideUndoRedoMenu: 5, icon: 1, label: 1, labelOptions: 0, layer: 0, layout: 1, pointSymbol: 0, polygonSymbol: 0, polylineSymbol: 0, referenceElement: 1, scale: 1, visualScale: 1, showSnappingControlsElementsHeader: 5, showCreateToolsFreehandPolygon: 5, showCreateToolsFreehandPolyline: 5, showCreateToolsText: 5, snappingOptions: 0, state: 32, textSymbol: 0, toolbarKind: 1, tooltipOptions: 0, useLegacyCreateTools: 5, updateGraphics: 32 };
|
|
18
|
+
this.properties = { view: 0, activeTool: 35, autoDestroyDisabled: 5, availableCreateTools: 0, createGraphic: 32, creationMode: 1, defaultCreateOptions: 0, defaultGraphicsLayerDisabled: 5, defaultUpdateOptions: 0, hideCreateToolsCircle: 5, hideCreateToolsMultipoint: 5, hideCreateToolsPoint: 5, hideCreateToolsPolygon: 5, hideCreateToolsPolyline: 5, hideCreateToolsRectangle: 5, hideDuplicateButton: 5, hideDeleteButton: 5, hideSelectionCountLabel: 5, hideLabelsToggle: 5, hideSelectionToolsLassoSelection: 5, hideSelectionToolsRectangleSelection: 5, hideSettingsMenu: 5, hideSnappingControls: 5, hideSnappingControlsElementsEnabledToggle: 5, hideSnappingControlsElementsFeatureEnabledToggle: 5, hideSnappingControlsElementsLayerList: 5, hideSnappingControlsElementsSelfEnabledToggle: 5, hideSnappingControlsElementsGridEnabledToggle: 5, hideSnappingControlsElementsGridControls: 5, hideSnappingControlsElementsGridControlsElementsColorSelection: 5, hideSnappingControlsElementsGridControlsElementsDynamicScaleToggle: 5, hideSnappingControlsElementsGridControlsElementsLineIntervalInput: 5, hideSnappingControlsElementsGridControlsElementsNumericInputs: 5, hideSnappingControlsElementsGridControlsElementsOutOfScaleWarning: 5, hideSnappingControlsElementsGridControlsElementsPlacementButtons: 5, hideSnappingControlsElementsGridControlsElementsRotateWithMapToggle: 5, hideTooltipsToggle: 5, hideUndoRedoMenu: 5, icon: 1, label: 1, labelOptions: 0, layer: 0, layout: 1, pointSymbol: 0, polygonSymbol: 0, polylineSymbol: 0, referenceElement: 1, scale: 1, visualScale: 1, showSnappingControlsElementsHeader: 5, showCreateToolsFreehandPolygon: 5, showCreateToolsFreehandPolyline: 5, showCreateToolsText: 5, snappingOptions: 0, state: 32, textSymbol: 0, toolbarKind: 1, tooltipOptions: 0, useLegacyCreateTools: 5, updateOnGraphicClickDisabled: 5, updateGraphics: 32 };
|
|
18
19
|
}
|
|
19
20
|
static {
|
|
20
|
-
this.styles =
|
|
21
|
+
this.styles = w;
|
|
21
22
|
}
|
|
22
23
|
get scale() {
|
|
23
24
|
return this._visualScale;
|
|
@@ -32,13 +33,13 @@ class m extends n {
|
|
|
32
33
|
this._visualScale = e, this.widget.scale = e;
|
|
33
34
|
}
|
|
34
35
|
async cancel() {
|
|
35
|
-
this.widget?.cancel();
|
|
36
|
+
this.requestUpdate(), this.widget?.cancel();
|
|
36
37
|
}
|
|
37
38
|
async complete() {
|
|
38
39
|
this.widget?.complete();
|
|
39
40
|
}
|
|
40
|
-
async create(e,
|
|
41
|
-
await this.widget?.create(e,
|
|
41
|
+
async create(e, t) {
|
|
42
|
+
await this.widget?.create(e, t);
|
|
42
43
|
}
|
|
43
44
|
async delete() {
|
|
44
45
|
this.widget?.delete();
|
|
@@ -52,14 +53,23 @@ class m extends n {
|
|
|
52
53
|
async redo() {
|
|
53
54
|
this.widget?.redo();
|
|
54
55
|
}
|
|
55
|
-
async
|
|
56
|
-
this.widget
|
|
56
|
+
async dismissFloatingElements() {
|
|
57
|
+
l(this.widget);
|
|
58
|
+
}
|
|
59
|
+
async setCustomTools(e, t) {
|
|
60
|
+
n(this.widget, e, t);
|
|
61
|
+
}
|
|
62
|
+
async setGroupAllowCollapseOptions(e) {
|
|
63
|
+
r(this.widget, e);
|
|
64
|
+
}
|
|
65
|
+
async triggerUpdate(e, t) {
|
|
66
|
+
this.widget?.update(e, t);
|
|
57
67
|
}
|
|
58
68
|
async undo() {
|
|
59
69
|
this.widget?.undo();
|
|
60
70
|
}
|
|
61
71
|
_arcgisReadyHandler() {
|
|
62
|
-
this.defaultGraphicsLayerDisabled || (this._defaultGraphicsLayer = new
|
|
72
|
+
this.defaultGraphicsLayerDisabled || (this._defaultGraphicsLayer = new c({ title: "Sketch Layer" }), this.widget.availableCreateTools = [
|
|
63
73
|
"point",
|
|
64
74
|
"polyline",
|
|
65
75
|
"freehandPolyline",
|
|
@@ -67,15 +77,15 @@ class m extends n {
|
|
|
67
77
|
"freehandPolygon",
|
|
68
78
|
"rectangle",
|
|
69
79
|
"circle"
|
|
70
|
-
], this.widget.layer = this._defaultGraphicsLayer, this.el.view?.map?.add(this.widget.layer), this.manager.onLifecycle(() =>
|
|
71
|
-
const
|
|
72
|
-
!
|
|
80
|
+
], this.widget.layer = this._defaultGraphicsLayer, this.el.view?.map?.add(this.widget.layer), this.manager.onLifecycle(() => b(() => this.el.view?.map, (e, t) => {
|
|
81
|
+
const i = this._defaultGraphicsLayer;
|
|
82
|
+
!i || this.widget.layer !== i || (t?.allLayers.includes(i) && t.remove(i), e?.add(i));
|
|
73
83
|
})), this.manager.onDestroy(() => {
|
|
74
84
|
this._defaultGraphicsLayer && this.el.view?.map?.allLayers.includes(this._defaultGraphicsLayer) && this.el.view?.map?.remove(this._defaultGraphicsLayer), this._defaultGraphicsLayer?.destroy(), this._defaultGraphicsLayer = null;
|
|
75
85
|
}));
|
|
76
86
|
}
|
|
77
87
|
}
|
|
78
|
-
|
|
88
|
+
o("arcgis-sketch", v);
|
|
79
89
|
export {
|
|
80
|
-
|
|
90
|
+
v as ArcgisSketch
|
|
81
91
|
};
|
|
@@ -66,11 +66,10 @@ export abstract class ArcgisSliderScaleRange extends LitElement {
|
|
|
66
66
|
* and [maxScale](https://developers.arcgis.com/javascript/latest/references/map-components/components/arcgis-slider-scale-range/#maxScale) values will match the scale range
|
|
67
67
|
* within which the layer will render.
|
|
68
68
|
*
|
|
69
|
-
*
|
|
70
|
-
*
|
|
71
|
-
*
|
|
72
|
-
*
|
|
73
|
-
* to prevent the slider thumbs from moving past the min/max scale defined on the map service. The unavailable range will be designated with a dashed line.
|
|
69
|
+
* If a [TileLayer](https://developers.arcgis.com/javascript/latest/references/core/layers/TileLayer/) with resampling disabled is provided,
|
|
70
|
+
* the slider thumbs will not be allowed to move past the `lods` of the layer's tiling scheme.
|
|
71
|
+
* If a [MapImageLayer](https://developers.arcgis.com/javascript/latest/references/core/layers/MapImageLayer/) is provided, the same restrictions to the thumbs
|
|
72
|
+
* will be applied via the min/max scale defined by the map service. The unavailable range will be designated with a dashed line.
|
|
74
73
|
*/
|
|
75
74
|
accessor layer: Layer | Sublayer | SubtypeSublayer | undefined;
|
|
76
75
|
/**
|