@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
@@ -103,6 +103,7 @@
103
103
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_webscene.webscene-1.html#ground" class="tsd-kind-icon">ground</a></li>
104
104
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_webscene.webscene-1.html#heightmodelinfo" class="tsd-kind-icon">height<wbr>Model<wbr>Info</a></li>
105
105
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_webscene.webscene-1.html#initialstate" class="tsd-kind-icon">initial<wbr>State</a></li>
106
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_webscene.webscene-1.html#mapfloorinfo" class="tsd-kind-icon">map<wbr>Floor<wbr>Info</a></li>
106
107
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_webscene.webscene-1.html#maprangeinfo" class="tsd-kind-icon">map<wbr>Range<wbr>Info</a></li>
107
108
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_webscene.webscene-1.html#operationallayers" class="tsd-kind-icon">operational<wbr>Layers</a></li>
108
109
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_webscene.webscene-1.html#presentation" class="tsd-kind-icon">presentation</a></li>
@@ -124,7 +125,7 @@
124
125
  <div class="tsd-signature tsd-kind-icon">authoring<wbr>App<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
125
126
  <aside class="tsd-sources">
126
127
  <ul>
127
- <li>Defined in src/portal/WebScene.ts:311</li>
128
+ <li>Defined in src/portal/WebScene.ts:320</li>
128
129
  </ul>
129
130
  </aside>
130
131
  <div class="tsd-comment tsd-typography">
@@ -139,7 +140,7 @@
139
140
  <div class="tsd-signature tsd-kind-icon">authoring<wbr>App<wbr>Version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
140
141
  <aside class="tsd-sources">
141
142
  <ul>
142
- <li>Defined in src/portal/WebScene.ts:316</li>
143
+ <li>Defined in src/portal/WebScene.ts:325</li>
143
144
  </ul>
144
145
  </aside>
145
146
  <div class="tsd-comment tsd-typography">
@@ -154,7 +155,7 @@
154
155
  <div class="tsd-signature tsd-kind-icon">base<wbr>Map<span class="tsd-signature-symbol">:</span> <a href="portal_webscenebasemap.webscenebasemap-1.html" class="tsd-signature-type" data-tsd-kind="Interface">WebSceneBaseMap</a></div>
155
156
  <aside class="tsd-sources">
156
157
  <ul>
157
- <li>Defined in src/portal/WebScene.ts:321</li>
158
+ <li>Defined in src/portal/WebScene.ts:330</li>
158
159
  </ul>
159
160
  </aside>
160
161
  <div class="tsd-comment tsd-typography">
@@ -169,7 +170,7 @@
169
170
  <div class="tsd-signature tsd-kind-icon">clipping<wbr>Area<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>clip<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>geometry<span class="tsd-signature-symbol">: </span><a href="portal_extent.extent.html" class="tsd-signature-type" data-tsd-kind="Interface">Extent</a><span class="tsd-signature-symbol"> }</span></div>
170
171
  <aside class="tsd-sources">
171
172
  <ul>
172
- <li>Defined in src/portal/WebScene.ts:327</li>
173
+ <li>Defined in src/portal/WebScene.ts:336</li>
173
174
  </ul>
174
175
  </aside>
175
176
  <div class="tsd-comment tsd-typography">
@@ -206,7 +207,7 @@
206
207
  <div class="tsd-signature tsd-kind-icon">ground<span class="tsd-signature-symbol">:</span> <a href="portal_ground.ground-1.html" class="tsd-signature-type" data-tsd-kind="Interface">Ground</a></div>
207
208
  <aside class="tsd-sources">
208
209
  <ul>
209
- <li>Defined in src/portal/WebScene.ts:343</li>
210
+ <li>Defined in src/portal/WebScene.ts:352</li>
210
211
  </ul>
211
212
  </aside>
212
213
  <div class="tsd-comment tsd-typography">
@@ -222,7 +223,7 @@
222
223
  <div class="tsd-signature tsd-kind-icon">height<wbr>Model<wbr>Info<span class="tsd-signature-symbol">:</span> <a href="portal_heightmodelinfo.heightmodelinfo.html" class="tsd-signature-type" data-tsd-kind="Interface">HeightModelInfo</a></div>
