@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
@@ -97,18 +97,23 @@
97
97
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#_portal" class="tsd-kind-icon">$portal</a></li>
98
98
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#access" class="tsd-kind-icon">access</a></li>
99
99
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#accessinformation" class="tsd-kind-icon">access<wbr>Information</a></li>
100
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#advancedsettings" class="tsd-kind-icon">advanced<wbr>Settings</a></li>
100
101
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#appcategories" class="tsd-kind-icon">app<wbr>Categories</a></li>
101
102
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#avgrating" class="tsd-kind-icon">avg<wbr>Rating</a></li>
102
103
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#banner" class="tsd-kind-icon">banner</a></li>
103
104
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#categories" class="tsd-kind-icon">categories</a></li>
104
105
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#commentsenabled" class="tsd-kind-icon">comments<wbr>Enabled</a></li>
106
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#contentorigin" class="tsd-kind-icon">content<wbr>Origin</a></li>
105
107
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#created" class="tsd-kind-icon">created</a></li>
106
108
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#culture" class="tsd-kind-icon">culture</a></li>
107
109
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#description" class="tsd-kind-icon">description</a></li>
110
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#documentation" class="tsd-kind-icon">documentation</a></li>
108
111
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#extent" class="tsd-kind-icon">extent</a></li>
112
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#groupdesignations" class="tsd-kind-icon">group<wbr>Designations</a></li>
109
113
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#guid" class="tsd-kind-icon">guid</a></li>
110
114
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#id" class="tsd-kind-icon">id</a></li>
111
115
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#industries" class="tsd-kind-icon">industries</a></li>
116
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#isorgitem" class="tsd-kind-icon">is<wbr>Org<wbr>Item</a></li>
112
117
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#itemcontrol" class="tsd-kind-icon">item<wbr>Control</a></li>
113
118
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#languages" class="tsd-kind-icon">languages</a></li>
114
119
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#largethumbnail" class="tsd-kind-icon">large<wbr>Thumbnail</a></li>
@@ -130,6 +135,7 @@
130
135
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#size" class="tsd-kind-icon">size</a></li>
131
136
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#snippet" class="tsd-kind-icon">snippet</a></li>
132
137
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#spatialreference" class="tsd-kind-icon">spatial<wbr>Reference</a></li>
138
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#subinfo" class="tsd-kind-icon">sub<wbr>Info</a></li>
133
139
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#tags" class="tsd-kind-icon">tags</a></li>
134
140
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#thumbnail" class="tsd-kind-icon">thumbnail</a></li>
135
141
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_item.item-1.html#title" class="tsd-kind-icon">title</a></li>
@@ -149,7 +155,7 @@
149
155
  <div class="tsd-signature tsd-kind-icon">$portal<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
150
156
  <aside class="tsd-sources">
151
157
  <ul>
152
- <li>Defined in src/portal/Item.ts:290</li>
158
+ <li>Defined in src/portal/Item.ts:323</li>
153
159
  </ul>
154
160
  </aside>
155
161
  <div class="tsd-comment tsd-typography">
@@ -164,7 +170,7 @@
164
170
  <div class="tsd-signature tsd-kind-icon">access<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
165
171
  <aside class="tsd-sources">
166
172
  <ul>
167
- <li>Defined in src/portal/Item.ts:196</li>
173
+ <li>Defined in src/portal/Item.ts:189</li>
168
174
  </ul>
169
175
  </aside>
170
176
  <div class="tsd-comment tsd-typography">
@@ -180,7 +186,7 @@
180
186
  <div class="tsd-signature tsd-kind-icon">access<wbr>Information<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
181
187
  <aside class="tsd-sources">
182
188
  <ul>
183
- <li>Defined in src/portal/Item.ts:180</li>
189
+ <li>Defined in src/portal/Item.ts:173</li>
184
190
  </ul>
185
191
  </aside>
186
192
  <div class="tsd-comment tsd-typography">
@@ -189,18 +195,34 @@
189
195
  </div>
190
196
  </div>
191
197
  </section>
