@vertigis/arcgis-extensions 34.2.3 → 34.4.0

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 (78) hide show
  1. package/declarations/arcgis-js-api-extensions/index.d.ts +4 -0
  2. package/docs/html/assets/js/search.js +1 -1
  3. package/docs/html/classes/mapping__layerextension.layerextension.html +3 -0
  4. package/docs/html/classes/mapping_mapextension.mapextension.html +58 -58
  5. package/docs/html/classes/mapping_support_defaultlayerextensionfactory.defaultlayerextensionfactory.html +3 -3
  6. package/docs/html/classes/mapping_unsupportedlayerextension.unsupportedlayerextension.html +3442 -0
  7. package/docs/html/classes/tasks_identify_imagerylayeridentifyprovider.imagerylayeridentifyprovider.html +3 -3
  8. package/docs/html/enums/support_esri.wellknownbasemap.html +21 -21
  9. package/docs/html/index.html +3 -0
  10. package/docs/html/interfaces/mapping_mapextension.mapextensionproperties.html +21 -21
  11. package/docs/html/interfaces/mapping_mapextension.tableextensioncollection.html +3 -3
  12. package/docs/html/interfaces/portal_layerdefinition.fieldoverride.html +3 -3
  13. package/docs/html/interfaces/portal_layerdefinition.layerdefinition-1.html +48 -48
  14. package/docs/html/interfaces/portal_layerdefinition.layerdefinitiondefaults.html +8 -8
  15. package/docs/html/interfaces/portal_layerdefinition.layertimeinfo.html +9 -9
  16. package/docs/html/interfaces/portal_layerdefinition.orderbyclause.html +3 -3
  17. package/docs/html/interfaces/portal_layerdefinition.timeinfoexportoptions.html +4 -4
  18. package/docs/html/interfaces/portal_popupinfo.orderbyfields.html +2 -2
  19. package/docs/html/interfaces/portal_popupinfo.popupelement.html +5 -5
  20. package/docs/html/interfaces/portal_popupinfo.popupinfo-1.html +8 -8
  21. package/docs/html/interfaces/portal_popupinfo.relatedrecordsinfo.html +2 -2
  22. package/docs/html/interfaces/portal_webmap.webmap-1.html +16 -16
  23. package/docs/html/interfaces/portal_widgets.floorfilter.html +20 -8
  24. package/docs/html/interfaces/portal_widgets.range.html +16 -4
  25. package/docs/html/interfaces/portal_widgets.timeslider.html +18 -6
  26. package/docs/html/interfaces/portal_widgets.widgets.html +16 -4
  27. package/docs/html/interfaces/support__restapijson.restapimapservicetimeinfo.html +341 -0
  28. package/docs/html/interfaces/support__restapijson.restapiservicetimeinfo.html +242 -0
  29. package/docs/html/interfaces/support_esri.accessorlike.html +4 -4
  30. package/docs/html/interfaces/support_esri.changeevent.html +4 -4
  31. package/docs/html/interfaces/support_esri.layerwithsublayers.html +1 -1
  32. package/docs/html/interfaces/support_esri.pointcloudlayercachedstatistics.html +3 -3
  33. package/docs/html/interfaces/support_esri.pointcloudlayercachedstatisticsfrequentvalues.html +2 -2
  34. package/docs/html/interfaces/support_esri.pointcloudlayercachedstatisticshistogram.html +3 -3
  35. package/docs/html/interfaces/support_esri.pointcloudlayercachedstatisticslabel.html +2 -2
  36. package/docs/html/interfaces/support_esri.pointcloudlayercachedstatisticslabels.html +1 -1
  37. package/docs/html/interfaces/support_esri.pointcloudlayercachedstatisticsstats.html +9 -9
  38. package/docs/html/interfaces/support_esri.sublayerlike.html +14 -14
  39. package/docs/html/interfaces/utilities__layers.timeawarelayer.html +354 -0
  40. package/docs/html/modules/mapping_mapextension.html +5 -5
  41. package/docs/html/modules/mapping_unsupportedlayerextension.html +130 -0
  42. package/docs/html/modules/portal_layerdefinition.html +2 -2
  43. package/docs/html/modules/portal_layerdefinition.layerdefinition.html +2 -2
  44. package/docs/html/modules/portal_layerdefinition.layerdefinitioncapabilities.html +6 -6
  45. package/docs/html/modules/portal_popupinfo.html +1 -1
  46. package/docs/html/modules/portal_popupinfo.popupinfo.html +1 -1
  47. package/docs/html/modules/portal_webmap.webmap.html +1 -1
  48. package/docs/html/modules/portal_widgets.html +172 -6
  49. package/docs/html/modules/support__query.html +58 -0
  50. package/docs/html/modules/support__restapijson.html +20 -0
  51. package/docs/html/modules/support_esri.html +73 -31
  52. package/docs/html/modules/utilities__layers.html +149 -35
  53. package/docs/html/modules/utilities_extensions.html +14 -14
  54. package/docs/html/modules/version.html +1 -1
  55. package/docs/html/modules.html +4 -0
  56. package/mapping/MapExtension.js +1 -1
  57. package/mapping/UnsupportedLayerExtension.d.ts +15 -0
  58. package/mapping/UnsupportedLayerExtension.js +1 -0
  59. package/mapping/support/DefaultLayerExtensionFactory.js +1 -1
  60. package/package.json +1 -1
  61. package/portal/LayerBase.js +1 -1
  62. package/portal/LayerDefinition.js +1 -1
  63. package/portal/PopupInfo.js +1 -1
  64. package/portal/WebMap.d.ts +1 -1
  65. package/portal/WebMap.js +1 -1
  66. package/portal/Widgets.d.ts +35 -2
  67. package/portal/Widgets.js +1 -1
  68. package/support/_query.d.ts +12 -1
  69. package/support/_query.js +1 -1
  70. package/support/_restApiJson.d.ts +38 -1
  71. package/support/esri.d.ts +3 -0
  72. package/tasks/identify/FeatureLayer3DHitTestIdentifyProvider.js +1 -1
  73. package/tasks/identify/ImageryLayerIdentifyProvider.js +1 -1
  74. package/utilities/_layers.d.ts +46 -0
  75. package/utilities/_layers.js +1 -1
  76. package/utilities/extensions.js +1 -1
  77. package/version.d.ts +1 -1
  78. package/version.js +1 -1
@@ -398,6 +398,10 @@ declare namespace __esri {
398
398
  view: __esri.MapView | __esri.SceneView;
399
399
  }
400
400
 
401
+ export interface FeatureLayerView {
402
+ view: __esri.MapView | __esri.SceneView;
403
+ }
404
+
401
405
  export interface Symbol3DLayerProperties {
402
406
  // ESRI421: Check if they've added this to the interface. The type
403
407
  // property is required for autocasting to work.