223
224
  <aside class="tsd-sources">
224
225
  <ul>
225
- <li>Defined in src/portal/WebScene.ts:349</li>
226
+ <li>Defined in src/portal/WebScene.ts:358</li>
226
227
  </ul>
227
228
  </aside>
228
229
  <div class="tsd-comment tsd-typography">
@@ -238,7 +239,7 @@
238
239
  <div class="tsd-signature tsd-kind-icon">initial<wbr>State<span class="tsd-signature-symbol">:</span> <a href="portal_initialstate.initialstate-1.html" class="tsd-signature-type" data-tsd-kind="Interface">InitialState</a></div>
239
240
  <aside class="tsd-sources">
240
241
  <ul>
241
- <li>Defined in src/portal/WebScene.ts:354</li>
242
+ <li>Defined in src/portal/WebScene.ts:363</li>
242
243
  </ul>
243
244
  </aside>
244
245
  <div class="tsd-comment tsd-typography">
@@ -247,13 +248,28 @@
247
248
  </div>
248
249
  </div>
249
250
  </section>
251
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
252
+ <a name="mapfloorinfo" class="tsd-anchor"></a>
253
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> map<wbr>Floor<wbr>Info</h3>
254
+ <div class="tsd-signature tsd-kind-icon">map<wbr>Floor<wbr>Info<span class="tsd-signature-symbol">:</span> <a href="portal_mapfloorinfo.mapfloorinfo-1.html" class="tsd-signature-type" data-tsd-kind="Interface">MapFloorInfo</a></div>
255
+ <aside class="tsd-sources">
256
+ <ul>
257
+ <li>Defined in src/portal/WebScene.ts:368</li>
258
+ </ul>
259
+ </aside>
260
+ <div class="tsd-comment tsd-typography">
261
+ <div class="lead">
262
+ <p>Contains floor-awareness information for the web scene.</p>
263
+ </div>
264
+ </div>
265
+ </section>
250
266
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
251
267
  <a name="maprangeinfo" class="tsd-anchor"></a>
252
268
  <h3><span class="tsd-flag ts-flagOptional">Optional</span> map<wbr>Range<wbr>Info</h3>
253
269
  <div class="tsd-signature tsd-kind-icon">map<wbr>Range<wbr>Info<span class="tsd-signature-symbol">:</span> <a href="portal_maprangeinfo.maprangeinfo.html" class="tsd-signature-type" data-tsd-kind="Interface">MapRangeInfo</a></div>
254
270
  <aside class="tsd-sources">
255
271
  <ul>
256
- <li>Defined in src/portal/WebScene.ts:359</li>
272
+ <li>Defined in src/portal/WebScene.ts:373</li>
257
273
  </ul>
258
274
  </aside>
259
275
  <div class="tsd-comment tsd-typography">
@@ -268,7 +284,7 @@
268
284
  <div class="tsd-signature tsd-kind-icon">operational<wbr>Layers<span class="tsd-signature-symbol">:</span> <a href="../modules/portal_operationallayer.html#operationallayer" class="tsd-signature-type" data-tsd-kind="Type alias">OperationalLayer</a><span class="tsd-signature-symbol">[]</span></div>
269
285
  <aside class="tsd-sources">
270
286
  <ul>
271
- <li>Defined in src/portal/WebScene.ts:365</li>
287
+ <li>Defined in src/portal/WebScene.ts:379</li>
272
288
  </ul>
273
289
  </aside>
274
290
  <div class="tsd-comment tsd-typography">
@@ -284,7 +300,7 @@
284
300
  <div class="tsd-signature tsd-kind-icon">presentation<span class="tsd-signature-symbol">:</span> <a href="portal_presentation.presentation-1.html" class="tsd-signature-type" data-tsd-kind="Interface">Presentation</a></div>
285
301
  <aside class="tsd-sources">
286
302
  <ul>