198
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
199
+ <a name="advancedsettings" class="tsd-anchor"></a>
200
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> advanced<wbr>Settings</h3>
201
+ <div class="tsd-signature tsd-kind-icon">advanced<wbr>Settings<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">unknown</span></div>
202
+ <aside class="tsd-sources">
203
+ <ul>
204
+ <li>Defined in src/portal/Item.ts:303</li>
205
+ </ul>
206
+ </aside>
207
+ <div class="tsd-comment tsd-typography">
208
+ <div class="lead">
209
+ <p><not in spec>.</p>
210
+ </div>
211
+ </div>
212
+ </section>
192
213
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
193
214
  <a name="appcategories" class="tsd-anchor"></a>
194
215
  <h3><span class="tsd-flag ts-flagOptional">Optional</span> app<wbr>Categories</h3>
195
216
  <div class="tsd-signature tsd-kind-icon">app<wbr>Categories<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div>
196
217
  <aside class="tsd-sources">
197
218
  <ul>
198
- <li>Defined in src/portal/Item.ts:97</li>
219
+ <li>Defined in src/portal/Item.ts:90</li>
199
220
  </ul>
200
221
  </aside>
201
222
  <div class="tsd-comment tsd-typography">
202
223
  <div class="lead">
203
- <p><not in spec>.</p>
224
+ <p>An array that primarily applies to a list of categories that the
225
+ application item is applicable to.</p>
204
226
  </div>
205
227
  </div>
206
228
  </section>
@@ -210,7 +232,7 @@
210
232
  <div class="tsd-signature tsd-kind-icon">avg<wbr>Rating<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
211
233
  <aside class="tsd-sources">
212
234
  <ul>
213
- <li>Defined in src/portal/Item.ts:274</li>
235
+ <li>Defined in src/portal/Item.ts:267</li>
214
236
  </ul>
215
237
  </aside>
216
238
  <div class="tsd-comment tsd-typography">
@@ -225,7 +247,7 @@
225
247
  <div class="tsd-signature tsd-kind-icon">banner<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
226
248
  <aside class="tsd-sources">
227
249
  <ul>
228
- <li>Defined in src/portal/Item.ts:226</li>
250
+ <li>Defined in src/portal/Item.ts:219</li>
229
251
  </ul>
230
252
  </aside>
231
253
  <div class="tsd-comment tsd-typography">
@@ -256,7 +278,7 @@
256
278
  <div class="tsd-signature tsd-kind-icon">comments<wbr>Enabled<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
257
279
  <aside class="tsd-sources">
258
280
  <ul>
259
- <li>Defined in src/portal/Item.ts:259</li>
281
+ <li>Defined in src/portal/Item.ts:252</li>
260
282
  </ul>
261
283
  </aside>
262
284
  <div class="tsd-comment tsd-typography">
@@ -265,13 +287,28 @@
265
287
  </div>
266
288
  </div>
267
289
  </section>
290
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
291
+ <a name="contentorigin" class="tsd-anchor"></a>
292
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> content<wbr>Origin</h3>
293
+ <div class="tsd-signature tsd-kind-icon">content<wbr>Origin<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
294
+ <aside class="tsd-sources">
295
+ <ul>
296
+ <li>Defined in src/portal/Item.ts:318</li>
297
+ </ul>
298
+ </aside>
299
+ <div class="tsd-comment tsd-typography">
300
+ <div class="lead">
301
+ <p><not in spec>.</p>
302
+ </div>
303
+ </div>
304
+ </section>
268
305
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
269
306
  <a name="created" class="tsd-anchor"></a>
270
307
  <h3><span class="tsd-flag ts-flagOptional">Optional</span> created</h3>
271
308
  <div class="tsd-signature tsd-kind-icon">created<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
272
309
  <aside class="tsd-sources">
273
310
  <ul>
274
- <li>Defined in src/portal/Item.ts:102</li>
311
+ <li>Defined in src/portal/Item.ts:95</li>
275
312
  </ul>
276
313
  </aside>
277
314
  <div class="tsd-comment tsd-typography">
@@ -286,7 +323,7 @@
286
323
  <div class="tsd-signature tsd-kind-icon">culture<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
287
324
  <aside class="tsd-sources">
