@vertigis/arcgis-extensions 37.1.1 → 37.2.1

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 (1971) hide show
  1. package/AppConfig.schema.json +129 -6
  2. package/ItemType.d.ts +12 -1
  3. package/ItemType.js +1 -1
  4. package/data/ArcGISServiceTableExtension.js +1 -1
  5. package/data/Feature.js +1 -1
  6. package/data/FeatureSettings.d.ts +38 -4
  7. package/data/FeatureSettings.js +1 -1
  8. package/data/FeatureSourceBase.d.ts +1 -1
  9. package/data/FeatureSourceBase.js +1 -1
  10. package/data/FieldExtension.js +1 -1
  11. package/data/PopupContentExtension.d.ts +110 -0
  12. package/data/PopupContentExtension.js +1 -0
  13. package/data/Schema.d.ts +2 -0
  14. package/data/Schema.js +1 -1
  15. package/data/support/attachments.d.ts +6 -0
  16. package/data/support/attachments.js +1 -1
  17. package/docs/html/assets/search.js +1 -1
  18. package/docs/html/classes/AccessDeniedError.AccessDeniedError.html +3 -0
  19. package/docs/html/classes/ArgumentError.ArgumentError.html +3 -0
  20. package/docs/html/classes/ArgumentMissingError.ArgumentMissingError.html +3 -0
  21. package/docs/html/classes/ArgumentOutOfRangeError.ArgumentOutOfRangeError.html +3 -0
  22. package/docs/html/classes/Entity.EntityBase.html +4 -0
  23. package/docs/html/classes/ErrorBase.ErrorBase.html +3 -0
  24. package/docs/html/classes/Hyperlink.Hyperlink.html +3 -0
  25. package/docs/html/classes/InvalidOperationError.InvalidOperationError.html +3 -0
  26. package/docs/html/classes/LanguageResources.LanguageResources.html +3 -0
  27. package/docs/html/classes/NotFoundError.NotFoundError.html +3 -0
  28. package/docs/html/classes/PortalUri.PortalUri.html +3 -0
  29. package/docs/html/classes/data_ArcGISServiceTableExtension.ArcGISServiceTableExtension.html +3 -0
  30. package/docs/html/classes/data_Attachment.Attachment.html +3 -0
  31. package/docs/html/classes/data_Feature.Feature.html +3 -0
  32. package/docs/html/classes/data_FeatureList.FeatureList.html +7 -4
  33. package/docs/html/classes/data_FeatureSaveError.FeatureSaveError.html +3 -0
  34. package/docs/html/classes/data_FeatureSet.FeatureSet.html +3 -0
  35. package/docs/html/classes/data_FeatureSettings.FeatureSettings.html +40 -17
  36. package/docs/html/classes/data_FeatureSourceBase.FeatureSourceBase.html +3 -0
  37. package/docs/html/classes/data_FeatureSourceBase.RelationshipCollection.html +3 -0
  38. package/docs/html/classes/data_FeatureStream.FeatureStream.html +6 -3
  39. package/docs/html/classes/data_FieldExtension.FieldExtension.html +3 -0
  40. package/docs/html/classes/{mapping_ArcGISSublayerExtension.ArcGISSublayerFeatureSettings.html → data_PopupContentExtension.PopupContentExtension.html} +318 -480
  41. package/docs/html/classes/data_RelationshipBase.RelationshipBase.html +5 -2
  42. package/docs/html/classes/data_Schema.Schema.html +3 -0
  43. package/docs/html/classes/data_TaskSettings.TaskSettings.html +3 -0
  44. package/docs/html/classes/data__TableExtension.TableExtension.html +3 -0
  45. package/docs/html/classes/data__TableExtension.TableFeatureSettings.html +31 -3
  46. package/docs/html/classes/data__TableExtension.TableSchema.html +3 -0
  47. package/docs/html/classes/data_support_DefaultRelationshipFactory.DefaultRelationshipFactory.html +3 -0
  48. package/docs/html/classes/data_support_DefaultTableExtensionFactory.DefaultTableExtensionFactory.html +3 -0
  49. package/docs/html/classes/layer_preset_LayerPreset.LayerPreset.html +3 -0
  50. package/docs/html/classes/layer_preset_LayerPresetSettings.LayerPresetSetting.html +3 -0
  51. package/docs/html/classes/mapping_ArcGISSublayerExtension.ArcGISSublayerExtension.html +3 -0
  52. package/docs/html/classes/mapping_ArcGISSublayerExtension.ArcGISSublayerRelationshipCollection.html +3 -0
  53. package/docs/html/classes/mapping_BasemapExtension.BasemapExtension.html +3 -0
  54. package/docs/html/classes/mapping_Bookmark.Bookmark.html +3 -0
  55. package/docs/html/classes/mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerExtension.html +8 -5
  56. package/docs/html/classes/mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerSchema.html +3 -0
  57. package/docs/html/classes/mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerExtension.html +3 -0
  58. package/docs/html/classes/mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerSchema.html +3 -0
  59. package/docs/html/classes/mapping_BuildingSceneLayerExtension.BuildingSceneLayerExtension.html +3 -0
  60. package/docs/html/classes/mapping_BuildingSceneLayerExtension.BuildingSceneLayerReadOnlySchema.html +3 -0
  61. package/docs/html/classes/mapping_BuildingSublayerExtension.BuildingSublayerExtension.html +3 -0
  62. package/docs/html/classes/mapping_BuildingSublayerExtension.BuildingSublayerFeatureSettings.html +152 -153
  63. package/docs/html/classes/mapping_BuildingSublayerExtension.BuildingSublayerSchema.html +3 -0
  64. package/docs/html/classes/mapping_CSVLayerExtension.CSVLayerExtension.html +3 -0
  65. package/docs/html/classes/mapping_ElevationLayerExtension.ElevationLayerExtension.html +3 -0
  66. package/docs/html/classes/mapping_FeatureCollectionLayerExtension.FeatureCollectionLayerExtension.html +3 -0
  67. package/docs/html/classes/mapping_FeatureLayerExtension.FeatureLayerExtension.html +3 -0
  68. package/docs/html/classes/mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBase.html +3 -0
  69. package/docs/html/classes/mapping_FeatureLayerExtensionBase.FeatureLayerReadOnlySchema.html +3 -0
  70. package/docs/html/classes/mapping_FeatureLayerExtensionBase.FeatureLayerSchema.html +3 -0
  71. package/docs/html/classes/mapping_GeoRSSLayerExtension.GeoRSSLayerExtension.html +3 -0
  72. package/docs/html/classes/mapping_GraphicsLayerExtension.GraphicsLayerExtension.html +3 -0
  73. package/docs/html/classes/mapping_GroundExtension.GroundExtension.html +3 -0
  74. package/docs/html/classes/mapping_GroupLayerExtension.GroupLayerExtension.html +3 -0
  75. package/docs/html/classes/mapping_GroupLayerExtension.GroupLayerExtensionCollection.html +3 -0
  76. package/docs/html/classes/mapping_ImageryLayerExtension.ImageryLayerExtension.html +3 -0
  77. package/docs/html/classes/mapping_ImageryTileLayerExtension.ImageryTileLayerExtension.html +8 -5
  78. package/docs/html/classes/mapping_IntegratedMeshLayerExtension.IntegratedMeshLayerExtension.html +3 -0
  79. package/docs/html/classes/mapping_KMLLayerExtension.KMLLayerExtension.html +3 -0
  80. package/docs/html/classes/mapping_KMLSublayerExtension.KMLSublayerExtension.html +3 -0
  81. package/docs/html/classes/mapping_MapConstraints.MapConstraints.html +3 -0
  82. package/docs/html/classes/mapping_MapExtension.MapExtension.html +3 -0
  83. package/docs/html/classes/mapping_MapImageLayerExtension.MapImageLayerExtension.html +3 -0
  84. package/docs/html/classes/mapping_MapImageSublayerExtension.MapImageSublayerExtension.html +3 -0
  85. package/docs/html/classes/mapping_OpenStreetMapLayerExtension.OpenStreetMapLayerExtension.html +3 -0
  86. package/docs/html/classes/mapping_PointCloudLayerExtension.PointCloudLayerExtension.html +3 -0
  87. package/docs/html/classes/mapping_SceneLayerExtension.SceneLayerExtension.html +3 -0
  88. package/docs/html/classes/mapping_StreamLayerExtension.StreamLayerExtension.html +3 -0
  89. package/docs/html/classes/mapping_StreamLayerExtension.StreamLayerSchema.html +3 -0
  90. package/docs/html/classes/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtension.html +3 -0
  91. package/docs/html/classes/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerRelationshipCollection.html +3 -0
  92. package/docs/html/classes/mapping_SubtypeSublayerExtension.SubtypeSublayerExtension.html +3 -0
  93. package/docs/html/classes/mapping_SubtypeSublayerExtension.SubtypeSublayerRelationshipCollection.html +3 -0
  94. package/docs/html/classes/mapping_SubtypeSublayerExtension.SubtypeSublayerSchema.html +3 -0
  95. package/docs/html/classes/mapping_TileLayerExtension.TileLayerExtension.html +3 -0
  96. package/docs/html/classes/mapping_TileSublayerExtension.TileSublayerExtension.html +3 -0
  97. package/docs/html/classes/mapping_UnsupportedLayerExtension.UnsupportedLayerExtension.html +3 -0
  98. package/docs/html/classes/mapping_VectorTileLayerExtension.VectorTileLayerExtension.html +3 -0
  99. package/docs/html/classes/mapping_WMSLayerExtension.WMSLayerExtension.html +3 -0
  100. package/docs/html/classes/mapping_WMSSublayerExtension.WMSSublayerExtension.html +3 -0
  101. package/docs/html/classes/mapping_WMTSLayerExtension.WMTSLayerExtension.html +3 -0
  102. package/docs/html/classes/mapping_WMTSSublayerExtension.WMTSSublayerExtension.html +3 -0
  103. package/docs/html/classes/mapping_WebTileLayerExtension.WebTileLayerExtension.html +3 -0
  104. package/docs/html/classes/mapping__LayerExtension.LayerExtension.html +3 -0
  105. package/docs/html/classes/mapping__LayerExtension.LayerExtensionSchema.html +3 -0
  106. package/docs/html/classes/mapping__SublayerExtension.SubSublayerExtensionCollection.html +3 -0
  107. package/docs/html/classes/mapping__SublayerExtension.SublayerExtension.html +3 -0
  108. package/docs/html/classes/mapping__SublayerExtension.SublayerSchema.html +3 -0
  109. package/docs/html/classes/{mapping__LayerExtension.ArrayWrappedCollection.html → mapping_support_ArrayWrappedCollection.ArrayWrappedCollection.html} +131 -114
  110. package/docs/html/classes/mapping_support_DefaultLayerExtensionFactory.DefaultLayerExtensionFactory.html +3 -0
  111. package/docs/html/classes/mapping_support_DefaultSublayerExtensionFactory.DefaultSublayerExtensionFactory.html +3 -0
  112. package/docs/html/classes/mapping_support_LayerListSettings.ExtensionBaseLayerListSettings.html +6 -3
  113. package/docs/html/classes/mapping_support_LayerListSettings.LayerListSettings.html +3 -0
  114. package/docs/html/classes/mapping_support_LayerListSettings.LayerListSettingsProperties.html +3 -0
  115. package/docs/html/classes/mapping_support_WfsCapabilities.WfsCapabilities.html +3 -0
  116. package/docs/html/classes/mapping_support_WfsFeatureType.WfsFeatureType.html +3 -0
  117. package/docs/html/classes/mapping_support__LayerExtensionCollection.LayerExtensionCollectionBase.html +3 -0
  118. package/docs/html/classes/mapping_support__SublayerExtensionCollection.SublayerExtensionCollectionBase.html +3 -0
  119. package/docs/html/classes/menus_Menu.Menu.html +3 -0
  120. package/docs/html/classes/menus_MenuItem.MenuItem.html +3 -0
  121. package/docs/html/classes/support_ArcGISRequestHelper.DefaultArcGISRequestHelper.html +3 -0
  122. package/docs/html/classes/support_Cancellable.Cancellable.html +3 -0
  123. package/docs/html/classes/support_Cancellable.Cancellation.html +3 -0
  124. package/docs/html/classes/support_FormatSettings.FormatSettings.html +3 -0
  125. package/docs/html/classes/support_InitializableBase.InitializableBase.html +3 -0
  126. package/docs/html/classes/support_InitializableCollectionProxy.InitializableCollectionProxy.html +3 -0
  127. package/docs/html/classes/support_InitializeError.InitializeError.html +3 -0
  128. package/docs/html/classes/support_Observable.Observable.html +3 -0
  129. package/docs/html/classes/support_ReadOnlyInitializableCollection.ReadOnlyInitializableCollection.html +3 -0
  130. package/docs/html/classes/support_Serializable.SerializableBase.html +3 -0
  131. package/docs/html/classes/support_Settings.Settings.html +3 -0
  132. package/docs/html/classes/support__ArcGISRelationshipCollection.ArcGISRelationshipCollection.html +3 -0
  133. package/docs/html/classes/tasks_geocoding_ArcGISGeocoder.ArcGISGeocoder.html +3 -0
  134. package/docs/html/classes/tasks_geocoding_Geocoder.Geocoder.html +3 -0
  135. package/docs/html/classes/tasks_identify_ArcGISSublayerQueryIdentifyProvider.ArcGISSublayerQueryIdentifyProvider.html +3 -0
  136. package/docs/html/classes/tasks_identify_BuildingComponentSublayerClientSideIdentifyProvider.BuildingComponentSublayerClientSideIdentifyProvider.html +3 -0
  137. package/docs/html/classes/tasks_identify_BuildingComponentSublayerHitTestIdentifyProvider.BuildingComponentSublayerHitTestIdentifyProvider.html +3 -0
  138. package/docs/html/classes/tasks_identify_CSVLayer3DHitTestIdentifyProvider.CSVLayer3DHitTestIdentifyProvider.html +3 -0
  139. package/docs/html/classes/tasks_identify_CSVLayerClientSideQueryIdentifyProvider.CSVLayerClientSideQueryIdentifyProvider.html +3 -0
  140. package/docs/html/classes/tasks_identify_ClientSideIdentifyProvider.ClientSideIdentifyProvider.html +3 -0
  141. package/docs/html/classes/tasks_identify_FeatureLayer3DHitTestIdentifyProvider.FeatureLayer3DHitTestIdentifyProvider.html +5 -2
  142. package/docs/html/classes/tasks_identify_FeatureLayerClientSideIdentifyProvider.FeatureLayerClientSideIdentifyProvider.html +3 -0
  143. package/docs/html/classes/tasks_identify_FeatureLayerQueryIdentifyProvider.FeatureLayerQueryIdentifyProvider.html +3 -0
  144. package/docs/html/classes/tasks_identify_GeoRSSLayerIdentifyProvider.GeoRSSLayerIdentifyProvider.html +3 -0
  145. package/docs/html/classes/tasks_identify_GraphicsLayerQueryIdentifyProvider.GraphicsLayerQueryIdentifyProvider.html +3 -0
  146. package/docs/html/classes/tasks_identify_HitTestIdentifyProvider.HitTestIdentifyProvider.html +5 -2
  147. package/docs/html/classes/tasks_identify_IdentifyError.IdentifyError.html +3 -0
  148. package/docs/html/classes/tasks_identify_IdentifyProviderBase.IdentifyProviderBase.html +3 -0
  149. package/docs/html/classes/tasks_identify_IdentifyService.IdentifyService.html +3 -0
  150. package/docs/html/classes/tasks_identify_ImageryLayerIdentifyProvider.ImageryLayerIdentifyProvider.html +3 -0
  151. package/docs/html/classes/tasks_identify_KMLLayerQueryIdentifyProvider.KMLLayerQueryIdentifyProvider.html +3 -0
  152. package/docs/html/classes/tasks_identify_PointCloudLayerHitTestIdentifyProvider.PointCloudLayerHitTestIdentifyProvider.html +3 -0
  153. package/docs/html/classes/tasks_identify_SceneLayerClientSideIdentifyProvider.SceneLayerClientSideIdentifyProvider.html +3 -0
  154. package/docs/html/classes/tasks_identify_SceneLayerHitTestIdentifyProvider.SceneLayerHitTestIdentifyProvider.html +3 -0
  155. package/docs/html/classes/tasks_identify_SceneLayerQueryIdentifyProvider.SceneLayerQueryIdentifyProvider.html +3 -0
  156. package/docs/html/classes/tasks_identify_StreamLayerClientSideQueryIdentifyProvider.StreamLayerClientSideQueryIdentifyProvider.html +3 -0
  157. package/docs/html/classes/tasks_identify_SubtypeSublayerClientSideIdentifyProvider.SubtypeSublayerClientSideIdentifyProvider.html +3 -0
  158. package/docs/html/classes/tasks_identify_SubtypeSublayerQueryIdentifyProvider.SubtypeSublayerQueryIdentifyProvider.html +3 -0
  159. package/docs/html/classes/tasks_identify_WMSSublayerIdentifyProvider.WMSSublayerIdentifyProvider.html +3 -0
  160. package/docs/html/classes/tasks_query_ArcGISRelationship.ArcGISRelationship.html +5 -2
  161. package/docs/html/classes/tasks_query_ArcGISServiceTableQueryProvider.ArcGISServiceTableQueryProvider.html +3 -0
  162. package/docs/html/classes/tasks_query_ArcGISSublayerQueryProvider.ArcGISSublayerQueryProvider.html +3 -0
  163. package/docs/html/classes/tasks_query_BuildingComponentSublayerClientSideQueryProvider.BuildingComponentSublayerClientSideQueryProvider.html +3 -0
  164. package/docs/html/classes/tasks_query_CSVLayerClientSideQueryProvider.CSVLayerClientSideQueryProvider.html +3 -0
  165. package/docs/html/classes/tasks_query_ClientSideQueryProvider.ClientSideQueryProvider.html +3 -0
  166. package/docs/html/classes/tasks_query_FeatureLayerQueryProvider.FeatureLayerQueryProvider.html +3 -0
  167. package/docs/html/classes/tasks_query_GeoRSSLayerQueryProvider.GeoRSSLayerQueryProvider.html +3 -0
  168. package/docs/html/classes/tasks_query_GraphicsLayerQueryProvider.GraphicsLayerQueryProvider.html +3 -0
  169. package/docs/html/classes/tasks_query_ImageryLayerQueryProvider.ImageryLayerQueryProvider.html +3 -0
  170. package/docs/html/classes/tasks_query_KMLLayerQueryProvider.KMLLayerQueryProvider.html +3 -0
  171. package/docs/html/classes/tasks_query_QueryBasedRelationship.QueryBasedRelationship.html +5 -2
  172. package/docs/html/classes/tasks_query_QueryError.QueryError.html +3 -0
  173. package/docs/html/classes/tasks_query_QueryProviderBase.QueryProviderBase.html +3 -0
  174. package/docs/html/classes/tasks_query_QueryService.QueryService.html +3 -0
  175. package/docs/html/classes/tasks_query_SceneLayerClientSideQueryProvider.SceneLayerClientSideQueryProvider.html +3 -0
  176. package/docs/html/classes/tasks_query_SceneLayerQueryProvider.SceneLayerQueryProvider.html +3 -0
  177. package/docs/html/classes/tasks_query_StreamLayerClientSideQueryProvider.StreamLayerClientSideQueryProvider.html +3 -0
  178. package/docs/html/classes/tasks_query_SubtypeSublayerQueryProvider.SubtypeSublayerQueryProvider.html +3 -0
  179. package/docs/html/classes/tasks_search_ArcGISGeocoderSearchProvider.ArcGISGeocoderSearchProvider.html +3 -0
  180. package/docs/html/classes/tasks_search_GeocoderSearchProvider.GeocoderSearchProvider.html +3 -0
  181. package/docs/html/classes/tasks_search_QuerySearchProvider.QuerySearchProvider.html +3 -0
  182. package/docs/html/classes/tasks_search_SearchError.SearchError.html +3 -0
  183. package/docs/html/classes/tasks_search_SearchProviderBase.SearchProviderBase.html +3 -0
  184. package/docs/html/classes/tasks_search_SearchService.SearchService.html +3 -0
  185. package/docs/html/classes/utilities_CollectionProxy.CollectionProxy.html +4 -1
  186. package/docs/html/classes/utilities_CopyOnWriteCollection.CopyOnWriteCollection.html +3 -0
  187. package/docs/html/classes/utilities_GeometryServiceError.GeometryServiceError.html +3 -0
  188. package/docs/html/classes/utilities_MapTransformCollection.MapTransformCollection.html +3 -0
  189. package/docs/html/classes/utilities_ObservableMap.ObservableMap.html +3 -0
  190. package/docs/html/classes/utilities_ObservableSet.ObservableSet.html +3 -0
  191. package/docs/html/classes/utilities_ObservableWeakSet.ObservableWeakSet.html +3 -0
  192. package/docs/html/classes/utilities_ReadOnlyCollection.ReadOnlyCollection.html +3 -0
  193. package/docs/html/classes/utilities_ReadOnlyMap.ReadOnlyMap.html +3 -0
  194. package/docs/html/classes/utilities_RequestHelper.DefaultRequestHelper.html +3 -0
  195. package/docs/html/classes/utilities_asyncIterable.AsyncQueue.html +4 -1
  196. package/docs/html/classes/utilities_date.DateFormatter.html +3 -0
  197. package/docs/html/classes/utilities_geometry.CoordinateSystemBounds.html +3 -0
  198. package/docs/html/classes/utilities_log.ConsoleLogger.html +3 -0
  199. package/docs/html/classes/utilities_log.LogManager.html +3 -0
  200. package/docs/html/classes/utilities_log.LoggerBase.html +3 -0
  201. package/docs/html/classes/utilities_number.NumberFormatter.html +3 -0
  202. package/docs/html/classes/utilities_string.StringFormatter.html +3 -0
  203. package/docs/html/classes/utilities_uri.Uri.html +3 -0
  204. package/docs/html/enums/ItemType.ItemType.html +10 -0
  205. package/docs/html/enums/data_convert.GeometryFormat.html +3 -0
  206. package/docs/html/enums/mapping_support_WfsCapabilities.WfsVersions.html +3 -0
  207. package/docs/html/enums/portal_FeatureLayer.FeatureLayerMode.html +3 -0
  208. package/docs/html/enums/support_esri.WellKnownBasemap.html +3 -0
  209. package/docs/html/enums/utilities__ogc.GmlVersions.html +3 -0
  210. package/docs/html/enums/utilities__ogc.OgcNamespace.html +3 -0
  211. package/docs/html/enums/utilities__ogc.WfsVersions.html +3 -0
  212. package/docs/html/enums/utilities_date.DateFormat.html +3 -0
  213. package/docs/html/enums/utilities_log.LogLevel.html +3 -0
  214. package/docs/html/enums/utilities_number.NumberFormat.html +3 -0
  215. package/docs/html/functions/ItemType.isAttachment.html +4 -0
  216. package/docs/html/functions/ItemType.isBasemapExtension.html +4 -0
  217. package/docs/html/functions/ItemType.isBookmark.html +4 -0
  218. package/docs/html/functions/ItemType.isFeature.html +4 -0
  219. package/docs/html/functions/ItemType.isFeatureList.html +4 -0
  220. package/docs/html/functions/ItemType.isFeatureSet.html +4 -0
  221. package/docs/html/functions/ItemType.isFieldExtension.html +4 -0
  222. package/docs/html/functions/ItemType.isGeocoder.html +4 -0
  223. package/docs/html/functions/ItemType.isGroundExtension.html +4 -0
  224. package/docs/html/functions/ItemType.isLanguageResources.html +4 -0
  225. package/docs/html/functions/ItemType.isLayerExtension.html +4 -0
  226. package/docs/html/functions/ItemType.isLayerPreset.html +4 -0
  227. package/docs/html/functions/ItemType.isMapExtension.html +4 -0
  228. package/docs/html/functions/ItemType.isMenu.html +4 -0
  229. package/docs/html/functions/ItemType.isMenuItem.html +4 -0
  230. package/docs/html/functions/ItemType.isPopupContentExtension.html +622 -0
  231. package/docs/html/functions/ItemType.isRelationship.html +4 -0
  232. package/docs/html/functions/ItemType.isSublayerExtension.html +4 -0
  233. package/docs/html/functions/ItemType.isTableExtension.html +4 -0
  234. package/docs/html/functions/PortalUri.isFullyQualifiedPortalUri.html +3 -0
  235. package/docs/html/functions/PortalUri.isPortalUri.html +3 -0
  236. package/docs/html/functions/PortalUri.toFullyQualifiedPortalUri.html +3 -0
  237. package/docs/html/functions/data_Attachment.toAttachment.html +3 -0
  238. package/docs/html/functions/data_Feature.resolveRelatedFeatures.html +3 -0
  239. package/docs/html/functions/data_Feature.toFeature.html +3 -0
  240. package/docs/html/functions/data_Feature.toGraphic.html +3 -0
  241. package/docs/html/functions/data_FeatureSource.FeatureReadOptions.fromFeatureSource.html +3 -0
  242. package/docs/html/functions/data_Table.applyToEsriTable.html +3 -0
  243. package/docs/html/functions/data_Table.fromEsriTable.html +3 -0
  244. package/docs/html/functions/data_Table.toEsriApiTable.html +3 -0
  245. package/docs/html/functions/data__Relationship.Relationship.create.html +3 -0
  246. package/docs/html/functions/data__Relationship.fromEsriApiCardinality.html +3 -0
  247. package/docs/html/functions/data__Relationship.toEsriApiCardinality.html +3 -0
  248. package/docs/html/functions/data_convert.csvToFeatureSet.html +3 -0
  249. package/docs/html/functions/data_convert.shapefileToFeatureSet.html +3 -0
  250. package/docs/html/functions/data_convert.toCsv.html +3 -0
  251. package/docs/html/functions/data_convert.toShapefile.html +3 -0
  252. package/docs/html/functions/data_convert.toXLSX.html +3 -0
  253. package/docs/html/functions/data_convert.xlsxToFeatureSet.html +3 -0
  254. package/docs/html/functions/data_support_attachments.addAttachment.html +4 -0
  255. package/docs/html/functions/data_support_attachments.deleteAttachments.html +4 -0
  256. package/docs/html/functions/data_support_attachments.isAttachmentTypeError.html +4 -0
  257. package/docs/html/functions/data_support_attachments.supportsAttachmentEditing.html +4 -0
  258. package/docs/html/functions/data_support_attachments.supportsAttachments.html +611 -0
  259. package/docs/html/functions/data_support_attachments.toAttachmentFile.html +4 -0
  260. package/docs/html/functions/locale.detectLocale.html +3 -0
  261. package/docs/html/functions/locale.get.html +3 -0
  262. package/docs/html/functions/locale.getBestMatchLocale.html +3 -0
  263. package/docs/html/functions/locale.getMatchingLocales.html +3 -0
  264. package/docs/html/functions/locale.load.html +3 -0
  265. package/docs/html/functions/locale.parseLocale.html +3 -0
  266. package/docs/html/functions/locale.set.html +3 -0
  267. package/docs/html/functions/mapping__SublayerExtension.getSublayerType.html +3 -0
  268. package/docs/html/functions/mapping_convert.csvToFeatureCollection.html +3 -0
  269. package/docs/html/functions/mapping_convert.shapefileToFeatureCollection.html +3 -0
  270. package/docs/html/functions/mapping_convert.toCsv.html +3 -0
  271. package/docs/html/functions/mapping_convert.toShapefile.html +3 -0
  272. package/docs/html/functions/mapping_convert.toXLSX.html +3 -0
  273. package/docs/html/functions/mapping_convert.xlsxToFeatureCollection.html +3 -0
  274. package/docs/html/functions/mapping_support_LayerListSettings.fromLayerListMode.html +3 -0
  275. package/docs/html/functions/mapping_support_ogc.wfsFeatureCollectionToFeatures.html +3 -0
  276. package/docs/html/functions/portal_Background.Background.fromEsriApiBackground.html +3 -0
  277. package/docs/html/functions/portal_Background.Background.toEsriApiBackground.html +3 -0
  278. package/docs/html/functions/portal_BaseMap.BaseMap.applyToEsriApiBasemap.html +3 -0
  279. package/docs/html/functions/portal_BaseMap.BaseMap.fromEsriApiBasemap.html +3 -0
  280. package/docs/html/functions/portal_BaseMap.BaseMap.toEsriApiBasemap.html +3 -0
  281. package/docs/html/functions/portal_BuildingSceneLayer.BuildingSceneLayer.applyToEsriApiLayer.html +3 -0
  282. package/docs/html/functions/portal_BuildingSceneLayer.BuildingSceneLayer.fromEsriApiBuildingSceneLayer.html +3 -0
  283. package/docs/html/functions/portal_BuildingSceneLayer.BuildingSceneLayer.toEsriApiLayer.html +3 -0
  284. package/docs/html/functions/portal_BuildingSceneSublayer.BuildingSceneSublayer.applyToEsriApiBuildingSublayer.html +3 -0
  285. package/docs/html/functions/portal_BuildingSceneSublayer.BuildingSceneSublayer.fromEsriApiBuildingSublayer.html +3 -0
  286. package/docs/html/functions/portal_CSVLayer.CSVLayer.applyToEsriApiLayer.html +3 -0
  287. package/docs/html/functions/portal_CSVLayer.CSVLayer.fromEsriApiCSVLayer.html +3 -0
  288. package/docs/html/functions/portal_CSVLayer.CSVLayer.toEsriApiLayer.html +3 -0
  289. package/docs/html/functions/portal_Camera.Camera.fromEsriApiCamera.html +3 -0
  290. package/docs/html/functions/portal_Camera.Camera.toEsriApiCamera.html +3 -0
  291. package/docs/html/functions/portal_CodedValueDomain.CodedValueDomain.applyToEsriApiCodedValueDomain.html +3 -0
  292. package/docs/html/functions/portal_CodedValueDomain.CodedValueDomain.fromEsriApiCodedValueDomain.html +3 -0
  293. package/docs/html/functions/portal_CodedValueDomain.CodedValueDomain.toEsriApiCodedValueDomain.html +3 -0
  294. package/docs/html/functions/portal_Domain.Domain.applyToEsriApiDomain.html +3 -0
  295. package/docs/html/functions/portal_Domain.Domain.fromEsriApiDomain.html +3 -0
  296. package/docs/html/functions/portal_Domain.Domain.toEsriApiDomain.html +3 -0
  297. package/docs/html/functions/portal_Domain.DomainType.fromEsriApiDomainType.html +3 -0
  298. package/docs/html/functions/portal_Domain.DomainType.toEsriApiDomainType.html +3 -0
  299. package/docs/html/functions/portal_DrawingInfo.DrawingInfo.applyToEsriApiLayer.html +5 -2
  300. package/docs/html/functions/portal_DrawingInfo.DrawingInfo.fromEsriApiLayer.html +3 -0
  301. package/docs/html/functions/portal_Edges.Edges.fromEsriApiEdges.html +3 -0
  302. package/docs/html/functions/portal_Edges.Edges.toEsriApiEdges.html +3 -0
  303. package/docs/html/functions/portal_ElevationInfo.ElevationInfo.fromEsriApiElevationInfo.html +3 -0
  304. package/docs/html/functions/portal_ElevationInfo.ElevationInfo.toEsriApiElevationInfo.html +3 -0
  305. package/docs/html/functions/portal_ElevationInfo.ElevationMode.fromEsriApiElevationMode.html +3 -0
  306. package/docs/html/functions/portal_ElevationInfo.ElevationMode.toEsriApiElevationMode.html +3 -0
  307. package/docs/html/functions/portal_ElevationLayer.ElevationLayer.applyToEsriApiLayer.html +3 -0
  308. package/docs/html/functions/portal_ElevationLayer.ElevationLayer.fromEsriApiElevationLayer.html +3 -0
  309. package/docs/html/functions/portal_ElevationLayer.ElevationLayer.toEsriApiLayer.html +3 -0
  310. package/docs/html/functions/portal_Environment.Environment.fromEsriApiEnvironment.html +3 -0
  311. package/docs/html/functions/portal_Environment.Environment.toEsriApiEnvironment.html +3 -0
  312. package/docs/html/functions/portal_Feature.Feature.fromEsriApiGraphic.html +3 -0
  313. package/docs/html/functions/portal_Feature.Feature.toEsriApiGraphic.html +3 -0
  314. package/docs/html/functions/portal_FeatureLayer.FeatureLayer.applyToEsriApiLayer.html +3 -0
  315. package/docs/html/functions/portal_FeatureLayer.FeatureLayer.fromEsriApiFeatureLayer.html +3 -0
  316. package/docs/html/functions/portal_FeatureLayer.FeatureLayer.fromEsriApiGraphicsLayer.html +3 -0
  317. package/docs/html/functions/portal_FeatureLayer.FeatureLayer.isFeatureCollection.html +3 -0
  318. package/docs/html/functions/portal_FeatureLayer.FeatureLayer.isGraphicsLayerJson.html +3 -0
  319. package/docs/html/functions/portal_FeatureLayer.FeatureLayer.isMapNotesLayer.html +3 -0
  320. package/docs/html/functions/portal_FeatureLayer.FeatureLayer.toEsriApiLayer.html +3 -0
  321. package/docs/html/functions/portal_FeatureReduction.FeatureReduction.applyToEsriApiLayer.html +5 -2
  322. package/docs/html/functions/portal_FeatureReduction.FeatureReduction.fromEsriApiLayer.html +5 -2
  323. package/docs/html/functions/portal_Field.Field.applyToEsriApiField.html +3 -0
  324. package/docs/html/functions/portal_Field.Field.fromEsriApiField.html +3 -0
  325. package/docs/html/functions/portal_Field.Field.toEsriApiField.html +3 -0
  326. package/docs/html/functions/portal_Field.FieldType.fromEsriApiFieldType.html +3 -0
  327. package/docs/html/functions/portal_Field.FieldType.toEsriApiFieldType.html +3 -0
  328. package/docs/html/functions/portal_FormInfo.FormInfo.fromEsriApiFormTemplate.html +3 -0
  329. package/docs/html/functions/portal_FormInfo.FormInfo.toEsriApiFormTemplate.html +3 -0
  330. package/docs/html/functions/portal_GeoRSSLayer.GeoRSSLayer.applyToEsriApiLayer.html +3 -0
  331. package/docs/html/functions/portal_GeoRSSLayer.GeoRSSLayer.fromEsriApiLayer.html +3 -0
  332. package/docs/html/functions/portal_GeoRSSLayer.GeoRSSLayer.toEsriApiLayer.html +3 -0
  333. package/docs/html/functions/portal_Geometry.GeometryType.fromEsriApiGeometryType.html +3 -0
  334. package/docs/html/functions/portal_Geometry.GeometryType.toEsriApiGeometryType.html +3 -0
  335. package/docs/html/functions/portal_Geometry.toEsriApiGeometry.html +3 -0
  336. package/docs/html/functions/portal_Geometry.toPortalGeometry.html +3 -0
  337. package/docs/html/functions/portal_Ground.Ground.applyToEsriApiGround.html +3 -0
  338. package/docs/html/functions/portal_Ground.Ground.createDefaultElevationService.html +3 -0
  339. package/docs/html/functions/portal_Ground.Ground.fromEsriApiGround.html +3 -0
  340. package/docs/html/functions/portal_Ground.Ground.toEsriApiGround.html +3 -0
  341. package/docs/html/functions/portal_GroupLayer.GroupLayer.applyToEsriApiLayer.html +3 -0
  342. package/docs/html/functions/portal_GroupLayer.GroupLayer.fromEsriApiGroupLayer.html +3 -0
  343. package/docs/html/functions/portal_GroupLayer.GroupLayer.toEsriApiLayer.html +3 -0
  344. package/docs/html/functions/portal_ImageServiceLayer.ImageServiceLayer.applyToEsriApiLayer.html +3 -0
  345. package/docs/html/functions/portal_ImageServiceLayer.ImageServiceLayer.fromEsriApiImageryLayer.html +3 -0
  346. package/docs/html/functions/portal_ImageServiceLayer.ImageServiceLayer.toEsriApiLayer.html +3 -0
  347. package/docs/html/functions/portal_InheritedDomain.InheritedDomain.applyToEsriApiInheritedDomain.html +3 -0
  348. package/docs/html/functions/portal_InheritedDomain.InheritedDomain.fromEsriApiInheritedDomain.html +3 -0
  349. package/docs/html/functions/portal_InheritedDomain.InheritedDomain.toEsriApiInheritedDomain.html +3 -0
  350. package/docs/html/functions/portal_InitialState.InitialState.fromEsriApiInitialViewProperties.html +3 -0
  351. package/docs/html/functions/portal_InitialState.InitialState.toEsriApiInitialViewProperties.html +3 -0
  352. package/docs/html/functions/portal_IntegratedMeshLayer.IntegratedMeshLayer.applyToEsriApiLayer.html +3 -0
  353. package/docs/html/functions/portal_IntegratedMeshLayer.IntegratedMeshLayer.fromEsriApiIntegratedMeshLayer.html +3 -0
  354. package/docs/html/functions/portal_IntegratedMeshLayer.IntegratedMeshLayer.toEsriApiLayer.html +3 -0
  355. package/docs/html/functions/portal_Item.Item.fromEsriApiPortalItem.html +3 -0
  356. package/docs/html/functions/portal_Item.Item.toEsriApiPortalItem.html +3 -0
  357. package/docs/html/functions/portal_KMLLayer.KMLLayer.applyToEsriApiKMLLayer.html +3 -0
  358. package/docs/html/functions/portal_KMLLayer.KMLLayer.fromEsriApiKMLLayer.html +3 -0
  359. package/docs/html/functions/portal_KMLLayer.KMLLayer.toEsriApiKMLLayer.html +3 -0
  360. package/docs/html/functions/portal_LabelingInfo.LabelPlacement.fromEsriApiLabelPlacement.html +3 -0
  361. package/docs/html/functions/portal_LabelingInfo.LabelPlacement.toEsriApiLabelPlacement.html +3 -0
  362. package/docs/html/functions/portal_LabelingInfo.LabelingInfo.fromEsriApiLabelClass.html +3 -0
  363. package/docs/html/functions/portal_LabelingInfo.LabelingInfo.toEsriApiLabelClass.html +3 -0
  364. package/docs/html/functions/portal_Layer.Layer.applyToEsriApiLayer.html +3 -0
  365. package/docs/html/functions/portal_Layer.Layer.applyToEsriApiSublayer.html +3 -0
  366. package/docs/html/functions/portal_Layer.Layer.fromEsriApiSublayer.html +3 -0
  367. package/docs/html/functions/portal_Layer.Layer.toEsriApiSublayer.html +3 -0
  368. package/docs/html/functions/portal_LayerDefinition.LayerDefinition.applyToEsriApiLayer.html +5 -2
  369. package/docs/html/functions/portal_LayerDefinition.LayerDefinition.fromEsriApiLayer.html +3 -0
  370. package/docs/html/functions/portal_LayerDefinition.LayerDefinitionCapabilities.fromEsriApiFeatureLayerCapabilities.html +3 -0
  371. package/docs/html/functions/portal_Lighting.Lighting.fromEsriApiLighting.html +3 -0
  372. package/docs/html/functions/portal_Lighting.Lighting.toEsriApiLighting.html +3 -0
  373. package/docs/html/functions/portal_MapFloorInfo.MapFloorInfo.fromEsriApiFloorInfo.html +3 -0
  374. package/docs/html/functions/portal_MapFloorInfo.MapFloorInfo.toEsriApiFloorInfo.html +3 -0
  375. package/docs/html/functions/portal_MapServiceLayer.MapServiceLayer.applyToEsriApiLayer.html +3 -0
  376. package/docs/html/functions/portal_MapServiceLayer.MapServiceLayer.fromEsriApiMapImageLayer.html +3 -0
  377. package/docs/html/functions/portal_MapServiceLayer.MapServiceLayer.toEsriApiLayer.html +3 -0
  378. package/docs/html/functions/portal_MediaInfo.MediaType.fromEsriApiMediaType.html +3 -0
  379. package/docs/html/functions/portal_MediaInfo.MediaType.toEsriApiMediaType.html +3 -0
  380. package/docs/html/functions/portal_MosaicRule.MosaicMethodType.fromEsriApiMosaicMethodType.html +3 -0
  381. package/docs/html/functions/portal_MosaicRule.MosaicMethodType.toEsriApiMosaicMethodType.html +3 -0
  382. package/docs/html/functions/portal_MosaicRule.MosaicOperationType.fromEsriApiMosaicOperationType.html +3 -0
  383. package/docs/html/functions/portal_MosaicRule.MosaicOperationType.toEsriApiMosaicOperationType.html +3 -0
  384. package/docs/html/functions/portal_MosaicRule.MosaicRule.fromEsriApiMosaicRule.html +3 -0
  385. package/docs/html/functions/portal_MosaicRule.MosaicRule.toEsriApiMosaicRule.html +3 -0
  386. package/docs/html/functions/portal_OpenStreetMapLayer.OpenStreetMapLayer.applyToEsriApiLayer.html +3 -0
  387. package/docs/html/functions/portal_OpenStreetMapLayer.OpenStreetMapLayer.fromEsriApiOpenStreetMapLayer.html +3 -0
  388. package/docs/html/functions/portal_OpenStreetMapLayer.OpenStreetMapLayer.toEsriApiLayer.html +3 -0
  389. package/docs/html/functions/portal_PointCloudLayer.PointCloudLayer.applyToEsriApiLayer.html +3 -0
  390. package/docs/html/functions/portal_PointCloudLayer.PointCloudLayer.fromEsriApiPointCloudLayer.html +3 -0
  391. package/docs/html/functions/portal_PointCloudLayer.PointCloudLayer.toEsriApiLayer.html +3 -0
  392. package/docs/html/functions/portal_PointCloudRenderer.PointCloudRenderer.toEsriApiPointCloudRenderer.html +3 -0
  393. package/docs/html/functions/portal_PopupInfo.PopupContent.applyToEsriApiPopupContent.html +611 -0
  394. package/docs/html/functions/portal_PopupInfo.PopupContent.fromEsriApiPopupContent.html +607 -0
  395. package/docs/html/functions/portal_PopupInfo.PopupContent.toEsriApiPopupContent.html +607 -0
  396. package/docs/html/functions/portal_PopupInfo.PopupInfo.fromEsriApiPopupTemplate.html +3 -0
  397. package/docs/html/functions/portal_PopupInfo.PopupInfo.toEsriApiPopupTemplate.html +3 -0
  398. package/docs/html/functions/portal_Presentation.Presentation.fromEsriApiPresentation.html +3 -0
  399. package/docs/html/functions/portal_Presentation.Presentation.toEsriApiPresentation.html +3 -0
  400. package/docs/html/functions/portal_RangeDomain.RangeDomain.applyToEsriApiRangeDomain.html +3 -0
  401. package/docs/html/functions/portal_RangeDomain.RangeDomain.fromEsriApiRangeDomain.html +3 -0
  402. package/docs/html/functions/portal_RangeDomain.RangeDomain.toEsriApiRangeDomain.html +3 -0
  403. package/docs/html/functions/portal_Renderer.Renderer.fromEsriApiRenderer.html +3 -0
  404. package/docs/html/functions/portal_Renderer.Renderer.toEsriApiRenderer.html +3 -0
  405. package/docs/html/functions/portal_RenderingRule.PixelType.fromEsriApiPixelType.html +3 -0
  406. package/docs/html/functions/portal_RenderingRule.PixelType.toEsriApiPixelType.html +3 -0
  407. package/docs/html/functions/portal_RenderingRule.RenderingRule.fromEsriApiRasterFunction.html +3 -0
  408. package/docs/html/functions/portal_RenderingRule.RenderingRule.toEsriApiRasterFunction.html +3 -0
  409. package/docs/html/functions/portal_SceneLayer.SceneLayer.applyToEsriApiLayer.html +3 -0
  410. package/docs/html/functions/portal_SceneLayer.SceneLayer.fromEsriApiSceneLayer.html +3 -0
  411. package/docs/html/functions/portal_SceneLayer.SceneLayer.toEsriApiLayer.html +3 -0
  412. package/docs/html/functions/portal_Slide.Slide.fromEsriApiSlide.html +3 -0
  413. package/docs/html/functions/portal_Slide.Slide.toEsriApiSlide.html +3 -0
  414. package/docs/html/functions/portal_SpatialReference.SpatialReference.fromEsriApiSpatialReference.html +3 -0
  415. package/docs/html/functions/portal_SpatialReference.SpatialReference.toEsriApiSpatialReference.html +3 -0
  416. package/docs/html/functions/portal_StreamLayer.StreamLayer.applyToEsriApiLayer.html +3 -0
  417. package/docs/html/functions/portal_StreamLayer.StreamLayer.fromEsriApiStreamLayer.html +3 -0
  418. package/docs/html/functions/portal_StreamLayer.StreamLayer.toEsriApiLayer.html +3 -0
  419. package/docs/html/functions/portal_SubtypeGroupLayer.SubtypeGroupLayer.applyToEsriApiLayer.html +3 -0
  420. package/docs/html/functions/portal_SubtypeGroupLayer.SubtypeGroupLayer.fromEsriApiSubtypeGroupLayer.html +3 -0
  421. package/docs/html/functions/portal_SubtypeGroupLayer.SubtypeGroupLayer.toEsriApiLayer.html +3 -0
  422. package/docs/html/functions/portal_SubtypeSublayer.SubtypeSublayer.applyToEsriApiLayer.html +3 -0
  423. package/docs/html/functions/portal_SubtypeSublayer.SubtypeSublayer.fromEsriApiSubtypeSublayer.html +3 -0
  424. package/docs/html/functions/portal_SubtypeSublayer.SubtypeSublayer.toEsriApiLayer.html +3 -0
  425. package/docs/html/functions/portal_Symbol.SymbolType.fromEsriApiSymbolType.html +3 -0
  426. package/docs/html/functions/portal_Symbol.SymbolType.toEsriApiSymbolType.html +3 -0
  427. package/docs/html/functions/portal_Symbol.fromEsriApiSymbol.html +3 -0
  428. package/docs/html/functions/portal_Symbol.toEsriApiSymbol.html +3 -0
  429. package/docs/html/functions/portal_Table.applyToEsriTable.html +3 -0
  430. package/docs/html/functions/portal_Table.fromEsriTable.html +3 -0
  431. package/docs/html/functions/portal_Table.toEsriApiTable.html +3 -0
  432. package/docs/html/functions/portal_Template.Template.fromEsriApiFeatureTemplate.html +3 -0
  433. package/docs/html/functions/portal_Template.Template.toEsriApiFeatureTemplate.html +3 -0
  434. package/docs/html/functions/portal_TileInfo.TileInfo.fromEsriApiTileInfo.html +3 -0
  435. package/docs/html/functions/portal_TileInfo.TileInfo.toEsriApiTileInfo.html +3 -0
  436. package/docs/html/functions/portal_TiledImageServiceLayer.TiledImageServiceLayer.applyToEsriApiLayer.html +3 -0
  437. package/docs/html/functions/portal_TiledImageServiceLayer.TiledImageServiceLayer.fromEsriApiTileLayer.html +3 -0
  438. package/docs/html/functions/portal_TiledImageServiceLayer.TiledImageServiceLayer.toEsriApiLayer.html +3 -0
  439. package/docs/html/functions/portal_TiledMapServiceLayer.TiledMapServiceLayer.applyToEsriApiLayer.html +3 -0
  440. package/docs/html/functions/portal_TiledMapServiceLayer.TiledMapServiceLayer.fromEsriApiTileLayer.html +3 -0
  441. package/docs/html/functions/portal_TiledMapServiceLayer.TiledMapServiceLayer.toEsriApiLayer.html +3 -0
  442. package/docs/html/functions/portal_Type.Type.fromEsriApiFeatureType.html +3 -0
  443. package/docs/html/functions/portal_Type.Type.toEsriApiFeatureType.html +3 -0
  444. package/docs/html/functions/portal_UtilityNetwork.UtilityNetwork.fromEsriApiUtilityNetwork.html +3 -0
  445. package/docs/html/functions/portal_UtilityNetwork.UtilityNetwork.toEsriApiUtilityNetwork.html +3 -0
  446. package/docs/html/functions/portal_VectorTileLayer.VectorTileLayer.applyToEsriApiLayer.html +3 -0
  447. package/docs/html/functions/portal_VectorTileLayer.VectorTileLayer.fromEsriApiVectorTileLayer.html +3 -0
  448. package/docs/html/functions/portal_VectorTileLayer.VectorTileLayer.toEsriApiLayer.html +3 -0
  449. package/docs/html/functions/portal_Viewpoint.Viewpoint.fromEsriApiViewpoint.html +3 -0
  450. package/docs/html/functions/portal_Viewpoint.Viewpoint.toEsriApiViewpoint.html +3 -0
  451. package/docs/html/functions/portal_WMSLayer.WMSLayer.applyToEsriApiLayer.html +3 -0
  452. package/docs/html/functions/portal_WMSLayer.WMSLayer.fromEsriApiLayer.html +3 -0
  453. package/docs/html/functions/portal_WMSLayer.WMSLayer.toEsriApiLayer.html +3 -0
  454. package/docs/html/functions/portal_WMSSublayer.WMSSublayer.applyToEsriApiWMSSublayer.html +3 -0
  455. package/docs/html/functions/portal_WMSSublayer.WMSSublayer.fromEsriApiWMSSublayer.html +3 -0
  456. package/docs/html/functions/portal_WMSSublayer.WMSSublayer.toEsriApiWMSSublayer.html +3 -0
  457. package/docs/html/functions/portal_WMTSInfo.WMTSInfo.applyToEsriApiLayer.html +3 -0
  458. package/docs/html/functions/portal_WMTSInfo.WMTSInfo.fromEsriApiLayer.html +3 -0
  459. package/docs/html/functions/portal_Weather.Weather.fromEsriApiWeather.html +3 -0
  460. package/docs/html/functions/portal_Weather.Weather.toEsriApiWeather.html +3 -0
  461. package/docs/html/functions/portal_WebMap.WebMap.applyToEsriApiMap.html +3 -0
  462. package/docs/html/functions/portal_WebMap.WebMap.fromEsriApiMap.html +3 -0
  463. package/docs/html/functions/portal_WebMap.WebMap.toEsriApiWebMap.html +3 -0
  464. package/docs/html/functions/portal_WebScene.WebScene.applyToEsriApiWebScene.html +3 -0
  465. package/docs/html/functions/portal_WebScene.WebScene.fromEsriApiWebScene.html +3 -0
  466. package/docs/html/functions/portal_WebScene.WebScene.toEsriApiWebScene.html +3 -0
  467. package/docs/html/functions/portal_WebSceneBaseMap.WebSceneBaseMap.applyToEsriApiBasemap.html +3 -0
  468. package/docs/html/functions/portal_WebSceneBaseMap.WebSceneBaseMap.fromEsriApiBasemap.html +3 -0
  469. package/docs/html/functions/portal_WebSceneBaseMap.WebSceneBaseMap.toEsriApiBasemap.html +3 -0
  470. package/docs/html/functions/portal_WebTileLayer.WebTileLayer.applyToEsriApiLayer.html +3 -0
  471. package/docs/html/functions/portal_WebTileLayer.WebTileLayer.fromEsriApiLayer.html +3 -0
  472. package/docs/html/functions/portal_WebTileLayer.WebTileLayer.isTileLayerWMTS.html +3 -0
  473. package/docs/html/functions/portal_WebTileLayer.WebTileLayer.toEsriApiLayer.html +3 -0
  474. package/docs/html/functions/portal_Widgets.applyToEsriApiWidgetsObject.html +3 -0
  475. package/docs/html/functions/portal_Widgets.fromEsriApiTimeInterval.html +3 -0
  476. package/docs/html/functions/portal_Widgets.fromEsriApiWidgetsObject.html +3 -0
  477. package/docs/html/functions/portal_Widgets.toEsriApiTimeInterval.html +3 -0
  478. package/docs/html/functions/portal__LayerBase.LayerBase.applyToEsriApiLayer.html +3 -0
  479. package/docs/html/functions/portal__LayerBase.LayerBase.applyToEsriApiLayers.html +3 -0
  480. package/docs/html/functions/portal__LayerBase.LayerBase.fromEsriApiLayer.html +3 -0
  481. package/docs/html/functions/portal__LayerBase.LayerBase.getLayerType.html +3 -0
  482. package/docs/html/functions/portal__LayerBase.LayerBase.registerDefaultClassHandlers.html +3 -0
  483. package/docs/html/functions/portal__LayerBase.LayerBase.registerLayerClassHandler.html +3 -0
  484. package/docs/html/functions/portal__LayerBase.LayerBase.toEsriApiLayer.html +3 -0
  485. package/docs/html/functions/portal__utils.resolveRelativeHrefs.html +3 -0
  486. package/docs/html/functions/support_Cancellable.cancelify.html +3 -0
  487. package/docs/html/functions/support_Cancellable.cancelifyWithAbortSignal.html +3 -0
  488. package/docs/html/functions/support_InitializableBase.initializeCollection.html +619 -0
  489. package/docs/html/functions/support_Serializable.assignProperties.html +3 -0
  490. package/docs/html/functions/support_Serializable.filterJSONProperties.html +3 -0
  491. package/docs/html/functions/support_Serializable.getDefault.html +3 -0
  492. package/docs/html/functions/support_Serializable.getDefaults.html +3 -0
  493. package/docs/html/functions/support_Serializable.getSerializableProperties.html +3 -0
  494. package/docs/html/functions/support_Serializable.isDefault.html +3 -0
  495. package/docs/html/functions/support_Serializable.isSerializable.html +3 -0
  496. package/docs/html/functions/support_Serializable.serializable-1.html +3 -0
  497. package/docs/html/functions/support_Serializable.shouldExcludeDefaults.html +3 -0
  498. package/docs/html/functions/support_Serializable.toPropertyDef.html +3 -0
  499. package/docs/html/functions/support__query.constrainQueryTimeExtentToView.html +3 -0
  500. package/docs/html/functions/support__requestCache.clearCache.html +3 -0
  501. package/docs/html/functions/support__requestCache.getCache.html +3 -0
  502. package/docs/html/functions/support_utilities.isCancellation.html +3 -0
  503. package/docs/html/functions/tasks_geocoding_Geocoder.GeocodeOptions.fromFeatureSource.html +3 -0
  504. package/docs/html/functions/tasks_geocoding_utilities.isArcGISGeocoder.html +3 -0
  505. package/docs/html/functions/tasks_identify_IdentifyOptions.IdentifyOptions.fromFeatureSource.html +3 -0
  506. package/docs/html/functions/tasks_identify_IdentifyService.isIdentifiable.html +3 -0
  507. package/docs/html/functions/tasks_query_QueryOptions.QueryOptions.fromFeatureSource.html +3 -0
  508. package/docs/html/functions/tasks_search_SearchOptions.SearchOptions.fromFeatureSource.html +3 -0
  509. package/docs/html/functions/tasks_search_SearchService.isSearchable.html +3 -0
  510. package/docs/html/functions/utilities__layers.basemapsAreEquivalent.html +3 -0
  511. package/docs/html/functions/utilities__layers.hasMmapLayer.html +3 -0
  512. package/docs/html/functions/utilities__layers.isBuildingComponentSublayer.html +3 -0
  513. package/docs/html/functions/utilities__layers.isBuildingGroupSublayer.html +3 -0
  514. package/docs/html/functions/utilities__layers.isBuildingSceneLayer.html +3 -0
  515. package/docs/html/functions/utilities__layers.isCSVLayer.html +3 -0
  516. package/docs/html/functions/utilities__layers.isElevationLayer.html +3 -0
  517. package/docs/html/functions/utilities__layers.isFeatureLayer.html +3 -0
  518. package/docs/html/functions/utilities__layers.isFeatureLayerBase.html +3 -0
  519. package/docs/html/functions/utilities__layers.isGeoJSONLayer.html +3 -0
  520. package/docs/html/functions/utilities__layers.isGeoRssLayer.html +3 -0
  521. package/docs/html/functions/utilities__layers.isGraphicsLayer.html +3 -0
  522. package/docs/html/functions/utilities__layers.isGroupLayer.html +3 -0
  523. package/docs/html/functions/utilities__layers.isImageryLayer.html +3 -0
  524. package/docs/html/functions/utilities__layers.isImageryTileLayer.html +3 -0
  525. package/docs/html/functions/utilities__layers.isIntegratedMeshLayer.html +3 -0
  526. package/docs/html/functions/utilities__layers.isKMLLayer.html +3 -0
  527. package/docs/html/functions/utilities__layers.isKMLSublayer.html +3 -0
  528. package/docs/html/functions/utilities__layers.isLayer.html +3 -0
  529. package/docs/html/functions/utilities__layers.isLayerWithLegendEnabledProperty.html +3 -0
  530. package/docs/html/functions/utilities__layers.isMapImageLayer.html +3 -0
  531. package/docs/html/functions/utilities__layers.isMapImageSublayer.html +3 -0
  532. package/docs/html/functions/utilities__layers.isOpenStreetMapLayer.html +3 -0
  533. package/docs/html/functions/utilities__layers.isPointCloudLayer.html +3 -0
  534. package/docs/html/functions/utilities__layers.isSceneLayer.html +3 -0
  535. package/docs/html/functions/utilities__layers.isStreamLayer.html +3 -0
  536. package/docs/html/functions/utilities__layers.isSubtypeGroupLayer.html +3 -0
  537. package/docs/html/functions/utilities__layers.isSubtypeSublayer.html +3 -0
  538. package/docs/html/functions/utilities__layers.isTileLayer.html +3 -0
  539. package/docs/html/functions/utilities__layers.isTiledImageServiceLayer.html +3 -0
  540. package/docs/html/functions/utilities__layers.isTiledMapServiceLayer.html +3 -0
  541. package/docs/html/functions/utilities__layers.isTimeAwareLayer.html +3 -0
  542. package/docs/html/functions/utilities__layers.isVectorTileLayer.html +3 -0
  543. package/docs/html/functions/utilities__layers.isWMSLayer.html +3 -0
  544. package/docs/html/functions/utilities__layers.isWMSSublayer.html +3 -0
  545. package/docs/html/functions/utilities__layers.isWMTSLayer.html +3 -0
  546. package/docs/html/functions/utilities__layers.isWMTSSublayer.html +3 -0
  547. package/docs/html/functions/utilities__layers.isWebTileLayer.html +3 -0
  548. package/docs/html/functions/utilities__layers.layersAreEquivalent.html +3 -0
  549. package/docs/html/functions/utilities__number.isNumeric.html +3 -0
  550. package/docs/html/functions/utilities__ogc.esriSrMatchesOgcSrs.html +3 -0
  551. package/docs/html/functions/utilities__ogc.getEpsgCode.html +3 -0
  552. package/docs/html/functions/utilities__ogc.getGmlNS.html +3 -0
  553. package/docs/html/functions/utilities__ogc.inferGmlVersion.html +3 -0
  554. package/docs/html/functions/utilities__ogc.isFesNamespace.html +3 -0
  555. package/docs/html/functions/utilities__ogc.isGmlNamespace.html +3 -0
  556. package/docs/html/functions/utilities__ogc.isWfsNamespace.html +3 -0
  557. package/docs/html/functions/utilities__ogc.ogcSrsToEsriSr.html +3 -0
  558. package/docs/html/functions/utilities_arcade.isArcadeScriptAsync.html +3 -0
  559. package/docs/html/functions/utilities_arcade.runArcadeExpression.html +3 -0
  560. package/docs/html/functions/utilities_arcade.runAsyncArcadeExpression.html +3 -0
  561. package/docs/html/functions/utilities_array.chunk.html +3 -0
  562. package/docs/html/functions/utilities_array.compare.html +3 -0
  563. package/docs/html/functions/utilities_array.compareAsync.html +3 -0
  564. package/docs/html/functions/utilities_array.count.html +3 -0
  565. package/docs/html/functions/utilities_array.flatten.html +3 -0
  566. package/docs/html/functions/utilities_array.groupBy.html +3 -0
  567. package/docs/html/functions/utilities_array.range.html +3 -0
  568. package/docs/html/functions/utilities_array.remove.html +3 -0
  569. package/docs/html/functions/utilities_asyncIterable.concat.html +3 -0
  570. package/docs/html/functions/utilities_asyncIterable.empty.html +3 -0
  571. package/docs/html/functions/utilities_asyncIterable.every.html +3 -0
  572. package/docs/html/functions/utilities_asyncIterable.filter.html +3 -0
  573. package/docs/html/functions/utilities_asyncIterable.find.html +3 -0
  574. package/docs/html/functions/utilities_asyncIterable.first.html +3 -0
  575. package/docs/html/functions/utilities_asyncIterable.flatten.html +3 -0
  576. package/docs/html/functions/utilities_asyncIterable.forEach.html +3 -0
  577. package/docs/html/functions/utilities_asyncIterable.from.html +3 -0
  578. package/docs/html/functions/utilities_asyncIterable.fromSingleItem.html +3 -0
  579. package/docs/html/functions/utilities_asyncIterable.map.html +3 -0
  580. package/docs/html/functions/utilities_asyncIterable.some.html +3 -0
  581. package/docs/html/functions/utilities_asyncIterable.take.html +3 -0
  582. package/docs/html/functions/utilities_asyncIterable.toArray.html +3 -0
  583. package/docs/html/functions/utilities_basemaps.createStandardBasemap.html +3 -0
  584. package/docs/html/functions/utilities_basemaps.isStandardBasemap.html +3 -0
  585. package/docs/html/functions/utilities_checkArg.assertNever.html +3 -0
  586. package/docs/html/functions/utilities_checkArg.checkArg.html +3 -0
  587. package/docs/html/functions/utilities_collection.compare.html +3 -0
  588. package/docs/html/functions/utilities_collection.compareAsync.html +3 -0
  589. package/docs/html/functions/utilities_date.ERR_TIME_ZONE_INVALID.html +3 -0
  590. package/docs/html/functions/utilities_date.esriFormatToGeocortexFormat.html +3 -0
  591. package/docs/html/functions/utilities_date.format.html +3 -0
  592. package/docs/html/functions/utilities_date.getMonthName.html +3 -0
  593. package/docs/html/functions/utilities_date.getWeekdayName.html +3 -0
  594. package/docs/html/functions/utilities_date.isValid.html +3 -0
  595. package/docs/html/functions/utilities_date.isValidTimeZone.html +3 -0
  596. package/docs/html/functions/utilities_date.parse.html +3 -0
  597. package/docs/html/functions/utilities_date.parseUtc.html +3 -0
  598. package/docs/html/functions/utilities_enum.isValid.html +3 -0
  599. package/docs/html/functions/utilities_esri.getAllFieldInfos.html +10 -0
  600. package/docs/html/functions/utilities_esri.getAllReferencedFieldNames.html +10 -0
  601. package/docs/html/functions/utilities_esri.isAttachmentsContent.html +625 -0
  602. package/docs/html/functions/utilities_esri.isCodedValueDomain.html +10 -0
  603. package/docs/html/functions/utilities_esri.isColor.html +10 -0
  604. package/docs/html/functions/utilities_esri.isCustomContent.html +625 -0
  605. package/docs/html/functions/utilities_esri.isEsriObject.html +10 -0
  606. package/docs/html/functions/utilities_esri.isExpressionContent.html +625 -0
  607. package/docs/html/functions/utilities_esri.isFeatureSet.html +10 -0
  608. package/docs/html/functions/utilities_esri.isFeatureType.html +10 -0
  609. package/docs/html/functions/utilities_esri.isField.html +10 -0
  610. package/docs/html/functions/utilities_esri.isFieldsContent.html +625 -0
  611. package/docs/html/functions/utilities_esri.isGraphic.html +10 -0
  612. package/docs/html/functions/utilities_esri.isImageMediaInfo.html +10 -0
  613. package/docs/html/functions/utilities_esri.isMediaContent.html +625 -0
  614. package/docs/html/functions/utilities_esri.isPopupContent.html +625 -0
  615. package/docs/html/functions/utilities_esri.isPopupTemplate.html +10 -0
  616. package/docs/html/functions/utilities_esri.isPortalItem.html +10 -0
  617. package/docs/html/functions/utilities_esri.isSpatialReference.html +10 -0
  618. package/docs/html/functions/utilities_esri.isTextContent.html +625 -0
  619. package/docs/html/functions/utilities_esri.isViewpoint.html +10 -0
  620. package/docs/html/functions/utilities_esri.load.html +10 -0
  621. package/docs/html/functions/utilities_esri.ready.html +10 -0
  622. package/docs/html/functions/utilities_extensions.isArcGISServiceTableExtension.html +5 -0
  623. package/docs/html/functions/utilities_extensions.isBuildingComponentSublayerExtension.html +623 -0
  624. package/docs/html/functions/utilities_extensions.isBuildingSceneLayerExtension.html +5 -0
  625. package/docs/html/functions/utilities_extensions.isCSVLayerExtension.html +5 -0
  626. package/docs/html/functions/utilities_extensions.isFeatureCollectionLayerExtension.html +5 -0
  627. package/docs/html/functions/utilities_extensions.isFeatureLayerExtension.html +5 -0
  628. package/docs/html/functions/utilities_extensions.isGeoRssLayerExtension.html +5 -0
  629. package/docs/html/functions/utilities_extensions.isGroupLayerExtension.html +5 -0
  630. package/docs/html/functions/utilities_extensions.isImageryLayerExtension.html +5 -0
  631. package/docs/html/functions/utilities_extensions.isKMLLayerExtension.html +5 -0
  632. package/docs/html/functions/utilities_extensions.isMapImageLayerExtension.html +5 -0
  633. package/docs/html/functions/utilities_extensions.isMapImageSublayerExtension.html +5 -0
  634. package/docs/html/functions/utilities_extensions.isPointCloudLayerExtension.html +623 -0
  635. package/docs/html/functions/utilities_extensions.isSceneLayerExtension.html +5 -0
  636. package/docs/html/functions/utilities_extensions.isStreamLayerExtension.html +5 -0
  637. package/docs/html/functions/utilities_extensions.isSubtypeGroupLayerExtension.html +5 -0
  638. package/docs/html/functions/utilities_extensions.isSubtypeSublayerExtension.html +5 -0
  639. package/docs/html/functions/utilities_extensions.isTileLayerExtension.html +5 -0
  640. package/docs/html/functions/utilities_extensions.isWMSLayerExtension.html +5 -0
  641. package/docs/html/functions/utilities_extensions.isWMSSublayerExtension.html +5 -0
  642. package/docs/html/functions/utilities_extensions.isWMTSLayerExtension.html +5 -0
  643. package/docs/html/functions/utilities_field.isNumericFieldType.html +3 -0
  644. package/docs/html/functions/utilities_geometry.buffer.html +3 -0
  645. package/docs/html/functions/utilities_geometry.createCrossTypeUnion.html +3 -0
  646. package/docs/html/functions/utilities_geometry.denormalizeExtent.html +3 -0
  647. package/docs/html/functions/utilities_geometry.esriToGeoJSON.html +3 -0
  648. package/docs/html/functions/utilities_geometry.esriToGml.html +3 -0
  649. package/docs/html/functions/utilities_geometry.esriToWKT.html +3 -0
  650. package/docs/html/functions/utilities_geometry.esriWkidToWkt.html +3 -0
  651. package/docs/html/functions/utilities_geometry.esriWktToWkid.html +3 -0
  652. package/docs/html/functions/utilities_geometry.geoJSONToEsri.html +3 -0
  653. package/docs/html/functions/utilities_geometry.getBounds.html +3 -0
  654. package/docs/html/functions/utilities_geometry.getScreenExtent.html +3 -0
  655. package/docs/html/functions/utilities_geometry.gmlToEsri.html +3 -0
  656. package/docs/html/functions/utilities_geometry.isExtent.html +3 -0
  657. package/docs/html/functions/utilities_geometry.isGeometry.html +3 -0
  658. package/docs/html/functions/utilities_geometry.isMesh.html +3 -0
  659. package/docs/html/functions/utilities_geometry.isMultipoint.html +3 -0
  660. package/docs/html/functions/utilities_geometry.isPoint.html +3 -0
  661. package/docs/html/functions/utilities_geometry.isPolygon.html +3 -0
  662. package/docs/html/functions/utilities_geometry.isPolyline.html +3 -0
  663. package/docs/html/functions/utilities_geometry.project.html +3 -0
  664. package/docs/html/functions/utilities_geometry.removeZValues.html +3 -0
  665. package/docs/html/functions/utilities_geometry.wktToEsri.html +3 -0
  666. package/docs/html/functions/utilities_iterable.concat.html +3 -0
  667. package/docs/html/functions/utilities_iterable.every.html +3 -0
  668. package/docs/html/functions/utilities_iterable.filter.html +3 -0
  669. package/docs/html/functions/utilities_iterable.find.html +3 -0
  670. package/docs/html/functions/utilities_iterable.first.html +3 -0
  671. package/docs/html/functions/utilities_iterable.flatten.html +3 -0
  672. package/docs/html/functions/utilities_iterable.forEach.html +3 -0
  673. package/docs/html/functions/utilities_iterable.fromSingleItem.html +3 -0
  674. package/docs/html/functions/utilities_iterable.length.html +3 -0
  675. package/docs/html/functions/utilities_iterable.map.html +3 -0
  676. package/docs/html/functions/utilities_iterable.reduce.html +3 -0
  677. package/docs/html/functions/utilities_iterable.some.html +3 -0
  678. package/docs/html/functions/utilities_log.getLogger.html +3 -0
  679. package/docs/html/functions/utilities_log.reset.html +3 -0
  680. package/docs/html/functions/utilities_log.setLogLevel.html +3 -0
  681. package/docs/html/functions/utilities_log.setLoggerFactory.html +3 -0
  682. package/docs/html/functions/utilities_mapping.getMapSpatialReference.html +3 -0
  683. package/docs/html/functions/utilities_mapping.isBasemap.html +3 -0
  684. package/docs/html/functions/utilities_mapping.isGround.html +3 -0
  685. package/docs/html/functions/utilities_mapping.isMap.html +3 -0
  686. package/docs/html/functions/utilities_mapping.isWebMap.html +3 -0
  687. package/docs/html/functions/utilities_mapping.isWebScene.html +3 -0
  688. package/docs/html/functions/utilities_math.average.html +3 -0
  689. package/docs/html/functions/utilities_math.degreesToRadians.html +3 -0
  690. package/docs/html/functions/utilities_math.radiansToDegrees.html +3 -0
  691. package/docs/html/functions/utilities_math.standardDeviation.html +3 -0
  692. package/docs/html/functions/utilities_math.sum.html +3 -0
  693. package/docs/html/functions/utilities_number.format.html +3 -0
  694. package/docs/html/functions/utilities_number.parse.html +3 -0
  695. package/docs/html/functions/utilities_object.deepAssign.html +3 -0
  696. package/docs/html/functions/utilities_object.deepClone.html +3 -0
  697. package/docs/html/functions/utilities_object.deepSearchAndTransform.html +3 -0
  698. package/docs/html/functions/utilities_object.deepSearchAndTransformAsync.html +3 -0
  699. package/docs/html/functions/utilities_object.filter.html +3 -0
  700. package/docs/html/functions/utilities_object.getPropertyDescriptor.html +3 -0
  701. package/docs/html/functions/utilities_object.isEmpty.html +3 -0
  702. package/docs/html/functions/utilities_object.isPlainObject.html +3 -0
  703. package/docs/html/functions/utilities_object.map.html +3 -0
  704. package/docs/html/functions/utilities_object.toJSON.html +3 -0
  705. package/docs/html/functions/utilities_portal.getPortalItemHtmlUrl.html +3 -0
  706. package/docs/html/functions/utilities_portal.isPortalItemId.html +3 -0
  707. package/docs/html/functions/utilities_portal.isPortalItemLike.html +3 -0
  708. package/docs/html/functions/utilities_portal.isPortalItemUrl.html +3 -0
  709. package/docs/html/functions/utilities_portal.serializePortalItem.html +3 -0
  710. package/docs/html/functions/utilities_portal.toPortalItem.html +3 -0
  711. package/docs/html/functions/utilities_promise.asyncFlatMap.html +3 -0
  712. package/docs/html/functions/utilities_promise.delay.html +3 -0
  713. package/docs/html/functions/utilities_promise.each.html +3 -0
  714. package/docs/html/functions/utilities_promise.map.html +3 -0
  715. package/docs/html/functions/utilities_promise.parallelEach.html +3 -0
  716. package/docs/html/functions/utilities_promise.props.html +3 -0
  717. package/docs/html/functions/utilities_promise.reduce.html +3 -0
  718. package/docs/html/functions/utilities_promise.timeout.html +3 -0
  719. package/docs/html/functions/utilities_query.count.html +3 -0
  720. package/docs/html/functions/utilities_query.query.html +3 -0
  721. package/docs/html/functions/utilities_query.spatialFilter.html +3 -0
  722. package/docs/html/functions/utilities_relationships.isQueryBasedRelationship.html +3 -0
  723. package/docs/html/functions/utilities_renderers.isClassBreaksRenderer.html +3 -0
  724. package/docs/html/functions/utilities_renderers.isDictionaryRenderer.html +3 -0
  725. package/docs/html/functions/utilities_renderers.isDotDensityRenderer.html +3 -0
  726. package/docs/html/functions/utilities_renderers.isHeatMapRenderer.html +3 -0
  727. package/docs/html/functions/utilities_renderers.isSimpleRenderer.html +3 -0
  728. package/docs/html/functions/utilities_renderers.isUniqueValueRenderer.html +3 -0
  729. package/docs/html/functions/utilities_scaleRanges.expandExtentToScale.html +3 -0
  730. package/docs/html/functions/utilities_scaleRanges.getNextScale.html +3 -0
  731. package/docs/html/functions/utilities_scaleRanges.getScaleRange.html +3 -0
  732. package/docs/html/functions/utilities_set.difference.html +3 -0
  733. package/docs/html/functions/utilities_set.filter.html +3 -0
  734. package/docs/html/functions/utilities_set.find.html +3 -0
  735. package/docs/html/functions/utilities_set.intersection.html +3 -0
  736. package/docs/html/functions/utilities_set.union.html +3 -0
  737. package/docs/html/functions/utilities_string.camelToKebabCase.html +3 -0
  738. package/docs/html/functions/utilities_string.escapeRegExp.html +3 -0
  739. package/docs/html/functions/utilities_string.format.html +3 -0
  740. package/docs/html/functions/utilities_string.kebabToCamelCase.html +3 -0
  741. package/docs/html/functions/utilities_symbol.isCimSymbol.html +3 -0
  742. package/docs/html/functions/utilities_symbol.isExtrudeSymbol3DLayer.html +3 -0
  743. package/docs/html/functions/utilities_symbol.isFillSymbol3DLayer.html +3 -0
  744. package/docs/html/functions/utilities_symbol.isIconSymbol3DLayer.html +3 -0
  745. package/docs/html/functions/utilities_symbol.isLabelSymbol3D.html +3 -0
  746. package/docs/html/functions/utilities_symbol.isLineSymbol3D.html +3 -0
  747. package/docs/html/functions/utilities_symbol.isLineSymbol3DLayer.html +3 -0
  748. package/docs/html/functions/utilities_symbol.isMeshGeometrySymbol.html +3 -0
  749. package/docs/html/functions/utilities_symbol.isMeshSymbol3D.html +3 -0
  750. package/docs/html/functions/utilities_symbol.isObjectSymbol3DLayer.html +3 -0
  751. package/docs/html/functions/utilities_symbol.isPathSymbol3DLayer.html +3 -0
  752. package/docs/html/functions/utilities_symbol.isPictureFillSymbol.html +3 -0
  753. package/docs/html/functions/utilities_symbol.isPictureMarkerSymbol.html +3 -0
  754. package/docs/html/functions/utilities_symbol.isPointGeometrySymbol.html +3 -0
  755. package/docs/html/functions/utilities_symbol.isPointSymbol3D.html +3 -0
  756. package/docs/html/functions/utilities_symbol.isPolygonGeometrySymbol.html +3 -0
  757. package/docs/html/functions/utilities_symbol.isPolygonSymbol3D.html +3 -0
  758. package/docs/html/functions/utilities_symbol.isPolylineGeometrySymbol.html +3 -0
  759. package/docs/html/functions/utilities_symbol.isSimpleFillSymbol.html +3 -0
  760. package/docs/html/functions/utilities_symbol.isSimpleLineSymbol.html +3 -0
  761. package/docs/html/functions/utilities_symbol.isSimpleMarkerSymbol.html +3 -0
  762. package/docs/html/functions/utilities_symbol.isSymbol.html +3 -0
  763. package/docs/html/functions/utilities_symbol.isSymbol3D.html +3 -0
  764. package/docs/html/functions/utilities_symbol.isTextSymbol.html +3 -0
  765. package/docs/html/functions/utilities_symbol.isVolumetric.html +3 -0
  766. package/docs/html/functions/utilities_symbol.isWebStyleSymbol.html +3 -0
  767. package/docs/html/functions/utilities_uri.addQueryParameter.html +3 -0
  768. package/docs/html/functions/utilities_uri.isAbsoluteUri.html +3 -0
  769. package/docs/html/functions/utilities_uri.isPackageUri.html +3 -0
  770. package/docs/html/functions/utilities_uri.isRelativeUri.html +3 -0
  771. package/docs/html/functions/utilities_uri.removeQueryParameter.html +3 -0
  772. package/docs/html/functions/utilities_uri.toAbsoluteUri.html +3 -0
  773. package/docs/html/functions/utilities_uuid.generateUuid.html +3 -0
  774. package/docs/html/functions/utilities_watch.onCollectionPropertyChange.html +3 -0
  775. package/docs/html/functions/utilities_watch.onEach.html +3 -0
  776. package/docs/html/functions/utilities_watch.onOnce.html +3 -0
  777. package/docs/html/functions/utilities_watch.watchCollectionPropertyEach.html +3 -0
  778. package/docs/html/functions/utilities_watch.watchEach.html +3 -0
  779. package/docs/html/index.html +3 -0
  780. package/docs/html/interfaces/Entity.Entity.html +3 -0
  781. package/docs/html/interfaces/Entity.EntityBaseProperties.html +4 -0
  782. package/docs/html/interfaces/Entity.EntityProperties.html +3 -0
  783. package/docs/html/interfaces/Hyperlink.HyperlinkProperties.html +3 -0
  784. package/docs/html/interfaces/LanguageResources.LanguageResourcesProperties.html +3 -0
  785. package/docs/html/interfaces/config.Config.html +3 -0
  786. package/docs/html/interfaces/data_ArcGISServiceTableExtension.ArcGISServiceTableExtensionProperties.html +3 -0
  787. package/docs/html/interfaces/data_Attachment.AttachmentInfo.html +3 -0
  788. package/docs/html/interfaces/data_Attachment.AttachmentProperties.html +3 -0
  789. package/docs/html/interfaces/data_Capabilities.Capabilities.html +3 -0
  790. package/docs/html/interfaces/data_Feature.FeatureProperties.html +3 -0
  791. package/docs/html/interfaces/data_Feature.FetchRelatedFeaturesOptions.html +3 -0
  792. package/docs/html/interfaces/data_Feature.FormatOptions.html +3 -0
  793. package/docs/html/interfaces/data_Feature.PresentableAttributes.html +3 -0
  794. package/docs/html/interfaces/data_FeatureList.FeatureListProperties.html +4 -1
  795. package/docs/html/interfaces/data_FeatureList.FilterClause.html +3 -0
  796. package/docs/html/interfaces/data_FeatureList.SortClause.html +3 -0
  797. package/docs/html/interfaces/data_FeatureSet.FeatureSetProperties.html +3 -0
  798. package/docs/html/interfaces/data_FeatureSettings.FeatureSettingsProperties.html +10 -0
  799. package/docs/html/interfaces/data_FeatureSettings.PopupContentExtensionCollection.html +640 -0
  800. package/docs/html/interfaces/data_FeatureSource.FeatureReadOptions-1.html +3 -0
  801. package/docs/html/interfaces/data_FeatureSource.FeatureSource.html +3 -0
  802. package/docs/html/interfaces/data_FeatureSource.FeatureSourceProperties.html +3 -0
  803. package/docs/html/interfaces/data_FeatureSource.FeatureWriteOptions.html +3 -0
  804. package/docs/html/interfaces/data_FeatureSourceBase.FeatureSourceBaseProperties.html +3 -0
  805. package/docs/html/interfaces/data_FeatureStream.FeatureStreamProperties.html +4 -1
  806. package/docs/html/interfaces/data_FieldExtension.FieldExtensionProperties.html +3 -0
  807. package/docs/html/interfaces/data_FieldExtension.FieldProperties.html +3 -0
  808. package/docs/html/interfaces/data_PopupContentExtension.ContentProperties.html +709 -0
  809. package/docs/html/interfaces/data_PopupContentExtension.ContentRef.html +638 -0
  810. package/docs/html/interfaces/data_PopupContentExtension.PopupContentExtensionProperties.html +649 -0
  811. package/docs/html/interfaces/data_QuerySourceCapabilities.QuerySourceCapabilities.html +3 -0
  812. package/docs/html/interfaces/data_Schema.FieldCollection.html +3 -0
  813. package/docs/html/interfaces/data_Schema.FieldExtensionCollection.html +3 -0
  814. package/docs/html/interfaces/data_Schema.SchemaProperties.html +3 -0
  815. package/docs/html/interfaces/data_Table.TableProperties.html +4 -1
  816. package/docs/html/interfaces/data_TaskSettings.TaskSettingsProperties.html +3 -0
  817. package/docs/html/interfaces/data__Relationship.Relationship-1.html +5 -2
  818. package/docs/html/interfaces/data__Relationship.RelationshipProperties.html +3 -0
  819. package/docs/html/interfaces/data__TableExtension.TableExtensionProperties.html +3 -0
  820. package/docs/html/interfaces/data__TableExtension.TableProperties.html +3 -0
  821. package/docs/html/interfaces/data__TableExtension.TableReference.html +3 -0
  822. package/docs/html/interfaces/data_convert.FromCsvOptions.html +3 -0
  823. package/docs/html/interfaces/data_convert.FromShapefileOptions.html +3 -0
  824. package/docs/html/interfaces/data_convert.FromXLSXOptions.html +3 -0
  825. package/docs/html/interfaces/data_convert.ToCsvOptions.html +3 -0
  826. package/docs/html/interfaces/data_convert.ToShapefileOptions.html +3 -0
  827. package/docs/html/interfaces/data_convert.ToXLSXOptions.html +3 -0
  828. package/docs/html/interfaces/data_support_RelationshipFactory.RelationshipFactory.html +3 -0
  829. package/docs/html/interfaces/data_support_TableExtensionFactory.TableExtensionFactory.html +3 -0
  830. package/docs/html/interfaces/data_support_attachments.AddAttachmentOptions.html +3 -0
  831. package/docs/html/interfaces/data_support_attachments.AttachmentEnabledLayer.html +3 -0
  832. package/docs/html/interfaces/layer_preset_LayerPreset.LayerPresetProperties.html +3 -0
  833. package/docs/html/interfaces/layer_preset_LayerPresetSettings.LayerPresetSettingProperties.html +3 -0
  834. package/docs/html/interfaces/locale.LocaleResult.html +3 -0
  835. package/docs/html/interfaces/mapping_ArcGISSublayerExtension.ArcGISSublayerExtensionCollection.html +3 -0
  836. package/docs/html/interfaces/mapping_ArcGISSublayerExtension.ArcGISSublayerExtensionProperties.html +3 -0
  837. package/docs/html/interfaces/mapping_ArcGISSublayerExtension.ArcGISSublayerProperties.html +3 -0
  838. package/docs/html/interfaces/mapping_BasemapExtension.BasemapExtensionProperties.html +3 -0
  839. package/docs/html/interfaces/mapping_BasemapExtension.BasemapProperties.html +3 -0
  840. package/docs/html/interfaces/mapping_Bookmark.BookmarkProperties.html +3 -0
  841. package/docs/html/interfaces/mapping_BuildingComponentSublayerExtension.BuildingComponentSublayerExtensionProperties.html +3 -0
  842. package/docs/html/interfaces/mapping_BuildingGroupSublayerExtension.BuildingGroupSublayerExtensionProperties.html +3 -0
  843. package/docs/html/interfaces/mapping_BuildingSceneLayerExtension.BuildingSceneLayerExtensionProperties.html +3 -0
  844. package/docs/html/interfaces/mapping_BuildingSceneLayerExtension.BuildingSceneLayerProperties.html +3 -0
  845. package/docs/html/interfaces/mapping_BuildingSceneLayerExtension.BuildingSublayerExtensionCollection.html +3 -0
  846. package/docs/html/interfaces/mapping_BuildingSublayerExtension.BuildingSublayerExtensionProperties.html +3 -0
  847. package/docs/html/interfaces/mapping_BuildingSublayerExtension.BuildingSublayerProperties.html +3 -0
  848. package/docs/html/interfaces/mapping_CSVLayerExtension.CSVLayerExtensionProperties.html +3 -0
  849. package/docs/html/interfaces/mapping_ElevationLayerExtension.ElevationLayerExtensionProperties.html +3 -0
  850. package/docs/html/interfaces/mapping_FeatureLayerExtension.FeatureLayerExtensionProperties.html +3 -0
  851. package/docs/html/interfaces/mapping_FeatureLayerExtension.FeatureLayerProperties.html +3 -0
  852. package/docs/html/interfaces/mapping_FeatureLayerExtensionBase.FeatureLayerBaseProperties.html +3 -0
  853. package/docs/html/interfaces/mapping_FeatureLayerExtensionBase.FeatureLayerExtensionBaseProperties.html +3 -0
  854. package/docs/html/interfaces/mapping_GeoRSSLayerExtension.GeoRSSLayerExtensionProperties.html +3 -0
  855. package/docs/html/interfaces/mapping_GraphicsLayerExtension.GraphicsLayerExtensionProperties.html +3 -0
  856. package/docs/html/interfaces/mapping_GroundExtension.GroundExtensionProperties.html +3 -0
  857. package/docs/html/interfaces/mapping_GroundExtension.GroundProperties.html +3 -0
  858. package/docs/html/interfaces/mapping_GroupLayerExtension.GroupLayerExtensionProperties.html +3 -0
  859. package/docs/html/interfaces/mapping_ImageryLayerExtension.ImageryLayerExtensionProperties.html +3 -0
  860. package/docs/html/interfaces/mapping_ImageryTileLayerExtension.ImageryTileLayerExtensionProperties.html +3 -0
  861. package/docs/html/interfaces/mapping_ImageryTileLayerExtension.ImageryTileLayerProperties.html +3 -0
  862. package/docs/html/interfaces/mapping_IntegratedMeshLayerExtension.IntegratedMeshLayerExtensionProperties.html +3 -0
  863. package/docs/html/interfaces/mapping_KMLLayerExtension.KMLLayerExtensionProperties.html +3 -0
  864. package/docs/html/interfaces/mapping_KMLSublayerExtension.KMLSublayerExtensionCollection.html +3 -0
  865. package/docs/html/interfaces/mapping_KMLSublayerExtension.KMLSublayerExtensionProperties.html +3 -0
  866. package/docs/html/interfaces/mapping_MapConstraints.MapConstraintsProperties.html +3 -0
  867. package/docs/html/interfaces/mapping_MapConstraints.ViewSyncConstraints.html +3 -0
  868. package/docs/html/interfaces/mapping_MapExtension.MapExtensionProperties.html +3 -0
  869. package/docs/html/interfaces/mapping_MapExtension.TableExtensionCollection.html +3 -0
  870. package/docs/html/interfaces/mapping_MapImageLayerExtension.MapImageLayerExtensionProperties.html +3 -0
  871. package/docs/html/interfaces/mapping_MapImageSublayerExtension.MapImageSublayerExtensionProperties.html +3 -0
  872. package/docs/html/interfaces/mapping_MapImageSublayerExtension.MapImageSublayerProperties.html +3 -0
  873. package/docs/html/interfaces/mapping_OpenStreetMapLayerExtension.OpenStreetMapLayerExtensionProperties.html +3 -0
  874. package/docs/html/interfaces/mapping_PointCloudLayerExtension.PointCloudLayerExtensionProperties.html +4 -1
  875. package/docs/html/interfaces/mapping_PointCloudLayerExtension.PointCloudLayerProperties.html +794 -0
  876. package/docs/html/interfaces/mapping_SceneLayerExtension.SceneLayerExtensionProperties.html +3 -0
  877. package/docs/html/interfaces/mapping_StreamLayerExtension.StreamLayerExtensionProperties.html +3 -0
  878. package/docs/html/interfaces/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerExtensionProperties.html +3 -0
  879. package/docs/html/interfaces/mapping_SubtypeSublayerExtension.SubtypeSublayerExtensionCollection.html +3 -0
  880. package/docs/html/interfaces/mapping_SubtypeSublayerExtension.SubtypeSublayerExtensionProperties.html +3 -0
  881. package/docs/html/interfaces/mapping_SubtypeSublayerExtension.SubtypeSublayerProperties.html +3 -0
  882. package/docs/html/interfaces/mapping_TileLayerExtension.TileLayerExtensionProperties.html +3 -0
  883. package/docs/html/interfaces/mapping_TileLayerExtension.TileLayerProperties.html +3 -0
  884. package/docs/html/interfaces/mapping_TileSublayerExtension.TileSublayerExtensionProperties.html +3 -0
  885. package/docs/html/interfaces/mapping_TileSublayerExtension.TileSublayerProperties.html +3 -0
  886. package/docs/html/interfaces/mapping_VectorTileLayerExtension.VectorTileLayerExtensionProperties.html +3 -0
  887. package/docs/html/interfaces/mapping_WMSLayerExtension.WMSLayerExtensionProperties.html +3 -0
  888. package/docs/html/interfaces/mapping_WMSSublayerExtension.WMSSublayerExtensionCollection.html +3 -0
  889. package/docs/html/interfaces/mapping_WMSSublayerExtension.WMSSublayerExtensionProperties.html +3 -0
  890. package/docs/html/interfaces/mapping_WMSSublayerExtension.WMSSublayerProperties.html +3 -0
  891. package/docs/html/interfaces/mapping_WMTSLayerExtension.WMTSLayerExtensionProperties.html +3 -0
  892. package/docs/html/interfaces/mapping_WMTSLayerExtension.WMTSSublayerExtensionCollection.html +3 -0
  893. package/docs/html/interfaces/mapping_WMTSSublayerExtension.WMTSSublayerExtensionProperties.html +3 -0
  894. package/docs/html/interfaces/mapping_WebTileLayerExtension.WebTileLayerExtensionProperties.html +3 -0
  895. package/docs/html/interfaces/mapping__LayerExtension.LayerExtensionProperties.html +3 -0
  896. package/docs/html/interfaces/mapping__LayerExtension.LayerProperties.html +3 -0
  897. package/docs/html/interfaces/mapping__LayerExtension.LayerReference.html +3 -0
  898. package/docs/html/interfaces/mapping__SublayerExtension.SublayerExtensionProperties.html +3 -0
  899. package/docs/html/interfaces/mapping__SublayerExtension.SublayerProperties.html +3 -0
  900. package/docs/html/interfaces/mapping__SublayerExtension.SublayerReference.html +3 -0
  901. package/docs/html/interfaces/mapping_support_ArrayWrappedCollection.ArrayWrappedCollectionProperties.html +633 -0
  902. package/docs/html/interfaces/mapping_support_BasemapExtensionFactory.BasemapExtensionFactory.html +3 -0
  903. package/docs/html/interfaces/mapping_support_LayerExtensionFactory.LayerExtensionFactory.html +3 -0
  904. package/docs/html/interfaces/mapping_support_SublayerExtensionFactory.SublayerExtensionFactory.html +3 -0
  905. package/docs/html/interfaces/mapping_support_WfsCapabilities.WfsCapabilitiesProperties.html +3 -0
  906. package/docs/html/interfaces/mapping_support_WfsFeatureType.WfsFeatureTypeProperties.html +3 -0
  907. package/docs/html/interfaces/mapping_support__LayerExtensionCollection.LayerExtensionCollection.html +3 -0
  908. package/docs/html/interfaces/mapping_support__SublayerExtensionCollection.SublayerExtensionCollection.html +3 -0
  909. package/docs/html/interfaces/menus_Menu.MenuProperties.html +3 -0
  910. package/docs/html/interfaces/menus_MenuItem.MenuItemProperties.html +3 -0
  911. package/docs/html/interfaces/menus_MenuItemState.MenuItemState.html +3 -0
  912. package/docs/html/interfaces/menus_support_MenuFactory.MenuFactory.html +3 -0
  913. package/docs/html/interfaces/menus_support_MenuItemFactory.MenuItemFactory.html +3 -0
  914. package/docs/html/interfaces/portal_ApplicationProperties.ApplicationProperties.html +3 -0
  915. package/docs/html/interfaces/portal_Background.ColorBackground.html +3 -0
  916. package/docs/html/interfaces/portal_BaseMap.BaseMap-1.html +3 -0
  917. package/docs/html/interfaces/portal_BaseMapLayer.BaseMapLayerBase.html +3 -0
  918. package/docs/html/interfaces/portal_BingLayer.BingLayer.html +3 -0
  919. package/docs/html/interfaces/portal_Bookmark.Bookmark.html +3 -0
  920. package/docs/html/interfaces/portal_BuildingSceneLayer.AuthoringInfoFilterBlock.html +3 -0
  921. package/docs/html/interfaces/portal_BuildingSceneLayer.AuthoringInfoFilterType.html +3 -0
  922. package/docs/html/interfaces/portal_BuildingSceneLayer.BuildingSceneLayer-1.html +3 -0
  923. package/docs/html/interfaces/portal_BuildingSceneLayer.Filter.html +3 -0
  924. package/docs/html/interfaces/portal_BuildingSceneLayer.FilterAuthoringInfoCheckbox.html +3 -0
  925. package/docs/html/interfaces/portal_BuildingSceneLayer.FilterBlock.html +3 -0
  926. package/docs/html/interfaces/portal_BuildingSceneLayer.FilterModeSolid.html +3 -0
  927. package/docs/html/interfaces/portal_BuildingSceneLayer.FilterModeWireFrame.html +3 -0
  928. package/docs/html/interfaces/portal_BuildingSceneSublayer.BuildingSceneSublayer-1.html +3 -0
  929. package/docs/html/interfaces/portal_CIMSymbol.CIMSymbol.html +3 -0
  930. package/docs/html/interfaces/portal_CSVLayer.CSVLayer-1.html +3 -0
  931. package/docs/html/interfaces/portal_Callout.Border.html +3 -0
  932. package/docs/html/interfaces/portal_Callout.Callout.html +3 -0
  933. package/docs/html/interfaces/portal_Camera.Camera-1.html +3 -0
  934. package/docs/html/interfaces/portal_ClassBreaksRenderer.ClassBreakInfo.html +3 -0
  935. package/docs/html/interfaces/portal_ClassBreaksRenderer.ClassBreaksRenderer.html +3 -0
  936. package/docs/html/interfaces/portal_CodedValueDomain.CodedValue.html +3 -0
  937. package/docs/html/interfaces/portal_CodedValueDomain.CodedValueDomain-1.html +3 -0
  938. package/docs/html/interfaces/portal_ColorClassBreakInfo.ColorClassBreakInfo.html +3 -0
  939. package/docs/html/interfaces/portal_ColorUniqueValueInfos.ColorUniqueValueInfos.html +3 -0
  940. package/docs/html/interfaces/portal_DataSource.DataSourceBase.html +3 -0
  941. package/docs/html/interfaces/portal_DefinitionEditor.DefinitionEditor.html +3 -0
  942. package/docs/html/interfaces/portal_DefinitionEditor.Input.html +3 -0
  943. package/docs/html/interfaces/portal_DefinitionEditor.Parameter.html +3 -0
  944. package/docs/html/interfaces/portal_Domain.DomainBase.html +3 -0
  945. package/docs/html/interfaces/portal_DrawingInfo.DrawingInfo-1.html +3 -0
  946. package/docs/html/interfaces/portal_DynamicDataLayer.DynamicDataLayer.html +3 -0
  947. package/docs/html/interfaces/portal_DynamicMapLayer.DynamicMapLayer.html +3 -0
  948. package/docs/html/interfaces/portal_Edges.SketchEdges.html +3 -0
  949. package/docs/html/interfaces/portal_Edges.SolidEdges.html +3 -0
  950. package/docs/html/interfaces/portal_Effect.BloomEffectFunction.html +3 -0
  951. package/docs/html/interfaces/portal_Effect.BlurEffectFunction.html +3 -0
  952. package/docs/html/interfaces/portal_Effect.BrightnessEffectFunction.html +3 -0
  953. package/docs/html/interfaces/portal_Effect.ContrastEffectFunction.html +3 -0
  954. package/docs/html/interfaces/portal_Effect.DropShadowEffectFunction.html +3 -0
  955. package/docs/html/interfaces/portal_Effect.GrayscaleEffectFunction.html +3 -0
  956. package/docs/html/interfaces/portal_Effect.HueRotateEffectFunction.html +3 -0
  957. package/docs/html/interfaces/portal_Effect.InvertEffectFunction.html +3 -0
  958. package/docs/html/interfaces/portal_Effect.OpacityEffectFunction.html +3 -0
  959. package/docs/html/interfaces/portal_Effect.SaturateEffectFunction.html +3 -0
  960. package/docs/html/interfaces/portal_Effect.ScaleDependentEffect.html +3 -0
  961. package/docs/html/interfaces/portal_Effect.SepiaEffectFunction.html +3 -0
  962. package/docs/html/interfaces/portal_ElevationInfo.ElevationInfo-1.html +3 -0
  963. package/docs/html/interfaces/portal_ElevationInfo.FeatureExpressionInfo.html +3 -0
  964. package/docs/html/interfaces/portal_ElevationLayer.ElevationLayer-1.html +3 -0
  965. package/docs/html/interfaces/portal_Environment.Environment-1.html +3 -0
  966. package/docs/html/interfaces/portal_Extent.Extent.html +3 -0
  967. package/docs/html/interfaces/portal_ExtrudeSymbol3DLayer.ExtrudeSymbol3DLayer.html +3 -0
  968. package/docs/html/interfaces/portal_Feature.Feature-1.html +3 -0
  969. package/docs/html/interfaces/portal_FeatureCollection.FeatureCollection.html +3 -0
  970. package/docs/html/interfaces/portal_FeatureLayer.FeatureLayer-1.html +3 -0
  971. package/docs/html/interfaces/portal_FeatureReduction.FeatureReductionCluster.html +3 -0
  972. package/docs/html/interfaces/portal_FeatureReduction.FeatureReductionSelection.html +3 -0
  973. package/docs/html/interfaces/portal_FeatureSet.FeatureSet.html +3 -0
  974. package/docs/html/interfaces/portal_Field.Field-1.html +3 -0
  975. package/docs/html/interfaces/portal_FieldInfo.FieldInfo.html +3 -0
  976. package/docs/html/interfaces/portal_FillSymbol3DLayer.FillSymbol3DLayer.html +3 -0
  977. package/docs/html/interfaces/portal_FormInfo.FormAttachmentElement.html +3 -0
  978. package/docs/html/interfaces/portal_FormInfo.FormBarcodeScannerInput.html +3 -0
  979. package/docs/html/interfaces/portal_FormInfo.FormComboBoxInput.html +3 -0
  980. package/docs/html/interfaces/portal_FormInfo.FormDateTimePickerInput.html +3 -0
  981. package/docs/html/interfaces/portal_FormInfo.FormExpressionInfo.html +3 -0
  982. package/docs/html/interfaces/portal_FormInfo.FormFieldElement.html +3 -0
  983. package/docs/html/interfaces/portal_FormInfo.FormGroupElement.html +3 -0
  984. package/docs/html/interfaces/portal_FormInfo.FormInfo-1.html +3 -0
  985. package/docs/html/interfaces/portal_FormInfo.FormRadioButtonsInput.html +3 -0
  986. package/docs/html/interfaces/portal_FormInfo.FormRelationshipElement.html +3 -0
  987. package/docs/html/interfaces/portal_FormInfo.FormSwitchInput.html +3 -0
  988. package/docs/html/interfaces/portal_FormInfo.FormTextAreaInput.html +3 -0
  989. package/docs/html/interfaces/portal_FormInfo.FormTextBoxInput.html +3 -0
  990. package/docs/html/interfaces/portal_Format.Format.html +3 -0
  991. package/docs/html/interfaces/portal_GeoRSSLayer.GeoRSSLayer-1.html +3 -0
  992. package/docs/html/interfaces/portal_Geometry.GeometryBase.html +3 -0
  993. package/docs/html/interfaces/portal_Ground.Ground-1.html +3 -0
  994. package/docs/html/interfaces/portal_GroupLayer.GroupLayer-1.html +3 -0
  995. package/docs/html/interfaces/portal_HeatmapRenderer.ColorStop.html +3 -0
  996. package/docs/html/interfaces/portal_HeatmapRenderer.HeatmapRenderer.html +3 -0
  997. package/docs/html/interfaces/portal_HeightModelInfo.HeightModelInfo.html +3 -0
  998. package/docs/html/interfaces/portal_IconSymbol3DLayer.IconSymbol3DLayer.html +3 -0
  999. package/docs/html/interfaces/portal_ImageServiceLayer.ImageServiceLayer-1.html +3 -0
  1000. package/docs/html/interfaces/portal_ImageServiceVectorLayer.ImageServiceVectorLayer.html +3 -0
  1001. package/docs/html/interfaces/portal_InheritedDomain.InheritedDomain-1.html +3 -0
  1002. package/docs/html/interfaces/portal_InitialState.InitialState-1.html +3 -0
  1003. package/docs/html/interfaces/portal_IntegratedMeshLayer.IntegratedMeshLayer-1.html +3 -0
  1004. package/docs/html/interfaces/portal_Item.Item-1.html +3 -0
  1005. package/docs/html/interfaces/portal_JoinTableDataSource.JoinTableDataSource.html +3 -0
  1006. package/docs/html/interfaces/portal_KMLLayer.KMLLayer-1.html +3 -0
  1007. package/docs/html/interfaces/portal_LabelSymbol3D.LabelSymbol3D.html +3 -0
  1008. package/docs/html/interfaces/portal_LabelingInfo.LabelingInfo-1.html +3 -0
  1009. package/docs/html/interfaces/portal_Layer.Layer-1.html +3 -0
  1010. package/docs/html/interfaces/portal_LayerDefinition.FieldOverride.html +3 -0
  1011. package/docs/html/interfaces/portal_LayerDefinition.LayerDefinition-1.html +3 -0
  1012. package/docs/html/interfaces/portal_LayerDefinition.LayerDefinitionDefaults.html +3 -0
  1013. package/docs/html/interfaces/portal_LayerDefinition.LayerTimeInfo.html +3 -0
  1014. package/docs/html/interfaces/portal_LayerDefinition.OrderByClause.html +3 -0
  1015. package/docs/html/interfaces/portal_LayerDefinition.TimeInfoExportOptions.html +3 -0
  1016. package/docs/html/interfaces/portal_Lighting.SunLighting.html +3 -0
  1017. package/docs/html/interfaces/portal_Lighting.VirtualLighting.html +3 -0
  1018. package/docs/html/interfaces/portal_LineSymbol3D.LineSymbol3D.html +3 -0
  1019. package/docs/html/interfaces/portal_LineSymbol3DLayer.LineSymbol3DLayer.html +3 -0
  1020. package/docs/html/interfaces/portal_LocationInfo.LocationInfo.html +3 -0
  1021. package/docs/html/interfaces/portal_MapFloorInfo.FacilityLayerInfo.html +3 -0
  1022. package/docs/html/interfaces/portal_MapFloorInfo.LevelLayerInfo.html +3 -0
  1023. package/docs/html/interfaces/portal_MapFloorInfo.MapFloorInfo-1.html +3 -0
  1024. package/docs/html/interfaces/portal_MapFloorInfo.SiteLayerInfo.html +3 -0
  1025. package/docs/html/interfaces/portal_MapRangeInfo.MapRangeInfo.html +3 -0
  1026. package/docs/html/interfaces/portal_MapServiceLayer.MapServiceLayer-1.html +3 -0
  1027. package/docs/html/interfaces/portal_MediaInfo.MediaInfo.html +12 -2
  1028. package/docs/html/interfaces/portal_MeshSymbol3D.MeshSymbol3D.html +3 -0
  1029. package/docs/html/interfaces/portal_MosaicRule.MosaicRule-1.html +3 -0
  1030. package/docs/html/interfaces/portal_Multipoint.Multipoint.html +3 -0
  1031. package/docs/html/interfaces/portal_ObjectSymbol3DLayer.ObjectSymbol3DLayer.html +3 -0
  1032. package/docs/html/interfaces/portal_OpenStreetMapLayer.OpenStreetMapLayer-1.html +3 -0
  1033. package/docs/html/interfaces/portal_OperationalLayer.OperationalLayerBase.html +3 -0
  1034. package/docs/html/interfaces/portal_PathSymbol3DLayer.PathSymbol3DLayer.html +3 -0
  1035. package/docs/html/interfaces/portal_PictureFillSymbol.PictureFillSymbol.html +3 -0
  1036. package/docs/html/interfaces/portal_PictureMarkerSymbol.PictureMarkerSymbol.html +3 -0
  1037. package/docs/html/interfaces/portal_Point.Point.html +3 -0
  1038. package/docs/html/interfaces/portal_PointCloudBitfieldFilter.PointCloudBitfieldFilter.html +3 -0
  1039. package/docs/html/interfaces/portal_PointCloudClassBreaksRenderer.PointCloudClassBreaksRenderer.html +3 -0
  1040. package/docs/html/interfaces/portal_PointCloudFixedSizeAlgorithm.PointCloudFixedSizeAlgorithm.html +3 -0
  1041. package/docs/html/interfaces/portal_PointCloudLayer.PointCloudLayer-1.html +6 -1
  1042. package/docs/html/interfaces/portal_PointCloudRGBRenderer.PointCloudRGBRenderer.html +3 -0
  1043. package/docs/html/interfaces/portal_PointCloudRenderer.PointCloudRendererBase.html +3 -0
  1044. package/docs/html/interfaces/portal_PointCloudReturnFilter.PointCloudReturnFilter.html +3 -0
  1045. package/docs/html/interfaces/portal_PointCloudSplatAlgorithm.PointCloudSplatAlgorithm.html +3 -0
  1046. package/docs/html/interfaces/portal_PointCloudStretchRenderer.PointCloudStretchRenderer.html +3 -0
  1047. package/docs/html/interfaces/portal_PointCloudUniqueValueRenderer.PointCloudUniqueValueRenderer.html +3 -0
  1048. package/docs/html/interfaces/portal_PointCloudValueFilter.PointCloudValueFilter.html +3 -0
  1049. package/docs/html/interfaces/portal_PointSymbol3D.PointSymbol3D.html +3 -0
  1050. package/docs/html/interfaces/portal_Polygon.Polygon.html +3 -0
  1051. package/docs/html/interfaces/portal_PolygonSymbol3D.PolygonSymbol3D.html +3 -0
  1052. package/docs/html/interfaces/portal_Polyline.Polyline.html +3 -0
  1053. package/docs/html/interfaces/portal_PopupExpressionInfo.PopupExpressionInfo.html +3 -0
  1054. package/docs/html/interfaces/portal_PopupInfo.OrderByFields.html +3 -0
  1055. package/docs/html/interfaces/portal_PopupInfo.PopupElement.html +44 -5
  1056. package/docs/html/interfaces/portal_PopupInfo.PopupInfo-1.html +3 -0
  1057. package/docs/html/interfaces/portal_PopupInfo.RelatedRecordsInfo.html +3 -0
  1058. package/docs/html/interfaces/portal_PredominanceRenderer.PredominanceRenderer.html +3 -0
  1059. package/docs/html/interfaces/portal_Presentation.Presentation-1.html +3 -0
  1060. package/docs/html/interfaces/portal_QueryTableDataSource.QueryTableDataSource.html +3 -0
  1061. package/docs/html/interfaces/portal_RangeDomain.RangeDomain-1.html +3 -0
  1062. package/docs/html/interfaces/portal_RangeInfo.RangeInfo.html +3 -0
  1063. package/docs/html/interfaces/portal_RasterDataSource.RasterDataSource.html +3 -0
  1064. package/docs/html/interfaces/portal_Renderer.AuthoringInfo.html +3 -0
  1065. package/docs/html/interfaces/portal_Renderer.ColorRamp.html +3 -0
  1066. package/docs/html/interfaces/portal_Renderer.RendererBase.html +3 -0
  1067. package/docs/html/interfaces/portal_RenderingRule.RenderingRule-1.html +3 -0
  1068. package/docs/html/interfaces/portal_SceneLayer.SceneLayer-1.html +3 -0
  1069. package/docs/html/interfaces/portal_SimpleFillSymbol.SimpleFillSymbol.html +3 -0
  1070. package/docs/html/interfaces/portal_SimpleLineSymbol.SimpleLineSymbol.html +3 -0
  1071. package/docs/html/interfaces/portal_SimpleMarkerSymbol.SimpleMarkerSymbol.html +3 -0
  1072. package/docs/html/interfaces/portal_SimpleRenderer.SimpleRenderer.html +3 -0
  1073. package/docs/html/interfaces/portal_Slide.Slide-1.html +3 -0
  1074. package/docs/html/interfaces/portal_SpatialReference.SpatialReference-1.html +3 -0
  1075. package/docs/html/interfaces/portal_StreamLayer.StreamLayer-1.html +3 -0
  1076. package/docs/html/interfaces/portal_StyleSymbolReference.StyleSymbolReference.html +3 -0
  1077. package/docs/html/interfaces/portal_SubtypeGroupLayer.SubtypeGroupLayer-1.html +3 -0
  1078. package/docs/html/interfaces/portal_SubtypeGroupLayer.SubtypeSubtypeGroupLayer.html +3 -0
  1079. package/docs/html/interfaces/portal_SubtypeSublayer.SubtypeSublayer-1.html +3 -0
  1080. package/docs/html/interfaces/portal_Symbol.Font.html +3 -0
  1081. package/docs/html/interfaces/portal_Symbol.SymbolBase.html +3 -0
  1082. package/docs/html/interfaces/portal_Symbol3D.Material.html +3 -0
  1083. package/docs/html/interfaces/portal_Symbol3D.Outline.html +3 -0
  1084. package/docs/html/interfaces/portal_Symbol3D.ResourceIconSymbol.html +3 -0
  1085. package/docs/html/interfaces/portal_Symbol3D.ResourceObjectSymbol.html +3 -0
  1086. package/docs/html/interfaces/portal_Symbol3D.Symbol3DBase.html +3 -0
  1087. package/docs/html/interfaces/portal_Symbol3D.Symbol3DLayer.html +3 -0
  1088. package/docs/html/interfaces/portal_Table.Table.html +3 -0
  1089. package/docs/html/interfaces/portal_TableDataSource.TableDataSource.html +3 -0
  1090. package/docs/html/interfaces/portal_Template.Template-1.html +3 -0
  1091. package/docs/html/interfaces/portal_TemporalRenderer.TemporalRenderer.html +3 -0
  1092. package/docs/html/interfaces/portal_TextSymbol.TextSymbol.html +3 -0
  1093. package/docs/html/interfaces/portal_TextSymbol3DLayer.TextSymbol3DLayer.html +3 -0
  1094. package/docs/html/interfaces/portal_TileInfo.TileInfo-1.html +3 -0
  1095. package/docs/html/interfaces/portal_TiledImageServiceLayer.TiledImageServiceLayer-1.html +3 -0
  1096. package/docs/html/interfaces/portal_TiledMapServiceLayer.TiledMapServiceLayer-1.html +3 -0
  1097. package/docs/html/interfaces/portal_Type.Type-1.html +3 -0
  1098. package/docs/html/interfaces/portal_UniqueValueFromStyle.UniqueValueFromStyle.html +3 -0
  1099. package/docs/html/interfaces/portal_UniqueValueRenderer.UniqueValueInfo.html +3 -0
  1100. package/docs/html/interfaces/portal_UniqueValueRenderer.UniqueValueRenderer.html +3 -0
  1101. package/docs/html/interfaces/portal_UtilityNetwork.TraceConfiguration.html +3 -0
  1102. package/docs/html/interfaces/portal_UtilityNetwork.UtilityNetwork-1.html +3 -0
  1103. package/docs/html/interfaces/portal_Value.Value.html +3 -0
  1104. package/docs/html/interfaces/portal_VectorFieldRenderer.VectorFieldRenderer.html +3 -0
  1105. package/docs/html/interfaces/portal_VectorTileLayer.VectorTileLayer-1.html +3 -0
  1106. package/docs/html/interfaces/portal_VerticalOffset.VerticalOffset.html +3 -0
  1107. package/docs/html/interfaces/portal_Viewpoint.Viewpoint-1.html +3 -0
  1108. package/docs/html/interfaces/portal_VisualVariable.ColorInfo.html +3 -0
  1109. package/docs/html/interfaces/portal_VisualVariable.ColorStop.html +3 -0
  1110. package/docs/html/interfaces/portal_VisualVariable.RotationInfo.html +3 -0
  1111. package/docs/html/interfaces/portal_VisualVariable.Size.html +3 -0
  1112. package/docs/html/interfaces/portal_VisualVariable.SizeInfo.html +6 -3
  1113. package/docs/html/interfaces/portal_VisualVariable.SizeStop.html +3 -0
  1114. package/docs/html/interfaces/portal_VisualVariable.TransparencyInfo.html +3 -0
  1115. package/docs/html/interfaces/portal_VisualVariable.TransparencyStop.html +3 -0
  1116. package/docs/html/interfaces/portal_VisualVariable.VisualVariableBase.html +3 -0
  1117. package/docs/html/interfaces/portal_WMSLayer.WMSLayer-1.html +3 -0
  1118. package/docs/html/interfaces/portal_WMSSublayer.WMSSublayer-1.html +3 -0
  1119. package/docs/html/interfaces/portal_WMTSInfo.WMTSInfo-1.html +3 -0
  1120. package/docs/html/interfaces/portal_Weather.CloudyWeather.html +3 -0
  1121. package/docs/html/interfaces/portal_Weather.FoggyWeather.html +3 -0
  1122. package/docs/html/interfaces/portal_Weather.RainyWeather.html +3 -0
  1123. package/docs/html/interfaces/portal_Weather.SnowyWeather.html +3 -0
  1124. package/docs/html/interfaces/portal_Weather.SunnyWeather.html +3 -0
  1125. package/docs/html/interfaces/portal_WebMap.WebMap-1.html +3 -0
  1126. package/docs/html/interfaces/portal_WebScene.WebScene-1.html +3 -0
  1127. package/docs/html/interfaces/portal_WebSceneBaseMap.WebSceneBaseMap-1.html +3 -0
  1128. package/docs/html/interfaces/portal_WebTileLayer.WebTileLayer-1.html +3 -0
  1129. package/docs/html/interfaces/portal_Widgets.FloorFilter.html +3 -0
  1130. package/docs/html/interfaces/portal_Widgets.Range.html +3 -0
  1131. package/docs/html/interfaces/portal_Widgets.TimeSlider.html +3 -0
  1132. package/docs/html/interfaces/portal_Widgets.Widgets.html +3 -0
  1133. package/docs/html/interfaces/portal__LayerBase.LayerBase-1.html +3 -0
  1134. package/docs/html/interfaces/portal__layerHelper.LayerWithLegendEnabledProperty.html +3 -0
  1135. package/docs/html/interfaces/support_Action.BoundAction.html +3 -0
  1136. package/docs/html/interfaces/support_ArcGISRequestHelper.ArcGISRequestHelper.html +3 -0
  1137. package/docs/html/interfaces/support_ArcGISRequestHelper.ArcGISRequestHelperResponse.html +3 -0
  1138. package/docs/html/interfaces/support_ArcGISRequestHelper.ArcGISRequestOptions.html +4 -1
  1139. package/docs/html/interfaces/support_FormatSettings.FormatSettingsProperties.html +3 -0
  1140. package/docs/html/interfaces/support_InitializableBase.Initializable.html +3 -0
  1141. package/docs/html/interfaces/support_InitializableBase.InitializableBaseProperties.html +3 -0
  1142. package/docs/html/interfaces/support_InitializableBase.InitializeCollectionOptions.html +622 -0
  1143. package/docs/html/interfaces/support_InitializableBase.InitializeWarningEvent.html +3 -0
  1144. package/docs/html/interfaces/support_InitializableCollectionProxy.InitializableCollection.html +4 -0
  1145. package/docs/html/interfaces/support_Serializable.PropertyDef.html +3 -0
  1146. package/docs/html/interfaces/support_Serializable.Serializable.html +3 -0
  1147. package/docs/html/interfaces/support__restApiJson.RestApiCodedValue.html +3 -0
  1148. package/docs/html/interfaces/support__restApiJson.RestApiCodedValueDomain.html +3 -0
  1149. package/docs/html/interfaces/support__restApiJson.RestApiMapServiceTimeInfo.html +3 -0
  1150. package/docs/html/interfaces/support__restApiJson.RestApiRangeDomain.html +3 -0
  1151. package/docs/html/interfaces/support__restApiJson.RestApiServiceTimeInfo.html +3 -0
  1152. package/docs/html/interfaces/support__restApiJson.RestApiSubtype.html +3 -0
  1153. package/docs/html/interfaces/support_esri.AccessorLike.html +3 -0
  1154. package/docs/html/interfaces/support_esri.ChangeEvent.html +3 -0
  1155. package/docs/html/interfaces/support_esri.LayerWithSublayers.html +3 -0
  1156. package/docs/html/interfaces/support_esri.PointCloudLayerCachedStatistics.html +3 -0
  1157. package/docs/html/interfaces/support_esri.PointCloudLayerCachedStatisticsFrequentValues.html +3 -0
  1158. package/docs/html/interfaces/support_esri.PointCloudLayerCachedStatisticsHistogram.html +3 -0
  1159. package/docs/html/interfaces/support_esri.PointCloudLayerCachedStatisticsLabel.html +3 -0
  1160. package/docs/html/interfaces/support_esri.PointCloudLayerCachedStatisticsLabels.html +3 -0
  1161. package/docs/html/interfaces/support_esri.PointCloudLayerCachedStatisticsStats.html +3 -0
  1162. package/docs/html/interfaces/support_esri.SublayerLike.html +3 -0
  1163. package/docs/html/interfaces/tasks_CountResult.CountResult.html +3 -0
  1164. package/docs/html/interfaces/tasks_TaskResult.TaskResult.html +3 -0
  1165. package/docs/html/interfaces/tasks_geocoding_ArcGISGeocoder.ArcGISGeocoderProperties.html +3 -0
  1166. package/docs/html/interfaces/tasks_geocoding_Geocoder.GeocodeOptions-1.html +3 -0
  1167. package/docs/html/interfaces/tasks_geocoding_Geocoder.GeocoderCapabilities.html +3 -0
  1168. package/docs/html/interfaces/tasks_geocoding_Geocoder.GeocoderProperties.html +3 -0
  1169. package/docs/html/interfaces/tasks_identify_IdentifyOptions.IdentifyOptions-1.html +3 -0
  1170. package/docs/html/interfaces/tasks_identify_IdentifyProvider.IdentifyProvider.html +3 -0
  1171. package/docs/html/interfaces/tasks_query_ArcGISRelationship.ArcGISRelationshipProperties.html +3 -0
  1172. package/docs/html/interfaces/tasks_query_QueryBasedRelationship.QueryBasedRelationshipProperties.html +3 -0
  1173. package/docs/html/interfaces/tasks_query_QueryOptions.QueryOptions-1.html +3 -0
  1174. package/docs/html/interfaces/tasks_query_QueryProvider.QueryProvider.html +3 -0
  1175. package/docs/html/interfaces/tasks_search_QuerySearchProvider.ExpandSearchAreaResult.html +3 -0
  1176. package/docs/html/interfaces/tasks_search_SearchOptions.SearchOptions-1.html +3 -0
  1177. package/docs/html/interfaces/tasks_search_SearchProvider.SearchProvider.html +3 -0
  1178. package/docs/html/interfaces/tasks_search_SearchSuggestion.SearchSuggestion.html +3 -0
  1179. package/docs/html/interfaces/utilities_FormatSettings.FormatSettings.html +3 -0
  1180. package/docs/html/interfaces/utilities_ObservableMap.MapChangeEvent.html +3 -0
  1181. package/docs/html/interfaces/utilities_RequestHelper.RequestHelper.html +3 -0
  1182. package/docs/html/interfaces/utilities__layers.TimeAwareLayer.html +3 -0
  1183. package/docs/html/interfaces/utilities_arcade.RunArcadeExpressionParams.html +3 -0
  1184. package/docs/html/interfaces/utilities_array.CompareOptions.html +3 -0
  1185. package/docs/html/interfaces/utilities_checkArg.ArgumentChecker.html +3 -0
  1186. package/docs/html/interfaces/utilities_date.DateFormatterProperties.html +3 -0
  1187. package/docs/html/interfaces/utilities_date.DateSettings.html +3 -0
  1188. package/docs/html/interfaces/utilities_date.FormatOptions.html +3 -0
  1189. package/docs/html/interfaces/utilities_date.ParseOptions.html +3 -0
  1190. package/docs/html/interfaces/utilities_geometry.GeoJSONLineString.html +3 -0
  1191. package/docs/html/interfaces/utilities_geometry.GeoJSONMultiLineString.html +3 -0
  1192. package/docs/html/interfaces/utilities_geometry.GeoJSONMultiPoint.html +3 -0
  1193. package/docs/html/interfaces/utilities_geometry.GeoJSONMultiPolygon.html +3 -0
  1194. package/docs/html/interfaces/utilities_geometry.GeoJSONPoint.html +3 -0
  1195. package/docs/html/interfaces/utilities_geometry.GeoJSONPolygon.html +3 -0
  1196. package/docs/html/interfaces/utilities_geometry.GeographicTransformationJson.html +3 -0
  1197. package/docs/html/interfaces/utilities_geometry.GeographicTransformationStepJson.html +3 -0
  1198. package/docs/html/interfaces/utilities_geometry.GmlOptions.html +3 -0
  1199. package/docs/html/interfaces/utilities_log.LogEntry.html +3 -0
  1200. package/docs/html/interfaces/utilities_log.LogOptions.html +3 -0
  1201. package/docs/html/interfaces/utilities_log.Logger.html +3 -0
  1202. package/docs/html/interfaces/utilities_number.FormatOptions.html +3 -0
  1203. package/docs/html/interfaces/utilities_number.NumberFormatterProperties.html +3 -0
  1204. package/docs/html/interfaces/utilities_number.NumberSettings.html +3 -0
  1205. package/docs/html/interfaces/utilities_number.ParseOptions.html +3 -0
  1206. package/docs/html/interfaces/utilities_scaleRanges.ScaleRange.html +3 -0
  1207. package/docs/html/interfaces/utilities_string.FormatOptions.html +3 -0
  1208. package/docs/html/interfaces/utilities_transformation.Transformation.html +3 -0
  1209. package/docs/html/modules/AccessDeniedError.html +3 -0
  1210. package/docs/html/modules/ArgumentError.html +3 -0
  1211. package/docs/html/modules/ArgumentMissingError.html +3 -0
  1212. package/docs/html/modules/ArgumentOutOfRangeError.html +3 -0
  1213. package/docs/html/modules/Entity.html +3 -0
  1214. package/docs/html/modules/ErrorBase.html +3 -0
  1215. package/docs/html/modules/FailureMode.html +3 -0
  1216. package/docs/html/modules/Hyperlink.html +3 -0
  1217. package/docs/html/modules/InvalidOperationError.html +3 -0
  1218. package/docs/html/modules/ItemType.html +5 -0
  1219. package/docs/html/modules/LanguageResources.html +3 -0
  1220. package/docs/html/modules/NotFoundError.html +3 -0
  1221. package/docs/html/modules/PortalUri.html +3 -0
  1222. package/docs/html/modules/config.html +3 -0
  1223. package/docs/html/modules/data_ArcGISServiceTableExtension.html +3 -0
  1224. package/docs/html/modules/data_Attachment.html +3 -0
  1225. package/docs/html/modules/data_Capabilities.html +3 -0
  1226. package/docs/html/modules/data_Feature.html +3 -0
  1227. package/docs/html/modules/data_FeatureList.html +3 -0
  1228. package/docs/html/modules/data_FeatureSaveError.html +3 -0
  1229. package/docs/html/modules/data_FeatureSet.html +3 -0
  1230. package/docs/html/modules/data_FeatureSettings.html +6 -1
  1231. package/docs/html/modules/data_FeatureSource.FeatureReadOptions.html +3 -0
  1232. package/docs/html/modules/data_FeatureSource.html +3 -0
  1233. package/docs/html/modules/data_FeatureSourceBase.html +3 -0
  1234. package/docs/html/modules/data_FeatureStream.html +3 -0
  1235. package/docs/html/modules/data_FieldExtension.html +3 -0
  1236. package/docs/html/modules/data_PopupContentExtension.html +606 -0
  1237. package/docs/html/modules/data_QuerySourceCapabilities.html +3 -0
  1238. package/docs/html/modules/data_Relationship.html +3 -0
  1239. package/docs/html/modules/data_RelationshipBase.html +3 -0
  1240. package/docs/html/modules/data_Schema.html +11 -1
  1241. package/docs/html/modules/data_Table.html +3 -0
  1242. package/docs/html/modules/data_TableExtension.html +3 -0
  1243. package/docs/html/modules/data_TaskSettings.html +3 -0
  1244. package/docs/html/modules/data__Relationship.Relationship.html +3 -0
  1245. package/docs/html/modules/data__Relationship.html +3 -0
  1246. package/docs/html/modules/data__TableExtension.html +3 -0
  1247. package/docs/html/modules/data_convert.html +3 -0
  1248. package/docs/html/modules/data_support_DefaultRelationshipFactory.html +3 -0
  1249. package/docs/html/modules/data_support_DefaultTableExtensionFactory.html +3 -0
  1250. package/docs/html/modules/data_support_RelationshipFactory.html +3 -0
  1251. package/docs/html/modules/data_support_TableExtensionFactory.html +3 -0
  1252. package/docs/html/modules/data_support_attachments.html +5 -0
  1253. package/docs/html/modules/layer_preset_LayerPreset.html +3 -0
  1254. package/docs/html/modules/layer_preset_LayerPresetSettings.html +3 -0
  1255. package/docs/html/modules/locale.html +3 -0
  1256. package/docs/html/modules/mapping_ArcGISSublayerExtension.html +3 -2
  1257. package/docs/html/modules/mapping_BasemapExtension.html +3 -0
  1258. package/docs/html/modules/mapping_Bookmark.html +3 -0
  1259. package/docs/html/modules/mapping_BuildingComponentSublayerExtension.html +3 -0
  1260. package/docs/html/modules/mapping_BuildingGroupSublayerExtension.html +3 -0
  1261. package/docs/html/modules/mapping_BuildingSceneLayerExtension.html +3 -0
  1262. package/docs/html/modules/mapping_BuildingSublayerExtension.html +3 -0
  1263. package/docs/html/modules/mapping_CSVLayerExtension.html +3 -0
  1264. package/docs/html/modules/mapping_ElevationLayerExtension.html +3 -0
  1265. package/docs/html/modules/mapping_FeatureCollectionLayerExtension.html +3 -0
  1266. package/docs/html/modules/mapping_FeatureLayerExtension.html +3 -0
  1267. package/docs/html/modules/mapping_FeatureLayerExtensionBase.html +3 -0
  1268. package/docs/html/modules/mapping_GeoRSSLayerExtension.html +3 -0
  1269. package/docs/html/modules/mapping_GraphicsLayerExtension.html +3 -0
  1270. package/docs/html/modules/mapping_GroundExtension.html +3 -0
  1271. package/docs/html/modules/mapping_GroupLayerExtension.html +3 -0
  1272. package/docs/html/modules/mapping_ImageryLayerExtension.html +3 -0
  1273. package/docs/html/modules/mapping_ImageryTileLayerExtension.html +3 -0
  1274. package/docs/html/modules/mapping_IntegratedMeshLayerExtension.html +3 -0
  1275. package/docs/html/modules/mapping_KMLLayerExtension.html +3 -0
  1276. package/docs/html/modules/mapping_KMLSublayerExtension.html +3 -0
  1277. package/docs/html/modules/mapping_LayerExtension.html +4 -1
  1278. package/docs/html/modules/mapping_MapConstraints.html +3 -0
  1279. package/docs/html/modules/mapping_MapExtension.html +3 -0
  1280. package/docs/html/modules/mapping_MapImageLayerExtension.html +3 -0
  1281. package/docs/html/modules/mapping_MapImageSublayerExtension.html +3 -0
  1282. package/docs/html/modules/mapping_OpenStreetMapLayerExtension.html +3 -0
  1283. package/docs/html/modules/mapping_PointCloudLayerExtension.html +6 -1
  1284. package/docs/html/modules/mapping_SceneLayerExtension.html +3 -0
  1285. package/docs/html/modules/mapping_StreamLayerExtension.html +3 -0
  1286. package/docs/html/modules/mapping_SublayerExtension.html +3 -0
  1287. package/docs/html/modules/mapping_SubtypeGroupLayerExtension.html +3 -0
  1288. package/docs/html/modules/mapping_SubtypeSublayerExtension.html +3 -2
  1289. package/docs/html/modules/mapping_TileLayerExtension.html +3 -0
  1290. package/docs/html/modules/mapping_TileSublayerExtension.html +3 -0
  1291. package/docs/html/modules/mapping_UnsupportedLayerExtension.html +3 -0
  1292. package/docs/html/modules/mapping_VectorTileLayerExtension.html +3 -0
  1293. package/docs/html/modules/mapping_WMSLayerExtension.html +3 -0
  1294. package/docs/html/modules/mapping_WMSSublayerExtension.html +3 -0
  1295. package/docs/html/modules/mapping_WMTSLayerExtension.html +3 -0
  1296. package/docs/html/modules/mapping_WMTSSublayerExtension.html +3 -0
  1297. package/docs/html/modules/mapping_WebTileLayerExtension.html +3 -0
  1298. package/docs/html/modules/mapping__LayerExtension.html +4 -3
  1299. package/docs/html/modules/mapping__SublayerExtension.html +3 -0
  1300. package/docs/html/modules/mapping_convert.html +3 -0
  1301. package/docs/html/modules/mapping_support_ArrayWrappedCollection.html +602 -0
  1302. package/docs/html/modules/mapping_support_BasemapExtensionFactory.html +3 -0
  1303. package/docs/html/modules/mapping_support_DefaultLayerExtensionFactory.html +3 -0
  1304. package/docs/html/modules/mapping_support_DefaultSublayerExtensionFactory.html +3 -0
  1305. package/docs/html/modules/mapping_support_LayerExtensionFactory.html +3 -0
  1306. package/docs/html/modules/mapping_support_LayerListSettings.html +3 -0
  1307. package/docs/html/modules/mapping_support_PopupTemplateFeatureSettings.html +3 -0
  1308. package/docs/html/modules/mapping_support_SublayerExtensionFactory.html +3 -0
  1309. package/docs/html/modules/mapping_support_WfsCapabilities.html +3 -0
  1310. package/docs/html/modules/mapping_support_WfsFeatureType.html +3 -0
  1311. package/docs/html/modules/mapping_support__LayerExtensionCollection.html +3 -0
  1312. package/docs/html/modules/mapping_support__SublayerExtensionCollection.html +3 -0
  1313. package/docs/html/modules/mapping_support__kml.html +3 -0
  1314. package/docs/html/modules/mapping_support_layers.html +3 -0
  1315. package/docs/html/modules/mapping_support_ogc.html +3 -0
  1316. package/docs/html/modules/menus_Menu.html +3 -0
  1317. package/docs/html/modules/menus_MenuItem.html +3 -0
  1318. package/docs/html/modules/menus_MenuItemState.html +3 -0
  1319. package/docs/html/modules/menus_support_MenuFactory.html +3 -0
  1320. package/docs/html/modules/menus_support_MenuItemFactory.html +3 -0
  1321. package/docs/html/modules/portal_ApplicationProperties.html +3 -0
  1322. package/docs/html/modules/portal_Background.Background.html +3 -0
  1323. package/docs/html/modules/portal_Background.html +3 -0
  1324. package/docs/html/modules/portal_BaseMap.BaseMap.html +3 -0
  1325. package/docs/html/modules/portal_BaseMap.html +3 -0
  1326. package/docs/html/modules/portal_BaseMapLayer.html +3 -0
  1327. package/docs/html/modules/portal_BingLayer.html +3 -0
  1328. package/docs/html/modules/portal_Bookmark.html +3 -0
  1329. package/docs/html/modules/portal_BuildingSceneLayer.BuildingSceneLayer.html +3 -0
  1330. package/docs/html/modules/portal_BuildingSceneLayer.html +3 -0
  1331. package/docs/html/modules/portal_BuildingSceneSublayer.BuildingSceneSublayer.html +3 -0
  1332. package/docs/html/modules/portal_BuildingSceneSublayer.html +3 -0
  1333. package/docs/html/modules/portal_CIMSymbol.html +3 -0
  1334. package/docs/html/modules/portal_CSVLayer.CSVLayer.html +3 -0
  1335. package/docs/html/modules/portal_CSVLayer.html +3 -0
  1336. package/docs/html/modules/portal_Callout.html +3 -0
  1337. package/docs/html/modules/portal_Camera.Camera.html +3 -0
  1338. package/docs/html/modules/portal_Camera.html +3 -0
  1339. package/docs/html/modules/portal_ClassBreaksRenderer.html +3 -0
  1340. package/docs/html/modules/portal_CodedValueDomain.CodedValueDomain.html +3 -0
  1341. package/docs/html/modules/portal_CodedValueDomain.html +3 -0
  1342. package/docs/html/modules/portal_ColorClassBreakInfo.html +3 -0
  1343. package/docs/html/modules/portal_ColorUniqueValueInfos.html +3 -0
  1344. package/docs/html/modules/portal_DataSource.html +3 -0
  1345. package/docs/html/modules/portal_DefinitionEditor.html +3 -0
  1346. package/docs/html/modules/portal_Domain.Domain.html +3 -0
  1347. package/docs/html/modules/portal_Domain.DomainType.html +3 -0
  1348. package/docs/html/modules/portal_Domain.html +3 -0
  1349. package/docs/html/modules/portal_DrawingInfo.DrawingInfo.html +3 -0
  1350. package/docs/html/modules/portal_DrawingInfo.html +3 -0
  1351. package/docs/html/modules/portal_DynamicDataLayer.html +3 -0
  1352. package/docs/html/modules/portal_DynamicMapLayer.html +3 -0
  1353. package/docs/html/modules/portal_Edges.Edges.html +3 -0
  1354. package/docs/html/modules/portal_Edges.html +3 -0
  1355. package/docs/html/modules/portal_Effect.html +3 -0
  1356. package/docs/html/modules/portal_ElevationInfo.ElevationInfo.html +3 -0
  1357. package/docs/html/modules/portal_ElevationInfo.ElevationMode.html +3 -0
  1358. package/docs/html/modules/portal_ElevationInfo.html +3 -0
  1359. package/docs/html/modules/portal_ElevationLayer.ElevationLayer.html +3 -0
  1360. package/docs/html/modules/portal_ElevationLayer.html +3 -0
  1361. package/docs/html/modules/portal_Environment.Environment.html +3 -0
  1362. package/docs/html/modules/portal_Environment.html +3 -0
  1363. package/docs/html/modules/portal_Extent.html +3 -0
  1364. package/docs/html/modules/portal_ExtrudeSymbol3DLayer.html +3 -0
  1365. package/docs/html/modules/portal_Feature.Feature.html +3 -0
  1366. package/docs/html/modules/portal_Feature.html +3 -0
  1367. package/docs/html/modules/portal_FeatureCollection.html +3 -0
  1368. package/docs/html/modules/portal_FeatureLayer.FeatureLayer.html +3 -0
  1369. package/docs/html/modules/portal_FeatureLayer.html +3 -0
  1370. package/docs/html/modules/portal_FeatureReduction.FeatureReduction.html +3 -0
  1371. package/docs/html/modules/portal_FeatureReduction.html +3 -0
  1372. package/docs/html/modules/portal_FeatureSet.html +3 -0
  1373. package/docs/html/modules/portal_Field.Field.html +3 -0
  1374. package/docs/html/modules/portal_Field.FieldType.html +3 -0
  1375. package/docs/html/modules/portal_Field.html +3 -0
  1376. package/docs/html/modules/portal_FieldInfo.html +3 -0
  1377. package/docs/html/modules/portal_FillSymbol3DLayer.html +3 -0
  1378. package/docs/html/modules/portal_FormInfo.FormInfo.html +3 -0
  1379. package/docs/html/modules/portal_FormInfo.html +3 -0
  1380. package/docs/html/modules/portal_Format.html +3 -0
  1381. package/docs/html/modules/portal_GeoRSSLayer.GeoRSSLayer.html +3 -0
  1382. package/docs/html/modules/portal_GeoRSSLayer.html +3 -0
  1383. package/docs/html/modules/portal_Geometry.GeometryType.html +3 -0
  1384. package/docs/html/modules/portal_Geometry.html +3 -0
  1385. package/docs/html/modules/portal_Ground.Ground.html +3 -0
  1386. package/docs/html/modules/portal_Ground.html +3 -0
  1387. package/docs/html/modules/portal_GroupLayer.GroupLayer.html +3 -0
  1388. package/docs/html/modules/portal_GroupLayer.html +3 -0
  1389. package/docs/html/modules/portal_HeatmapRenderer.html +3 -0
  1390. package/docs/html/modules/portal_HeightModelInfo.html +3 -0
  1391. package/docs/html/modules/portal_IconSymbol3DLayer.html +3 -0
  1392. package/docs/html/modules/portal_ImageServiceLayer.ImageServiceLayer.html +3 -0
  1393. package/docs/html/modules/portal_ImageServiceLayer.html +3 -0
  1394. package/docs/html/modules/portal_ImageServiceVectorLayer.html +3 -0
  1395. package/docs/html/modules/portal_InheritedDomain.InheritedDomain.html +3 -0
  1396. package/docs/html/modules/portal_InheritedDomain.html +3 -0
  1397. package/docs/html/modules/portal_InitialState.InitialState.html +3 -0
  1398. package/docs/html/modules/portal_InitialState.html +3 -0
  1399. package/docs/html/modules/portal_IntegratedMeshLayer.IntegratedMeshLayer.html +3 -0
  1400. package/docs/html/modules/portal_IntegratedMeshLayer.html +3 -0
  1401. package/docs/html/modules/portal_Item.Item.html +3 -0
  1402. package/docs/html/modules/portal_Item.html +3 -0
  1403. package/docs/html/modules/portal_JoinTableDataSource.html +3 -0
  1404. package/docs/html/modules/portal_KMLLayer.KMLLayer.html +3 -0
  1405. package/docs/html/modules/portal_KMLLayer.html +3 -0
  1406. package/docs/html/modules/portal_LabelSymbol3D.html +3 -0
  1407. package/docs/html/modules/portal_LabelingInfo.LabelPlacement.html +3 -0
  1408. package/docs/html/modules/portal_LabelingInfo.LabelingInfo.html +3 -0
  1409. package/docs/html/modules/portal_LabelingInfo.html +3 -0
  1410. package/docs/html/modules/portal_Layer.Layer.html +3 -0
  1411. package/docs/html/modules/portal_Layer.html +3 -0
  1412. package/docs/html/modules/portal_LayerBase.html +3 -0
  1413. package/docs/html/modules/portal_LayerDefinition.LayerDefinition.html +3 -0
  1414. package/docs/html/modules/portal_LayerDefinition.LayerDefinitionCapabilities.html +3 -0
  1415. package/docs/html/modules/portal_LayerDefinition.html +3 -0
  1416. package/docs/html/modules/portal_Lighting.Lighting.html +3 -0
  1417. package/docs/html/modules/portal_Lighting.html +3 -0
  1418. package/docs/html/modules/portal_LineSymbol3D.html +3 -0
  1419. package/docs/html/modules/portal_LineSymbol3DLayer.html +3 -0
  1420. package/docs/html/modules/portal_LocationInfo.html +3 -0
  1421. package/docs/html/modules/portal_MapFloorInfo.MapFloorInfo.html +3 -0
  1422. package/docs/html/modules/portal_MapFloorInfo.html +3 -0
  1423. package/docs/html/modules/portal_MapRangeInfo.html +3 -0
  1424. package/docs/html/modules/portal_MapServiceLayer.MapServiceLayer.html +3 -0
  1425. package/docs/html/modules/portal_MapServiceLayer.html +3 -0
  1426. package/docs/html/modules/portal_MediaInfo.MediaType.html +3 -0
  1427. package/docs/html/modules/portal_MediaInfo.html +3 -0
  1428. package/docs/html/modules/portal_MeshSymbol3D.html +3 -0
  1429. package/docs/html/modules/portal_MosaicRule.MosaicMethodType.html +3 -0
  1430. package/docs/html/modules/portal_MosaicRule.MosaicOperationType.html +3 -0
  1431. package/docs/html/modules/portal_MosaicRule.MosaicRule.html +3 -0
  1432. package/docs/html/modules/portal_MosaicRule.html +3 -0
  1433. package/docs/html/modules/portal_Multipoint.html +3 -0
  1434. package/docs/html/modules/portal_ObjectSymbol3DLayer.html +3 -0
  1435. package/docs/html/modules/portal_OpenStreetMapLayer.OpenStreetMapLayer.html +3 -0
  1436. package/docs/html/modules/portal_OpenStreetMapLayer.html +3 -0
  1437. package/docs/html/modules/portal_OperationalLayer.html +3 -0
  1438. package/docs/html/modules/portal_PathSymbol3DLayer.html +3 -0
  1439. package/docs/html/modules/portal_PictureFillSymbol.html +3 -0
  1440. package/docs/html/modules/portal_PictureMarkerSymbol.html +3 -0
  1441. package/docs/html/modules/portal_Point.html +3 -0
  1442. package/docs/html/modules/portal_PointCloudBitfieldFilter.html +3 -0
  1443. package/docs/html/modules/portal_PointCloudClassBreaksRenderer.html +3 -0
  1444. package/docs/html/modules/portal_PointCloudFilter.html +3 -0
  1445. package/docs/html/modules/portal_PointCloudFixedSizeAlgorithm.html +3 -0
  1446. package/docs/html/modules/portal_PointCloudLayer.PointCloudLayer.html +3 -0
  1447. package/docs/html/modules/portal_PointCloudLayer.html +3 -0
  1448. package/docs/html/modules/portal_PointCloudRGBRenderer.html +3 -0
  1449. package/docs/html/modules/portal_PointCloudRenderer.PointCloudRenderer.html +3 -0
  1450. package/docs/html/modules/portal_PointCloudRenderer.html +3 -0
  1451. package/docs/html/modules/portal_PointCloudReturnFilter.html +3 -0
  1452. package/docs/html/modules/portal_PointCloudSplatAlgorithm.html +3 -0
  1453. package/docs/html/modules/portal_PointCloudStretchRenderer.html +3 -0
  1454. package/docs/html/modules/portal_PointCloudUniqueValueRenderer.html +3 -0
  1455. package/docs/html/modules/portal_PointCloudValueFilter.html +3 -0
  1456. package/docs/html/modules/portal_PointSymbol3D.html +3 -0
  1457. package/docs/html/modules/portal_Polygon.html +3 -0
  1458. package/docs/html/modules/portal_PolygonSymbol3D.html +3 -0
  1459. package/docs/html/modules/portal_Polyline.html +3 -0
  1460. package/docs/html/modules/portal_PopupExpressionInfo.html +3 -0
  1461. package/docs/html/modules/portal_PopupInfo.PopupContent.html +600 -0
  1462. package/docs/html/modules/portal_PopupInfo.PopupInfo.html +3 -0
  1463. package/docs/html/modules/portal_PopupInfo.html +5 -1
  1464. package/docs/html/modules/portal_PredominanceRenderer.html +3 -0
  1465. package/docs/html/modules/portal_Presentation.Presentation.html +3 -0
  1466. package/docs/html/modules/portal_Presentation.html +3 -0
  1467. package/docs/html/modules/portal_QueryTableDataSource.html +3 -0
  1468. package/docs/html/modules/portal_RangeDomain.RangeDomain.html +3 -0
  1469. package/docs/html/modules/portal_RangeDomain.html +3 -0
  1470. package/docs/html/modules/portal_RangeInfo.html +3 -0
  1471. package/docs/html/modules/portal_RasterDataSource.html +3 -0
  1472. package/docs/html/modules/portal_Renderer.Renderer.html +3 -0
  1473. package/docs/html/modules/portal_Renderer.html +3 -0
  1474. package/docs/html/modules/portal_RenderingRule.PixelType.html +3 -0
  1475. package/docs/html/modules/portal_RenderingRule.RenderingRule.html +3 -0
  1476. package/docs/html/modules/portal_RenderingRule.html +3 -0
  1477. package/docs/html/modules/portal_SceneLayer.SceneLayer.html +3 -0
  1478. package/docs/html/modules/portal_SceneLayer.html +3 -0
  1479. package/docs/html/modules/portal_SimpleFillSymbol.html +3 -0
  1480. package/docs/html/modules/portal_SimpleLineSymbol.html +3 -0
  1481. package/docs/html/modules/portal_SimpleMarkerSymbol.html +3 -0
  1482. package/docs/html/modules/portal_SimpleRenderer.html +3 -0
  1483. package/docs/html/modules/portal_Slide.Slide.html +3 -0
  1484. package/docs/html/modules/portal_Slide.html +3 -0
  1485. package/docs/html/modules/portal_SpatialReference.SpatialReference.html +3 -0
  1486. package/docs/html/modules/portal_SpatialReference.html +3 -0
  1487. package/docs/html/modules/portal_StreamLayer.StreamLayer.html +3 -0
  1488. package/docs/html/modules/portal_StreamLayer.html +3 -0
  1489. package/docs/html/modules/portal_StyleSymbolReference.html +3 -0
  1490. package/docs/html/modules/portal_SubtypeGroupLayer.SubtypeGroupLayer.html +3 -0
  1491. package/docs/html/modules/portal_SubtypeGroupLayer.html +3 -0
  1492. package/docs/html/modules/portal_SubtypeSublayer.SubtypeSublayer.html +3 -0
  1493. package/docs/html/modules/portal_SubtypeSublayer.html +3 -0
  1494. package/docs/html/modules/portal_Symbol.SymbolType.html +3 -0
  1495. package/docs/html/modules/portal_Symbol.html +3 -0
  1496. package/docs/html/modules/portal_Symbol3D.html +3 -0
  1497. package/docs/html/modules/portal_Table.html +3 -0
  1498. package/docs/html/modules/portal_TableDataSource.html +3 -0
  1499. package/docs/html/modules/portal_Template.Template.html +3 -0
  1500. package/docs/html/modules/portal_Template.html +3 -0
  1501. package/docs/html/modules/portal_TemporalRenderer.html +3 -0
  1502. package/docs/html/modules/portal_TextSymbol.html +3 -0
  1503. package/docs/html/modules/portal_TextSymbol3DLayer.html +3 -0
  1504. package/docs/html/modules/portal_TileInfo.TileInfo.html +3 -0
  1505. package/docs/html/modules/portal_TileInfo.html +3 -0
  1506. package/docs/html/modules/portal_TiledImageServiceLayer.TiledImageServiceLayer.html +3 -0
  1507. package/docs/html/modules/portal_TiledImageServiceLayer.html +3 -0
  1508. package/docs/html/modules/portal_TiledMapServiceLayer.TiledMapServiceLayer.html +3 -0
  1509. package/docs/html/modules/portal_TiledMapServiceLayer.html +3 -0
  1510. package/docs/html/modules/portal_Type.Type.html +3 -0
  1511. package/docs/html/modules/portal_Type.html +3 -0
  1512. package/docs/html/modules/portal_UniqueValueFromStyle.html +3 -0
  1513. package/docs/html/modules/portal_UniqueValueRenderer.html +3 -0
  1514. package/docs/html/modules/portal_UtilityNetwork.UtilityNetwork.html +3 -0
  1515. package/docs/html/modules/portal_UtilityNetwork.html +3 -0
  1516. package/docs/html/modules/portal_Value.html +3 -0
  1517. package/docs/html/modules/portal_VectorFieldRenderer.html +3 -0
  1518. package/docs/html/modules/portal_VectorTileLayer.VectorTileLayer.html +3 -0
  1519. package/docs/html/modules/portal_VectorTileLayer.html +3 -0
  1520. package/docs/html/modules/portal_VerticalOffset.html +3 -0
  1521. package/docs/html/modules/portal_Viewpoint.Viewpoint.html +3 -0
  1522. package/docs/html/modules/portal_Viewpoint.html +3 -0
  1523. package/docs/html/modules/portal_VisualVariable.html +3 -0
  1524. package/docs/html/modules/portal_WMSLayer.WMSLayer.html +3 -0
  1525. package/docs/html/modules/portal_WMSLayer.html +3 -0
  1526. package/docs/html/modules/portal_WMSSublayer.WMSSublayer.html +3 -0
  1527. package/docs/html/modules/portal_WMSSublayer.html +3 -0
  1528. package/docs/html/modules/portal_WMTSInfo.WMTSInfo.html +3 -0
  1529. package/docs/html/modules/portal_WMTSInfo.html +3 -0
  1530. package/docs/html/modules/portal_Weather.Weather.html +3 -0
  1531. package/docs/html/modules/portal_Weather.html +3 -0
  1532. package/docs/html/modules/portal_WebMap.WebMap.html +3 -0
  1533. package/docs/html/modules/portal_WebMap.html +3 -0
  1534. package/docs/html/modules/portal_WebScene.WebScene.html +3 -0
  1535. package/docs/html/modules/portal_WebScene.html +3 -0
  1536. package/docs/html/modules/portal_WebSceneBaseMap.WebSceneBaseMap.html +3 -0
  1537. package/docs/html/modules/portal_WebSceneBaseMap.html +3 -0
  1538. package/docs/html/modules/portal_WebTileLayer.WebTileLayer.html +3 -0
  1539. package/docs/html/modules/portal_WebTileLayer.html +3 -0
  1540. package/docs/html/modules/portal_Widgets.html +3 -0
  1541. package/docs/html/modules/portal__FeatureLayer.html +3 -0
  1542. package/docs/html/modules/portal__LayerBase.LayerBase.html +3 -0
  1543. package/docs/html/modules/portal__LayerBase.html +3 -0
  1544. package/docs/html/modules/portal__layerHelper.html +3 -0
  1545. package/docs/html/modules/portal__utils.html +3 -0
  1546. package/docs/html/modules/support_Action.html +3 -0
  1547. package/docs/html/modules/support_ArcGISRequestHelper.html +3 -0
  1548. package/docs/html/modules/support_Cancellable.html +3 -0
  1549. package/docs/html/modules/support_FormatSettings.html +3 -0
  1550. package/docs/html/modules/support_InitializableBase.html +11 -1
  1551. package/docs/html/modules/support_InitializableCollectionProxy.html +3 -0
  1552. package/docs/html/modules/support_InitializeError.html +3 -0
  1553. package/docs/html/modules/support_Observable.html +3 -0
  1554. package/docs/html/modules/support_ReadOnlyInitializableCollection.html +3 -0
  1555. package/docs/html/modules/support_Serializable.html +3 -0
  1556. package/docs/html/modules/support_Settings.html +3 -0
  1557. package/docs/html/modules/support__ArcGISRelationshipCollection.html +3 -0
  1558. package/docs/html/modules/support__esriInternal.html +3 -0
  1559. package/docs/html/modules/support__graphicsQuery.html +3 -0
  1560. package/docs/html/modules/support__query.html +3 -0
  1561. package/docs/html/modules/support__requestCache.html +3 -0
  1562. package/docs/html/modules/support__restApiJson.html +3 -0
  1563. package/docs/html/modules/support_esri.html +3 -0
  1564. package/docs/html/modules/support_utilities.html +3 -0
  1565. package/docs/html/modules/tasks_CountResult.html +3 -0
  1566. package/docs/html/modules/tasks_TaskResult.html +3 -0
  1567. package/docs/html/modules/tasks_geocoding_ArcGISGeocoder.html +3 -0
  1568. package/docs/html/modules/tasks_geocoding_Geocoder.GeocodeOptions.html +3 -0
  1569. package/docs/html/modules/tasks_geocoding_Geocoder.html +3 -0
  1570. package/docs/html/modules/tasks_geocoding_utilities.html +3 -0
  1571. package/docs/html/modules/tasks_identify_ArcGISSublayerQueryIdentifyProvider.html +3 -0
  1572. package/docs/html/modules/tasks_identify_BuildingComponentSublayerClientSideIdentifyProvider.html +3 -0
  1573. package/docs/html/modules/tasks_identify_BuildingComponentSublayerHitTestIdentifyProvider.html +3 -0
  1574. package/docs/html/modules/tasks_identify_CSVLayer3DHitTestIdentifyProvider.html +3 -0
  1575. package/docs/html/modules/tasks_identify_CSVLayerClientSideQueryIdentifyProvider.html +3 -0
  1576. package/docs/html/modules/tasks_identify_ClientSideIdentifyProvider.html +3 -0
  1577. package/docs/html/modules/tasks_identify_FeatureLayer3DHitTestIdentifyProvider.html +3 -0
  1578. package/docs/html/modules/tasks_identify_FeatureLayerClientSideIdentifyProvider.html +3 -0
  1579. package/docs/html/modules/tasks_identify_FeatureLayerQueryIdentifyProvider.html +3 -0
  1580. package/docs/html/modules/tasks_identify_GeoRSSLayerIdentifyProvider.html +3 -0
  1581. package/docs/html/modules/tasks_identify_GraphicsLayerQueryIdentifyProvider.html +3 -0
  1582. package/docs/html/modules/tasks_identify_HitTestIdentifyProvider.html +3 -0
  1583. package/docs/html/modules/tasks_identify_IdentifyError.html +3 -0
  1584. package/docs/html/modules/tasks_identify_IdentifyOptions.IdentifyOptions.html +3 -0
  1585. package/docs/html/modules/tasks_identify_IdentifyOptions.html +3 -0
  1586. package/docs/html/modules/tasks_identify_IdentifyProvider.html +3 -0
  1587. package/docs/html/modules/tasks_identify_IdentifyProviderBase.html +3 -0
  1588. package/docs/html/modules/tasks_identify_IdentifyService.html +3 -0
  1589. package/docs/html/modules/tasks_identify_ImageryLayerIdentifyProvider.html +3 -0
  1590. package/docs/html/modules/tasks_identify_KMLLayerQueryIdentifyProvider.html +3 -0
  1591. package/docs/html/modules/tasks_identify_PointCloudLayerHitTestIdentifyProvider.html +3 -0
  1592. package/docs/html/modules/tasks_identify_SceneLayerClientSideIdentifyProvider.html +3 -0
  1593. package/docs/html/modules/tasks_identify_SceneLayerHitTestIdentifyProvider.html +3 -0
  1594. package/docs/html/modules/tasks_identify_SceneLayerQueryIdentifyProvider.html +3 -0
  1595. package/docs/html/modules/tasks_identify_StreamLayerClientSideQueryIdentifyProvider.html +3 -0
  1596. package/docs/html/modules/tasks_identify_StreamLayerQueryIdentifyProvider.html +3 -0
  1597. package/docs/html/modules/tasks_identify_SubtypeSublayerClientSideIdentifyProvider.html +3 -0
  1598. package/docs/html/modules/tasks_identify_SubtypeSublayerQueryIdentifyProvider.html +3 -0
  1599. package/docs/html/modules/tasks_identify_WMSSublayerIdentifyProvider.html +3 -0
  1600. package/docs/html/modules/tasks_identify__utilities.html +3 -0
  1601. package/docs/html/modules/tasks_query_ArcGISRelationship.html +3 -0
  1602. package/docs/html/modules/tasks_query_ArcGISServiceTableQueryProvider.html +3 -0
  1603. package/docs/html/modules/tasks_query_ArcGISSublayerQueryProvider.html +3 -0
  1604. package/docs/html/modules/tasks_query_BuildingComponentSublayerClientSideQueryProvider.html +3 -0
  1605. package/docs/html/modules/tasks_query_CSVLayerClientSideQueryProvider.html +3 -0
  1606. package/docs/html/modules/tasks_query_CSVLayerQueryProvider.html +3 -0
  1607. package/docs/html/modules/tasks_query_ClientSideQueryProvider.html +3 -0
  1608. package/docs/html/modules/tasks_query_FeatureLayerQueryProvider.html +3 -0
  1609. package/docs/html/modules/tasks_query_GeoRSSLayerQueryProvider.html +3 -0
  1610. package/docs/html/modules/tasks_query_GraphicsLayerQueryProvider.html +3 -0
  1611. package/docs/html/modules/tasks_query_ImageryLayerQueryProvider.html +3 -0
  1612. package/docs/html/modules/tasks_query_KMLLayerQueryProvider.html +3 -0
  1613. package/docs/html/modules/tasks_query_QueryBasedRelationship.html +3 -0
  1614. package/docs/html/modules/tasks_query_QueryError.html +3 -0
  1615. package/docs/html/modules/tasks_query_QueryOptions.QueryOptions.html +3 -0
  1616. package/docs/html/modules/tasks_query_QueryOptions.html +3 -0
  1617. package/docs/html/modules/tasks_query_QueryProvider.html +3 -0
  1618. package/docs/html/modules/tasks_query_QueryProviderBase.html +3 -0
  1619. package/docs/html/modules/tasks_query_QueryService.html +3 -0
  1620. package/docs/html/modules/tasks_query_SceneLayerClientSideQueryProvider.html +3 -0
  1621. package/docs/html/modules/tasks_query_SceneLayerQueryProvider.html +3 -0
  1622. package/docs/html/modules/tasks_query_StreamLayerClientSideQueryProvider.html +3 -0
  1623. package/docs/html/modules/tasks_query_StreamLayerQueryProvider.html +3 -0
  1624. package/docs/html/modules/tasks_query_SubtypeSublayerQueryProvider.html +3 -0
  1625. package/docs/html/modules/tasks_search_ArcGISGeocoderSearchProvider.html +3 -0
  1626. package/docs/html/modules/tasks_search_GeocoderSearchProvider.html +3 -0
  1627. package/docs/html/modules/tasks_search_QuerySearchProvider.html +3 -0
  1628. package/docs/html/modules/tasks_search_SearchError.html +3 -0
  1629. package/docs/html/modules/tasks_search_SearchOptions.SearchOptions.html +3 -0
  1630. package/docs/html/modules/tasks_search_SearchOptions.html +3 -0
  1631. package/docs/html/modules/tasks_search_SearchProvider.html +3 -0
  1632. package/docs/html/modules/tasks_search_SearchProviderBase.html +3 -0
  1633. package/docs/html/modules/tasks_search_SearchService.html +3 -0
  1634. package/docs/html/modules/tasks_search_SearchSuggestion.html +3 -0
  1635. package/docs/html/modules/tasks_search__utilities.html +3 -0
  1636. package/docs/html/modules/utilities_CollectionProxy.html +3 -0
  1637. package/docs/html/modules/utilities_CopyOnWriteCollection.html +3 -0
  1638. package/docs/html/modules/utilities_FormatSettings.html +3 -0
  1639. package/docs/html/modules/utilities_GeometryServiceError.html +3 -0
  1640. package/docs/html/modules/utilities_MapTransformCollection.html +3 -0
  1641. package/docs/html/modules/utilities_ObservableMap.html +3 -0
  1642. package/docs/html/modules/utilities_ObservableSet.html +3 -0
  1643. package/docs/html/modules/utilities_ObservableWeakSet.html +3 -0
  1644. package/docs/html/modules/utilities_ReadOnlyCollection.html +3 -0
  1645. package/docs/html/modules/utilities_ReadOnlyMap.html +3 -0
  1646. package/docs/html/modules/utilities_RequestHelper.html +3 -0
  1647. package/docs/html/modules/utilities__layers.html +3 -0
  1648. package/docs/html/modules/utilities__number.html +3 -0
  1649. package/docs/html/modules/utilities__ogc.html +3 -0
  1650. package/docs/html/modules/utilities_arcade.html +3 -0
  1651. package/docs/html/modules/utilities_array.html +3 -0
  1652. package/docs/html/modules/utilities_asyncIterable.html +3 -0
  1653. package/docs/html/modules/utilities_basemaps.html +3 -0
  1654. package/docs/html/modules/utilities_checkArg.html +3 -0
  1655. package/docs/html/modules/utilities_collection.html +3 -0
  1656. package/docs/html/modules/utilities_date.html +3 -0
  1657. package/docs/html/modules/utilities_enum.html +3 -0
  1658. package/docs/html/modules/utilities_esri.html +17 -0
  1659. package/docs/html/modules/utilities_extensions.html +7 -0
  1660. package/docs/html/modules/utilities_field.html +3 -0
  1661. package/docs/html/modules/utilities_geometry.html +3 -0
  1662. package/docs/html/modules/utilities_iterable.html +3 -0
  1663. package/docs/html/modules/utilities_layers.html +3 -0
  1664. package/docs/html/modules/utilities_log.html +3 -0
  1665. package/docs/html/modules/utilities_mapping.html +3 -0
  1666. package/docs/html/modules/utilities_math.html +3 -0
  1667. package/docs/html/modules/utilities_number.html +3 -0
  1668. package/docs/html/modules/utilities_object.html +3 -0
  1669. package/docs/html/modules/utilities_portal.html +3 -0
  1670. package/docs/html/modules/utilities_promise.html +3 -0
  1671. package/docs/html/modules/utilities_query.html +3 -0
  1672. package/docs/html/modules/utilities_relationships.html +3 -0
  1673. package/docs/html/modules/utilities_renderers.html +3 -0
  1674. package/docs/html/modules/utilities_scaleRanges.html +3 -0
  1675. package/docs/html/modules/utilities_set.html +3 -0
  1676. package/docs/html/modules/utilities_string.html +3 -0
  1677. package/docs/html/modules/utilities_symbol.html +3 -0
  1678. package/docs/html/modules/utilities_transformation.html +3 -0
  1679. package/docs/html/modules/utilities_uri.html +3 -0
  1680. package/docs/html/modules/utilities_uuid.html +3 -0
  1681. package/docs/html/modules/utilities_watch.html +3 -0
  1682. package/docs/html/modules/version.html +3 -0
  1683. package/docs/html/modules.html +5 -0
  1684. package/docs/html/types/FailureMode.FailureMode.html +3 -0
  1685. package/docs/html/types/data_FeatureList.FeatureCompareFunction.html +3 -0
  1686. package/docs/html/types/data_FeatureList.FeaturePredicate.html +3 -0
  1687. package/docs/html/types/data_FeatureList.SortDirection.html +3 -0
  1688. package/docs/html/types/data__Relationship.Cardinality.html +3 -0
  1689. package/docs/html/types/data__Relationship.GeodatabaseCardinality.html +3 -0
  1690. package/docs/html/types/data__Relationship.RelationshipType.html +3 -0
  1691. package/docs/html/types/layer_preset_LayerPreset.LayerPresetJson.html +3 -0
  1692. package/docs/html/types/layer_preset_LayerPresetSettings.SublayerPresetJson.html +3 -0
  1693. package/docs/html/types/mapping_Bookmark.BookmarkSource.html +3 -0
  1694. package/docs/html/types/mapping_GroundExtension.GroundLike.html +3 -0
  1695. package/docs/html/types/mapping_MapExtension.FeatureSourcePredicate.html +3 -0
  1696. package/docs/html/types/mapping_MapExtension.MapProperties.html +3 -0
  1697. package/docs/html/types/mapping_MapExtension.ViewMode.html +3 -0
  1698. package/docs/html/types/mapping_MapExtension.WebMapLike.html +3 -0
  1699. package/docs/html/types/mapping_MapExtension.WebSceneLike.html +3 -0
  1700. package/docs/html/types/mapping_MapImageLayerExtension.MapImageLayerProperties.html +3 -0
  1701. package/docs/html/types/mapping__LayerExtension.LayerExtensionSchemaPropertyBinding.html +4 -2
  1702. package/docs/html/types/mapping__SublayerExtension.SublayerType.html +3 -0
  1703. package/docs/html/types/portal_ApplicationProperties.DownloadMode.html +3 -0
  1704. package/docs/html/types/portal_ApplicationProperties.SyncMode.html +3 -0
  1705. package/docs/html/types/portal_Background.Background-1.html +3 -0
  1706. package/docs/html/types/portal_BaseMapLayer.BaseMapLayer.html +3 -0
  1707. package/docs/html/types/portal_BaseMapLayer.LegacyBaseMapLayerType.html +3 -0
  1708. package/docs/html/types/portal_BuildingSceneLayer.FilterMode.html +3 -0
  1709. package/docs/html/types/portal_ClassBreaksRenderer.ClassificationMethod.html +3 -0
  1710. package/docs/html/types/portal_ClassBreaksRenderer.NormalizationType.html +3 -0
  1711. package/docs/html/types/portal_DataSource.DataSource.html +3 -0
  1712. package/docs/html/types/portal_DataSource.DataSourceType.html +3 -0
  1713. package/docs/html/types/portal_Domain.Domain-1.html +3 -0
  1714. package/docs/html/types/portal_Domain.DomainType-1.html +3 -0
  1715. package/docs/html/types/portal_Edges.Edges-1.html +3 -0
  1716. package/docs/html/types/portal_Effect.Effect.html +3 -0
  1717. package/docs/html/types/portal_Effect.EffectFunction.html +3 -0
  1718. package/docs/html/types/portal_ElevationInfo.ElevationMode-1.html +3 -0
  1719. package/docs/html/types/portal_FeatureLayer.FeatureCollectionType.html +3 -0
  1720. package/docs/html/types/portal_FeatureReduction.FeatureReduction-1.html +3 -0
  1721. package/docs/html/types/portal_Field.FieldType-1.html +3 -0
  1722. package/docs/html/types/portal_FieldInfo.StringFieldOption.html +3 -0
  1723. package/docs/html/types/portal_Format.DateFormat.html +3 -0
  1724. package/docs/html/types/portal_Geometry.Geometry.html +3 -0
  1725. package/docs/html/types/portal_Geometry.GeometryType-1.html +3 -0
  1726. package/docs/html/types/portal_Ground.NavigationConstraintType.html +3 -0
  1727. package/docs/html/types/portal_GroupLayer.GroupLayerVisibilityMode.html +3 -0
  1728. package/docs/html/types/portal_JoinTableDataSource.JoinType.html +3 -0
  1729. package/docs/html/types/portal_LabelingInfo.LabelPlacement-1.html +3 -0
  1730. package/docs/html/types/portal_LayerDefinition.HtmlPopupType.html +3 -0
  1731. package/docs/html/types/portal_LayerDefinition.TemporalUnit.html +3 -0
  1732. package/docs/html/types/portal_Lighting.Lighting-1.html +3 -0
  1733. package/docs/html/types/portal_MediaInfo.MediaType-1.html +3 -0
  1734. package/docs/html/types/portal_MosaicRule.MosaicMethodType-1.html +3 -0
  1735. package/docs/html/types/portal_MosaicRule.MosaicOperationType-1.html +3 -0
  1736. package/docs/html/types/portal_OperationalLayer.LegacyOperationalLayerType.html +3 -0
  1737. package/docs/html/types/portal_OperationalLayer.OperationalLayer.html +3 -0
  1738. package/docs/html/types/portal_PointCloudFilter.PointCloudFilter.html +3 -0
  1739. package/docs/html/types/portal_PointCloudRenderer.PointCloudRenderer-1.html +3 -0
  1740. package/docs/html/types/portal_PopupExpressionInfo.ExpressionReturnType.html +3 -0
  1741. package/docs/html/types/portal_PopupInfo.PopupElementType.html +4 -1
  1742. package/docs/html/types/portal_Renderer.AuthoringInfoType.html +3 -0
  1743. package/docs/html/types/portal_Renderer.ClassificationMethod.html +3 -0
  1744. package/docs/html/types/portal_Renderer.Renderer-1.html +3 -0
  1745. package/docs/html/types/portal_Renderer.RendererType.html +3 -0
  1746. package/docs/html/types/portal_Renderer.RotationType.html +3 -0
  1747. package/docs/html/types/portal_RenderingRule.PixelType-1.html +3 -0
  1748. package/docs/html/types/portal_SimpleFillSymbol.SimpleFillStyle.html +3 -0
  1749. package/docs/html/types/portal_SimpleLineSymbol.SimpleLineStyle.html +3 -0
  1750. package/docs/html/types/portal_SimpleMarkerSymbol.SimpleMarkerStyle.html +3 -0
  1751. package/docs/html/types/portal_SubtypeGroupLayer.SubtypeGroupLayerVisibilityMode.html +3 -0
  1752. package/docs/html/types/portal_Symbol.Color.html +3 -0
  1753. package/docs/html/types/portal_Symbol.FontStyle.html +3 -0
  1754. package/docs/html/types/portal_Symbol.FontWeight.html +3 -0
  1755. package/docs/html/types/portal_Symbol.HorizontalAlignment.html +3 -0
  1756. package/docs/html/types/portal_Symbol.Symbol.html +3 -0
  1757. package/docs/html/types/portal_Symbol.SymbolType-1.html +3 -0
  1758. package/docs/html/types/portal_Symbol.TextDecoration.html +3 -0
  1759. package/docs/html/types/portal_Symbol.VerticalAlignment.html +3 -0
  1760. package/docs/html/types/portal_Symbol3D.Symbol3D.html +3 -0
  1761. package/docs/html/types/portal_Symbol3D.Symbol3DLayerType.html +3 -0
  1762. package/docs/html/types/portal_Table.CapabilitiesEnum.html +3 -0
  1763. package/docs/html/types/portal_Table.TableType.html +3 -0
  1764. package/docs/html/types/portal_Template.DrawingTool.html +3 -0
  1765. package/docs/html/types/portal_VectorFieldRenderer.MagnitudeUnit.html +3 -0
  1766. package/docs/html/types/portal_VisualVariable.RotationType.html +3 -0
  1767. package/docs/html/types/portal_VisualVariable.VisualVariable.html +3 -0
  1768. package/docs/html/types/portal_VisualVariable.VisualVariableType.html +3 -0
  1769. package/docs/html/types/portal_Weather.Weather-1.html +3 -0
  1770. package/docs/html/types/portal_Widgets.TimeUnits.html +3 -0
  1771. package/docs/html/types/portal__LayerBase.BlendMode.html +3 -0
  1772. package/docs/html/types/portal__LayerBase.LayerType.html +3 -0
  1773. package/docs/html/types/support_Action.Action.html +3 -0
  1774. package/docs/html/types/support_Action.ActionName.html +3 -0
  1775. package/docs/html/types/support_Action.CompositeAction.html +3 -0
  1776. package/docs/html/types/support_Action.SimpleAction.html +3 -0
  1777. package/docs/html/types/support_Cancellable.CancelToken.html +3 -0
  1778. package/docs/html/types/support_InitializableBase.InitializeWarningEventCallback.html +6 -1
  1779. package/docs/html/types/support_Serializable.PropertyDefSerializeMode.html +3 -0
  1780. package/docs/html/types/support_Serializable.PropertyDefs.html +3 -0
  1781. package/docs/html/types/support_Serializable.SerializableClass.html +3 -0
  1782. package/docs/html/types/support_Serializable.SerializeMode.html +3 -0
  1783. package/docs/html/types/support__restApiJson.RestApiDomain.html +3 -0
  1784. package/docs/html/types/support_esri.BuildingComponentSublayerCapabilities.html +3 -0
  1785. package/docs/html/types/support_esri.BuildingComponentSublayerCapabilitiesData.html +3 -0
  1786. package/docs/html/types/support_esri.BuildingSceneSublayerType.html +3 -0
  1787. package/docs/html/types/support_esri.CSVLayerCapabilities.html +3 -0
  1788. package/docs/html/types/support_esri.ChangeEventCallback.html +3 -0
  1789. package/docs/html/types/support_esri.ChartMediaInfo.html +3 -0
  1790. package/docs/html/types/support_esri.DateFormat.html +3 -0
  1791. package/docs/html/types/support_esri.DistanceUnit.html +3 -0
  1792. package/docs/html/types/support_esri.Domain.html +3 -0
  1793. package/docs/html/types/support_esri.DomainType.html +3 -0
  1794. package/docs/html/types/support_esri.DrawingTool.html +3 -0
  1795. package/docs/html/types/support_esri.EditsResult.html +3 -0
  1796. package/docs/html/types/support_esri.ElevationLayerProperties.html +3 -0
  1797. package/docs/html/types/support_esri.ElevationMode.html +3 -0
  1798. package/docs/html/types/support_esri.EsriError.html +3 -0
  1799. package/docs/html/types/support_esri.EsriErrorDetails.html +3 -0
  1800. package/docs/html/types/support_esri.EventCallback.html +3 -0
  1801. package/docs/html/types/support_esri.EventHandler.html +3 -0
  1802. package/docs/html/types/support_esri.FeatureEditResult.html +3 -0
  1803. package/docs/html/types/support_esri.FeatureLayerApplyEdits.html +3 -0
  1804. package/docs/html/types/support_esri.FeatureLayerCapabilities.html +3 -0
  1805. package/docs/html/types/support_esri.FeatureLayerElevationInfo.html +3 -0
  1806. package/docs/html/types/support_esri.FeatureLayerProperties.html +3 -0
  1807. package/docs/html/types/support_esri.FieldProperties.html +3 -0
  1808. package/docs/html/types/support_esri.FieldType.html +3 -0
  1809. package/docs/html/types/support_esri.GeometryType.html +3 -0
  1810. package/docs/html/types/support_esri.GraphicHit.html +3 -0
  1811. package/docs/html/types/support_esri.ImageryLayerProperties.html +3 -0
  1812. package/docs/html/types/support_esri.IntegratedMeshLayerProperties.html +3 -0
  1813. package/docs/html/types/support_esri.ItemCallback.html +3 -0
  1814. package/docs/html/types/support_esri.ItemCompareCallback.html +3 -0
  1815. package/docs/html/types/support_esri.ItemMapCallback.html +3 -0
  1816. package/docs/html/types/support_esri.ItemReduceCallback.html +3 -0
  1817. package/docs/html/types/support_esri.ItemTestCallback.html +3 -0
  1818. package/docs/html/types/support_esri.LabelPlacement.html +3 -0
  1819. package/docs/html/types/support_esri.LayerViewCreateEvent.html +3 -0
  1820. package/docs/html/types/support_esri.LayerViewDestroyEvent.html +3 -0
  1821. package/docs/html/types/support_esri.ListMode.html +3 -0
  1822. package/docs/html/types/support_esri.LoadStatus.html +3 -0
  1823. package/docs/html/types/support_esri.MapImageLayerProperties.html +3 -0
  1824. package/docs/html/types/support_esri.MediaType.html +3 -0
  1825. package/docs/html/types/support_esri.MosaicMethodType.html +3 -0
  1826. package/docs/html/types/support_esri.MosaicOperationType.html +3 -0
  1827. package/docs/html/types/support_esri.NavigationConstraintType.html +3 -0
  1828. package/docs/html/types/support_esri.OpenStreetMapLayerProperties.html +3 -0
  1829. package/docs/html/types/support_esri.OutputPixelType.html +3 -0
  1830. package/docs/html/types/support_esri.PointCloudLayerProperties.html +3 -0
  1831. package/docs/html/types/support_esri.PopupTemplateProperties.html +3 -0
  1832. package/docs/html/types/support_esri.PortalItemProperties.html +3 -0
  1833. package/docs/html/types/support_esri.PortalItemType.html +3 -0
  1834. package/docs/html/types/support_esri.PresentationProperties.html +3 -0
  1835. package/docs/html/types/support_esri.RasterFunctionProperties.html +3 -0
  1836. package/docs/html/types/support_esri.RasterInfo.html +3 -0
  1837. package/docs/html/types/support_esri.RelationshipQueryProperties.html +3 -0
  1838. package/docs/html/types/support_esri.RelationshipRole.html +3 -0
  1839. package/docs/html/types/support_esri.RequestOptions.html +3 -0
  1840. package/docs/html/types/support_esri.SceneLayerProperties.html +3 -0
  1841. package/docs/html/types/support_esri.SceneViewGraphicHit.html +3 -0
  1842. package/docs/html/types/support_esri.SceneViewHitTestResult.html +3 -0
  1843. package/docs/html/types/support_esri.SimpleFillSymbolStyle.html +3 -0
  1844. package/docs/html/types/support_esri.SlideVisibleLayers.html +3 -0
  1845. package/docs/html/types/support_esri.StreamLayerProperties.html +3 -0
  1846. package/docs/html/types/support_esri.SymbolType.html +3 -0
  1847. package/docs/html/types/support_esri.TileLayerProperties.html +3 -0
  1848. package/docs/html/types/support_esri.TimeIntervalUnits.html +3 -0
  1849. package/docs/html/types/support_esri.VectorTileLayerProperties.html +3 -0
  1850. package/docs/html/types/support_esri.VisibilityMode.html +3 -0
  1851. package/docs/html/types/support_esri.WatchCallback.html +3 -0
  1852. package/docs/html/types/support_esri.WebMapProperties.html +3 -0
  1853. package/docs/html/types/support_esri.WebMapTimeSliderObject.html +3 -0
  1854. package/docs/html/types/support_esri.WebMapWidgetsObject.html +3 -0
  1855. package/docs/html/types/support_esri.WebSceneProperties.html +3 -0
  1856. package/docs/html/types/support_esri.WebTileLayerProperties.html +3 -0
  1857. package/docs/html/types/support_esri.locatorAddressToLocationsParams.html +3 -0
  1858. package/docs/html/types/support_esri.locatorAddressesToLocationsParams.html +3 -0
  1859. package/docs/html/types/support_esri.locatorSuggestLocationsParams.html +3 -0
  1860. package/docs/html/types/tasks_geocoding_Geocoder.AddressLike.html +3 -0
  1861. package/docs/html/types/tasks_identify_ClientSideIdentifyProvider.ClientSideIdentifiableLayerExtension.html +3 -0
  1862. package/docs/html/types/tasks_identify_ClientSideIdentifyProvider.ClientSideIdentifiableSublayerExtension.html +3 -0
  1863. package/docs/html/types/tasks_identify_HitTestIdentifyProvider.HitTestLayerExtension.html +3 -0
  1864. package/docs/html/types/tasks_query_ClientSideQueryProvider.ClientSideQueryableLayerExtension.html +3 -0
  1865. package/docs/html/types/tasks_query_ClientSideQueryProvider.ClientSideQueryableSublayerExtension.html +3 -0
  1866. package/docs/html/types/utilities_asyncIterable.IterationOrder.html +3 -0
  1867. package/docs/html/types/utilities_geometry.GeoJSON.html +3 -0
  1868. package/docs/html/types/utilities_log.LoggerFactory.html +3 -0
  1869. package/docs/html/types/utilities_portal.PortalItemId.html +3 -0
  1870. package/docs/html/types/utilities_portal.PortalItemLike.html +3 -0
  1871. package/docs/html/types/utilities_portal.PortalItemUrl.html +3 -0
  1872. package/docs/html/types/utilities_scaleRanges.ScaleId.html +3 -0
  1873. package/docs/html/variables/config.config-1.html +3 -0
  1874. package/docs/html/variables/data_Feature.SCORE_FIELD.html +3 -0
  1875. package/docs/html/variables/data_FeatureSource.FeatureReadOptions.DEFAULTS.html +3 -0
  1876. package/docs/html/variables/data_Schema.fieldWithArcadeXRegex.html +595 -0
  1877. package/docs/html/variables/data_Schema.fieldWithRelationshipRegex.html +595 -0
  1878. package/docs/html/variables/data__Relationship.Relationship.factory.html +3 -0
  1879. package/docs/html/variables/data_support_attachments.ATTACHMENT_TYPE_ERROR_REGEX.html +4 -0
  1880. package/docs/html/variables/locale.INVARIANT.html +3 -0
  1881. package/docs/html/variables/mapping_BasemapExtension.defaultBasemapExtensionFactory.html +3 -0
  1882. package/docs/html/variables/mapping_FeatureCollectionLayerExtension.FEATURE_COLLECTION_LAYER_TYPE.html +3 -0
  1883. package/docs/html/variables/mapping_GeoRSSLayerExtension.DEFAULT_GEO_RSS_UTILITY.html +3 -0
  1884. package/docs/html/variables/mapping_GraphicsLayerExtension.GRAPHICS_LAYER_TYPE.html +3 -0
  1885. package/docs/html/variables/mapping_KMLLayerExtension.DEFAULT_KML_UTILITY.html +3 -0
  1886. package/docs/html/variables/portal_BuildingSceneLayer.BuildingSceneLayer.esriBuildingSceneLayerDefaults.html +3 -0
  1887. package/docs/html/variables/portal_BuildingSceneSublayer.BuildingSceneSublayer.esriBuildingSublayerDefaults.html +3 -0
  1888. package/docs/html/variables/portal_CSVLayer.CSVLayer.esriCSVLayerDefaults.html +3 -0
  1889. package/docs/html/variables/portal_Feature.Feature.GRAPHIC_POPUP_TEMPLATE_FIELD.html +3 -0
  1890. package/docs/html/variables/portal_Feature.Feature.GRAPHIC_VISIBLE_FIELD.html +3 -0
  1891. package/docs/html/variables/portal_FeatureLayer.FeatureLayer.esriFeatureLayerDefaults.html +3 -0
  1892. package/docs/html/variables/portal_Ground.Ground.DEFAULT_ELEVATION_ID.html +3 -0
  1893. package/docs/html/variables/portal_Ground.Ground.DEFAULT_ELEVATION_TITLE.html +3 -0
  1894. package/docs/html/variables/portal_Ground.Ground.DEFAULT_ELEVATION_URL.html +3 -0
  1895. package/docs/html/variables/portal_ImageServiceLayer.ImageServiceLayer.esriImageServiceLayerDefaults.html +3 -0
  1896. package/docs/html/variables/portal_IntegratedMeshLayer.IntegratedMeshLayer.esriIntegratedMeshLayerDefaults.html +3 -0
  1897. package/docs/html/variables/portal_LayerDefinition.LayerDefinitionCapabilities.ADD.html +3 -0
  1898. package/docs/html/variables/portal_LayerDefinition.LayerDefinitionCapabilities.DELETE.html +3 -0
  1899. package/docs/html/variables/portal_LayerDefinition.LayerDefinitionCapabilities.EDITING.html +3 -0
  1900. package/docs/html/variables/portal_LayerDefinition.LayerDefinitionCapabilities.QUERY.html +3 -0
  1901. package/docs/html/variables/portal_LayerDefinition.LayerDefinitionCapabilities.UPDATE.html +3 -0
  1902. package/docs/html/variables/portal_MapServiceLayer.MapServiceLayer.esriMapImageLayerDefaults.html +3 -0
  1903. package/docs/html/variables/portal_OpenStreetMapLayer.OpenStreetMapLayer.esriOpenStreetMapLayerDefaults.html +3 -0
  1904. package/docs/html/variables/portal_PointCloudLayer.PointCloudLayer.esriPointCloudLayerDefaults.html +3 -0
  1905. package/docs/html/variables/portal_Renderer.defaultLineRenderer.html +3 -0
  1906. package/docs/html/variables/portal_Renderer.defaultPointRenderer.html +3 -0
  1907. package/docs/html/variables/portal_Renderer.defaultPolygonRenderer.html +3 -0
  1908. package/docs/html/variables/portal_SceneLayer.SceneLayer.esriSceneLayerDefaults.html +3 -0
  1909. package/docs/html/variables/portal_SubtypeSublayer.SubtypeSublayer.esriSubtypeSublayerDefaults.html +3 -0
  1910. package/docs/html/variables/portal_TiledImageServiceLayer.TiledImageServiceLayer.esriImageryTileLayerDefaults.html +3 -0
  1911. package/docs/html/variables/portal_TiledMapServiceLayer.TiledMapServiceLayer.esriTileLayerDefaults.html +3 -0
  1912. package/docs/html/variables/portal_VectorTileLayer.VectorTileLayer.esriVectorTileLayerDefaults.html +3 -0
  1913. package/docs/html/variables/portal__FeatureLayer.GRAPHICS_LAYER_ID.html +3 -0
  1914. package/docs/html/variables/portal__layerHelper.ERR_LAYER_TYPE_MISMATCH.html +3 -0
  1915. package/docs/html/variables/support_esri.wellKnownBasemapTitles.html +3 -0
  1916. package/docs/html/variables/tasks_geocoding_Geocoder.ADDRESS_FIELD.html +3 -0
  1917. package/docs/html/variables/tasks_geocoding_Geocoder.GeocodeOptions.DEFAULTS.html +3 -0
  1918. package/docs/html/variables/tasks_identify_IdentifyOptions.IdentifyOptions.DEFAULTS.html +3 -0
  1919. package/docs/html/variables/tasks_identify_StreamLayerQueryIdentifyProvider.StreamLayerQueryIdentifyProvider.html +3 -0
  1920. package/docs/html/variables/tasks_query_CSVLayerQueryProvider.CSVLayerQueryProvider.html +3 -0
  1921. package/docs/html/variables/tasks_query_QueryOptions.QueryOptions.DEFAULTS.html +3 -0
  1922. package/docs/html/variables/tasks_query_StreamLayerQueryProvider.StreamLayerQueryProvider.html +3 -0
  1923. package/docs/html/variables/tasks_search_SearchOptions.SearchOptions.DEFAULTS.html +3 -0
  1924. package/docs/html/variables/utilities_FormatSettings.settings.html +3 -0
  1925. package/docs/html/variables/utilities__ogc.webMercatorAliases.html +3 -0
  1926. package/docs/html/variables/utilities_date.DEFAULT_PARSING_FORMATS.html +3 -0
  1927. package/docs/html/variables/utilities_date.INVALID_DATE.html +3 -0
  1928. package/docs/html/variables/utilities_date.settings.html +3 -0
  1929. package/docs/html/variables/utilities_geometry.GEOGRAPHIC_BOUNDS.html +3 -0
  1930. package/docs/html/variables/utilities_geometry.WEB_MERCATOR_BOUNDS.html +3 -0
  1931. package/docs/html/variables/utilities_number.settings.html +3 -0
  1932. package/docs/html/variables/utilities_scaleRanges.wellKnownScaleRanges.html +3 -0
  1933. package/docs/html/variables/version.version.html +4 -1
  1934. package/mapping/ArcGISSublayerExtension.d.ts +1 -43
  1935. package/mapping/ArcGISSublayerExtension.js +1 -1
  1936. package/mapping/BuildingComponentSublayerExtension.d.ts +5 -0
  1937. package/mapping/BuildingComponentSublayerExtension.js +1 -1
  1938. package/mapping/BuildingSublayerExtension.d.ts +4 -27
  1939. package/mapping/BuildingSublayerExtension.js +1 -1
  1940. package/mapping/CSVLayerExtension.js +1 -1
  1941. package/mapping/FeatureLayerExtensionBase.js +1 -1
  1942. package/mapping/ImageryLayerExtension.js +1 -1
  1943. package/mapping/ImageryTileLayerExtension.d.ts +5 -0
  1944. package/mapping/ImageryTileLayerExtension.js +1 -1
  1945. package/mapping/LayerExtension.d.ts +3 -2
  1946. package/mapping/LayerExtension.js +1 -1
  1947. package/mapping/PointCloudLayerExtension.d.ts +7 -1
  1948. package/mapping/PointCloudLayerExtension.js +1 -1
  1949. package/mapping/SceneLayerExtension.js +1 -1
  1950. package/mapping/StreamLayerExtension.js +1 -1
  1951. package/mapping/SubtypeSublayerExtension.d.ts +2 -44
  1952. package/mapping/SubtypeSublayerExtension.js +1 -1
  1953. package/mapping/_LayerExtension.d.ts +0 -15
  1954. package/mapping/_LayerExtension.js +1 -1
  1955. package/mapping/support/ArrayWrappedCollection.d.ts +42 -0
  1956. package/mapping/support/ArrayWrappedCollection.js +1 -0
  1957. package/mapping/support/PopupTemplateFeatureSettings.js +1 -1
  1958. package/package.json +1 -1
  1959. package/portal/MediaInfo.d.ts +4 -0
  1960. package/portal/PopupInfo.d.ts +50 -3
  1961. package/portal/PopupInfo.js +1 -1
  1962. package/support/InitializableBase.d.ts +22 -0
  1963. package/support/InitializableBase.js +1 -1
  1964. package/support/Settings.js +1 -1
  1965. package/utilities/esri.d.ts +49 -0
  1966. package/utilities/esri.js +1 -1
  1967. package/utilities/extensions.d.ts +14 -0
  1968. package/utilities/extensions.js +1 -1
  1969. package/version.d.ts +1 -1
  1970. package/version.js +1 -1
  1971. package/docs/html/classes/mapping_SubtypeSublayerExtension.SubtypeSublayerFeatureSettings.html +0 -1389
