@arcgis/core 4.34.0-next.20 → 4.34.0-next.21

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.
Files changed (176) hide show
  1. package/analysis/VolumeMeasurement/CutFillOptions.js +5 -0
  2. package/analysis/VolumeMeasurement/volumeMeasurementUtils.js +5 -0
  3. package/analysis/VolumeMeasurementAnalysis.d.ts +4 -0
  4. package/analysis/VolumeMeasurementAnalysis.js +5 -0
  5. package/assets/esri/core/workers/RemoteClient.js +1 -1
  6. package/assets/esri/core/workers/chunks/06c3725d6cc21e7e4bcf.js +1 -0
  7. package/assets/esri/core/workers/chunks/{28b525963420f022fb0a.js → 1cc30073f8200b67cff6.js} +1 -1
  8. package/assets/esri/core/workers/chunks/{9432a5466eec397710a4.js → 273ff53a68714e4daad5.js} +1 -1
  9. package/assets/esri/core/workers/chunks/32756905bcf11699b3f7.js +1 -0
  10. package/assets/esri/core/workers/chunks/41f487713c6278d389a1.js +1 -0
  11. package/assets/esri/core/workers/chunks/5b276962c46c57155166.js +1 -0
  12. package/assets/esri/core/workers/chunks/5ce62d9fff80d014d186.js +1 -0
  13. package/assets/esri/core/workers/chunks/5e805c9e9012dd39ec86.js +1 -0
  14. package/assets/esri/core/workers/chunks/66757fc16316a5c50e1e.js +1 -0
  15. package/assets/esri/core/workers/chunks/6a0fbc54638f7de138c1.js +1 -0
  16. package/assets/esri/core/workers/chunks/871fae52d2fddc9e7794.js +1 -0
  17. package/assets/esri/core/workers/chunks/8b19fe829a9dc26fb3fe.js +1 -0
  18. package/assets/esri/core/workers/chunks/8eea6251aa09725e654e.js +1 -0
  19. package/assets/esri/core/workers/chunks/916691122d7fb38497d6.js +1 -0
  20. package/assets/esri/core/workers/chunks/919d2fd7ebc0c840a759.js +1 -0
  21. package/assets/esri/core/workers/chunks/97324f030738fc0d456b.js +1 -0
  22. package/assets/esri/core/workers/chunks/9c510df592befb9ff892.js +1 -0
  23. package/assets/esri/core/workers/chunks/9d2cb559dd9af4e1727c.js +1 -0
  24. package/assets/esri/core/workers/chunks/{2e54be3094e41fd3026d.js → 9eb1a171f5ef1fef42ed.js} +1 -1
  25. package/assets/esri/core/workers/chunks/aba520714efc01bead36.js +1 -0
  26. package/assets/esri/core/workers/chunks/accff253af360c34e8a8.js +1 -0
  27. package/assets/esri/core/workers/chunks/ad3871f497ecea1a08c9.js +1 -0
  28. package/assets/esri/core/workers/chunks/ae6eed26fc932bc08356.js +1 -0
  29. package/assets/esri/core/workers/chunks/c317819ab0544c50c078.js +1 -0
  30. package/assets/esri/core/workers/chunks/fc8bbc571216edd9ef5a.js +1 -0
  31. package/config.js +1 -1
  32. package/core/libs/rbush/PooledRBush.js +1 -1
  33. package/core/scheduling.js +1 -1
  34. package/geometry/support/buffer/BufferView.js +1 -1
  35. package/geometry/support/float16.js +1 -1
  36. package/interfaces.d.ts +1040 -146
  37. package/kernel.js +1 -1
  38. package/layers/SubtypeGroupLayer.js +1 -1
  39. package/layers/graphics/controllers/FeatureTileController3D.js +1 -1
  40. package/layers/graphics/controllers/I3SOnDemandController.js +1 -1
  41. package/layers/mixins/ArcGISMapService.js +1 -1
  42. package/layers/save/mapImageLayerUtils.js +1 -1
  43. package/layers/support/TilemapCache.js +1 -1
  44. package/layers/support/TitleCreator.js +1 -1
  45. package/layers/support/arcgisLayerUrl.js +1 -1
  46. package/layers/support/rasterFormats/TiffDecoder.js +1 -1
  47. package/package.json +1 -1
  48. package/rest/knowledgeGraph/GraphAddFieldIndexResult.d.ts +4 -0
  49. package/rest/knowledgeGraph/GraphAddPropertyResult.d.ts +4 -0
  50. package/rest/knowledgeGraph/GraphDataModelOperationResult.d.ts +4 -0
  51. package/rest/knowledgeGraph/GraphDeleteFieldIndexResult.d.ts +4 -0
  52. package/rest/knowledgeGraph/GraphDeletePropertyResult.d.ts +4 -0
  53. package/rest/knowledgeGraph/GraphUpdateNamedTypesResult.d.ts +4 -0
  54. package/rest/knowledgeGraph/GraphUpdatePropertyResult.d.ts +4 -0
  55. package/rest/knowledgeGraph/GraphUpdateSearchIndexResult.d.ts +4 -0
  56. package/rest/knowledgeGraphService.d.ts +7 -0
  57. package/support/requestUtils.js +1 -1
  58. package/support/revision.js +1 -1
  59. package/views/2d/engine/ManagedCanvas.js +1 -1
  60. package/views/2d/engine/ParentChildStage.js +5 -0
  61. package/views/2d/engine/Stage.js +1 -1
  62. package/views/2d/engine/webgl/OverlayContainer.js +1 -1
  63. package/views/2d/engine/webgl/OverlayMultipoint.js +1 -1
  64. package/views/2d/engine/webgl/Painter.js +1 -1
  65. package/views/2d/engine/webgl/VideoScreenRenderer.js +5 -0
  66. package/views/2d/engine/webgl/shaderGraph/techniques/TechniqueType.js +1 -1
  67. package/views/2d/engine/webgl/shaderGraph/techniques/shaders/VideoScreenShader.js +5 -0
  68. package/views/2d/engine/webgl/shaderGraph/techniques/videoScreenRenderer/VideoScreenTechnique.js +5 -0
  69. package/views/2d/layers/FeatureLayerView2D.js +1 -1
  70. package/views/2d/layers/MediaLayerView2D.js +1 -1
  71. package/views/2d/layers/TileLayerView2D.js +1 -1
  72. package/views/2d/layers/features/Processor.js +1 -1
  73. package/views/2d/layers/features/processor/AProcessorStrategy.js +1 -1
  74. package/views/2d/layers/features/support/AttributeStore.js +1 -1
  75. package/views/2d/mapViewDeps.js +1 -1
  76. package/views/3d/analysis/AnalysisViewManager3D.js +1 -1
  77. package/views/3d/analysis/VolumeMeasurementAnalysisView3D.d.ts +4 -0
  78. package/views/3d/analysis/VolumeMeasurementAnalysisView3D.js +5 -0
  79. package/views/3d/layers/FeatureLikeLayerView3D.js +1 -1
  80. package/views/3d/layers/SceneLayerGraphicsView3D.js +1 -1
  81. package/views/3d/layers/graphics/DeconflictAABR.js +1 -1
  82. package/views/3d/layers/graphics/ExtentSet.js +1 -1
  83. package/views/3d/layers/graphics/Graphics3DCore.js +1 -1
  84. package/views/3d/layers/graphics/Graphics3DElevationAlignment.js +1 -1
  85. package/views/3d/layers/graphics/Graphics3DFeatureProcessor.js +1 -1
  86. package/views/3d/layers/graphics/Graphics3DGraphicsPipeline.js +1 -1
  87. package/views/3d/layers/graphics/Labeler.js +1 -1
  88. package/views/3d/layers/graphics/pipeline/Feature3DPipeline.js +1 -1
  89. package/views/3d/layers/i3s/I3SAsyncElevationUpdater.js +1 -1
  90. package/views/3d/layers/i3s/I3SIndex.js +1 -1
  91. package/views/3d/layers/i3s/I3SLodHandling.js +1 -1
  92. package/views/3d/layers/i3s/PointCloudRenderer.js +1 -1
  93. package/views/3d/layers/support/FeatureTileDescriptor.js +1 -1
  94. package/views/3d/layers/support/FeatureTileFetcher3D.js +1 -1
  95. package/views/3d/layers/support/FeatureTileFetcher3DContext.js +1 -1
  96. package/views/3d/layers/support/FeatureTileTree3D.js +1 -1
  97. package/views/3d/layers/support/FeatureVisibilityFilter.js +1 -1
  98. package/views/3d/layers/support/HeatmapFeatureProcessor.js +1 -1
  99. package/views/3d/state/helpers/SceneIntersectionHelper.js +1 -1
  100. package/views/3d/support/StreamDataLoader.js +1 -1
  101. package/views/3d/support/buffer/InterleavedLayout.js +1 -1
  102. package/views/3d/terrain/OverlayManager.js +1 -1
  103. package/views/3d/terrain/OverlayRenderer.js +1 -1
  104. package/views/3d/terrain/TerrainSurface.js +1 -1
  105. package/views/3d/webgl-engine/Stage.js +1 -1
  106. package/views/3d/webgl-engine/collections/Component/ComponentObjectCollection.js +1 -1
  107. package/views/3d/webgl-engine/core/FBOPool.js +1 -1
  108. package/views/3d/webgl-engine/effects/RenderNodes.js +1 -1
  109. package/views/3d/webgl-engine/effects/RenderPluginManager.js +1 -1
  110. package/views/3d/webgl-engine/effects/geometry/RenderOccludedRenderNode.js +1 -1
  111. package/views/3d/webgl-engine/lib/DefaultVertexBufferLayouts.js +1 -1
  112. package/views/3d/webgl-engine/lib/SortedRenderGeometryRenderer.js +1 -1
  113. package/views/3d/webgl-engine/lib/glUtil3D.js +1 -1
  114. package/views/3d/webgl-engine/materials/LineMarkerMaterial.js +1 -1
  115. package/views/3d/webgl-engine/materials/RibbonLineMaterial.js +1 -1
  116. package/views/SceneView.js +1 -1
  117. package/views/VideoView.js +1 -1
  118. package/views/View2D.js +1 -1
  119. package/views/Viewport2DBaseMixin.js +5 -0
  120. package/views/Viewport2DMixin.js +1 -1
  121. package/views/layers/FeatureLayerView.js +1 -1
  122. package/views/support/Scheduler.js +1 -1
  123. package/views/video/VideoOperationalDataView.js +5 -0
  124. package/widgets/BatchAttributeForm/BatchAttributeFormViewModel.js +1 -1
  125. package/widgets/BatchAttributeForm/inputs/BatchFormInputs.d.ts +4 -0
  126. package/widgets/BatchAttributeForm/inputs/BatchFormInputs.js +1 -1
  127. package/widgets/BatchAttributeForm/inputs/EditableInput.d.ts +4 -0
  128. package/widgets/BatchAttributeForm/inputs/EditableInput.js +1 -1
  129. package/widgets/BatchAttributeForm/inputs/FieldInput.d.ts +4 -0
  130. package/widgets/BatchAttributeForm/inputs/FieldInput.js +1 -1
  131. package/widgets/BatchAttributeForm/inputs/GroupInput.d.ts +4 -0
  132. package/widgets/BatchAttributeForm/inputs/GroupInput.js +1 -1
  133. package/widgets/BatchAttributeForm/inputs/InputBase.d.ts +4 -0
  134. package/widgets/BatchAttributeForm/inputs/InputBase.js +1 -1
  135. package/widgets/BatchAttributeForm/inputs/support/createBatchFormInputs.js +1 -1
  136. package/widgets/Directions.js +1 -1
  137. package/widgets/Editor/CreateFeaturesWorkflow.js +1 -1
  138. package/widgets/FeatureForm/EditableInput.d.ts +2 -2
  139. package/widgets/FeatureForm/FieldInput.d.ts +2 -2
  140. package/widgets/FeatureForm/GroupInput.d.ts +2 -2
  141. package/widgets/FeatureForm/InputBase.d.ts +2 -2
  142. package/widgets/OrientedImageryViewer/OrientedImageryViewerViewModel.js +1 -1
  143. package/widgets/OrientedImageryViewer/adapters/sketch/MeasurementAdapter.js +1 -1
  144. package/widgets/OrientedImageryViewer/components/ImageLocationWidget.js +1 -1
  145. package/widgets/OrientedImageryViewer/components/ImageMeasurementWidget.js +1 -1
  146. package/widgets/OrientedImageryViewer.js +1 -1
  147. package/widgets/VersionManagement/VersionManagementViewModel.js +1 -1
  148. package/widgets/VideoPlayer.js +1 -1
  149. package/widgets/support/SelectionList/FeatureItem.js +1 -1
  150. package/widgets/support/SelectionList/GroupLayerItem.js +1 -1
  151. package/widgets/support/SelectionList/LayerItem.js +1 -1
  152. package/widgets/support/SelectionList/SelectionListViewModel.js +1 -1
  153. package/widgets/support/SelectionList.js +1 -1
  154. package/widgets/support/Selector2D/SelectionOperation.js +1 -1
  155. package/assets/esri/core/workers/chunks/034950f7d0596e77a7dd.js +0 -1
  156. package/assets/esri/core/workers/chunks/0808b7b2a18331ac0cf6.js +0 -1
  157. package/assets/esri/core/workers/chunks/093938edee5f0532d7da.js +0 -1
  158. package/assets/esri/core/workers/chunks/116bbff428cc2dc1832e.js +0 -1
  159. package/assets/esri/core/workers/chunks/1646699188ed0cd4ce24.js +0 -1
  160. package/assets/esri/core/workers/chunks/2999ae2a7d4d1ad6447b.js +0 -1
  161. package/assets/esri/core/workers/chunks/3541714d448958c9bc38.js +0 -1
  162. package/assets/esri/core/workers/chunks/629a257509b148ff38c0.js +0 -1
  163. package/assets/esri/core/workers/chunks/6b5fc9da8ae34c889b83.js +0 -1
  164. package/assets/esri/core/workers/chunks/707b34e15937c4f7902f.js +0 -1
  165. package/assets/esri/core/workers/chunks/770e609a6bd3533ceda9.js +0 -1
  166. package/assets/esri/core/workers/chunks/851baab753d9c8e967bd.js +0 -1
  167. package/assets/esri/core/workers/chunks/aa6c37f116c07ddca5fb.js +0 -1
  168. package/assets/esri/core/workers/chunks/bc0c3b5a5ab3fcb8f77a.js +0 -1
  169. package/assets/esri/core/workers/chunks/cac281604a41af9b1759.js +0 -1
  170. package/assets/esri/core/workers/chunks/d25c8c30ce4058937d4f.js +0 -1
  171. package/assets/esri/core/workers/chunks/d638ae7814acf6c0fb8e.js +0 -1
  172. package/assets/esri/core/workers/chunks/d6ce99a713afdb03e332.js +0 -1
  173. package/assets/esri/core/workers/chunks/dc3816eef53d17074eab.js +0 -1
  174. package/assets/esri/core/workers/chunks/dd70b060ea4f632c2430.js +0 -1
  175. package/assets/esri/core/workers/chunks/e2e5e8bd3406609d8996.js +0 -1
  176. package/assets/esri/core/workers/chunks/f6c815f7d3ca072172ce.js +0 -1