288
325
  <ul>
289
- <li>Defined in src/portal/Item.ts:190</li>
326
+ <li>Defined in src/portal/Item.ts:183</li>
290
327
  </ul>
291
328
  </aside>
292
329
  <div class="tsd-comment tsd-typography">
@@ -301,7 +338,7 @@
301
338
  <div class="tsd-signature tsd-kind-icon">description<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
302
339
  <aside class="tsd-sources">
303
340
  <ul>
304
- <li>Defined in src/portal/Item.ts:150</li>
341
+ <li>Defined in src/portal/Item.ts:143</li>
305
342
  </ul>
306
343
  </aside>
307
344
  <div class="tsd-comment tsd-typography">
@@ -310,13 +347,28 @@
310
347
  </div>
311
348
  </div>
312
349
  </section>
350
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
351
+ <a name="documentation" class="tsd-anchor"></a>
352
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> documentation</h3>
353
+ <div class="tsd-signature tsd-kind-icon">documentation<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">unknown</span></div>
354
+ <aside class="tsd-sources">
355
+ <ul>
356
+ <li>Defined in src/portal/Item.ts:298</li>
357
+ </ul>
358
+ </aside>
359
+ <div class="tsd-comment tsd-typography">
360
+ <div class="lead">
361
+ <p><not in spec>.</p>
362
+ </div>
363
+ </div>
364
+ </section>
313
365
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
314
366
  <a name="extent" class="tsd-anchor"></a>
315
367
  <h3><span class="tsd-flag ts-flagOptional">Optional</span> extent</h3>
316
368
  <div class="tsd-signature tsd-kind-icon">extent<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">[]</span></div>
317
369
  <aside class="tsd-sources">
318
370
  <ul>
319
- <li>Defined in src/portal/Item.ts:170</li>
371
+ <li>Defined in src/portal/Item.ts:163</li>
320
372
  </ul>
321
373
  </aside>
322
374
  <div class="tsd-comment tsd-typography">
@@ -325,13 +377,28 @@
325
377
  </div>
326
378
  </div>
327
379
  </section>
380
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
381
+ <a name="groupdesignations" class="tsd-anchor"></a>
382
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> group<wbr>Designations</h3>
383
+ <div class="tsd-signature tsd-kind-icon">group<wbr>Designations<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">unknown</span></div>
384
+ <aside class="tsd-sources">
385
+ <ul>
386
+ <li>Defined in src/portal/Item.ts:313</li>
387
+ </ul>
388
+ </aside>
389
+ <div class="tsd-comment tsd-typography">
390
+ <div class="lead">
391
+ <p><not in spec>.</p>
392
+ </div>
393
+ </div>
394
+ </section>
328
395
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
329
396
  <a name="guid" class="tsd-anchor"></a>
330
397
  <h3><span class="tsd-flag ts-flagOptional">Optional</span> guid</h3>
331
398
  <div class="tsd-signature tsd-kind-icon">guid<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
332
399
  <aside class="tsd-sources">
333
400
  <ul>
334
- <li>Defined in src/portal/Item.ts:87</li>
401
+ <li>Defined in src/portal/Item.ts:293</li>
335
402
  </ul>
336
403
  </aside>
337
404
  <div class="tsd-comment tsd-typography">
@@ -361,7 +428,7 @@
361
428
  <div class="tsd-signature tsd-kind-icon">industries<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div>
362
429
  <aside class="tsd-sources">
363
430
  <ul>
364
- <li>Defined in src/portal/Item.ts:201</li>
431
+ <li>Defined in src/portal/Item.ts:194</li>
365
432
  </ul>
366
433
  </aside>
367
434
  <div class="tsd-comment tsd-typography">
@@ -370,13 +437,28 @@
370
437
  </div>
371
438
  </div>
372
439
  </section>