@@ -1 +1 @@
1
- import{__decorate}from"tslib";import EsriExtent from"@arcgis/core/geometry/Extent";import FeatureType from"@arcgis/core/layers/support/FeatureType";import Field from"@arcgis/core/layers/support/Field";import{InvalidOperationError}from"../InvalidOperationError.js";import{toAttachment}from"../data/Attachment.js";import{FeatureSettings}from"../data/FeatureSettings.js";import{GeometryType as PortalGeometryType}from"../portal/Geometry.js";import{Layer as PortalLayer}from"../portal/Layer.js";import{DefaultArcGISRequestHelper}from"../support/ArcGISRequestHelper.js";import{serializable}from"../support/Serializable.js";import{ArcGISRelationshipCollection}from"../support/_ArcGISRelationshipCollection.js";import{executeQuery}from"../support/_query.js";import{Collection}from"../support/esri.js";import{ReadOnlyCollection}from"../utilities/ReadOnlyCollection.js";import{isMapImageLayerExtension}from"../utilities/extensions.js";import{isFeatureLayer,isMapImageLayer,isMapImageSublayer as isArcGISSublayer}from"../utilities/layers.js";import{parse}from"../utilities/number.js";import{SublayerExtension,SublayerSchema}from"./_SublayerExtension.js";import{ExtensionBaseLayerListSettings}from"./support/LayerListSettings.js";const ERR_SCHEMA_READ_ONLY="This schema property is read-only.",DEFAULT_CAPABILITIES=Object.freeze({supportsAdd:!1,supportsUpdate:!1,supportsDelete:!1,supportsEditing:!1,supportsQuery:!1,supportsAttachmentEditing:!1});export class ArcGISSublayerExtension extends SublayerExtension{constructor(e){super(e),this._capabilitiesField=DEFAULT_CAPABILITIES}get canToggleVisibility(){const e=t=>t.parentSublayerExtension?e(t.parentSublayerExtension):t.layerExtension,t=e(this),r=t?.layer??this.sublayer?.layer,i=r?.capabilities?.exportMap;return i?i.supportsSublayerVisibility:r?isMapImageLayer(r):t?isMapImageLayerExtension(t):super.canToggleVisibility}get supportsSublayers(){return!0}get renderer(){return this.sublayer?.renderer}get supportsPagination(){return this._supportsPagination}get hasFeatures(){return 0===this.sublayerExtensions.length}get requestHelper(){return this._requestHelper?this._requestHelper:this.layerExtension?this.layerExtension.requestHelper:(this._autoCreatedRequestHelper||(this._autoCreatedRequestHelper=this._createRequestHelper()),this._autoCreatedRequestHelper)}set requestHelper(e){this._requestHelper=e}get sublayer(){return super.sublayer}get sublayerExtensions(){return super.sublayerExtensions}_getSerializableProperties(){return{...super._getSerializableProperties(),requestHelper:{serialize:!1}}}_isSupportedSublayer(e){return isArcGISSublayer(e)}async _getAttachments(e){const t=this.sublayer?.url;if(!this._hasAttachments||!t)return[];const r=`${t}/${e.primaryKey}/attachments`,i=await this.requestHelper.request(r,{query:{f:"json"}});return i?.data?.attachmentInfos?i.data.attachmentInfos.map((e=>toAttachment(e,r))):[]}_getFeatures(e,t){const r=this.sublayer.createQuery();return r.where=void 0,r.objectIds=e.map((e=>parse(e))),r.outFields=t.outFields,r.returnGeometry=t.returnGeometry,executeQuery(r,this,this.sublayer,t.cancelToken)}_createLayerListSettings(e){return new ArcGISSublayerExtensionLayerListSettings(e,this)}_createFeatureSettings(){return new ArcGISSublayerFeatureSettings(this)}_createRelationships(){return new ArcGISSublayerRelationshipCollection(this)}_createRequestHelper(){return new DefaultArcGISRequestHelper}_createSublayer(e){return PortalLayer.toEsriApiSublayer(e,"ArcGISMapServiceLayer")}_createSchema(){return new ArcGISSublayerSchema(this)}async _applySublayerProperties(e,t){return PortalLayer.applyToEsriApiSublayer(e,t)}_capabilities(){return this._capabilitiesField}async _onInitialize(){await super._onInitialize(),this._effectiveFullExtent=this.sublayer?.fullExtent;const e=await this._getSublayerDefinition();if(e){if(this._hasAttachments=!!e.hasAttachments,e.capabilities){const t=e.capabilities.split(",").map((e=>e.trim()));this._capabilitiesField={supportsAdd:!1,supportsDelete:!1,supportsEditing:!1,supportsUpdate:!1,supportsQuery:t.includes("Data"),supportsAttachmentEditing:!1},this.notifyChange("capabilities")}e.advancedQueryCapabilities?.hasOwnProperty("supportsPagination")&&(this._supportsPagination=e.advancedQueryCapabilities.supportsPagination),e.extent&&(this._effectiveFullExtent=this._effectiveFullExtent??EsriExtent.fromJSON(e.extent)),this.schema.initialize(e)}await this.relationships.initialize()}async _postInitialize(){await super._postInitialize(),this.layerListSettings.onLayerExtensionInitialized()}_serializeSublayer(e){return PortalLayer.fromEsriApiSublayer(e)}async _getSublayerDefinition(){const e=this.sublayer?.url;if(!e)return;return(await this.requestHelper.request(e,{query:{f:"json"}})).data}}let ArcGISSublayerSchema=class extends SublayerSchema{constructor(e){super(e),this._fieldBackingCollection=new Collection,this._fieldCollection=new ReadOnlyCollection(this._fieldBackingCollection),this._typeBackingCollection=new Collection,this._typeCollection=new ReadOnlyCollection(this._typeBackingCollection)}get types(){return this._typeCollection}get _fields(){return this._fieldCollection}get primaryKeyField(){return this._primaryKeyField??this._sublayerExtension.sublayer?.objectIdField}set primaryKeyField(e){throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY)}get geometryType(){return this._geometryType}set geometryType(e){throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY)}get displayField(){return this._displayField}set displayField(e){throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY)}get typeIdField(){return this._sublayerExtension.sublayer?.typeIdField}set typeIdField(e){throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY)}initialize(e){if(e.fields&&(this._fieldBackingCollection.removeAll(),this._fieldBackingCollection.addMany(e.fields.map((e=>Field.fromJSON(e))))),e.types){this._typeBackingCollection.removeAll();for(const t of e.types)this._typeBackingCollection.add(FeatureType.fromJSON(t))}this._geometryType=PortalGeometryType.toEsriApiGeometryType(e.geometryType),this.notifyChange("geometryType"),this._displayField=e.displayField,this.notifyChange("displayField"),this._primaryKeyField=e.objectIdField,this.notifyChange("primaryKeyField")}};ArcGISSublayerSchema=__decorate([serializable],ArcGISSublayerSchema);let ArcGISSublayerFeatureSettings=class extends FeatureSettings{constructor(e){if(super(),this._sublayerBindings=new Map,this._sublayerExtension=e,this._bindSettingToSublayerProperty("popupTemplate"),e.sublayer)this._onSublayerResolved(e.sublayer);else{const t=e.watch("sublayer",(()=>{this._onSublayerResolved(e.sublayer),t.remove()}),!0)}}get zoomScale(){const e="point"===this._sublayerExtension.schema.geometryType?this._sublayerExtension.sublayer.maxScale:void 0;return this._getSetting("zoomScale",e)}set zoomScale(e){this._setSetting("zoomScale",e)}_getSetting(e,t){return this._sublayerBindings.has(e)&&this._sublayerExtension.sublayer?this._sublayerExtension.sublayer[this._sublayerBindings.get(e)]:super._getSetting(e,t)}_setSetting(e,t){this._sublayerBindings.has(e)&&this._sublayerExtension.sublayer?this._sublayerExtension.sublayer[this._sublayerBindings.get(e)]=t:super._setSetting(e,t)}_bindSettingToSublayerProperty(e,t){const r=t??e;this._sublayerBindings.set(e,r),this._sublayerExtension.watch(`sublayer.${r}`,(()=>this.notifyChange(e)),!0)}_onSublayerResolved(e){for(const t of this._sublayerBindings.keys())this.isModified(t)&&(e[t]=this[t],this.reset(t))}};ArcGISSublayerFeatureSettings=__decorate([serializable],ArcGISSublayerFeatureSettings);export{ArcGISSublayerFeatureSettings};let ArcGISSublayerExtensionLayerListSettings=class extends ExtensionBaseLayerListSettings{get _layerSupportsHideChildren(){return!0}get _esriLayer(){return this._extension.sublayer}get _listModePath(){return"sublayer.listMode"}get _supportsChildren(){return!0}};ArcGISSublayerExtensionLayerListSettings=__decorate([serializable],ArcGISSublayerExtensionLayerListSettings);export class ArcGISSublayerRelationshipCollection extends ArcGISRelationshipCollection{get _sourceUrl(){return this._source.sublayer?this._source.sublayer.url:void 0}get _sourceLayerId(){return this._source.sublayer?this._source.sublayer.id:void 0}_findRelatedSource(e){if(!this._source.layerExtension||!this._source.sublayer||!this._source.sublayer.url)return;const t=this._source.layerExtension.allSublayerExtensions.initializedItems.find((t=>t.sublayer.id===e));return t||(this._source.layerExtension.mapExtension?this._source.layerExtension.mapExtension.tableExtensions.initializedItems.find((t=>isFeatureLayer(t.table)&&t.table.url===this._source.sublayer.layer.url&&t.table.layerId===e)):void 0)}}
1
+ import{__decorate}from"tslib";import EsriExtent from"@arcgis/core/geometry/Extent";import FeatureType from"@arcgis/core/layers/support/FeatureType";import Field from"@arcgis/core/layers/support/Field";import{InvalidOperationError}from"../InvalidOperationError.js";import{toAttachment}from"../data/Attachment.js";import{GeometryType as PortalGeometryType}from"../portal/Geometry.js";import{Layer as PortalLayer}from"../portal/Layer.js";import{DefaultArcGISRequestHelper}from"../support/ArcGISRequestHelper.js";import{serializable}from"../support/Serializable.js";import{ArcGISRelationshipCollection}from"../support/_ArcGISRelationshipCollection.js";import{executeQuery}from"../support/_query.js";import{Collection}from"../support/esri.js";import{ReadOnlyCollection}from"../utilities/ReadOnlyCollection.js";import{isMapImageLayerExtension}from"../utilities/extensions.js";import{isFeatureLayer,isMapImageLayer,isMapImageSublayer as isArcGISSublayer}from"../utilities/layers.js";import{parse}from"../utilities/number.js";import{SublayerExtension,SublayerSchema}from"./_SublayerExtension.js";import{ExtensionBaseLayerListSettings}from"./support/LayerListSettings.js";import{PopupTemplateFeatureSettings}from"./support/PopupTemplateFeatureSettings.js";const ERR_SCHEMA_READ_ONLY="This schema property is read-only.",DEFAULT_CAPABILITIES=Object.freeze({supportsAdd:!1,supportsUpdate:!1,supportsDelete:!1,supportsEditing:!1,supportsQuery:!1,supportsAttachmentEditing:!1});export class ArcGISSublayerExtension extends SublayerExtension{constructor(e){super(e),this._capabilitiesField=DEFAULT_CAPABILITIES}get canToggleVisibility(){const e=t=>t.parentSublayerExtension?e(t.parentSublayerExtension):t.layerExtension,t=e(this),r=t?.layer??this.sublayer?.layer,i=r?.capabilities?.exportMap;return i?i.supportsSublayerVisibility:r?isMapImageLayer(r):t?isMapImageLayerExtension(t):super.canToggleVisibility}get supportsSublayers(){return!0}get renderer(){return this.sublayer?.renderer}get supportsPagination(){return this._supportsPagination}get hasFeatures(){return 0===this.sublayerExtensions.length}get requestHelper(){return this._requestHelper?this._requestHelper:this.layerExtension?this.layerExtension.requestHelper:(this._autoCreatedRequestHelper||(this._autoCreatedRequestHelper=this._createRequestHelper()),this._autoCreatedRequestHelper)}set requestHelper(e){this._requestHelper=e}get sublayer(){return super.sublayer}get sublayerExtensions(){return super.sublayerExtensions}_getSerializableProperties(){return{...super._getSerializableProperties(),requestHelper:{serialize:!1}}}_isSupportedSublayer(e){return isArcGISSublayer(e)}async _getAttachments(e){const t=this.sublayer?.url;if(!this._hasAttachments||!t)return[];const r=`${t}/${e.primaryKey}/attachments`,i=await this.requestHelper.request(r,{query:{f:"json"}});return i?.data?.attachmentInfos?i.data.attachmentInfos.map((e=>toAttachment(e,r))):[]}_getFeatures(e,t){const r=this.sublayer.createQuery();return r.where=void 0,r.objectIds=e.map((e=>parse(e))),r.outFields=t.outFields,r.returnGeometry=t.returnGeometry,executeQuery(r,this,this.sublayer,t.cancelToken)}_createLayerListSettings(e){return new ArcGISSublayerExtensionLayerListSettings(e,this)}_createFeatureSettings(){return new ArcGISSublayerFeatureSettings(this)}_createRelationships(){return new ArcGISSublayerRelationshipCollection(this)}_createRequestHelper(){return new DefaultArcGISRequestHelper}_createSublayer(e){return PortalLayer.toEsriApiSublayer(e,"ArcGISMapServiceLayer")}_createSchema(){return new ArcGISSublayerSchema(this)}async _applySublayerProperties(e,t){return PortalLayer.applyToEsriApiSublayer(e,t)}_capabilities(){return this._capabilitiesField}async _onInitialize(){await super._onInitialize(),this._effectiveFullExtent=this.sublayer?.fullExtent;const e=await this._getSublayerDefinition();if(e){if(this._hasAttachments=!!e.hasAttachments,e.capabilities){const t=e.capabilities.split(",").map((e=>e.trim()));this._capabilitiesField={supportsAdd:!1,supportsDelete:!1,supportsEditing:!1,supportsUpdate:!1,supportsQuery:t.includes("Data"),supportsAttachmentEditing:!1},this.notifyChange("capabilities")}e.advancedQueryCapabilities?.hasOwnProperty("supportsPagination")&&(this._supportsPagination=e.advancedQueryCapabilities.supportsPagination),e.extent&&(this._effectiveFullExtent=this._effectiveFullExtent??EsriExtent.fromJSON(e.extent)),this.schema.initialize(e)}await this.relationships.initialize()}async _postInitialize(){await super._postInitialize(),this.layerListSettings.onLayerExtensionInitialized()}_serializeSublayer(e){return PortalLayer.fromEsriApiSublayer(e)}async _getSublayerDefinition(){const e=this.sublayer?.url;if(!e)return;return(await this.requestHelper.request(e,{query:{f:"json"}})).data}}let ArcGISSublayerSchema=class extends SublayerSchema{constructor(e){super(e),this._fieldBackingCollection=new Collection,this._fieldCollection=new ReadOnlyCollection(this._fieldBackingCollection),this._typeBackingCollection=new Collection,this._typeCollection=new ReadOnlyCollection(this._typeBackingCollection)}get types(){return this._typeCollection}get _fields(){return this._fieldCollection}get primaryKeyField(){return this._primaryKeyField??this._sublayerExtension.sublayer?.objectIdField}set primaryKeyField(e){throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY)}get geometryType(){return this._geometryType}set geometryType(e){throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY)}get displayField(){return this._displayField}set displayField(e){throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY)}get typeIdField(){return this._sublayerExtension.sublayer?.typeIdField}set typeIdField(e){throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY)}initialize(e){if(e.fields&&(this._fieldBackingCollection.removeAll(),this._fieldBackingCollection.addMany(e.fields.map((e=>Field.fromJSON(e))))),e.types){this._typeBackingCollection.removeAll();for(const t of e.types)this._typeBackingCollection.add(FeatureType.fromJSON(t))}this._geometryType=PortalGeometryType.toEsriApiGeometryType(e.geometryType),this.notifyChange("geometryType"),this._displayField=e.displayField,this.notifyChange("displayField"),this._primaryKeyField=e.objectIdField,this.notifyChange("primaryKeyField")}};ArcGISSublayerSchema=__decorate([serializable],ArcGISSublayerSchema);let ArcGISSublayerFeatureSettings=class extends PopupTemplateFeatureSettings{get zoomScale(){const e="point"===this._layerExtension.schema.geometryType?this._layerExtension.sublayer.maxScale:void 0;return this._getSetting("zoomScale",e)}set zoomScale(e){this._setSetting("zoomScale",e)}};ArcGISSublayerFeatureSettings=__decorate([serializable],ArcGISSublayerFeatureSettings);let ArcGISSublayerExtensionLayerListSettings=class extends ExtensionBaseLayerListSettings{get _layerSupportsHideChildren(){return!0}get _esriLayer(){return this._extension.sublayer}get _listModePath(){return"sublayer.listMode"}get _supportsChildren(){return!0}};ArcGISSublayerExtensionLayerListSettings=__decorate([serializable],ArcGISSublayerExtensionLayerListSettings);export class ArcGISSublayerRelationshipCollection extends ArcGISRelationshipCollection{get _sourceUrl(){return this._source.sublayer?this._source.sublayer.url:void 0}get _sourceLayerId(){return this._source.sublayer?this._source.sublayer.id:void 0}_findRelatedSource(e){if(!this._source.layerExtension||!this._source.sublayer||!this._source.sublayer.url)return;const t=this._source.layerExtension.allSublayerExtensions.initializedItems.find((t=>t.sublayer.id===e));return t||(this._source.layerExtension.mapExtension?this._source.layerExtension.mapExtension.tableExtensions.initializedItems.find((t=>isFeatureLayer(t.table)&&t.table.url===this._source.sublayer.layer.url&&t.table.layerId===e)):void 0)}}
@@ -1,6 +1,7 @@
1
1
  import type BuildingComponentSublayer from "@arcgis/core/layers/buildingSublayers/BuildingComponentSublayer";