287
- <li>Defined in src/portal/WebScene.ts:371</li>
303
+ <li>Defined in src/portal/WebScene.ts:385</li>
288
304
  </ul>
289
305
  </aside>
290
306
  <div class="tsd-comment tsd-typography">
@@ -300,7 +316,7 @@
300
316
  <div class="tsd-signature tsd-kind-icon">spatial<wbr>Reference<span class="tsd-signature-symbol">:</span> <a href="portal_spatialreference.spatialreference-1.html" class="tsd-signature-type" data-tsd-kind="Interface">SpatialReference</a></div>
301
317
  <aside class="tsd-sources">
302
318
  <ul>
303
- <li>Defined in src/portal/WebScene.ts:376</li>
319
+ <li>Defined in src/portal/WebScene.ts:390</li>
304
320
  </ul>
305
321
  </aside>
306
322
  <div class="tsd-comment tsd-typography">
@@ -315,7 +331,7 @@
315
331
  <div class="tsd-signature tsd-kind-icon">tables<span class="tsd-signature-symbol">:</span> <a href="portal_table.table.html" class="tsd-signature-type" data-tsd-kind="Interface">Table</a><span class="tsd-signature-symbol">[]</span></div>
316
332
  <aside class="tsd-sources">
317
333
  <ul>
318
- <li>Defined in src/portal/WebScene.ts:381</li>
334
+ <li>Defined in src/portal/WebScene.ts:395</li>
319
335
  </ul>
320
336
  </aside>
321
337
  <div class="tsd-comment tsd-typography">
@@ -330,7 +346,7 @@
330
346
  <div class="tsd-signature tsd-kind-icon">version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
331
347
  <aside class="tsd-sources">
332
348
  <ul>
333
- <li>Defined in src/portal/WebScene.ts:389</li>
349
+ <li>Defined in src/portal/WebScene.ts:403</li>
334
350
  </ul>
335
351
  </aside>
336
352
  <div class="tsd-comment tsd-typography">
@@ -347,7 +363,7 @@
347
363
  <div class="tsd-signature tsd-kind-icon">viewing<wbr>Mode<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;global&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;local&quot;</span></div>
348
364
  <aside class="tsd-sources">
349
365
  <ul>
350
- <li>Defined in src/portal/WebScene.ts:394</li>
366
+ <li>Defined in src/portal/WebScene.ts:408</li>
351
367
  </ul>
352
368
  </aside>
353
369
  <div class="tsd-comment tsd-typography">
@@ -362,7 +378,7 @@
362
378
  <div class="tsd-signature tsd-kind-icon">widgets<span class="tsd-signature-symbol">:</span> <a href="portal_widgets.widgets.html" class="tsd-signature-type" data-tsd-kind="Interface">Widgets</a></div>
363
379
  <aside class="tsd-sources">
364
380
  <ul>
365
- <li>Defined in src/portal/WebScene.ts:399</li>
381
+ <li>Defined in src/portal/WebScene.ts:413</li>
366
382
  </ul>
367
383
  </aside>
368
384
  <div class="tsd-comment tsd-typography">
@@ -417,6 +433,9 @@
417
433
  <li class=" tsd-kind-property tsd-parent-kind-interface">
418
434
  <a href="portal_webscene.webscene-1.html#initialstate" class="tsd-kind-icon">initial<wbr>State</a>
419
435
  </li>
436
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
437
+ <a href="portal_webscene.webscene-1.html#mapfloorinfo" class="tsd-kind-icon">map<wbr>Floor<wbr>Info</a>
438
+ </li>
420
439
  <li class=" tsd-kind-property tsd-parent-kind-interface">
421
440
  <a href="portal_webscene.webscene-1.html#maprangeinfo" class="tsd-kind-icon">map<wbr>Range<wbr>Info</a>
422
441
  </li>
@@ -152,7 +152,7 @@
152
152
  <div class="tsd-signature tsd-kind-icon">copyright<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
153
153
  <aside class="tsd-sources">
154
154
  <ul>