440
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
441
+ <a name="isorgitem" class="tsd-anchor"></a>
442
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> is<wbr>Org<wbr>Item</h3>
443
+ <div class="tsd-signature tsd-kind-icon">is<wbr>Org<wbr>Item<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
444
+ <aside class="tsd-sources">
445
+ <ul>
446
+ <li>Defined in src/portal/Item.ts:288</li>
447
+ </ul>
448
+ </aside>
449
+ <div class="tsd-comment tsd-typography">
450
+ <div class="lead">
451
+ <p><not in spec>.</p>
452
+ </div>
453
+ </div>
454
+ </section>
373
455
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
374
456
  <a name="itemcontrol" class="tsd-anchor"></a>
375
457
  <h3><span class="tsd-flag ts-flagOptional">Optional</span> item<wbr>Control</h3>
376
458
  <div class="tsd-signature tsd-kind-icon">item<wbr>Control<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;admin&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;update&quot;</span></div>
377
459
  <aside class="tsd-sources">
378
460
  <ul>
379
- <li>Defined in src/portal/Item.ts:209</li>
461
+ <li>Defined in src/portal/Item.ts:202</li>
380
462
  </ul>
381
463
  </aside>
382
464
  <div class="tsd-comment tsd-typography">
@@ -393,7 +475,7 @@
393
475
  <div class="tsd-signature tsd-kind-icon">languages<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div>
394
476
  <aside class="tsd-sources">
395
477
  <ul>
396
- <li>Defined in src/portal/Item.ts:214</li>
478
+ <li>Defined in src/portal/Item.ts:207</li>
397
479
  </ul>
398
480
  </aside>
399
481
  <div class="tsd-comment tsd-typography">
@@ -408,7 +490,7 @@
408
490
  <div class="tsd-signature tsd-kind-icon">large<wbr>Thumbnail<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
409
491
  <aside class="tsd-sources">
410
492
  <ul>
411
- <li>Defined in src/portal/Item.ts:220</li>
493
+ <li>Defined in src/portal/Item.ts:213</li>
412
494
  </ul>
413
495
  </aside>
414
496
  <div class="tsd-comment tsd-typography">
@@ -424,7 +506,7 @@
424
506
  <div class="tsd-signature tsd-kind-icon">license<wbr>Info<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
425
507
  <aside class="tsd-sources">
426
508
  <ul>
427
- <li>Defined in src/portal/Item.ts:185</li>
509
+ <li>Defined in src/portal/Item.ts:178</li>
428
510
  </ul>
429
511
  </aside>
430
512
  <div class="tsd-comment tsd-typography">
@@ -439,7 +521,7 @@
439
521
  <div class="tsd-signature tsd-kind-icon">listed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
440
522
  <aside class="tsd-sources">
441
523
  <ul>
442
- <li>Defined in src/portal/Item.ts:238</li>
524
+ <li>Defined in src/portal/Item.ts:231</li>
443
525
  </ul>
444
526
  </aside>
445
527
  <div class="tsd-comment tsd-typography">
@@ -455,7 +537,7 @@
455
537
  <div class="tsd-signature tsd-kind-icon">modified<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
456
538
  <aside class="tsd-sources">
457
539
  <ul>
458
- <li>Defined in src/portal/Item.ts:107</li>
540
+ <li>Defined in src/portal/Item.ts:100</li>
459
541
  </ul>
460
542
  </aside>
461
543
  <div class="tsd-comment tsd-typography">
@@ -470,7 +552,7 @@
470
552
  <div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
471
553
  <aside class="tsd-sources">
472
554
  <ul>
473
- <li>Defined in src/portal/Item.ts:112</li>
555
+ <li>Defined in src/portal/Item.ts:105</li>
474
556
  </ul>
475
557
  </aside>
476
558
  <div class="tsd-comment tsd-typography">
@@ -485,7 +567,7 @@
485
567
  <div class="tsd-signature tsd-kind-icon">num<wbr>Comments<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
486
568
  <aside class="tsd-sources">
487
569
  <ul>
488
- <li>Defined in src/portal/Item.ts:264</li>
570
+ <li>Defined in src/portal/Item.ts:257</li>
489
571
  </ul>
490
572
  </aside>
491
573
  <div class="tsd-comment tsd-typography">
@@ -500,7 +582,7 @@
500
582
  <div class="tsd-signature tsd-kind-icon">num<wbr>Ratings<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
501
583
  <aside class="tsd-sources">