2
2
  import type Field from "@arcgis/core/layers/support/Field";
3
3
  import type Renderer from "@arcgis/core/renderers/Renderer";
4
+ import type { FeatureSettings } from "../data/FeatureSettings.js";
4
5
  import type { QuerySourceCapabilities } from "../data/QuerySourceCapabilities.js";
5
6
  import type { Schema } from "../data/Schema.js";
6
7
  import { PropertyDefs } from "../support/Serializable.js";
@@ -75,6 +76,10 @@ export declare class BuildingComponentSublayerExtension extends BuildingSublayer
75
76
  */
76
77
  protected _createLayerListSettings(properties?: LayerListSettingsProperties): LayerListSettings;
77
78
  protected _watchSublayerProperties(): void;
79
+ /**
80
+ * @inheritDoc
81
+ */
82
+ protected _createFeatureSettings(): FeatureSettings;
78
83
  private _updateClientSideFields;
79
84
  }
80
85
  /**
@@ -1 +1 @@
1
- var BuildingComponentSublayerExtension_1;import{__decorate}from"tslib";import{once}from"@arcgis/core/core/watchUtils";import{InvalidOperationError}from"../InvalidOperationError.js";import{BuildingSceneSublayer}from"../portal/BuildingSceneSublayer.js";import{serializable}from"../support/Serializable.js";import{ReadOnlyCollection}from"../utilities/ReadOnlyCollection.js";import{isBuildingComponentSublayer}from"../utilities/_layers.js";import{BuildingSublayerExtension,BuildingSublayerSchema}from"./BuildingSublayerExtension.js";import{ArrayWrappedCollection}from"./_LayerExtension.js";import{ExtensionBaseLayerListSettings}from"./support/LayerListSettings.js";import{addOutFields}from"./support/layers.js";const DEFAULT_CAPABILITIES=Object.freeze({supportsAdd:!1,supportsUpdate:!1,supportsDelete:!1,supportsEditing:!1,supportsQuery:!1,supportsAttachmentEditing:!1}),ERR_SCHEMA_READ_ONLY="This schema property is read-only.";let BuildingComponentSublayerExtension=BuildingComponentSublayerExtension_1=class extends BuildingSublayerExtension{constructor(e){super(e),this._capabilitiesField=DEFAULT_CAPABILITIES}get enableClientSideData(){return this._enableClientSideData}set enableClientSideData(e){this._enableClientSideData=e,this._updateClientSideFields()}get renderer(){return this.sublayer?.renderer}get sublayer(){return super.sublayer}get hasFeatures(){return!0}get _layerView(){return this.sublayer&&this.layerExtension?._layerView?.sublayerViews?.find((e=>e.sublayer===this.sublayer))}_createSublayerExtension(e){return new BuildingComponentSublayerExtension_1(e)}async _createSublayer(e){const i=new((await import("@arcgis/core/layers/buildingSublayers/BuildingComponentSublayer")).default);return await BuildingSceneSublayer.applyToEsriApiBuildingSublayer(e,i),i}_isSupportedSublayer(e){return isBuildingComponentSublayer(e)}_createSchema(){return new BuildingComponentSublayerSchema(this)}_getSerializableProperties(){return{...super._getSerializableProperties(),enableClientSideData:{serializeModes:["initial"],default:!1}}}_capabilities(){return this._capabilitiesField}async _onInitialize(){await super._onInitialize(),this._capabilitiesField={...DEFAULT_CAPABILITIES,supportsQuery:!!this.sublayer.capabilities?.data},this._updateClientSideFields(),this._watchHandles.push(this.watch("sublayer",(()=>{this._updateClientSideFields()}),!0))}async _postInitialize(){if(await super._postInitialize(),!this.sublayer.fields){const e=this.sublayer.watch("fields",(async()=>{const{popupTemplate:i}=this.featureSettings,{content:t}=i;Array.isArray(t)&&t.some((e=>"fields"===e.type&&!e.fieldInfos?.length))&&!i.fieldInfos?.length&&(i.fieldInfos=this.schema.createAllFieldInfos()),await Promise.all(this.schema.fieldExtensions.toArray().map((e=>e.initialize()))),!i.title&&this.schema.displayField&&(i.title=`{${this.schema.displayField}}`),e.remove()}))}}_createLayerListSettings(e){return new BuildingComponentSublayerExtensionLayerListSettings(e,this)}_watchSublayerProperties(){const e=()=>{this._watchHandles.push(this.sublayer.watch("minScale",(()=>this._notifyChange("effectiveMinScale")),!0),this.sublayer.watch("maxScale",(()=>this._notifyChange("effectiveMaxScale")),!0))};this.sublayer.layer?e():this._watchHandles.push(once(this.sublayer,"layer",(()=>{e()})))}_updateClientSideFields(){this.sublayer&&this._enableClientSideData&&addOutFields(this.sublayer,this.featureSettings.outFields)}};BuildingComponentSublayerExtension=BuildingComponentSublayerExtension_1=__decorate([serializable],BuildingComponentSublayerExtension);export{BuildingComponentSublayerExtension};let BuildingComponentSublayerSchema=class extends BuildingSublayerSchema{constructor(e){super(e),this._fieldCollection=this._createFieldCollection()}get _fields(){return this._fieldCollection}get primaryKeyField(){return this._sublayerExtension.sublayer?.objectIdField}set primaryKeyField(e){throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY)}get geometryType(){return this._sublayerExtension.sublayer?.geometryType}set geometryType(e){throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY)}_createFieldCollection(){return new ReadOnlyCollection(new ArrayWrappedCollection(this._sublayerExtension,"fields"))}};BuildingComponentSublayerSchema=__decorate([serializable],BuildingComponentSublayerSchema);export{BuildingComponentSublayerSchema};let BuildingComponentSublayerExtensionLayerListSettings=class extends ExtensionBaseLayerListSettings{get _layerSupportsHideChildren(){return!1}get _esriLayer(){return this._extension.sublayer}get _listModePath(){return"sublayer.listMode"}get _supportsChildren(){return!1}};BuildingComponentSublayerExtensionLayerListSettings=__decorate([serializable],BuildingComponentSublayerExtensionLayerListSettings);
1
+ var BuildingComponentSublayerExtension_1;import{__decorate}from"tslib";import{once}from"@arcgis/core/core/watchUtils";import{InvalidOperationError}from"../InvalidOperationError.js";import{BuildingSceneSublayer}from"../portal/BuildingSceneSublayer.js";import{serializable}from"../support/Serializable.js";import{ReadOnlyCollection}from"../utilities/ReadOnlyCollection.js";import{isBuildingComponentSublayer}from"../utilities/_layers.js";import{BuildingSublayerExtension,BuildingSublayerSchema}from"./BuildingSublayerExtension.js";import{ArrayWrappedCollection}from"./support/ArrayWrappedCollection.js";import{ExtensionBaseLayerListSettings}from"./support/LayerListSettings.js";import{PopupTemplateFeatureSettings}from"./support/PopupTemplateFeatureSettings.js";import{addOutFields}from"./support/layers.js";const DEFAULT_CAPABILITIES=Object.freeze({supportsAdd:!1,supportsUpdate:!1,supportsDelete:!1,supportsEditing:!1,supportsQuery:!1,supportsAttachmentEditing:!1}),ERR_SCHEMA_READ_ONLY="This schema property is read-only.";let BuildingComponentSublayerExtension=BuildingComponentSublayerExtension_1=class extends BuildingSublayerExtension{constructor(e){super(e),this._capabilitiesField=DEFAULT_CAPABILITIES}get enableClientSideData(){return this._enableClientSideData}set enableClientSideData(e){this._enableClientSideData=e,this._updateClientSideFields()}get renderer(){return this.sublayer?.renderer}get sublayer(){return super.sublayer}get hasFeatures(){return!0}get _layerView(){return this.sublayer&&this.layerExtension?._layerView?.sublayerViews?.find((e=>e.sublayer===this.sublayer))}_createSublayerExtension(e){return new BuildingComponentSublayerExtension_1(e)}async _createSublayer(e){const t=new((await import("@arcgis/core/layers/buildingSublayers/BuildingComponentSublayer")).default);return await BuildingSceneSublayer.applyToEsriApiBuildingSublayer(e,t),t}_isSupportedSublayer(e){return isBuildingComponentSublayer(e)}_createSchema(){return new BuildingComponentSublayerSchema(this)}_getSerializableProperties(){return{...super._getSerializableProperties(),enableClientSideData:{serializeModes:["initial"],default:!1}}}_capabilities(){return this._capabilitiesField}async _onInitialize(){await super._onInitialize(),this._capabilitiesField={...DEFAULT_CAPABILITIES,supportsQuery:!!this.sublayer.capabilities?.data},this._updateClientSideFields(),this._watchHandles.push(this.watch("sublayer",(()=>{this._updateClientSideFields()}),!0))}async _postInitialize(){if(await super._postInitialize(),!this.sublayer.fields){const e=this.sublayer.watch("fields",(async()=>{const{popupTemplate:t}=this.featureSettings;await Promise.all(this.schema.fieldExtensions.toArray().map((e=>e.initialize()))),!t.title&&this.schema.displayField&&(t.title=`{${this.schema.displayField}}`),this.featureSettings._isDefaultPopupTemplate&&!this.featureSettings.popupTemplate.fieldInfos?.length&&(this.featureSettings.popupTemplate.fieldInfos=this.schema.createAllFieldInfos()),e.remove()}))}}_createLayerListSettings(e){return new BuildingComponentSublayerExtensionLayerListSettings(e,this)}_watchSublayerProperties(){const e=()=>{this._watchHandles.push(this.sublayer.watch("minScale",(()=>this._notifyChange("effectiveMinScale")),!0),this.sublayer.watch("maxScale",(()=>this._notifyChange("effectiveMaxScale")),!0))};this.sublayer.layer?e():this._watchHandles.push(once(this.sublayer,"layer",(()=>{e()})))}_createFeatureSettings(){return new BuildingComponentSublayerFeatureSettings(this)}_updateClientSideFields(){this.sublayer&&this._enableClientSideData&&addOutFields(this.sublayer,this.featureSettings.outFields)}};BuildingComponentSublayerExtension=BuildingComponentSublayerExtension_1=__decorate([serializable],BuildingComponentSublayerExtension);export{BuildingComponentSublayerExtension};let BuildingComponentSublayerFeatureSettings=class extends PopupTemplateFeatureSettings{};BuildingComponentSublayerFeatureSettings=__decorate([serializable],BuildingComponentSublayerFeatureSettings);let BuildingComponentSublayerSchema=class extends BuildingSublayerSchema{constructor(e){super(e),this._fieldCollection=this._createFieldCollection()}get _fields(){return this._fieldCollection}get primaryKeyField(){return this._sublayerExtension.sublayer?.objectIdField}set primaryKeyField(e){throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY)}get geometryType(){return this._sublayerExtension.sublayer?.geometryType}set geometryType(e){throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY)}_createFieldCollection(){return new ReadOnlyCollection(new ArrayWrappedCollection({parent:this._sublayerExtension,targetProperty:"sublayer",arrayProperty:"fields"}))}};BuildingComponentSublayerSchema=__decorate([serializable],BuildingComponentSublayerSchema);export{BuildingComponentSublayerSchema};let BuildingComponentSublayerExtensionLayerListSettings=class extends ExtensionBaseLayerListSettings{get _layerSupportsHideChildren(){return!1}get _esriLayer(){return this._extension.sublayer}get _listModePath(){return"sublayer.listMode"}get _supportsChildren(){return!1}};BuildingComponentSublayerExtensionLayerListSettings=__decorate([serializable],BuildingComponentSublayerExtensionLayerListSettings);
@@ -1,10 +1,11 @@
1
1
  import type BuildingComponentSublayer from "@arcgis/core/layers/buildingSublayers/BuildingComponentSublayer";
2
2
  import type BuildingGroupSublayer from "@arcgis/core/layers/buildingSublayers/BuildingGroupSublayer";
3
- import { FeatureSettings } from "../data/FeatureSettings.js";
3
+ import type { FeatureSettings } from "../data/FeatureSettings.js";
4
4
  import type { Schema } from "../data/Schema.js";
5
5
  import { BuildingSceneSublayer as PortalBuildingSublayer } from "../portal/BuildingSceneSublayer.js";
6
6
  import type { BuildingSceneLayerExtension } from "./BuildingSceneLayerExtension.js";
7
7
  import { SublayerExtension, SublayerExtensionProperties, SublayerProperties, SublayerSchema } from "./_SublayerExtension.js";
8
+ import { PopupTemplateFeatureSettings } from "./support/PopupTemplateFeatureSettings.js";
8
9
  /**
9
10
  * Properties that can be specified for the `BuildingSublayer.sublayer`
10
11
  * property.
@@ -83,33 +84,9 @@ export declare class BuildingSublayerSchema extends SublayerSchema {
83
84
  * An implementation of FeatureSettings that mirrors the equivalent properties
84
85
  * on an Esri BuildingSublayer object.
85
86
  */