155
- <li>Defined in src/portal/WebTileLayer.ts:201</li>
155
+ <li>Defined in src/portal/WebTileLayer.ts:208</li>
156
156
  </ul>
157
157
  </aside>
158
158
  <div class="tsd-comment tsd-typography">
@@ -169,7 +169,7 @@
169
169
  <div class="tsd-signature tsd-kind-icon">full<wbr>Extent<span class="tsd-signature-symbol">:</span> <a href="portal_extent.extent.html" class="tsd-signature-type" data-tsd-kind="Interface">Extent</a></div>
170
170
  <aside class="tsd-sources">
171
171
  <ul>
172
- <li>Defined in src/portal/WebTileLayer.ts:206</li>
172
+ <li>Defined in src/portal/WebTileLayer.ts:213</li>
173
173
  </ul>
174
174
  </aside>
175
175
  <div class="tsd-comment tsd-typography">
@@ -218,7 +218,7 @@
218
218
  <div class="tsd-signature tsd-kind-icon">item<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
219
219
  <aside class="tsd-sources">
220
220
  <ul>
221
- <li>Defined in src/portal/WebTileLayer.ts:212</li>
221
+ <li>Defined in src/portal/WebTileLayer.ts:219</li>
222
222
  </ul>
223
223
  </aside>
224
224
  <div class="tsd-comment tsd-typography">
@@ -235,7 +235,7 @@
235
235
  <aside class="tsd-sources">
236
236
  <p>Overrides <a href="portal_basemaplayer.basemaplayerbase.html">BaseMapLayerBase</a>.<a href="portal_basemaplayer.basemaplayerbase.html#layertype">layerType</a></p>
237
237
  <ul>
238
- <li>Defined in src/portal/WebTileLayer.ts:217</li>
238
+ <li>Defined in src/portal/WebTileLayer.ts:224</li>
239
239
  </ul>
240
240
  </aside>
241
241
  <div class="tsd-comment tsd-typography">
@@ -362,7 +362,7 @@
362
362
  <div class="tsd-signature tsd-kind-icon">sub<wbr>Domains<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div>
363
363
  <aside class="tsd-sources">
364
364
  <ul>
365
- <li>Defined in src/portal/WebTileLayer.ts:224</li>
365
+ <li>Defined in src/portal/WebTileLayer.ts:231</li>
366
366
  </ul>
367
367
  </aside>
368
368
  <div class="tsd-comment tsd-typography">
@@ -379,7 +379,7 @@
379
379
  <div class="tsd-signature tsd-kind-icon">template<wbr>Url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
380
380
  <aside class="tsd-sources">
381
381
  <ul>
382
- <li>Defined in src/portal/WebTileLayer.ts:232</li>
382
+ <li>Defined in src/portal/WebTileLayer.ts:239</li>
383
383
  </ul>
384
384
  </aside>
385
385
  <div class="tsd-comment tsd-typography">
@@ -397,7 +397,7 @@
397
397
  <div class="tsd-signature tsd-kind-icon">tile<wbr>Info<span class="tsd-signature-symbol">:</span> <a href="portal_tileinfo.tileinfo-1.html" class="tsd-signature-type" data-tsd-kind="Interface">TileInfo</a></div>
398
398
  <aside class="tsd-sources">
399
399
  <ul>
400
- <li>Defined in src/portal/WebTileLayer.ts:237</li>
400
+ <li>Defined in src/portal/WebTileLayer.ts:244</li>
401
401
  </ul>
402
402
  </aside>
403
403
  <div class="tsd-comment tsd-typography">
@@ -465,7 +465,7 @@
465
465
  <div class="tsd-signature tsd-kind-icon">wmts<wbr>Info<span class="tsd-signature-symbol">:</span> <a href="portal_wmtsinfo.wmtsinfo-1.html" class="tsd-signature-type" data-tsd-kind="Interface">WMTSInfo</a></div>
466
466
  <aside class="tsd-sources">
467
467
  <ul>
