@vertigis/arcgis-extensions 34.5.0 → 34.6.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 (72) hide show
  1. package/data/support/attachments.js +1 -1
  2. package/declarations/arcgis-js-api-extensions/index.d.ts +1 -0
  3. package/docs/html/assets/search.js +1 -1
  4. package/docs/html/classes/data_FeatureStream.FeatureStream.html +1 -1
  5. package/docs/html/classes/mapping_BuildingSceneLayerExtension.BuildingSceneLayerReadOnlySchema.html +3 -3
  6. package/docs/html/classes/mapping_FeatureLayerExtensionBase.FeatureLayerSchema.html +4 -4
  7. package/docs/html/classes/mapping_StreamLayerExtension.StreamLayerSchema.html +4 -4
  8. package/docs/html/classes/mapping_TileLayerExtension.TileLayerExtension.html +13 -13
  9. package/docs/html/classes/mapping_WMTSLayerExtension.WMTSLayerExtension.html +12 -12
  10. package/docs/html/classes/mapping__LayerExtension.ArrayWrappedCollection.html +2 -2
  11. package/docs/html/classes/mapping__LayerExtension.LayerExtensionSchema.html +5 -5
  12. package/docs/html/classes/mapping_support_LayerListSettings.ExtensionBaseLayerListSettings.html +9 -9
  13. package/docs/html/classes/utilities_asyncIterable.AsyncQueue.html +1 -1
  14. package/docs/html/enums/support_esri.WellKnownBasemap.html +1 -1
  15. package/docs/html/interfaces/data__TableExtension.TableProperties.html +1 -1
  16. package/docs/html/interfaces/data_support_attachments.AttachmentEnabledLayer.html +4 -2
  17. package/docs/html/interfaces/mapping_FeatureLayerExtension.FeatureLayerProperties.html +1 -1
  18. package/docs/html/interfaces/mapping_FeatureLayerExtensionBase.FeatureLayerBaseProperties.html +1 -1
  19. package/docs/html/interfaces/mapping_TileLayerExtension.TileLayerExtensionProperties.html +1 -1
  20. package/docs/html/interfaces/mapping_TileLayerExtension.TileLayerProperties.html +1 -1
  21. package/docs/html/interfaces/mapping_WMTSLayerExtension.WMTSLayerExtensionProperties.html +2 -2
  22. package/docs/html/interfaces/mapping_WMTSLayerExtension.WMTSSublayerExtensionCollection.html +3 -3
  23. package/docs/html/interfaces/portal_FeatureLayer.FeatureLayer-1.html +1 -1
  24. package/docs/html/interfaces/portal_FormInfo.FormAttachmentElement.html +8 -8
  25. package/docs/html/interfaces/portal_FormInfo.FormBarcodeScannerInput.html +4 -4
  26. package/docs/html/interfaces/portal_FormInfo.FormComboBoxInput.html +4 -4
  27. package/docs/html/interfaces/portal_FormInfo.FormDateTimePickerInput.html +5 -5
  28. package/docs/html/interfaces/portal_FormInfo.FormExpressionInfo.html +5 -5
  29. package/docs/html/interfaces/portal_FormInfo.FormFieldElement.html +10 -10
  30. package/docs/html/interfaces/portal_FormInfo.FormGroupElement.html +7 -7
  31. package/docs/html/interfaces/portal_FormInfo.FormInfo-1.html +13 -0
  32. package/docs/html/interfaces/portal_FormInfo.FormRadioButtonsInput.html +4 -4
  33. package/docs/html/interfaces/portal_FormInfo.FormRelationshipElement.html +8 -8
  34. package/docs/html/interfaces/portal_FormInfo.FormSwitchInput.html +4 -4
  35. package/docs/html/interfaces/portal_FormInfo.FormTextAreaInput.html +4 -4
  36. package/docs/html/interfaces/portal_FormInfo.FormTextBoxInput.html +4 -4
  37. package/docs/html/interfaces/portal_MapServiceLayer.MapServiceLayer-1.html +7 -7
  38. package/docs/html/interfaces/portal_StreamLayer.StreamLayer-1.html +1 -1
  39. package/docs/html/interfaces/portal_Table.Table.html +1 -1
  40. package/docs/html/interfaces/support_esri.AccessorLike.html +4 -4
  41. package/docs/html/interfaces/support_esri.ChangeEvent.html +4 -4
  42. package/docs/html/interfaces/support_esri.LayerWithSublayers.html +1 -1
  43. package/docs/html/interfaces/support_esri.PointCloudLayerCachedStatistics.html +1 -1
  44. package/docs/html/interfaces/support_esri.PointCloudLayerCachedStatisticsFrequentValues.html +1 -1
  45. package/docs/html/interfaces/support_esri.PointCloudLayerCachedStatisticsHistogram.html +1 -1
  46. package/docs/html/interfaces/support_esri.PointCloudLayerCachedStatisticsLabel.html +1 -1
  47. package/docs/html/interfaces/support_esri.PointCloudLayerCachedStatisticsLabels.html +1 -1
  48. package/docs/html/interfaces/support_esri.PointCloudLayerCachedStatisticsStats.html +1 -1
  49. package/docs/html/interfaces/support_esri.SublayerLike.html +14 -14
  50. package/docs/html/modules/mapping__LayerExtension.html +1 -1
  51. package/docs/html/modules/mapping_support_LayerListSettings.html +1 -1
  52. package/docs/html/modules/portal_FormInfo.FormInfo.html +11 -0
  53. package/docs/html/modules/portal_FormInfo.html +1 -1
  54. package/docs/html/modules/support_esri.html +10 -10
  55. package/docs/html/modules/version.html +1 -1
  56. package/mapping/TileLayerExtension.d.ts +5 -0
  57. package/mapping/TileLayerExtension.js +1 -1
  58. package/mapping/WMTSLayerExtension.d.ts +5 -0
  59. package/mapping/WMTSLayerExtension.js +1 -1
  60. package/mapping/_LayerExtension.js +1 -1
  61. package/mapping/support/LayerListSettings.d.ts +12 -1
  62. package/mapping/support/LayerListSettings.js +1 -1
  63. package/package.json +1 -1
  64. package/portal/FeatureLayer.d.ts +1 -1
  65. package/portal/FeatureLayer.js +1 -1
  66. package/portal/FormInfo.d.ts +17 -0
  67. package/portal/FormInfo.js +1 -1
  68. package/portal/MapServiceLayer.js +1 -1
  69. package/support/esri.d.ts +1 -0
  70. package/version.d.ts +1 -1
  71. package/version.js +1 -1
  72. package/docs/html/interfaces/portal_FormInfo.FormInfo.html +0 -13

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.