86
- export declare class BuildingSublayerFeatureSettings extends FeatureSettings {
87
+ export declare class BuildingSublayerFeatureSettings extends PopupTemplateFeatureSettings {
87
88
  /**
88
89
  * The parent sublayer extension.
89
90
  */
90
- protected readonly _sublayerExtension: BuildingSublayerExtension;
91
- private readonly _sublayerBindings;
92
- constructor(sublayerExtension: BuildingSublayerExtension);
93
- /**
94
- * @inheritDoc
95
- */
96
- protected _getSetting<T>(setting: string, defaultValue?: T): T;
97
- /**
98
- * @inheritDoc
99
- */
100
- protected _setSetting<T>(setting: string, value: T): void;
101
- /**
102
- * Binds a setting to an equivalent property on the sublayer.
103
- *
104
- * @param setting The setting to bind.
105
- * @param sublayerProperty The name of the property to bind to, if it
106
- * differs from the setting.
107
- */
108
- protected _bindSettingToSublayerProperty(setting: string, sublayerProperty?: string): void;
109
- /**
110
- * Invoked when the sublayer is available.
111
- *
112
- * @param sublayer The newly resolved sublayer.
113
- */
114
- protected _onSublayerResolved(sublayer: BuildingGroupSublayer | BuildingComponentSublayer): void;
91
+ protected readonly _layerExtension: BuildingSublayerExtension;
115
92
  }
@@ -1 +1 @@
1
- import{__decorate}from"tslib";import{InvalidOperationError}from"../InvalidOperationError.js";import{FeatureSettings}from"../data/FeatureSettings.js";import{BuildingSceneSublayer as PortalBuildingSublayer}from"../portal/BuildingSceneSublayer.js";import{serializable}from"../support/Serializable.js";import{SublayerExtension,SublayerSchema}from"./_SublayerExtension.js";const ERR_SCHEMA_READ_ONLY="This schema property is read-only.";export class BuildingSublayerExtension extends SublayerExtension{get sublayer(){return super.sublayer}get layerExtension(){return super.layerExtension}constructor(e){super({sublayer:{},...e})}async _applySublayerProperties(e,r){return PortalBuildingSublayer.applyToEsriApiBuildingSublayer(e,r)}_serializeSublayer(e){return PortalBuildingSublayer.fromEsriApiBuildingSublayer(e)}_createSchema(){return new BuildingSublayerSchema(this)}_createFeatureSettings(){return new BuildingSublayerFeatureSettings(this)}}let BuildingSublayerSchema=class extends SublayerSchema{get primaryKeyField(){return this._getSetting("primaryKeyField")}set primaryKeyField(e){throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY)}get geometryType(){return this._getSetting("geometryType")}set geometryType(e){throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY)}};BuildingSublayerSchema=__decorate([serializable],BuildingSublayerSchema);export{BuildingSublayerSchema};let BuildingSublayerFeatureSettings=class extends FeatureSettings{constructor(e){if(super(),this._sublayerBindings=new Map,this._sublayerExtension=e,this._bindSettingToSublayerProperty("popupTemplate"),e.sublayer)this._onSublayerResolved(e.sublayer);else{const r=e.watch("sublayer",(()=>{this._onSublayerResolved(e.sublayer),r.remove()}),!0)}}_getSetting(e,r){return this._sublayerBindings.has(e)&&this._sublayerExtension.sublayer?this._sublayerExtension.sublayer[this._sublayerBindings.get(e)]:super._getSetting(e,r)}_setSetting(e,r){this._sublayerBindings.has(e)&&this._sublayerExtension.sublayer?this._sublayerExtension.sublayer[this._sublayerBindings.get(e)]=r:super._setSetting(e,r)}_bindSettingToSublayerProperty(e,r){const t=r??e;this._sublayerBindings.set(e,t),this._sublayerExtension.watch(`sublayer.${t}`,(()=>this.notifyChange(e)),!0)}_onSublayerResolved(e){for(const r of this._sublayerBindings.keys())this.isModified(r)&&(e[r]=this[r],this.reset(r))}};BuildingSublayerFeatureSettings=__decorate([serializable],BuildingSublayerFeatureSettings);export{BuildingSublayerFeatureSettings};
1
+ import{__decorate}from"tslib";import{InvalidOperationError}from"../InvalidOperationError.js";import{BuildingSceneSublayer as PortalBuildingSublayer}from"../portal/BuildingSceneSublayer.js";import{serializable}from"../support/Serializable.js";import{SublayerExtension,SublayerSchema}from"./_SublayerExtension.js";import{PopupTemplateFeatureSettings}from"./support/PopupTemplateFeatureSettings.js";const ERR_SCHEMA_READ_ONLY="This schema property is read-only.";export class BuildingSublayerExtension extends SublayerExtension{get sublayer(){return super.sublayer}get layerExtension(){return super.layerExtension}constructor(e){super({sublayer:{},...e})}async _applySublayerProperties(e,r){return PortalBuildingSublayer.applyToEsriApiBuildingSublayer(e,r)}_serializeSublayer(e){return PortalBuildingSublayer.fromEsriApiBuildingSublayer(e)}_createSchema(){return new BuildingSublayerSchema(this)}_createFeatureSettings(){return new BuildingSublayerFeatureSettings(this)}}let BuildingSublayerSchema=class extends SublayerSchema{get primaryKeyField(){return this._getSetting("primaryKeyField")}set primaryKeyField(e){throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY)}get geometryType(){return this._getSetting("geometryType")}set geometryType(e){throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY)}};BuildingSublayerSchema=__decorate([serializable],BuildingSublayerSchema);export{BuildingSublayerSchema};let BuildingSublayerFeatureSettings=class extends PopupTemplateFeatureSettings{};BuildingSublayerFeatureSettings=__decorate([serializable],BuildingSublayerFeatureSettings);export{BuildingSublayerFeatureSettings};
@@ -1 +1 @@
1
- import{__decorate}from"tslib";import{CSVLayer as PortalCSVLayer}from"../portal/CSVLayer.js";import{serializable}from"../support/Serializable.js";import{ReadOnlyCollection}from"../utilities/ReadOnlyCollection.js";import{isCSVLayer}from"../utilities/_layers.js";import{ArrayWrappedCollection,LayerExtension,LayerExtensionSchema}from"./_LayerExtension.js";import{PopupTemplateFeatureSettings}from"./support/PopupTemplateFeatureSettings.js";let CSVLayerExtension=class extends LayerExtension{get renderer(){return this.layer?.renderer}get hasFeatures(){return!0}get layer(){return super.layer}get canChangeLabels(){return!0}get _layerView(){return this.layer&&this.mapExtension?._allLayerViews.find((e=>e.layer===this.layer))}_getProjectWebmapJSON(){const e=super._getProjectWebmapJSON();if(!e||this.dynamicallyAddedLayer)return e;const{layerDefinition:r}=PortalCSVLayer.fromEsriApiCSVLayer(this.layer),{definitionExpression:t,drawingInfo:i}=r??{};return t&&(e.layerDefinition={...e.layerDefinition,definitionExpression:t}),i&&(e.layerDefinition={...e.layerDefinition,drawingInfo:i}),e}_getSerializableProperties(){const e=super._getSerializableProperties();return{...e,layer:{...this._toPropertyDef(e.layer),default:{layerType:"CSV"}}}}_isSupportedLayer(e){return isCSVLayer(e)}_createFeatureSettings(){return new PopupTemplateFeatureSettings(this)}_createSchema(){return new CSVLayerSchema(this)}};CSVLayerExtension=__decorate([serializable],CSVLayerExtension);export{CSVLayerExtension};let CSVLayerSchema=class extends LayerExtensionSchema{constructor(e){super(e),this._fieldsCollection=new ReadOnlyCollection(new ArrayWrappedCollection(e,"fields"))}get _fields(){return this._fieldsCollection}};CSVLayerSchema=__decorate([serializable],CSVLayerSchema);
1
+ import{__decorate}from"tslib";import{CSVLayer as PortalCSVLayer}from"../portal/CSVLayer.js";import{serializable}from"../support/Serializable.js";import{ReadOnlyCollection}from"../utilities/ReadOnlyCollection.js";import{isCSVLayer}from"../utilities/_layers.js";import{LayerExtension,LayerExtensionSchema}from"./_LayerExtension.js";import{ArrayWrappedCollection}from"./support/ArrayWrappedCollection.js";import{PopupTemplateFeatureSettings}from"./support/PopupTemplateFeatureSettings.js";let CSVLayerExtension=class extends LayerExtension{get renderer(){return this.layer?.renderer}get hasFeatures(){return!0}get layer(){return super.layer}get canChangeLabels(){return!0}get _layerView(){return this.layer&&this.mapExtension?._allLayerViews.find((e=>e.layer===this.layer))}_getProjectWebmapJSON(){const e=super._getProjectWebmapJSON();if(!e||this.dynamicallyAddedLayer)return e;const{layerDefinition:r}=PortalCSVLayer.fromEsriApiCSVLayer(this.layer),{definitionExpression:t,drawingInfo:a}=r??{};return t&&(e.layerDefinition={...e.layerDefinition,definitionExpression:t}),a&&(e.layerDefinition={...e.layerDefinition,drawingInfo:a}),e}_getSerializableProperties(){const e=super._getSerializableProperties();return{...e,layer:{...this._toPropertyDef(e.layer),default:{layerType:"CSV"}}}}_isSupportedLayer(e){return isCSVLayer(e)}_createFeatureSettings(){return new PopupTemplateFeatureSettings(this)}_createSchema(){return new CSVLayerSchema(this)}};CSVLayerExtension=__decorate([serializable],CSVLayerExtension);export{CSVLayerExtension};let CSVLayerSchema=class extends LayerExtensionSchema{constructor(e){super(e),this._fieldsCollection=new ReadOnlyCollection(new ArrayWrappedCollection({parent:e,targetProperty:"layer",arrayProperty:"fields"}))}get _fields(){return this._fieldsCollection}};CSVLayerSchema=__decorate([serializable],CSVLayerSchema);
@@ -1 +1 @@
1
- import{__decorate}from"tslib";import{InvalidOperationError}from"../InvalidOperationError.js";import{supportsAttachmentEditing as layerSupportsAttachmentEditing}from"../data/support/attachments.js";import{FeatureLayer as PortalFeatureLayer}from"../portal/FeatureLayer.js";import{ERR_LAYER_TYPE_MISMATCH}from"../portal/_layerHelper.js";import{serializable}from"../support/Serializable.js";import{executeQuery}from"../support/_query.js";import{ReadOnlyCollection}from"../utilities/ReadOnlyCollection.js";import{isCSVLayer,isFeatureLayer,isGraphicsLayer,isStreamLayer}from"../utilities/_layers.js";import{checkArg}from"../utilities/checkArg.js";import{parse}from"../utilities/number.js";import{ArrayWrappedCollection,LayerExtension,LayerExtensionSchema}from"./_LayerExtension.js";import{PopupTemplateFeatureSettings}from"./support/PopupTemplateFeatureSettings.js";export class FeatureLayerExtensionBase extends LayerExtension{get hasFeatures(){return!0}get layer(){return super.layer}get renderer(){return this.layer?.renderer}get _layerView(){return this.layer&&this.mapExtension?._allLayerViews.find((e=>e.layer===this.layer))}_getProjectWebmapJSON(){const e=super._getProjectWebmapJSON();if(!e||this.dynamicallyAddedLayer)return e;const{layerDefinition:r}=PortalFeatureLayer.fromEsriApiFeatureLayer(this.layer),{definitionExpression:t,drawingInfo:a}=r??{};return t&&(e.layerDefinition={...e.layerDefinition,definitionExpression:t}),a&&(e.layerDefinition={...e.layerDefinition,drawingInfo:a}),e}_getFeatures(e,r){const t=this.layer.createQuery();return t.objectIds=e.map((e=>parse(e))),t.where=void 0,t.outFields=r.outFields,t.returnGeometry=r.returnGeometry,executeQuery(t,this,this.layer,r.cancelToken)}_applyLayerProperties(e,r){return checkArg("properties",e).isNotMissing(),checkArg("properties.layerType",e.layerType).satisfies((e=>!e||"ArcGISFeatureLayer"===e||"ArcGISStreamLayer"===e||"CSV"===e),ERR_LAYER_TYPE_MISMATCH),checkArg("layer",r).isNotMissing().satisfies((e=>isFeatureLayer(e)||isStreamLayer(e)||isCSVLayer(e)||isGraphicsLayer(e)),ERR_LAYER_TYPE_MISMATCH),checkArg("properties",e).satisfies((e=>!PortalFeatureLayer.isGraphicsLayerJson(e))),super._applyLayerProperties(e,r)}_getSerializableProperties(){const e=super._getSerializableProperties();return{...e,layer:{...this._toPropertyDef(e.layer),default:{layerType:"ArcGISFeatureLayer"}}}}_createSchema(){return new FeatureLayerSchema(this)}_isSupportedLayer(e){return isFeatureLayer(e)}_createFeatureSettings(){return new FeatureLayerFeatureSettings(this)}_capabilities(){const e=layerSupportsAttachmentEditing(this.layer);return this.layer?.capabilities?.operations?{...this.layer.capabilities.operations,supportsAttachmentEditing:e}:{...super._capabilities(),supportsAttachmentEditing:e}}}let FeatureLayerFeatureSettings=class extends PopupTemplateFeatureSettings{get zoomScale(){const e="point"===this._layerExtension.schema.geometryType?this._layerExtension.layer.maxScale:void 0;return this._getSetting("zoomScale",e)}set zoomScale(e){this._setSetting("zoomScale",e)}};FeatureLayerFeatureSettings=__decorate([serializable],FeatureLayerFeatureSettings);let FeatureLayerSchema=class extends LayerExtensionSchema{constructor(e){super(e),this._fieldCollection=this._createFieldCollection(),this._typesCollection=this._createTypeCollection()}get types(){return this._typesCollection}get _fields(){return this._fieldCollection}_createFieldCollection(){return new ArrayWrappedCollection(this._layerExtension,"fields")}_createTypeCollection(){return new ArrayWrappedCollection(this._layerExtension,"types")}_getPropertyBindings(){return{primaryKeyField:"objectIdField",geometryType:"geometryType",spatialReference:"spatialReference",displayField:"displayField",typeIdField:"typeIdField"}}};FeatureLayerSchema=__decorate([serializable],FeatureLayerSchema);export{FeatureLayerSchema};let FeatureLayerReadOnlySchema=class extends FeatureLayerSchema{_setSetting(e,r){if(this._layerBindings.has(e))throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY);super._setSetting(e,r)}_createFieldCollection(){return new ReadOnlyCollection(super._createFieldCollection())}_createTypeCollection(){return new ReadOnlyCollection(super._createTypeCollection())}};FeatureLayerReadOnlySchema=__decorate([serializable],FeatureLayerReadOnlySchema);export{FeatureLayerReadOnlySchema};const ERR_SCHEMA_READ_ONLY="This schema property is read-only.";
1
+ import{__decorate}from"tslib";import{InvalidOperationError}from"../InvalidOperationError.js";import{supportsAttachmentEditing as layerSupportsAttachmentEditing}from"../data/support/attachments.js";import{FeatureLayer as PortalFeatureLayer}from"../portal/FeatureLayer.js";import{ERR_LAYER_TYPE_MISMATCH}from"../portal/_layerHelper.js";import{serializable}from"../support/Serializable.js";import{executeQuery}from"../support/_query.js";import{ReadOnlyCollection}from"../utilities/ReadOnlyCollection.js";import{isCSVLayer,isFeatureLayer,isGraphicsLayer,isStreamLayer}from"../utilities/_layers.js";import{checkArg}from"../utilities/checkArg.js";import{parse}from"../utilities/number.js";import{LayerExtension,LayerExtensionSchema}from"./_LayerExtension.js";import{ArrayWrappedCollection}from"./support/ArrayWrappedCollection.js";import{PopupTemplateFeatureSettings}from"./support/PopupTemplateFeatureSettings.js";export class FeatureLayerExtensionBase extends LayerExtension{get hasFeatures(){return!0}get layer(){return super.layer}get renderer(){return this.layer?.renderer}get _layerView(){return this.layer&&this.mapExtension?._allLayerViews.find((e=>e.layer===this.layer))}_getProjectWebmapJSON(){const e=super._getProjectWebmapJSON();if(!e||this.dynamicallyAddedLayer)return e;const{layerDefinition:r}=PortalFeatureLayer.fromEsriApiFeatureLayer(this.layer),{definitionExpression:t,drawingInfo:a}=r??{};return t&&(e.layerDefinition={...e.layerDefinition,definitionExpression:t}),a&&(e.layerDefinition={...e.layerDefinition,drawingInfo:a}),e}_getFeatures(e,r){const t=this.layer.createQuery();return t.objectIds=e.map((e=>parse(e))),t.where=void 0,t.outFields=r.outFields,t.returnGeometry=r.returnGeometry,executeQuery(t,this,this.layer,r.cancelToken)}_applyLayerProperties(e,r){return checkArg("properties",e).isNotMissing(),checkArg("properties.layerType",e.layerType).satisfies((e=>!e||"ArcGISFeatureLayer"===e||"ArcGISStreamLayer"===e||"CSV"===e),ERR_LAYER_TYPE_MISMATCH),checkArg("layer",r).isNotMissing().satisfies((e=>isFeatureLayer(e)||isStreamLayer(e)||isCSVLayer(e)||isGraphicsLayer(e)),ERR_LAYER_TYPE_MISMATCH),checkArg("properties",e).satisfies((e=>!PortalFeatureLayer.isGraphicsLayerJson(e))),super._applyLayerProperties(e,r)}_getSerializableProperties(){const e=super._getSerializableProperties();return{...e,layer:{...this._toPropertyDef(e.layer),default:{layerType:"ArcGISFeatureLayer"}}}}_createSchema(){return new FeatureLayerSchema(this)}_isSupportedLayer(e){return isFeatureLayer(e)}_createFeatureSettings(){return new FeatureLayerFeatureSettings(this)}_capabilities(){const e=layerSupportsAttachmentEditing(this.layer);return this.layer?.capabilities?.operations?{...this.layer.capabilities.operations,supportsAttachmentEditing:e}:{...super._capabilities(),supportsAttachmentEditing:e}}}let FeatureLayerFeatureSettings=class extends PopupTemplateFeatureSettings{get zoomScale(){const e="point"===this._layerExtension.schema.geometryType?this._layerExtension.layer.maxScale:void 0;return this._getSetting("zoomScale",e)}set zoomScale(e){this._setSetting("zoomScale",e)}};FeatureLayerFeatureSettings=__decorate([serializable],FeatureLayerFeatureSettings);let FeatureLayerSchema=class extends LayerExtensionSchema{constructor(e){super(e),this._fieldCollection=this._createFieldCollection(),this._typesCollection=this._createTypeCollection()}get types(){return this._typesCollection}get _fields(){return this._fieldCollection}_createFieldCollection(){return new ArrayWrappedCollection({parent:this._layerExtension,targetProperty:"layer",arrayProperty:"fields"})}_createTypeCollection(){return new ArrayWrappedCollection({parent:this._layerExtension,targetProperty:"layer",arrayProperty:"types"})}_getPropertyBindings(){return{primaryKeyField:"objectIdField",geometryType:"geometryType",spatialReference:"spatialReference",displayField:"displayField",typeIdField:"typeIdField"}}};FeatureLayerSchema=__decorate([serializable],FeatureLayerSchema);export{FeatureLayerSchema};let FeatureLayerReadOnlySchema=class extends FeatureLayerSchema{_setSetting(e,r){if(this._layerBindings.has(e))throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY);super._setSetting(e,r)}_createFieldCollection(){return new ReadOnlyCollection(super._createFieldCollection())}_createTypeCollection(){return new ReadOnlyCollection(super._createTypeCollection())}};FeatureLayerReadOnlySchema=__decorate([serializable],FeatureLayerReadOnlySchema);export{FeatureLayerReadOnlySchema};const ERR_SCHEMA_READ_ONLY="This schema property is read-only.";
@@ -1 +1 @@
1
- import{__decorate}from"tslib";import Collection from"@arcgis/core/core/Collection";import{ImageServiceLayer as PortalImageServiceLayer}from"../portal/ImageServiceLayer.js";import{serializable}from"../support/Serializable.js";import{ReadOnlyCollection}from"../utilities/ReadOnlyCollection.js";import{isImageryLayer}from"../utilities/_layers.js";import{getAllFieldInfos}from"../utilities/esri.js";import{ArrayWrappedCollection,LayerExtension,LayerExtensionSchema}from"./_LayerExtension.js";import{PopupTemplateFeatureSettings}from"./support/PopupTemplateFeatureSettings.js";let ImageryLayerExtension=class extends LayerExtension{constructor(){super(...arguments),this.includeCatalogItems=!0}get hasFeatures(){return!0}get capabilities(){return this._layerCapabilities?this._layerCapabilities:this._capabilities()}get layer(){return super.layer}get hasRasterAttributeTable(){return this._hasRasterAttributeTable}_getProjectWebmapJSON(){const e=super._getProjectWebmapJSON();if(!e||this.dynamicallyAddedLayer)return e;const{layerDefinition:r}=PortalImageServiceLayer.fromEsriApiImageryLayer(this.layer),{definitionExpression:t,drawingInfo:a}=r??{};return t&&(e.layerDefinition={...e.layerDefinition,definitionExpression:t}),a&&(e.layerDefinition={...e.layerDefinition,drawingInfo:a}),e}_getSerializableProperties(){const e=super._getSerializableProperties();return{...e,layer:{...this._toPropertyDef(e.layer),default:{layerType:"ArcGISImageServiceLayer"}},includeCatalogItems:{serializeModes:["initial"],default:!0}}}async _onInitialize(){await super._onInitialize();const e=await this.requestHelper.request(this.layer.url,{query:{f:"json"}});if(!e||!e.data)throw new Error(`Response to request for url ${this.layer.url} was invalid`);const{data:r}=e;if(r.capabilities){const e=r.capabilities.split(",").map((e=>e.trim()));this._layerCapabilities={supportsAdd:e.includes("Create"),supportsUpdate:e.includes("Update"),supportsDelete:e.includes("Delete"),supportsEditing:e.includes("Editing"),supportsQuery:e.includes("Catalog"),supportsAttachmentEditing:!1}}this._hasRasterAttributeTable=r.hasRasterAttributeTable}async _applyPortalItemProperties(e){if("Image Service"!==e.type)throw new Error(`Cannot create Imagery Layer from Portal item that has type: ${e.type}`);if(e.typeKeywords.includes("Elevation 3D Layer"))throw new Error("Cannot create Imagery Layer from Portal item that references an Elevation layer");const r={layerType:"ArcGISImageServiceLayer",url:e.url};return PortalImageServiceLayer.applyToEsriApiLayer(r,this.layer)}_isSupportedLayer(e){return isImageryLayer(e)}_createSchema(){return new ImageryLayerSchema(this)}_createFeatureSettings(){return new ImageryLayerFeatureSettings(this)}};ImageryLayerExtension=__decorate([serializable],ImageryLayerExtension);export{ImageryLayerExtension};let ImageryLayerFeatureSettings=class extends PopupTemplateFeatureSettings{get _defaultOutFields(){const e=getAllFieldInfos(this.popupTemplate),r=this.featureSource?.schema?.primaryKeyField;if(e&&r){const{layer:e}=this._layerExtension;return super._defaultOutFields.filter((r=>!r.startsWith(`${e?.rasterAttributeTableFieldPrefix}`)))}return["*"]}};ImageryLayerFeatureSettings=__decorate([serializable],ImageryLayerFeatureSettings);let ImageryLayerSchema=class extends LayerExtensionSchema{constructor(e){super(e),this._fieldsCollection=new ReadOnlyCollection(new ArrayWrappedCollection(e,"fields"))}get _fields(){return new ReadOnlyCollection(this._fieldsCollection?.concat(this._rasterFields)??new Collection)}get _rasterFields(){const{layer:e}=this._layerExtension;return"loaded"!==this._layerExtension.layer?.loadStatus?new Collection:new Collection(e?.rasterFields?.filter((r=>r.name.startsWith(e?.rasterAttributeTableFieldPrefix))))}_getPropertyBindings(){return{primaryKeyField:{property:"objectIdField",readonly:!0},spatialReference:{property:"spatialReference",readonly:!0},geometryType:{value:"polygon"}}}};ImageryLayerSchema=__decorate([serializable],ImageryLayerSchema);
1
+ import{__decorate}from"tslib";import Collection from"@arcgis/core/core/Collection";import{ImageServiceLayer as PortalImageServiceLayer}from"../portal/ImageServiceLayer.js";import{serializable}from"../support/Serializable.js";import{ReadOnlyCollection}from"../utilities/ReadOnlyCollection.js";import{isImageryLayer}from"../utilities/_layers.js";import{getAllFieldInfos}from"../utilities/esri.js";import{LayerExtension,LayerExtensionSchema}from"./_LayerExtension.js";import{ArrayWrappedCollection}from"./support/ArrayWrappedCollection.js";import{PopupTemplateFeatureSettings}from"./support/PopupTemplateFeatureSettings.js";let ImageryLayerExtension=class extends LayerExtension{constructor(){super(...arguments),this.includeCatalogItems=!0}get hasFeatures(){return!0}get capabilities(){return this._layerCapabilities?this._layerCapabilities:this._capabilities()}get layer(){return super.layer}get hasRasterAttributeTable(){return this._hasRasterAttributeTable}_getProjectWebmapJSON(){const e=super._getProjectWebmapJSON();if(!e||this.dynamicallyAddedLayer)return e;const{layerDefinition:r}=PortalImageServiceLayer.fromEsriApiImageryLayer(this.layer),{definitionExpression:t,drawingInfo:a}=r??{};return t&&(e.layerDefinition={...e.layerDefinition,definitionExpression:t}),a&&(e.layerDefinition={...e.layerDefinition,drawingInfo:a}),e}_getSerializableProperties(){const e=super._getSerializableProperties();return{...e,layer:{...this._toPropertyDef(e.layer),default:{layerType:"ArcGISImageServiceLayer"}},includeCatalogItems:{serializeModes:["initial"],default:!0}}}async _onInitialize(){await super._onInitialize();const e=await this.requestHelper.request(this.layer.url,{query:{f:"json"}});if(!e||!e.data)throw new Error(`Response to request for url ${this.layer.url} was invalid`);const{data:r}=e;if(r.capabilities){const e=r.capabilities.split(",").map((e=>e.trim()));this._layerCapabilities={supportsAdd:e.includes("Create"),supportsUpdate:e.includes("Update"),supportsDelete:e.includes("Delete"),supportsEditing:e.includes("Editing"),supportsQuery:e.includes("Catalog"),supportsAttachmentEditing:!1}}this._hasRasterAttributeTable=r.hasRasterAttributeTable}async _applyPortalItemProperties(e){if("Image Service"!==e.type)throw new Error(`Cannot create Imagery Layer from Portal item that has type: ${e.type}`);if(e.typeKeywords.includes("Elevation 3D Layer"))throw new Error("Cannot create Imagery Layer from Portal item that references an Elevation layer");const r={layerType:"ArcGISImageServiceLayer",url:e.url};return PortalImageServiceLayer.applyToEsriApiLayer(r,this.layer)}_isSupportedLayer(e){return isImageryLayer(e)}_createSchema(){return new ImageryLayerSchema(this)}_createFeatureSettings(){return new ImageryLayerFeatureSettings(this)}};ImageryLayerExtension=__decorate([serializable],ImageryLayerExtension);export{ImageryLayerExtension};let ImageryLayerFeatureSettings=class extends PopupTemplateFeatureSettings{get _defaultOutFields(){const e=getAllFieldInfos(this.popupTemplate),r=this.featureSource?.schema?.primaryKeyField;if(e&&r){const{layer:e}=this._layerExtension;return super._defaultOutFields.filter((r=>!r.startsWith(`${e?.rasterAttributeTableFieldPrefix}`)))}return["*"]}};ImageryLayerFeatureSettings=__decorate([serializable],ImageryLayerFeatureSettings);let ImageryLayerSchema=class extends LayerExtensionSchema{constructor(e){super(e),this._fieldsCollection=new ReadOnlyCollection(new ArrayWrappedCollection({parent:e,targetProperty:"layer",arrayProperty:"fields"}))}get _fields(){return new ReadOnlyCollection(this._fieldsCollection?.concat(this._rasterFields)??new Collection)}get _rasterFields(){const{layer:e}=this._layerExtension;return"loaded"!==this._layerExtension.layer?.loadStatus?new Collection:new Collection(e?.rasterFields?.filter((r=>r.name.startsWith(e?.rasterAttributeTableFieldPrefix))))}_getPropertyBindings(){return{primaryKeyField:{property:"objectIdField",readonly:!0},spatialReference:{property:"spatialReference",readonly:!0},geometryType:{value:"polygon"}}}};ImageryLayerSchema=__decorate([serializable],ImageryLayerSchema);
@@ -1,6 +1,7 @@
1
1
  import type ImageryTileLayer from "@arcgis/core/layers/ImageryTileLayer";