502
584
  <ul>
503
- <li>Defined in src/portal/Item.ts:269</li>
585
+ <li>Defined in src/portal/Item.ts:262</li>
504
586
  </ul>
505
587
  </aside>
506
588
  <div class="tsd-comment tsd-typography">
@@ -515,7 +597,7 @@
515
597
  <div class="tsd-signature tsd-kind-icon">num<wbr>Views<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
516
598
  <aside class="tsd-sources">
517
599
  <ul>
518
- <li>Defined in src/portal/Item.ts:279</li>
600
+ <li>Defined in src/portal/Item.ts:272</li>
519
601
  </ul>
520
602
  </aside>
521
603
  <div class="tsd-comment tsd-typography">
@@ -530,7 +612,7 @@
530
612
  <div class="tsd-signature tsd-kind-icon">org<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
531
613
  <aside class="tsd-sources">
532
614
  <ul>
533
- <li>Defined in src/portal/Item.ts:82</li>
615
+ <li>Defined in src/portal/Item.ts:283</li>
534
616
  </ul>
535
617
  </aside>
536
618
  <div class="tsd-comment tsd-typography">
@@ -560,7 +642,7 @@
560
642
  <div class="tsd-signature tsd-kind-icon">owner<wbr>Folder<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
561
643
  <aside class="tsd-sources">
562
644
  <ul>
563
- <li>Defined in src/portal/Item.ts:244</li>
645
+ <li>Defined in src/portal/Item.ts:237</li>
564
646
  </ul>
565
647
  </aside>
566
648
  <div class="tsd-comment tsd-typography">
@@ -576,12 +658,14 @@
576
658
  <div class="tsd-signature tsd-kind-icon">properties<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
577
659
  <aside class="tsd-sources">
578
660
  <ul>
579
- <li>Defined in src/portal/Item.ts:92</li>
661
+ <li>Defined in src/portal/Item.ts:84</li>
580
662
  </ul>
581
663
  </aside>
582
664
  <div class="tsd-comment tsd-typography">
583
665
  <div class="lead">
584
- <p><not in spec>.</p>
666
+ <p>A JSON object that primarily applies to system requirements, Terms and
667
+ Conditions, version, supported platforms, YouTube video ID, etc
668
+ associated with the application.</p>
585
669
  </div>
586
670
  </div>
587
671
  </section>
@@ -591,7 +675,7 @@
591
675
  <div class="tsd-signature tsd-kind-icon">protected<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
592
676
  <aside class="tsd-sources">
593
677
  <ul>
594
- <li>Defined in src/portal/Item.ts:254</li>
678
+ <li>Defined in src/portal/Item.ts:247</li>
595
679
  </ul>
596
680
  </aside>
597
681
  <div class="tsd-comment tsd-typography">
@@ -606,7 +690,7 @@
606
690
  <div class="tsd-signature tsd-kind-icon">proxy<wbr>Filter<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">unknown</span><span class="tsd-signature-symbol">&gt;</span></div>
607
691
  <aside class="tsd-sources">
608
692
  <ul>
609
- <li>Defined in src/portal/Item.ts:131</li>
693
+ <li>Defined in src/portal/Item.ts:124</li>
610
694
  </ul>
611
695
  </aside>
612
696
  <div class="tsd-comment tsd-typography">
@@ -623,7 +707,7 @@
623
707
  <div class="tsd-signature tsd-kind-icon">score<wbr>Completeness<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
624
708
  <aside class="tsd-sources">
625
709
  <ul>
626
- <li>Defined in src/portal/Item.ts:285</li>
710
+ <li>Defined in src/portal/Item.ts:278</li>
627
711
  </ul>
628
712
  </aside>
629
713
  <div class="tsd-comment tsd-typography">
@@ -639,7 +723,7 @@
639
723
  <div class="tsd-signature tsd-kind-icon">screenshots<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div>
640
724
  <aside class="tsd-sources">
641
725
  <ul>
642
- <li>Defined in src/portal/Item.ts:232</li>
726
+ <li>Defined in src/portal/Item.ts:225</li>
643
727
  </ul>
644
728
  </aside>