468
- <li>Defined in src/portal/WebTileLayer.ts:243</li>
468
+ <li>Defined in src/portal/WebTileLayer.ts:250</li>
469
469
  </ul>
470
470
  </aside>
471
471
  <div class="tsd-comment tsd-typography">
@@ -0,0 +1,310 @@
1
+ <!doctype html>
2
+ <html class="default no-js">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <title>FloorFilter | @vertigis/arcgis-extensions</title>
7
+ <meta name="description" content="Documentation for @vertigis/arcgis-extensions">
8
+ <meta name="viewport" content="width=device-width, initial-scale=1">
9
+ <link rel="stylesheet" href="../assets/css/main.css">
10
+ <script async src="../assets/js/search.js" id="search-script"></script>
11
+ </head>
12
+ <body>
13
+ <header>
14
+ <div class="tsd-page-toolbar">
15
+ <div class="container">
16
+ <div class="table-wrap">
17
+ <div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
18
+ <div class="field">
19
+ <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
20
+ <input id="tsd-search-field" type="text" />
21
+ </div>
22
+ <ul class="results">
23
+ <li class="state loading">Preparing search index...</li>
24
+ <li class="state failure">The search index is not available</li>
25
+ </ul>
26
+ <a href="../index.html" class="title">@vertigis/arcgis-extensions</a>
27
+ </div>
28
+ <div class="table-cell" id="tsd-widgets">
29
+ <div id="tsd-filter">
30
+ <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
31
+ <div class="tsd-filter-group">
32
+ <div class="tsd-select" id="tsd-filter-visibility">
33
+ <span class="tsd-select-label">All</span>
34
+ <ul class="tsd-select-list">
35
+ <li data-value="public">Public</li>
36
+ <li data-value="protected">Public/Protected</li>
37
+ <li data-value="private" class="selected">All</li>
38
+ </ul>
39
+ </div>
40
+ <input type="checkbox" id="tsd-filter-inherited" checked />
41
+ <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
42
+ </div>
43
+ </div>
44
+ <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
45
+ </div>
46
+ </div>
47
+ </div>
48
+ </div>
49
+ <div class="tsd-page-title">
50
+ <div class="container">
51
+ <ul class="tsd-breadcrumb">
52
+ <li>
53
+ <a href="../modules.html">@vertigis/arcgis-extensions</a>
54
+ </li>
55
+ <li>
56
+ <a href="../modules/portal_widgets.html">portal/Widgets</a>
57
+ </li>
58
+ <li>
59
+ <a href="portal_widgets.floorfilter.html">FloorFilter</a>
60
+ </li>
61
+ </ul>
62
+ <h1>Interface FloorFilter</h1>
63
+ </div>
64
+ </div>
65
+ </header>
66
+ <div class="container container-main">
67
+ <div class="row">
68
+ <div class="col-8 col-content">
69
+ <section class="tsd-panel tsd-comment">
70
+ <div class="tsd-comment tsd-typography">
71
+ <div class="lead">
72
+ <p>Configurable properties used by the floor filter widget.
73
+ <a href="https://developers.arcgis.com/web-map-specification/objects/floorFilter/" class="external">https://developers.arcgis.com/web-map-specification/objects/floorFilter/</a>.</p>
74
+ </div>
75
+ </div>
76
+ </section>
77
+ <section class="tsd-panel tsd-hierarchy">
78
+ <h3>Hierarchy</h3>
79
+ <ul class="tsd-hierarchy">
80
+ <li>
81
+ <span class="target">FloorFilter</span>
82
+ </li>
83
+ </ul>
84
+ </section>
85
+ <section class="tsd-panel-group tsd-index-group">
86
+ <h2>Index</h2>
87
+ <section class="tsd-panel tsd-index-panel">
88
+ <div class="tsd-index-content">
89
+ <section class="tsd-index-section ">
90
+ <h3>Properties</h3>
91
+ <ul class="tsd-index-list">
92
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_widgets.floorfilter.html#enabled" class="tsd-kind-icon">enabled</a></li>
93
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_widgets.floorfilter.html#facility" class="tsd-kind-icon">facility</a></li>
94
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_widgets.floorfilter.html#level" class="tsd-kind-icon">level</a></li>
95
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_widgets.floorfilter.html#longnames" class="tsd-kind-icon">long<wbr>Names</a></li>
96
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_widgets.floorfilter.html#minimized" class="tsd-kind-icon">minimized</a></li>
97
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_widgets.floorfilter.html#pinnedlevels" class="tsd-kind-icon">pinned<wbr>Levels</a></li>
98
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_widgets.floorfilter.html#siteidentifier" class="tsd-kind-icon">site<wbr>Identifier</a></li>
99
+ </ul>
100
+ </section>
101
+ </div>
102
+ </section>
103
+ </section>
104
+ <section class="tsd-panel-group tsd-member-group ">
105
+ <h2>Properties</h2>
106
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
107
+ <a name="enabled" class="tsd-anchor"></a>
108
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> enabled</h3>
109
+ <div class="tsd-signature tsd-kind-icon">enabled<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
110
+ <aside class="tsd-sources">
111
+ <ul>
112
+ <li>Defined in src/portal/Widgets.ts:34</li>
113
+ </ul>
114
+ </aside>
115
+ <div class="tsd-comment tsd-typography">
116
+ <div class="lead">
117
+ <p>Indicates whether the floor filter is actively filtering the displayed
118
+ content according to the floor filter selection.</p>
119
+ </div>
120
+ </div>
121
+ </section>
122
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
123
+ <a name="facility" class="tsd-anchor"></a>
124
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> facility</h3>
125
+ <div class="tsd-signature tsd-kind-icon">facility<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
126
+ <aside class="tsd-sources">
127
+ <ul>
128
+ <li>Defined in src/portal/Widgets.ts:39</li>
129
+ </ul>
130
+ </aside>
131
+ <div class="tsd-comment tsd-typography">
132
+ <div class="lead">
133
+ <p>Contains a facility identifier for the initially selected facility in
134
+ the floor filter.</p>
135
+ </div>
136
+ </div>
137
+ </section>
138
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
139
+ <a name="level" class="tsd-anchor"></a>
140
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> level</h3>
141
+ <div class="tsd-signature tsd-kind-icon">level<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
142
+ <aside class="tsd-sources">
143
+ <ul>
144
+ <li>Defined in src/portal/Widgets.ts:44</li>
145
+ </ul>
146
+ </aside>
147
+ <div class="tsd-comment tsd-typography">
148
+ <div class="lead">
149
+ <p>Contains a level identifier for the initially selected floor, which is
150
+ used when filtering floor-aware layers.</p>
151
+ </div>
152
+ </div>
153
+ </section>
154
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
155
+ <a name="longnames" class="tsd-anchor"></a>
156
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> long<wbr>Names</h3>
157
+ <div class="tsd-signature tsd-kind-icon">long<wbr>Names<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
158
+ <aside class="tsd-sources">
159
+ <ul>
160
+ <li>Defined in src/portal/Widgets.ts:49</li>
161
+ </ul>
162
+ </aside>
163
+ <div class="tsd-comment tsd-typography">
164
+ <div class="lead">
165
+ <p>Indicates whether the floor filter is showing long names instead of short
166
+ names for floor levels.</p>
167
+ </div>
168
+ </div>
169
+ </section>
170
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
171
+ <a name="minimized" class="tsd-anchor"></a>
172
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> minimized</h3>
173
+ <div class="tsd-signature tsd-kind-icon">minimized<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
174
+ <aside class="tsd-sources">
175
+ <ul>
176
+ <li>Defined in src/portal/Widgets.ts:54</li>
177
+ </ul>
178
+ </aside>
179
+ <div class="tsd-comment tsd-typography">
180
+ <div class="lead">
181
+ <p>Indicates whether the floor filter has been minimized to show only the
182
+ levels list instead of showing the full set of breadcrumbs.</p>
183
+ </div>
184
+ </div>
185
+ </section>
186
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
187
+ <a name="pinnedlevels" class="tsd-anchor"></a>
188
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> pinned<wbr>Levels</h3>
189
+ <div class="tsd-signature tsd-kind-icon">pinned<wbr>Levels<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
190
+ <aside class="tsd-sources">
191
+ <ul>
192
+ <li>Defined in src/portal/Widgets.ts:59</li>
193
+ </ul>
194
+ </aside>
195
+ <div class="tsd-comment tsd-typography">
196
+ <div class="lead">
197
+ <p>Indicates whether the floor filter has been pinned to show the floor
198
+ levels list, instead of including the levels as a breadcrumb dropdown.</p>
199
+ </div>
200
+ </div>
201
+ </section>
202
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
203
+ <a name="siteidentifier" class="tsd-anchor"></a>
204
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> site<wbr>Identifier</h3>
205
+ <div class="tsd-signature tsd-kind-icon">site<wbr>Identifier<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
206
+ <aside class="tsd-sources">
207
+ <ul>
208
+ <li>Defined in src/portal/Widgets.ts:64</li>
209
+ </ul>
210
+ </aside>
211
+ <div class="tsd-comment tsd-typography">
212
+ <div class="lead">
213
+ <p>Contains a site identifier for the initially selected site in the floor
214
+ filter.</p>
215
+ </div>
216
+ </div>
217
+ </section>
218
+ </section>
219
+ </div>
220
+ <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
221
+ <nav class="tsd-navigation primary">
222
+ <ul>
223
+ <li class=" ">
224
+ <a href="../modules.html">Exports</a>
225
+ </li>
226
+ <li class="current tsd-kind-module">
227
+ <a href="../modules/portal_widgets.html">portal/<wbr>Widgets</a>
228
+ </li>
229
+ </ul>
230
+ </nav>
231
+ <nav class="tsd-navigation secondary menu-sticky">
232
+ <ul class="before-current">
233
+ </ul>
234
+ <ul class="current">
235
+ <li class="current tsd-kind-interface tsd-parent-kind-module">
236
+ <a href="portal_widgets.floorfilter.html" class="tsd-kind-icon">Floor<wbr>Filter</a>
237
+ <ul>
238
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
239
+ <a href="portal_widgets.floorfilter.html#enabled" class="tsd-kind-icon">enabled</a>
240
+ </li>
241
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
242
+ <a href="portal_widgets.floorfilter.html#facility" class="tsd-kind-icon">facility</a>
243
+ </li>
244
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
245
+ <a href="portal_widgets.floorfilter.html#level" class="tsd-kind-icon">level</a>
246
+ </li>
247
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
248
+ <a href="portal_widgets.floorfilter.html#longnames" class="tsd-kind-icon">long<wbr>Names</a>
249
+ </li>
250
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
251
+ <a href="portal_widgets.floorfilter.html#minimized" class="tsd-kind-icon">minimized</a>
252
+ </li>
253
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
254
+ <a href="portal_widgets.floorfilter.html#pinnedlevels" class="tsd-kind-icon">pinned<wbr>Levels</a>
255
+ </li>
256
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
257
+ <a href="portal_widgets.floorfilter.html#siteidentifier" class="tsd-kind-icon">site<wbr>Identifier</a>
258
+ </li>
259
+ </ul>
260
+ </li>
261
+ </ul>
262
+ <ul class="after-current">
263
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
264
+ <a href="portal_widgets.range.html" class="tsd-kind-icon">Range</a>
265
+ </li>
266
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
267
+ <a href="portal_widgets.timeslider.html" class="tsd-kind-icon">Time<wbr>Slider</a>
268
+ </li>
269
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
270
+ <a href="portal_widgets.widgets.html" class="tsd-kind-icon">Widgets</a>
271
+ </li>
272
+ <li class=" tsd-kind-type-alias tsd-parent-kind-module">
273
+ <a href="../modules/portal_widgets.html#timeunitsenum" class="tsd-kind-icon">Time<wbr>Units<wbr>Enum</a>
274
+ </li>
275
+ </ul>
276
+ </nav>
277
+ </div>
278
+ </div>
279
+ </div>
280
+ <footer>
281
+ <div class="container">
282
+ <h2>Legend</h2>
283
+ <div class="tsd-legend-group">
284
+ <ul class="tsd-legend">
285
+ <li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
286
+ <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
287
+ <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
288
+ <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
289
+ <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
290
+ <li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
291
+ </ul>
292
+ <ul class="tsd-legend">
293
+ <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
294
+ <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
295
+ <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
296
+ </ul>
297
+ <ul class="tsd-legend">
298
+ <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
299
+ <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
300
+ </ul>
301
+ <ul class="tsd-legend">
302
+ <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
303
+ </ul>
304
+ </div>
305
+ </div>
306
+ </footer>
307
+ <div class="overlay"></div>
308
+ <script src="../assets/js/main.js"></script>
309
+ </body>
310
+ </html>
@@ -106,7 +106,7 @@
106
106
  <div class="tsd-signature tsd-kind-icon">interaction<wbr>Mode<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
