@arcgis/core 4.33.0-next.20250618 → 4.33.0-next.20250620
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/{fa894be8cfb6ed485df9.js → 025891f445869e33252b.js} +1 -1
- package/assets/esri/core/workers/chunks/{5e1975ea139ebcee9d9c.js → 4546bff78aaa69b44518.js} +1 -1
- package/assets/esri/core/workers/chunks/4c10c42370c1ff7d6479.js +1 -0
- package/assets/esri/core/workers/chunks/4c3eda84081c47d2cdd4.js +1 -0
- package/assets/esri/core/workers/chunks/5348541e0331e1b2b86b.js +1 -0
- package/assets/esri/core/workers/chunks/5bc8c279842643665507.js +1 -0
- package/assets/esri/core/workers/chunks/5e80566c25c450079827.js +1 -0
- package/assets/esri/core/workers/chunks/65d0ead6a3e4fc83a0ca.js +1 -0
- package/assets/esri/core/workers/chunks/667536412dae095055e1.js +1 -0
- package/assets/esri/core/workers/chunks/{d0876a713079c669995a.js → 68e0f3a9b65092adb82c.js} +1 -1
- package/assets/esri/core/workers/chunks/99de37e4626f726a4a38.js +1 -0
- package/assets/esri/core/workers/chunks/{c872a06e3b5c3fb2ba56.js → a5d36f2442ca1cd6a672.js} +1 -1
- package/assets/esri/core/workers/chunks/abc4922d9e5186f1866e.js +1 -0
- package/assets/esri/core/workers/chunks/b1d0d2407ff2fcb4b67a.js +1 -0
- package/assets/esri/core/workers/chunks/c483f80642ea881cb8a7.js +1 -0
- package/assets/esri/core/workers/chunks/ce6eebe2f7871e1d1058.js +1 -0
- package/assets/esri/core/workers/chunks/d89375aea1e6af134a58.js +1 -0
- package/assets/esri/core/workers/chunks/e372bbc2e89b951bf7e5.js +1 -0
- package/assets/esri/core/workers/chunks/fc8bbc571216edd9ef5a.js +1 -0
- package/geometry/support/buffer/BufferView.js +1 -1
- package/geometry/support/coordsUtils.js +1 -1
- package/geometry/support/float16.js +1 -1
- package/interfaces.d.ts +1003 -137
- package/layers/SubtypeGroupLayer.js +1 -1
- package/layers/VideoLayer.js +1 -1
- package/layers/mixins/ArcGISMapService.js +1 -1
- package/layers/save/mapImageLayerUtils.js +1 -1
- package/layers/support/TitleCreator.js +1 -1
- package/layers/video/videoUtils.js +1 -1
- package/networks/support/utils.js +1 -1
- package/package.json +1 -1
- package/rest/knowledgeGraph/GraphAddFieldIndexResult.d.ts +4 -0
- package/rest/knowledgeGraph/GraphAddFieldIndexResult.js +1 -1
- package/rest/knowledgeGraph/GraphAddNamedTypesResult.js +1 -1
- package/rest/knowledgeGraph/GraphAddPropertyResult.d.ts +4 -0
- package/rest/knowledgeGraph/GraphAddPropertyResult.js +1 -1
- package/rest/knowledgeGraph/GraphDataModelOperationResult.d.ts +4 -0
- package/rest/knowledgeGraph/GraphDataModelOperationResult.js +1 -1
- package/rest/knowledgeGraph/GraphDeleteFieldIndexResult.d.ts +4 -0
- package/rest/knowledgeGraph/GraphDeleteFieldIndexResult.js +1 -1
- package/rest/knowledgeGraph/GraphDeleteNamedTypeResult.js +1 -1
- package/rest/knowledgeGraph/GraphDeletePropertyResult.d.ts +4 -0
- package/rest/knowledgeGraph/GraphDeletePropertyResult.js +1 -1
- package/rest/knowledgeGraph/GraphUpdateNamedTypesResult.d.ts +4 -0
- package/rest/knowledgeGraph/GraphUpdateNamedTypesResult.js +1 -1
- package/rest/knowledgeGraph/GraphUpdatePropertyResult.d.ts +4 -0
- package/rest/knowledgeGraph/GraphUpdatePropertyResult.js +1 -1
- package/rest/knowledgeGraph/GraphUpdateSearchIndexResult.d.ts +4 -0
- package/rest/knowledgeGraph/GraphUpdateSearchIndexResult.js +1 -1
- package/rest/knowledgeGraphService.d.ts +7 -0
- package/support/requestUtils.js +1 -1
- package/support/revision.js +1 -1
- package/views/2d/layers/VideoLayerView2D.js +1 -1
- package/views/2d/layers/features/Processor.js +1 -1
- package/views/2d/layers/features/processor/AProcessorStrategy.js +1 -1
- package/views/2d/layers/features/support/AttributeStore.js +1 -1
- package/views/3d/layers/graphics/Labeler.js +1 -1
- package/views/3d/support/buffer/InterleavedLayout.js +1 -1
- package/views/3d/webgl-engine/lib/DefaultVertexBufferLayouts.js +1 -1
- package/views/3d/webgl-engine/lib/glUtil3D.js +1 -1
- package/views/3d/webgl-engine/materials/LineMarkerMaterial.js +1 -1
- package/views/3d/webgl-engine/materials/RibbonLineMaterial.js +1 -1
- package/views/VideoView.js +1 -1
- package/views/draw/DrawScreenTool.js +1 -1
- package/widgets/BatchAttributeForm/BatchAttributeFormViewModel.js +1 -1
- package/widgets/BatchAttributeForm/inputs/BatchFormInputs.d.ts +4 -0
- package/widgets/BatchAttributeForm/inputs/BatchFormInputs.js +1 -1
- package/widgets/BatchAttributeForm/inputs/EditableInput.d.ts +4 -0
- package/widgets/BatchAttributeForm/inputs/EditableInput.js +1 -1
- package/widgets/BatchAttributeForm/inputs/FieldInput.d.ts +4 -0
- package/widgets/BatchAttributeForm/inputs/FieldInput.js +1 -1
- package/widgets/BatchAttributeForm/inputs/GroupInput.d.ts +4 -0
- package/widgets/BatchAttributeForm/inputs/GroupInput.js +1 -1
- package/widgets/BatchAttributeForm/inputs/InputBase.d.ts +4 -0
- package/widgets/BatchAttributeForm/inputs/InputBase.js +1 -1
- package/widgets/BatchAttributeForm/inputs/support/createBatchFormInputs.js +1 -1
- package/widgets/Editor/CreateFeaturesWorkflow.js +1 -1
- package/widgets/FeatureForm/EditableInput.d.ts +2 -2
- package/widgets/FeatureForm/FieldInput.d.ts +2 -2
- package/widgets/FeatureForm/GroupInput.d.ts +2 -2
- package/widgets/FeatureForm/InputBase.d.ts +2 -2
- package/widgets/OrientedImageryViewer/OrientedImageryViewerViewModel.js +1 -1
- package/widgets/OrientedImageryViewer/adapters/sketch/MeasurementAdapter.js +1 -1
- package/widgets/OrientedImageryViewer.js +1 -1
- package/widgets/UtilityNetworkTrace/UtilityNetworkTraceFeature.js +1 -1
- package/widgets/UtilityNetworkTrace/UtilityNetworkTraceFeaturesDrillIn.js +1 -1
- package/widgets/UtilityNetworkTrace/UtilityNetworkTraceViewModel.js +1 -1
- package/widgets/VersionManagement/VersionManagementViewModel.js +1 -1
- package/widgets/support/SelectionList/FeatureItem.js +1 -1
- package/widgets/support/SelectionList/GroupLayerItem.js +1 -1
- package/widgets/support/SelectionList/LayerItem.js +1 -1
- package/widgets/support/SelectionList/SelectionListViewModel.js +1 -1
- package/widgets/support/SelectionList.js +1 -1
- package/widgets/support/Selector2D/SelectionOperation.js +1 -1
- package/widgets/support/UtilityNetworkAssociations/FeatureUtilityNetworkAssociationsViewModel.js +1 -1
- package/assets/esri/core/workers/chunks/2c3920ad82b9d86c3f05.js +0 -1
- package/assets/esri/core/workers/chunks/490c733be256a1ce25b2.js +0 -1
- package/assets/esri/core/workers/chunks/616502f99247ff6b00c2.js +0 -1
- package/assets/esri/core/workers/chunks/6f8de923519bb16af8ba.js +0 -1
- package/assets/esri/core/workers/chunks/6ff46126c82354e6c78e.js +0 -1
- package/assets/esri/core/workers/chunks/851baab753d9c8e967bd.js +0 -1
- package/assets/esri/core/workers/chunks/8637b9cb30170ac4eae2.js +0 -1
- package/assets/esri/core/workers/chunks/8656c145ff0ca2e51ea6.js +0 -1
- package/assets/esri/core/workers/chunks/8b4a35e3ed39d8be3394.js +0 -1
- package/assets/esri/core/workers/chunks/b63a5067b18b6754a997.js +0 -1
- package/assets/esri/core/workers/chunks/d3bfd0c382c2f39a787b.js +0 -1
- package/assets/esri/core/workers/chunks/d6df12bed626d56cd6b2.js +0 -1
- package/assets/esri/core/workers/chunks/df6d6ac6ebe2fb044a97.js +0 -1
- package/assets/esri/core/workers/chunks/ec339075bb4faeec1413.js +0 -1
- package/assets/esri/core/workers/chunks/f4442a2b40e44f90b461.js +0 -1
package/interfaces.d.ts
CHANGED
|
@@ -232,6 +232,12 @@ declare namespace __esri {
|
|
|
232
232
|
export type BaseTileLayerLayerviewCreateEventHandler = (event: BaseTileLayerLayerviewCreateEvent) => void;
|
|
233
233
|
export type BaseTileLayerLayerviewDestroyEventHandler = (event: BaseTileLayerLayerviewDestroyEvent) => void;
|
|
234
234
|
export type BaseTileLayerRefreshEventHandler = (event: BaseTileLayerRefreshEvent) => void;
|
|
235
|
+
export type BatchAttributeFormSubmitEventHandler = (event: BatchAttributeFormSubmitEvent) => void;
|
|
236
|
+
export type BatchAttributeFormValueChangeEventHandler = (event: BatchAttributeFormValueChangeEvent) => void;
|
|
237
|
+
export type BatchAttributeFormViewModelSubmitEventHandler = (event: BatchAttributeFormViewModelSubmitEvent) => void;
|
|
238
|
+
export type BatchAttributeFormViewModelValueChangeEventHandler = (
|
|
239
|
+
event: BatchAttributeFormViewModelValueChangeEvent,
|
|
240
|
+
) => void;
|
|
235
241
|
export type BingMapsLayerLayerviewCreateErrorEventHandler = (event: BingMapsLayerLayerviewCreateErrorEvent) => void;
|
|
236
242
|
export type BingMapsLayerLayerviewCreateEventHandler = (event: BingMapsLayerLayerviewCreateEvent) => void;
|
|
237
243
|
export type BingMapsLayerLayerviewDestroyEventHandler = (event: BingMapsLayerLayerviewDestroyEvent) => void;
|
|
@@ -252,6 +258,7 @@ declare namespace __esri {
|
|
|
252
258
|
export type CSVLayerLayerviewCreateEventHandler = (event: CSVLayerLayerviewCreateEvent) => void;
|
|
253
259
|
export type CSVLayerLayerviewDestroyEventHandler = (event: CSVLayerLayerviewDestroyEvent) => void;
|
|
254
260
|
export type CSVLayerRefreshEventHandler = (event: CSVLayerRefreshEvent) => void;
|
|
261
|
+
export type DaylightUserDateTimeChangeEventHandler = (event: DaylightUserDateTimeChangeEvent) => void;
|
|
255
262
|
export type DaylightViewModelUserDateTimeChangeEventHandler = (
|
|
256
263
|
event: DaylightViewModelUserDateTimeChangeEvent,
|
|
257
264
|
) => void;
|
|
@@ -4992,7 +4999,7 @@ declare namespace __esri {
|
|
|
4992
4999
|
|
|
4993
5000
|
/**
|
|
4994
5001
|
* A convenience module for importing {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-form-elements-Element.html Element} classes
|
|
4995
|
-
* when developing with {@link https://developers.arcgis.com/javascript/latest/typescript
|
|
5002
|
+
* when developing with {@link https://developers.arcgis.com/javascript/latest/get-started/#typescript TypeScript}.
|
|
4996
5003
|
*
|
|
4997
5004
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-form-elements.html Read more...}
|
|
4998
5005
|
*/
|
|
@@ -5518,7 +5525,7 @@ declare namespace __esri {
|
|
|
5518
5525
|
|
|
5519
5526
|
/**
|
|
5520
5527
|
* A convenience module for importing module:esri/form/elements/inputs/Input classes
|
|
5521
|
-
* when developing with {@link https://developers.arcgis.com/javascript/latest/typescript
|
|
5528
|
+
* when developing with {@link https://developers.arcgis.com/javascript/latest/get-started/#typescript TypeScript}.
|
|
5522
5529
|
*
|
|
5523
5530
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-form-elements-inputs.html Read more...}
|
|
5524
5531
|
*/
|
|
@@ -7302,7 +7309,7 @@ declare namespace __esri {
|
|
|
7302
7309
|
|
|
7303
7310
|
/**
|
|
7304
7311
|
* A convenience module for importing {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Geometry.html Geometry} classes when developing with
|
|
7305
|
-
* {@link https://developers.arcgis.com/javascript/latest/typescript
|
|
7312
|
+
* {@link https://developers.arcgis.com/javascript/latest/get-started/#typescript TypeScript}.
|
|
7306
7313
|
*
|
|
7307
7314
|
* @deprecated since version 4.32. Use {@link module:esri/unionTypes} to import union types, or individual modules to import classes.
|
|
7308
7315
|
*
|
|
@@ -24666,7 +24673,8 @@ declare namespace __esri {
|
|
|
24666
24673
|
readonly spatialReference: SpatialReference;
|
|
24667
24674
|
readonly type: "line-of-sight";
|
|
24668
24675
|
/**
|
|
24669
|
-
*
|
|
24676
|
+
* The line of sight layer enables the creation and display of visibility analysis where a line of sight
|
|
24677
|
+
* is computed from a single observer position towards
|
|
24670
24678
|
* a set of targets.
|
|
24671
24679
|
*
|
|
24672
24680
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-LineOfSightLayer.html Read more...}
|
|
@@ -50172,7 +50180,7 @@ declare namespace __esri {
|
|
|
50172
50180
|
|
|
50173
50181
|
/**
|
|
50174
50182
|
* A convenience module for importing {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-PointCloudRenderer.html PointCloudRenderer} classes when developing with
|
|
50175
|
-
* {@link https://developers.arcgis.com/javascript/latest/typescript
|
|
50183
|
+
* {@link https://developers.arcgis.com/javascript/latest/get-started/#typescript TypeScript}.
|
|
50176
50184
|
*
|
|
50177
50185
|
* @deprecated since version 4.32. Use {@link module:esri/unionTypes} to import union types, or individual modules to import classes.
|
|
50178
50186
|
*
|
|
@@ -50274,7 +50282,7 @@ declare namespace __esri {
|
|
|
50274
50282
|
|
|
50275
50283
|
/**
|
|
50276
50284
|
* A convenience module for importing {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-Content.html Content} classes when developing
|
|
50277
|
-
* with {@link https://developers.arcgis.com/javascript/latest/typescript
|
|
50285
|
+
* with {@link https://developers.arcgis.com/javascript/latest/get-started/#typescript TypeScript}.
|
|
50278
50286
|
*
|
|
50279
50287
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content.html Read more...}
|
|
50280
50288
|
*/
|
|
@@ -55685,7 +55693,7 @@ declare namespace __esri {
|
|
|
55685
55693
|
/**
|
|
55686
55694
|
* A convenience module for importing renderer classes that can be used to render
|
|
55687
55695
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html ImageryLayer} when developing with
|
|
55688
|
-
* {@link https://developers.arcgis.com/javascript/latest/typescript
|
|
55696
|
+
* {@link https://developers.arcgis.com/javascript/latest/get-started/#typescript TypeScript}.
|
|
55689
55697
|
*
|
|
55690
55698
|
* @deprecated since version 4.32. Use {@link module:esri/unionTypes} to import union types, or individual modules to import classes.
|
|
55691
55699
|
*
|
|
@@ -55816,7 +55824,7 @@ declare namespace __esri {
|
|
|
55816
55824
|
|
|
55817
55825
|
/**
|
|
55818
55826
|
* A convenience module for importing {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-Renderer.html Renderer} classes when developing with
|
|
55819
|
-
* {@link https://developers.arcgis.com/javascript/latest/typescript
|
|
55827
|
+
* {@link https://developers.arcgis.com/javascript/latest/get-started/#typescript TypeScript}.
|
|
55820
55828
|
*
|
|
55821
55829
|
* @deprecated since version 4.32. Use {@link module:esri/unionTypes} to import union types, or individual modules to import classes.
|
|
55822
55830
|
*
|
|
@@ -62158,7 +62166,7 @@ declare namespace __esri {
|
|
|
62158
62166
|
*
|
|
62159
62167
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-FieldIndex.html#description Read more...}
|
|
62160
62168
|
*/
|
|
62161
|
-
description: string;
|
|
62169
|
+
readonly description: string;
|
|
62162
62170
|
/**
|
|
62163
62171
|
* The ordered field names included in this index.
|
|
62164
62172
|
*
|
|
@@ -62208,12 +62216,6 @@ declare namespace __esri {
|
|
|
62208
62216
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-FieldIndex.html#ascending Read more...}
|
|
62209
62217
|
*/
|
|
62210
62218
|
ascending?: boolean;
|
|
62211
|
-
/**
|
|
62212
|
-
* Description of the field.
|
|
62213
|
-
*
|
|
62214
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-FieldIndex.html#description Read more...}
|
|
62215
|
-
*/
|
|
62216
|
-
description?: string;
|
|
62217
62219
|
/**
|
|
62218
62220
|
* The ordered field names included in this index.
|
|
62219
62221
|
*
|
|
@@ -62234,7 +62236,19 @@ declare namespace __esri {
|
|
|
62234
62236
|
unique?: boolean;
|
|
62235
62237
|
}
|
|
62236
62238
|
|
|
62237
|
-
export class
|
|
62239
|
+
export class GraphAddFieldIndexResult extends GraphDataModelOperationResult {
|
|
62240
|
+
/**
|
|
62241
|
+
* Results returned when {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeAddGraphFieldIndex adding a new field index} to a knowledge graph data model.
|
|
62242
|
+
*
|
|
62243
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphAddFieldIndexResult.html Read more...}
|
|
62244
|
+
*/
|
|
62245
|
+
constructor(properties?: GraphAddFieldIndexResultProperties);
|
|
62246
|
+
}
|
|
62247
|
+
|
|
62248
|
+
interface GraphAddFieldIndexResultProperties extends GraphDataModelOperationResultProperties {
|
|
62249
|
+
}
|
|
62250
|
+
|
|
62251
|
+
export class GraphAddNamedTypesResult extends GraphDataModelOperationResult {
|
|
62238
62252
|
/**
|
|
62239
62253
|
* Information specific to each added entity type.
|
|
62240
62254
|
*
|
|
@@ -62248,7 +62262,7 @@ declare namespace __esri {
|
|
|
62248
62262
|
*/
|
|
62249
62263
|
entityAddResultsCount: number;
|
|
62250
62264
|
/**
|
|
62251
|
-
* Information specific to each added
|
|
62265
|
+
* Information specific to each added relationship type.
|
|
62252
62266
|
*
|
|
62253
62267
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphAddNamedTypesResult.html#relationshipAddResults Read more...}
|
|
62254
62268
|
*/
|
|
@@ -62268,7 +62282,7 @@ declare namespace __esri {
|
|
|
62268
62282
|
constructor(properties?: GraphAddNamedTypesResultProperties);
|
|
62269
62283
|
}
|
|
62270
62284
|
|
|
62271
|
-
interface GraphAddNamedTypesResultProperties {
|
|
62285
|
+
interface GraphAddNamedTypesResultProperties extends GraphDataModelOperationResultProperties {
|
|
62272
62286
|
/**
|
|
62273
62287
|
* Information specific to each added entity type.
|
|
62274
62288
|
*
|
|
@@ -62282,7 +62296,7 @@ declare namespace __esri {
|
|
|
62282
62296
|
*/
|
|
62283
62297
|
entityAddResultsCount?: number;
|
|
62284
62298
|
/**
|
|
62285
|
-
* Information specific to each added
|
|
62299
|
+
* Information specific to each added relationship type.
|
|
62286
62300
|
*
|
|
62287
62301
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphAddNamedTypesResult.html#relationshipAddResults Read more...}
|
|
62288
62302
|
*/
|
|
@@ -62305,6 +62319,18 @@ declare namespace __esri {
|
|
|
62305
62319
|
error?: Error | nullish;
|
|
62306
62320
|
}
|
|
62307
62321
|
|
|
62322
|
+
export class GraphAddPropertyResult extends GraphDataModelOperationResult {
|
|
62323
|
+
/**
|
|
62324
|
+
* Result returned when {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeAddGraphProperties adding graph properties} to an entity type or relationship type in a knowledge graph data model.
|
|
62325
|
+
*
|
|
62326
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphAddPropertyResult.html Read more...}
|
|
62327
|
+
*/
|
|
62328
|
+
constructor(properties?: GraphAddPropertyResultProperties);
|
|
62329
|
+
}
|
|
62330
|
+
|
|
62331
|
+
interface GraphAddPropertyResultProperties extends GraphDataModelOperationResultProperties {
|
|
62332
|
+
}
|
|
62333
|
+
|
|
62308
62334
|
export class GraphApplyEdits extends Accessor {
|
|
62309
62335
|
/**
|
|
62310
62336
|
* A list of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-Entity.html entities} to add to the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-KnowledgeGraph.html knowledge graph}.
|
|
@@ -62512,17 +62538,106 @@ declare namespace __esri {
|
|
|
62512
62538
|
error?: Error;
|
|
62513
62539
|
}
|
|
62514
62540
|
|
|
62515
|
-
export class
|
|
62541
|
+
export class GraphDataModelOperationResult extends Accessor {
|
|
62542
|
+
/**
|
|
62543
|
+
* Any errors encountered while decoding the results.
|
|
62544
|
+
*
|
|
62545
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html#decoderError Read more...}
|
|
62546
|
+
*/
|
|
62547
|
+
decoderError: Error | nullish;
|
|
62548
|
+
/**
|
|
62549
|
+
* Information about the add, update or delete modifications made to the data model.
|
|
62550
|
+
*
|
|
62551
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html#results Read more...}
|
|
62552
|
+
*/
|
|
62553
|
+
results: ResultsObject[];
|
|
62554
|
+
/**
|
|
62555
|
+
* The number of modifications made to the graph.
|
|
62556
|
+
*
|
|
62557
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html#resultsCount Read more...}
|
|
62558
|
+
*/
|
|
62559
|
+
resultsCount: number;
|
|
62560
|
+
/**
|
|
62561
|
+
* The updated knowledge graph with the applied additions, updates, and deletions.
|
|
62562
|
+
*
|
|
62563
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html#updatedKnowledgeGraph Read more...}
|
|
62564
|
+
*/
|
|
62565
|
+
updatedKnowledgeGraph: KnowledgeGraph | nullish;
|
|
62566
|
+
/**
|
|
62567
|
+
* The result returned after modifying a knowledge graph data model.
|
|
62568
|
+
*
|
|
62569
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html Read more...}
|
|
62570
|
+
*/
|
|
62571
|
+
constructor(properties?: GraphDataModelOperationResultProperties);
|
|
62572
|
+
}
|
|
62573
|
+
|
|
62574
|
+
interface GraphDataModelOperationResultProperties {
|
|
62575
|
+
/**
|
|
62576
|
+
* Any errors encountered while decoding the results.
|
|
62577
|
+
*
|
|
62578
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html#decoderError Read more...}
|
|
62579
|
+
*/
|
|
62580
|
+
decoderError?: Error | nullish;
|
|
62581
|
+
/**
|
|
62582
|
+
* Information about the add, update or delete modifications made to the data model.
|
|
62583
|
+
*
|
|
62584
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html#results Read more...}
|
|
62585
|
+
*/
|
|
62586
|
+
results?: ResultsObject[];
|
|
62587
|
+
/**
|
|
62588
|
+
* The number of modifications made to the graph.
|
|
62589
|
+
*
|
|
62590
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html#resultsCount Read more...}
|
|
62591
|
+
*/
|
|
62592
|
+
resultsCount?: number;
|
|
62593
|
+
/**
|
|
62594
|
+
* The updated knowledge graph with the applied additions, updates, and deletions.
|
|
62595
|
+
*
|
|
62596
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html#updatedKnowledgeGraph Read more...}
|
|
62597
|
+
*/
|
|
62598
|
+
updatedKnowledgeGraph?: KnowledgeGraph | nullish;
|
|
62599
|
+
}
|
|
62600
|
+
|
|
62601
|
+
export interface ResultsObject {
|
|
62602
|
+
name: string;
|
|
62603
|
+
error?: Error | nullish;
|
|
62604
|
+
}
|
|
62605
|
+
|
|
62606
|
+
export class GraphDeleteFieldIndexResult extends GraphDataModelOperationResult {
|
|
62607
|
+
/**
|
|
62608
|
+
* Result returned when {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeDeleteGraphFieldIndex deleting a field index} from a knowledge graph data model.
|
|
62609
|
+
*
|
|
62610
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDeleteFieldIndexResult.html Read more...}
|
|
62611
|
+
*/
|
|
62612
|
+
constructor(properties?: GraphDeleteFieldIndexResultProperties);
|
|
62613
|
+
}
|
|
62614
|
+
|
|
62615
|
+
interface GraphDeleteFieldIndexResultProperties extends GraphDataModelOperationResultProperties {
|
|
62616
|
+
}
|
|
62617
|
+
|
|
62618
|
+
export class GraphDeleteNamedTypeResult extends GraphDataModelOperationResult {
|
|
62516
62619
|
/**
|
|
62517
62620
|
* The result returned when deleting an {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-EntityType.html entity type} or
|
|
62518
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-RelationshipType.html relationship type}
|
|
62621
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-RelationshipType.html relationship type} from a knowledge graph.
|
|
62519
62622
|
*
|
|
62520
62623
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDeleteNamedTypeResult.html Read more...}
|
|
62521
62624
|
*/
|
|
62522
62625
|
constructor(properties?: GraphDeleteNamedTypeResultProperties);
|
|
62523
62626
|
}
|
|
62524
62627
|
|
|
62525
|
-
interface GraphDeleteNamedTypeResultProperties {
|
|
62628
|
+
interface GraphDeleteNamedTypeResultProperties extends GraphDataModelOperationResultProperties {
|
|
62629
|
+
}
|
|
62630
|
+
|
|
62631
|
+
export class GraphDeletePropertyResult extends GraphDataModelOperationResult {
|
|
62632
|
+
/**
|
|
62633
|
+
* Result of deleting graph properties from an entity type or relationship type in a knowledge graph data model.
|
|
62634
|
+
*
|
|
62635
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDeletePropertyResult.html Read more...}
|
|
62636
|
+
*/
|
|
62637
|
+
constructor(properties?: GraphDeletePropertyResultProperties);
|
|
62638
|
+
}
|
|
62639
|
+
|
|
62640
|
+
interface GraphDeletePropertyResultProperties extends GraphDataModelOperationResultProperties {
|
|
62526
62641
|
}
|
|
62527
62642
|
|
|
62528
62643
|
export class GraphNamedObject extends GraphObject {
|
|
@@ -62824,7 +62939,7 @@ declare namespace __esri {
|
|
|
62824
62939
|
*/
|
|
62825
62940
|
systemMaintained: boolean | nullish;
|
|
62826
62941
|
/**
|
|
62827
|
-
* Specifies the properties
|
|
62942
|
+
* Specifies the properties for {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-EntityType.html entity types} and {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-RelationshipType.html relationship types} defined in the graph schema by the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-DataModel.html data model}.
|
|
62828
62943
|
*
|
|
62829
62944
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphProperty.html Read more...}
|
|
62830
62945
|
*/
|
|
@@ -63259,6 +63374,42 @@ declare namespace __esri {
|
|
|
63259
63374
|
start?: number | nullish;
|
|
63260
63375
|
}
|
|
63261
63376
|
|
|
63377
|
+
export class GraphUpdateNamedTypesResult extends GraphDataModelOperationResult {
|
|
63378
|
+
/**
|
|
63379
|
+
* Result returned from {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeUpdateNamedType updating} an entity type or relationship type in a knowledge graph data model.
|
|
63380
|
+
*
|
|
63381
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphUpdateNamedTypesResult.html Read more...}
|
|
63382
|
+
*/
|
|
63383
|
+
constructor(properties?: GraphUpdateNamedTypesResultProperties);
|
|
63384
|
+
}
|
|
63385
|
+
|
|
63386
|
+
interface GraphUpdateNamedTypesResultProperties extends GraphDataModelOperationResultProperties {
|
|
63387
|
+
}
|
|
63388
|
+
|
|
63389
|
+
export class GraphUpdatePropertyResult extends GraphDataModelOperationResult {
|
|
63390
|
+
/**
|
|
63391
|
+
* Result returned after {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeUpdateGraphProperty updating a graph property} on an entity type or relationship type in a knowledge graph data model.
|
|
63392
|
+
*
|
|
63393
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphUpdatePropertyResult.html Read more...}
|
|
63394
|
+
*/
|
|
63395
|
+
constructor(properties?: GraphUpdatePropertyResultProperties);
|
|
63396
|
+
}
|
|
63397
|
+
|
|
63398
|
+
interface GraphUpdatePropertyResultProperties extends GraphDataModelOperationResultProperties {
|
|
63399
|
+
}
|
|
63400
|
+
|
|
63401
|
+
export class GraphUpdateSearchIndexResult extends GraphDataModelOperationResult {
|
|
63402
|
+
/**
|
|
63403
|
+
* Result returned from {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeUpdateSearchIndex updating the search index} for a knowledge graph.
|
|
63404
|
+
*
|
|
63405
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphUpdateSearchIndexResult.html Read more...}
|
|
63406
|
+
*/
|
|
63407
|
+
constructor(properties?: GraphUpdateSearchIndexResultProperties);
|
|
63408
|
+
}
|
|
63409
|
+
|
|
63410
|
+
interface GraphUpdateSearchIndexResultProperties extends GraphDataModelOperationResultProperties {
|
|
63411
|
+
}
|
|
63412
|
+
|
|
63262
63413
|
export class InputQuantizationParameters extends Accessor {
|
|
63263
63414
|
/**
|
|
63264
63415
|
* Origin of M-Values.
|
|
@@ -64300,7 +64451,30 @@ declare namespace __esri {
|
|
|
64300
64451
|
*/
|
|
64301
64452
|
interface knowledgeGraphService {
|
|
64302
64453
|
/**
|
|
64303
|
-
*
|
|
64454
|
+
* Adds a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-FieldIndex.html field index} for a particular property on an
|
|
64455
|
+
* entity type or relationship type in a graph.
|
|
64456
|
+
*
|
|
64457
|
+
* @param graph The knowledge graph to update.
|
|
64458
|
+
* @param namedType The name of the entity type or relationship type with the property for which to add a field index.
|
|
64459
|
+
* @param fieldIndexes The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-FieldIndex.html field indexes} to add.
|
|
64460
|
+
* @param options Additional options to be used for the data request.
|
|
64461
|
+
*
|
|
64462
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeAddGraphFieldIndex Read more...}
|
|
64463
|
+
*/
|
|
64464
|
+
executeAddGraphFieldIndex(graph: KnowledgeGraph, namedType: string, fieldIndexes: FieldIndex[], options: RequestOptions): Promise<GraphAddFieldIndexResult>;
|
|
64465
|
+
/**
|
|
64466
|
+
* Add a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphProperty.html GraphProperty} for a particular entity type or relationship type.
|
|
64467
|
+
*
|
|
64468
|
+
* @param graph The knowledge graph to update.
|
|
64469
|
+
* @param namedType The name of the entity type or relationship type to update with the property to be updated.
|
|
64470
|
+
* @param namedTypeProperties A list of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphProperty.html graph properties} to add to the entity type or relationship type.
|
|
64471
|
+
* @param options Additional options to be used for the data request.
|
|
64472
|
+
*
|
|
64473
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeAddGraphProperties Read more...}
|
|
64474
|
+
*/
|
|
64475
|
+
executeAddGraphProperties(graph: KnowledgeGraph, namedType: string, namedTypeProperties: GraphProperty[], options?: RequestOptions): Promise<GraphAddPropertyResult>;
|
|
64476
|
+
/**
|
|
64477
|
+
* Create new {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-EntityType.html entity types} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-RelationshipType.html relationship types} in your knowledge graph.
|
|
64304
64478
|
*
|
|
64305
64479
|
* @param graph The knowledge graph. Retrieved using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#fetchKnowledgeGraph `fetchKnowledgeGraph()`}.
|
|
64306
64480
|
* @param namedTypes The new {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-EntityType.html entity types} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-RelationshipType.html relationship types} to add to the graph.
|
|
@@ -64308,7 +64482,7 @@ declare namespace __esri {
|
|
|
64308
64482
|
*
|
|
64309
64483
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeAddNamedTypes Read more...}
|
|
64310
64484
|
*/
|
|
64311
|
-
executeAddNamedTypes(graph: KnowledgeGraph, namedTypes: knowledgeGraphServiceExecuteAddNamedTypesNamedTypes, options
|
|
64485
|
+
executeAddNamedTypes(graph: KnowledgeGraph, namedTypes: knowledgeGraphServiceExecuteAddNamedTypesNamedTypes, options?: RequestOptions): Promise<GraphAddNamedTypesResult>;
|
|
64312
64486
|
/**
|
|
64313
64487
|
* Add, delete, or update {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-Entity.html entities} and
|
|
64314
64488
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-Relationship.html relationships} in a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html knowledge graph service's}
|
|
@@ -64322,7 +64496,30 @@ declare namespace __esri {
|
|
|
64322
64496
|
*/
|
|
64323
64497
|
executeApplyEdits(graph: KnowledgeGraph, edits: GraphApplyEdits, requestOptions?: RequestOptions): Promise<GraphApplyEditsResult>;
|
|
64324
64498
|
/**
|
|
64325
|
-
*
|
|
64499
|
+
* Deletes the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-FieldIndex.html field index} for a particular property on an
|
|
64500
|
+
* entity type or relationship type in a graph.
|
|
64501
|
+
*
|
|
64502
|
+
* @param graph The knowledge graph to update.
|
|
64503
|
+
* @param namedType The name of the entity type or relationship type to update.
|
|
64504
|
+
* @param fieldIndexNames The names of the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-FieldIndex.html field index} to delete.
|
|
64505
|
+
* @param options Additional options to be used for the data request.
|
|
64506
|
+
*
|
|
64507
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeDeleteGraphFieldIndex Read more...}
|
|
64508
|
+
*/
|
|
64509
|
+
executeDeleteGraphFieldIndex(graph: KnowledgeGraph, namedType: string, fieldIndexNames: string[], options: RequestOptions): Promise<GraphDeleteFieldIndexResult>;
|
|
64510
|
+
/**
|
|
64511
|
+
* Delete a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphProperty.html GraphProperty} for a particular entity type or relationship type.
|
|
64512
|
+
*
|
|
64513
|
+
* @param graph The knowledge graph to update.
|
|
64514
|
+
* @param namedType The name of the entity type or relationship type to update with the property to be updated.
|
|
64515
|
+
* @param propertyName The name of the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphProperty.html GraphProperty} to delete.
|
|
64516
|
+
* @param options Additional options to be used for the data request.
|
|
64517
|
+
*
|
|
64518
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeDeleteGraphProperty Read more...}
|
|
64519
|
+
*/
|
|
64520
|
+
executeDeleteGraphProperty(graph: KnowledgeGraph, namedType: string, propertyName: string, options?: RequestOptions): Promise<GraphDeletePropertyResult>;
|
|
64521
|
+
/**
|
|
64522
|
+
* Delete an {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-EntityType.html entity type} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-RelationshipType.html relationship type} from the graph.
|
|
64326
64523
|
*
|
|
64327
64524
|
* @param graph The knowledge graph. Retrieved using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#fetchKnowledgeGraph `fetchKnowledgeGraph()`}.
|
|
64328
64525
|
* @param namedType The name of the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-EntityType.html entity type} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-RelationshipType.html relationship type} to delete.
|
|
@@ -64330,7 +64527,7 @@ declare namespace __esri {
|
|
|
64330
64527
|
*
|
|
64331
64528
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeDeleteNamedType Read more...}
|
|
64332
64529
|
*/
|
|
64333
|
-
executeDeleteNamedType(graph: KnowledgeGraph, namedType: string, options
|
|
64530
|
+
executeDeleteNamedType(graph: KnowledgeGraph, namedType: string, options?: RequestOptions): Promise<GraphDeleteNamedTypeResult>;
|
|
64334
64531
|
/**
|
|
64335
64532
|
* Executes a request to the ServerFilteredFindPaths GP tool.
|
|
64336
64533
|
*
|
|
@@ -64392,6 +64589,40 @@ declare namespace __esri {
|
|
|
64392
64589
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeSearchStreaming Read more...}
|
|
64393
64590
|
*/
|
|
64394
64591
|
executeSearchStreaming(graph: KnowledgeGraph, searchArguments: GraphSearchStreaming, requestOptions?: RequestOptions): Promise<GraphQueryStreamingResult>;
|
|
64592
|
+
/**
|
|
64593
|
+
* Update a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphProperty.html GraphProperty} for a particular entity type or relationship type in the graph.
|
|
64594
|
+
*
|
|
64595
|
+
* @param graph The knowledge graph to update.
|
|
64596
|
+
* @param namedType The name of the entity type or relationship type to update with the property to be updated.
|
|
64597
|
+
* @param originalPropertyName The original name of the property to update.
|
|
64598
|
+
* @param updatedProperties The updated properties for the entity type or relationship type property specified.
|
|
64599
|
+
* @param options Additional options to be used for the data request.
|
|
64600
|
+
*
|
|
64601
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeUpdateGraphProperty Read more...}
|
|
64602
|
+
*/
|
|
64603
|
+
executeUpdateGraphProperty(graph: KnowledgeGraph, namedType: string, originalPropertyName: string, updatedProperties: UpdateGraphProperties, options?: RequestOptions): Promise<GraphUpdatePropertyResult>;
|
|
64604
|
+
/**
|
|
64605
|
+
* Update an {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-EntityType.html entity type} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-RelationshipType.html relationship type}.
|
|
64606
|
+
*
|
|
64607
|
+
* @param graph The knowledge graph to update.
|
|
64608
|
+
* @param namedType The name of the entity type or relationship type to update with the property to be updated.
|
|
64609
|
+
* @param updatedNamedType The updated entity type or relationship type.
|
|
64610
|
+
* @param options Additional options to be used for the data request.
|
|
64611
|
+
*
|
|
64612
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeUpdateNamedType Read more...}
|
|
64613
|
+
*/
|
|
64614
|
+
executeUpdateNamedType(graph: KnowledgeGraph, namedType: string, updatedNamedType: UpdateNamedType, options?: RequestOptions): Promise<GraphUpdateNamedTypesResult>;
|
|
64615
|
+
/**
|
|
64616
|
+
* Update the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-SearchIndex.html search index} used by the knowledge graph.
|
|
64617
|
+
*
|
|
64618
|
+
* @param graph The knowledge graph to update.
|
|
64619
|
+
* @param namedType The name of the entity or relationship type to update.
|
|
64620
|
+
* @param searchProperties The properties of the named type with which to update the search index.
|
|
64621
|
+
* @param options Additional options to be used for the data request.
|
|
64622
|
+
*
|
|
64623
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeUpdateSearchIndex Read more...}
|
|
64624
|
+
*/
|
|
64625
|
+
executeUpdateSearchIndex(graph: KnowledgeGraph, namedType: string, searchProperties: knowledgeGraphServiceExecuteUpdateSearchIndexSearchProperties, options?: RequestOptions): Promise<GraphUpdateSearchIndexResult>;
|
|
64395
64626
|
/**
|
|
64396
64627
|
* Retrieves the filtered find path results from a job started by {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeFindPathsAsynchronous executeFindPathsAsynchronous}.
|
|
64397
64628
|
*
|
|
@@ -64508,14 +64739,41 @@ declare namespace __esri {
|
|
|
64508
64739
|
newRelationshipTypes: RelationshipType[];
|
|
64509
64740
|
}
|
|
64510
64741
|
|
|
64742
|
+
export interface knowledgeGraphServiceExecuteUpdateSearchIndexSearchProperties {
|
|
64743
|
+
addSearchProperties: SearchIndexSearchProperties;
|
|
64744
|
+
deleteSearchProperties: SearchIndexSearchProperties;
|
|
64745
|
+
}
|
|
64746
|
+
|
|
64511
64747
|
export interface knowledgeGraphServiceFetchClientDataAtKeysOptions {
|
|
64512
64748
|
ignoreCache?: boolean;
|
|
64513
64749
|
requestOptions?: RequestOptions;
|
|
64514
64750
|
}
|
|
64515
64751
|
|
|
64752
|
+
/**
|
|
64753
|
+
* The properties of a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphProperty.html GraphProperty} that can be updated with {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeUpdateGraphProperty `executeUpdateGraphProperty`}.
|
|
64754
|
+
*
|
|
64755
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#UpdateGraphProperties Read more...}
|
|
64756
|
+
*/
|
|
64757
|
+
export interface UpdateGraphProperties {
|
|
64758
|
+
alias?: string;
|
|
64759
|
+
editable?: boolean;
|
|
64760
|
+
required?: boolean;
|
|
64761
|
+
defaultVisibility?: boolean;
|
|
64762
|
+
defaultValue?: any;
|
|
64763
|
+
}
|
|
64764
|
+
|
|
64765
|
+
/**
|
|
64766
|
+
* Properties of a named type that can be updated, such as the `alias`.
|
|
64767
|
+
*
|
|
64768
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#UpdateNamedType Read more...}
|
|
64769
|
+
*/
|
|
64770
|
+
export interface UpdateNamedType {
|
|
64771
|
+
alias?: string;
|
|
64772
|
+
}
|
|
64773
|
+
|
|
64516
64774
|
/**
|
|
64517
64775
|
* A convenience module for importing {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-locator.html locator} functions when developing with
|
|
64518
|
-
* {@link https://developers.arcgis.com/javascript/latest/typescript
|
|
64776
|
+
* {@link https://developers.arcgis.com/javascript/latest/get-started/#typescript TypeScript}.
|
|
64519
64777
|
*
|
|
64520
64778
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-locator.html Read more...}
|
|
64521
64779
|
*/
|
|
@@ -85822,7 +86080,7 @@ declare namespace __esri {
|
|
|
85822
86080
|
|
|
85823
86081
|
/**
|
|
85824
86082
|
* A convenience module for importing {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-Symbol.html Symbol} classes when developing with
|
|
85825
|
-
* {@link https://developers.arcgis.com/javascript/latest/typescript
|
|
86083
|
+
* {@link https://developers.arcgis.com/javascript/latest/get-started/#typescript TypeScript}.
|
|
85826
86084
|
*
|
|
85827
86085
|
* @deprecated since version 4.32. Use {@link module:esri/unionTypes} to import union types, or individual modules to import classes.
|
|
85828
86086
|
*
|
|
@@ -90902,7 +91160,7 @@ declare namespace __esri {
|
|
|
90902
91160
|
|
|
90903
91161
|
/**
|
|
90904
91162
|
* A convenience module for importing {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-tables-elements-AttributeTableElement.html AttributeTableElement} classes
|
|
90905
|
-
* when developing with {@link https://developers.arcgis.com/javascript/latest/typescript
|
|
91163
|
+
* when developing with {@link https://developers.arcgis.com/javascript/latest/get-started/#typescript TypeScript}.
|
|
90906
91164
|
*
|
|
90907
91165
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-tables-elements.html Read more...}
|
|
90908
91166
|
*/
|
|
@@ -91569,7 +91827,7 @@ declare namespace __esri {
|
|
|
91569
91827
|
}
|
|
91570
91828
|
|
|
91571
91829
|
/**
|
|
91572
|
-
* A module for importing union types for use in {@link https://developers.arcgis.com/javascript/latest/typescript
|
|
91830
|
+
* A module for importing union types for use in {@link https://developers.arcgis.com/javascript/latest/get-started/#typescript TypeScript}.
|
|
91573
91831
|
*
|
|
91574
91832
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-unionTypes.html Read more...}
|
|
91575
91833
|
*/
|
|
@@ -92835,7 +93093,7 @@ declare namespace __esri {
|
|
|
92835
93093
|
/**
|
|
92836
93094
|
* Tessellate a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polygon.html Polygon} into triangles.
|
|
92837
93095
|
*
|
|
92838
|
-
* @param polygon The input geometry. *The geometry must be simple*; if the input geometry is not simple, you must first create a simplified version of it using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-
|
|
93096
|
+
* @param polygon The input geometry. *The geometry must be simple*; if the input geometry is not simple, you must first create a simplified version of it using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-simplifyOperator.html simplifyOperator}, and pass the simplified geometry to `tessellatePolygon`.
|
|
92839
93097
|
*
|
|
92840
93098
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-2d-layers-BaseLayerViewGL2D.html#tessellatePolygon Read more...}
|
|
92841
93099
|
*/
|
|
@@ -92843,7 +93101,7 @@ declare namespace __esri {
|
|
|
92843
93101
|
/**
|
|
92844
93102
|
* Tessellate a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polyline.html Polyline} into triangles.
|
|
92845
93103
|
*
|
|
92846
|
-
* @param polyline The input geometry. *The geometry must be simple*; if the input geometry is not simple, you must first create a simplified version of it using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-
|
|
93104
|
+
* @param polyline The input geometry. *The geometry must be simple*; if the input geometry is not simple, you must first create a simplified version of it using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-simplifyOperator.html simplifyOperator}, and pass the simplified geometry to `tessellatePolyline`.
|
|
92847
93105
|
* @param width The width of the line; this will be used to scale xOffset and yOffset.
|
|
92848
93106
|
*
|
|
92849
93107
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-2d-layers-BaseLayerViewGL2D.html#tessellatePolyline Read more...}
|
|
@@ -93107,7 +93365,7 @@ declare namespace __esri {
|
|
|
93107
93365
|
visible: boolean;
|
|
93108
93366
|
constructor(properties?: any);
|
|
93109
93367
|
/**
|
|
93110
|
-
* Starts the interactive placement of
|
|
93368
|
+
* Starts the interactive placement of an area measurement.
|
|
93111
93369
|
*
|
|
93112
93370
|
* @param options An object specifying additional options.
|
|
93113
93371
|
*
|
|
@@ -98298,8 +98556,8 @@ declare namespace __esri {
|
|
|
98298
98556
|
*
|
|
98299
98557
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-LinkChartView.html#map Read more...}
|
|
98300
98558
|
*/
|
|
98301
|
-
get map(): WebLinkChart;
|
|
98302
|
-
set map(value: WebLinkChartProperties);
|
|
98559
|
+
get map(): WebLinkChart | nullish;
|
|
98560
|
+
set map(value: WebLinkChartProperties | nullish);
|
|
98303
98561
|
/**
|
|
98304
98562
|
* Returns {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#HitTestResult hit test results} from each layer that intersects the specified screen coordinates.
|
|
98305
98563
|
*
|
|
@@ -98317,7 +98575,7 @@ declare namespace __esri {
|
|
|
98317
98575
|
*
|
|
98318
98576
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-LinkChartView.html#map Read more...}
|
|
98319
98577
|
*/
|
|
98320
|
-
map?: WebLinkChartProperties;
|
|
98578
|
+
map?: WebLinkChartProperties | nullish;
|
|
98321
98579
|
}
|
|
98322
98580
|
|
|
98323
98581
|
export interface LinkChartViewHitTestOptions {
|
|
@@ -107729,7 +107987,15 @@ declare namespace __esri {
|
|
|
107729
107987
|
|
|
107730
107988
|
export class BatchAttributeForm extends Widget {
|
|
107731
107989
|
/**
|
|
107732
|
-
*
|
|
107990
|
+
* The index of the active feature that is currently being edited.
|
|
107991
|
+
*
|
|
107992
|
+
* @default -1
|
|
107993
|
+
*
|
|
107994
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#activeFeatureIndex Read more...}
|
|
107995
|
+
*/
|
|
107996
|
+
activeFeatureIndex: number;
|
|
107997
|
+
/**
|
|
107998
|
+
* Indicates if the widget is disabled.
|
|
107733
107999
|
*
|
|
107734
108000
|
* @default false
|
|
107735
108001
|
*
|
|
@@ -107737,7 +108003,7 @@ declare namespace __esri {
|
|
|
107737
108003
|
*/
|
|
107738
108004
|
disabled: boolean;
|
|
107739
108005
|
/**
|
|
107740
|
-
* The
|
|
108006
|
+
* The collection of features whose attributes are being edited.
|
|
107741
108007
|
*
|
|
107742
108008
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#features Read more...}
|
|
107743
108009
|
*/
|
|
@@ -107773,7 +108039,7 @@ declare namespace __esri {
|
|
|
107773
108039
|
*/
|
|
107774
108040
|
map: Map | nullish;
|
|
107775
108041
|
/**
|
|
107776
|
-
*
|
|
108042
|
+
* Indicates whether the form is in a read-only state.
|
|
107777
108043
|
*
|
|
107778
108044
|
* @default false
|
|
107779
108045
|
*
|
|
@@ -107781,47 +108047,62 @@ declare namespace __esri {
|
|
|
107781
108047
|
*/
|
|
107782
108048
|
readOnly: boolean;
|
|
107783
108049
|
/**
|
|
107784
|
-
* The
|
|
108050
|
+
* The time zone used to interpret date values in the form.
|
|
107785
108051
|
*
|
|
107786
108052
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#timeZone Read more...}
|
|
107787
108053
|
*/
|
|
107788
108054
|
timeZone: string | nullish;
|
|
107789
108055
|
/**
|
|
107790
|
-
* Indicates whether there are
|
|
107791
|
-
* features.
|
|
108056
|
+
* Indicates whether there are validation errors for any fields for any features.
|
|
107792
108057
|
*
|
|
107793
108058
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#valid Read more...}
|
|
107794
108059
|
*/
|
|
107795
108060
|
readonly valid: boolean;
|
|
107796
108061
|
/**
|
|
107797
|
-
*
|
|
108062
|
+
* Defines which elements are visible in the widget.
|
|
107798
108063
|
*
|
|
107799
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#
|
|
108064
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#visibleElements Read more...}
|
|
107800
108065
|
*/
|
|
107801
|
-
|
|
108066
|
+
visibleElements: BatchAttributeFormVisibleElements;
|
|
107802
108067
|
/**
|
|
107803
|
-
* BatchAttributeForm
|
|
108068
|
+
* The `BatchAttributeForm` widget enables users to edit the attributes of multiple features at once.
|
|
107804
108069
|
*
|
|
107805
108070
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html Read more...}
|
|
107806
108071
|
*/
|
|
107807
108072
|
constructor(properties?: BatchAttributeFormProperties);
|
|
107808
108073
|
/**
|
|
107809
|
-
*
|
|
108074
|
+
* The view model for this widget.
|
|
108075
|
+
*
|
|
108076
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#viewModel Read more...}
|
|
108077
|
+
*/
|
|
108078
|
+
get viewModel(): BatchAttributeFormViewModel;
|
|
108079
|
+
set viewModel(value: BatchAttributeFormViewModelProperties);
|
|
108080
|
+
/**
|
|
108081
|
+
* This method is typically called when the user clicks a submit button or when the form is programmatically submitted and calls the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-FeatureLayer.html#applyEdits FeatureLayer.applyEdits()} method
|
|
108082
|
+
* to update the features' attributes.
|
|
107810
108083
|
*
|
|
107811
108084
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#submit Read more...}
|
|
107812
108085
|
*/
|
|
107813
108086
|
submit(): void;
|
|
108087
|
+
on(name: "value-change", eventHandler: BatchAttributeFormValueChangeEventHandler): IHandle;
|
|
108088
|
+
on(name: "submit", eventHandler: BatchAttributeFormSubmitEventHandler): IHandle;
|
|
107814
108089
|
}
|
|
107815
108090
|
|
|
107816
108091
|
interface BatchAttributeFormProperties extends WidgetProperties {
|
|
107817
108092
|
/**
|
|
107818
|
-
*
|
|
108093
|
+
* The index of the active feature that is currently being edited.
|
|
108094
|
+
*
|
|
108095
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#activeFeatureIndex Read more...}
|
|
108096
|
+
*/
|
|
108097
|
+
activeFeatureIndex?: number;
|
|
108098
|
+
/**
|
|
108099
|
+
* Indicates if the widget is disabled.
|
|
107819
108100
|
*
|
|
107820
108101
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#disabled Read more...}
|
|
107821
108102
|
*/
|
|
107822
108103
|
disabled?: boolean;
|
|
107823
108104
|
/**
|
|
107824
|
-
* The
|
|
108105
|
+
* The collection of features whose attributes are being edited.
|
|
107825
108106
|
*
|
|
107826
108107
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#features Read more...}
|
|
107827
108108
|
*/
|
|
@@ -107851,13 +108132,13 @@ declare namespace __esri {
|
|
|
107851
108132
|
*/
|
|
107852
108133
|
map?: Map | nullish;
|
|
107853
108134
|
/**
|
|
107854
|
-
*
|
|
108135
|
+
* Indicates whether the form is in a read-only state.
|
|
107855
108136
|
*
|
|
107856
108137
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#readOnly Read more...}
|
|
107857
108138
|
*/
|
|
107858
108139
|
readOnly?: boolean;
|
|
107859
108140
|
/**
|
|
107860
|
-
* The
|
|
108141
|
+
* The time zone used to interpret date values in the form.
|
|
107861
108142
|
*
|
|
107862
108143
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#timeZone Read more...}
|
|
107863
108144
|
*/
|
|
@@ -107867,18 +108148,184 @@ declare namespace __esri {
|
|
|
107867
108148
|
*
|
|
107868
108149
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#viewModel Read more...}
|
|
107869
108150
|
*/
|
|
107870
|
-
viewModel?:
|
|
108151
|
+
viewModel?: BatchAttributeFormViewModelProperties;
|
|
108152
|
+
/**
|
|
108153
|
+
* Defines which elements are visible in the widget.
|
|
108154
|
+
*
|
|
108155
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#visibleElements Read more...}
|
|
108156
|
+
*/
|
|
108157
|
+
visibleElements?: BatchAttributeFormVisibleElements;
|
|
107871
108158
|
}
|
|
107872
108159
|
|
|
107873
|
-
|
|
107874
|
-
|
|
107875
|
-
|
|
107876
|
-
|
|
107877
|
-
|
|
107878
|
-
|
|
108160
|
+
export interface BatchAttributeFormViewModel extends Accessor, Evented {
|
|
108161
|
+
}
|
|
108162
|
+
|
|
108163
|
+
export class BatchAttributeFormViewModel {
|
|
108164
|
+
/**
|
|
108165
|
+
* The active feature in the form, which is the feature that is currently being edited while in `single`{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#mode mode}.
|
|
108166
|
+
*
|
|
108167
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#activeFeature Read more...}
|
|
108168
|
+
*/
|
|
108169
|
+
readonly activeFeature: Graphic | nullish;
|
|
108170
|
+
/**
|
|
108171
|
+
* The index of the active feature that is currently being edited.
|
|
108172
|
+
*
|
|
108173
|
+
* @default -1
|
|
108174
|
+
*
|
|
108175
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#activeFeatureIndex Read more...}
|
|
108176
|
+
*/
|
|
108177
|
+
activeFeatureIndex: number;
|
|
108178
|
+
/**
|
|
108179
|
+
* Returns the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html batch attribute form inputs} that are currently being edited.
|
|
108180
|
+
*
|
|
108181
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#activeForm Read more...}
|
|
108182
|
+
*/
|
|
108183
|
+
readonly activeForm: BatchFormInputs;
|
|
108184
|
+
/**
|
|
108185
|
+
* Indicates whether the form is currently evaluating Arcade expressions.
|
|
108186
|
+
*
|
|
108187
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#calculating Read more...}
|
|
108188
|
+
*/
|
|
108189
|
+
readonly calculating: boolean;
|
|
108190
|
+
/**
|
|
108191
|
+
* Indicates whether the associated view should be in `read-only` mode.
|
|
108192
|
+
*
|
|
108193
|
+
* @default false
|
|
108194
|
+
*
|
|
108195
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#disabled Read more...}
|
|
108196
|
+
*/
|
|
108197
|
+
disabled: boolean;
|
|
108198
|
+
/**
|
|
108199
|
+
* The type of edit operation the form is being used for.
|
|
108200
|
+
*
|
|
108201
|
+
* @default "NA"
|
|
108202
|
+
*
|
|
108203
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#editType Read more...}
|
|
108204
|
+
*/
|
|
108205
|
+
editType: "INSERT" | "UPDATE" | "DELETE" | "NA";
|
|
108206
|
+
/**
|
|
108207
|
+
* Indicates whether any of the Arcade expressions in the form have
|
|
108208
|
+
* failed to evaluate.
|
|
108209
|
+
*
|
|
108210
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#expressionEvaluationFailed Read more...}
|
|
108211
|
+
*/
|
|
108212
|
+
readonly expressionEvaluationFailed: boolean;
|
|
108213
|
+
/**
|
|
108214
|
+
* The collection of features whose attributes are being edited.
|
|
108215
|
+
*
|
|
108216
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#features Read more...}
|
|
108217
|
+
*/
|
|
108218
|
+
features: Collection<Graphic>;
|
|
108219
|
+
/**
|
|
108220
|
+
* Indicates whether the form has too many features to be loaded
|
|
108221
|
+
* with forms containing complex {@link https://developers.arcgis.com/javascript/latest/arcade/ Arcade} expressions.
|
|
108222
|
+
*
|
|
108223
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#hasTooManyComplexFeatures Read more...}
|
|
108224
|
+
*/
|
|
108225
|
+
readonly hasTooManyComplexFeatures: boolean;
|
|
108226
|
+
/**
|
|
108227
|
+
* Indicates whether the form has too many features to be loaded.
|
|
108228
|
+
*
|
|
108229
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#hasTooManyFeatures Read more...}
|
|
108230
|
+
*/
|
|
108231
|
+
readonly hasTooManyFeatures: boolean;
|
|
108232
|
+
/**
|
|
108233
|
+
* Indicates whether there are any visible inputs in the form.
|
|
108234
|
+
*
|
|
108235
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#hasVisibleInputs Read more...}
|
|
108236
|
+
*/
|
|
108237
|
+
readonly hasVisibleInputs: boolean;
|
|
108238
|
+
/**
|
|
108239
|
+
* Returns an array of features that are invalid, meaning they have at least one invalid attribute value.
|
|
108240
|
+
*
|
|
108241
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#invalidFeatures Read more...}
|
|
108242
|
+
*/
|
|
108243
|
+
readonly invalidFeatures: Graphic[];
|
|
108244
|
+
/**
|
|
108245
|
+
* An array of layers included in the batch attribute form.
|
|
108246
|
+
*
|
|
108247
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#layers Read more...}
|
|
108248
|
+
*/
|
|
108249
|
+
readonly layers: (FeatureLayer | GeoJSONLayer | SceneLayer | SubtypeSublayer | OrientedImageryLayer)[];
|
|
108250
|
+
/**
|
|
108251
|
+
* A reference to the associated {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html Map}.
|
|
108252
|
+
*
|
|
108253
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#map Read more...}
|
|
108254
|
+
*/
|
|
107879
108255
|
map: Map | nullish;
|
|
108256
|
+
/**
|
|
108257
|
+
* The mode of the form, which can be either `"single"` or `"batch"`.
|
|
108258
|
+
*
|
|
108259
|
+
* @default "batch"
|
|
108260
|
+
*
|
|
108261
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#mode Read more...}
|
|
108262
|
+
*/
|
|
108263
|
+
readonly mode: "single" | "batch";
|
|
108264
|
+
/**
|
|
108265
|
+
* Indicates whether the form is in a read-only state.
|
|
108266
|
+
*
|
|
108267
|
+
* @default false
|
|
108268
|
+
*
|
|
108269
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#readOnly Read more...}
|
|
108270
|
+
*/
|
|
107880
108271
|
readOnly: boolean;
|
|
108272
|
+
/**
|
|
108273
|
+
* Indicates whether the view model is ready to be used.
|
|
108274
|
+
*
|
|
108275
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#status Read more...}
|
|
108276
|
+
*/
|
|
108277
|
+
readonly status: "not-loaded" | "loading" | "failed" | "loaded";
|
|
108278
|
+
/**
|
|
108279
|
+
* Indicates whether the user has attempted to submit the form.
|
|
108280
|
+
*
|
|
108281
|
+
* @default false
|
|
108282
|
+
*
|
|
108283
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#submitHasBeenAttempted Read more...}
|
|
108284
|
+
*/
|
|
108285
|
+
submitHasBeenAttempted: boolean;
|
|
108286
|
+
/**
|
|
108287
|
+
* The time zone used to interpret date values in the form.
|
|
108288
|
+
*
|
|
108289
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#timeZone Read more...}
|
|
108290
|
+
*/
|
|
108291
|
+
timeZone: string | nullish;
|
|
108292
|
+
/**
|
|
108293
|
+
* Indicates whether any values, for any features, have been modified by the
|
|
108294
|
+
* user.
|
|
108295
|
+
*
|
|
108296
|
+
* @default false
|
|
108297
|
+
*
|
|
108298
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#userHasChangedValues Read more...}
|
|
108299
|
+
*/
|
|
108300
|
+
userHasChangedValues: boolean;
|
|
108301
|
+
/**
|
|
108302
|
+
* Indicates whether there are any validation errors for any fields for any
|
|
108303
|
+
* features.
|
|
108304
|
+
*
|
|
108305
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#valid Read more...}
|
|
108306
|
+
*/
|
|
107881
108307
|
readonly valid: boolean;
|
|
108308
|
+
/**
|
|
108309
|
+
* An array of visible inputs in the active form.
|
|
108310
|
+
*
|
|
108311
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#visibleInputs Read more...}
|
|
108312
|
+
*/
|
|
108313
|
+
readonly visibleInputs: (FieldInput | GroupInput)[];
|
|
108314
|
+
/**
|
|
108315
|
+
* Provides the logic for the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html BatchAttributeForm} widget.
|
|
108316
|
+
*
|
|
108317
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html Read more...}
|
|
108318
|
+
*/
|
|
108319
|
+
constructor(properties?: BatchAttributeFormViewModelProperties);
|
|
108320
|
+
/**
|
|
108321
|
+
* Emits an event on the instance.
|
|
108322
|
+
*
|
|
108323
|
+
* @param type The name of the event.
|
|
108324
|
+
* @param event The event payload.
|
|
108325
|
+
*
|
|
108326
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#emit Read more...}
|
|
108327
|
+
*/
|
|
108328
|
+
emit(type: string, event?: any): boolean;
|
|
107882
108329
|
/**
|
|
107883
108330
|
* Convenience method to find field inputs.
|
|
107884
108331
|
*
|
|
@@ -107896,14 +108343,443 @@ declare namespace __esri {
|
|
|
107896
108343
|
*/
|
|
107897
108344
|
getFieldInputValue(elementId: string): any | nullish;
|
|
107898
108345
|
/**
|
|
107899
|
-
*
|
|
108346
|
+
* Indicates whether there is an event listener on the instance that matches
|
|
108347
|
+
* the provided event name.
|
|
108348
|
+
*
|
|
108349
|
+
* @param type The name of the event.
|
|
108350
|
+
*
|
|
108351
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#hasEventListener Read more...}
|
|
108352
|
+
*/
|
|
108353
|
+
hasEventListener(type: string): boolean;
|
|
108354
|
+
/**
|
|
108355
|
+
* This method triggers the `"submit"` event, and causes {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#submitHasBeenAttempted submitHasBeenAttempted} to become `true`.
|
|
107900
108356
|
*
|
|
107901
108357
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#submit Read more...}
|
|
107902
108358
|
*/
|
|
107903
108359
|
submit(): void;
|
|
108360
|
+
on(name: "value-change", eventHandler: BatchAttributeFormViewModelValueChangeEventHandler): IHandle;
|
|
108361
|
+
on(name: "submit", eventHandler: BatchAttributeFormViewModelSubmitEventHandler): IHandle;
|
|
108362
|
+
}
|
|
108363
|
+
|
|
108364
|
+
interface BatchAttributeFormViewModelProperties {
|
|
108365
|
+
/**
|
|
108366
|
+
* The index of the active feature that is currently being edited.
|
|
108367
|
+
*
|
|
108368
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#activeFeatureIndex Read more...}
|
|
108369
|
+
*/
|
|
108370
|
+
activeFeatureIndex?: number;
|
|
108371
|
+
/**
|
|
108372
|
+
* Indicates whether the associated view should be in `read-only` mode.
|
|
108373
|
+
*
|
|
108374
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#disabled Read more...}
|
|
108375
|
+
*/
|
|
108376
|
+
disabled?: boolean;
|
|
108377
|
+
/**
|
|
108378
|
+
* The type of edit operation the form is being used for.
|
|
108379
|
+
*
|
|
108380
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#editType Read more...}
|
|
108381
|
+
*/
|
|
108382
|
+
editType?: "INSERT" | "UPDATE" | "DELETE" | "NA";
|
|
108383
|
+
/**
|
|
108384
|
+
* The collection of features whose attributes are being edited.
|
|
108385
|
+
*
|
|
108386
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#features Read more...}
|
|
108387
|
+
*/
|
|
108388
|
+
features?: Collection<Graphic>;
|
|
108389
|
+
/**
|
|
108390
|
+
* A reference to the associated {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html Map}.
|
|
108391
|
+
*
|
|
108392
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#map Read more...}
|
|
108393
|
+
*/
|
|
108394
|
+
map?: Map | nullish;
|
|
108395
|
+
/**
|
|
108396
|
+
* Indicates whether the form is in a read-only state.
|
|
108397
|
+
*
|
|
108398
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#readOnly Read more...}
|
|
108399
|
+
*/
|
|
108400
|
+
readOnly?: boolean;
|
|
108401
|
+
/**
|
|
108402
|
+
* Indicates whether the user has attempted to submit the form.
|
|
108403
|
+
*
|
|
108404
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#submitHasBeenAttempted Read more...}
|
|
108405
|
+
*/
|
|
108406
|
+
submitHasBeenAttempted?: boolean;
|
|
108407
|
+
/**
|
|
108408
|
+
* The time zone used to interpret date values in the form.
|
|
108409
|
+
*
|
|
108410
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#timeZone Read more...}
|
|
108411
|
+
*/
|
|
108412
|
+
timeZone?: string | nullish;
|
|
108413
|
+
/**
|
|
108414
|
+
* Indicates whether any values, for any features, have been modified by the
|
|
108415
|
+
* user.
|
|
108416
|
+
*
|
|
108417
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#userHasChangedValues Read more...}
|
|
108418
|
+
*/
|
|
108419
|
+
userHasChangedValues?: boolean;
|
|
108420
|
+
}
|
|
108421
|
+
|
|
108422
|
+
export interface BatchAttributeFormViewModelSubmitEvent {
|
|
108423
|
+
}
|
|
108424
|
+
|
|
108425
|
+
export interface BatchAttributeFormViewModelValueChangeEvent {
|
|
108426
|
+
features: Graphic[];
|
|
108427
|
+
fieldName: string;
|
|
108428
|
+
name: "value-change";
|
|
108429
|
+
value: number | string | nullish;
|
|
108430
|
+
}
|
|
108431
|
+
|
|
108432
|
+
export class BatchFormInputs extends Accessor {
|
|
108433
|
+
/**
|
|
108434
|
+
* Returns an array of all the field inputs in the form, including those in groups.
|
|
108435
|
+
*
|
|
108436
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html#allFieldInputs Read more...}
|
|
108437
|
+
*/
|
|
108438
|
+
readonly allFieldInputs: FieldInput[];
|
|
108439
|
+
/**
|
|
108440
|
+
* The description for the form.
|
|
108441
|
+
*
|
|
108442
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html#description Read more...}
|
|
108443
|
+
*/
|
|
108444
|
+
readonly description: string | nullish;
|
|
108445
|
+
/**
|
|
108446
|
+
* An array of field or group inputs that make up the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html BatchAttributeForm}.
|
|
108447
|
+
*
|
|
108448
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html#inputs Read more...}
|
|
108449
|
+
*/
|
|
108450
|
+
readonly inputs: (FieldInput | GroupInput)[];
|
|
108451
|
+
/**
|
|
108452
|
+
* Returns an array of all features that have validation errors for one or more of the form inputs.
|
|
108453
|
+
*
|
|
108454
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html#invalidFeatures Read more...}
|
|
108455
|
+
*/
|
|
108456
|
+
readonly invalidFeatures: Graphic[];
|
|
108457
|
+
/**
|
|
108458
|
+
* Returns an array of all field inputs that have validation errors but are not visible in the form.
|
|
108459
|
+
*
|
|
108460
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html#invalidHiddenInputs Read more...}
|
|
108461
|
+
*/
|
|
108462
|
+
readonly invalidHiddenInputs: FieldInput[];
|
|
108463
|
+
/**
|
|
108464
|
+
* The title of the form.
|
|
108465
|
+
*
|
|
108466
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html#title Read more...}
|
|
108467
|
+
*/
|
|
108468
|
+
title: string | nullish;
|
|
108469
|
+
/**
|
|
108470
|
+
* Returns a boolean indicating whether all of the batch attribute form's field inputs are valid.
|
|
108471
|
+
*
|
|
108472
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html#valid Read more...}
|
|
108473
|
+
*/
|
|
108474
|
+
readonly valid: boolean;
|
|
108475
|
+
/**
|
|
108476
|
+
* The `BatchFormInputs` class is a read-only class that acts as a container for a set of inputs in a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html BatchAttributeFormViewModel}.
|
|
108477
|
+
*
|
|
108478
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html Read more...}
|
|
108479
|
+
*/
|
|
108480
|
+
constructor(properties?: BatchFormInputsProperties);
|
|
108481
|
+
}
|
|
108482
|
+
|
|
108483
|
+
interface BatchFormInputsProperties {
|
|
108484
|
+
/**
|
|
108485
|
+
* The title of the form.
|
|
108486
|
+
*
|
|
108487
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html#title Read more...}
|
|
108488
|
+
*/
|
|
108489
|
+
title?: string | nullish;
|
|
108490
|
+
}
|
|
108491
|
+
|
|
108492
|
+
export class EditableInput {
|
|
108493
|
+
readonly editable: boolean;
|
|
108494
|
+
editType: "INSERT" | "UPDATE" | "DELETE" | "NA";
|
|
108495
|
+
}
|
|
108496
|
+
|
|
108497
|
+
interface EditableInputProperties {
|
|
108498
|
+
editType?: "INSERT" | "UPDATE" | "DELETE" | "NA";
|
|
108499
|
+
}
|
|
108500
|
+
|
|
108501
|
+
export interface FieldInput extends Accessor, InputBase, EditableInput {
|
|
108502
|
+
}
|
|
108503
|
+
|
|
108504
|
+
export class FieldInput {
|
|
108505
|
+
/**
|
|
108506
|
+
* The type of data displayed by the field input.
|
|
108507
|
+
*
|
|
108508
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#dataType Read more...}
|
|
108509
|
+
*/
|
|
108510
|
+
readonly dataType: "number" | "text" | "date" | "unsupported";
|
|
108511
|
+
/**
|
|
108512
|
+
* The input's description.
|
|
108513
|
+
*
|
|
108514
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#description Read more...}
|
|
108515
|
+
*/
|
|
108516
|
+
declare readonly description: InputBase["description"];
|
|
108517
|
+
/**
|
|
108518
|
+
* Returns an array of distinct values of the field input.
|
|
108519
|
+
*
|
|
108520
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#distinctValues Read more...}
|
|
108521
|
+
*/
|
|
108522
|
+
readonly distinctValues: (number | string | nullish)[];
|
|
108523
|
+
/**
|
|
108524
|
+
* The input value's domain.
|
|
108525
|
+
*
|
|
108526
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#domain Read more...}
|
|
108527
|
+
*/
|
|
108528
|
+
readonly domain: CodedValueDomain | RangeDomain | InheritedDomain | nullish;
|
|
108529
|
+
/**
|
|
108530
|
+
* Indicates if the input is editable.
|
|
108531
|
+
*
|
|
108532
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#editable Read more...}
|
|
108533
|
+
*/
|
|
108534
|
+
declare readonly editable: EditableInput["editable"];
|
|
108535
|
+
/**
|
|
108536
|
+
* The type of edit operation the form is being used for.
|
|
108537
|
+
*
|
|
108538
|
+
* @default "NA"
|
|
108539
|
+
*
|
|
108540
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#editType Read more...}
|
|
108541
|
+
*/
|
|
108542
|
+
declare editType: EditableInput["editType"];
|
|
108543
|
+
/**
|
|
108544
|
+
* Indicates whether the input pertains to all the features in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html BatchAttributeForm} in which the input belongs.
|
|
108545
|
+
*
|
|
108546
|
+
* @default true
|
|
108547
|
+
*
|
|
108548
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#existsInAllLayers Read more...}
|
|
108549
|
+
*/
|
|
108550
|
+
declare existsInAllLayers: InputBase["existsInAllLayers"];
|
|
108551
|
+
/**
|
|
108552
|
+
* Indicates whether all features have the same value for this field.
|
|
108553
|
+
*
|
|
108554
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#featuresHaveSameValue Read more...}
|
|
108555
|
+
*/
|
|
108556
|
+
readonly featuresHaveSameValue: boolean;
|
|
108557
|
+
/**
|
|
108558
|
+
* The associated field.
|
|
108559
|
+
*
|
|
108560
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#field Read more...}
|
|
108561
|
+
*/
|
|
108562
|
+
readonly field: Field;
|
|
108563
|
+
/**
|
|
108564
|
+
* The field name as defined by the feature layer.
|
|
108565
|
+
*
|
|
108566
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#fieldName Read more...}
|
|
108567
|
+
*/
|
|
108568
|
+
readonly fieldName: string;
|
|
108569
|
+
/**
|
|
108570
|
+
* The group containing the field input.
|
|
108571
|
+
*
|
|
108572
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#group Read more...}
|
|
108573
|
+
*/
|
|
108574
|
+
readonly group: GroupInput | nullish;
|
|
108575
|
+
/**
|
|
108576
|
+
* Indicates whether time information is included for date and time inputs.
|
|
108577
|
+
*
|
|
108578
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#includeTime Read more...}
|
|
108579
|
+
*/
|
|
108580
|
+
readonly includeTime: boolean;
|
|
108581
|
+
/**
|
|
108582
|
+
* Indicates whether timestamp information is included for date inputs.
|
|
108583
|
+
*
|
|
108584
|
+
* @default false
|
|
108585
|
+
*
|
|
108586
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#includeTimeOffset Read more...}
|
|
108587
|
+
*/
|
|
108588
|
+
readonly includeTimeOffset: boolean;
|
|
108589
|
+
/**
|
|
108590
|
+
* An array of features that do not have a valid value for this field.
|
|
108591
|
+
*
|
|
108592
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#invalidFeatures Read more...}
|
|
108593
|
+
*/
|
|
108594
|
+
readonly invalidFeatures: Graphic[];
|
|
108595
|
+
/**
|
|
108596
|
+
* The input's label.
|
|
108597
|
+
*
|
|
108598
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#label Read more...}
|
|
108599
|
+
*/
|
|
108600
|
+
declare readonly label: InputBase["label"];
|
|
108601
|
+
/**
|
|
108602
|
+
* An array of layers included in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html BatchAttributeForm}.
|
|
108603
|
+
*
|
|
108604
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#layers Read more...}
|
|
108605
|
+
*/
|
|
108606
|
+
declare readonly layers: InputBase["layers"];
|
|
108607
|
+
/**
|
|
108608
|
+
* Restricts the input length.
|
|
108609
|
+
*
|
|
108610
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#maxLength Read more...}
|
|
108611
|
+
*/
|
|
108612
|
+
readonly maxLength: number;
|
|
108613
|
+
/**
|
|
108614
|
+
* Restricts the input length.
|
|
108615
|
+
*
|
|
108616
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#minLength Read more...}
|
|
108617
|
+
*/
|
|
108618
|
+
readonly minLength: number;
|
|
108619
|
+
/**
|
|
108620
|
+
* Indicates whether the field is required.
|
|
108621
|
+
*
|
|
108622
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#required Read more...}
|
|
108623
|
+
*/
|
|
108624
|
+
readonly required: boolean;
|
|
108625
|
+
/**
|
|
108626
|
+
* The type of input.
|
|
108627
|
+
*
|
|
108628
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#type Read more...}
|
|
108629
|
+
*/
|
|
108630
|
+
readonly type: "field";
|
|
108631
|
+
/**
|
|
108632
|
+
* Indicates whether the user has changed the value of this field.
|
|
108633
|
+
*
|
|
108634
|
+
* @default false
|
|
108635
|
+
*
|
|
108636
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#userHasChangedValue Read more...}
|
|
108637
|
+
*/
|
|
108638
|
+
readonly userHasChangedValue: boolean;
|
|
108639
|
+
/**
|
|
108640
|
+
* Indicates whether the field has any validation errors.
|
|
108641
|
+
*
|
|
108642
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#valid Read more...}
|
|
108643
|
+
*/
|
|
108644
|
+
readonly valid: boolean;
|
|
108645
|
+
/**
|
|
108646
|
+
* Indicates whether the input is visible.
|
|
108647
|
+
*
|
|
108648
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#visible Read more...}
|
|
108649
|
+
*/
|
|
108650
|
+
declare readonly visible: InputBase["visible"];
|
|
108651
|
+
/**
|
|
108652
|
+
* This is a read-only support class that represents a field input in a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html BatchAttributeForm}.
|
|
108653
|
+
*
|
|
108654
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html Read more...}
|
|
108655
|
+
*/
|
|
108656
|
+
constructor(properties?: FieldInputProperties);
|
|
108657
|
+
}
|
|
108658
|
+
|
|
108659
|
+
interface FieldInputProperties extends InputBaseProperties, EditableInputProperties {
|
|
108660
|
+
/**
|
|
108661
|
+
* The type of edit operation the form is being used for.
|
|
108662
|
+
*
|
|
108663
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#editType Read more...}
|
|
108664
|
+
*/
|
|
108665
|
+
editType?: EditableInputProperties["editType"];
|
|
108666
|
+
/**
|
|
108667
|
+
* Indicates whether the input pertains to all the features in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html BatchAttributeForm} in which the input belongs.
|
|
108668
|
+
*
|
|
108669
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#existsInAllLayers Read more...}
|
|
108670
|
+
*/
|
|
108671
|
+
existsInAllLayers?: InputBaseProperties["existsInAllLayers"];
|
|
108672
|
+
}
|
|
108673
|
+
|
|
108674
|
+
export interface GroupInput extends Accessor, InputBase {
|
|
107904
108675
|
}
|
|
107905
108676
|
|
|
107906
|
-
export
|
|
108677
|
+
export class GroupInput {
|
|
108678
|
+
/**
|
|
108679
|
+
* The input's description.
|
|
108680
|
+
*
|
|
108681
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#description Read more...}
|
|
108682
|
+
*/
|
|
108683
|
+
declare readonly description: InputBase["description"];
|
|
108684
|
+
/**
|
|
108685
|
+
* Indicates whether the input pertains to all the features in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html BatchAttributeForm} in which the input belongs.
|
|
108686
|
+
*
|
|
108687
|
+
* @default true
|
|
108688
|
+
*
|
|
108689
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#existsInAllLayers Read more...}
|
|
108690
|
+
*/
|
|
108691
|
+
declare existsInAllLayers: InputBase["existsInAllLayers"];
|
|
108692
|
+
/**
|
|
108693
|
+
* An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html field inputs} contained within the group.
|
|
108694
|
+
*
|
|
108695
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#inputs Read more...}
|
|
108696
|
+
*/
|
|
108697
|
+
readonly inputs: ReadonlyArray<FieldInput>;
|
|
108698
|
+
/**
|
|
108699
|
+
* The input's label.
|
|
108700
|
+
*
|
|
108701
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#label Read more...}
|
|
108702
|
+
*/
|
|
108703
|
+
declare readonly label: InputBase["label"];
|
|
108704
|
+
/**
|
|
108705
|
+
* An array of layers included in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html BatchAttributeForm}.
|
|
108706
|
+
*
|
|
108707
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#layers Read more...}
|
|
108708
|
+
*/
|
|
108709
|
+
declare readonly layers: InputBase["layers"];
|
|
108710
|
+
/**
|
|
108711
|
+
* Indicates whether the group should be expanded or collapsed.
|
|
108712
|
+
*
|
|
108713
|
+
* @default true
|
|
108714
|
+
*
|
|
108715
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#open Read more...}
|
|
108716
|
+
*/
|
|
108717
|
+
open: boolean;
|
|
108718
|
+
/**
|
|
108719
|
+
* The type of input.
|
|
108720
|
+
*
|
|
108721
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#type Read more...}
|
|
108722
|
+
*/
|
|
108723
|
+
readonly type: "group";
|
|
108724
|
+
/**
|
|
108725
|
+
* Indicates whether the input is visible.
|
|
108726
|
+
*
|
|
108727
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#visible Read more...}
|
|
108728
|
+
*/
|
|
108729
|
+
declare readonly visible: InputBase["visible"];
|
|
108730
|
+
/**
|
|
108731
|
+
* This is a support class that represents a group of batch attribute form inputs.
|
|
108732
|
+
*
|
|
108733
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html Read more...}
|
|
108734
|
+
*/
|
|
108735
|
+
constructor(properties?: GroupInputProperties);
|
|
108736
|
+
}
|
|
108737
|
+
|
|
108738
|
+
interface GroupInputProperties extends InputBaseProperties {
|
|
108739
|
+
/**
|
|
108740
|
+
* Indicates whether the input pertains to all the features in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html BatchAttributeForm} in which the input belongs.
|
|
108741
|
+
*
|
|
108742
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#existsInAllLayers Read more...}
|
|
108743
|
+
*/
|
|
108744
|
+
existsInAllLayers?: InputBaseProperties["existsInAllLayers"];
|
|
108745
|
+
/**
|
|
108746
|
+
* Indicates whether the group should be expanded or collapsed.
|
|
108747
|
+
*
|
|
108748
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#open Read more...}
|
|
108749
|
+
*/
|
|
108750
|
+
open?: boolean;
|
|
108751
|
+
}
|
|
108752
|
+
|
|
108753
|
+
export class InputBase {
|
|
108754
|
+
readonly description: string | nullish;
|
|
108755
|
+
existsInAllLayers: boolean;
|
|
108756
|
+
readonly label: string | nullish;
|
|
108757
|
+
readonly layers: (FeatureLayer | GeoJSONLayer | SceneLayer | SubtypeSublayer | OrientedImageryLayer)[];
|
|
108758
|
+
readonly visible: boolean;
|
|
108759
|
+
}
|
|
108760
|
+
|
|
108761
|
+
interface InputBaseProperties {
|
|
108762
|
+
existsInAllLayers?: boolean;
|
|
108763
|
+
}
|
|
108764
|
+
|
|
108765
|
+
export interface BatchAttributeFormSubmitEvent {
|
|
108766
|
+
}
|
|
108767
|
+
|
|
108768
|
+
export interface BatchAttributeFormValueChangeEvent {
|
|
108769
|
+
features: Graphic[];
|
|
108770
|
+
fieldName: string;
|
|
108771
|
+
name: "value-change";
|
|
108772
|
+
value: number | string | nullish;
|
|
108773
|
+
}
|
|
108774
|
+
|
|
108775
|
+
/**
|
|
108776
|
+
* An object containing properties that control the visibility of certain elements within the FeatureForm widget.
|
|
108777
|
+
*
|
|
108778
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#VisibleElements Read more...}
|
|
108779
|
+
*/
|
|
108780
|
+
export interface BatchAttributeFormVisibleElements {
|
|
108781
|
+
errorsForNonVisibleFields?: boolean;
|
|
108782
|
+
}
|
|
107907
108783
|
|
|
107908
108784
|
export interface Bookmarks extends Widget, GoTo {
|
|
107909
108785
|
}
|
|
@@ -110078,6 +110954,7 @@ declare namespace __esri {
|
|
|
110078
110954
|
*/
|
|
110079
110955
|
get viewModel(): DaylightViewModel;
|
|
110080
110956
|
set viewModel(value: DaylightViewModelProperties);
|
|
110957
|
+
on(name: "user-date-time-change", eventHandler: DaylightUserDateTimeChangeEventHandler): IHandle;
|
|
110081
110958
|
}
|
|
110082
110959
|
|
|
110083
110960
|
interface DaylightProperties extends WidgetProperties {
|
|
@@ -110304,6 +111181,9 @@ declare namespace __esri {
|
|
|
110304
111181
|
export interface DaylightViewModelUserDateTimeChangeEvent {
|
|
110305
111182
|
}
|
|
110306
111183
|
|
|
111184
|
+
export interface DaylightUserDateTimeChangeEvent {
|
|
111185
|
+
}
|
|
111186
|
+
|
|
110307
111187
|
/**
|
|
110308
111188
|
* The visible elements that are displayed within the widget.
|
|
110309
111189
|
*
|
|
@@ -111864,6 +112744,12 @@ declare namespace __esri {
|
|
|
111864
112744
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-EditorViewModel.html#featureFormViewModel Read more...}
|
|
111865
112745
|
*/
|
|
111866
112746
|
readonly featureFormViewModel: FeatureFormViewModel | nullish;
|
|
112747
|
+
/**
|
|
112748
|
+
* The form's view model used to support the Editor widget.
|
|
112749
|
+
*
|
|
112750
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor-EditorViewModel.html#formViewModel Read more...}
|
|
112751
|
+
*/
|
|
112752
|
+
readonly formViewModel: BatchAttributeFormViewModel | FeatureFormViewModel | nullish;
|
|
111867
112753
|
/**
|
|
111868
112754
|
* An array of editing configurations for individual layers.
|
|
111869
112755
|
*
|
|
@@ -111896,7 +112782,6 @@ declare namespace __esri {
|
|
|
111896
112782
|
| "editing-attachment"
|
|
111897
112783
|
| "editing-existing-feature"
|
|
111898
112784
|
| "editing-features"
|
|
111899
|
-
| "editing-new-feature"
|
|
111900
112785
|
| "ready"
|
|
111901
112786
|
| "viewing-selection-list";
|
|
111902
112787
|
/**
|
|
@@ -114315,7 +115200,13 @@ declare namespace __esri {
|
|
|
114315
115200
|
*
|
|
114316
115201
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm.html#timeZone Read more...}
|
|
114317
115202
|
*/
|
|
114318
|
-
timeZone: string;
|
|
115203
|
+
timeZone: string | nullish;
|
|
115204
|
+
/**
|
|
115205
|
+
* Defines which elements are visible in the widget.
|
|
115206
|
+
*
|
|
115207
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm.html#visibleElements Read more...}
|
|
115208
|
+
*/
|
|
115209
|
+
visibleElements: FeatureFormVisibleElements;
|
|
114319
115210
|
/**
|
|
114320
115211
|
* The FeatureForm widget displays attributes of a feature.
|
|
114321
115212
|
*
|
|
@@ -114418,16 +115309,22 @@ declare namespace __esri {
|
|
|
114418
115309
|
*
|
|
114419
115310
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm.html#timeZone Read more...}
|
|
114420
115311
|
*/
|
|
114421
|
-
timeZone?: string;
|
|
115312
|
+
timeZone?: string | nullish;
|
|
114422
115313
|
/**
|
|
114423
115314
|
* The view model for this widget.
|
|
114424
115315
|
*
|
|
114425
115316
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm.html#viewModel Read more...}
|
|
114426
115317
|
*/
|
|
114427
115318
|
viewModel?: FeatureFormViewModelProperties;
|
|
115319
|
+
/**
|
|
115320
|
+
* Defines which elements are visible in the widget.
|
|
115321
|
+
*
|
|
115322
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm.html#visibleElements Read more...}
|
|
115323
|
+
*/
|
|
115324
|
+
visibleElements?: FeatureFormVisibleElements;
|
|
114428
115325
|
}
|
|
114429
115326
|
|
|
114430
|
-
export class
|
|
115327
|
+
export class FeatureFormEditableInput {
|
|
114431
115328
|
}
|
|
114432
115329
|
|
|
114433
115330
|
export interface FeatureFormViewModel extends Accessor, Evented {
|
|
@@ -114462,8 +115359,8 @@ declare namespace __esri {
|
|
|
114462
115359
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-FeatureFormViewModel.html#inputs Read more...}
|
|
114463
115360
|
*/
|
|
114464
115361
|
readonly inputs: (
|
|
114465
|
-
|
|
|
114466
|
-
|
|
|
115362
|
+
| FeatureFormFieldInput
|
|
115363
|
+
| FeatureFormGroupInput
|
|
114467
115364
|
| RelationshipInput
|
|
114468
115365
|
| TextElementInput
|
|
114469
115366
|
| UtilityNetworkAssociationInput
|
|
@@ -114554,7 +115451,7 @@ declare namespace __esri {
|
|
|
114554
115451
|
*
|
|
114555
115452
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-FeatureFormViewModel.html#findField Read more...}
|
|
114556
115453
|
*/
|
|
114557
|
-
findField(fieldName: string | nullish):
|
|
115454
|
+
findField(fieldName: string | nullish): FeatureFormFieldInput | nullish;
|
|
114558
115455
|
/**
|
|
114559
115456
|
* Returns all of the field values, regardless of whether or not they were updated.
|
|
114560
115457
|
*
|
|
@@ -114673,22 +115570,16 @@ declare namespace __esri {
|
|
|
114673
115570
|
value: number | string | nullish;
|
|
114674
115571
|
}
|
|
114675
115572
|
|
|
114676
|
-
export interface
|
|
115573
|
+
export interface FeatureFormFieldInput extends Accessor, FeatureFormEditableInput, FeatureFormInputBase {
|
|
114677
115574
|
}
|
|
114678
115575
|
|
|
114679
|
-
export class
|
|
115576
|
+
export class FeatureFormFieldInput {
|
|
114680
115577
|
/**
|
|
114681
115578
|
* The type of data displayed by the field input.
|
|
114682
115579
|
*
|
|
114683
115580
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-FieldInput.html#dataType Read more...}
|
|
114684
115581
|
*/
|
|
114685
115582
|
readonly dataType: "number" | "text" | "date" | "unsupported";
|
|
114686
|
-
/**
|
|
114687
|
-
* The input's description.
|
|
114688
|
-
*
|
|
114689
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-FieldInput.html#description Read more...}
|
|
114690
|
-
*/
|
|
114691
|
-
declare readonly description: InputBase["description"];
|
|
114692
115583
|
/**
|
|
114693
115584
|
* The input value's domain.
|
|
114694
115585
|
*
|
|
@@ -114718,7 +115609,7 @@ declare namespace __esri {
|
|
|
114718
115609
|
*
|
|
114719
115610
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-FieldInput.html#group Read more...}
|
|
114720
115611
|
*/
|
|
114721
|
-
readonly group:
|
|
115612
|
+
readonly group: FeatureFormGroupInput | nullish;
|
|
114722
115613
|
/**
|
|
114723
115614
|
* A hint for the field's value.
|
|
114724
115615
|
*
|
|
@@ -114796,7 +115687,7 @@ declare namespace __esri {
|
|
|
114796
115687
|
*
|
|
114797
115688
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-FieldInput.html#required Read more...}
|
|
114798
115689
|
*/
|
|
114799
|
-
|
|
115690
|
+
required: boolean;
|
|
114800
115691
|
/**
|
|
114801
115692
|
* Indicates if the field's value can be submitted without introducing data validation issues.
|
|
114802
115693
|
*
|
|
@@ -114838,22 +115729,22 @@ declare namespace __esri {
|
|
|
114838
115729
|
*
|
|
114839
115730
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-FieldInput.html Read more...}
|
|
114840
115731
|
*/
|
|
114841
|
-
constructor(properties?:
|
|
115732
|
+
constructor(properties?: FeatureFormFieldInputProperties);
|
|
114842
115733
|
}
|
|
114843
115734
|
|
|
114844
|
-
interface
|
|
115735
|
+
interface FeatureFormFieldInputProperties {
|
|
115736
|
+
/**
|
|
115737
|
+
* Indicates whether the field is required.
|
|
115738
|
+
*
|
|
115739
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-FieldInput.html#required Read more...}
|
|
115740
|
+
*/
|
|
115741
|
+
required?: boolean;
|
|
114845
115742
|
}
|
|
114846
115743
|
|
|
114847
|
-
export interface
|
|
115744
|
+
export interface FeatureFormGroupInput extends Accessor, FeatureFormInputBase {
|
|
114848
115745
|
}
|
|
114849
115746
|
|
|
114850
|
-
export class
|
|
114851
|
-
/**
|
|
114852
|
-
* The input's description.
|
|
114853
|
-
*
|
|
114854
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-GroupInput.html#description Read more...}
|
|
114855
|
-
*/
|
|
114856
|
-
declare readonly description: InputBase["description"];
|
|
115747
|
+
export class FeatureFormGroupInput {
|
|
114857
115748
|
/**
|
|
114858
115749
|
* Defines if the group should be expanded or collapsed when the form is initially displayed.
|
|
114859
115750
|
*
|
|
@@ -114867,7 +115758,7 @@ declare namespace __esri {
|
|
|
114867
115758
|
*
|
|
114868
115759
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-GroupInput.html#inputs Read more...}
|
|
114869
115760
|
*/
|
|
114870
|
-
readonly inputs: (
|
|
115761
|
+
readonly inputs: (FeatureFormFieldInput | RelationshipInput | TextElementInput | UtilityNetworkAssociationInput)[];
|
|
114871
115762
|
/**
|
|
114872
115763
|
* The group's label.
|
|
114873
115764
|
*
|
|
@@ -114897,10 +115788,10 @@ declare namespace __esri {
|
|
|
114897
115788
|
*
|
|
114898
115789
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-GroupInput.html Read more...}
|
|
114899
115790
|
*/
|
|
114900
|
-
constructor(properties?:
|
|
115791
|
+
constructor(properties?: FeatureFormGroupInputProperties);
|
|
114901
115792
|
}
|
|
114902
115793
|
|
|
114903
|
-
interface
|
|
115794
|
+
interface FeatureFormGroupInputProperties {
|
|
114904
115795
|
/**
|
|
114905
115796
|
* Indicates whether or not the group is open, ie.
|
|
114906
115797
|
*
|
|
@@ -114909,23 +115800,13 @@ declare namespace __esri {
|
|
|
114909
115800
|
open?: boolean;
|
|
114910
115801
|
}
|
|
114911
115802
|
|
|
114912
|
-
export class
|
|
114913
|
-
readonly description: string | nullish;
|
|
114914
|
-
}
|
|
114915
|
-
|
|
114916
|
-
interface InputBaseProperties {
|
|
115803
|
+
export class FeatureFormInputBase {
|
|
114917
115804
|
}
|
|
114918
115805
|
|
|
114919
|
-
export interface RelationshipInput extends Accessor,
|
|
115806
|
+
export interface RelationshipInput extends Accessor, FeatureFormEditableInput, FeatureFormInputBase {
|
|
114920
115807
|
}
|
|
114921
115808
|
|
|
114922
115809
|
export class RelationshipInput {
|
|
114923
|
-
/**
|
|
114924
|
-
* The input's description.
|
|
114925
|
-
*
|
|
114926
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-RelationshipInput.html#description Read more...}
|
|
114927
|
-
*/
|
|
114928
|
-
declare readonly description: InputBase["description"];
|
|
114929
115810
|
/**
|
|
114930
115811
|
* A numeric value indicating the maximum number of related features to display in the list of related records.
|
|
114931
115812
|
*
|
|
@@ -114953,7 +115834,7 @@ declare namespace __esri {
|
|
|
114953
115834
|
*
|
|
114954
115835
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-RelationshipInput.html#group Read more...}
|
|
114955
115836
|
*/
|
|
114956
|
-
readonly group:
|
|
115837
|
+
readonly group: FeatureFormGroupInput | nullish;
|
|
114957
115838
|
/**
|
|
114958
115839
|
* An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-support-RelatedRecordsInfoFieldOrder.html RelatedRecordsInfoFieldOrder}
|
|
114959
115840
|
* objects indicating the field display order for the related records
|
|
@@ -114982,19 +115863,13 @@ declare namespace __esri {
|
|
|
114982
115863
|
constructor(properties?: RelationshipInputProperties);
|
|
114983
115864
|
}
|
|
114984
115865
|
|
|
114985
|
-
interface RelationshipInputProperties
|
|
115866
|
+
interface RelationshipInputProperties {
|
|
114986
115867
|
}
|
|
114987
115868
|
|
|
114988
|
-
export interface TextElementInput extends Accessor,
|
|
115869
|
+
export interface TextElementInput extends Accessor, FeatureFormInputBase {
|
|
114989
115870
|
}
|
|
114990
115871
|
|
|
114991
115872
|
export class TextElementInput {
|
|
114992
|
-
/**
|
|
114993
|
-
* The input's description.
|
|
114994
|
-
*
|
|
114995
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-TextElementInput.html#description Read more...}
|
|
114996
|
-
*/
|
|
114997
|
-
declare readonly description: InputBase["description"];
|
|
114998
115873
|
/**
|
|
114999
115874
|
* All Aracde expressions referenced, via string substitution, in the text
|
|
115000
115875
|
* content.
|
|
@@ -115014,7 +115889,7 @@ declare namespace __esri {
|
|
|
115014
115889
|
*
|
|
115015
115890
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-TextElementInput.html#group Read more...}
|
|
115016
115891
|
*/
|
|
115017
|
-
readonly group:
|
|
115892
|
+
readonly group: FeatureFormGroupInput | nullish;
|
|
115018
115893
|
/**
|
|
115019
115894
|
* The content of the TextElement, as a string in either plain-text (no
|
|
115020
115895
|
* formatting) or Markdown.
|
|
@@ -115046,7 +115921,7 @@ declare namespace __esri {
|
|
|
115046
115921
|
constructor(properties?: TextElementInputProperties);
|
|
115047
115922
|
}
|
|
115048
115923
|
|
|
115049
|
-
interface TextElementInputProperties
|
|
115924
|
+
interface TextElementInputProperties {
|
|
115050
115925
|
/**
|
|
115051
115926
|
* The content of the TextElement, as a string in either plain-text (no
|
|
115052
115927
|
* formatting) or Markdown.
|
|
@@ -115069,16 +115944,10 @@ declare namespace __esri {
|
|
|
115069
115944
|
textFormat?: "plain-text" | "markdown";
|
|
115070
115945
|
}
|
|
115071
115946
|
|
|
115072
|
-
export interface UtilityNetworkAssociationInput extends Accessor,
|
|
115947
|
+
export interface UtilityNetworkAssociationInput extends Accessor, FeatureFormEditableInput, FeatureFormInputBase {
|
|
115073
115948
|
}
|
|
115074
115949
|
|
|
115075
115950
|
export class UtilityNetworkAssociationInput {
|
|
115076
|
-
/**
|
|
115077
|
-
* The input's description.
|
|
115078
|
-
*
|
|
115079
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-UtilityNetworkAssociationInput.html#description Read more...}
|
|
115080
|
-
*/
|
|
115081
|
-
declare readonly description: InputBase["description"];
|
|
115082
115951
|
/**
|
|
115083
115952
|
* Indicates whether the input is editable.
|
|
115084
115953
|
*
|
|
@@ -115090,7 +115959,7 @@ declare namespace __esri {
|
|
|
115090
115959
|
*
|
|
115091
115960
|
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-UtilityNetworkAssociationInput.html#group Read more...}
|
|
115092
115961
|
*/
|
|
115093
|
-
readonly group:
|
|
115962
|
+
readonly group: FeatureFormGroupInput | nullish;
|
|
115094
115963
|
/**
|
|
115095
115964
|
* The type of input.
|
|
115096
115965
|
*
|
|
@@ -115112,7 +115981,7 @@ declare namespace __esri {
|
|
|
115112
115981
|
refresh(): Promise<any>;
|
|
115113
115982
|
}
|
|
115114
115983
|
|
|
115115
|
-
interface UtilityNetworkAssociationInputProperties
|
|
115984
|
+
interface UtilityNetworkAssociationInputProperties {
|
|
115116
115985
|
}
|
|
115117
115986
|
|
|
115118
115987
|
export interface FeatureFormSubmitEvent {
|
|
@@ -115129,6 +115998,15 @@ declare namespace __esri {
|
|
|
115129
115998
|
value: number | string | nullish;
|
|
115130
115999
|
}
|
|
115131
116000
|
|
|
116001
|
+
/**
|
|
116002
|
+
* An object containing properties that control the visibility of certain elements within the FeatureForm widget.
|
|
116003
|
+
*
|
|
116004
|
+
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm.html#VisibleElements Read more...}
|
|
116005
|
+
*/
|
|
116006
|
+
export interface FeatureFormVisibleElements {
|
|
116007
|
+
readOnlyNotice?: boolean;
|
|
116008
|
+
}
|
|
116009
|
+
|
|
115132
116010
|
export interface Features extends Widget, GoTo, Evented {
|
|
115133
116011
|
}
|
|
115134
116012
|
|
|
@@ -137323,8 +138201,8 @@ declare namespace __esri {
|
|
|
137323
138201
|
export interface ResultAreaPropertiesExtend {
|
|
137324
138202
|
type: "buffer" | "convexhull";
|
|
137325
138203
|
distance: number;
|
|
137326
|
-
unit:
|
|
137327
|
-
areaUnit:
|
|
138204
|
+
unit: LengthUnit;
|
|
138205
|
+
areaUnit: AreaUnit;
|
|
137328
138206
|
color: GraphicColor;
|
|
137329
138207
|
show: boolean;
|
|
137330
138208
|
}
|
|
@@ -138041,12 +138919,6 @@ declare namespace __esri {
|
|
|
138041
138919
|
}
|
|
138042
138920
|
|
|
138043
138921
|
export class VersionManagementViewModel extends Accessor {
|
|
138044
|
-
/**
|
|
138045
|
-
* Map of Service URLs and user type extensions.
|
|
138046
|
-
*
|
|
138047
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-VersionManagement-VersionManagementViewModel.html#advancedEditingUserTypeExtensionLookup Read more...}
|
|
138048
|
-
*/
|
|
138049
|
-
advancedEditingUserTypeExtensionLookup: globalThis.Map<string, boolean>;
|
|
138050
138922
|
/**
|
|
138051
138923
|
* Displays execution errors.
|
|
138052
138924
|
*
|
|
@@ -138185,12 +139057,6 @@ declare namespace __esri {
|
|
|
138185
139057
|
}
|
|
138186
139058
|
|
|
138187
139059
|
interface VersionManagementViewModelProperties {
|
|
138188
|
-
/**
|
|
138189
|
-
* Map of Service URLs and user type extensions.
|
|
138190
|
-
*
|
|
138191
|
-
* {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-VersionManagement-VersionManagementViewModel.html#advancedEditingUserTypeExtensionLookup Read more...}
|
|
138192
|
-
*/
|
|
138193
|
-
advancedEditingUserTypeExtensionLookup?: globalThis.Map<string, boolean>;
|
|
138194
139060
|
/**
|
|
138195
139061
|
* A key-value pair of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-VersionManagement-VersionManagementViewModel.html#FeatureServiceResourcesBundle FeatureServiceResourcesBundle}.
|
|
138196
139062
|
*
|