645
729
  <div class="tsd-comment tsd-typography">
@@ -655,7 +739,7 @@
655
739
  <div class="tsd-signature tsd-kind-icon">size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
656
740
  <aside class="tsd-sources">
657
741
  <ul>
658
- <li>Defined in src/portal/Item.ts:249</li>
742
+ <li>Defined in src/portal/Item.ts:242</li>
659
743
  </ul>
660
744
  </aside>
661
745
  <div class="tsd-comment tsd-typography">
@@ -670,7 +754,7 @@
670
754
  <div class="tsd-signature tsd-kind-icon">snippet<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
671
755
  <aside class="tsd-sources">
672
756
  <ul>
673
- <li>Defined in src/portal/Item.ts:160</li>
757
+ <li>Defined in src/portal/Item.ts:153</li>
674
758
  </ul>
675
759
  </aside>
676
760
  <div class="tsd-comment tsd-typography">
@@ -685,7 +769,7 @@
685
769
  <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>
686
770
  <aside class="tsd-sources">
687
771
  <ul>
688
- <li>Defined in src/portal/Item.ts:175</li>
772
+ <li>Defined in src/portal/Item.ts:168</li>
689
773
  </ul>
690
774
  </aside>
691
775
  <div class="tsd-comment tsd-typography">
@@ -694,13 +778,28 @@
694
778
  </div>
695
779
  </div>
696
780
  </section>
781
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
782
+ <a name="subinfo" class="tsd-anchor"></a>
783
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> sub<wbr>Info</h3>
784
+ <div class="tsd-signature tsd-kind-icon">sub<wbr>Info<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
785
+ <aside class="tsd-sources">
786
+ <ul>
787
+ <li>Defined in src/portal/Item.ts:308</li>
788
+ </ul>
789
+ </aside>
790
+ <div class="tsd-comment tsd-typography">
791
+ <div class="lead">
792
+ <p><not in spec>.</p>
793
+ </div>
794
+ </div>
795
+ </section>
697
796
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
698
797
  <a name="tags" class="tsd-anchor"></a>
699
798
  <h3><span class="tsd-flag ts-flagOptional">Optional</span> tags</h3>
700
799
  <div class="tsd-signature tsd-kind-icon">tags<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div>
701
800
  <aside class="tsd-sources">
702
801
  <ul>
703
- <li>Defined in src/portal/Item.ts:155</li>
802
+ <li>Defined in src/portal/Item.ts:148</li>
704
803
  </ul>
705
804
  </aside>
706
805
  <div class="tsd-comment tsd-typography">
@@ -715,7 +814,7 @@
715
814
  <div class="tsd-signature tsd-kind-icon">thumbnail<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
716
815
  <aside class="tsd-sources">
717
816
  <ul>
718
- <li>Defined in src/portal/Item.ts:165</li>
817
+ <li>Defined in src/portal/Item.ts:158</li>
719
818
  </ul>
720
819
  </aside>
721
820
  <div class="tsd-comment tsd-typography">
@@ -730,7 +829,7 @@
730
829
  <div class="tsd-signature tsd-kind-icon">title<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
731
830
  <aside class="tsd-sources">
732
831
  <ul>
733
- <li>Defined in src/portal/Item.ts:118</li>
832
+ <li>Defined in src/portal/Item.ts:111</li>
734
833
  </ul>
735
834
  </aside>
736
835
  <div class="tsd-comment tsd-typography">
@@ -746,7 +845,7 @@
746
845
  <div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
747
846
  <aside class="tsd-sources">
748
847
  <ul>
749
- <li>Defined in src/portal/Item.ts:138</li>
848
+ <li>Defined in src/portal/Item.ts:131</li>
750
849
  </ul>
751
850
  </aside>
752
851
  <div class="tsd-comment tsd-typography">
@@ -763,7 +862,7 @@
763
862
  <div class="tsd-signature tsd-kind-icon">type<wbr>Keywords<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div>
764
863
  <aside class="tsd-sources">
765
864
  <ul>
766
- <li>Defined in src/portal/Item.ts:145</li>
865
+ <li>Defined in src/portal/Item.ts:138</li>
767
866
  </ul>