2
2
  import type Layer from "@arcgis/core/layers/Layer";
3
3
  import type PortalItem from "@arcgis/core/portal/PortalItem";
4
+ import type { FeatureSettings } from "../data/FeatureSettings.js";
4
5
  import type { Schema } from "../data/Schema.js";
5
6
  import { TiledImageServiceLayer as PortalTiledImageServiceLayer } from "../portal/TiledImageServiceLayer.js";
6
7
  import { PropertyDefs } from "../support/Serializable.js";
@@ -63,4 +64,8 @@ export declare class ImageryTileLayerExtension extends LayerExtension<ImageryTil
63
64
  * @inheritDoc
64
65
  */
65
66
  protected _applyPortalItemProperties(portalItem: PortalItem): Promise<void>;
67
+ /**
68
+ * @inheritDoc
69
+ */
70
+ protected _createFeatureSettings(): FeatureSettings;
66
71
  }
@@ -1 +1 @@
1
- import{__decorate}from"tslib";import{InvalidOperationError}from"../InvalidOperationError.js";import{LayerBase as PortalLayerBase}from"../portal/LayerBase.js";import{TiledImageServiceLayer as PortalTiledImageServiceLayer}from"../portal/TiledImageServiceLayer.js";import{ERR_LAYER_TYPE_MISMATCH}from"../portal/_layerHelper.js";import{DefaultArcGISRequestHelper}from"../support/ArcGISRequestHelper.js";import{serializable}from"../support/Serializable.js";import{isImageryTileLayer}from"../utilities/_layers.js";import{checkArg}from"../utilities/checkArg.js";import{LayerExtension,LayerExtensionSchema}from"./_LayerExtension.js";let ImageryTileLayerExtension=class extends LayerExtension{get layer(){return super.layer}get supportsSublayers(){return!1}_getProjectWebmapJSON(){const e=super._getProjectWebmapJSON();if(!e||this.dynamicallyAddedLayer)return e;const{layerDefinition:r}=PortalTiledImageServiceLayer.fromEsriApiTileLayer(this.layer);if(r?.drawingInfo){const{drawingInfo:a}=r;e.layerDefinition={},a&&(e.layerDefinition.drawingInfo=a)}return e}_applyLayerProperties(e,r){checkArg("layerJson",e).isNotMissing();const a=e.layerType||e.type;return checkArg("layerJson.layerType",a).satisfies((e=>!e||"ArcGISTiledImageServiceLayer"===e),ERR_LAYER_TYPE_MISMATCH),checkArg("layer",r).isNotMissing().satisfies((e=>this._isSupportedLayer(e)),ERR_LAYER_TYPE_MISMATCH),PortalLayerBase.applyToEsriApiLayer(e,r)}_getSerializableProperties(){const e=super._getSerializableProperties();return{...e,layer:{...this._toPropertyDef(e.layer),default:{layerType:"ArcGISTiledImageServiceLayer",url:""}}}}_isSupportedLayer(e){return isImageryTileLayer(e)}_createSchema(){return new ImageryTileLayerSchema(this)}async _initializeLayer(){if(await super._initializeLayer(),!this.layer.url)throw new InvalidOperationError("Imagery tile layer must have a URL.")}async _onInitialize(){if(await super._onInitialize(),!this.layer.tileInfo)throw new Error(`The layer at URL "${this.layer.url}" is not an imagery tile layer or does not have a tiling scheme defined.`)}async _applyPortalItemProperties(e){if("Image Service"!==e.type)throw new Error(`Cannot create Imagery Tile Layer from Portal item that has type: ${e.type}`);const r=await LayerExtension._getLayerData(e.url,new DefaultArcGISRequestHelper);if("Elevation"===r.cacheType)throw new Error("Cannot create Imagery Tile Layer from Portal item that references an Elevation layer");if(!r.tileInfo)throw new Error("Cannot create Imagery Tile Layer from Portal item that does not reference a tiled map service");const a={layerType:"ArcGISTiledImageServiceLayer",url:e.url,title:e.title};await PortalTiledImageServiceLayer.applyToEsriApiLayer(a,this.layer)}};ImageryTileLayerExtension=__decorate([serializable],ImageryTileLayerExtension);export{ImageryTileLayerExtension};let ImageryTileLayerSchema=class extends LayerExtensionSchema{_getPropertyBindings(){return{spatialReference:{property:"spatialReference",readonly:!0}}}};ImageryTileLayerSchema=__decorate([serializable],ImageryTileLayerSchema);
1
+ import{__decorate}from"tslib";import{InvalidOperationError}from"../InvalidOperationError.js";import{LayerBase as PortalLayerBase}from"../portal/LayerBase.js";import{TiledImageServiceLayer as PortalTiledImageServiceLayer}from"../portal/TiledImageServiceLayer.js";import{ERR_LAYER_TYPE_MISMATCH}from"../portal/_layerHelper.js";import{DefaultArcGISRequestHelper}from"../support/ArcGISRequestHelper.js";import{serializable}from"../support/Serializable.js";import{isImageryTileLayer}from"../utilities/_layers.js";import{checkArg}from"../utilities/checkArg.js";import{LayerExtension,LayerExtensionSchema}from"./_LayerExtension.js";import{PopupTemplateFeatureSettings}from"./support/PopupTemplateFeatureSettings.js";let ImageryTileLayerExtension=class extends LayerExtension{get layer(){return super.layer}get supportsSublayers(){return!1}_getProjectWebmapJSON(){const e=super._getProjectWebmapJSON();if(!e||this.dynamicallyAddedLayer)return e;const{layerDefinition:r}=PortalTiledImageServiceLayer.fromEsriApiTileLayer(this.layer);if(r?.drawingInfo){const{drawingInfo:a}=r;e.layerDefinition={},a&&(e.layerDefinition.drawingInfo=a)}return e}_applyLayerProperties(e,r){checkArg("layerJson",e).isNotMissing();const a=e.layerType||e.type;return checkArg("layerJson.layerType",a).satisfies((e=>!e||"ArcGISTiledImageServiceLayer"===e),ERR_LAYER_TYPE_MISMATCH),checkArg("layer",r).isNotMissing().satisfies((e=>this._isSupportedLayer(e)),ERR_LAYER_TYPE_MISMATCH),PortalLayerBase.applyToEsriApiLayer(e,r)}_getSerializableProperties(){const e=super._getSerializableProperties();return{...e,layer:{...this._toPropertyDef(e.layer),default:{layerType:"ArcGISTiledImageServiceLayer",url:""}}}}_isSupportedLayer(e){return isImageryTileLayer(e)}_createSchema(){return new ImageryTileLayerSchema(this)}async _initializeLayer(){if(await super._initializeLayer(),!this.layer.url)throw new InvalidOperationError("Imagery tile layer must have a URL.")}async _onInitialize(){if(await super._onInitialize(),!this.layer.tileInfo)throw new Error(`The layer at URL "${this.layer.url}" is not an imagery tile layer or does not have a tiling scheme defined.`)}async _applyPortalItemProperties(e){if("Image Service"!==e.type)throw new Error(`Cannot create Imagery Tile Layer from Portal item that has type: ${e.type}`);const r=await LayerExtension._getLayerData(e.url,new DefaultArcGISRequestHelper);if("Elevation"===r.cacheType)throw new Error("Cannot create Imagery Tile Layer from Portal item that references an Elevation layer");if(!r.tileInfo)throw new Error("Cannot create Imagery Tile Layer from Portal item that does not reference a tiled map service");const a={layerType:"ArcGISTiledImageServiceLayer",url:e.url,title:e.title};await PortalTiledImageServiceLayer.applyToEsriApiLayer(a,this.layer)}_createFeatureSettings(){return new ImageryTileLayerFeatureSettings(this)}};ImageryTileLayerExtension=__decorate([serializable],ImageryTileLayerExtension);export{ImageryTileLayerExtension};let ImageryTileLayerSchema=class extends LayerExtensionSchema{_getPropertyBindings(){return{spatialReference:{property:"spatialReference",readonly:!0}}}};ImageryTileLayerSchema=__decorate([serializable],ImageryTileLayerSchema);let ImageryTileLayerFeatureSettings=class extends PopupTemplateFeatureSettings{};ImageryTileLayerFeatureSettings=__decorate([serializable],ImageryTileLayerFeatureSettings);
@@ -1,2 +1,3 @@
1
- import { LayerExtension, LayerExtensionProperties, LayerProperties, LayerReference, LayerExtensionSchema, LayerExtensionSchemaPropertyBinding, _assignLayerExtensions, ArrayWrappedCollection } from "./_LayerExtension.js";
2
- export { LayerExtension, LayerExtensionProperties, LayerProperties, LayerReference, LayerExtensionSchema, LayerExtensionSchemaPropertyBinding, _assignLayerExtensions, ArrayWrappedCollection, };
1
+ import { LayerExtension, LayerExtensionProperties, LayerProperties, LayerReference, LayerExtensionSchema, LayerExtensionSchemaPropertyBinding, _assignLayerExtensions } from "./_LayerExtension.js";
2
+ import { ArrayWrappedCollection } from "./support/ArrayWrappedCollection.js";
3
+ export { ArrayWrappedCollection, LayerExtension, LayerExtensionProperties, LayerProperties, LayerReference, LayerExtensionSchema, LayerExtensionSchemaPropertyBinding, _assignLayerExtensions, };
@@ -1 +1 @@
1
- import{LayerExtension,LayerExtensionSchema,_assignLayerExtensions,ArrayWrappedCollection}from"./_LayerExtension.js";import{DefaultLayerExtensionFactory}from"./support/DefaultLayerExtensionFactory.js";LayerExtension.factory=DefaultLayerExtensionFactory.instance;export{LayerExtension,LayerExtensionSchema,_assignLayerExtensions,ArrayWrappedCollection};
1
+ import{LayerExtension,LayerExtensionSchema,_assignLayerExtensions}from"./_LayerExtension.js";import{ArrayWrappedCollection}from"./support/ArrayWrappedCollection.js";import{DefaultLayerExtensionFactory}from"./support/DefaultLayerExtensionFactory.js";LayerExtension.factory=DefaultLayerExtensionFactory.instance;export{ArrayWrappedCollection,LayerExtension,LayerExtensionSchema,_assignLayerExtensions};
@@ -5,6 +5,12 @@ import type { Schema } from "../data/Schema.js";
5
5
  import type { PointCloudLayer as PortalPointCloudLayer } from "../portal/PointCloudLayer.js";
