@arcgis/core 4.33.0-next.20250618 → 4.33.0-next.20250619

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 (93) hide show
  1. package/assets/esri/core/workers/RemoteClient.js +1 -1
  2. package/assets/esri/core/workers/chunks/{fa894be8cfb6ed485df9.js → 025891f445869e33252b.js} +1 -1
  3. package/assets/esri/core/workers/chunks/{5e1975ea139ebcee9d9c.js → 4546bff78aaa69b44518.js} +1 -1
  4. package/assets/esri/core/workers/chunks/4c10c42370c1ff7d6479.js +1 -0
  5. package/assets/esri/core/workers/chunks/5348541e0331e1b2b86b.js +1 -0
  6. package/assets/esri/core/workers/chunks/5bc8c279842643665507.js +1 -0
  7. package/assets/esri/core/workers/chunks/5e80566c25c450079827.js +1 -0
  8. package/assets/esri/core/workers/chunks/65d0ead6a3e4fc83a0ca.js +1 -0
  9. package/assets/esri/core/workers/chunks/667536412dae095055e1.js +1 -0
  10. package/assets/esri/core/workers/chunks/{d0876a713079c669995a.js → 68e0f3a9b65092adb82c.js} +1 -1
  11. package/assets/esri/core/workers/chunks/99de37e4626f726a4a38.js +1 -0
  12. package/assets/esri/core/workers/chunks/{c872a06e3b5c3fb2ba56.js → a5d36f2442ca1cd6a672.js} +1 -1
  13. package/assets/esri/core/workers/chunks/abc4922d9e5186f1866e.js +1 -0
  14. package/assets/esri/core/workers/chunks/b1d0d2407ff2fcb4b67a.js +1 -0
  15. package/assets/esri/core/workers/chunks/c483f80642ea881cb8a7.js +1 -0
  16. package/assets/esri/core/workers/chunks/ce6eebe2f7871e1d1058.js +1 -0
  17. package/assets/esri/core/workers/chunks/d89375aea1e6af134a58.js +1 -0
  18. package/assets/esri/core/workers/chunks/e372bbc2e89b951bf7e5.js +1 -0
  19. package/assets/esri/core/workers/chunks/fc8bbc571216edd9ef5a.js +1 -0
  20. package/geometry/support/buffer/BufferView.js +1 -1
  21. package/geometry/support/coordsUtils.js +1 -1
  22. package/geometry/support/float16.js +1 -1
  23. package/interfaces.d.ts +989 -135
  24. package/layers/SubtypeGroupLayer.js +1 -1
  25. package/layers/VideoLayer.js +1 -1
  26. package/layers/mixins/ArcGISMapService.js +1 -1
  27. package/layers/save/mapImageLayerUtils.js +1 -1
  28. package/layers/support/TitleCreator.js +1 -1
  29. package/layers/video/videoUtils.js +1 -1
  30. package/package.json +1 -1
  31. package/rest/knowledgeGraph/GraphAddFieldIndexResult.d.ts +4 -0
  32. package/rest/knowledgeGraph/GraphAddPropertyResult.d.ts +4 -0
  33. package/rest/knowledgeGraph/GraphDataModelOperationResult.d.ts +4 -0
  34. package/rest/knowledgeGraph/GraphDeleteFieldIndexResult.d.ts +4 -0
  35. package/rest/knowledgeGraph/GraphDeletePropertyResult.d.ts +4 -0
  36. package/rest/knowledgeGraph/GraphUpdateNamedTypesResult.d.ts +4 -0
  37. package/rest/knowledgeGraph/GraphUpdatePropertyResult.d.ts +4 -0
  38. package/rest/knowledgeGraph/GraphUpdateSearchIndexResult.d.ts +4 -0
  39. package/rest/knowledgeGraphService.d.ts +7 -0
  40. package/support/requestUtils.js +1 -1
  41. package/support/revision.js +1 -1
  42. package/views/2d/layers/VideoLayerView2D.js +1 -1
  43. package/views/2d/layers/features/Processor.js +1 -1
  44. package/views/2d/layers/features/processor/AProcessorStrategy.js +1 -1
  45. package/views/2d/layers/features/support/AttributeStore.js +1 -1
  46. package/views/3d/layers/graphics/Labeler.js +1 -1
  47. package/views/3d/support/buffer/InterleavedLayout.js +1 -1
  48. package/views/3d/webgl-engine/lib/DefaultVertexBufferLayouts.js +1 -1
  49. package/views/3d/webgl-engine/lib/glUtil3D.js +1 -1
  50. package/views/3d/webgl-engine/materials/LineMarkerMaterial.js +1 -1
  51. package/views/3d/webgl-engine/materials/RibbonLineMaterial.js +1 -1
  52. package/views/VideoView.js +1 -1
  53. package/views/draw/DrawScreenTool.js +1 -1
  54. package/widgets/BatchAttributeForm/BatchAttributeFormViewModel.js +1 -1
  55. package/widgets/BatchAttributeForm/inputs/BatchFormInputs.d.ts +4 -0
  56. package/widgets/BatchAttributeForm/inputs/BatchFormInputs.js +1 -1
  57. package/widgets/BatchAttributeForm/inputs/EditableInput.d.ts +4 -0
  58. package/widgets/BatchAttributeForm/inputs/EditableInput.js +1 -1
  59. package/widgets/BatchAttributeForm/inputs/FieldInput.d.ts +4 -0
  60. package/widgets/BatchAttributeForm/inputs/FieldInput.js +1 -1
  61. package/widgets/BatchAttributeForm/inputs/GroupInput.d.ts +4 -0
  62. package/widgets/BatchAttributeForm/inputs/GroupInput.js +1 -1
  63. package/widgets/BatchAttributeForm/inputs/InputBase.d.ts +4 -0
  64. package/widgets/BatchAttributeForm/inputs/InputBase.js +1 -1
  65. package/widgets/BatchAttributeForm/inputs/support/createBatchFormInputs.js +1 -1
  66. package/widgets/Editor/CreateFeaturesWorkflow.js +1 -1
  67. package/widgets/FeatureForm/EditableInput.d.ts +2 -2
  68. package/widgets/FeatureForm/FieldInput.d.ts +2 -2
  69. package/widgets/FeatureForm/GroupInput.d.ts +2 -2
  70. package/widgets/FeatureForm/InputBase.d.ts +2 -2
  71. package/widgets/OrientedImageryViewer/OrientedImageryViewerViewModel.js +1 -1
  72. package/widgets/OrientedImageryViewer/adapters/sketch/MeasurementAdapter.js +1 -1
  73. package/widgets/VersionManagement/VersionManagementViewModel.js +1 -1
  74. package/widgets/support/SelectionList/FeatureItem.js +1 -1
  75. package/widgets/support/SelectionList/GroupLayerItem.js +1 -1
  76. package/widgets/support/SelectionList/LayerItem.js +1 -1
  77. package/widgets/support/SelectionList/SelectionListViewModel.js +1 -1
  78. package/widgets/support/SelectionList.js +1 -1
  79. package/widgets/support/Selector2D/SelectionOperation.js +1 -1
  80. package/assets/esri/core/workers/chunks/2c3920ad82b9d86c3f05.js +0 -1
  81. package/assets/esri/core/workers/chunks/490c733be256a1ce25b2.js +0 -1
  82. package/assets/esri/core/workers/chunks/616502f99247ff6b00c2.js +0 -1
  83. package/assets/esri/core/workers/chunks/6f8de923519bb16af8ba.js +0 -1
  84. package/assets/esri/core/workers/chunks/6ff46126c82354e6c78e.js +0 -1
  85. package/assets/esri/core/workers/chunks/851baab753d9c8e967bd.js +0 -1
  86. package/assets/esri/core/workers/chunks/8637b9cb30170ac4eae2.js +0 -1
  87. package/assets/esri/core/workers/chunks/8656c145ff0ca2e51ea6.js +0 -1
  88. package/assets/esri/core/workers/chunks/b63a5067b18b6754a997.js +0 -1
  89. package/assets/esri/core/workers/chunks/d3bfd0c382c2f39a787b.js +0 -1
  90. package/assets/esri/core/workers/chunks/d6df12bed626d56cd6b2.js +0 -1
  91. package/assets/esri/core/workers/chunks/df6d6ac6ebe2fb044a97.js +0 -1
  92. package/assets/esri/core/workers/chunks/ec339075bb4faeec1413.js +0 -1
  93. package/assets/esri/core/workers/chunks/f4442a2b40e44f90b461.js +0 -1