107
107
  <aside class="tsd-sources">
108
108
  <ul>
109
- <li>Defined in src/portal/Widgets.ts:85</li>
109
+ <li>Defined in src/portal/Widgets.ts:132</li>
110
110
  </ul>
111
111
  </aside>
112
112
  <div class="tsd-comment tsd-typography">
@@ -122,7 +122,7 @@
122
122
  <div class="tsd-signature tsd-kind-icon">number<wbr>OfStops<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
123
123
  <aside class="tsd-sources">
124
124
  <ul>
125
- <li>Defined in src/portal/Widgets.ts:91</li>
125
+ <li>Defined in src/portal/Widgets.ts:138</li>
126
126
  </ul>
127
127
  </aside>
128
128
  <div class="tsd-comment tsd-typography">
@@ -138,7 +138,7 @@
138
138
  <div class="tsd-signature tsd-kind-icon">stop<wbr>Interval<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
139
139
  <aside class="tsd-sources">
140
140
  <ul>
141
- <li>Defined in src/portal/Widgets.ts:96</li>
141
+ <li>Defined in src/portal/Widgets.ts:143</li>
142
142
  </ul>
143
143
  </aside>
144
144
  <div class="tsd-comment tsd-typography">
@@ -162,6 +162,9 @@
162
162
  </nav>