6
6
  import { PropertyDefs } from "../support/Serializable.js";
7
7
  import { LayerExtension, LayerExtensionProperties, LayerProperties } from "./_LayerExtension.js";
8
+ /**
9
+ * Properties for a PointCloudLayer that can be passed into the constructor for
10
+ * {@link PointCloudLayerExtension}.
11
+ */
12
+ export interface PointCloudLayerProperties extends PortalPointCloudLayer, Omit<LayerProperties, "layerType"> {
13
+ }
8
14
  /**
9
15
  * Properties that can be passed into the constructor for
10
16
  * {@link PointCloudLayerExtension}.
@@ -13,7 +19,7 @@ export interface PointCloudLayerExtensionProperties extends LayerExtensionProper
13
19
  /**
14
20
  * See {@link PointCloudLayerExtension.layer}.
15
21
  */
16
- layer?: PointCloudLayer | (PortalPointCloudLayer & LayerProperties);
22
+ layer?: PointCloudLayer | PointCloudLayerProperties;
17
23
  /**
18
24
  * See {@link PointCloudLayerExtension.enableClientSideData}.
19
25
  */
@@ -1 +1 @@
1
- import{__decorate}from"tslib";import CodedValueDomain from"@arcgis/core/layers/support/CodedValueDomain";import ExpressionInfo from"@arcgis/core/popup/ExpressionInfo";import FieldInfo from"@arcgis/core/popup/FieldInfo";import{serializable}from"../support/Serializable.js";import{ReadOnlyCollection}from"../utilities/ReadOnlyCollection.js";import{isPointCloudLayer}from"../utilities/_layers.js";import{ArrayWrappedCollection,LayerExtension,LayerExtensionSchema}from"./_LayerExtension.js";import{PopupTemplateFeatureSettings}from"./support/PopupTemplateFeatureSettings.js";import{addOutFields}from"./support/layers.js";let PointCloudLayerExtension=class extends LayerExtension{get layer(){return super.layer}get _layerView(){return this.layer&&this.mapExtension?._allLayerViews.find((e=>e.layer===this.layer))}get hasFeatures(){return!0}get enableClientSideData(){return this._enableClientSideData}set enableClientSideData(e){this._enableClientSideData=e,this._updateClientSideFields()}get canChangeOpacity(){return!1}_getProjectWebmapJSON(){const e=super._getProjectWebmapJSON();return e&&delete e.opacity,e}async _onInitialize(){await super._onInitialize(),this._updateClientSideFields(),this._watchHandles.push(this.watch("layer",(()=>{this._updateClientSideFields()}),!0))}async _postInitialize(){await super._postInitialize(),await this._setDecodedPopupFieldInfos()}_getSerializableProperties(){const e=super._getSerializableProperties();return{...e,layer:{...this._toPropertyDef(e.layer),default:{layerType:"PointCloudLayer"}},enableClientSideData:{serializeModes:["initial"],default:!0}}}_isSupportedLayer(e){return isPointCloudLayer(e)}_createSchema(){return new PointCloudLayerSchema(this)}_createFeatureSettings(){return new PopupTemplateFeatureSettings(this)}_updateClientSideFields(){this.layer&&this._enableClientSideData&&addOutFields(this.layer,this.featureSettings.outFields)}async _setDecodedPopupFieldInfos(){const e=this.schema.fields.find((e=>"CLASS_CODE"===e.name));if(e){const t=(await this.layer.queryCachedStatistics("CLASS_CODE"))?.labels?.labels;t&&(e.domain=new CodedValueDomain({codedValues:t.map((e=>({code:e.value,name:e.label})))}))}if(this.featureSettings.popupTemplate.expressionInfos=this.featureSettings.popupTemplate.expressionInfos??[],this.schema.fields.some((e=>"RGB"===e.name))){this.featureSettings.popupTemplate.fieldInfos.find((e=>"RGB"===e.fieldName)).visible=!1,this.featureSettings.popupTemplate.fieldInfos.push(new FieldInfo({fieldName:"expression/__gcx-rgb"})),this.featureSettings.popupTemplate.expressionInfos.push(new ExpressionInfo({expression:"var rgb = $feature.RGB; var red = Floor(rgb/65536,0); var green = Floor((rgb-(red*65536))/256,0); var blue = rgb-(red*65536)-(green*256); return 'rgb(' + red + ',' + green + ',' + blue + ')';",name:"__gcx-rgb",returnType:"string",title:"RGB"}))}if(this.schema.fields.some((e=>"RETURNS"===e.name))){this.featureSettings.popupTemplate.fieldInfos.find((e=>"RETURNS"===e.fieldName)).visible=!1,this.featureSettings.popupTemplate.fieldInfos.push(new FieldInfo({fieldName:"expression/__gcx-returns"})),this.featureSettings.popupTemplate.expressionInfos.push(new ExpressionInfo({expression:"var returnnumber = $feature.RETURNS % 16; var numberofreturns = Floor($feature.RETURNS / 16); return returnnumber + ' / ' + numberofreturns;",name:"__gcx-returns",returnType:"string",title:"RETURNS"}))}}};PointCloudLayerExtension=__decorate([serializable],PointCloudLayerExtension);export{PointCloudLayerExtension};let PointCloudLayerSchema=class extends LayerExtensionSchema{constructor(e){super(e),this._fieldCollection=new ReadOnlyCollection(new ArrayWrappedCollection(e,"fields"))}get _fields(){return this._fieldCollection}_getPropertyBindings(){return{spatialReference:{property:"spatialReference",readonly:!0}}}};PointCloudLayerSchema=__decorate([serializable],PointCloudLayerSchema);
1
+ import{__decorate}from"tslib";import CodedValueDomain from"@arcgis/core/layers/support/CodedValueDomain";import ExpressionInfo from"@arcgis/core/popup/ExpressionInfo";import FieldInfo from"@arcgis/core/popup/FieldInfo";import{serializable}from"../support/Serializable.js";import{ReadOnlyCollection}from"../utilities/ReadOnlyCollection.js";import{isPointCloudLayer}from"../utilities/_layers.js";import{LayerExtension,LayerExtensionSchema}from"./_LayerExtension.js";import{ArrayWrappedCollection}from"./support/ArrayWrappedCollection.js";import{PopupTemplateFeatureSettings}from"./support/PopupTemplateFeatureSettings.js";import{addOutFields}from"./support/layers.js";let PointCloudLayerExtension=class extends LayerExtension{get layer(){return super.layer}get _layerView(){return this.layer&&this.mapExtension?._allLayerViews.find((e=>e.layer===this.layer))}get hasFeatures(){return!0}get enableClientSideData(){return this._enableClientSideData}set enableClientSideData(e){this._enableClientSideData=e,this._updateClientSideFields()}get canChangeOpacity(){return!1}_getProjectWebmapJSON(){const e=super._getProjectWebmapJSON();return e&&delete e.opacity,e}async _onInitialize(){await super._onInitialize(),this._updateClientSideFields(),this._watchHandles.push(this.watch("layer",(()=>{this._updateClientSideFields()}),!0))}async _postInitialize(){await super._postInitialize(),await this._setDecodedPopupFieldInfos()}_getSerializableProperties(){const e=super._getSerializableProperties();return{...e,layer:{...this._toPropertyDef(e.layer),default:{layerType:"PointCloudLayer"}},enableClientSideData:{serializeModes:["initial"],default:!0}}}_isSupportedLayer(e){return isPointCloudLayer(e)}_createSchema(){return new PointCloudLayerSchema(this)}_createFeatureSettings(){return new PopupTemplateFeatureSettings(this)}_updateClientSideFields(){this.layer&&this._enableClientSideData&&addOutFields(this.layer,this.featureSettings.outFields)}async _setDecodedPopupFieldInfos(){const e=this.schema.fields.find((e=>"CLASS_CODE"===e.name));if(e){const t=(await this.layer.queryCachedStatistics("CLASS_CODE"))?.labels?.labels;t&&(e.domain=new CodedValueDomain({codedValues:t.map((e=>({code:e.value,name:e.label})))}))}if(this.featureSettings.popupTemplate.expressionInfos=this.featureSettings.popupTemplate.expressionInfos??[],this.schema.fields.some((e=>"RGB"===e.name))){this.featureSettings.popupTemplate.fieldInfos.find((e=>"RGB"===e.fieldName)).visible=!1,this.featureSettings.popupTemplate.fieldInfos.push(new FieldInfo({fieldName:"expression/__gcx-rgb"})),this.featureSettings.popupTemplate.expressionInfos.push(new ExpressionInfo({expression:"var rgb = $feature.RGB; var red = Floor(rgb/65536,0); var green = Floor((rgb-(red*65536))/256,0); var blue = rgb-(red*65536)-(green*256); return 'rgb(' + red + ',' + green + ',' + blue + ')';",name:"__gcx-rgb",returnType:"string",title:"RGB"}))}if(this.schema.fields.some((e=>"RETURNS"===e.name))){this.featureSettings.popupTemplate.fieldInfos.find((e=>"RETURNS"===e.fieldName)).visible=!1,this.featureSettings.popupTemplate.fieldInfos.push(new FieldInfo({fieldName:"expression/__gcx-returns"})),this.featureSettings.popupTemplate.expressionInfos.push(new ExpressionInfo({expression:"var returnnumber = $feature.RETURNS % 16; var numberofreturns = Floor($feature.RETURNS / 16); return returnnumber + ' / ' + numberofreturns;",name:"__gcx-returns",returnType:"string",title:"RETURNS"}))}}};PointCloudLayerExtension=__decorate([serializable],PointCloudLayerExtension);export{PointCloudLayerExtension};let PointCloudLayerSchema=class extends LayerExtensionSchema{constructor(e){super(e),this._fieldCollection=new ReadOnlyCollection(new ArrayWrappedCollection({parent:e,targetProperty:"layer",arrayProperty:"fields"}))}get _fields(){return this._fieldCollection}_getPropertyBindings(){return{spatialReference:{property:"spatialReference",readonly:!0}}}};PointCloudLayerSchema=__decorate([serializable],PointCloudLayerSchema);
@@ -1 +1 @@
1
- import{__decorate}from"tslib";import{SceneLayer as PortalSceneLayer}from"../portal/SceneLayer.js";import{serializable}from"../support/Serializable.js";import{ReadOnlyCollection}from"../utilities/ReadOnlyCollection.js";import{isSceneLayer}from"../utilities/_layers.js";import{ArrayWrappedCollection,LayerExtension,LayerExtensionSchema}from"./_LayerExtension.js";import{PopupTemplateFeatureSettings}from"./support/PopupTemplateFeatureSettings.js";import{addOutFields}from"./support/layers.js";let SceneLayerExtension=class extends LayerExtension{get layer(){return super.layer}get enableClientSideData(){return this._enableClientSideData}set enableClientSideData(e){this._enableClientSideData=e,this._updateClientSideFields()}get renderer(){return this.layer?.renderer}get hasFeatures(){return!0}get canChangeLabels(){return!0}get _layerView(){return this.layer&&this.mapExtension?._allLayerViews.find((e=>e.layer===this.layer))}async _onInitialize(){await super._onInitialize(),this._updateClientSideFields(),this._watchHandles.push(this.watch("layer",(()=>{this._updateClientSideFields()}),!0)),this.layer.associatedLayer||this.layer.outFields||(this.layer.outFields=this.layer.fields.map((e=>e.name)),this.layer.outFields&&!this.layer.outFields.includes(this.layer.objectIdField)&&this.layer.outFields.push(this.layer.objectIdField))}_getSerializableProperties(){const e=super._getSerializableProperties();return{...e,layer:{...this._toPropertyDef(e.layer),default:{layerType:"ArcGISSceneServiceLayer"}},enableClientSideData:{serializeModes:["initial"],default:!1}}}_isSupportedLayer(e){return isSceneLayer(e)}_createSchema(){return new SceneLayerSchema(this)}_createFeatureSettings(){return new PopupTemplateFeatureSettings(this)}async _applyPortalItemProperties(e){if("Scene Service"!==e.type)throw new Error(`Cannot create Scene Layer from Portal item that has type: ${e.type}`);if(!e.typeKeywords.includes("3DObject")&&!e.typeKeywords.includes("Point"))throw new Error("Cannot create Scene Layer from Portal item that does not reference a Scene layer");const t={layerType:"ArcGISSceneServiceLayer",url:e.url};return PortalSceneLayer.applyToEsriApiLayer(t,this.layer)}_updateClientSideFields(){this.layer&&this._enableClientSideData&&addOutFields(this.layer,this.featureSettings.outFields)}};SceneLayerExtension=__decorate([serializable],SceneLayerExtension);export{SceneLayerExtension};let SceneLayerSchema=class extends LayerExtensionSchema{constructor(e){super(e),this._fieldsCollection=new ReadOnlyCollection(new ArrayWrappedCollection(e,"fields"))}_getPropertyBindings(){return{spatialReference:"spatialReference"}}get _fields(){return this._fieldsCollection}};SceneLayerSchema=__decorate([serializable],SceneLayerSchema);
1
+ import{__decorate}from"tslib";import{SceneLayer as PortalSceneLayer}from"../portal/SceneLayer.js";import{serializable}from"../support/Serializable.js";import{ReadOnlyCollection}from"../utilities/ReadOnlyCollection.js";import{isSceneLayer}from"../utilities/_layers.js";import{LayerExtension,LayerExtensionSchema}from"./_LayerExtension.js";import{ArrayWrappedCollection}from"./support/ArrayWrappedCollection.js";import{PopupTemplateFeatureSettings}from"./support/PopupTemplateFeatureSettings.js";import{addOutFields}from"./support/layers.js";let SceneLayerExtension=class extends LayerExtension{get layer(){return super.layer}get enableClientSideData(){return this._enableClientSideData}set enableClientSideData(e){this._enableClientSideData=e,this._updateClientSideFields()}get renderer(){return this.layer?.renderer}get hasFeatures(){return!0}get canChangeLabels(){return!0}get _layerView(){return this.layer&&this.mapExtension?._allLayerViews.find((e=>e.layer===this.layer))}async _onInitialize(){await super._onInitialize(),this._updateClientSideFields(),this._watchHandles.push(this.watch("layer",(()=>{this._updateClientSideFields()}),!0)),this.layer.associatedLayer||this.layer.outFields||(this.layer.outFields=this.layer.fields.map((e=>e.name)),this.layer.outFields&&!this.layer.outFields.includes(this.layer.objectIdField)&&this.layer.outFields.push(this.layer.objectIdField))}_getSerializableProperties(){const e=super._getSerializableProperties();return{...e,layer:{...this._toPropertyDef(e.layer),default:{layerType:"ArcGISSceneServiceLayer"}},enableClientSideData:{serializeModes:["initial"],default:!1}}}_isSupportedLayer(e){return isSceneLayer(e)}_createSchema(){return new SceneLayerSchema(this)}_createFeatureSettings(){return new PopupTemplateFeatureSettings(this)}async _applyPortalItemProperties(e){if("Scene Service"!==e.type)throw new Error(`Cannot create Scene Layer from Portal item that has type: ${e.type}`);if(!e.typeKeywords.includes("3DObject")&&!e.typeKeywords.includes("Point"))throw new Error("Cannot create Scene Layer from Portal item that does not reference a Scene layer");const t={layerType:"ArcGISSceneServiceLayer",url:e.url};return PortalSceneLayer.applyToEsriApiLayer(t,this.layer)}_updateClientSideFields(){this.layer&&this._enableClientSideData&&addOutFields(this.layer,this.featureSettings.outFields)}};SceneLayerExtension=__decorate([serializable],SceneLayerExtension);export{SceneLayerExtension};let SceneLayerSchema=class extends LayerExtensionSchema{constructor(e){super(e),this._fieldsCollection=new ReadOnlyCollection(new ArrayWrappedCollection({parent:e,targetProperty:"layer",arrayProperty:"fields"}))}_getPropertyBindings(){return{spatialReference:"spatialReference"}}get _fields(){return this._fieldsCollection}};SceneLayerSchema=__decorate([serializable],SceneLayerSchema);
@@ -1 +1 @@
1
- import{__decorate}from"tslib";import{Layer as PortalLayer}from"../portal/Layer.js";import{StreamLayer as StreamLayerJson}from"../portal/StreamLayer.js";import{serializable}from"../support/Serializable.js";import{ReadOnlyCollection}from"../utilities/ReadOnlyCollection.js";import{isStreamLayer}from"../utilities/_layers.js";import{ArrayWrappedCollection,LayerExtension,LayerExtensionSchema}from"./_LayerExtension.js";import{PopupTemplateFeatureSettings}from"./support/PopupTemplateFeatureSettings.js";let StreamLayerExtension=class extends LayerExtension{get layer(){return super.layer}get _layerView(){return this.layer&&this.mapExtension?._allLayerViews.find((e=>e.layer===this.layer))}get hasFeatures(){return!0}get renderer(){return this.layer.renderer}get canChangeLabels(){return!0}_getProjectWebmapJSON(){const e=super._getProjectWebmapJSON();if(!e||this.dynamicallyAddedLayer)return e;const{layerDefinition:r}=StreamLayerJson.fromEsriApiStreamLayer(this.layer),{definitionExpression:t,drawingInfo:a}=r;return t&&(e.layerDefinition={...e.layerDefinition,definitionExpression:t}),a&&(e.layerDefinition={...e.layerDefinition,drawingInfo:a}),e}_getSerializableProperties(){const e=super._getSerializableProperties();return{...e,layer:{...this._toPropertyDef(e.layer),default:{layerType:"ArcGISStreamLayer"}}}}_createSchema(){return new StreamLayerSchema(this)}_isSupportedLayer(e){return isStreamLayer(e)}_createFeatureSettings(){return new StreamLayerFeatureSettings(this)}async _applyPortalItemProperties(e){if("Stream Service"!==e.type)throw new Error(`Cannot create Stream Layer from Portal item that has type: ${e.type}`);const r={layerType:"ArcGISStreamLayer",url:e.url};await StreamLayerJson.applyToEsriApiLayer(r,this.layer);const t=await e.fetchData();t&&Object.keys(t).length>0&&await PortalLayer.applyToEsriApiLayer(t,this.layer)}};StreamLayerExtension=__decorate([serializable],StreamLayerExtension);export{StreamLayerExtension};let StreamLayerSchema=class extends LayerExtensionSchema{constructor(e){super(e),this._fieldCollection=this._createFieldCollection()}get _fields(){return this._fieldCollection}_createFieldCollection(){return new ReadOnlyCollection(new ArrayWrappedCollection(this._layerExtension,"fields"))}_getPropertyBindings(){return{primaryKeyField:"objectIdField",geometryType:"geometryType",spatialReference:"spatialReference",displayField:"displayField"}}};StreamLayerSchema=__decorate([serializable],StreamLayerSchema);export{StreamLayerSchema};let StreamLayerFeatureSettings=class extends PopupTemplateFeatureSettings{get zoomScale(){const e="point"===this._layerExtension.schema.geometryType?this._layerExtension.layer.maxScale:void 0;return this._getSetting("zoomScale",e)}set zoomScale(e){this._setSetting("zoomScale",e)}};StreamLayerFeatureSettings=__decorate([serializable],StreamLayerFeatureSettings);
1
+ import{__decorate}from"tslib";import{Layer as PortalLayer}from"../portal/Layer.js";import{StreamLayer as StreamLayerJson}from"../portal/StreamLayer.js";import{serializable}from"../support/Serializable.js";import{ReadOnlyCollection}from"../utilities/ReadOnlyCollection.js";import{isStreamLayer}from"../utilities/_layers.js";import{LayerExtension,LayerExtensionSchema}from"./_LayerExtension.js";import{ArrayWrappedCollection}from"./support/ArrayWrappedCollection.js";import{PopupTemplateFeatureSettings}from"./support/PopupTemplateFeatureSettings.js";let StreamLayerExtension=class extends LayerExtension{get layer(){return super.layer}get _layerView(){return this.layer&&this.mapExtension?._allLayerViews.find((e=>e.layer===this.layer))}get hasFeatures(){return!0}get renderer(){return this.layer.renderer}get canChangeLabels(){return!0}_getProjectWebmapJSON(){const e=super._getProjectWebmapJSON();if(!e||this.dynamicallyAddedLayer)return e;const{layerDefinition:r}=StreamLayerJson.fromEsriApiStreamLayer(this.layer),{definitionExpression:t,drawingInfo:a}=r;return t&&(e.layerDefinition={...e.layerDefinition,definitionExpression:t}),a&&(e.layerDefinition={...e.layerDefinition,drawingInfo:a}),e}_getSerializableProperties(){const e=super._getSerializableProperties();return{...e,layer:{...this._toPropertyDef(e.layer),default:{layerType:"ArcGISStreamLayer"}}}}_createSchema(){return new StreamLayerSchema(this)}_isSupportedLayer(e){return isStreamLayer(e)}_createFeatureSettings(){return new StreamLayerFeatureSettings(this)}async _applyPortalItemProperties(e){if("Stream Service"!==e.type)throw new Error(`Cannot create Stream Layer from Portal item that has type: ${e.type}`);const r={layerType:"ArcGISStreamLayer",url:e.url};await StreamLayerJson.applyToEsriApiLayer(r,this.layer);const t=await e.fetchData();t&&Object.keys(t).length>0&&await PortalLayer.applyToEsriApiLayer(t,this.layer)}};StreamLayerExtension=__decorate([serializable],StreamLayerExtension);export{StreamLayerExtension};let StreamLayerSchema=class extends LayerExtensionSchema{constructor(e){super(e),this._fieldCollection=this._createFieldCollection()}get _fields(){return this._fieldCollection}_createFieldCollection(){return new ReadOnlyCollection(new ArrayWrappedCollection({parent:this._layerExtension,targetProperty:"layer",arrayProperty:"fields"}))}_getPropertyBindings(){return{primaryKeyField:"objectIdField",geometryType:"geometryType",spatialReference:"spatialReference",displayField:"displayField"}}};StreamLayerSchema=__decorate([serializable],StreamLayerSchema);export{StreamLayerSchema};let StreamLayerFeatureSettings=class extends PopupTemplateFeatureSettings{get zoomScale(){const e="point"===this._layerExtension.schema.geometryType?this._layerExtension.layer.maxScale:void 0;return this._getSetting("zoomScale",e)}set zoomScale(e){this._setSetting("zoomScale",e)}};StreamLayerFeatureSettings=__decorate([serializable],StreamLayerFeatureSettings);
@@ -3,7 +3,7 @@ import type SubtypeSublayer from "@arcgis/core/layers/support/SubtypeSublayer";
3
3
  import type EsriRenderer from "@arcgis/core/renderers/Renderer";