package/interfaces.d.ts CHANGED
@@ -232,6 +232,12 @@ declare namespace __esri {
232
232
  export type BaseTileLayerLayerviewCreateEventHandler = (event: BaseTileLayerLayerviewCreateEvent) => void;
233
233
  export type BaseTileLayerLayerviewDestroyEventHandler = (event: BaseTileLayerLayerviewDestroyEvent) => void;
234
234
  export type BaseTileLayerRefreshEventHandler = (event: BaseTileLayerRefreshEvent) => void;
235
+ export type BatchAttributeFormSubmitEventHandler = (event: BatchAttributeFormSubmitEvent) => void;
236
+ export type BatchAttributeFormValueChangeEventHandler = (event: BatchAttributeFormValueChangeEvent) => void;
237
+ export type BatchAttributeFormViewModelSubmitEventHandler = (event: BatchAttributeFormViewModelSubmitEvent) => void;
238
+ export type BatchAttributeFormViewModelValueChangeEventHandler = (
239
+ event: BatchAttributeFormViewModelValueChangeEvent,
240
+ ) => void;
235
241
  export type BingMapsLayerLayerviewCreateErrorEventHandler = (event: BingMapsLayerLayerviewCreateErrorEvent) => void;
236
242
  export type BingMapsLayerLayerviewCreateEventHandler = (event: BingMapsLayerLayerviewCreateEvent) => void;
237
243
  export type BingMapsLayerLayerviewDestroyEventHandler = (event: BingMapsLayerLayerviewDestroyEvent) => void;
@@ -4992,7 +4998,7 @@ declare namespace __esri {
4992
4998
 
4993
4999
  /**
4994
5000
  * A convenience module for importing {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-form-elements-Element.html Element} classes
4995
- * when developing with {@link https://developers.arcgis.com/javascript/latest/typescript-setup/ TypeScript}.
5001
+ * when developing with {@link https://developers.arcgis.com/javascript/latest/get-started/#typescript TypeScript}.
4996
5002
  *
4997
5003
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-form-elements.html Read more...}
4998
5004
  */
@@ -5518,7 +5524,7 @@ declare namespace __esri {
5518
5524
 
5519
5525
  /**
5520
5526
  * A convenience module for importing module:esri/form/elements/inputs/Input classes
5521
- * when developing with {@link https://developers.arcgis.com/javascript/latest/typescript-setup/ TypeScript}.
5527
+ * when developing with {@link https://developers.arcgis.com/javascript/latest/get-started/#typescript TypeScript}.
5522
5528
  *
5523
5529
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-form-elements-inputs.html Read more...}
5524
5530
  */
@@ -7302,7 +7308,7 @@ declare namespace __esri {
7302
7308
 
7303
7309
  /**
7304
7310
  * A convenience module for importing {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Geometry.html Geometry} classes when developing with
7305
- * {@link https://developers.arcgis.com/javascript/latest/typescript-setup/ TypeScript}.
7311
+ * {@link https://developers.arcgis.com/javascript/latest/get-started/#typescript TypeScript}.
7306
7312
  *
7307
7313
  * @deprecated since version 4.32. Use {@link module:esri/unionTypes} to import union types, or individual modules to import classes.
7308
7314
  *
@@ -50172,7 +50178,7 @@ declare namespace __esri {
50172
50178
 
50173
50179
  /**
50174
50180
  * A convenience module for importing {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-PointCloudRenderer.html PointCloudRenderer} classes when developing with
50175
- * {@link https://developers.arcgis.com/javascript/latest/typescript-setup/ TypeScript}.
50181
+ * {@link https://developers.arcgis.com/javascript/latest/get-started/#typescript TypeScript}.
50176
50182
  *
50177
50183
  * @deprecated since version 4.32. Use {@link module:esri/unionTypes} to import union types, or individual modules to import classes.
50178
50184
  *
@@ -50274,7 +50280,7 @@ declare namespace __esri {
50274
50280
 
50275
50281
  /**
50276
50282
  * A convenience module for importing {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content-Content.html Content} classes when developing
50277
- * with {@link https://developers.arcgis.com/javascript/latest/typescript-setup/ TypeScript}.
50283
+ * with {@link https://developers.arcgis.com/javascript/latest/get-started/#typescript TypeScript}.
50278
50284
  *
50279
50285
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-content.html Read more...}
50280
50286
  */
@@ -55685,7 +55691,7 @@ declare namespace __esri {
55685
55691
  /**
55686
55692
  * A convenience module for importing renderer classes that can be used to render
55687
55693
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-ImageryLayer.html ImageryLayer} when developing with
55688
- * {@link https://developers.arcgis.com/javascript/latest/typescript-setup/ TypeScript}.
55694
+ * {@link https://developers.arcgis.com/javascript/latest/get-started/#typescript TypeScript}.
55689
55695
  *
55690
55696
  * @deprecated since version 4.32. Use {@link module:esri/unionTypes} to import union types, or individual modules to import classes.
55691
55697
  *
@@ -55816,7 +55822,7 @@ declare namespace __esri {
55816
55822
 
55817
55823
  /**
55818
55824
  * A convenience module for importing {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-renderers-Renderer.html Renderer} classes when developing with
55819
- * {@link https://developers.arcgis.com/javascript/latest/typescript-setup/ TypeScript}.
55825
+ * {@link https://developers.arcgis.com/javascript/latest/get-started/#typescript TypeScript}.
55820
55826
  *
55821
55827
  * @deprecated since version 4.32. Use {@link module:esri/unionTypes} to import union types, or individual modules to import classes.
55822
55828
  *
@@ -62158,7 +62164,7 @@ declare namespace __esri {
62158
62164
  *
62159
62165
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-FieldIndex.html#description Read more...}
62160
62166
  */
62161
- description: string;
62167
+ readonly description: string;
62162
62168
  /**
62163
62169
  * The ordered field names included in this index.
62164
62170
  *
@@ -62208,12 +62214,6 @@ declare namespace __esri {
62208
62214
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-FieldIndex.html#ascending Read more...}
62209
62215
  */
62210
62216
  ascending?: boolean;
62211
- /**
62212
- * Description of the field.
62213
- *
62214
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-FieldIndex.html#description Read more...}
62215
- */
62216
- description?: string;
62217
62217
  /**
62218
62218
  * The ordered field names included in this index.
62219
62219
  *
@@ -62234,7 +62234,19 @@ declare namespace __esri {
62234
62234
  unique?: boolean;
62235
62235
  }
62236
62236
 
62237
- export class GraphAddNamedTypesResult extends Accessor {
62237
+ export class GraphAddFieldIndexResult extends GraphDataModelOperationResult {
62238
+ /**
62239
+ * 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.
62240
+ *
62241
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphAddFieldIndexResult.html Read more...}
62242
+ */
62243
+ constructor(properties?: GraphAddFieldIndexResultProperties);
62244
+ }
62245
+
62246
+ interface GraphAddFieldIndexResultProperties extends GraphDataModelOperationResultProperties {
62247
+ }
62248
+
62249
+ export class GraphAddNamedTypesResult extends GraphDataModelOperationResult {
62238
62250
  /**
62239
62251
  * Information specific to each added entity type.
62240
62252
  *
@@ -62248,7 +62260,7 @@ declare namespace __esri {
62248
62260
  */
62249
62261
  entityAddResultsCount: number;
62250
62262
  /**
62251
- * Information specific to each added entity type.
62263
+ * Information specific to each added relationship type.
62252
62264
  *
62253
62265
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphAddNamedTypesResult.html#relationshipAddResults Read more...}
62254
62266
  */
@@ -62268,7 +62280,7 @@ declare namespace __esri {
62268
62280
  constructor(properties?: GraphAddNamedTypesResultProperties);
62269
62281
  }
62270
62282
 
62271
- interface GraphAddNamedTypesResultProperties {
62283
+ interface GraphAddNamedTypesResultProperties extends GraphDataModelOperationResultProperties {
62272
62284
  /**
62273
62285
  * Information specific to each added entity type.
62274
62286
  *
@@ -62282,7 +62294,7 @@ declare namespace __esri {
62282
62294
  */
62283
62295
  entityAddResultsCount?: number;
62284
62296
  /**
62285
- * Information specific to each added entity type.
62297
+ * Information specific to each added relationship type.
62286
62298
  *
62287
62299
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphAddNamedTypesResult.html#relationshipAddResults Read more...}
62288
62300
  */
@@ -62305,6 +62317,18 @@ declare namespace __esri {
62305
62317
  error?: Error | nullish;
62306
62318
  }
62307
62319
 
62320
+ export class GraphAddPropertyResult extends GraphDataModelOperationResult {
62321
+ /**
62322
+ * 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.
62323
+ *
62324
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphAddPropertyResult.html Read more...}
62325
+ */
62326
+ constructor(properties?: GraphAddPropertyResultProperties);
62327
+ }
62328
+
62329
+ interface GraphAddPropertyResultProperties extends GraphDataModelOperationResultProperties {
62330
+ }
62331
+
62308
62332
  export class GraphApplyEdits extends Accessor {
62309
62333
  /**
62310
62334
  * A list of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-Entity.html entities} to add to the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-KnowledgeGraph.html knowledge graph}.
@@ -62512,17 +62536,106 @@ declare namespace __esri {
62512
62536
  error?: Error;
62513
62537
  }
62514
62538
 
62515
- export class GraphDeleteNamedTypeResult extends Accessor {
62539
+ export class GraphDataModelOperationResult extends Accessor {
62540
+ /**
62541
+ * Any errors encountered while decoding the results.
62542
+ *
62543
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html#decoderError Read more...}
62544
+ */
62545
+ decoderError: Error | nullish;
62546
+ /**
62547
+ * Information about the add, update or delete modifications made to the data model.
62548
+ *
62549
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html#results Read more...}
62550
+ */
62551
+ results: ResultsObject[];
62552
+ /**
62553
+ * The number of modifications made to the graph.
62554
+ *
62555
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html#resultsCount Read more...}
62556
+ */
62557
+ resultsCount: number;
62558
+ /**
62559
+ * The updated knowledge graph with the applied additions, updates, and deletions.
62560
+ *
62561
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html#updatedKnowledgeGraph Read more...}
62562
+ */
62563
+ updatedKnowledgeGraph: KnowledgeGraph | nullish;
62564
+ /**
62565
+ * The result returned after modifying a knowledge graph data model.
62566
+ *
62567
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html Read more...}
62568
+ */
62569
+ constructor(properties?: GraphDataModelOperationResultProperties);
62570
+ }
62571
+
62572
+ interface GraphDataModelOperationResultProperties {
62573
+ /**
62574
+ * Any errors encountered while decoding the results.
62575
+ *
62576
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html#decoderError Read more...}
62577
+ */
62578
+ decoderError?: Error | nullish;
62579
+ /**
62580
+ * Information about the add, update or delete modifications made to the data model.
62581
+ *
62582
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html#results Read more...}
62583
+ */
62584
+ results?: ResultsObject[];
62585
+ /**
62586
+ * The number of modifications made to the graph.
62587
+ *
62588
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html#resultsCount Read more...}
62589
+ */
62590
+ resultsCount?: number;
62591
+ /**
62592
+ * The updated knowledge graph with the applied additions, updates, and deletions.
62593
+ *
62594
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDataModelOperationResult.html#updatedKnowledgeGraph Read more...}
62595
+ */
62596
+ updatedKnowledgeGraph?: KnowledgeGraph | nullish;
62597
+ }
62598
+
62599
+ export interface ResultsObject {
62600
+ name: string;
62601
+ error?: Error | nullish;
62602
+ }
62603
+
62604
+ export class GraphDeleteFieldIndexResult extends GraphDataModelOperationResult {
62605
+ /**
62606
+ * 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.
62607
+ *
62608
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDeleteFieldIndexResult.html Read more...}
62609
+ */
62610
+ constructor(properties?: GraphDeleteFieldIndexResultProperties);
62611
+ }
62612
+
62613
+ interface GraphDeleteFieldIndexResultProperties extends GraphDataModelOperationResultProperties {
62614
+ }
62615
+
62616
+ export class GraphDeleteNamedTypeResult extends GraphDataModelOperationResult {
62516
62617
  /**
62517
62618
  * The result returned when deleting an {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-EntityType.html entity type} or
62518
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-RelationshipType.html relationship type} to a knowledge graph.
62619
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-RelationshipType.html relationship type} from a knowledge graph.
62519
62620
  *
62520
62621
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDeleteNamedTypeResult.html Read more...}
62521
62622
  */
62522
62623
  constructor(properties?: GraphDeleteNamedTypeResultProperties);
62523
62624
  }
62524
62625
 
62525
- interface GraphDeleteNamedTypeResultProperties {
62626
+ interface GraphDeleteNamedTypeResultProperties extends GraphDataModelOperationResultProperties {
62627
+ }
62628
+
62629
+ export class GraphDeletePropertyResult extends GraphDataModelOperationResult {
62630
+ /**
62631
+ * Result of deleting graph properties from an entity type or relationship type in a knowledge graph data model.
62632
+ *
62633
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphDeletePropertyResult.html Read more...}
62634
+ */
62635
+ constructor(properties?: GraphDeletePropertyResultProperties);
62636
+ }
62637
+
62638
+ interface GraphDeletePropertyResultProperties extends GraphDataModelOperationResultProperties {
62526
62639
  }
62527
62640
 
62528
62641
  export class GraphNamedObject extends GraphObject {
@@ -62824,7 +62937,7 @@ declare namespace __esri {
62824
62937
  */
62825
62938
  systemMaintained: boolean | nullish;
62826
62939
  /**
62827
- * 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}.
62940
+ * Specifies the properties for {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-EntityType.html entity types} and {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-RelationshipType.html relationship types} defined in the graph schema by the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-DataModel.html data model}.
62828
62941
  *
62829
62942
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphProperty.html Read more...}
62830
62943
  */
@@ -63259,6 +63372,42 @@ declare namespace __esri {
63259
63372
  start?: number | nullish;
63260
63373
  }
63261
63374
 
63375
+ export class GraphUpdateNamedTypesResult extends GraphDataModelOperationResult {
63376
+ /**
63377
+ * 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.
63378
+ *
63379
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphUpdateNamedTypesResult.html Read more...}
63380
+ */
63381
+ constructor(properties?: GraphUpdateNamedTypesResultProperties);
63382
+ }
63383
+
63384
+ interface GraphUpdateNamedTypesResultProperties extends GraphDataModelOperationResultProperties {
63385
+ }
63386
+
63387
+ export class GraphUpdatePropertyResult extends GraphDataModelOperationResult {
63388
+ /**
63389
+ * 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.
63390
+ *
63391
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphUpdatePropertyResult.html Read more...}
63392
+ */
63393
+ constructor(properties?: GraphUpdatePropertyResultProperties);
63394
+ }
63395
+
63396
+ interface GraphUpdatePropertyResultProperties extends GraphDataModelOperationResultProperties {
63397
+ }
63398
+
63399
+ export class GraphUpdateSearchIndexResult extends GraphDataModelOperationResult {
63400
+ /**
63401
+ * 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.
63402
+ *
63403
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphUpdateSearchIndexResult.html Read more...}
63404
+ */
63405
+ constructor(properties?: GraphUpdateSearchIndexResultProperties);
63406
+ }
63407
+
63408
+ interface GraphUpdateSearchIndexResultProperties extends GraphDataModelOperationResultProperties {
63409
+ }
63410
+
63262
63411
  export class InputQuantizationParameters extends Accessor {
63263
63412
  /**
63264
63413
  * Origin of M-Values.
@@ -64300,7 +64449,30 @@ declare namespace __esri {
64300
64449
  */
64301
64450
  interface knowledgeGraphService {
64302
64451
  /**
64303
- * Create a new entity type or relationship type in your knowledge graph.
64452
+ * Adds a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-FieldIndex.html field index} for a particular property on an
64453
+ * entity type or relationship type in a graph.
64454
+ *
64455
+ * @param graph The knowledge graph to update.
64456
+ * @param namedType The name of the entity type or relationship type with the property for which to add a field index.
64457
+ * @param fieldIndexes The {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-FieldIndex.html field indexes} to add.
64458
+ * @param options Additional options to be used for the data request.
64459
+ *
64460
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeAddGraphFieldIndex Read more...}
64461
+ */
64462
+ executeAddGraphFieldIndex(graph: KnowledgeGraph, namedType: string, fieldIndexes: FieldIndex[], options: RequestOptions): Promise<GraphAddFieldIndexResult>;
64463
+ /**
64464
+ * 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.
64465
+ *
64466
+ * @param graph The knowledge graph to update.
64467
+ * @param namedType The name of the entity type or relationship type to update with the property to be updated.
64468
+ * @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.
64469
+ * @param options Additional options to be used for the data request.
64470
+ *
64471
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeAddGraphProperties Read more...}
64472
+ */
64473
+ executeAddGraphProperties(graph: KnowledgeGraph, namedType: string, namedTypeProperties: GraphProperty[], options?: RequestOptions): Promise<GraphAddPropertyResult>;
64474
+ /**
64475
+ * Create new {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-EntityType.html entity types} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-RelationshipType.html relationship types} in your knowledge graph.
64304
64476
  *
64305
64477
  * @param graph The knowledge graph. Retrieved using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#fetchKnowledgeGraph `fetchKnowledgeGraph()`}.
64306
64478
  * @param namedTypes The new {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-EntityType.html entity types} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-RelationshipType.html relationship types} to add to the graph.
@@ -64308,7 +64480,7 @@ declare namespace __esri {
64308
64480
  *
64309
64481
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeAddNamedTypes Read more...}
64310
64482
  */
64311
- executeAddNamedTypes(graph: KnowledgeGraph, namedTypes: knowledgeGraphServiceExecuteAddNamedTypesNamedTypes, options: RequestOptions): Promise<GraphAddNamedTypesResult>;
64483
+ executeAddNamedTypes(graph: KnowledgeGraph, namedTypes: knowledgeGraphServiceExecuteAddNamedTypesNamedTypes, options?: RequestOptions): Promise<GraphAddNamedTypesResult>;
64312
64484
  /**
64313
64485
  * Add, delete, or update {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-Entity.html entities} and
64314
64486
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-Relationship.html relationships} in a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html knowledge graph service's}
@@ -64322,7 +64494,30 @@ declare namespace __esri {
64322
64494
  */
64323
64495
  executeApplyEdits(graph: KnowledgeGraph, edits: GraphApplyEdits, requestOptions?: RequestOptions): Promise<GraphApplyEditsResult>;
64324
64496
  /**
64325
- * Delete an entity type or relationship type from the graph.
64497
+ * Deletes the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-FieldIndex.html field index} for a particular property on an
64498
+ * entity type or relationship type in a graph.
64499
+ *
64500
+ * @param graph The knowledge graph to update.
64501
+ * @param namedType The name of the entity type or relationship type to update.
64502
+ * @param fieldIndexNames The names of the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-FieldIndex.html field index} to delete.
64503
+ * @param options Additional options to be used for the data request.
64504
+ *
64505
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeDeleteGraphFieldIndex Read more...}
64506
+ */
64507
+ executeDeleteGraphFieldIndex(graph: KnowledgeGraph, namedType: string, fieldIndexNames: string[], options: RequestOptions): Promise<GraphDeleteFieldIndexResult>;
64508
+ /**
64509
+ * 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.
64510
+ *
64511
+ * @param graph The knowledge graph to update.
64512
+ * @param namedType The name of the entity type or relationship type to update with the property to be updated.
64513
+ * @param propertyName The name of the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-GraphProperty.html GraphProperty} to delete.
64514
+ * @param options Additional options to be used for the data request.
64515
+ *
64516
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeDeleteGraphProperty Read more...}
64517
+ */
64518
+ executeDeleteGraphProperty(graph: KnowledgeGraph, namedType: string, propertyName: string, options?: RequestOptions): Promise<GraphDeletePropertyResult>;
64519
+ /**
64520
+ * Delete an {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-EntityType.html entity type} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-RelationshipType.html relationship type} from the graph.
64326
64521
  *
64327
64522
  * @param graph The knowledge graph. Retrieved using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#fetchKnowledgeGraph `fetchKnowledgeGraph()`}.
64328
64523
  * @param namedType The name of the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-EntityType.html entity type} or {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-RelationshipType.html relationship type} to delete.
@@ -64330,7 +64525,7 @@ declare namespace __esri {
64330
64525
  *
64331
64526
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeDeleteNamedType Read more...}
64332
64527
  */
64333
- executeDeleteNamedType(graph: KnowledgeGraph, namedType: string, options: RequestOptions): Promise<GraphDeleteNamedTypeResult>;
64528
+ executeDeleteNamedType(graph: KnowledgeGraph, namedType: string, options?: RequestOptions): Promise<GraphDeleteNamedTypeResult>;
64334
64529
  /**
64335
64530
  * Executes a request to the ServerFilteredFindPaths GP tool.
64336
64531
  *
@@ -64392,6 +64587,40 @@ declare namespace __esri {
64392
64587
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeSearchStreaming Read more...}
64393
64588
  */
64394
64589
  executeSearchStreaming(graph: KnowledgeGraph, searchArguments: GraphSearchStreaming, requestOptions?: RequestOptions): Promise<GraphQueryStreamingResult>;
64590
+ /**
64591
+ * 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.
64592
+ *
64593
+ * @param graph The knowledge graph to update.
64594
+ * @param namedType The name of the entity type or relationship type to update with the property to be updated.
64595
+ * @param originalPropertyName The original name of the property to update.
64596
+ * @param updatedProperties The updated properties for the entity type or relationship type property specified.
64597
+ * @param options Additional options to be used for the data request.
64598
+ *
64599
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeUpdateGraphProperty Read more...}
64600
+ */
64601
+ executeUpdateGraphProperty(graph: KnowledgeGraph, namedType: string, originalPropertyName: string, updatedProperties: UpdateGraphProperties, options?: RequestOptions): Promise<GraphUpdatePropertyResult>;
64602
+ /**
64603
+ * 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}.
64604
+ *
64605
+ * @param graph The knowledge graph to update.
64606
+ * @param namedType The name of the entity type or relationship type to update with the property to be updated.
64607
+ * @param updatedNamedType The updated entity type or relationship type.
64608
+ * @param options Additional options to be used for the data request.
64609
+ *
64610
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeUpdateNamedType Read more...}
64611
+ */
64612
+ executeUpdateNamedType(graph: KnowledgeGraph, namedType: string, updatedNamedType: UpdateNamedType, options?: RequestOptions): Promise<GraphUpdateNamedTypesResult>;
64613
+ /**
64614
+ * Update the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraph-SearchIndex.html search index} used by the knowledge graph.
64615
+ *
64616
+ * @param graph The knowledge graph to update.
64617
+ * @param namedType The name of the entity or relationship type to update.
64618
+ * @param searchProperties The properties of the named type with which to update the search index.
64619
+ * @param options Additional options to be used for the data request.
64620
+ *
64621
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeUpdateSearchIndex Read more...}
64622
+ */
64623
+ executeUpdateSearchIndex(graph: KnowledgeGraph, namedType: string, searchProperties: knowledgeGraphServiceExecuteUpdateSearchIndexSearchProperties, options?: RequestOptions): Promise<GraphUpdateSearchIndexResult>;
64395
64624
  /**
64396
64625
  * Retrieves the filtered find path results from a job started by {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#executeFindPathsAsynchronous executeFindPathsAsynchronous}.
64397
64626
  *
@@ -64508,14 +64737,41 @@ declare namespace __esri {
64508
64737
  newRelationshipTypes: RelationshipType[];
64509
64738
  }
64510
64739
 
64740
+ export interface knowledgeGraphServiceExecuteUpdateSearchIndexSearchProperties {
64741
+ addSearchProperties: SearchIndexSearchProperties;
64742
+ deleteSearchProperties: SearchIndexSearchProperties;
64743
+ }
64744
+
64511
64745
  export interface knowledgeGraphServiceFetchClientDataAtKeysOptions {
64512
64746
  ignoreCache?: boolean;
64513
64747
  requestOptions?: RequestOptions;
64514
64748
  }
64515
64749
 
64750
+ /**
64751
+ * 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`}.
64752
+ *
64753
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#UpdateGraphProperties Read more...}
64754
+ */
64755
+ export interface UpdateGraphProperties {
64756
+ alias?: string;
64757
+ editable?: boolean;
64758
+ required?: boolean;
64759
+ defaultVisibility?: boolean;
64760
+ defaultValue?: any;
64761
+ }
64762
+
64763
+ /**
64764
+ * Properties of a named type that can be updated, such as the `alias`.
64765
+ *
64766
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-knowledgeGraphService.html#UpdateNamedType Read more...}
64767
+ */
64768
+ export interface UpdateNamedType {
64769
+ alias?: string;
64770
+ }
64771
+
64516
64772
  /**
64517
64773
  * A convenience module for importing {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-locator.html locator} functions when developing with
64518
- * {@link https://developers.arcgis.com/javascript/latest/typescript-setup/ TypeScript}.
64774
+ * {@link https://developers.arcgis.com/javascript/latest/get-started/#typescript TypeScript}.
64519
64775
  *
64520
64776
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-rest-locator.html Read more...}
64521
64777
  */
@@ -85822,7 +86078,7 @@ declare namespace __esri {
85822
86078
 
85823
86079
  /**
85824
86080
  * A convenience module for importing {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-Symbol.html Symbol} classes when developing with
85825
- * {@link https://developers.arcgis.com/javascript/latest/typescript-setup/ TypeScript}.
86081
+ * {@link https://developers.arcgis.com/javascript/latest/get-started/#typescript TypeScript}.
85826
86082
  *
85827
86083
  * @deprecated since version 4.32. Use {@link module:esri/unionTypes} to import union types, or individual modules to import classes.
85828
86084
  *
@@ -90902,7 +91158,7 @@ declare namespace __esri {
90902
91158
 
90903
91159
  /**
90904
91160
  * A convenience module for importing {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-tables-elements-AttributeTableElement.html AttributeTableElement} classes
90905
- * when developing with {@link https://developers.arcgis.com/javascript/latest/typescript-setup/ TypeScript}.
91161
+ * when developing with {@link https://developers.arcgis.com/javascript/latest/get-started/#typescript TypeScript}.
90906
91162
  *
90907
91163
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-tables-elements.html Read more...}
90908
91164
  */
@@ -91569,7 +91825,7 @@ declare namespace __esri {
91569
91825
  }
91570
91826
 
91571
91827
  /**
91572
- * A module for importing union types for use in {@link https://developers.arcgis.com/javascript/latest/typescript-setup/ TypeScript}.
91828
+ * A module for importing union types for use in {@link https://developers.arcgis.com/javascript/latest/get-started/#typescript TypeScript}.
91573
91829
  *
91574
91830
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-unionTypes.html Read more...}
91575
91831
  */
@@ -92835,7 +93091,7 @@ declare namespace __esri {
92835
93091
  /**
92836
93092
  * Tessellate a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polygon.html Polygon} into triangles.
92837
93093
  *
92838
- * @param polygon The input geometry. *The geometry must be simple*; if the input geometry is not simple, you must first create a simplified version of it using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-geometryEngine.html#simplify geometryEngine.simplify}, and pass the simplified geometry to `tessellatePolygon`.
93094
+ * @param polygon The input geometry. *The geometry must be simple*; if the input geometry is not simple, you must first create a simplified version of it using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-simplifyOperator.html simplifyOperator}, and pass the simplified geometry to `tessellatePolygon`.
92839
93095
  *
92840
93096
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-2d-layers-BaseLayerViewGL2D.html#tessellatePolygon Read more...}
92841
93097
  */
@@ -92843,7 +93099,7 @@ declare namespace __esri {
92843
93099
  /**
92844
93100
  * Tessellate a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Polyline.html Polyline} into triangles.
92845
93101
  *
92846
- * @param polyline The input geometry. *The geometry must be simple*; if the input geometry is not simple, you must first create a simplified version of it using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-geometryEngine.html#simplify geometryEngine.simplify}, and pass the simplified geometry to `tessellatePolyline`.
93102
+ * @param polyline The input geometry. *The geometry must be simple*; if the input geometry is not simple, you must first create a simplified version of it using {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-simplifyOperator.html simplifyOperator}, and pass the simplified geometry to `tessellatePolyline`.
92847
93103
  * @param width The width of the line; this will be used to scale xOffset and yOffset.
92848
93104
  *
92849
93105
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-2d-layers-BaseLayerViewGL2D.html#tessellatePolyline Read more...}
@@ -98298,8 +98554,8 @@ declare namespace __esri {
98298
98554
  *
98299
98555
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-LinkChartView.html#map Read more...}
98300
98556
  */
98301
- get map(): WebLinkChart;
98302
- set map(value: WebLinkChartProperties);
98557
+ get map(): WebLinkChart | nullish;
98558
+ set map(value: WebLinkChartProperties | nullish);
98303
98559
  /**
98304
98560
  * Returns {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#HitTestResult hit test results} from each layer that intersects the specified screen coordinates.
98305
98561
  *
@@ -98317,7 +98573,7 @@ declare namespace __esri {
98317
98573
  *
98318
98574
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-views-LinkChartView.html#map Read more...}
98319
98575
  */
98320
- map?: WebLinkChartProperties;
98576
+ map?: WebLinkChartProperties | nullish;
98321
98577
  }
98322
98578
 
98323
98579
  export interface LinkChartViewHitTestOptions {
@@ -107729,7 +107985,15 @@ declare namespace __esri {
107729
107985
 
107730
107986
  export class BatchAttributeForm extends Widget {
107731
107987
  /**
107732
- * When `true`, sets the widget to a disabled state so the user cannot interact with it.
107988
+ * The index of the active feature that is currently being edited.
107989
+ *
107990
+ * @default -1
107991
+ *
107992
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#activeFeatureIndex Read more...}
107993
+ */
107994
+ activeFeatureIndex: number;
107995
+ /**
107996
+ * Indicates if the widget is disabled.
107733
107997
  *
107734
107998
  * @default false
107735
107999
  *
@@ -107737,7 +108001,7 @@ declare namespace __esri {
107737
108001
  */
107738
108002
  disabled: boolean;
107739
108003
  /**
107740
- * The associated features containing the editable attributes.
108004
+ * The collection of features whose attributes are being edited.
107741
108005
  *
107742
108006
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#features Read more...}
107743
108007
  */
@@ -107773,7 +108037,7 @@ declare namespace __esri {
107773
108037
  */
107774
108038
  map: Map | nullish;
107775
108039
  /**
107776
- * When `true`, sets the widget to a readOnly state so the user cannot interact with it.
108040
+ * Indicates whether the form is in a read-only state.
107777
108041
  *
107778
108042
  * @default false
107779
108043
  *
@@ -107781,47 +108045,62 @@ declare namespace __esri {
107781
108045
  */
107782
108046
  readOnly: boolean;
107783
108047
  /**
107784
- * The timezone displayed within the form.
108048
+ * The time zone used to interpret date values in the form.
107785
108049
  *
107786
108050
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#timeZone Read more...}
107787
108051
  */
107788
108052
  timeZone: string | nullish;
107789
108053
  /**
107790
- * Indicates whether there are any validation errors for any fields for any
107791
- * features.
108054
+ * Indicates whether there are validation errors for any fields for any features.
107792
108055
  *
107793
108056
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#valid Read more...}
107794
108057
  */
107795
108058
  readonly valid: boolean;
107796
108059
  /**
107797
- * The view model for this widget.
108060
+ * Defines which elements are visible in the widget.
107798
108061
  *
107799
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#viewModel Read more...}
108062
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#visibleElements Read more...}
107800
108063
  */
107801
- viewModel: BatchAttributeFormViewModel;
108064
+ visibleElements: BatchAttributeFormVisibleElements;
107802
108065
  /**
107803
- * BatchAttributeForm allows editing the attributes of multiple features.
108066
+ * The `BatchAttributeForm` widget enables users to edit the attributes of multiple features at once.
107804
108067
  *
107805
108068
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html Read more...}
107806
108069
  */
107807
108070
  constructor(properties?: BatchAttributeFormProperties);
107808
108071
  /**
107809
- * Fires the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#event-submit submit} event.
108072
+ * The view model for this widget.
108073
+ *
108074
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#viewModel Read more...}
108075
+ */
108076
+ get viewModel(): BatchAttributeFormViewModel;
108077
+ set viewModel(value: BatchAttributeFormViewModelProperties);
108078
+ /**
108079
+ * 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
108080
+ * to update the features' attributes.
107810
108081
  *
107811
108082
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#submit Read more...}
107812
108083
  */
107813
108084
  submit(): void;
108085
+ on(name: "value-change", eventHandler: BatchAttributeFormValueChangeEventHandler): IHandle;
108086
+ on(name: "submit", eventHandler: BatchAttributeFormSubmitEventHandler): IHandle;
107814
108087
  }
107815
108088
 
107816
108089
  interface BatchAttributeFormProperties extends WidgetProperties {
107817
108090
  /**
107818
- * When `true`, sets the widget to a disabled state so the user cannot interact with it.
108091
+ * The index of the active feature that is currently being edited.
108092
+ *
108093
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#activeFeatureIndex Read more...}
108094
+ */
108095
+ activeFeatureIndex?: number;
108096
+ /**
108097
+ * Indicates if the widget is disabled.
107819
108098
  *
107820
108099
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#disabled Read more...}
107821
108100
  */
107822
108101
  disabled?: boolean;
107823
108102
  /**
107824
- * The associated features containing the editable attributes.
108103
+ * The collection of features whose attributes are being edited.
107825
108104
  *
107826
108105
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#features Read more...}
107827
108106
  */
@@ -107851,13 +108130,13 @@ declare namespace __esri {
107851
108130
  */
107852
108131
  map?: Map | nullish;
107853
108132
  /**
107854
- * When `true`, sets the widget to a readOnly state so the user cannot interact with it.
108133
+ * Indicates whether the form is in a read-only state.
107855
108134
  *
107856
108135
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#readOnly Read more...}
107857
108136
  */
107858
108137
  readOnly?: boolean;
107859
108138
  /**
107860
- * The timezone displayed within the form.
108139
+ * The time zone used to interpret date values in the form.
107861
108140
  *
107862
108141
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#timeZone Read more...}
107863
108142
  */
@@ -107867,18 +108146,184 @@ declare namespace __esri {
107867
108146
  *
107868
108147
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#viewModel Read more...}
107869
108148
  */
107870
- viewModel?: BatchAttributeFormViewModel;
108149
+ viewModel?: BatchAttributeFormViewModelProperties;
108150
+ /**
108151
+ * Defines which elements are visible in the widget.
108152
+ *
108153
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#visibleElements Read more...}
108154
+ */
108155
+ visibleElements?: BatchAttributeFormVisibleElements;
107871
108156
  }
107872
108157
 
107873
- /**
107874
- * Provides the logic for the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html BatchAttributeForm} widget.
107875
- *
107876
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html Read more...}
107877
- */
107878
- interface BatchAttributeFormViewModel {
108158
+ export interface BatchAttributeFormViewModel extends Accessor, Evented {
108159
+ }
108160
+
108161
+ export class BatchAttributeFormViewModel {
108162
+ /**
108163
+ * 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}.
108164
+ *
108165
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#activeFeature Read more...}
108166
+ */
108167
+ readonly activeFeature: Graphic | nullish;
108168
+ /**
108169
+ * The index of the active feature that is currently being edited.
108170
+ *
108171
+ * @default -1
108172
+ *
108173
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#activeFeatureIndex Read more...}
108174
+ */
108175
+ activeFeatureIndex: number;
108176
+ /**
108177
+ * 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.
108178
+ *
108179
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#activeForm Read more...}
108180
+ */
108181
+ readonly activeForm: BatchFormInputs;
108182
+ /**
108183
+ * Indicates whether the form is currently evaluating Arcade expressions.
108184
+ *
108185
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#calculating Read more...}
108186
+ */
108187
+ readonly calculating: boolean;
108188
+ /**
108189
+ * Indicates whether the associated view should be in `read-only` mode.
108190
+ *
108191
+ * @default false
108192
+ *
108193
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#disabled Read more...}
108194
+ */
108195
+ disabled: boolean;
108196
+ /**
108197
+ * The type of edit operation the form is being used for.
108198
+ *
108199
+ * @default "NA"
108200
+ *
108201
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#editType Read more...}
108202
+ */
108203
+ editType: "INSERT" | "UPDATE" | "DELETE" | "NA";
108204
+ /**
108205
+ * Indicates whether any of the Arcade expressions in the form have
108206
+ * failed to evaluate.
108207
+ *
108208
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#expressionEvaluationFailed Read more...}
108209
+ */
108210
+ readonly expressionEvaluationFailed: boolean;
108211
+ /**
108212
+ * The collection of features whose attributes are being edited.
108213
+ *
108214
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#features Read more...}
108215
+ */
108216
+ features: Collection<Graphic>;
108217
+ /**
108218
+ * Indicates whether the form has too many features to be loaded
108219
+ * with forms containing complex {@link https://developers.arcgis.com/javascript/latest/arcade/ Arcade} expressions.
108220
+ *
108221
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#hasTooManyComplexFeatures Read more...}
108222
+ */
108223
+ readonly hasTooManyComplexFeatures: boolean;
108224
+ /**
108225
+ * Indicates whether the form has too many features to be loaded.
108226
+ *
108227
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#hasTooManyFeatures Read more...}
108228
+ */
108229
+ readonly hasTooManyFeatures: boolean;
108230
+ /**
108231
+ * Indicates whether there are any visible inputs in the form.
108232
+ *
108233
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#hasVisibleInputs Read more...}
108234
+ */
108235
+ readonly hasVisibleInputs: boolean;
108236
+ /**
108237
+ * Returns an array of features that are invalid, meaning they have at least one invalid attribute value.
108238
+ *
108239
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#invalidFeatures Read more...}
108240
+ */
108241
+ readonly invalidFeatures: Graphic[];
108242
+ /**
108243
+ * An array of layers included in the batch attribute form.
108244
+ *
108245
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#layers Read more...}
108246
+ */
108247
+ readonly layers: (FeatureLayer | GeoJSONLayer | SceneLayer | SubtypeSublayer | OrientedImageryLayer)[];
108248
+ /**
108249
+ * A reference to the associated {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html Map}.
108250
+ *
108251
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#map Read more...}
108252
+ */
107879
108253
  map: Map | nullish;
108254
+ /**
108255
+ * The mode of the form, which can be either `"single"` or `"batch"`.
108256
+ *
108257
+ * @default "batch"
108258
+ *
108259
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#mode Read more...}
108260
+ */
108261
+ readonly mode: "single" | "batch";
108262
+ /**
108263
+ * Indicates whether the form is in a read-only state.
108264
+ *
108265
+ * @default false
108266
+ *
108267
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#readOnly Read more...}
108268
+ */
107880
108269
  readOnly: boolean;
108270
+ /**
108271
+ * Indicates whether the view model is ready to be used.
108272
+ *
108273
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#status Read more...}
108274
+ */
108275
+ readonly status: "not-loaded" | "loading" | "failed" | "loaded";
108276
+ /**
108277
+ * Indicates whether the user has attempted to submit the form.
108278
+ *
108279
+ * @default false
108280
+ *
108281
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#submitHasBeenAttempted Read more...}
108282
+ */
108283
+ submitHasBeenAttempted: boolean;
108284
+ /**
108285
+ * The time zone used to interpret date values in the form.
108286
+ *
108287
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#timeZone Read more...}
108288
+ */
108289
+ timeZone: string | nullish;
108290
+ /**
108291
+ * Indicates whether any values, for any features, have been modified by the
108292
+ * user.
108293
+ *
108294
+ * @default false
108295
+ *
108296
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#userHasChangedValues Read more...}
108297
+ */
108298
+ userHasChangedValues: boolean;
108299
+ /**
108300
+ * Indicates whether there are any validation errors for any fields for any
108301
+ * features.
108302
+ *
108303
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#valid Read more...}
108304
+ */
107881
108305
  readonly valid: boolean;
108306
+ /**
108307
+ * An array of visible inputs in the active form.
108308
+ *
108309
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#visibleInputs Read more...}
108310
+ */
108311
+ readonly visibleInputs: (FieldInput | GroupInput)[];
108312
+ /**
108313
+ * Provides the logic for the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html BatchAttributeForm} widget.
108314
+ *
108315
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html Read more...}
108316
+ */
108317
+ constructor(properties?: BatchAttributeFormViewModelProperties);
108318
+ /**
108319
+ * Emits an event on the instance.
108320
+ *
108321
+ * @param type The name of the event.
108322
+ * @param event The event payload.
108323
+ *
108324
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#emit Read more...}
108325
+ */
108326
+ emit(type: string, event?: any): boolean;
107882
108327
  /**
107883
108328
  * Convenience method to find field inputs.
107884
108329
  *
@@ -107896,14 +108341,443 @@ declare namespace __esri {
107896
108341
  */
107897
108342
  getFieldInputValue(elementId: string): any | nullish;
107898
108343
  /**
107899
- * Fires the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#event-submit submit} event.
108344
+ * Indicates whether there is an event listener on the instance that matches
108345
+ * the provided event name.
108346
+ *
108347
+ * @param type The name of the event.
108348
+ *
108349
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#hasEventListener Read more...}
108350
+ */
108351
+ hasEventListener(type: string): boolean;
108352
+ /**
108353
+ * This method triggers the `"submit"` event, and causes {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#submitHasBeenAttempted submitHasBeenAttempted} to become `true`.
107900
108354
  *
107901
108355
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#submit Read more...}
107902
108356
  */
107903
108357
  submit(): void;
108358
+ on(name: "value-change", eventHandler: BatchAttributeFormViewModelValueChangeEventHandler): IHandle;
108359
+ on(name: "submit", eventHandler: BatchAttributeFormViewModelSubmitEventHandler): IHandle;
108360
+ }
108361
+
108362
+ interface BatchAttributeFormViewModelProperties {
108363
+ /**
108364
+ * The index of the active feature that is currently being edited.
108365
+ *
108366
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#activeFeatureIndex Read more...}
108367
+ */
108368
+ activeFeatureIndex?: number;
108369
+ /**
108370
+ * Indicates whether the associated view should be in `read-only` mode.
108371
+ *
108372
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#disabled Read more...}
108373
+ */
108374
+ disabled?: boolean;
108375
+ /**
108376
+ * The type of edit operation the form is being used for.
108377
+ *
108378
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#editType Read more...}
108379
+ */
108380
+ editType?: "INSERT" | "UPDATE" | "DELETE" | "NA";
108381
+ /**
108382
+ * The collection of features whose attributes are being edited.
108383
+ *
108384
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#features Read more...}
108385
+ */
108386
+ features?: Collection<Graphic>;
108387
+ /**
108388
+ * A reference to the associated {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html Map}.
108389
+ *
108390
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#map Read more...}
108391
+ */
108392
+ map?: Map | nullish;
108393
+ /**
108394
+ * Indicates whether the form is in a read-only state.
108395
+ *
108396
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#readOnly Read more...}
108397
+ */
108398
+ readOnly?: boolean;
108399
+ /**
108400
+ * Indicates whether the user has attempted to submit the form.
108401
+ *
108402
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#submitHasBeenAttempted Read more...}
108403
+ */
108404
+ submitHasBeenAttempted?: boolean;
108405
+ /**
108406
+ * The time zone used to interpret date values in the form.
108407
+ *
108408
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#timeZone Read more...}
108409
+ */
108410
+ timeZone?: string | nullish;
108411
+ /**
108412
+ * Indicates whether any values, for any features, have been modified by the
108413
+ * user.
108414
+ *
108415
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html#userHasChangedValues Read more...}
108416
+ */
108417
+ userHasChangedValues?: boolean;
108418
+ }
108419
+
108420
+ export interface BatchAttributeFormViewModelSubmitEvent {
108421
+ }
108422
+
108423
+ export interface BatchAttributeFormViewModelValueChangeEvent {
108424
+ features: Graphic[];
108425
+ fieldName: string;
108426
+ name: "value-change";
108427
+ value: number | string | nullish;
107904
108428
  }
107905
108429
 
107906
- export const BatchAttributeFormViewModel: BatchAttributeFormViewModel;
108430
+ export class BatchFormInputs extends Accessor {
108431
+ /**
108432
+ * Returns an array of all the field inputs in the form, including those in groups.
108433
+ *
108434
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html#allFieldInputs Read more...}
108435
+ */
108436
+ readonly allFieldInputs: FieldInput[];
108437
+ /**
108438
+ * The description for the form.
108439
+ *
108440
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html#description Read more...}
108441
+ */
108442
+ readonly description: string | nullish;
108443
+ /**
108444
+ * An array of field or group inputs that make up the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html BatchAttributeForm}.
108445
+ *
108446
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html#inputs Read more...}
108447
+ */
108448
+ readonly inputs: (FieldInput | GroupInput)[];
108449
+ /**
108450
+ * Returns an array of all features that have validation errors for one or more of the form inputs.
108451
+ *
108452
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html#invalidFeatures Read more...}
108453
+ */
108454
+ readonly invalidFeatures: Graphic[];
108455
+ /**
108456
+ * Returns an array of all field inputs that have validation errors but are not visible in the form.
108457
+ *
108458
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html#invalidHiddenInputs Read more...}
108459
+ */
108460
+ readonly invalidHiddenInputs: FieldInput[];
108461
+ /**
108462
+ * The title of the form.
108463
+ *
108464
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html#title Read more...}
108465
+ */
108466
+ title: string | nullish;
108467
+ /**
108468
+ * Returns a boolean indicating whether all of the batch attribute form's field inputs are valid.
108469
+ *
108470
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html#valid Read more...}
108471
+ */
108472
+ readonly valid: boolean;
108473
+ /**
108474
+ * The `BatchFormInputs` class is a read-only class that acts as a container for a set of inputs in a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-BatchAttributeFormViewModel.html BatchAttributeFormViewModel}.
108475
+ *
108476
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html Read more...}
108477
+ */
108478
+ constructor(properties?: BatchFormInputsProperties);
108479
+ }
108480
+
108481
+ interface BatchFormInputsProperties {
108482
+ /**
108483
+ * The title of the form.
108484
+ *
108485
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-BatchFormInputs.html#title Read more...}
108486
+ */
108487
+ title?: string | nullish;
108488
+ }
108489
+
108490
+ export class EditableInput {
108491
+ readonly editable: boolean;
108492
+ editType: "INSERT" | "UPDATE" | "DELETE" | "NA";
108493
+ }
108494
+
108495
+ interface EditableInputProperties {
108496
+ editType?: "INSERT" | "UPDATE" | "DELETE" | "NA";
108497
+ }
108498
+
108499
+ export interface FieldInput extends Accessor, InputBase, EditableInput {
108500
+ }
108501
+
108502
+ export class FieldInput {
108503
+ /**
108504
+ * The type of data displayed by the field input.
108505
+ *
108506
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#dataType Read more...}
108507
+ */
108508
+ readonly dataType: "number" | "text" | "date" | "unsupported";
108509
+ /**
108510
+ * The input's description.
108511
+ *
108512
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#description Read more...}
108513
+ */
108514
+ declare readonly description: InputBase["description"];
108515
+ /**
108516
+ * Returns an array of distinct values of the field input.
108517
+ *
108518
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#distinctValues Read more...}
108519
+ */
108520
+ readonly distinctValues: (number | string | nullish)[];
108521
+ /**
108522
+ * The input value's domain.
108523
+ *
108524
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#domain Read more...}
108525
+ */
108526
+ readonly domain: CodedValueDomain | RangeDomain | InheritedDomain | nullish;
108527
+ /**
108528
+ * Indicates if the input is editable.
108529
+ *
108530
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#editable Read more...}
108531
+ */
108532
+ declare readonly editable: EditableInput["editable"];
108533
+ /**
108534
+ * The type of edit operation the form is being used for.
108535
+ *
108536
+ * @default "NA"
108537
+ *
108538
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#editType Read more...}
108539
+ */
108540
+ declare editType: EditableInput["editType"];
108541
+ /**
108542
+ * 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.
108543
+ *
108544
+ * @default true
108545
+ *
108546
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#existsInAllLayers Read more...}
108547
+ */
108548
+ declare existsInAllLayers: InputBase["existsInAllLayers"];
108549
+ /**
108550
+ * Indicates whether all features have the same value for this field.
108551
+ *
108552
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#featuresHaveSameValue Read more...}
108553
+ */
108554
+ readonly featuresHaveSameValue: boolean;
108555
+ /**
108556
+ * The associated field.
108557
+ *
108558
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#field Read more...}
108559
+ */
108560
+ readonly field: Field;
108561
+ /**
108562
+ * The field name as defined by the feature layer.
108563
+ *
108564
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#fieldName Read more...}
108565
+ */
108566
+ readonly fieldName: string;
108567
+ /**
108568
+ * The group containing the field input.
108569
+ *
108570
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#group Read more...}
108571
+ */
108572
+ readonly group: GroupInput | nullish;
108573
+ /**
108574
+ * Indicates whether time information is included for date and time inputs.
108575
+ *
108576
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#includeTime Read more...}
108577
+ */
108578
+ readonly includeTime: boolean;
108579
+ /**
108580
+ * Indicates whether timestamp information is included for date inputs.
108581
+ *
108582
+ * @default false
108583
+ *
108584
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#includeTimeOffset Read more...}
108585
+ */
108586
+ readonly includeTimeOffset: boolean;
108587
+ /**
108588
+ * An array of features that do not have a valid value for this field.
108589
+ *
108590
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#invalidFeatures Read more...}
108591
+ */
108592
+ readonly invalidFeatures: Graphic[];
108593
+ /**
108594
+ * The input's label.
108595
+ *
108596
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#label Read more...}
108597
+ */
108598
+ declare readonly label: InputBase["label"];
108599
+ /**
108600
+ * An array of layers included in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html BatchAttributeForm}.
108601
+ *
108602
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#layers Read more...}
108603
+ */
108604
+ declare readonly layers: InputBase["layers"];
108605
+ /**
108606
+ * Restricts the input length.
108607
+ *
108608
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#maxLength Read more...}
108609
+ */
108610
+ readonly maxLength: number;
108611
+ /**
108612
+ * Restricts the input length.
108613
+ *
108614
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#minLength Read more...}
108615
+ */
108616
+ readonly minLength: number;
108617
+ /**
108618
+ * Indicates whether the field is required.
108619
+ *
108620
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#required Read more...}
108621
+ */
108622
+ readonly required: boolean;
108623
+ /**
108624
+ * The type of input.
108625
+ *
108626
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#type Read more...}
108627
+ */
108628
+ readonly type: "field";
108629
+ /**
108630
+ * Indicates whether the user has changed the value of this field.
108631
+ *
108632
+ * @default false
108633
+ *
108634
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#userHasChangedValue Read more...}
108635
+ */
108636
+ readonly userHasChangedValue: boolean;
108637
+ /**
108638
+ * Indicates whether the field has any validation errors.
108639
+ *
108640
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#valid Read more...}
108641
+ */
108642
+ readonly valid: boolean;
108643
+ /**
108644
+ * Indicates whether the input is visible.
108645
+ *
108646
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#visible Read more...}
108647
+ */
108648
+ declare readonly visible: InputBase["visible"];
108649
+ /**
108650
+ * 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}.
108651
+ *
108652
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html Read more...}
108653
+ */
108654
+ constructor(properties?: FieldInputProperties);
108655
+ }
108656
+
108657
+ interface FieldInputProperties extends InputBaseProperties, EditableInputProperties {
108658
+ /**
108659
+ * The type of edit operation the form is being used for.
108660
+ *
108661
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#editType Read more...}
108662
+ */
108663
+ editType?: EditableInputProperties["editType"];
108664
+ /**
108665
+ * 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.
108666
+ *
108667
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html#existsInAllLayers Read more...}
108668
+ */
108669
+ existsInAllLayers?: InputBaseProperties["existsInAllLayers"];
108670
+ }
108671
+
108672
+ export interface GroupInput extends Accessor, InputBase {
108673
+ }
108674
+
108675
+ export class GroupInput {
108676
+ /**
108677
+ * The input's description.
108678
+ *
108679
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#description Read more...}
108680
+ */
108681
+ declare readonly description: InputBase["description"];
108682
+ /**
108683
+ * 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.
108684
+ *
108685
+ * @default true
108686
+ *
108687
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#existsInAllLayers Read more...}
108688
+ */
108689
+ declare existsInAllLayers: InputBase["existsInAllLayers"];
108690
+ /**
108691
+ * An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-FieldInput.html field inputs} contained within the group.
108692
+ *
108693
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#inputs Read more...}
108694
+ */
108695
+ readonly inputs: ReadonlyArray<FieldInput>;
108696
+ /**
108697
+ * The input's label.
108698
+ *
108699
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#label Read more...}
108700
+ */
108701
+ declare readonly label: InputBase["label"];
108702
+ /**
108703
+ * An array of layers included in the {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html BatchAttributeForm}.
108704
+ *
108705
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#layers Read more...}
108706
+ */
108707
+ declare readonly layers: InputBase["layers"];
108708
+ /**
108709
+ * Indicates whether the group should be expanded or collapsed.
108710
+ *
108711
+ * @default true
108712
+ *
108713
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#open Read more...}
108714
+ */
108715
+ open: boolean;
108716
+ /**
108717
+ * The type of input.
108718
+ *
108719
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#type Read more...}
108720
+ */
108721
+ readonly type: "group";
108722
+ /**
108723
+ * Indicates whether the input is visible.
108724
+ *
108725
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#visible Read more...}
108726
+ */
108727
+ declare readonly visible: InputBase["visible"];
108728
+ /**
108729
+ * This is a support class that represents a group of batch attribute form inputs.
108730
+ *
108731
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html Read more...}
108732
+ */
108733
+ constructor(properties?: GroupInputProperties);
108734
+ }
108735
+
108736
+ interface GroupInputProperties extends InputBaseProperties {
108737
+ /**
108738
+ * 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.
108739
+ *
108740
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#existsInAllLayers Read more...}
108741
+ */
108742
+ existsInAllLayers?: InputBaseProperties["existsInAllLayers"];
108743
+ /**
108744
+ * Indicates whether the group should be expanded or collapsed.
108745
+ *
108746
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm-inputs-GroupInput.html#open Read more...}
108747
+ */
108748
+ open?: boolean;
108749
+ }
108750
+
108751
+ export class InputBase {
108752
+ readonly description: string | nullish;
108753
+ existsInAllLayers: boolean;
108754
+ readonly label: string | nullish;
108755
+ readonly layers: (FeatureLayer | GeoJSONLayer | SceneLayer | SubtypeSublayer | OrientedImageryLayer)[];
108756
+ readonly visible: boolean;
108757
+ }
108758
+
108759
+ interface InputBaseProperties {
108760
+ existsInAllLayers?: boolean;
108761
+ }
108762
+
108763
+ export interface BatchAttributeFormSubmitEvent {
108764
+ }
108765
+
108766
+ export interface BatchAttributeFormValueChangeEvent {
108767
+ features: Graphic[];
108768
+ fieldName: string;
108769
+ name: "value-change";
108770
+ value: number | string | nullish;
108771
+ }
108772
+
108773
+ /**
108774
+ * An object containing properties that control the visibility of certain elements within the FeatureForm widget.
108775
+ *
108776
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-BatchAttributeForm.html#VisibleElements Read more...}
108777
+ */
108778
+ export interface BatchAttributeFormVisibleElements {
108779
+ errorsForNonVisibleFields?: boolean;
108780
+ }
107907
108781
 
107908
108782
  export interface Bookmarks extends Widget, GoTo {
107909
108783
  }
@@ -111896,7 +112770,6 @@ declare namespace __esri {
111896
112770
  | "editing-attachment"
111897
112771
  | "editing-existing-feature"
111898
112772
  | "editing-features"
111899
- | "editing-new-feature"
111900
112773
  | "ready"
111901
112774
  | "viewing-selection-list";
111902
112775
  /**
@@ -114315,7 +115188,13 @@ declare namespace __esri {
114315
115188
  *
114316
115189
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm.html#timeZone Read more...}
114317
115190
  */
114318
- timeZone: string;
115191
+ timeZone: string | nullish;
115192
+ /**
115193
+ * Defines which elements are visible in the widget.
115194
+ *
115195
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm.html#visibleElements Read more...}
115196
+ */
115197
+ visibleElements: FeatureFormVisibleElements;
114319
115198
  /**
114320
115199
  * The FeatureForm widget displays attributes of a feature.
114321
115200
  *
@@ -114418,16 +115297,22 @@ declare namespace __esri {
114418
115297
  *
114419
115298
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm.html#timeZone Read more...}
114420
115299
  */
114421
- timeZone?: string;
115300
+ timeZone?: string | nullish;
114422
115301
  /**
114423
115302
  * The view model for this widget.
114424
115303
  *
114425
115304
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm.html#viewModel Read more...}
114426
115305
  */
114427
115306
  viewModel?: FeatureFormViewModelProperties;
115307
+ /**
115308
+ * Defines which elements are visible in the widget.
115309
+ *
115310
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm.html#visibleElements Read more...}
115311
+ */
115312
+ visibleElements?: FeatureFormVisibleElements;
114428
115313
  }
114429
115314
 
114430
- export class EditableInput {
115315
+ export class FeatureFormEditableInput {
114431
115316
  }
114432
115317
 
114433
115318
  export interface FeatureFormViewModel extends Accessor, Evented {
@@ -114462,8 +115347,8 @@ declare namespace __esri {
114462
115347
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-FeatureFormViewModel.html#inputs Read more...}
114463
115348
  */
114464
115349
  readonly inputs: (
114465
- | FieldInput
114466
- | GroupInput
115350
+ | FeatureFormFieldInput
115351
+ | FeatureFormGroupInput
114467
115352
  | RelationshipInput
114468
115353
  | TextElementInput
114469
115354
  | UtilityNetworkAssociationInput
@@ -114554,7 +115439,7 @@ declare namespace __esri {
114554
115439
  *
114555
115440
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-FeatureFormViewModel.html#findField Read more...}
114556
115441
  */
114557
- findField(fieldName: string | nullish): FieldInput | nullish;
115442
+ findField(fieldName: string | nullish): FeatureFormFieldInput | nullish;
114558
115443
  /**
114559
115444
  * Returns all of the field values, regardless of whether or not they were updated.
114560
115445
  *
@@ -114673,22 +115558,16 @@ declare namespace __esri {
114673
115558
  value: number | string | nullish;
114674
115559
  }
114675
115560
 
114676
- export interface FieldInput extends Accessor, EditableInput, InputBase {
115561
+ export interface FeatureFormFieldInput extends Accessor, FeatureFormEditableInput, FeatureFormInputBase {
114677
115562
  }
114678
115563
 
114679
- export class FieldInput {
115564
+ export class FeatureFormFieldInput {
114680
115565
  /**
114681
115566
  * The type of data displayed by the field input.
114682
115567
  *
114683
115568
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-FieldInput.html#dataType Read more...}
114684
115569
  */
114685
115570
  readonly dataType: "number" | "text" | "date" | "unsupported";
114686
- /**
114687
- * The input's description.
114688
- *
114689
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-FieldInput.html#description Read more...}
114690
- */
114691
- declare readonly description: InputBase["description"];
114692
115571
  /**
114693
115572
  * The input value's domain.
114694
115573
  *
@@ -114718,7 +115597,7 @@ declare namespace __esri {
114718
115597
  *
114719
115598
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-FieldInput.html#group Read more...}
114720
115599
  */
114721
- readonly group: GroupInput | nullish;
115600
+ readonly group: FeatureFormGroupInput | nullish;
114722
115601
  /**
114723
115602
  * A hint for the field's value.
114724
115603
  *
@@ -114796,7 +115675,7 @@ declare namespace __esri {
114796
115675
  *
114797
115676
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-FieldInput.html#required Read more...}
114798
115677
  */
114799
- readonly required: boolean;
115678
+ required: boolean;
114800
115679
  /**
114801
115680
  * Indicates if the field's value can be submitted without introducing data validation issues.
114802
115681
  *
@@ -114838,22 +115717,22 @@ declare namespace __esri {
114838
115717
  *
114839
115718
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-FieldInput.html Read more...}
114840
115719
  */
114841
- constructor(properties?: FieldInputProperties);
115720
+ constructor(properties?: FeatureFormFieldInputProperties);
114842
115721
  }
114843
115722
 
114844
- interface FieldInputProperties extends InputBaseProperties {
115723
+ interface FeatureFormFieldInputProperties {
115724
+ /**
115725
+ * Indicates whether the field is required.
115726
+ *
115727
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-FieldInput.html#required Read more...}
115728
+ */
115729
+ required?: boolean;
114845
115730
  }
114846
115731
 
114847
- export interface GroupInput extends Accessor, InputBase {
115732
+ export interface FeatureFormGroupInput extends Accessor, FeatureFormInputBase {
114848
115733
  }
114849
115734
 
114850
- export class GroupInput {
114851
- /**
114852
- * The input's description.
114853
- *
114854
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-GroupInput.html#description Read more...}
114855
- */
114856
- declare readonly description: InputBase["description"];
115735
+ export class FeatureFormGroupInput {
114857
115736
  /**
114858
115737
  * Defines if the group should be expanded or collapsed when the form is initially displayed.
114859
115738
  *
@@ -114867,7 +115746,7 @@ declare namespace __esri {
114867
115746
  *
114868
115747
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-GroupInput.html#inputs Read more...}
114869
115748
  */
114870
- readonly inputs: (FieldInput | RelationshipInput | TextElementInput | UtilityNetworkAssociationInput)[];
115749
+ readonly inputs: (FeatureFormFieldInput | RelationshipInput | TextElementInput | UtilityNetworkAssociationInput)[];
114871
115750
  /**
114872
115751
  * The group's label.
114873
115752
  *
@@ -114897,10 +115776,10 @@ declare namespace __esri {
114897
115776
  *
114898
115777
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-GroupInput.html Read more...}
114899
115778
  */
114900
- constructor(properties?: GroupInputProperties);
115779
+ constructor(properties?: FeatureFormGroupInputProperties);
114901
115780
  }
114902
115781
 
114903
- interface GroupInputProperties extends InputBaseProperties {
115782
+ interface FeatureFormGroupInputProperties {
114904
115783
  /**
114905
115784
  * Indicates whether or not the group is open, ie.
114906
115785
  *
@@ -114909,23 +115788,13 @@ declare namespace __esri {
114909
115788
  open?: boolean;
114910
115789
  }
114911
115790
 
114912
- export class InputBase {
114913
- readonly description: string | nullish;
114914
- }
114915
-
114916
- interface InputBaseProperties {
115791
+ export class FeatureFormInputBase {
114917
115792
  }
114918
115793
 
114919
- export interface RelationshipInput extends Accessor, EditableInput, InputBase {
115794
+ export interface RelationshipInput extends Accessor, FeatureFormEditableInput, FeatureFormInputBase {
114920
115795
  }
114921
115796
 
114922
115797
  export class RelationshipInput {
114923
- /**
114924
- * The input's description.
114925
- *
114926
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-RelationshipInput.html#description Read more...}
114927
- */
114928
- declare readonly description: InputBase["description"];
114929
115798
  /**
114930
115799
  * A numeric value indicating the maximum number of related features to display in the list of related records.
114931
115800
  *
@@ -114953,7 +115822,7 @@ declare namespace __esri {
114953
115822
  *
114954
115823
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-RelationshipInput.html#group Read more...}
114955
115824
  */
114956
- readonly group: GroupInput | nullish;
115825
+ readonly group: FeatureFormGroupInput | nullish;
114957
115826
  /**
114958
115827
  * An array of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-popup-support-RelatedRecordsInfoFieldOrder.html RelatedRecordsInfoFieldOrder}
114959
115828
  * objects indicating the field display order for the related records
@@ -114982,19 +115851,13 @@ declare namespace __esri {
114982
115851
  constructor(properties?: RelationshipInputProperties);
114983
115852
  }
114984
115853
 
114985
- interface RelationshipInputProperties extends InputBaseProperties {
115854
+ interface RelationshipInputProperties {
114986
115855
  }
114987
115856
 
114988
- export interface TextElementInput extends Accessor, InputBase {
115857
+ export interface TextElementInput extends Accessor, FeatureFormInputBase {
114989
115858
  }
114990
115859
 
114991
115860
  export class TextElementInput {
114992
- /**
114993
- * The input's description.
114994
- *
114995
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-TextElementInput.html#description Read more...}
114996
- */
114997
- declare readonly description: InputBase["description"];
114998
115861
  /**
114999
115862
  * All Aracde expressions referenced, via string substitution, in the text
115000
115863
  * content.
@@ -115014,7 +115877,7 @@ declare namespace __esri {
115014
115877
  *
115015
115878
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-TextElementInput.html#group Read more...}
115016
115879
  */
115017
- readonly group: GroupInput | nullish;
115880
+ readonly group: FeatureFormGroupInput | nullish;
115018
115881
  /**
115019
115882
  * The content of the TextElement, as a string in either plain-text (no
115020
115883
  * formatting) or Markdown.
@@ -115046,7 +115909,7 @@ declare namespace __esri {
115046
115909
  constructor(properties?: TextElementInputProperties);
115047
115910
  }
115048
115911
 
115049
- interface TextElementInputProperties extends InputBaseProperties {
115912
+ interface TextElementInputProperties {
115050
115913
  /**
115051
115914
  * The content of the TextElement, as a string in either plain-text (no
115052
115915
  * formatting) or Markdown.
@@ -115069,16 +115932,10 @@ declare namespace __esri {
115069
115932
  textFormat?: "plain-text" | "markdown";
115070
115933
  }
115071
115934
 
115072
- export interface UtilityNetworkAssociationInput extends Accessor, EditableInput, InputBase {
115935
+ export interface UtilityNetworkAssociationInput extends Accessor, FeatureFormEditableInput, FeatureFormInputBase {
115073
115936
  }
115074
115937
 
115075
115938
  export class UtilityNetworkAssociationInput {
115076
- /**
115077
- * The input's description.
115078
- *
115079
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-UtilityNetworkAssociationInput.html#description Read more...}
115080
- */
115081
- declare readonly description: InputBase["description"];
115082
115939
  /**
115083
115940
  * Indicates whether the input is editable.
115084
115941
  *
@@ -115090,7 +115947,7 @@ declare namespace __esri {
115090
115947
  *
115091
115948
  * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm-UtilityNetworkAssociationInput.html#group Read more...}
115092
115949
  */
115093
- readonly group: GroupInput | nullish;
115950
+ readonly group: FeatureFormGroupInput | nullish;
115094
115951
  /**
115095
115952
  * The type of input.
115096
115953
  *
@@ -115112,7 +115969,7 @@ declare namespace __esri {
115112
115969
  refresh(): Promise<any>;
115113
115970
  }
115114
115971
 
115115
- interface UtilityNetworkAssociationInputProperties extends InputBaseProperties {
115972
+ interface UtilityNetworkAssociationInputProperties {
115116
115973
  }
115117
115974
 
115118
115975
  export interface FeatureFormSubmitEvent {
@@ -115129,6 +115986,15 @@ declare namespace __esri {
115129
115986
  value: number | string | nullish;
115130
115987
  }
115131
115988
 
115989
+ /**
115990
+ * An object containing properties that control the visibility of certain elements within the FeatureForm widget.
115991
+ *
115992
+ * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-FeatureForm.html#VisibleElements Read more...}
115993
+ */
115994
+ export interface FeatureFormVisibleElements {
115995
+ readOnlyNotice?: boolean;
115996
+ }
115997
+
115132
115998
  export interface Features extends Widget, GoTo, Evented {
115133
115999
  }
115134
116000
 
@@ -137323,8 +138189,8 @@ declare namespace __esri {
137323
138189
  export interface ResultAreaPropertiesExtend {
137324
138190
  type: "buffer" | "convexhull";
137325
138191
  distance: number;
137326
- unit: LinearUnits;
137327
- areaUnit: AreaUnits;
138192
+ unit: LengthUnit;
138193
+ areaUnit: AreaUnit;
137328
138194
  color: GraphicColor;
137329
138195
  show: boolean;
137330
138196
  }
@@ -138041,12 +138907,6 @@ declare namespace __esri {
138041
138907
  }
138042
138908
 
138043
138909
  export class VersionManagementViewModel extends Accessor {
138044
- /**
138045
- * Map of Service URLs and user type extensions.
138046
- *
138047
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-VersionManagement-VersionManagementViewModel.html#advancedEditingUserTypeExtensionLookup Read more...}
138048
- */
138049
- advancedEditingUserTypeExtensionLookup: globalThis.Map<string, boolean>;
138050
138910
  /**
138051
138911
  * Displays execution errors.
138052
138912
  *
@@ -138185,12 +139045,6 @@ declare namespace __esri {
138185
139045
  }
138186
139046
 
138187
139047
  interface VersionManagementViewModelProperties {
138188
- /**
138189
- * Map of Service URLs and user type extensions.
138190
- *
138191
- * {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-VersionManagement-VersionManagementViewModel.html#advancedEditingUserTypeExtensionLookup Read more...}
138192
- */
138193
- advancedEditingUserTypeExtensionLookup?: globalThis.Map<string, boolean>;
138194
139048
  /**
138195
139049
  * A key-value pair of {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-VersionManagement-VersionManagementViewModel.html#FeatureServiceResourcesBundle FeatureServiceResourcesBundle}.
138196
139050
  *