@vertigis/arcgis-extensions 32.8.5 → 32.10.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 (123) hide show
  1. package/AppConfig.schema.json +43 -11
  2. package/docs/html/assets/js/search.js +1 -1
  3. package/docs/html/classes/mapping_grouplayerextension.grouplayerextensioncollection.html +13 -13
  4. package/docs/html/classes/mapping_mapextension.mapextension.html +7 -7
  5. package/docs/html/classes/mapping_support__layerextensioncollection.layerextensioncollectionbase.html +19 -19
  6. package/docs/html/enums/portal_featurelayer.featurelayermode.html +4 -4
  7. package/docs/html/index.html +9 -0
  8. package/docs/html/interfaces/data__tableextension.tableproperties.html +51 -9
  9. package/docs/html/interfaces/mapping_featurelayerextension.featurelayerproperties.html +76 -13
  10. package/docs/html/interfaces/mapping_featurelayerextensionbase.featurelayerbaseproperties.html +76 -13
  11. package/docs/html/interfaces/mapping_support__layerextensioncollection.layerextensioncollection.html +3 -3
  12. package/docs/html/interfaces/portal_applicationproperties.applicationproperties.html +32 -2
  13. package/docs/html/interfaces/portal_bookmark.bookmark.html +18 -3
  14. package/docs/html/interfaces/portal_csvlayer.csvlayer-1.html +27 -7
  15. package/docs/html/interfaces/portal_drawinginfo.drawinginfo-1.html +29 -8
  16. package/docs/html/interfaces/portal_featurelayer.featurelayer-1.html +73 -13
  17. package/docs/html/interfaces/portal_forminfo.formattachmentelement.html +351 -0
  18. package/docs/html/interfaces/portal_forminfo.formbarcodescannerinput.html +257 -0
  19. package/docs/html/interfaces/portal_forminfo.formcomboboxinput.html +254 -0
  20. package/docs/html/interfaces/portal_forminfo.formdatetimepickerinput.html +274 -0
  21. package/docs/html/interfaces/portal_forminfo.formexpressioninfo.html +273 -0
  22. package/docs/html/interfaces/portal_forminfo.formfieldelement.html +386 -0
  23. package/docs/html/interfaces/portal_forminfo.formgroupelement.html +315 -0
  24. package/docs/html/interfaces/portal_forminfo.forminfo.html +271 -0
  25. package/docs/html/interfaces/portal_forminfo.formradiobuttonsinput.html +253 -0
  26. package/docs/html/interfaces/portal_forminfo.formrelationshipelement.html +334 -0
  27. package/docs/html/interfaces/portal_forminfo.formswitchinput.html +252 -0
  28. package/docs/html/interfaces/portal_forminfo.formtextareainput.html +254 -0
  29. package/docs/html/interfaces/portal_forminfo.formtextboxinput.html +255 -0
  30. package/docs/html/interfaces/portal_grouplayer.grouplayer-1.html +7 -4
  31. package/docs/html/interfaces/portal_grouplayer.subtypegrouplayer.html +501 -0
  32. package/docs/html/interfaces/portal_imageservicelayer.imageservicelayer-1.html +33 -13
  33. package/docs/html/interfaces/portal_imageservicevectorlayer.imageservicevectorlayer.html +28 -8
  34. package/docs/html/interfaces/portal_item.item-1.html +158 -41
  35. package/docs/html/interfaces/portal_labelinginfo.labelinginfo-1.html +19 -10
  36. package/docs/html/interfaces/portal_layerdefinition.fieldoverride.html +241 -0
  37. package/docs/html/interfaces/portal_layerdefinition.layerdefinition-1.html +116 -31
  38. package/docs/html/interfaces/portal_layerdefinition.layerdefinitiondefaults.html +12 -0
  39. package/docs/html/interfaces/portal_layerdefinition.layertimeinfo.html +381 -0
  40. package/docs/html/interfaces/portal_layerdefinition.timeinfoexportoptions.html +262 -0
  41. package/docs/html/interfaces/portal_mapfloorinfo.facilitylayerinfo.html +254 -0
  42. package/docs/html/interfaces/portal_mapfloorinfo.levellayerinfo.html +315 -0
  43. package/docs/html/interfaces/portal_mapfloorinfo.mapfloorinfo-1.html +233 -0
  44. package/docs/html/interfaces/portal_mapfloorinfo.sitelayerinfo.html +231 -0
  45. package/docs/html/interfaces/portal_mapservicelayer.mapservicelayer-1.html +26 -6
  46. package/docs/html/interfaces/portal_renderer.authoringinfo.html +28 -5
  47. package/docs/html/interfaces/portal_renderer.colorramp.html +291 -0
  48. package/docs/html/interfaces/portal_renderer.rendererbase.html +3 -0
  49. package/docs/html/interfaces/portal_streamlayer.streamlayer-1.html +75 -12
  50. package/docs/html/interfaces/portal_symbol.font.html +4 -4
  51. package/docs/html/interfaces/portal_table.table.html +49 -9
  52. package/docs/html/interfaces/portal_tiledimageservicelayer.tiledimageservicelayer-1.html +23 -3
  53. package/docs/html/interfaces/portal_tiledmapservicelayer.tiledmapservicelayer-1.html +27 -7
  54. package/docs/html/interfaces/portal_utilitynetwork.traceconfiguration.html +201 -0
  55. package/docs/html/interfaces/portal_utilitynetwork.utilitynetwork.html +243 -0
  56. package/docs/html/interfaces/portal_vectortilelayer.vectortilelayer-1.html +24 -4
  57. package/docs/html/interfaces/portal_webmap.webmap-1.html +71 -13
  58. package/docs/html/interfaces/portal_webscene.webscene-1.html +34 -15
  59. package/docs/html/interfaces/portal_webtilelayer.webtilelayer-1.html +8 -8
  60. package/docs/html/interfaces/portal_widgets.floorfilter.html +310 -0
  61. package/docs/html/interfaces/portal_widgets.range.html +6 -3
  62. package/docs/html/interfaces/portal_widgets.timeslider.html +4 -1
  63. package/docs/html/interfaces/portal_widgets.widgets.html +22 -0
  64. package/docs/html/modules/mapping_mapextension.html +1 -1
  65. package/docs/html/modules/portal_applicationproperties.html +2 -2
  66. package/docs/html/modules/portal_featurelayer.featurelayer.html +8 -8
  67. package/docs/html/modules/portal_featurelayer.html +1 -1
  68. package/docs/html/modules/portal_forminfo.html +178 -0
  69. package/docs/html/modules/portal_grouplayer.grouplayer.html +3 -3
  70. package/docs/html/modules/portal_grouplayer.html +5 -1
  71. package/docs/html/modules/portal_labelinginfo.html +1 -1
  72. package/docs/html/modules/portal_labelinginfo.labelplacement.html +2 -2
  73. package/docs/html/modules/portal_layerdefinition.html +32 -1
  74. package/docs/html/modules/portal_layerdefinition.layerdefinitioncapabilities.html +6 -6
  75. package/docs/html/modules/portal_mapfloorinfo.html +153 -0
  76. package/docs/html/modules/portal_mapfloorinfo.mapfloorinfo.html +209 -0
  77. package/docs/html/modules/portal_renderer.html +10 -6
  78. package/docs/html/modules/portal_table.html +5 -5
  79. package/docs/html/modules/portal_tiledmapservicelayer.tiledmapservicelayer.html +1 -1
  80. package/docs/html/modules/portal_utilitynetwork.html +134 -0
  81. package/docs/html/modules/portal_webmap.webmap.html +3 -3
  82. package/docs/html/modules/portal_webscene.webscene.html +3 -3
  83. package/docs/html/modules/portal_webtilelayer.webtilelayer.html +1 -1
  84. package/docs/html/modules/portal_widgets.html +5 -1
  85. package/docs/html/modules/version.html +1 -1
  86. package/docs/html/modules.html +12 -0
  87. package/mapping/MapExtension.js +1 -1
  88. package/mapping/support/_LayerExtensionCollection.js +1 -1
  89. package/package.json +1 -1
  90. package/portal/ApplicationProperties.d.ts +25 -0
  91. package/portal/Bookmark.d.ts +8 -2
  92. package/portal/CSVLayer.d.ts +5 -0
  93. package/portal/DrawingInfo.d.ts +9 -3
  94. package/portal/FeatureLayer.d.ts +16 -0
  95. package/portal/FormInfo.d.ts +391 -0
  96. package/portal/FormInfo.js +1 -0
  97. package/portal/GroupLayer.d.ts +25 -0
  98. package/portal/ImageServiceLayer.d.ts +5 -0
  99. package/portal/ImageServiceVectorLayer.d.ts +5 -0
  100. package/portal/Item.d.ts +37 -10
  101. package/portal/LabelingInfo.d.ts +7 -2
  102. package/portal/LayerDefinition.d.ts +121 -0
  103. package/portal/MapFloorInfo.d.ts +130 -0
  104. package/portal/MapFloorInfo.js +1 -0
  105. package/portal/MapServiceLayer.d.ts +5 -0
  106. package/portal/MapServiceLayer.js +1 -1
  107. package/portal/Renderer.d.ts +32 -0
  108. package/portal/Symbol.d.ts +4 -4
  109. package/portal/Table.d.ts +11 -0
  110. package/portal/TiledImageServiceLayer.d.ts +5 -0
  111. package/portal/TiledMapServiceLayer.d.ts +5 -0
  112. package/portal/TiledMapServiceLayer.js +1 -1
  113. package/portal/UtilityNetwork.d.ts +42 -0
  114. package/portal/UtilityNetwork.js +1 -0
  115. package/portal/VectorTileLayer.d.ts +5 -0
  116. package/portal/WebMap.d.ts +16 -0
  117. package/portal/WebMap.js +1 -1
  118. package/portal/WebScene.d.ts +5 -0
  119. package/portal/WebScene.js +1 -1
  120. package/portal/WebTileLayer.js +1 -1
  121. package/portal/Widgets.d.ts +45 -0
  122. package/version.d.ts +1 -1
  123. package/version.js +1 -1

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.