4
4
  import { Attachment, AttachmentProperties } from "../data/Attachment.js";
5
5
  import { Feature } from "../data/Feature.js";
6
- import { FeatureSettings } from "../data/FeatureSettings.js";
6
+ import type { FeatureSettings } from "../data/FeatureSettings.js";
7
7
  import type { FeatureReadOptions, FeatureSource, FeatureWriteOptions } from "../data/FeatureSource.js";
8
8
  import type { QuerySourceCapabilities } from "../data/QuerySourceCapabilities.js";
9
9
  import type { Schema } from "../data/Schema.js";
@@ -13,7 +13,7 @@ import type { InitializableCollection } from "../support/InitializableCollection
13
13
  import { ArcGISRelationshipCollection } from "../support/_ArcGISRelationshipCollection.js";
14
14
  import type { Collection, SublayerLike } from "../support/esri.js";
15
15
  import type { SubtypeGroupLayerExtension } from "./SubtypeGroupLayerExtension.js";
16
- import { LayerExtensionSchemaPropertyBinding } from "./_LayerExtension.js";
16
+ import type { LayerExtensionSchemaPropertyBinding } from "./_LayerExtension.js";
17
17
  import { SublayerExtension, SublayerExtensionProperties, SublayerProperties, SublayerSchema } from "./_SublayerExtension.js";