163
163
  <nav class="tsd-navigation secondary menu-sticky">
164
164
  <ul class="before-current">
165
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
166
+ <a href="portal_widgets.floorfilter.html" class="tsd-kind-icon">Floor<wbr>Filter</a>
167
+ </li>
165
168
  </ul>
166
169
  <ul class="current">
167
170
  <li class="current tsd-kind-interface tsd-parent-kind-module">
@@ -104,7 +104,7 @@
104
104
  <div class="tsd-signature tsd-kind-icon">properties<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>endTime<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>numberOfStops<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>startTime<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>thumbCount<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>thumbMovingRate<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>timeStopInterval<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span>interval<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>units<span class="tsd-signature-symbol">?: </span><a href="../modules/portal_widgets.html#timeunitsenum" class="tsd-signature-type" data-tsd-kind="Type alias">TimeUnitsEnum</a><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> }</span></div>
105
105
  <aside class="tsd-sources">
106
106
  <ul>
107
- <li>Defined in src/portal/Widgets.ts:30</li>
107
+ <li>Defined in src/portal/Widgets.ts:77</li>
108
108
  </ul>
109
109
  </aside>
110
110
  <div class="tsd-comment tsd-typography">
@@ -200,6 +200,9 @@
200
200
  </nav>
201
201
  <nav class="tsd-navigation secondary menu-sticky">
202
202
  <ul class="before-current">
203
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
204
+ <a href="portal_widgets.floorfilter.html" class="tsd-kind-icon">Floor<wbr>Filter</a>
205
+ </li>
203
206
  <li class=" tsd-kind-interface tsd-parent-kind-module">
204
207
  <a href="portal_widgets.range.html" class="tsd-kind-icon">Range</a>
205
208
  </li>