package/interfaces.d.ts CHANGED
@@ -232,6 +232,10 @@ 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 BatchAttributeFormValueChangeEvent1Handler = (event: BatchAttributeFormValueChangeEvent1) => void;
237
+ export type BatchAttributeFormValueChangeEventHandler = (event: BatchAttributeFormValueChangeEvent) => void;
238
+ export type BatchAttributeFormViewModelSubmitEventHandler = (event: BatchAttributeFormViewModelSubmitEvent) => void;
235
239
  export type BingMapsLayerLayerviewCreateErrorEventHandler = (event: BingMapsLayerLayerviewCreateErrorEvent) => void;
236
240
  export type BingMapsLayerLayerviewCreateEventHandler = (event: BingMapsLayerLayerviewCreateEvent) => void;
237
241
  export type BingMapsLayerLayerviewDestroyEventHandler = (event: BingMapsLayerLayerviewDestroyEvent) => void;
@@ -1303,6 +1307,19 @@ declare namespace __esri {
1303
1307
  objectIdField?: string | nullish;
1304
1308
  }
1305
1309
 
1310
+ export class VolumeMeasurementAnalysis extends Analysis {
1311
+ /**
1312
+ * VolumeMeasurementAnalysis computes the volume within a polygonal region and displays the measurement
1313
+ * in a 3D {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html SceneView}.
1314
+ *
1315
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-analysis-VolumeMeasurementAnalysis.html Read more...}
1316
+ */
1317
+ constructor(properties?: VolumeMeasurementAnalysisProperties);
1318
+ }
1319
+
1320
+ interface VolumeMeasurementAnalysisProperties extends AnalysisProperties {
1321
+ }
1322
+
1306
1323
  /**
1307
1324
  * Note: reserved for internal use only, this is not part of the stable public API.
1308
1325
  *
@@ -5126,7 +5143,7 @@ declare namespace __esri {
5126
5143
  /**
5127
5144
  * Determines the name of a new attachment.
5128
5145
  *
5129
- * @default {attachmentKeyword}_{now}
5146
+ * @default "{attachmentKeyword}_{now}"
5130
5147
  *
5131
5148
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-form-elements-AttachmentElement.html#filenameExpression Read more...}
5132
5149
  */
