@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
@@ -284,18 +284,12 @@
284
284
  {
285
285
  "$ref": "#/definitions/esri.webmap.BingLayer.BingLayer"
286
286
  },
287
- {
288
- "$ref": "#/definitions/esri.webmap.ImageServiceLayer.ImageServiceLayer"
289
- },
290
287
  {
291
288
  "$ref": "#/definitions/esri.webmap.ImageServiceVectorLayer.ImageServiceVectorLayer"
292
289
  },
293
290
  {
294
291
  "$ref": "#/definitions/esri.webmap.MapServiceLayer.MapServiceLayer"
295
292
  },
296
- {
297
- "$ref": "#/definitions/esri.webmap.OpenStreetMapLayer.OpenStreetMapLayer"
298
- },
299
293
  {
300
294
  "$ref": "#/definitions/esri.webmap.TiledImageServiceLayer.TiledImageServiceLayer"
301
295
  },
@@ -310,6 +304,12 @@
310
304
  },
311
305
  {
312
306
  "$ref": "#/definitions/esri.webmap.WebTileLayer.WebTileLayer"
307
+ },
308
+ {
309
+ "$ref": "#/definitions/esri.webmap.ImageServiceLayer.ImageServiceLayer"
310
+ },
311
+ {
312
+ "$ref": "#/definitions/esri.webmap.OpenStreetMapLayer.OpenStreetMapLayer"
313
313
  }
314
314
  ]
315
315
  },
@@ -469,6 +469,9 @@
469
469
  {
470
470
  "$ref": "#/definitions/esri.Geometry"
471
471
  },
472
+ {
473
+ "$ref": "#/definitions/esri.webmap.Extent.Extent"
474
+ },
472
475
  {
473
476
  "$ref": "#/definitions/esri.webmap.Multipoint.Multipoint"
474
477
  },
@@ -480,9 +483,6 @@
480
483
  },
481
484
  {
482
485
  "$ref": "#/definitions/esri.webmap.Polyline.Polyline"
483
- },
484
- {
485
- "$ref": "#/definitions/esri.webmap.Extent.Extent"
486
486
  }
487
487
  ],
488
488
  "description": "The feature's geometry."
@@ -2760,6 +2760,10 @@
2760
2760
  "$ref": "#/definitions/esri.webmap.DefinitionEditor.DefinitionEditor",
2761
2761
  "description": "Object indicating the definitionEditor used as a layer's interactive\nfilter."
2762
2762
  },
2763
+ "formInfo": {
2764
+ "$ref": "#/definitions/esri.webmap.FormInfo.FormInfo",
2765
+ "description": "A formInfo object defining the content of the form when you are editing a record."
2766
+ },
2763
2767
  "id": {
2764
2768
  "description": "Unique string identifier for the table.",
2765
2769
  "type": "string"
@@ -2776,6 +2780,10 @@
2776
2780
  "$ref": "#/definitions/esri.webmap.PopupInfo.PopupInfo",
2777
2781
  "description": "An object defining the content of popup windows when you query a record\nand the sort option for child related records."
2778
2782
  },
2783
+ "refreshInterval": {
2784
+ "description": "Refresh interval of the table in minutes. Non-zero value indicates\nautomatic table refresh at the specified interval. Value of 0 indicates\nauto refresh is not enabled.",
2785
+ "type": "number"
2786
+ },
2779
2787
  "title": {
2780
2788
  "description": "String value for the title of the table.",
2781
2789
  "type": "string"
@@ -3191,6 +3199,9 @@
3191
3199
  "esri.webmap.Field.FieldType": {
3192
3200
  "description": "The type of the Field."
3193
3201
  },
3202
+ "esri.webmap.FormInfo.FormInfo": {
3203
+ "description": "Defines the form configuration when a user edits a feature.\n{@link https://developers.arcgis.com/web-map-specification/objects/formInfo/}."
3204
+ },
3194
3205
  "esri.webmap.Ground.NavigationConstraintType": {
3195
3206
  "description": "Constants for use in conjunction with\n{@link Ground.navigationConstraint.type}."
3196
3207
  },
@@ -3218,8 +3229,11 @@
3218
3229
  "description": "Information on the source of the item and its copyright status.",
3219
3230
  "type": "string"
3220
3231
  },
3232
+ "advancedSettings": {
3233
+ "description": "<not in spec>."
3234
+ },
3221
3235
  "appCategories": {
3222
- "description": "<not in spec>.",
3236
+ "description": "An array that primarily applies to a list of categories that the\napplication item is applicable to.",
3223
3237
  "items": {
3224
3238
  "type": "string"
3225
3239
  },
@@ -3244,6 +3258,10 @@
3244
3258
  "description": "Indicates if comments are allowed on the item.",
3245
3259
  "type": "boolean"
3246
3260
  },
3261
+ "contentOrigin": {
3262
+ "description": "<not in spec>.",
3263
+ "type": "string"
3264
+ },
3247
3265
  "created": {
3248
3266
  "description": "The date the item was created. Shown in UNIX time in milliseconds.",
3249
3267
  "type": "number"
@@ -3256,6 +3274,9 @@
3256
3274
  "description": "Item description.",
3257
3275
  "type": "string"
3258
3276
  },
3277
+ "documentation": {
3278
+ "description": "<not in spec>."
3279
+ },
3259
3280
  "extent": {
3260
3281
  "description": "The bounding rectangle of the item. Should always be in WGS84.",
3261
3282
  "items": {
@@ -3266,6 +3287,9 @@
3266
3287
  },
3267
3288
  "type": "array"
3268
3289
  },
3290
+ "groupDesignations": {
3291
+ "description": "<not in spec>."
3292
+ },
3269
3293
  "guid": {
3270
3294
  "description": "<not in spec>.",
3271
3295
  "type": "string"
@@ -3281,6 +3305,10 @@
3281
3305
  },
3282
3306
  "type": "array"
3283
3307
  },
3308
+ "isOrgItem": {
3309
+ "description": "<not in spec>.",
3310
+ "type": "boolean"
3311
+ },
3284
3312
  "itemControl": {
3285
3313
  "description": "Indicates user's control to the item.\n\nValues: admin (for item owner and org admin) | update (for members of\ngroups with item update capability that the item is shared with).",
3286
3314
  "enum": [
@@ -3341,7 +3369,7 @@
3341
3369
  "type": "string"
3342
3370
  },
3343
3371
  "properties": {
3344
- "description": "<not in spec>.",
3372
+ "description": "A JSON object that primarily applies to system requirements, Terms and\nConditions, version, supported platforms, YouTube video ID, etc\nassociated with the application.",
3345
3373
  "type": "string"
3346
3374
  },
3347
3375
  "protected": {
@@ -3374,6 +3402,10 @@
3374
3402
  "$ref": "#/definitions/esri.webmap.SpatialReference.SpatialReference",
3375
3403
  "description": "The coordinate system of the item."
3376
3404
  },
3405
+ "subInfo": {
3406
+ "description": "<not in spec>.",
3407
+ "type": "number"
3408
+ },
3377
3409
  "tags": {
3378
3410
  "description": "User defined tags that describe the item.",
3379
3411
  "items": {