768
867
  </aside>
769
868
  <div class="tsd-comment tsd-typography">
@@ -780,7 +879,7 @@
780
879
  <div class="tsd-signature tsd-kind-icon">url<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
781
880
  <aside class="tsd-sources">
782
881
  <ul>
783
- <li>Defined in src/portal/Item.ts:124</li>
882
+ <li>Defined in src/portal/Item.ts:117</li>
784
883
  </ul>
785
884
  </aside>
786
885
  <div class="tsd-comment tsd-typography">
@@ -824,6 +923,9 @@
824
923
  <li class=" tsd-kind-property tsd-parent-kind-interface">
825
924
  <a href="portal_item.item-1.html#accessinformation" class="tsd-kind-icon">access<wbr>Information</a>
826
925
  </li>
926
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
927
+ <a href="portal_item.item-1.html#advancedsettings" class="tsd-kind-icon">advanced<wbr>Settings</a>
928
+ </li>
827
929
  <li class=" tsd-kind-property tsd-parent-kind-interface">
828
930
  <a href="portal_item.item-1.html#appcategories" class="tsd-kind-icon">app<wbr>Categories</a>
829
931
  </li>
@@ -839,6 +941,9 @@
839
941
  <li class=" tsd-kind-property tsd-parent-kind-interface">
840
942
  <a href="portal_item.item-1.html#commentsenabled" class="tsd-kind-icon">comments<wbr>Enabled</a>
841
943
  </li>
944
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
945
+ <a href="portal_item.item-1.html#contentorigin" class="tsd-kind-icon">content<wbr>Origin</a>
946
+ </li>
842
947
  <li class=" tsd-kind-property tsd-parent-kind-interface">
843
948
  <a href="portal_item.item-1.html#created" class="tsd-kind-icon">created</a>
844
949
  </li>
@@ -848,9 +953,15 @@
848
953
  <li class=" tsd-kind-property tsd-parent-kind-interface">
849
954
  <a href="portal_item.item-1.html#description" class="tsd-kind-icon">description</a>
850
955
  </li>
956
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
957
+ <a href="portal_item.item-1.html#documentation" class="tsd-kind-icon">documentation</a>
958
+ </li>
851
959
  <li class=" tsd-kind-property tsd-parent-kind-interface">
852
960
  <a href="portal_item.item-1.html#extent" class="tsd-kind-icon">extent</a>
853
961
  </li>
962
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
963
+ <a href="portal_item.item-1.html#groupdesignations" class="tsd-kind-icon">group<wbr>Designations</a>
964
+ </li>
854
965
  <li class=" tsd-kind-property tsd-parent-kind-interface">
855
966
  <a href="portal_item.item-1.html#guid" class="tsd-kind-icon">guid</a>
856
967
  </li>
@@ -860,6 +971,9 @@
860
971
  <li class=" tsd-kind-property tsd-parent-kind-interface">
861
972
  <a href="portal_item.item-1.html#industries" class="tsd-kind-icon">industries</a>
862
973
  </li>
974
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
975
+ <a href="portal_item.item-1.html#isorgitem" class="tsd-kind-icon">is<wbr>Org<wbr>Item</a>
976
+ </li>
863
977
  <li class=" tsd-kind-property tsd-parent-kind-interface">
864
978
  <a href="portal_item.item-1.html#itemcontrol" class="tsd-kind-icon">item<wbr>Control</a>
865
979
  </li>
@@ -923,6 +1037,9 @@
923
1037
  <li class=" tsd-kind-property tsd-parent-kind-interface">
924
1038
  <a href="portal_item.item-1.html#spatialreference" class="tsd-kind-icon">spatial<wbr>Reference</a>
925
1039
  </li>
1040
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
1041
+ <a href="portal_item.item-1.html#subinfo" class="tsd-kind-icon">sub<wbr>Info</a>
1042
+ </li>
926
1043
  <li class=" tsd-kind-property tsd-parent-kind-interface">
927
1044
  <a href="portal_item.item-1.html#tags" class="tsd-kind-icon">tags</a>
928
1045
  </li>