@@ -5740,7 +5757,7 @@ declare namespace __esri {
5740
5757
  /**
5741
5758
  * The supported input methods used to attach an audio file.
5742
5759
  *
5743
- * @default any
5760
+ * @default "any"
5744
5761
  *
5745
5762
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-form-elements-inputs-attachments-AudioInput.html#inputMethod Read more...}
5746
5763
  */
@@ -5868,7 +5885,7 @@ declare namespace __esri {
5868
5885
  /**
5869
5886
  * The supported input methods used to attach an image.
5870
5887
  *
5871
- * @default any
5888
+ * @default "any"
5872
5889
  *
5873
5890
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-form-elements-inputs-attachments-ImageInput.html#inputMethod Read more...}
5874
5891
  */
@@ -5939,7 +5956,7 @@ declare namespace __esri {
5939
5956
  /**
5940
5957
  * The supported input methods used to attach a signature.
5941
5958
  *
5942
- * @default any
5959
+ * @default "any"
5943
5960
  *
5944
5961
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-form-elements-inputs-attachments-SignatureInput.html#inputMethod Read more...}
5945
5962
  */
@@ -5996,7 +6013,7 @@ declare namespace __esri {
5996
6013
  /**
5997
6014
  * The supported input methods used to attach a video.
5998
6015
  *
5999
- * @default any
6016
+ * @default "any"
6000
6017
  *
6001
6018
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-form-elements-inputs-attachments-VideoInput.html#inputMethod Read more...}
6002
6019
  */
@@ -14141,7 +14158,7 @@ declare namespace __esri {
14141
14158
  /**
14142
14159
  * Applications with the same value will share the stored token on the same host.
14143
14160
  *
14144
- * @default / (forward slash)
14161
+ * @default "/"
14145
14162
  *
14146
14163
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-identity-OAuthInfo.html#authNamespace Read more...}
14147
14164
  */
@@ -14149,7 +14166,7 @@ declare namespace __esri {
14149
14166
  /**
14150
14167
  * The number of minutes that the token is valid.
14151
14168
  *
14152
- * @default 20160 (two weeks)
14169
+ * @default 20160 // two weeks
14153
14170
  *
14154
14171
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-identity-OAuthInfo.html#expiration Read more...}
14155
14172
  */
@@ -21464,7 +21481,7 @@ declare namespace __esri {
21464
21481
  /**
21465
21482
  * Indicates the maximum width of the image exported by the service.
21466
21483
  *
21467
- * @default 15000
21484
+ * @default 4100
21468
21485
  *
21469
21486
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html#imageMaxWidth Read more...}
21470
21487
  */
@@ -22534,6 +22551,12 @@ declare namespace __esri {
22534
22551
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryTileLayer.html#sourceJSON Read more...}
22535
22552
  */
22536
22553
  sourceJSON: any;
22554
+ /**
22555
+ * The spatial reference of the layer.
22556
+ *
22557
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryTileLayer.html#spatialReference Read more...}
22558
+ */
22559
+ declare readonly spatialReference: ImageryTileMixin["spatialReference"];
22537
22560
  readonly type: "imagery-tile";
22538
22561
  /**
22539
22562
  * The URL of the REST endpoint of the layer.
@@ -26374,6 +26397,7 @@ declare namespace __esri {
26374
26397
  legendEnabled: boolean;
26375
26398
  multidimensionalDefinition: DimensionalDefinition[] | nullish;
26376
26399
  readonly serviceRasterInfo: RasterInfo | nullish;
26400
+ readonly spatialReference: SpatialReference;
26377
26401
  useViewTime: boolean;
26378
26402
  get multidimensionalSubset(): MultidimensionalSubset | nullish;
26379
26403
  set multidimensionalSubset(value: MultidimensionalSubsetProperties | nullish);
@@ -45745,6 +45769,12 @@ declare namespace __esri {
45745
45769
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#serviceRasterInfo Read more...}
45746
45770
  */
45747
45771
  declare readonly serviceRasterInfo: ImageryTileMixin["serviceRasterInfo"];
45772
+ /**
45773
+ * The spatial reference of the layer.
45774
+ *
45775
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-WCSLayer.html#spatialReference Read more...}
45776
+ */
45777
+ declare readonly spatialReference: ImageryTileMixin["spatialReference"];
45748
45778
  readonly type: "wcs";
45749
45779
  /**
45750
45780
  * The URL of the WCS service endpoint of the layer.
@@ -61887,7 +61917,7 @@ declare namespace __esri {
61887
61917
  *
61888
61918
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-FieldIndex.html#description Read more...}
61889
61919
  */
61890
- description: string;
61920
+ readonly description: string;
61891
61921
  /**
61892
61922
  * The ordered field names included in this index.
61893
61923
  *
@@ -61937,12 +61967,6 @@ declare namespace __esri {
61937
61967
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-FieldIndex.html#ascending Read more...}
61938
61968
  */
61939
61969
  ascending?: boolean;
61940
- /**
61941
- * Description of the field.
61942
- *
61943
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-FieldIndex.html#description Read more...}
61944
- */
61945
- description?: string;
61946
61970
  /**
61947
61971
  * The ordered field names included in this index.
61948
61972
  *
@@ -61963,7 +61987,19 @@ declare namespace __esri {
61963
61987
  unique?: boolean;
61964
61988
  }
61965
61989
 
61966
- export class GraphAddNamedTypesResult extends Accessor {
61990
+ export class GraphAddFieldIndexResult extends GraphDataModelOperationResult {
61991
+ /**
61992
+ * 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.
61993
+ *
61994
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphAddFieldIndexResult.html Read more...}
61995
+ */
61996
+ constructor(properties?: GraphAddFieldIndexResultProperties);
61997
+ }
61998
+
61999
+ interface GraphAddFieldIndexResultProperties extends GraphDataModelOperationResultProperties {
62000
+ }
62001
+
62002
+ export class GraphAddNamedTypesResult extends GraphDataModelOperationResult {
61967
62003
  /**
61968
62004
  * Information specific to each added entity type.
61969
62005
  *
@@ -61977,7 +62013,7 @@ declare namespace __esri {
61977
62013
  */
61978
62014
  entityAddResultsCount: number;
61979
62015
  /**
61980
- * Information specific to each added entity type.
62016
+ * Information specific to each added relationship type.
61981
62017
  *
61982
62018
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphAddNamedTypesResult.html#relationshipAddResults Read more...}
61983
62019
  */
@@ -61997,7 +62033,7 @@ declare namespace __esri {
61997
62033
  constructor(properties?: GraphAddNamedTypesResultProperties);
61998
62034
  }
61999
62035
 
62000
- interface GraphAddNamedTypesResultProperties {
62036
+ interface GraphAddNamedTypesResultProperties extends GraphDataModelOperationResultProperties {
62001
62037
  /**
62002
62038
  * Information specific to each added entity type.
62003
62039
  *
@@ -62011,7 +62047,7 @@ declare namespace __esri {
62011
62047
  */
62012
62048
  entityAddResultsCount?: number;
62013
62049
  /**
62014
- * Information specific to each added entity type.
62050
+ * Information specific to each added relationship type.
62015
62051
  *
62016
62052
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphAddNamedTypesResult.html#relationshipAddResults Read more...}
62017
62053
  */
@@ -62034,6 +62070,18 @@ declare namespace __esri {
62034
62070
  error?: Error | nullish;
62035
62071
  }
62036
62072
 
62073
+ export class GraphAddPropertyResult extends GraphDataModelOperationResult {
62074
+ /**
62075
+ * 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.
62076
+ *
62077
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphAddPropertyResult.html Read more...}
62078
+ */
62079
+ constructor(properties?: GraphAddPropertyResultProperties);
62080
+ }
62081
+
62082
+ interface GraphAddPropertyResultProperties extends GraphDataModelOperationResultProperties {
62083
+ }
62084
+
62037
62085
  export class GraphApplyEdits extends Accessor {
62038
62086
  /**
62039
62087
  * 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}.
@@ -62241,17 +62289,106 @@ declare namespace __esri {
62241
62289
  error?: Error;
62242
62290
  }
62243
62291
 
62244
- export class GraphDeleteNamedTypeResult extends Accessor {
62292
+ export class GraphDataModelOperationResult extends Accessor {
62293
+ /**
62294
+ * Any errors encountered while decoding the results.
62295
+ *
62296
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html#decoderError Read more...}
62297
+ */
62298
+ decoderError: Error | nullish;
62299
+ /**
62300
+ * Information about the add, update or delete modifications made to the data model.
62301
+ *
62302
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html#results Read more...}
62303
+ */
62304
+ results: ResultsObject[];
62305
+ /**
62306
+ * The number of modifications made to the graph.
62307
+ *
62308
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html#resultsCount Read more...}
62309
+ */
62310
+ resultsCount: number;
62311
+ /**
62312
+ * The updated knowledge graph with the applied additions, updates, and deletions.
62313
+ *
62314
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html#updatedKnowledgeGraph Read more...}
62315
+ */
62316
+ updatedKnowledgeGraph: KnowledgeGraph | nullish;
62317
+ /**
62318
+ * The result returned after modifying a knowledge graph data model.
62319
+ *
62320
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html Read more...}
62321
+ */
62322
+ constructor(properties?: GraphDataModelOperationResultProperties);
62323
+ }
62324
+
62325
+ interface GraphDataModelOperationResultProperties {
62326
+ /**
62327
+ * Any errors encountered while decoding the results.
62328
+ *
62329
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html#decoderError Read more...}
62330
+ */
62331
+ decoderError?: Error | nullish;
62332
+ /**
62333
+ * Information about the add, update or delete modifications made to the data model.
62334
+ *
62335
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html#results Read more...}
62336
+ */
62337
+ results?: ResultsObject[];
62338
+ /**
62339
+ * The number of modifications made to the graph.
62340
+ *
62341
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html#resultsCount Read more...}
62342
+ */
62343
+ resultsCount?: number;
62344
+ /**
62345
+ * The updated knowledge graph with the applied additions, updates, and deletions.
62346
+ *
62347
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html#updatedKnowledgeGraph Read more...}
62348
+ */
62349
+ updatedKnowledgeGraph?: KnowledgeGraph | nullish;
62350
+ }
62351
+
62352
+ export interface ResultsObject {
62353
+ name: string;
62354
+ error?: Error | nullish;
62355
+ }
62356
+
62357
+ export class GraphDeleteFieldIndexResult extends GraphDataModelOperationResult {
62358
+ /**
62359
+ * 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.
62360
+ *
62361
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDeleteFieldIndexResult.html Read more...}
62362
+ */
62363
+ constructor(properties?: GraphDeleteFieldIndexResultProperties);
62364
+ }
62365
+
62366
+ interface GraphDeleteFieldIndexResultProperties extends GraphDataModelOperationResultProperties {
62367
+ }
62368
+
62369
+ export class GraphDeleteNamedTypeResult extends GraphDataModelOperationResult {
62245
62370
  /**
62246
62371
  * The result returned when deleting an {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-EntityType.html entity type} or
62247
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-RelationshipType.html relationship type} to a knowledge graph.
62372
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-RelationshipType.html relationship type} from a knowledge graph.
62248
62373
  *
62249
62374
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDeleteNamedTypeResult.html Read more...}
62250
62375
  */
62251
62376
  constructor(properties?: GraphDeleteNamedTypeResultProperties);
62252
62377
  }
62253
62378
 
62254
- interface GraphDeleteNamedTypeResultProperties {
62379
+ interface GraphDeleteNamedTypeResultProperties extends GraphDataModelOperationResultProperties {
62380
+ }
62381
+
62382
+ export class GraphDeletePropertyResult extends GraphDataModelOperationResult {
62383
+ /**
62384
+ * Result of deleting graph properties from an entity type or relationship type in a knowledge graph data model.
62385
+ *
62386
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDeletePropertyResult.html Read more...}
62387
+ */
62388
+ constructor(properties?: GraphDeletePropertyResultProperties);
62389
+ }
62390
+
62391
+ interface GraphDeletePropertyResultProperties extends GraphDataModelOperationResultProperties {
62255
62392
  }
62256
62393
 
62257
62394
  export class GraphNamedObject extends GraphObject {
@@ -62553,7 +62690,7 @@ declare namespace __esri {
62553
62690
  */
62554
62691
  systemMaintained: boolean | nullish;
62555
62692
  /**
62556
- * Specifies the properties of 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}.
62693
+ * 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}.
62557
62694
  *
62558
62695
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphProperty.html Read more...}
62559
62696
  */
@@ -62988,6 +63125,42 @@ declare namespace __esri {
62988
63125
  start?: number | nullish;
62989
63126
  }
62990
63127
 
63128
+ export class GraphUpdateNamedTypesResult extends GraphDataModelOperationResult {
63129
+ /**
63130
+ * 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.
63131
+ *
63132
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphUpdateNamedTypesResult.html Read more...}
63133
+ */
63134
+ constructor(properties?: GraphUpdateNamedTypesResultProperties);
63135
+ }
63136
+
63137
+ interface GraphUpdateNamedTypesResultProperties extends GraphDataModelOperationResultProperties {
63138
+ }
63139
+
63140
+ export class GraphUpdatePropertyResult extends GraphDataModelOperationResult {
63141
+ /**
63142
+ * 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.
63143
+ *
63144
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphUpdatePropertyResult.html Read more...}
63145
+ */
63146
+ constructor(properties?: GraphUpdatePropertyResultProperties);
63147
+ }
63148
+
63149
+ interface GraphUpdatePropertyResultProperties extends GraphDataModelOperationResultProperties {
63150
+ }
63151
+
63152
+ export class GraphUpdateSearchIndexResult extends GraphDataModelOperationResult {
63153
+ /**
63154
+ * 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.
63155
+ *
63156
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphUpdateSearchIndexResult.html Read more...}
63157
+ */
63158
+ constructor(properties?: GraphUpdateSearchIndexResultProperties);
63159
+ }
63160
+
63161
+ interface GraphUpdateSearchIndexResultProperties extends GraphDataModelOperationResultProperties {
63162
+ }
63163
+
62991
63164
  export class InputQuantizationParameters extends Accessor {
62992
63165
  /**
62993
63166
  * Origin of M-Values.
@@ -64029,7 +64202,30 @@ declare namespace __esri {
64029
64202
  */
64030
64203
  interface knowledgeGraphService {
64031
64204
  /**
64032
- * Create a new entity type or relationship type in your knowledge graph.
64205
+ * Adds a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-FieldIndex.html field index} for a particular property on an
64206
+ * entity type or relationship type in a graph.
64207
+ *
64208
+ * @param graph The knowledge graph to update.
64209
+ * @param namedType The name of the entity type or relationship type with the property for which to add a field index.
64210
+ * @param fieldIndexes The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-FieldIndex.html field indexes} to add.
64211
+ * @param options Additional options to be used for the data request.
64212
+ *
64213
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeAddGraphFieldIndex Read more...}
64214
+ */
64215
+ executeAddGraphFieldIndex(graph: KnowledgeGraph, namedType: string, fieldIndexes: FieldIndex[], options: RequestOptions): Promise<GraphAddFieldIndexResult>;
64216
+ /**
64217
+ * 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.
64218
+ *
64219
+ * @param graph The knowledge graph to update.
64220
+ * @param namedType The name of the entity type or relationship type to update with the property to be updated.
64221
+ * @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.
64222
+ * @param options Additional options to be used for the data request.
64223
+ *
64224
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeAddGraphProperties Read more...}
64225
+ */
64226
+ executeAddGraphProperties(graph: KnowledgeGraph, namedType: string, namedTypeProperties: GraphProperty[], options?: RequestOptions): Promise<GraphAddPropertyResult>;
64227
+ /**
64228
+ * 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.
64033
64229
  *
64034
64230
  * @param graph The knowledge graph. Retrieved using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#fetchKnowledgeGraph `fetchKnowledgeGraph()`}.
64035
64231
  * @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.
@@ -64037,7 +64233,7 @@ declare namespace __esri {
64037
64233
  *
64038
64234
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeAddNamedTypes Read more...}
64039
64235
  */
64040
- executeAddNamedTypes(graph: KnowledgeGraph, namedTypes: knowledgeGraphServiceExecuteAddNamedTypesNamedTypes, options: RequestOptions): Promise<GraphAddNamedTypesResult>;
64236
+ executeAddNamedTypes(graph: KnowledgeGraph, namedTypes: knowledgeGraphServiceExecuteAddNamedTypesNamedTypes, options?: RequestOptions): Promise<GraphAddNamedTypesResult>;
64041
64237
  /**
64042
64238
  * Add, delete, or update {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-Entity.html entities} and
64043
64239
  * {@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}
@@ -64051,7 +64247,30 @@ declare namespace __esri {
64051
64247
  */
64052
64248
  executeApplyEdits(graph: KnowledgeGraph, edits: GraphApplyEdits, requestOptions?: RequestOptions): Promise<GraphApplyEditsResult>;
64053
64249
  /**
64054
- * Delete an entity type or relationship type from the graph.
64250
+ * Deletes the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-FieldIndex.html field index} for a particular property on an
64251
+ * entity type or relationship type in a graph.
64252
+ *
64253
+ * @param graph The knowledge graph to update.
64254
+ * @param namedType The name of the entity type or relationship type to update.
64255
+ * @param fieldIndexNames The names of the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-FieldIndex.html field index} to delete.
64256
+ * @param options Additional options to be used for the data request.
64257
+ *
64258
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeDeleteGraphFieldIndex Read more...}
64259
+ */
64260
+ executeDeleteGraphFieldIndex(graph: KnowledgeGraph, namedType: string, fieldIndexNames: string[], options: RequestOptions): Promise<GraphDeleteFieldIndexResult>;
64261
+ /**
64262
+ * 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.
64263
+ *
64264
+ * @param graph The knowledge graph to update.
64265
+ * @param namedType The name of the entity type or relationship type to update with the property to be updated.
64266
+ * @param propertyName The name of the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphProperty.html GraphProperty} to delete.
64267
+ * @param options Additional options to be used for the data request.
64268
+ *
64269
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeDeleteGraphProperty Read more...}
64270
+ */
64271
+ executeDeleteGraphProperty(graph: KnowledgeGraph, namedType: string, propertyName: string, options?: RequestOptions): Promise<GraphDeletePropertyResult>;
64272
+ /**
64273
+ * 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.
64055
64274
  *
64056
64275
  * @param graph The knowledge graph. Retrieved using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#fetchKnowledgeGraph `fetchKnowledgeGraph()`}.
64057
64276
  * @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.
@@ -64059,7 +64278,7 @@ declare namespace __esri {
64059
64278
  *
64060
64279
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeDeleteNamedType Read more...}
64061
64280
  */
64062
- executeDeleteNamedType(graph: KnowledgeGraph, namedType: string, options: RequestOptions): Promise<GraphDeleteNamedTypeResult>;
64281
+ executeDeleteNamedType(graph: KnowledgeGraph, namedType: string, options?: RequestOptions): Promise<GraphDeleteNamedTypeResult>;
64063
64282
  /**
64064
64283
  * Executes a request to the ServerFilteredFindPaths GP tool.
64065
64284
  *
@@ -64121,6 +64340,40 @@ declare namespace __esri {
64121
64340
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeSearchStreaming Read more...}
64122
64341
  */
64123
64342
  executeSearchStreaming(graph: KnowledgeGraph, searchArguments: GraphSearchStreaming, requestOptions?: RequestOptions): Promise<GraphQueryStreamingResult>;
64343
+ /**
64344
+ * 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.
64345
+ *
64346
+ * @param graph The knowledge graph to update.
64347
+ * @param namedType The name of the entity type or relationship type to update with the property to be updated.
64348
+ * @param originalPropertyName The original name of the property to update.
64349
+ * @param updatedProperties The updated properties for the entity type or relationship type property specified.
64350
+ * @param options Additional options to be used for the data request.
64351
+ *
64352
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeUpdateGraphProperty Read more...}
64353
+ */
64354
+ executeUpdateGraphProperty(graph: KnowledgeGraph, namedType: string, originalPropertyName: string, updatedProperties: UpdateGraphProperties, options?: RequestOptions): Promise<GraphUpdatePropertyResult>;
64355
+ /**
64356
+ * 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}.
64357
+ *
64358
+ * @param graph The knowledge graph to update.
64359
+ * @param namedType The name of the entity type or relationship type to update with the property to be updated.
64360
+ * @param updatedNamedType The updated entity type or relationship type.
64361
+ * @param options Additional options to be used for the data request.
64362
+ *
64363
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeUpdateNamedType Read more...}
64364
+ */
64365
+ executeUpdateNamedType(graph: KnowledgeGraph, namedType: string, updatedNamedType: UpdateNamedType, options?: RequestOptions): Promise<GraphUpdateNamedTypesResult>;
64366
+ /**
64367
+ * Update the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-SearchIndex.html search index} used by the knowledge graph.
64368
+ *
64369
+ * @param graph The knowledge graph to update.
64370
+ * @param namedType The name of the entity or relationship type to update.
64371
+ * @param searchProperties The properties of the named type with which to update the search index.
64372
+ * @param options Additional options to be used for the data request.
64373
+ *
64374
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeUpdateSearchIndex Read more...}
64375
+ */
64376
+ executeUpdateSearchIndex(graph: KnowledgeGraph, namedType: string, searchProperties: knowledgeGraphServiceExecuteUpdateSearchIndexSearchProperties, options?: RequestOptions): Promise<GraphUpdateSearchIndexResult>;
64124
64377
  /**
64125
64378
  * 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}.
64126
64379
  *
@@ -64237,11 +64490,38 @@ declare namespace __esri {
64237
64490
  newRelationshipTypes: RelationshipType[];
64238
64491
  }
64239
64492
 
64493
+ export interface knowledgeGraphServiceExecuteUpdateSearchIndexSearchProperties {
64494
+ addSearchProperties: SearchIndexSearchProperties;
64495
+ deleteSearchProperties: SearchIndexSearchProperties;
64496
+ }
64497
+
64240
64498
  export interface knowledgeGraphServiceFetchClientDataAtKeysOptions {
64241
64499
  ignoreCache?: boolean;
64242
64500
  requestOptions?: RequestOptions;
64243
64501
  }
64244
64502
 
64503
+ /**
64504
+ * 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`}.
64505
+ *
64506
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#UpdateGraphProperties Read more...}
64507
+ */
64508
+ export interface UpdateGraphProperties {
64509
+ alias?: string;
64510
+ editable?: boolean;
64511
+ required?: boolean;
64512
+ defaultVisibility?: boolean;
64513
+ defaultValue?: any;
64514
+ }
64515
+
64516
+ /**
64517
+ * Properties of a named type that can be updated, such as the `alias`.
64518
+ *
64519
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#UpdateNamedType Read more...}
64520
+ */
64521
+ export interface UpdateNamedType {
64522
+ alias?: string;
64523
+ }
64524
+
64245
64525
  /**
64246
64526
  * A convenience module for importing {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-locator.html locator} functions when developing with
64247
64527
  * {@link https://developers.arcgis.com/javascript/latest/typescript-setup/ TypeScript}.
@@ -72396,7 +72676,7 @@ declare namespace __esri {
72396
72676
  /**
72397
72677
  * When `true`, each feature in the catalog items includes the geometry.
72398
72678
  *
72399
- * @default false
72679
+ * @default true
72400
72680
  *
72401
72681
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-support-ImageIdentifyParameters.html#returnGeometry Read more...}
72402
72682
  */
@@ -86853,7 +87133,7 @@ declare namespace __esri {
86853
87133
  /**
86854
87134
  * A size in points by which to extend edges beyond their original end points.
86855
87135
  *
86856
- * @default "0"
87136
+ * @default 0
86857
87137
  *
86858
87138
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-edges-Edges3D.html#extensionLength Read more...}
86859
87139
  */
@@ -91439,7 +91719,7 @@ declare namespace __esri {
91439
91719
  */
91440
91720
  namespace unionTypes {
91441
91721
  /**
91442
- * Union of all possible analsysis views that can be created in a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html SceneView}.
91722
+ * Union of all possible analysis views that can be created in a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html SceneView}.
91443
91723
  *
91444
91724
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-unionTypes.html#AnalysisViewUnion Read more...}
91445
91725
  */
@@ -91448,7 +91728,8 @@ declare namespace __esri {
91448
91728
  | __esri.DirectLineMeasurementAnalysisView3D
91449
91729
  | __esri.LineOfSightAnalysisView3D
91450
91730
  | __esri.SliceAnalysisView3D
91451
- | __esri.ViewshedAnalysisView3D;
91731
+ | __esri.ViewshedAnalysisView3D
91732
+ | __esri.VolumeMeasurementAnalysisView3D;
91452
91733
  /**
91453
91734
  * Union of all possible analysis types that can be added to a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html SceneView}.
91454
91735
  *
@@ -91459,7 +91740,8 @@ declare namespace __esri {
91459
91740
  | __esri.DirectLineMeasurementAnalysis
91460
91741
  | __esri.LineOfSightAnalysis
91461
91742
  | __esri.SliceAnalysis
91462
- | __esri.ViewshedAnalysis;
91743
+ | __esri.ViewshedAnalysis
91744
+ | __esri.VolumeMeasurementAnalysis;
91463
91745
  /**
91464
91746
  * Union of renderers with visual variables.
91465
91747
  *
@@ -91580,9 +91862,10 @@ declare namespace __esri {
91580
91862
  | DirectLineMeasurementAnalysis
91581
91863
  | LineOfSightAnalysis
91582
91864
  | SliceAnalysis
91583
- | ViewshedAnalysis;
91865
+ | ViewshedAnalysis
91866
+ | VolumeMeasurementAnalysis;
91584
91867
  /**
91585
- * Union of all possible analsysis views that can be created in a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html SceneView}.
91868
+ * Union of all possible analysis views that can be created in a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-SceneView.html SceneView}.
91586
91869
  *
91587
91870
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-unionTypes.html#AnalysisViewUnion Read more...}
91588
91871
  */
@@ -91591,7 +91874,8 @@ declare namespace __esri {
91591
91874
  | DirectLineMeasurementAnalysisView3D
91592
91875
  | LineOfSightAnalysisView3D
91593
91876
  | SliceAnalysisView3D
91594
- | ViewshedAnalysisView3D;
91877
+ | ViewshedAnalysisView3D
91878
+ | VolumeMeasurementAnalysisView3D;
91595
91879
  /**
91596
91880
  * Union of 2D fill symbols.
91597
91881
  *
@@ -93361,6 +93645,10 @@ declare namespace __esri {
93361
93645
  export interface ViewshedPlacementResult {
93362
93646
  }
93363
93647
 
93648
+ export class VolumeMeasurementAnalysisView3D {
93649
+ constructor(properties?: any);
93650
+ }
93651
+
93364
93652
  export class CloudyWeather extends Accessor {
93365
93653
  /**
93366
93654
  * Specifies the amount of cloud cover in the sky for a certain weather type.
@@ -98161,8 +98449,8 @@ declare namespace __esri {
98161
98449
  *
98162
98450
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-LinkChartView.html#map Read more...}
98163
98451
  */
98164
- get map(): WebLinkChart;
98165
- set map(value: WebLinkChartProperties);
98452
+ get map(): WebLinkChart | nullish;
98453
+ set map(value: WebLinkChartProperties | nullish);
98166
98454
  /**
98167
98455
  * 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.
98168
98456
  *
@@ -98180,7 +98468,7 @@ declare namespace __esri {
98180
98468
  *
98181
98469
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-LinkChartView.html#map Read more...}
98182
98470
  */
98183
- map?: WebLinkChartProperties;
98471
+ map?: WebLinkChartProperties | nullish;
98184
98472
  }
98185
98473
 
98186
98474
  export interface LinkChartViewHitTestOptions {
@@ -106382,7 +106670,7 @@ declare namespace __esri {
106382
106670
  /**
106383
106671
  * Text used to split attribution by {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html layers}.
106384
106672
  *
106385
- * @default |
106673
+ * @default " | "
106386
106674
  *
106387
106675
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Attribution.html#itemDelimiter Read more...}
106388
106676
  */
@@ -107592,7 +107880,15 @@ declare namespace __esri {
107592
107880
 
107593
107881
  export class BatchAttributeForm extends Widget {
107594
107882
  /**
107595
- * When `true`, sets the widget to a disabled state so the user cannot interact with it.
107883
+ * The index of the active feature that is currently being edited.
107884
+ *
107885
+ * @default -1
107886
+ *
107887
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#activeFeatureIndex Read more...}
107888
+ */
107889
+ activeFeatureIndex: number;
107890
+ /**
107891
+ * Indicates if the widget is disabled.
107596
107892
  *
107597
107893
  * @default false
107598
107894
  *
@@ -107600,7 +107896,7 @@ declare namespace __esri {
107600
107896
  */
107601
107897
  disabled: boolean;
107602
107898
  /**
107603
- * The associated features containing the editable attributes.
107899
+ * The collection of features whose attributes are being edited.
107604
107900
  *
107605
107901
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#features Read more...}
107606
107902
  */
@@ -107636,7 +107932,7 @@ declare namespace __esri {
107636
107932
  */
107637
107933
  map: Map | nullish;
107638
107934
  /**
107639
- * When `true`, sets the widget to a readOnly state so the user cannot interact with it.
107935
+ * Indicates whether the form is in a read-only state.
107640
107936
  *
107641
107937
  * @default false
107642
107938
  *
@@ -107644,47 +107940,63 @@ declare namespace __esri {
107644
107940
  */
107645
107941
  readOnly: boolean;
107646
107942
  /**
107647
- * The timezone displayed within the form.
107943
+ * The time zone used to interpret date values in the form.
107648
107944
  *
107649
107945
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#timeZone Read more...}
107650
107946
  */
107651
107947
  timeZone: string | nullish;
107652
107948
  /**
107653
- * Indicates whether there are any validation errors for any fields for any
107654
- * features.
107949
+ * Indicates whether there are validation errors for any fields for any features.
107655
107950
  *
107656
107951
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#valid Read more...}
107657
107952
  */
107658
107953
  readonly valid: boolean;
107659
107954
  /**
107660
- * The view model for this widget.
107955
+ * Defines which elements are visible in the widget.
107661
107956
  *
107662
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#viewModel Read more...}
107957
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#visibleElements Read more...}
107663
107958
  */
107664
- viewModel: BatchAttributeFormViewModel;
107959
+ visibleElements: BatchAttributeFormVisibleElements;
107665
107960
  /**
107666
- * BatchAttributeForm allows editing the attributes of multiple features.
107961
+ * The `BatchAttributeForm` widget enables users to edit the attributes of multiple features at once.
107667
107962
  *
107668
107963
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html Read more...}
107669
107964
  */
107670
107965
  constructor(properties?: BatchAttributeFormProperties);
107671
107966
  /**
107672
- * Fires the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#event-submit submit} event.
107967
+ * The view model for this widget.
107968
+ *
107969
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#viewModel Read more...}
107970
+ */
107971
+ get viewModel(): BatchAttributeFormViewModel;
107972
+ set viewModel(value: BatchAttributeFormViewModelProperties);
107973
+ /**
107974
+ * 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
107975
+ * to update the features' attributes.
107673
107976
  *
107674
107977
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#submit Read more...}
107675
107978
  */
107676
107979
  submit(): void;
107980
+ on(name: "value-change", eventHandler: BatchAttributeFormValueChangeEventHandler): IHandle;
107981
+ on(name: "submit", eventHandler: BatchAttributeFormSubmitEventHandler): IHandle;
107982
+ on(name: "value-change", eventHandler: BatchAttributeFormValueChangeEvent1Handler): IHandle;
107677
107983
  }
107678
107984
 
107679
107985
  interface BatchAttributeFormProperties extends WidgetProperties {
107680
107986
  /**
107681
- * When `true`, sets the widget to a disabled state so the user cannot interact with it.
107987
+ * The index of the active feature that is currently being edited.
107988
+ *
107989
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#activeFeatureIndex Read more...}
107990
+ */
107991
+ activeFeatureIndex?: number;
107992
+ /**
107993
+ * Indicates if the widget is disabled.
107682
107994
  *
107683
107995
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#disabled Read more...}
107684
107996
  */
107685
107997
  disabled?: boolean;
107686
107998
  /**
107687
- * The associated features containing the editable attributes.
107999
+ * The collection of features whose attributes are being edited.
107688
108000
  *
107689
108001
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#features Read more...}
107690
108002
  */
@@ -107714,13 +108026,13 @@ declare namespace __esri {
107714
108026
  */
107715
108027
  map?: Map | nullish;
107716
108028
  /**
107717
- * When `true`, sets the widget to a readOnly state so the user cannot interact with it.
108029
+ * Indicates whether the form is in a read-only state.
107718
108030
  *
107719
108031
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#readOnly Read more...}
107720
108032
  */
107721
108033
  readOnly?: boolean;
107722
108034
  /**
107723
- * The timezone displayed within the form.
108035
+ * The time zone used to interpret date values in the form.
107724
108036
  *
107725
108037
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#timeZone Read more...}
107726
108038
  */
@@ -107730,18 +108042,184 @@ declare namespace __esri {
107730
108042
  *
107731
108043
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#viewModel Read more...}
107732
108044
  */
107733
- viewModel?: BatchAttributeFormViewModel;
108045
+ viewModel?: BatchAttributeFormViewModelProperties;
108046
+ /**
108047
+ * Defines which elements are visible in the widget.
108048
+ *
108049
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#visibleElements Read more...}
108050
+ */
108051
+ visibleElements?: BatchAttributeFormVisibleElements;
107734
108052
  }
107735
108053
 
107736
- /**
107737
- * Provides the logic for the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html BatchAttributeForm} widget.
107738
- *
107739
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html Read more...}
107740
- */
107741
- interface BatchAttributeFormViewModel {
108054
+ export interface BatchAttributeFormViewModel extends Accessor, Evented {
108055
+ }
108056
+
108057
+ export class BatchAttributeFormViewModel {
108058
+ /**
108059
+ * 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}.
108060
+ *
108061
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#activeFeature Read more...}
108062
+ */
108063
+ readonly activeFeature: Graphic | nullish;
108064
+ /**
108065
+ * The index of the active feature that is currently being edited.
108066
+ *
108067
+ * @default -1
108068
+ *
108069
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#activeFeatureIndex Read more...}
108070
+ */
108071
+ activeFeatureIndex: number;
108072
+ /**
108073
+ * 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.
108074
+ *
108075
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#activeForm Read more...}
108076
+ */
108077
+ readonly activeForm: BatchFormInputs;
108078
+ /**
108079
+ * Indicates whether the form is currently evaluating Arcade expressions.
108080
+ *
108081
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#calculating Read more...}
108082
+ */
108083
+ readonly calculating: boolean;
108084
+ /**
108085
+ * Indicates whether the associated view should be in `read-only` mode.
108086
+ *
108087
+ * @default false
108088
+ *
108089
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#disabled Read more...}
108090
+ */
108091
+ disabled: boolean;
108092
+ /**
108093
+ * The type of edit operation the form is being used for.
108094
+ *
108095
+ * @default "NA"
108096
+ *
108097
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#editType Read more...}
108098
+ */
108099
+ editType: "INSERT" | "UPDATE" | "DELETE" | "NA";
108100
+ /**
108101
+ * Indicates whether any of the Arcade expressions in the form have
108102
+ * failed to evaluate.
108103
+ *
108104
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#expressionEvaluationFailed Read more...}
108105
+ */
108106
+ readonly expressionEvaluationFailed: boolean;
108107
+ /**
108108
+ * The collection of features whose attributes are being edited.
108109
+ *
108110
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#features Read more...}
108111
+ */
108112
+ features: Collection<Graphic>;
108113
+ /**
108114
+ * Indicates whether the form has too many features to be loaded
108115
+ * with forms containing complex {@link https://developers.arcgis.com/javascript/latest/arcade/ Arcade} expressions.
108116
+ *
108117
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#hasTooManyComplexFeatures Read more...}
108118
+ */
108119
+ readonly hasTooManyComplexFeatures: boolean;
108120
+ /**
108121
+ * Indicates whether the form has too many features to be loaded.
108122
+ *
108123
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#hasTooManyFeatures Read more...}
108124
+ */
108125
+ readonly hasTooManyFeatures: boolean;
108126
+ /**
108127
+ * Indicates whether there are any visible inputs in the form.
108128
+ *
108129
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#hasVisibleInputs Read more...}
108130
+ */
108131
+ readonly hasVisibleInputs: boolean;
108132
+ /**
108133
+ * Returns an array of features that are invalid, meaning they have at least one invalid attribute value.
108134
+ *
108135
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#invalidFeatures Read more...}
108136
+ */
108137
+ readonly invalidFeatures: Graphic[];
108138
+ /**
108139
+ * An array of layers included in the batch attribute form.
108140
+ *
108141
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#layers Read more...}
108142
+ */
108143
+ readonly layers: (FeatureLayer | GeoJSONLayer | SceneLayer | SubtypeSublayer | OrientedImageryLayer)[];
108144
+ /**
108145
+ * A reference to the associated {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html Map}.
108146
+ *
108147
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#map Read more...}
108148
+ */
107742
108149
  map: Map | nullish;
108150
+ /**
108151
+ * The mode of the form, which can be either `"single"` or `"batch"`.
108152
+ *
108153
+ * @default "batch"
108154
+ *
108155
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#mode Read more...}
108156
+ */
108157
+ readonly mode: "single" | "batch";
108158
+ /**
108159
+ * Indicates whether the form is in a read-only state.
108160
+ *
108161
+ * @default false
108162
+ *
108163
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#readOnly Read more...}
108164
+ */
107743
108165
  readOnly: boolean;
108166
+ /**
108167
+ * Indicates whether the view model is ready to be used.
108168
+ *
108169
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#status Read more...}
108170
+ */
108171
+ readonly status: "not-loaded" | "loading" | "failed" | "loaded";
108172
+ /**
108173
+ * Indicates whether the user has attempted to submit the form.
108174
+ *
108175
+ * @default false
108176
+ *
108177
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#submitHasBeenAttempted Read more...}
108178
+ */
108179
+ submitHasBeenAttempted: boolean;
108180
+ /**
108181
+ * The time zone used to interpret date values in the form.
108182
+ *
108183
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#timeZone Read more...}
108184
+ */
108185
+ timeZone: string | nullish;
108186
+ /**
108187
+ * Indicates whether any values, for any features, have been modified by the
108188
+ * user.
108189
+ *
108190
+ * @default false
108191
+ *
108192
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#userHasChangedValues Read more...}
108193
+ */
108194
+ userHasChangedValues: boolean;
108195
+ /**
108196
+ * Indicates whether there are any validation errors for any fields for any
108197
+ * features.
108198
+ *
108199
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#valid Read more...}
108200
+ */
107744
108201
  readonly valid: boolean;
108202
+ /**
108203
+ * An array of visible inputs in the active form.
108204
+ *
108205
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#visibleInputs Read more...}
108206
+ */
108207
+ readonly visibleInputs: (FieldInput | GroupInput)[];
108208
+ /**
108209
+ * Provides the logic for the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html BatchAttributeForm} widget.
108210
+ *
108211
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html Read more...}
108212
+ */
108213
+ constructor(properties?: BatchAttributeFormViewModelProperties);
108214
+ /**
108215
+ * Emits an event on the instance.
108216
+ *
108217
+ * @param type The name of the event.
108218
+ * @param event The event payload.
108219
+ *
108220
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#emit Read more...}
108221
+ */
108222
+ emit(type: string, event?: any): boolean;
107745
108223
  /**
107746
108224
  * Convenience method to find field inputs.
107747
108225
  *
@@ -107759,14 +108237,442 @@ declare namespace __esri {
107759
108237
  */
107760
108238
  getFieldInputValue(elementId: string): any | nullish;
107761
108239
  /**
107762
- * Fires the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#event-submit submit} event.
108240
+ * Indicates whether there is an event listener on the instance that matches
108241
+ * the provided event name.
108242
+ *
108243
+ * @param type The name of the event.
108244
+ *
108245
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#hasEventListener Read more...}
108246
+ */
108247
+ hasEventListener(type: string): boolean;
108248
+ /**
108249
+ * 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`.
107763
108250
  *
107764
108251
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#submit Read more...}
107765
108252
  */
107766
108253
  submit(): void;
108254
+ on(name: "submit", eventHandler: BatchAttributeFormViewModelSubmitEventHandler): IHandle;
107767
108255
  }
107768
108256
 
107769
- export const BatchAttributeFormViewModel: BatchAttributeFormViewModel;
108257
+ interface BatchAttributeFormViewModelProperties {
108258
+ /**
108259
+ * The index of the active feature that is currently being edited.
108260
+ *
108261
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#activeFeatureIndex Read more...}
108262
+ */
108263
+ activeFeatureIndex?: number;
108264
+ /**
108265
+ * Indicates whether the associated view should be in `read-only` mode.
108266
+ *
108267
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#disabled Read more...}
108268
+ */
108269
+ disabled?: boolean;
108270
+ /**
108271
+ * The type of edit operation the form is being used for.
108272
+ *
108273
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#editType Read more...}
108274
+ */
108275
+ editType?: "INSERT" | "UPDATE" | "DELETE" | "NA";
108276
+ /**
108277
+ * The collection of features whose attributes are being edited.
108278
+ *
108279
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#features Read more...}
108280
+ */
108281
+ features?: Collection<Graphic>;
108282
+ /**
108283
+ * A reference to the associated {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html Map}.
108284
+ *
108285
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#map Read more...}
108286
+ */
108287
+ map?: Map | nullish;
108288
+ /**
108289
+ * Indicates whether the form is in a read-only state.
108290
+ *
108291
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#readOnly Read more...}
108292
+ */
108293
+ readOnly?: boolean;
108294
+ /**
108295
+ * Indicates whether the user has attempted to submit the form.
108296
+ *
108297
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#submitHasBeenAttempted Read more...}
108298
+ */
108299
+ submitHasBeenAttempted?: boolean;
108300
+ /**
108301
+ * The time zone used to interpret date values in the form.
108302
+ *
108303
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#timeZone Read more...}
108304
+ */
108305
+ timeZone?: string | nullish;
108306
+ /**
108307
+ * Indicates whether any values, for any features, have been modified by the
108308
+ * user.
108309
+ *
108310
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#userHasChangedValues Read more...}
108311
+ */
108312
+ userHasChangedValues?: boolean;
108313
+ }
108314
+
108315
+ export interface BatchAttributeFormViewModelSubmitEvent {
108316
+ }
108317
+
108318
+ export class BatchFormInputs extends Accessor {
108319
+ /**
108320
+ * Returns an array of all the field inputs in the form, including those in groups.
108321
+ *
108322
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html#allFieldInputs Read more...}
108323
+ */
108324
+ readonly allFieldInputs: FieldInput[];
108325
+ /**
108326
+ * The description for the form.
108327
+ *
108328
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html#description Read more...}
108329
+ */
108330
+ readonly description: string | nullish;
108331
+ /**
108332
+ * An array of field or group inputs that make up the module:esri/widgets/BatchAttributeForm/BatchAttributeForm.
108333
+ *
108334
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html#inputs Read more...}
108335
+ */
108336
+ readonly inputs: (FieldInput | GroupInput)[];
108337
+ /**
108338
+ * Returns an array of all features that have validation errors for one or more of the form inputs.
108339
+ *
108340
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html#invalidFeatures Read more...}
108341
+ */
108342
+ readonly invalidFeatures: Graphic[];
108343
+ /**
108344
+ * Returns an array of all field inputs that have validation errors but are not visible in the form.
108345
+ *
108346
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html#invalidHiddenInputs Read more...}
108347
+ */
108348
+ readonly invalidHiddenInputs: FieldInput[];
108349
+ /**
108350
+ * The title of the form.
108351
+ *
108352
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html#title Read more...}
108353
+ */
108354
+ title: string | nullish;
108355
+ /**
108356
+ * Returns a boolean indicating whether all of the batch attribute form's field inputs are valid.
108357
+ *
108358
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html#valid Read more...}
108359
+ */
108360
+ readonly valid: boolean;
108361
+ /**
108362
+ * The `BatchFormInputs` class is a read-only class that acts as a container for a set of inputs in a module:esri/widgets/BatchAttributeForm/BatchAttributeForm.
108363
+ *
108364
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html Read more...}
108365
+ */
108366
+ constructor(properties?: BatchFormInputsProperties);
108367
+ }
108368
+
108369
+ interface BatchFormInputsProperties {
108370
+ /**
108371
+ * The title of the form.
108372
+ *
108373
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html#title Read more...}
108374
+ */
108375
+ title?: string | nullish;
108376
+ }
108377
+
108378
+ export class EditableInput {
108379
+ readonly editable: boolean;
108380
+ editType: "INSERT" | "UPDATE" | "DELETE" | "NA";
108381
+ }
108382
+
108383
+ interface EditableInputProperties {
108384
+ editType?: "INSERT" | "UPDATE" | "DELETE" | "NA";
108385
+ }
108386
+
108387
+ export interface FieldInput extends Accessor, InputBase, EditableInput {
108388
+ }
108389
+
108390
+ export class FieldInput {
108391
+ /**
108392
+ * The type of data displayed by the field input.
108393
+ *
108394
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#dataType Read more...}
108395
+ */
108396
+ readonly dataType: "number" | "text" | "date" | "unsupported";
108397
+ /**
108398
+ * The input's description.
108399
+ *
108400
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#description Read more...}
108401
+ */
108402
+ declare readonly description: InputBase["description"];
108403
+ /**
108404
+ * Returns an array of distinct values of the field input.
108405
+ *
108406
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#distinctValues Read more...}
108407
+ */
108408
+ readonly distinctValues: (number | string | nullish)[];
108409
+ /**
108410
+ * The input value's domain.
108411
+ *
108412
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#domain Read more...}
108413
+ */
108414
+ readonly domain: CodedValueDomain | RangeDomain | InheritedDomain | nullish;
108415
+ /**
108416
+ * Indicates if the input is editable.
108417
+ *
108418
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#editable Read more...}
108419
+ */
108420
+ declare readonly editable: EditableInput["editable"];
108421
+ /**
108422
+ * The type of edit operation the form is being used for.
108423
+ *
108424
+ * @default "NA"
108425
+ *
108426
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#editType Read more...}
108427
+ */
108428
+ declare editType: EditableInput["editType"];
108429
+ /**
108430
+ * 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.
108431
+ *
108432
+ * @default true
108433
+ *
108434
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#existsInAllLayers Read more...}
108435
+ */
108436
+ declare existsInAllLayers: InputBase["existsInAllLayers"];
108437
+ /**
108438
+ * Indicates whether all features have the same value for this field.
108439
+ *
108440
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#featuresHaveSameValue Read more...}
108441
+ */
108442
+ readonly featuresHaveSameValue: boolean;
108443
+ /**
108444
+ * The associated field.
108445
+ *
108446
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#field Read more...}
108447
+ */
108448
+ readonly field: Field;
108449
+ /**
108450
+ * The field name as defined by the feature layer.
108451
+ *
108452
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#fieldName Read more...}
108453
+ */
108454
+ readonly fieldName: string;
108455
+ /**
108456
+ * The group containing the field input.
108457
+ *
108458
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#group Read more...}
108459
+ */
108460
+ readonly group: GroupInput | nullish;
108461
+ /**
108462
+ * Indicates whether time information is included for date and time inputs.
108463
+ *
108464
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#includeTime Read more...}
108465
+ */
108466
+ readonly includeTime: boolean;
108467
+ /**
108468
+ * Indicates whether timestamp information is included for date inputs.
108469
+ *
108470
+ * @default false
108471
+ *
108472
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#includeTimeOffset Read more...}
108473
+ */
108474
+ readonly includeTimeOffset: boolean;
108475
+ /**
108476
+ * An array of features that do not have a valid value for this field.
108477
+ *
108478
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#invalidFeatures Read more...}
108479
+ */
108480
+ readonly invalidFeatures: Graphic[];
108481
+ /**
108482
+ * The input's label.
108483
+ *
108484
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#label Read more...}
108485
+ */
108486
+ declare readonly label: InputBase["label"];
108487
+ /**
108488
+ * An array of layers included in the module:esri/widgets/BatchAttributeForm/BatchAttributeForm.
108489
+ *
108490
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#layers Read more...}
108491
+ */
108492
+ declare readonly layers: InputBase["layers"];
108493
+ /**
108494
+ * Restricts the input length.
108495
+ *
108496
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#maxLength Read more...}
108497
+ */
108498
+ readonly maxLength: number;
108499
+ /**
108500
+ * Restricts the input length.
108501
+ *
108502
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#minLength Read more...}
108503
+ */
108504
+ readonly minLength: number;
108505
+ /**
108506
+ * Indicates whether the field is required.
108507
+ *
108508
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#required Read more...}
108509
+ */
108510
+ readonly required: boolean;
108511
+ /**
108512
+ * The type of input.
108513
+ *
108514
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#type Read more...}
108515
+ */
108516
+ readonly type: "field";
108517
+ /**
108518
+ * Indicates whether the user has changed the value of this field.
108519
+ *
108520
+ * @default false
108521
+ *
108522
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#userHasChangedValue Read more...}
108523
+ */
108524
+ readonly userHasChangedValue: boolean;
108525
+ /**
108526
+ * Indicates whether the field has any validation errors.
108527
+ *
108528
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#valid Read more...}
108529
+ */
108530
+ readonly valid: boolean;
108531
+ /**
108532
+ * Indicates whether the input is visible.
108533
+ *
108534
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#visible Read more...}
108535
+ */
108536
+ declare readonly visible: InputBase["visible"];
108537
+ /**
108538
+ * 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}.
108539
+ *
108540
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html Read more...}
108541
+ */
108542
+ constructor(properties?: FieldInputProperties);
108543
+ }
108544
+
108545
+ interface FieldInputProperties extends InputBaseProperties, EditableInputProperties {
108546
+ /**
108547
+ * The type of edit operation the form is being used for.
108548
+ *
108549
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#editType Read more...}
108550
+ */
108551
+ editType?: EditableInputProperties["editType"];
108552
+ /**
108553
+ * 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.
108554
+ *
108555
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#existsInAllLayers Read more...}
108556
+ */
108557
+ existsInAllLayers?: InputBaseProperties["existsInAllLayers"];
108558
+ }
108559
+
108560
+ export interface GroupInput extends Accessor, InputBase {
108561
+ }
108562
+
108563
+ export class GroupInput {
108564
+ /**
108565
+ * The input's description.
108566
+ *
108567
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#description Read more...}
108568
+ */
108569
+ declare readonly description: InputBase["description"];
108570
+ /**
108571
+ * 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.
108572
+ *
108573
+ * @default true
108574
+ *
108575
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#existsInAllLayers Read more...}
108576
+ */
108577
+ declare existsInAllLayers: InputBase["existsInAllLayers"];
108578
+ /**
108579
+ * An array of [@link module:esri/widgets/BatchAttributeForm/input/FieldInput field inputs} contained within the group.
108580
+ *
108581
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#inputs Read more...}
108582
+ */
108583
+ readonly inputs: ReadonlyArray<FieldInput>;
108584
+ /**
108585
+ * The input's label.
108586
+ *
108587
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#label Read more...}
108588
+ */
108589
+ declare readonly label: InputBase["label"];
108590
+ /**
108591
+ * An array of layers included in the module:esri/widgets/BatchAttributeForm/BatchAttributeForm.
108592
+ *
108593
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#layers Read more...}
108594
+ */
108595
+ declare readonly layers: InputBase["layers"];
108596
+ /**
108597
+ * Indicates whether the group should be expanded or collapsed.
108598
+ *
108599
+ * @default true
108600
+ *
108601
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#open Read more...}
108602
+ */
108603
+ open: boolean;
108604
+ /**
108605
+ * The type of input.
108606
+ *
108607
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#type Read more...}
108608
+ */
108609
+ readonly type: "group";
108610
+ /**
108611
+ * Indicates whether the input is visible.
108612
+ *
108613
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#visible Read more...}
108614
+ */
108615
+ declare readonly visible: InputBase["visible"];
108616
+ /**
108617
+ * This is a support class that represents a group of batch attribute form inputs.
108618
+ *
108619
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html Read more...}
108620
+ */
108621
+ constructor(properties?: GroupInputProperties);
108622
+ }
108623
+
108624
+ interface GroupInputProperties extends InputBaseProperties {
108625
+ /**
108626
+ * 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.
108627
+ *
108628
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#existsInAllLayers Read more...}
108629
+ */
108630
+ existsInAllLayers?: InputBaseProperties["existsInAllLayers"];
108631
+ /**
108632
+ * Indicates whether the group should be expanded or collapsed.
108633
+ *
108634
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#open Read more...}
108635
+ */
108636
+ open?: boolean;
108637
+ }
108638
+
108639
+ export class InputBase {
108640
+ readonly description: string | nullish;
108641
+ existsInAllLayers: boolean;
108642
+ readonly label: string | nullish;
108643
+ readonly layers: (FeatureLayer | GeoJSONLayer | SceneLayer | SubtypeSublayer | OrientedImageryLayer)[];
108644
+ readonly visible: boolean;
108645
+ }
108646
+
108647
+ interface InputBaseProperties {
108648
+ existsInAllLayers?: boolean;
108649
+ }
108650
+
108651
+ export interface BatchAttributeFormSubmitEvent {
108652
+ }
108653
+
108654
+ export interface BatchAttributeFormValueChangeEvent {
108655
+ features: Graphic[];
108656
+ fieldName: string;
108657
+ name: "value-change";
108658
+ value: number | string | nullish;
108659
+ }
108660
+
108661
+ export interface BatchAttributeFormValueChangeEvent1 {
108662
+ features: Graphic[];
108663
+ fieldName: string;
108664
+ name: "value-change";
108665
+ value: number | string | nullish;
108666
+ }
108667
+
108668
+ /**
108669
+ * An object containing properties that control the visibility of certain elements within the FeatureForm widget.
108670
+ *
108671
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#VisibleElements Read more...}
108672
+ */
108673
+ export interface BatchAttributeFormVisibleElements {
108674
+ errorsForNonVisibleFields?: boolean;
108675
+ }
107770
108676
 
107771
108677
  export interface Bookmarks extends Widget, GoTo {
107772
108678
  }
@@ -110457,7 +111363,7 @@ declare namespace __esri {
110457
111363
  /**
110458
111364
  * Controls the default properties used when searching.
110459
111365
  *
110460
- * @default null
111366
+ * @default { popupEnabled: false, resultGraphicEnabled: false }
110461
111367
  *
110462
111368
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Directions.html#searchProperties Read more...}
110463
111369
  */
@@ -111758,7 +112664,6 @@ declare namespace __esri {
111758
112664
  | "editing-attachment"
111759
112665
  | "editing-existing-feature"
111760
112666
  | "editing-features"
111761
- | "editing-new-feature"
111762
112667
  | "ready"
111763
112668
  | "viewing-selection-list";
111764
112669
  /**
@@ -113308,8 +114213,6 @@ declare namespace __esri {
113308
114213
  /**
113309
114214
  * Tooltip to display to indicate Expand widget can be collapsed.
113310
114215
  *
113311
- * @default "Collapse" (English locale)
113312
- *
113313
114216
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Expand.html#collapseTooltip Read more...}
113314
114217
  */
113315
114218
  collapseTooltip: string;
@@ -113338,8 +114241,6 @@ declare namespace __esri {
113338
114241
  /**
113339
114242
  * Tooltip to display to indicate Expand widget can be expanded.
113340
114243
  *
113341
- * @default "Expand" (English locale)
113342
- *
113343
114244
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Expand.html#expandTooltip Read more...}
113344
114245
  */
113345
114246
  expandTooltip: string;
@@ -114177,7 +115078,13 @@ declare namespace __esri {
114177
115078
  *
114178
115079
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm.html#timeZone Read more...}
114179
115080
  */
114180
- timeZone: string;
115081
+ timeZone: string | nullish;
115082
+ /**
115083
+ * Defines which elements are visible in the widget.
115084
+ *
115085
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm.html#visibleElements Read more...}
115086
+ */
115087
+ visibleElements: FeatureFormVisibleElements;
114181
115088
  /**
114182
115089
  * The FeatureForm widget displays attributes of a feature.
114183
115090
  *
@@ -114280,16 +115187,22 @@ declare namespace __esri {
114280
115187
  *
114281
115188
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm.html#timeZone Read more...}
114282
115189
  */
114283
- timeZone?: string;
115190
+ timeZone?: string | nullish;
114284
115191
  /**
114285
115192
  * The view model for this widget.
114286
115193
  *
114287
115194
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm.html#viewModel Read more...}
114288
115195
  */
114289
115196
  viewModel?: FeatureFormViewModelProperties;
115197
+ /**
115198
+ * Defines which elements are visible in the widget.
115199
+ *
115200
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm.html#visibleElements Read more...}
115201
+ */
115202
+ visibleElements?: FeatureFormVisibleElements;
114290
115203
  }
114291
115204
 
114292
- export class EditableInput {
115205
+ export class FeatureFormEditableInput {
114293
115206
  }
114294
115207
 
114295
115208
  export interface FeatureFormViewModel extends Accessor, Evented {
@@ -114324,8 +115237,8 @@ declare namespace __esri {
114324
115237
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-FeatureFormViewModel.html#inputs Read more...}
114325
115238
  */
114326
115239
  readonly inputs: (
114327
- | FieldInput
114328
- | GroupInput
115240
+ | FeatureFormFieldInput
115241
+ | FeatureFormGroupInput
114329
115242
  | RelationshipInput
114330
115243
  | TextElementInput
114331
115244
  | UtilityNetworkAssociationInput
@@ -114416,7 +115329,7 @@ declare namespace __esri {
114416
115329
  *
114417
115330
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-FeatureFormViewModel.html#findField Read more...}
114418
115331
  */
114419
- findField(fieldName: string | nullish): FieldInput | nullish;
115332
+ findField(fieldName: string | nullish): FeatureFormFieldInput | nullish;
114420
115333
  /**
114421
115334
  * Returns all of the field values, regardless of whether or not they were updated.
114422
115335
  *
@@ -114535,22 +115448,16 @@ declare namespace __esri {
114535
115448
  value: number | string | nullish;
114536
115449
  }
114537
115450
 
114538
- export interface FieldInput extends Accessor, EditableInput, InputBase {
115451
+ export interface FeatureFormFieldInput extends Accessor, FeatureFormEditableInput, FeatureFormInputBase {
114539
115452
  }
114540
115453
 
114541
- export class FieldInput {
115454
+ export class FeatureFormFieldInput {
114542
115455
  /**
114543
115456
  * The type of data displayed by the field input.
114544
115457
  *
114545
115458
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-FieldInput.html#dataType Read more...}
114546
115459
  */
114547
115460
  readonly dataType: "number" | "text" | "date" | "unsupported";
114548
- /**
114549
- * The input's description.
114550
- *
114551
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-FieldInput.html#description Read more...}
114552
- */
114553
- declare readonly description: InputBase["description"];
114554
115461
  /**
114555
115462
  * The input value's domain.
114556
115463
  *
@@ -114580,7 +115487,7 @@ declare namespace __esri {
114580
115487
  *
114581
115488
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-FieldInput.html#group Read more...}
114582
115489
  */
114583
- readonly group: GroupInput | nullish;
115490
+ readonly group: FeatureFormGroupInput | nullish;
114584
115491
  /**
114585
115492
  * A hint for the field's value.
114586
115493
  *
@@ -114658,7 +115565,7 @@ declare namespace __esri {
114658
115565
  *
114659
115566
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-FieldInput.html#required Read more...}
114660
115567
  */
114661
- readonly required: boolean;
115568
+ required: boolean;
114662
115569
  /**
114663
115570
  * Indicates if the field's value can be submitted without introducing data validation issues.
114664
115571
  *
@@ -114700,22 +115607,22 @@ declare namespace __esri {
114700
115607
  *
114701
115608
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-FieldInput.html Read more...}
114702
115609
  */
114703
- constructor(properties?: FieldInputProperties);
115610
+ constructor(properties?: FeatureFormFieldInputProperties);
114704
115611
  }
114705
115612
 
114706
- interface FieldInputProperties extends InputBaseProperties {
115613
+ interface FeatureFormFieldInputProperties {
115614
+ /**
115615
+ * Indicates whether the field is required.
115616
+ *
115617
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-FieldInput.html#required Read more...}
115618
+ */
115619
+ required?: boolean;
114707
115620
  }
114708
115621
 
114709
- export interface GroupInput extends Accessor, InputBase {
115622
+ export interface FeatureFormGroupInput extends Accessor, FeatureFormInputBase {
114710
115623
  }
114711
115624
 
114712
- export class GroupInput {
114713
- /**
114714
- * The input's description.
114715
- *
114716
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-GroupInput.html#description Read more...}
114717
- */
114718
- declare readonly description: InputBase["description"];
115625
+ export class FeatureFormGroupInput {
114719
115626
  /**
114720
115627
  * Defines if the group should be expanded or collapsed when the form is initially displayed.
114721
115628
  *
@@ -114729,7 +115636,7 @@ declare namespace __esri {
114729
115636
  *
114730
115637
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-GroupInput.html#inputs Read more...}
114731
115638
  */
114732
- readonly inputs: (FieldInput | RelationshipInput | TextElementInput | UtilityNetworkAssociationInput)[];
115639
+ readonly inputs: (FeatureFormFieldInput | RelationshipInput | TextElementInput | UtilityNetworkAssociationInput)[];
114733
115640
  /**
114734
115641
  * The group's label.
114735
115642
  *
@@ -114759,10 +115666,10 @@ declare namespace __esri {
114759
115666
  *
114760
115667
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-GroupInput.html Read more...}
114761
115668
  */
114762
- constructor(properties?: GroupInputProperties);
115669
+ constructor(properties?: FeatureFormGroupInputProperties);
114763
115670
  }
114764
115671
 
114765
- interface GroupInputProperties extends InputBaseProperties {
115672
+ interface FeatureFormGroupInputProperties {
114766
115673
  /**
114767
115674
  * Indicates whether or not the group is open, ie.
114768
115675
  *
@@ -114771,23 +115678,13 @@ declare namespace __esri {
114771
115678
  open?: boolean;
114772
115679
  }
114773
115680
 
114774
- export class InputBase {
114775
- readonly description: string | nullish;
114776
- }
114777
-
114778
- interface InputBaseProperties {
115681
+ export class FeatureFormInputBase {
114779
115682
  }
114780
115683
 
114781
- export interface RelationshipInput extends Accessor, EditableInput, InputBase {
115684
+ export interface RelationshipInput extends Accessor, FeatureFormEditableInput, FeatureFormInputBase {
114782
115685
  }
114783
115686
 
114784
115687
  export class RelationshipInput {
114785
- /**
114786
- * The input's description.
114787
- *
114788
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-RelationshipInput.html#description Read more...}
114789
- */
114790
- declare readonly description: InputBase["description"];
114791
115688
  /**
114792
115689
  * A numeric value indicating the maximum number of related features to display in the list of related records.
114793
115690
  *
@@ -114815,7 +115712,7 @@ declare namespace __esri {
114815
115712
  *
114816
115713
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-RelationshipInput.html#group Read more...}
114817
115714
  */
114818
- readonly group: GroupInput | nullish;
115715
+ readonly group: FeatureFormGroupInput | nullish;
114819
115716
  /**
114820
115717
  * An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-support-RelatedRecordsInfoFieldOrder.html RelatedRecordsInfoFieldOrder}
114821
115718
  * objects indicating the field display order for the related records
@@ -114844,19 +115741,13 @@ declare namespace __esri {
114844
115741
  constructor(properties?: RelationshipInputProperties);
114845
115742
  }
114846
115743
 
114847
- interface RelationshipInputProperties extends InputBaseProperties {
115744
+ interface RelationshipInputProperties {
114848
115745
  }
114849
115746
 
114850
- export interface TextElementInput extends Accessor, InputBase {
115747
+ export interface TextElementInput extends Accessor, FeatureFormInputBase {
114851
115748
  }
114852
115749
 
114853
115750
  export class TextElementInput {
114854
- /**
114855
- * The input's description.
114856
- *
114857
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-TextElementInput.html#description Read more...}
114858
- */
114859
- declare readonly description: InputBase["description"];
114860
115751
  /**
114861
115752
  * All Aracde expressions referenced, via string substitution, in the text
114862
115753
  * content.
@@ -114876,7 +115767,7 @@ declare namespace __esri {
114876
115767
  *
114877
115768
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-TextElementInput.html#group Read more...}
114878
115769
  */
114879
- readonly group: GroupInput | nullish;
115770
+ readonly group: FeatureFormGroupInput | nullish;
114880
115771
  /**
114881
115772
  * The content of the TextElement, as a string in either plain-text (no
114882
115773
  * formatting) or Markdown.
@@ -114908,7 +115799,7 @@ declare namespace __esri {
114908
115799
  constructor(properties?: TextElementInputProperties);
114909
115800
  }
114910
115801
 
114911
- interface TextElementInputProperties extends InputBaseProperties {
115802
+ interface TextElementInputProperties {
114912
115803
  /**
114913
115804
  * The content of the TextElement, as a string in either plain-text (no
114914
115805
  * formatting) or Markdown.
@@ -114931,16 +115822,10 @@ declare namespace __esri {
114931
115822
  textFormat?: "plain-text" | "markdown";
114932
115823
  }
114933
115824
 
114934
- export interface UtilityNetworkAssociationInput extends Accessor, EditableInput, InputBase {
115825
+ export interface UtilityNetworkAssociationInput extends Accessor, FeatureFormEditableInput, FeatureFormInputBase {
114935
115826
  }
114936
115827
 
114937
115828
  export class UtilityNetworkAssociationInput {
114938
- /**
114939
- * The input's description.
114940
- *
114941
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-UtilityNetworkAssociationInput.html#description Read more...}
114942
- */
114943
- declare readonly description: InputBase["description"];
114944
115829
  /**
114945
115830
  * Indicates whether the input is editable.
114946
115831
  *
@@ -114952,7 +115837,7 @@ declare namespace __esri {
114952
115837
  *
114953
115838
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-UtilityNetworkAssociationInput.html#group Read more...}
114954
115839
  */
114955
- readonly group: GroupInput | nullish;
115840
+ readonly group: FeatureFormGroupInput | nullish;
114956
115841
  /**
114957
115842
  * The type of input.
114958
115843
  *
@@ -114974,7 +115859,7 @@ declare namespace __esri {
114974
115859
  refresh(): Promise<any>;
114975
115860
  }
114976
115861
 
114977
- interface UtilityNetworkAssociationInputProperties extends InputBaseProperties {
115862
+ interface UtilityNetworkAssociationInputProperties {
114978
115863
  }
114979
115864
 
114980
115865
  export interface FeatureFormSubmitEvent {
@@ -114991,6 +115876,15 @@ declare namespace __esri {
114991
115876
  value: number | string | nullish;
114992
115877
  }
114993
115878
 
115879
+ /**
115880
+ * An object containing properties that control the visibility of certain elements within the FeatureForm widget.
115881
+ *
115882
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm.html#VisibleElements Read more...}
115883
+ */
115884
+ export interface FeatureFormVisibleElements {
115885
+ readOnlyNotice?: boolean;
115886
+ }
115887
+
114994
115888
  export interface Features extends Widget, GoTo, Evented {
114995
115889
  }
114996
115890
 
@@ -117160,7 +118054,7 @@ declare namespace __esri {
117160
118054
  /**
117161
118055
  * Controls the scale of attachment thumbnail icons.
117162
118056
  *
117163
- * @default s
118057
+ * @default "m"
117164
118058
  *
117165
118059
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureTable-AttachmentsColumn.html#thumbnailIconScale Read more...}
117166
118060
  */
@@ -122779,7 +123673,7 @@ declare namespace __esri {
122779
123673
  /**
122780
123674
  * Indicates whether to show the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Basemap.html Basemap} layers in the Legend.
122781
123675
  *
122782
- * @default filterBasemaps
123676
+ * @default false
122783
123677
  *
122784
123678
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Legend-LegendViewModel.html#basemapLegendVisible Read more...}
122785
123679
  */
@@ -127094,6 +127988,14 @@ declare namespace __esri {
127094
127988
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html#allSources Read more...}
127095
127989
  */
127096
127990
  readonly allSources: Collection<LayerSearchSource | LocatorSearchSource>;
127991
+ /**
127992
+ * Indicates whether to automatically navigate to the selected result.
127993
+ *
127994
+ * @default true
127995
+ *
127996
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html#autoNavigate Read more...}
127997
+ */
127998
+ autoNavigate: boolean;
127097
127999
  /**
127098
128000
  * Indicates whether to automatically select and zoom to the first geocoded result.
127099
128001
  *
@@ -127360,6 +128262,12 @@ declare namespace __esri {
127360
128262
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html#allPlaceholder Read more...}
127361
128263
  */
127362
128264
  allPlaceholder?: string | nullish;
128265
+ /**
128266
+ * Indicates whether to automatically navigate to the selected result.
128267
+ *
128268
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html#autoNavigate Read more...}
128269
+ */
128270
+ autoNavigate?: boolean;
127363
128271
  /**
127364
128272
  * Indicates whether to automatically select and zoom to the first geocoded result.
127365
128273
  *
@@ -127922,8 +128830,6 @@ declare namespace __esri {
127922
128830
  * Indicates the minimum number of characters
127923
128831
  * required before querying for a suggestion.
127924
128832
  *
127925
- * @default 1
127926
- *
127927
128833
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search-SearchSource.html#minSuggestCharacters Read more...}
127928
128834
  */
127929
128835
  minSuggestCharacters: number | nullish;
@@ -137915,12 +138821,6 @@ declare namespace __esri {
137915
138821
  }
137916
138822
 
137917
138823
  export class VersionManagementViewModel extends Accessor {
137918
- /**
137919
- * Map of Service URLs and user type extensions.
137920
- *
137921
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-VersionManagement-VersionManagementViewModel.html#advancedEditingUserTypeExtensionLookup Read more...}
137922
- */
137923
- advancedEditingUserTypeExtensionLookup: globalThis.Map<string, boolean>;
137924
138824
  /**
137925
138825
  * Displays execution errors.
137926
138826
  *
@@ -138059,12 +138959,6 @@ declare namespace __esri {
138059
138959
  }
138060
138960
 
138061
138961
  interface VersionManagementViewModelProperties {
138062
- /**
138063
- * Map of Service URLs and user type extensions.
138064
- *
138065
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-VersionManagement-VersionManagementViewModel.html#advancedEditingUserTypeExtensionLookup Read more...}
138066
- */
138067
- advancedEditingUserTypeExtensionLookup?: globalThis.Map<string, boolean>;
138068
138962
  /**
138069
138963
  * A key-value pair of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-VersionManagement-VersionManagementViewModel.html#FeatureServiceResourcesBundle FeatureServiceResourcesBundle}.
138070
138964
  *