18
18
  import { LayerListSettings, LayerListSettingsProperties } from "./support/LayerListSettings.js";
19
19
  /**
@@ -228,48 +228,6 @@ export declare class SubtypeSublayerSchema extends SublayerSchema {
228
228
  */
229
229
  protected _getPropertyBindings(): Record<string, LayerExtensionSchemaPropertyBinding>;
230
230
  }
231
- /**
232
- * An implementation of FeatureSettings that mirrors the equivalent properties
233
- * on an Esri Sublayer object.
234
- */
235
- export declare class SubtypeSublayerFeatureSettings extends FeatureSettings {
236
- /**
237
- * The parent sublayer extension.
238
- */
239
- protected readonly _sublayerExtension: SubtypeSublayerExtension;
240
- private readonly _sublayerBindings;
241
- constructor(sublayerExtension: SubtypeSublayerExtension);
242
- /**
243
- * @inheritDoc
244
- */
245
- get zoomScale(): number;
246
- /**
247
- * @inheritDoc
248
- */
249
- set zoomScale(value: number);
250
- /**
251
- * @inheritDoc
252
- */
253
- protected _getSetting<T>(setting: string, defaultValue?: T): T;
254
- /**
255
- * @inheritDoc
256
- */
257
- protected _setSetting<T>(setting: string, value: T): void;
258
- /**
259
- * Binds a setting to an equivalent property on the sublayer.
260
- *
261
- * @param setting The setting to bind.
262
- * @param sublayerProperty The name of the property to bind to, if it
263
- * differs from the setting.
264
- */
265
- protected _bindSettingToSublayerProperty(setting: string, sublayerProperty?: string): void;
266
- /**
267
- * Invoked when the sublayer is available.
268
- *
269
- * @param sublayer The newly resolved sublayer.
270
- */
271
- protected _onSublayerResolved(sublayer: SubtypeSublayer): void;
272
- }
273
231
  /**
274
232
  * Implementation of the
275
233
  * {@link support/_ArcGISRelationshipCollection!ArcGISRelationshipCollection}
@@ -1 +1 @@
1
- import{__decorate}from"tslib";import AttachmentQuery from"@arcgis/core/rest/support/AttachmentQuery";import{InvalidOperationError}from"../InvalidOperationError.js";import{toAttachment}from"../data/Attachment.js";import{toGraphic}from"../data/Feature.js";import{FeatureSaveError}from"../data/FeatureSaveError.js";import{FeatureSettings}from"../data/FeatureSettings.js";import{addAttachment,deleteAttachments}from"../data/support/attachments.js";import{Layer as PortalLayer}from"../portal/Layer.js";import{cancelify}from"../support/Cancellable.js";import{serializable}from"../support/Serializable.js";import{ArcGISRelationshipCollection}from"../support/_ArcGISRelationshipCollection.js";import{executeQuery}from"../support/_query.js";import{ReadOnlyCollection}from"../utilities/ReadOnlyCollection.js";import{isFeatureLayer,isSubtypeGroupLayer,isSubtypeSublayer}from"../utilities/layers.js";import{parse}from"../utilities/number.js";import{ArrayWrappedCollection}from"./_LayerExtension.js";import{SublayerExtension,SublayerSchema}from"./_SublayerExtension.js";import{ExtensionBaseLayerListSettings}from"./support/LayerListSettings.js";import{getGlobalIdField,isGlobalIdUsed}from"./support/layers.js";let SubtypeSublayerExtension=class extends SublayerExtension{get supportsSublayers(){return!1}get layerExtension(){return super.layerExtension}get renderer(){return this.sublayer?.renderer}get hasFeatures(){return!0}get sublayer(){return super.sublayer}get sublayerExtensions(){return super.sublayerExtensions}get attachmentTypes(){return this.layerExtension?.attachmentTypes}get canChangeRenderer(){return!0}get canChangeOpacity(){return!1}async _addAttachment(e,t){return addAttachment(e,this.sublayer.layer,t,{attachmentTypes:this.layerExtension?.attachmentTypes})}async _deleteAttachments(e,t){return deleteAttachments(e,this.sublayer.layer,t)}_isSupportedSublayer(e){return isSubtypeSublayer(e)}_createLayerListSettings(e){return new SubtypeSublayerExtensionLayerListSettings(e,this)}_createFeatureSettings(){return new SubtypeSublayerFeatureSettings(this)}_createSublayer(e){return PortalLayer.toEsriApiSublayer(e,"ArcGISSubtypeGroupLayer")}_createSchema(){return new SubtypeSublayerSchema(this)}_createRelationships(){return new SubtypeSublayerRelationshipCollection(this)}async _applySublayerProperties(e,t){return PortalLayer.applyToEsriApiSublayer(e,t)}_capabilities(){return this.layerExtension?.capabilities}async _onInitialize(){await super._onInitialize(),await this.relationships.initialize(),this._watchHandles.push(this.watch("layerExtension.attachmentTypes",(()=>this._notifyChange("attachmentTypes"))))}async _postInitialize(){await super._postInitialize(),this.layerListSettings.onLayerExtensionInitialized()}_getFeatures(e,t){if(!this.sublayer?.layer)return super._getFeatures(e,t);const r=this.sublayer?.layer.createQuery();return r.objectIds=e.map((e=>parse(e))),r.where=void 0,r.outFields=t.outFields,r.returnGeometry=t.returnGeometry,executeQuery(r,this,this.sublayer.layer,t.cancelToken)}async _getAttachments(e){if(!this.sublayer?.layer?.capabilities?.data?.supportsAttachment)return[];const t=+e.primaryKey,r=new AttachmentQuery({objectIds:[t]}),a=await this.sublayer.layer.queryAttachments(r);return a?.[t]?.length?a[t].map((e=>toAttachment(e,e.url))):[]}async _addFeatures(e,t){const r=Array.from(e);if(0===r.length||!this.sublayer?.layer)return;const a=await this._applyEdits({addFeatures:r.map(toGraphic)},t);if(!a.addFeatureResults||a.addFeatureResults.length!==r.length)throw new FeatureSaveError("Received malformed response from server while saving feature(s).");let s;if(a.addFeatureResults.forEach(((e,t)=>{const{objectId:a,globalId:i,error:n}=e,l=r[t];if(n){s=s||new FeatureSaveError("Errors encountered when adding features.");const{title:r}=l;s.errors.set(`${r}-${t}`,new Error(`Failed to add feature '${r}'. ${e.error.name} : ${e.error.message}`))}else{const{primaryKeyField:e}=l.schema;l.attributes.set(e,a);const t=getGlobalIdField(this.sublayer.layer);t&&i&&l.attributes.set(t,i)}})),s)throw s}async _updateFeatures(e,t){const r=Array.from(e);if(0===r.length)return;const a=await this._applyEdits({updateFeatures:Array.from(e).map(toGraphic)},t);if(!a.updateFeatureResults||a.updateFeatureResults.length!==r.length)throw new FeatureSaveError("Received malformed response from server while saving feature(s).");let s;if(a.updateFeatureResults.forEach(((e,t)=>{if(e.error){s=s||new FeatureSaveError("Errors encountered when updating features.");const{primaryKey:a}=r[t];s.errors.set(a,new Error(`Failed to update feature with id ${a}. ${e.error.name} : ${e.error.message}`))}})),s)throw s}async _deleteFeatures(e,t){if(0===e.length)return;const r=await this._applyEdits({deleteFeatures:e.map((e=>({objectId:e})))},t);if(!r.deleteFeatureResults)throw new FeatureSaveError("Received malformed response from server while saving feature(s).");let a;if(r.deleteFeatureResults.forEach(((t,r)=>{if(t.error){a=a||new FeatureSaveError("Errors encountered when deleting features.");const s=e[r];a.errors.set(s,new Error(`Failed to delete feature with id ${s}. ${t.error.name} : ${t.error.message}`))}})),a)throw a}_serializeSublayer(e){return PortalLayer.fromEsriApiSublayer(e)}async _applyEdits(e,t={}){const r=isGlobalIdUsed(this.sublayer.layer,e),a=this.sublayer.layer.applyEdits(e,{globalIdUsed:r}),s=await cancelify(a,t.cancelToken);if(!s)throw new FeatureSaveError("Received malformed response from server while saving feature(s).");return s}};SubtypeSublayerExtension=__decorate([serializable],SubtypeSublayerExtension);export{SubtypeSublayerExtension};const ERR_SCHEMA_READ_ONLY="This schema property is read-only.";let SubtypeSublayerSchema=class extends SublayerSchema{constructor(e){super(e),this._fieldCollection=this._createFieldCollection()}get primaryKeyField(){return this._sublayerExtension.sublayer?.layer?.objectIdField}set primaryKeyField(e){throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY)}get geometryType(){return this._sublayerExtension.sublayer?.layer?.geometryType}set geometryType(e){throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY)}get displayField(){return this._sublayerExtension.sublayer?.layer?.displayField}set displayField(e){throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY)}get typeIdField(){return this._sublayerExtension.sublayer?.layer?.typeIdField}set typeIdField(e){throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY)}get _fields(){return this._fieldCollection}_createFieldCollection(){return new ReadOnlyCollection(new ArrayWrappedCollection(this._sublayerExtension,"layer.fields"))}_getPropertyBindings(){return{primaryKeyField:"layer.objectIdField",geometryType:"layer.geometryType",spatialReference:"layer.spatialReference",displayField:"layer.displayField",typeIdField:"layer.typeIdField"}}};SubtypeSublayerSchema=__decorate([serializable],SubtypeSublayerSchema);export{SubtypeSublayerSchema};let SubtypeSublayerFeatureSettings=class extends FeatureSettings{constructor(e){if(super(),this._sublayerBindings=new Map,this._sublayerExtension=e,this._bindSettingToSublayerProperty("popupTemplate"),e.sublayer)this._onSublayerResolved(e.sublayer);else{const t=e.watch("sublayer",(()=>{this._onSublayerResolved(e.sublayer),t.remove()}),!0)}}get zoomScale(){const e="point"===this._sublayerExtension.schema.geometryType?this._sublayerExtension.sublayer.maxScale:void 0;return this._getSetting("zoomScale",e)}set zoomScale(e){this._setSetting("zoomScale",e)}_getSetting(e,t){return this._sublayerBindings.has(e)&&this._sublayerExtension.sublayer?this._sublayerExtension.sublayer[this._sublayerBindings.get(e)]:super._getSetting(e,t)}_setSetting(e,t){this._sublayerBindings.has(e)&&this._sublayerExtension.sublayer?this._sublayerExtension.sublayer[this._sublayerBindings.get(e)]=t:super._setSetting(e,t)}_bindSettingToSublayerProperty(e,t){const r=t??e;this._sublayerBindings.set(e,r),this._sublayerExtension.watch(`sublayer.${r}`,(()=>this.notifyChange(e)),!0)}_onSublayerResolved(e){for(const t of this._sublayerBindings.keys())this.isModified(t)&&(e[t]=this[t],this.reset(t))}};SubtypeSublayerFeatureSettings=__decorate([serializable],SubtypeSublayerFeatureSettings);export{SubtypeSublayerFeatureSettings};let SubtypeSublayerExtensionLayerListSettings=class extends ExtensionBaseLayerListSettings{get _layerSupportsHideChildren(){return!1}get _esriLayer(){return this._extension.sublayer}get _listModePath(){return"sublayer.listMode"}get _supportsChildren(){return!1}};SubtypeSublayerExtensionLayerListSettings=__decorate([serializable],SubtypeSublayerExtensionLayerListSettings);export class SubtypeSublayerRelationshipCollection extends ArcGISRelationshipCollection{get _sourceUrl(){const e=this._source.sublayer?.layer;if(e)return`${e.url}/${e.layerId}`}get _sourceLayerId(){const e=this._source.sublayer?.layer;return e?.layerId}_findRelatedSource(e){if(!this._source.layerExtension?.mapExtension||!this._source.sublayer||!this._sourceUrl)return;const t=this._sourceUrl.slice(0,this._sourceUrl.length-`${this._sourceLayerId}`.length-1),r=this._source.layerExtension.mapExtension.layerExtensions.initializedItems.find((r=>(isFeatureLayer(r.layer)||isSubtypeGroupLayer(r.layer))&&r.layer.url===t&&r.layer.layerId===e));return r||this._source.layerExtension.mapExtension.tableExtensions.initializedItems.find((r=>isFeatureLayer(r.table)&&r.table.url===t&&r.table.layerId===e))}}
1
+ import{__decorate}from"tslib";import AttachmentQuery from"@arcgis/core/rest/support/AttachmentQuery";import{InvalidOperationError}from"../InvalidOperationError.js";import{toAttachment}from"../data/Attachment.js";import{toGraphic}from"../data/Feature.js";import{FeatureSaveError}from"../data/FeatureSaveError.js";import{addAttachment,deleteAttachments}from"../data/support/attachments.js";import{Layer as PortalLayer}from"../portal/Layer.js";import{cancelify}from"../support/Cancellable.js";import{serializable}from"../support/Serializable.js";import{ArcGISRelationshipCollection}from"../support/_ArcGISRelationshipCollection.js";import{executeQuery}from"../support/_query.js";import{ReadOnlyCollection}from"../utilities/ReadOnlyCollection.js";import{isFeatureLayer,isSubtypeGroupLayer,isSubtypeSublayer}from"../utilities/layers.js";import{parse}from"../utilities/number.js";import{SublayerExtension,SublayerSchema}from"./_SublayerExtension.js";import{ArrayWrappedCollection}from"./support/ArrayWrappedCollection.js";import{ExtensionBaseLayerListSettings}from"./support/LayerListSettings.js";import{PopupTemplateFeatureSettings}from"./support/PopupTemplateFeatureSettings.js";import{getGlobalIdField,isGlobalIdUsed}from"./support/layers.js";let SubtypeSublayerExtension=class extends SublayerExtension{get supportsSublayers(){return!1}get layerExtension(){return super.layerExtension}get renderer(){return this.sublayer?.renderer}get hasFeatures(){return!0}get sublayer(){return super.sublayer}get sublayerExtensions(){return super.sublayerExtensions}get attachmentTypes(){return this.layerExtension?.attachmentTypes}get canChangeRenderer(){return!0}get canChangeOpacity(){return!1}async _addAttachment(e,t){return addAttachment(e,this.sublayer.layer,t,{attachmentTypes:this.layerExtension?.attachmentTypes})}async _deleteAttachments(e,t){return deleteAttachments(e,this.sublayer.layer,t)}_isSupportedSublayer(e){return isSubtypeSublayer(e)}_createLayerListSettings(e){return new SubtypeSublayerExtensionLayerListSettings(e,this)}_createFeatureSettings(){return new SubtypeSublayerFeatureSettings(this)}_createSublayer(e){return PortalLayer.toEsriApiSublayer(e,"ArcGISSubtypeGroupLayer")}_createSchema(){return new SubtypeSublayerSchema(this)}_createRelationships(){return new SubtypeSublayerRelationshipCollection(this)}async _applySublayerProperties(e,t){return PortalLayer.applyToEsriApiSublayer(e,t)}_capabilities(){return this.layerExtension?.capabilities}async _onInitialize(){await super._onInitialize(),await this.relationships.initialize(),this._watchHandles.push(this.watch("layerExtension.attachmentTypes",(()=>this._notifyChange("attachmentTypes"))))}async _postInitialize(){await super._postInitialize(),this.layerListSettings.onLayerExtensionInitialized()}_getFeatures(e,t){if(!this.sublayer?.layer)return super._getFeatures(e,t);const r=this.sublayer?.layer.createQuery();return r.objectIds=e.map((e=>parse(e))),r.where=void 0,r.outFields=t.outFields,r.returnGeometry=t.returnGeometry,executeQuery(r,this,this.sublayer.layer,t.cancelToken)}async _getAttachments(e){if(!this.sublayer?.layer?.capabilities?.data?.supportsAttachment)return[];const t=+e.primaryKey,r=new AttachmentQuery({objectIds:[t]}),a=await this.sublayer.layer.queryAttachments(r);return a?.[t]?.length?a[t].map((e=>toAttachment(e,e.url))):[]}async _addFeatures(e,t){const r=Array.from(e);if(0===r.length||!this.sublayer?.layer)return;const a=await this._applyEdits({addFeatures:r.map(toGraphic)},t);if(!a.addFeatureResults||a.addFeatureResults.length!==r.length)throw new FeatureSaveError("Received malformed response from server while saving feature(s).");let s;if(a.addFeatureResults.forEach(((e,t)=>{const{objectId:a,globalId:i,error:l}=e,n=r[t];if(l){s=s||new FeatureSaveError("Errors encountered when adding features.");const{title:r}=n;s.errors.set(`${r}-${t}`,new Error(`Failed to add feature '${r}'. ${e.error.name} : ${e.error.message}`))}else{const{primaryKeyField:e}=n.schema;n.attributes.set(e,a);const t=getGlobalIdField(this.sublayer.layer);t&&i&&n.attributes.set(t,i)}})),s)throw s}async _updateFeatures(e,t){const r=Array.from(e);if(0===r.length)return;const a=await this._applyEdits({updateFeatures:Array.from(e).map(toGraphic)},t);if(!a.updateFeatureResults||a.updateFeatureResults.length!==r.length)throw new FeatureSaveError("Received malformed response from server while saving feature(s).");let s;if(a.updateFeatureResults.forEach(((e,t)=>{if(e.error){s=s||new FeatureSaveError("Errors encountered when updating features.");const{primaryKey:a}=r[t];s.errors.set(a,new Error(`Failed to update feature with id ${a}. ${e.error.name} : ${e.error.message}`))}})),s)throw s}async _deleteFeatures(e,t){if(0===e.length)return;const r=await this._applyEdits({deleteFeatures:e.map((e=>({objectId:e})))},t);if(!r.deleteFeatureResults)throw new FeatureSaveError("Received malformed response from server while saving feature(s).");let a;if(r.deleteFeatureResults.forEach(((t,r)=>{if(t.error){a=a||new FeatureSaveError("Errors encountered when deleting features.");const s=e[r];a.errors.set(s,new Error(`Failed to delete feature with id ${s}. ${t.error.name} : ${t.error.message}`))}})),a)throw a}_serializeSublayer(e){return PortalLayer.fromEsriApiSublayer(e)}async _applyEdits(e,t={}){const r=isGlobalIdUsed(this.sublayer.layer,e),a=this.sublayer.layer.applyEdits(e,{globalIdUsed:r}),s=await cancelify(a,t.cancelToken);if(!s)throw new FeatureSaveError("Received malformed response from server while saving feature(s).");return s}};SubtypeSublayerExtension=__decorate([serializable],SubtypeSublayerExtension);export{SubtypeSublayerExtension};const ERR_SCHEMA_READ_ONLY="This schema property is read-only.";let SubtypeSublayerSchema=class extends SublayerSchema{constructor(e){super(e),this._fieldCollection=this._createFieldCollection()}get primaryKeyField(){return this._sublayerExtension.sublayer?.layer?.objectIdField}set primaryKeyField(e){throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY)}get geometryType(){return this._sublayerExtension.sublayer?.layer?.geometryType}set geometryType(e){throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY)}get displayField(){return this._sublayerExtension.sublayer?.layer?.displayField}set displayField(e){throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY)}get typeIdField(){return this._sublayerExtension.sublayer?.layer?.typeIdField}set typeIdField(e){throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY)}get _fields(){return this._fieldCollection}_createFieldCollection(){return new ReadOnlyCollection(new ArrayWrappedCollection({parent:this._sublayerExtension,targetProperty:"sublayer",arrayProperty:"layer.fields"}))}_getPropertyBindings(){return{primaryKeyField:"layer.objectIdField",geometryType:"layer.geometryType",spatialReference:"layer.spatialReference",displayField:"layer.displayField",typeIdField:"layer.typeIdField"}}};SubtypeSublayerSchema=__decorate([serializable],SubtypeSublayerSchema);export{SubtypeSublayerSchema};let SubtypeSublayerFeatureSettings=class extends PopupTemplateFeatureSettings{get zoomScale(){const e="point"===this._layerExtension.schema.geometryType?this._layerExtension.sublayer.maxScale:void 0;return this._getSetting("zoomScale",e)}set zoomScale(e){this._setSetting("zoomScale",e)}};SubtypeSublayerFeatureSettings=__decorate([serializable],SubtypeSublayerFeatureSettings);let SubtypeSublayerExtensionLayerListSettings=class extends ExtensionBaseLayerListSettings{get _layerSupportsHideChildren(){return!1}get _esriLayer(){return this._extension.sublayer}get _listModePath(){return"sublayer.listMode"}get _supportsChildren(){return!1}};SubtypeSublayerExtensionLayerListSettings=__decorate([serializable],SubtypeSublayerExtensionLayerListSettings);export class SubtypeSublayerRelationshipCollection extends ArcGISRelationshipCollection{get _sourceUrl(){const e=this._source.sublayer?.layer;if(e)return`${e.url}/${e.layerId}`}get _sourceLayerId(){const e=this._source.sublayer?.layer;return e?.layerId}_findRelatedSource(e){if(!this._source.layerExtension?.mapExtension||!this._source.sublayer||!this._sourceUrl)return;const t=this._sourceUrl.slice(0,this._sourceUrl.length-`${this._sourceLayerId}`.length-1),r=this._source.layerExtension.mapExtension.layerExtensions.initializedItems.find((r=>(isFeatureLayer(r.layer)||isSubtypeGroupLayer(r.layer))&&r.layer.url===t&&r.layer.layerId===e));return r||this._source.layerExtension.mapExtension.tableExtensions.initializedItems.find((r=>isFeatureLayer(r.table)&&r.table.url===t&&r.table.layerId===e))}}
@@ -14,7 +14,6 @@ import { ArcGISRequestHelper } from "../support/ArcGISRequestHelper.js";
14
14
  import type { InitializableBase } from "../support/InitializableBase.js";
15
15
  import { PropertyDefs } from "../support/Serializable.js";
16
16
  import type { VisibilityMode } from "../support/esri.js";
17
- import { CollectionProxy } from "../utilities/CollectionProxy.js";
18
17
  import { Collection } from "../utilities/collection.js";
19
18
  import { PortalItemLike } from "../utilities/portal.js";
20
19
  import type { BasemapExtension } from "./BasemapExtension.js";
@@ -473,17 +472,3 @@ export declare class LayerExtensionSchema extends Schema {
473
472
  */
474
473
  private _onLayerResolved;
475
474
  }
476
- /**
477
- * A collection that wraps an array on a layer.
478
- */
479
- export declare class ArrayWrappedCollection<T> extends CollectionProxy<T> {
480
- private readonly _layerExtension;
481
- private readonly _property;
482
- private readonly _layerProperty;
483
- constructor(layerExtension: LayerExtension | SublayerExtension, property: string);
484
- /**
485
- * @inheritDoc
486
- */
487
- add(item: T, index?: number): void;
488
- private _onLayerResolved;
489
- }