@arcgis/core 5.1.0-next.130 → 5.1.0-next.132
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/assets/esri/core/workers/RemoteClient.js +1 -1
- package/assets/esri/core/workers/chunks/{993fee0e91303eb1f01f.js → 1a094eabd7509a188953.js} +1 -1
- package/assets/esri/core/workers/chunks/{f321eaf3390ab443b14c.js → 2d7a4b669804d0c5029b.js} +1 -1
- package/assets/esri/core/workers/chunks/{b5017e83a99a8051f212.js → 35e9635784595b1d6635.js} +1 -1
- package/assets/esri/core/workers/chunks/{d2e94ecf08a56dd43311.js → 48a59c621477f9bac915.js} +1 -1
- package/assets/esri/core/workers/chunks/{fc4641f3c93f43c8c193.js → 530cf0964d55410ffb56.js} +2 -2
- package/assets/esri/core/workers/chunks/{6af021050d5d04be7a20.js → 77d896325dffe574d248.js} +1 -1
- package/assets/esri/core/workers/chunks/81cd819c236066dc1654.js +1 -0
- package/assets/esri/core/workers/chunks/{aac27340f93ab69f3a9c.js → 8bd5abb68a546d1e0525.js} +1 -1
- package/assets/esri/core/workers/chunks/{36e7b92f173896e9f1e2.js → 92b60ec8033eb8dc2b44.js} +1 -1
- package/assets/esri/core/workers/chunks/{b076e0ca68ea80bc2559.js → 95b34718081a71bf0681.js} +1 -1
- package/assets/esri/core/workers/chunks/{395736b49abaaa1c3405.js → 9b914d04c228b02fde2d.js} +1 -1
- package/assets/esri/core/workers/chunks/{4e59e5a5d0ff887ff899.js → b4eb102f35315bfd6966.js} +1 -1
- package/assets/esri/core/workers/chunks/bdb2077d25525853975f.js +1 -0
- package/assets/esri/core/workers/chunks/da7f85916ae799950317.js +1 -0
- package/assets/esri/core/workers/chunks/{10b668186063770d63bd.js → dfb19701b488089874fd.js} +1 -1
- package/assets/esri/core/workers/chunks/{0e94786db78770868c63.js → e5b57c43b5e0b1d5ccdd.js} +2 -2
- package/assets/esri/core/workers/chunks/{33838536a7436b1d449e.js → ef8bb03a67004dd8959a.js} +1 -1
- package/assets/esri/core/workers/chunks/{e833cf582c3afa99aeee.js → fad4ce7392b89c606656.js} +1 -1
- package/assets/esri/themes/base/widgets/_OrientedImageryViewer.scss +4 -0
- package/assets/esri/themes/dark/main.css +1 -1
- package/assets/esri/themes/light/main.css +1 -1
- package/assets/esri/themes/light/view.css +1 -1
- package/config.js +1 -1
- package/kernel.js +1 -1
- package/layers/graphics/sources/support/ParquetSourceWorker.js +1 -1
- package/layers/mixins/SceneService.js +1 -1
- package/networks/CircuitManager.d.ts +247 -1
- package/networks/UnitIdentifierManager.d.ts +40 -3
- package/networks/UtilityNetwork.d.ts +0 -11
- package/networks/support/Circuit.d.ts +0 -1
- package/networks/support/CircuitLocation.d.ts +0 -1
- package/networks/support/CircuitPath.d.ts +0 -1
- package/networks/support/CircuitPathConnectivityElement.d.ts +0 -1
- package/networks/support/CircuitSection.d.ts +0 -1
- package/networks/support/NamedTraceConfiguration.d.ts +1 -7
- package/networks/support/Subcircuit.d.ts +0 -1
- package/networks/support/UNTraceConfiguration.d.ts +0 -4
- package/networks/support/jsonTypes.d.ts +1 -1
- package/package.json +2 -2
- package/rest/networks/circuits/support/CircuitTraceResult.d.ts +0 -1
- package/rest/networks/circuits/support/CircuitVerifyResult.d.ts +0 -1
- package/rest/networks/support/TelecomNetworkElement.d.ts +0 -1
- package/rest/networks/support/TraceLocation.d.ts +1 -11
- package/rest/networks/support/TraceParameters.d.ts +1 -7
- package/rest/networks/support/TraceResult.d.ts +0 -2
- package/rest/networks/unitIdentifiers/support/UnitQueryResult.d.ts +0 -1
- package/support/revision.js +1 -1
- package/symbols/WebStyleSymbol.js +1 -1
- package/views/2d/engine/webgl/shaders/sources/shaderRepository.js +1 -1
- package/views/2d/layers/features/support/FeatureSetReaderParquet.js +1 -1
- package/views/2d/layers/support/annodime/virtualFields.js +1 -1
- package/views/3d/layers/GaussianSplatLayerView3D.js +1 -1
- package/views/3d/layers/graphics/Graphics3DWebStyleSymbol.js +1 -1
- package/views/3d/support/gaussianSplatting/GaussianSplatDataStore.js +1 -1
- package/views/3d/support/gaussianSplatting/GaussianSplatTextureAtlas.js +1 -1
- package/views/3d/webgl-engine/lib/GaussianSplatRenderNode.js +1 -1
- package/views/3d/webgl-engine/lib/Renderer.js +1 -1
- package/views/draw/DrawTool.js +1 -1
- package/widgets/BatchAttributeForm/BatchAttributeFormViewModel.js +1 -1
- package/widgets/BatchAttributeForm/batchAttributeFormUtils.js +1 -1
- package/widgets/BatchAttributeForm/inputs/BatchFormInputs.js +1 -1
- package/widgets/BatchAttributeForm/inputs/GroupInput.js +1 -1
- package/widgets/BatchAttributeForm/inputs/support/createBatchFormInputs.js +1 -1
- package/widgets/BatchAttributeForm/templates/support/createBatchFormTemplate.js +1 -1
- package/widgets/BatchAttributeForm/templates/support/hashElementTemplate.js +1 -1
- package/widgets/BatchAttributeForm.js +1 -1
- package/widgets/Editor/CreateFeaturesWorkflow.js +1 -1
- package/widgets/Editor.js +1 -1
- package/widgets/Features/FeaturesViewModel.js +1 -1
- package/widgets/OrientedImageryViewer/css.js +1 -1
- package/widgets/OrientedImageryViewer.js +1 -1
- package/widgets/Popup.js +1 -1
- package/widgets/Print/PrintViewModel.js +1 -1
- package/widgets/UtilityNetworkTrace/UtilityNetworkTraceViewModel.d.ts +3 -2
- package/widgets/UtilityNetworkTrace/UtilityNetworkTraceViewModel.js +1 -1
- package/widgets/UtilityNetworkTrace/support/GeometryHandler.js +1 -1
- package/assets/esri/core/workers/chunks/1c689bb502657b1f173b.js +0 -1
- package/assets/esri/core/workers/chunks/753e0b21e57c12c742ee.js +0 -1
- package/assets/esri/core/workers/chunks/aa5f36d7ed59c625ba78.js +0 -1
- /package/assets/esri/core/workers/chunks/{fc4641f3c93f43c8c193.js.LICENSE.txt → 530cf0964d55410ffb56.js.LICENSE.txt} +0 -0
- /package/assets/esri/core/workers/chunks/{0e94786db78770868c63.js.LICENSE.txt → e5b57c43b5e0b1d5ccdd.js.LICENSE.txt} +0 -0
|
@@ -5,7 +5,6 @@ export interface CircuitLocationProperties extends Partial<Pick<CircuitLocation,
|
|
|
5
5
|
/**
|
|
6
6
|
* Represents a circuit start or stop location in a telecom domain network.
|
|
7
7
|
*
|
|
8
|
-
* @beta
|
|
9
8
|
* @since 4.34
|
|
10
9
|
* @see [UtilityNetwork](https://developers.arcgis.com/javascript/latest/references/core/networks/UtilityNetwork/)
|
|
11
10
|
* @see [CircuitManager](https://developers.arcgis.com/javascript/latest/references/core/networks/CircuitManager/)
|
|
@@ -21,7 +21,6 @@ export interface CircuitPathProperties extends Partial<Pick<CircuitPath, "order"
|
|
|
21
21
|
* Represents a path in the telecom domain network.
|
|
22
22
|
* Paths are returned by path and circuit traces in a telecom domain network.
|
|
23
23
|
*
|
|
24
|
-
* @beta
|
|
25
24
|
* @since 4.34
|
|
26
25
|
*/
|
|
27
26
|
export default class CircuitPath extends JSONSupport {
|
|
@@ -13,7 +13,6 @@ export interface CircuitPathConnectivityElementProperties {
|
|
|
13
13
|
* Represents the junction and edge that comprise one hop in a path.
|
|
14
14
|
* Used for [paths](https://developers.arcgis.com/javascript/latest/references/core/networks/support/CircuitPath/) in the telecom domain network.
|
|
15
15
|
*
|
|
16
|
-
* @beta
|
|
17
16
|
* @since 4.34
|
|
18
17
|
*/
|
|
19
18
|
export default class CircuitPathConnectivityElement extends JSONSupport {
|
|
@@ -98,7 +98,6 @@ export interface CircuitSectionEvents {}
|
|
|
98
98
|
*
|
|
99
99
|
* </details>
|
|
100
100
|
*
|
|
101
|
-
* @beta
|
|
102
101
|
* @since 4.34
|
|
103
102
|
* @see [UtilityNetwork](https://developers.arcgis.com/javascript/latest/references/core/networks/UtilityNetwork/)
|
|
104
103
|
* @see [CircuitManager](https://developers.arcgis.com/javascript/latest/references/core/networks/CircuitManager/)
|
|
@@ -60,13 +60,7 @@ export default class NamedTraceConfiguration extends NamedTraceConfigurationSupe
|
|
|
60
60
|
/** The full definition of the trace configuration. Only available when fully loading a utility network. */
|
|
61
61
|
get traceConfiguration(): TraceConfiguration | null | undefined;
|
|
62
62
|
set traceConfiguration(value: TraceConfigurationProperties | null | undefined);
|
|
63
|
-
/**
|
|
64
|
-
* The trace type defined in this trace configuration.
|
|
65
|
-
*
|
|
66
|
-
* > [!WARNING]
|
|
67
|
-
* >
|
|
68
|
-
* > The `path` and `circuit` types is reserved for future use.
|
|
69
|
-
*/
|
|
63
|
+
/** The trace type defined in this trace configuration. */
|
|
70
64
|
accessor traceType: TraceType | null | undefined;
|
|
71
65
|
/**
|
|
72
66
|
* Creates a deep clone of the named trace configuration.
|
|
@@ -9,7 +9,6 @@ export interface SubcircuitEvents {}
|
|
|
9
9
|
/**
|
|
10
10
|
* Represents a subcircuit in a telecom domain network.
|
|
11
11
|
*
|
|
12
|
-
* @beta
|
|
13
12
|
* @since 4.34
|
|
14
13
|
* @see [UtilityNetwork](https://developers.arcgis.com/javascript/latest/references/core/networks/UtilityNetwork/)
|
|
15
14
|
* @see [CircuitManager](https://developers.arcgis.com/javascript/latest/references/core/networks/CircuitManager/)
|
|
@@ -57,7 +57,6 @@ export default class UNTraceConfiguration extends UNTraceConfigurationSuperclass
|
|
|
57
57
|
*
|
|
58
58
|
* This option is only honored for circuit traces.
|
|
59
59
|
*
|
|
60
|
-
* @beta
|
|
61
60
|
* @since 4.34
|
|
62
61
|
*/
|
|
63
62
|
accessor circuitName: string | null | undefined;
|
|
@@ -102,7 +101,6 @@ export default class UNTraceConfiguration extends UNTraceConfigurationSuperclass
|
|
|
102
101
|
*
|
|
103
102
|
* This option is only honored for path traces.
|
|
104
103
|
*
|
|
105
|
-
* @beta
|
|
106
104
|
* @since 4.34
|
|
107
105
|
*/
|
|
108
106
|
accessor inferConnectivity: boolean | null | undefined;
|
|
@@ -113,7 +111,6 @@ export default class UNTraceConfiguration extends UNTraceConfigurationSuperclass
|
|
|
113
111
|
*
|
|
114
112
|
* This option is only honored for path or circuit traces.
|
|
115
113
|
*
|
|
116
|
-
* @beta
|
|
117
114
|
* @since 4.34
|
|
118
115
|
*/
|
|
119
116
|
accessor maxHops: number | null | undefined;
|
|
@@ -125,7 +122,6 @@ export default class UNTraceConfiguration extends UNTraceConfigurationSuperclass
|
|
|
125
122
|
*
|
|
126
123
|
* This option is only honored for path traces.
|
|
127
124
|
*
|
|
128
|
-
* @beta
|
|
129
125
|
* @since 4.34
|
|
130
126
|
*/
|
|
131
127
|
accessor numPaths: number | null | undefined;
|
|
@@ -977,7 +977,7 @@ export interface PropagatorJSON {
|
|
|
977
977
|
*/
|
|
978
978
|
export interface ResultType {
|
|
979
979
|
/**
|
|
980
|
-
* Specifies the return type for the trace.
|
|
980
|
+
* Specifies the return type for the trace.
|
|
981
981
|
*
|
|
982
982
|
* @since 5.0
|
|
983
983
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/core",
|
|
3
|
-
"version": "5.1.0-next.
|
|
3
|
+
"version": "5.1.0-next.132",
|
|
4
4
|
"homepage": "https://js.arcgis.com",
|
|
5
5
|
"description": "ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API",
|
|
6
6
|
"keywords": [
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@amcharts/amcharts5": "~5.18.0",
|
|
22
|
-
"@arcgis/toolkit": "^5.1.0-next.
|
|
22
|
+
"@arcgis/toolkit": "^5.1.0-next.132",
|
|
23
23
|
"@esri/arcgis-html-sanitizer": "~4.1.0",
|
|
24
24
|
"@esri/calcite-components": "^5.1.1",
|
|
25
25
|
"@vaadin/grid": "~25.1.4",
|
|
@@ -19,7 +19,6 @@ export interface CircuitTraceResultProperties extends Partial<Pick<CircuitTraceR
|
|
|
19
19
|
* Represents the result of a circuit trace with the "circuits" result type.
|
|
20
20
|
* Used in the telecom domain network.
|
|
21
21
|
*
|
|
22
|
-
* @beta
|
|
23
22
|
* @since 4.34
|
|
24
23
|
*/
|
|
25
24
|
export default class CircuitTraceResult extends JSONSupport {
|
|
@@ -12,7 +12,6 @@ export interface CircuitVerifyResultProperties extends Partial<Pick<CircuitVerif
|
|
|
12
12
|
* The result of a circuit [CircuitManager.verify()](https://developers.arcgis.com/javascript/latest/references/core/networks/CircuitManager/#verify) operation on a particular circuit
|
|
13
13
|
* in a telecom domain network.
|
|
14
14
|
*
|
|
15
|
-
* @beta
|
|
16
15
|
* @since 4.34
|
|
17
16
|
* @see [UtilityNetwork](https://developers.arcgis.com/javascript/latest/references/core/networks/UtilityNetwork/)
|
|
18
17
|
* @see [CircuitManager](https://developers.arcgis.com/javascript/latest/references/core/networks/CircuitManager/)
|
|
@@ -8,7 +8,6 @@ export interface TelecomNetworkElementProperties extends NetworkElementPropertie
|
|
|
8
8
|
* [firstUnit](https://developers.arcgis.com/javascript/latest/references/core/rest/networks/support/TelecomNetworkElement/#firstUnit) and [lastUnit](https://developers.arcgis.com/javascript/latest/references/core/rest/networks/support/TelecomNetworkElement/#lastUnit).
|
|
9
9
|
* This class is used to represent network elements in a telecom domain network.
|
|
10
10
|
*
|
|
11
|
-
* @beta
|
|
12
11
|
* @since 4.34
|
|
13
12
|
*/
|
|
14
13
|
export default class TelecomNetworkElement extends NetworkElement {
|
|
@@ -17,7 +17,6 @@ export default class TraceLocation extends TraceLocationSuperclass {
|
|
|
17
17
|
* The first unit in a grouped object for the trace location.
|
|
18
18
|
* Used in Telecom domain networks.
|
|
19
19
|
*
|
|
20
|
-
* @beta
|
|
21
20
|
* @since 4.34
|
|
22
21
|
*/
|
|
23
22
|
accessor firstUnit: number | null | undefined;
|
|
@@ -33,15 +32,12 @@ export default class TraceLocation extends TraceLocationSuperclass {
|
|
|
33
32
|
* The last unit in a grouped object for the trace location.
|
|
34
33
|
* Used in Telecom domain networks.
|
|
35
34
|
*
|
|
36
|
-
* @beta
|
|
37
35
|
* @since 4.34
|
|
38
36
|
*/
|
|
39
37
|
accessor lastUnit: number | null | undefined;
|
|
40
38
|
/**
|
|
41
39
|
* The ID of the network source the trace location belongs to.
|
|
42
40
|
* This is returned when a circuit trace returns a path with start and stop locations.
|
|
43
|
-
*
|
|
44
|
-
* @beta
|
|
45
41
|
*/
|
|
46
42
|
accessor networkSourceId: number | null | undefined;
|
|
47
43
|
/**
|
|
@@ -78,13 +74,7 @@ export default class TraceLocation extends TraceLocationSuperclass {
|
|
|
78
74
|
* @see [Terminal](https://developers.arcgis.com/javascript/latest/references/core/networks/support/Terminal/)
|
|
79
75
|
*/
|
|
80
76
|
accessor terminalId: number | null | undefined;
|
|
81
|
-
/**
|
|
82
|
-
* The type of the trace location; `starting-point` defines where the trace should start and `barrier` defines where the trace should stop.
|
|
83
|
-
*
|
|
84
|
-
* > [!WARNING]
|
|
85
|
-
* >
|
|
86
|
-
* > The `stopping-point` type is reserved for future use.
|
|
87
|
-
*/
|
|
77
|
+
/** The type of the trace location; `starting-point` defines where the trace should start and `barrier` defines where the trace should stop. */
|
|
88
78
|
accessor type: TraceLocationType;
|
|
89
79
|
}
|
|
90
80
|
declare const TraceLocationSuperclass: typeof JSONSupport & typeof ClonableMixin
|
|
@@ -59,12 +59,6 @@ export default class TraceParameters extends JSONSupport {
|
|
|
59
59
|
*/
|
|
60
60
|
get traceLocations(): TraceLocation[];
|
|
61
61
|
set traceLocations(value: TraceLocationProperties[]);
|
|
62
|
-
/**
|
|
63
|
-
* The [traceType](https://developers.arcgis.com/javascript/latest/references/core/rest/networks/support/TraceParameters/#traceType) defined in this trace configuration.
|
|
64
|
-
*
|
|
65
|
-
* > [!WARNING]
|
|
66
|
-
* >
|
|
67
|
-
* > The `path` and `circuit` types are reserved for future use.
|
|
68
|
-
*/
|
|
62
|
+
/** The [traceType](https://developers.arcgis.com/javascript/latest/references/core/rest/networks/support/TraceParameters/#traceType) defined in this trace configuration. */
|
|
69
63
|
accessor traceType: TraceType | null | undefined;
|
|
70
64
|
}
|
|
@@ -25,7 +25,6 @@ export default class TraceResult extends JSONSupport {
|
|
|
25
25
|
* An array of circuits returned by the trace. Used in the telecom domain network.
|
|
26
26
|
* This is returned only if the "circuits" result type is defined in the trace configuration.
|
|
27
27
|
*
|
|
28
|
-
* @beta
|
|
29
28
|
* @since 4.34
|
|
30
29
|
*/
|
|
31
30
|
get circuits(): CircuitTraceResult[] | null | undefined;
|
|
@@ -52,7 +51,6 @@ export default class TraceResult extends JSONSupport {
|
|
|
52
51
|
/**
|
|
53
52
|
* The paths returned by a path trace.
|
|
54
53
|
*
|
|
55
|
-
* @beta
|
|
56
54
|
* @since 4.34
|
|
57
55
|
*/
|
|
58
56
|
get paths(): CircuitPath[] | null | undefined;
|
|
@@ -7,7 +7,6 @@ export interface UnitQueryResultProperties extends Partial<Pick<UnitQueryResult,
|
|
|
7
7
|
* The result of a unit identifier [UnitIdentifierManager.query()](https://developers.arcgis.com/javascript/latest/references/core/networks/UnitIdentifierManager/#query) operation on a particular unit
|
|
8
8
|
* container in a telecom domain network.
|
|
9
9
|
*
|
|
10
|
-
* @beta
|
|
11
10
|
* @since 4.34
|
|
12
11
|
* @see [UtilityNetwork](https://developers.arcgis.com/javascript/latest/references/core/networks/UtilityNetwork/)
|
|
13
12
|
* @see [UnitIdentifierManager](https://developers.arcgis.com/javascript/latest/references/core/networks/UnitIdentifierManager/)
|
package/support/revision.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/* COPYRIGHT Esri - https://js.arcgis.com/5.1/LICENSE.txt */
|
|
2
|
-
const c="
|
|
2
|
+
const c="20260613",a="2522366c0caea1e5c9f884288f4bdbccdbfc17aa";export{c as buildDate,a as commitHash};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/* COPYRIGHT Esri - https://js.arcgis.com/5.1/LICENSE.txt */
|
|
2
|
-
import{__decorate as t}from"tslib";import e from"../core/Logger.js";import{throwIfAborted as o}from"../core/promiseUtils.js";import{property as r,subclass as s}from"../core/accessorSupport/decorators.js";import l from"../portal/Portal.js";import{w as i,r as p}from"../chunks/persistableUrlUtils.js";import a from"./Symbol.js";import{Thumbnail as m}from"./support/Thumbnail.js";import{webStyleSymbolCache as
|
|
2
|
+
import{__decorate as t}from"tslib";import e from"../core/Logger.js";import{throwIfAborted as o}from"../core/promiseUtils.js";import{property as r,subclass as s}from"../core/accessorSupport/decorators.js";import l from"../portal/Portal.js";import{w as i,r as p}from"../chunks/persistableUrlUtils.js";import a from"./Symbol.js";import{Thumbnail as m}from"./support/Thumbnail.js";import{webStyleSymbolCache as n}from"./support/webStyleSymbolCache.js";import{enumeration as y}from"../core/accessorSupport/decorators/enumeration.js";var c;let h=c=class extends a{constructor(t){super(t),this.color=null,this.styleName=null,this.portal=null,this.styleUrl=null,this.thumbnail=null,this.name=null,this.type="web-style"}get _fetchCacheKey(){const t=null!=this.portal?this.portal:l.getDefault(),e=t.user?t.user.username:null;return`${this.styleName}:${this.styleUrl}:${this.name}:${e}:${t.url}`}read(t,e){this.portal=e?.portal,super.read(t,e)}clone(){return new c({name:this.name,styleUrl:this.styleUrl,styleName:this.styleName,portal:this.portal})}fetchSymbol(t){return this._fetchSymbol(t)}async _fetchSymbol(t){const r=n,s=`${this._fetchCacheKey}:${t?.acceptedFormats?.join(",")}`,l=r.get(s);if(l)return await Promise.resolve(),o(t),l.clone();const{resolveWebStyleSymbol:i}=await import("./support/webStyleSymbolUtils.js");o(t);const p=i(this,{portal:this.portal},t);p.catch(t=>{e.getLogger(this).error("#fetchSymbol()","Failed to create symbol from style",t)});const a=await p;return r.put(s,a.clone()),a}};t([r({json:{write:!1}})],h.prototype,"color",void 0),t([r({type:String,json:{write:!0}})],h.prototype,"styleName",void 0),t([r({type:l,json:{write:!1}})],h.prototype,"portal",void 0),t([r({type:String,json:{read:p,write:i}})],h.prototype,"styleUrl",void 0),t([r({type:m,json:{read:!1}})],h.prototype,"thumbnail",void 0),t([r({type:String,json:{write:!0}})],h.prototype,"name",void 0),t([y({styleSymbolReference:"web-style"},{readOnly:!0})],h.prototype,"type",void 0),t([r()],h.prototype,"_fetchCacheKey",null),h=c=t([s("esri.symbols.WebStyleSymbol")],h);export{h as default};
|