@vertigis/arcgis-extensions 32.9.1 → 33.2.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 (407) hide show
  1. package/AppConfig.schema.json +5 -0
  2. package/Entity.d.ts +11 -3
  3. package/Entity.js +1 -1
  4. package/ItemType.d.ts +156 -30
  5. package/ItemType.js +1 -1
  6. package/LanguageResources.d.ts +1 -1
  7. package/LanguageResources.js +1 -1
  8. package/data/ArcGISServiceTableExtension.d.ts +1 -1
  9. package/data/ArcGISServiceTableExtension.js +1 -1
  10. package/data/Attachment.d.ts +1 -1
  11. package/data/Attachment.js +1 -1
  12. package/data/Feature.d.ts +4 -4
  13. package/data/Feature.js +1 -1
  14. package/data/FeatureList.d.ts +4 -0
  15. package/data/FeatureList.js +1 -1
  16. package/data/FeatureSet.d.ts +4 -0
  17. package/data/FeatureSet.js +1 -1
  18. package/data/FeatureSettings.d.ts +1 -1
  19. package/data/FeatureSettings.js +1 -1
  20. package/data/FeatureSourceBase.js +1 -1
  21. package/data/FeatureStream.d.ts +4 -4
  22. package/data/FeatureStream.js +1 -1
  23. package/data/FieldExtension.d.ts +4 -4
  24. package/data/FieldExtension.js +1 -1
  25. package/data/RelationshipBase.d.ts +7 -3
  26. package/data/RelationshipBase.js +1 -1
  27. package/data/Schema.d.ts +1 -1
  28. package/data/Schema.js +1 -1
  29. package/data/_Relationship.d.ts +6 -1
  30. package/data/_TableExtension.d.ts +2 -2
  31. package/data/_TableExtension.js +1 -1
  32. package/data/convert.js +1 -1
  33. package/docs/html/assets/js/search.js +1 -1
  34. package/docs/html/classes/data__tableextension.tableextension.html +93 -76
  35. package/docs/html/classes/data__tableextension.tablefeaturesettings.html +20 -20
  36. package/docs/html/classes/data__tableextension.tableschema.html +31 -31
  37. package/docs/html/classes/data_arcgisservicetableextension.arcgisservicetableextension.html +88 -74
  38. package/docs/html/classes/data_attachment.attachment.html +54 -37
  39. package/docs/html/classes/data_feature.feature.html +72 -55
  40. package/docs/html/classes/data_featurelist.featurelist.html +40 -13
  41. package/docs/html/classes/data_featureset.featureset.html +43 -16
  42. package/docs/html/classes/data_featuresettings.featuresettings.html +20 -20
  43. package/docs/html/classes/data_featuresourcebase.featuresourcebase.html +72 -45
  44. package/docs/html/classes/data_featuresourcebase.relationshipcollection.html +4 -4
  45. package/docs/html/classes/data_featurestream.featurestream.html +57 -40
  46. package/docs/html/classes/data_fieldextension.fieldextension.html +64 -47
  47. package/docs/html/classes/data_relationshipbase.relationshipbase.html +112 -61
  48. package/docs/html/classes/data_schema.schema.html +23 -23
  49. package/docs/html/classes/entity.entitybase.html +34 -7
  50. package/docs/html/classes/languageresources.languageresources-1.html +20 -20
  51. package/docs/html/classes/layer_preset_layerpreset.layerpreset.html +56 -39
  52. package/docs/html/classes/mapping__layerextension.arraywrappedcollection.html +4 -4
  53. package/docs/html/classes/mapping__layerextension.layerextension.html +129 -113
  54. package/docs/html/classes/mapping__layerextension.layerextensionschema.html +28 -28
  55. package/docs/html/classes/mapping__sublayerextension.sublayerextension.html +101 -85
  56. package/docs/html/classes/mapping__sublayerextension.sublayerschema.html +24 -24
  57. package/docs/html/classes/mapping__sublayerextension.subsublayerextensioncollection.html +6 -6
  58. package/docs/html/classes/mapping_arcgissublayerextension.arcgissublayerextension.html +81 -67
  59. package/docs/html/classes/mapping_arcgissublayerextension.arcgissublayerfeaturesettings.html +18 -18
  60. package/docs/html/classes/mapping_arcgissublayerextension.arcgissublayerrelationshipcollection.html +3 -3
  61. package/docs/html/classes/mapping_arcgissublayerextension.arcgissublayerschema.html +13 -13
  62. package/docs/html/classes/mapping_basemapextension.basemapextension.html +70 -54
  63. package/docs/html/classes/mapping_bookmark.bookmark.html +57 -36
  64. package/docs/html/classes/mapping_buildingcomponentsublayerextension.buildingcomponentsublayerextension.html +83 -69
  65. package/docs/html/classes/mapping_buildingcomponentsublayerextension.buildingcomponentsublayerschema.html +18 -18
  66. package/docs/html/classes/mapping_buildinggroupsublayerextension.buildinggroupsublayerextension.html +86 -72
  67. package/docs/html/classes/mapping_buildinggroupsublayerextension.buildinggroupsublayerschema.html +24 -24
  68. package/docs/html/classes/mapping_buildingscenelayerextension.buildingscenelayerextension.html +112 -98
  69. package/docs/html/classes/mapping_buildingscenelayerextension.buildingscenelayerreadonlyschema.html +26 -26
  70. package/docs/html/classes/mapping_buildingsublayerextension.buildingsublayerextension.html +91 -77
  71. package/docs/html/classes/mapping_buildingsublayerextension.buildingsublayerfeaturesettings.html +20 -20
  72. package/docs/html/classes/mapping_buildingsublayerextension.buildingsublayerschema.html +19 -19
  73. package/docs/html/classes/mapping_csvlayerextension.csvlayerextension.html +117 -103
  74. package/docs/html/classes/mapping_elevationlayerextension.elevationlayerextension.html +118 -104
  75. package/docs/html/classes/mapping_featurecollectionlayerextension.featurecollectionlayerextension.html +110 -96
  76. package/docs/html/classes/mapping_featurelayerextension.featurelayerextension.html +121 -107
  77. package/docs/html/classes/mapping_featurelayerextensionbase.featurelayerextensionbase.html +114 -100
  78. package/docs/html/classes/mapping_featurelayerextensionbase.featurelayerschema.html +25 -25
  79. package/docs/html/classes/mapping_georsslayerextension.georsslayerextension.html +117 -103
  80. package/docs/html/classes/mapping_graphicslayerextension.graphicslayerextension.html +112 -98
  81. package/docs/html/classes/mapping_groundextension.groundextension.html +59 -43
  82. package/docs/html/classes/mapping_grouplayerextension.grouplayerextension.html +110 -96
  83. package/docs/html/classes/mapping_grouplayerextension.grouplayerextensioncollection.html +13 -13
  84. package/docs/html/classes/mapping_imagerylayerextension.imagerylayerextension.html +115 -101
  85. package/docs/html/classes/mapping_imagerytilelayerextension.imagerytilelayerextension.html +115 -101
  86. package/docs/html/classes/mapping_integratedmeshlayerextension.integratedmeshlayerextension.html +119 -105
  87. package/docs/html/classes/mapping_kmllayerextension.kmllayerextension.html +113 -99
  88. package/docs/html/classes/mapping_kmlsublayerextension.kmlsublayerextension.html +89 -75
  89. package/docs/html/classes/mapping_mapextension.mapextension.html +106 -90
  90. package/docs/html/classes/mapping_mapimagelayerextension.mapimagelayerextension.html +115 -101
  91. package/docs/html/classes/mapping_mapimagesublayerextension.mapimagesublayerextension.html +80 -66
  92. package/docs/html/classes/mapping_openstreetmaplayerextension.openstreetmaplayerextension.html +120 -106
  93. package/docs/html/classes/mapping_pointcloudlayerextension.pointcloudlayerextension.html +116 -102
  94. package/docs/html/classes/mapping_scenelayerextension.scenelayerextension.html +115 -101
  95. package/docs/html/classes/mapping_streamlayerextension.streamlayerextension.html +116 -102
  96. package/docs/html/classes/mapping_streamlayerextension.streamlayerschema.html +26 -26
  97. package/docs/html/classes/mapping_support__layerextensioncollection.layerextensioncollectionbase.html +19 -19
  98. package/docs/html/classes/mapping_support_layerlistsettings.extensionbaselayerlistsettings.html +3 -3
  99. package/docs/html/classes/mapping_tilelayerextension.tilelayerextension.html +114 -100
  100. package/docs/html/classes/mapping_tilesublayerextension.tilesublayerextension.html +80 -66
  101. package/docs/html/classes/mapping_vectortilelayerextension.vectortilelayerextension.html +117 -103
  102. package/docs/html/classes/mapping_webtilelayerextension.webtilelayerextension.html +120 -106
  103. package/docs/html/classes/mapping_wmslayerextension.wmslayerextension.html +115 -101
  104. package/docs/html/classes/mapping_wmssublayerextension.wmssublayerextension.html +89 -75
  105. package/docs/html/classes/mapping_wmtslayerextension.wmtslayerextension.html +119 -105
  106. package/docs/html/classes/mapping_wmtssublayerextension.wmtssublayerextension.html +90 -76
  107. package/docs/html/classes/menus_menu.menu.html +60 -43
  108. package/docs/html/classes/menus_menuitem.menuitem.html +72 -55
  109. package/docs/html/classes/support_cancellable.cancellable.html +3 -3
  110. package/docs/html/classes/support_cancellable.cancellation.html +3 -3
  111. package/docs/html/classes/tasks_geocoding_arcgisgeocoder.arcgisgeocoder.html +96 -82
  112. package/docs/html/classes/tasks_geocoding_geocoder.geocoder.html +94 -78
  113. package/docs/html/classes/tasks_identify_arcgissublayerqueryidentifyprovider.arcgissublayerqueryidentifyprovider.html +2 -2
  114. package/docs/html/classes/tasks_identify_buildingcomponentsublayerclientsideidentifyprovider.buildingcomponentsublayerclientsideidentifyprovider.html +48 -5
  115. package/docs/html/classes/tasks_identify_buildingcomponentsublayerhittestidentifyprovider.buildingcomponentsublayerhittestidentifyprovider.html +5 -5
  116. package/docs/html/classes/tasks_identify_clientsideidentifyprovider.clientsideidentifyprovider.html +55 -7
  117. package/docs/html/classes/tasks_identify_csvlayer3dhittestidentifyprovider.csvlayer3dhittestidentifyprovider.html +7 -7
  118. package/docs/html/classes/tasks_identify_csvlayerclientsidequeryidentifyprovider.csvlayerclientsidequeryidentifyprovider.html +13 -7
  119. package/docs/html/classes/tasks_identify_featurelayer3dhittestidentifyprovider.featurelayer3dhittestidentifyprovider.html +9 -9
  120. package/docs/html/classes/tasks_identify_featurelayerclientsideidentifyprovider.featurelayerclientsideidentifyprovider.html +66 -8
  121. package/docs/html/classes/tasks_identify_featurelayerqueryidentifyprovider.featurelayerqueryidentifyprovider.html +5 -5
  122. package/docs/html/classes/tasks_identify_georsslayeridentifyprovider.georsslayeridentifyprovider.html +5 -5
  123. package/docs/html/classes/tasks_identify_graphicslayerqueryidentifyprovider.graphicslayerqueryidentifyprovider.html +2 -2
  124. package/docs/html/classes/tasks_identify_hittestidentifyprovider.hittestidentifyprovider.html +9 -9
  125. package/docs/html/classes/tasks_identify_identifyproviderbase.identifyproviderbase.html +18 -6
  126. package/docs/html/classes/tasks_identify_imagerylayeridentifyprovider.imagerylayeridentifyprovider.html +5 -5
  127. package/docs/html/classes/tasks_identify_kmllayerqueryidentifyprovider.kmllayerqueryidentifyprovider.html +2 -2
  128. package/docs/html/classes/tasks_identify_pointcloudlayerhittestidentifyprovider.pointcloudlayerhittestidentifyprovider.html +6 -6
  129. package/docs/html/classes/tasks_identify_scenelayerclientsideidentifyprovider.scenelayerclientsideidentifyprovider.html +48 -5
  130. package/docs/html/classes/tasks_identify_scenelayerhittestidentifyprovider.scenelayerhittestidentifyprovider.html +5 -5
  131. package/docs/html/classes/tasks_identify_scenelayerqueryidentifyprovider.scenelayerqueryidentifyprovider.html +2 -2
  132. package/docs/html/classes/tasks_identify_streamlayerclientsidequeryidentifyprovider.streamlayerclientsidequeryidentifyprovider.html +48 -5
  133. package/docs/html/classes/tasks_identify_wmssublayeridentifyprovider.wmssublayeridentifyprovider.html +6 -6
  134. package/docs/html/classes/tasks_query_arcgissublayerqueryprovider.arcgissublayerqueryprovider.html +3 -3
  135. package/docs/html/classes/tasks_query_querybasedrelationship.querybasedrelationship.html +78 -42
  136. package/docs/html/classes/tasks_search_geocodersearchprovider.geocodersearchprovider.html +4 -4
  137. package/docs/html/classes/tasks_search_querysearchprovider.querysearchprovider.html +7 -7
  138. package/docs/html/classes/tasks_search_searchservice.searchservice.html +12 -12
  139. package/docs/html/classes/utilities_geometry.coordinatesystembounds.html +26 -5
  140. package/docs/html/enums/data_convert.geometryformat.html +7 -7
  141. package/docs/html/enums/itemtype.itemtype-1.html +73 -19
  142. package/docs/html/index.html +15 -0
  143. package/docs/html/interfaces/data__relationship.relationship-1.html +230 -7
  144. package/docs/html/interfaces/data__relationship.relationshipproperties.html +3 -3
  145. package/docs/html/interfaces/data__tableextension.tableextensionproperties.html +2 -2
  146. package/docs/html/interfaces/data_arcgisservicetableextension.arcgisservicetableextensionproperties.html +4 -4
  147. package/docs/html/interfaces/data_attachment.attachmentproperties.html +1 -1
  148. package/docs/html/interfaces/data_convert.fromcsvoptions.html +13 -13
  149. package/docs/html/interfaces/data_convert.fromshapefileoptions.html +9 -9
  150. package/docs/html/interfaces/data_convert.fromxlsxoptions.html +12 -12
  151. package/docs/html/interfaces/data_convert.tocsvoptions.html +13 -13
  152. package/docs/html/interfaces/data_convert.toshapefileoptions.html +8 -8
  153. package/docs/html/interfaces/data_convert.toxlsxoptions.html +10 -10
  154. package/docs/html/interfaces/data_feature.featureproperties.html +1 -1
  155. package/docs/html/interfaces/data_featurelist.featurelistproperties.html +1 -1
  156. package/docs/html/interfaces/data_featureset.featuresetproperties.html +1 -1
  157. package/docs/html/interfaces/data_featuresettings.featuresettingsproperties.html +9 -9
  158. package/docs/html/interfaces/data_featuresource.featuresource.html +21 -1
  159. package/docs/html/interfaces/data_featuresourcebase.featuresourcebaseproperties.html +2 -2
  160. package/docs/html/interfaces/data_featurestream.featurestreamproperties.html +1 -1
  161. package/docs/html/interfaces/data_fieldextension.fieldextensionproperties.html +5 -5
  162. package/docs/html/interfaces/data_fieldextension.fieldproperties.html +1 -1
  163. package/docs/html/interfaces/data_schema.fieldcollection.html +1 -1
  164. package/docs/html/interfaces/data_schema.fieldextensioncollection.html +1 -1
  165. package/docs/html/interfaces/data_schema.schemaproperties.html +9 -9
  166. package/docs/html/interfaces/data_table.tableproperties.html +1 -1
  167. package/docs/html/interfaces/entity.entity-1.html +20 -1
  168. package/docs/html/interfaces/entity.entitybaseproperties.html +1 -1
  169. package/docs/html/interfaces/entity.entityproperties.html +1 -1
  170. package/docs/html/interfaces/languageresources.languageresourcesproperties.html +1 -1
  171. package/docs/html/interfaces/layer_preset_layerpreset.layerpresetproperties.html +1 -1
  172. package/docs/html/interfaces/mapping__layerextension.layerextensionproperties.html +9 -9
  173. package/docs/html/interfaces/mapping__layerextension.layerproperties.html +2 -2
  174. package/docs/html/interfaces/mapping__layerextension.layerreference.html +4 -4
  175. package/docs/html/interfaces/mapping__sublayerextension.sublayerextensionproperties.html +2 -2
  176. package/docs/html/interfaces/mapping_arcgissublayerextension.arcgissublayerextensionproperties.html +2 -2
  177. package/docs/html/interfaces/mapping_arcgissublayerextension.arcgissublayerproperties.html +16 -16
  178. package/docs/html/interfaces/mapping_basemapextension.basemapextensionproperties.html +8 -8
  179. package/docs/html/interfaces/mapping_bookmark.bookmarkproperties.html +4 -4
  180. package/docs/html/interfaces/mapping_buildingcomponentsublayerextension.buildingcomponentsublayerextensionproperties.html +2 -2
  181. package/docs/html/interfaces/mapping_buildinggroupsublayerextension.buildinggroupsublayerextensionproperties.html +2 -2
  182. package/docs/html/interfaces/mapping_buildingscenelayerextension.buildingscenelayerextensionproperties.html +7 -7
  183. package/docs/html/interfaces/mapping_buildingscenelayerextension.buildingscenelayerproperties.html +2 -2
  184. package/docs/html/interfaces/mapping_buildingsublayerextension.buildingsublayerextensionproperties.html +2 -2
  185. package/docs/html/interfaces/mapping_csvlayerextension.csvlayerextensionproperties.html +8 -8
  186. package/docs/html/interfaces/mapping_elevationlayerextension.elevationlayerextensionproperties.html +8 -8
  187. package/docs/html/interfaces/mapping_featurelayerextension.featurelayerextensionproperties.html +10 -10
  188. package/docs/html/interfaces/mapping_featurelayerextension.featurelayerproperties.html +4 -4
  189. package/docs/html/interfaces/mapping_featurelayerextensionbase.featurelayerbaseproperties.html +2 -2
  190. package/docs/html/interfaces/mapping_featurelayerextensionbase.featurelayerextensionbaseproperties.html +8 -8
  191. package/docs/html/interfaces/mapping_georsslayerextension.georsslayerextensionproperties.html +8 -8
  192. package/docs/html/interfaces/mapping_graphicslayerextension.graphicslayerextensionproperties.html +8 -8
  193. package/docs/html/interfaces/mapping_groundextension.groundextensionproperties.html +1 -1
  194. package/docs/html/interfaces/mapping_grouplayerextension.grouplayerextensionproperties.html +8 -8
  195. package/docs/html/interfaces/mapping_imagerylayerextension.imagerylayerextensionproperties.html +8 -8
  196. package/docs/html/interfaces/mapping_imagerytilelayerextension.imagerytilelayerextensionproperties.html +8 -8
  197. package/docs/html/interfaces/mapping_imagerytilelayerextension.imagerytilelayerproperties.html +2 -2
  198. package/docs/html/interfaces/mapping_integratedmeshlayerextension.integratedmeshlayerextensionproperties.html +8 -8
  199. package/docs/html/interfaces/mapping_kmllayerextension.kmllayerextensionproperties.html +7 -7
  200. package/docs/html/interfaces/mapping_kmlsublayerextension.kmlsublayerextensionproperties.html +2 -2
  201. package/docs/html/interfaces/mapping_mapextension.mapextensionproperties.html +24 -24
  202. package/docs/html/interfaces/mapping_mapextension.tableextensioncollection.html +3 -3
  203. package/docs/html/interfaces/mapping_mapimagelayerextension.mapimagelayerextensionproperties.html +7 -7
  204. package/docs/html/interfaces/mapping_mapimagesublayerextension.mapimagesublayerextensionproperties.html +2 -2
  205. package/docs/html/interfaces/mapping_mapimagesublayerextension.mapimagesublayerproperties.html +16 -16
  206. package/docs/html/interfaces/mapping_openstreetmaplayerextension.openstreetmaplayerextensionproperties.html +8 -8
  207. package/docs/html/interfaces/mapping_pointcloudlayerextension.pointcloudlayerextensionproperties.html +8 -8
  208. package/docs/html/interfaces/mapping_scenelayerextension.scenelayerextensionproperties.html +8 -8
  209. package/docs/html/interfaces/mapping_streamlayerextension.streamlayerextensionproperties.html +8 -8
  210. package/docs/html/interfaces/mapping_support__layerextensioncollection.layerextensioncollection.html +3 -3
  211. package/docs/html/interfaces/mapping_tilelayerextension.tilelayerextensionproperties.html +8 -8
  212. package/docs/html/interfaces/mapping_tilelayerextension.tilelayerproperties.html +2 -2
  213. package/docs/html/interfaces/mapping_tilesublayerextension.tilesublayerextensionproperties.html +2 -2
  214. package/docs/html/interfaces/mapping_tilesublayerextension.tilesublayerproperties.html +16 -16
  215. package/docs/html/interfaces/mapping_vectortilelayerextension.vectortilelayerextensionproperties.html +8 -8
  216. package/docs/html/interfaces/mapping_webtilelayerextension.webtilelayerextensionproperties.html +8 -8
  217. package/docs/html/interfaces/mapping_wmslayerextension.wmslayerextensionproperties.html +7 -7
  218. package/docs/html/interfaces/mapping_wmssublayerextension.wmssublayerextensionproperties.html +2 -2
  219. package/docs/html/interfaces/mapping_wmtslayerextension.wmtslayerextensionproperties.html +7 -7
  220. package/docs/html/interfaces/mapping_wmtssublayerextension.wmtssublayerextensionproperties.html +2 -2
  221. package/docs/html/interfaces/menus_menu.menuproperties.html +1 -1
  222. package/docs/html/interfaces/menus_menuitem.menuitemproperties.html +1 -1
  223. package/docs/html/interfaces/portal_drawinginfo.drawinginfo-1.html +7 -7
  224. package/docs/html/interfaces/portal_extent.extent.html +1 -1
  225. package/docs/html/interfaces/portal_geometry.geometrybase.html +1 -1
  226. package/docs/html/interfaces/portal_layer.layer-1.html +16 -16
  227. package/docs/html/interfaces/portal_layerdefinition.fieldoverride.html +3 -3
  228. package/docs/html/interfaces/portal_layerdefinition.layerdefinition-1.html +47 -47
  229. package/docs/html/interfaces/portal_layerdefinition.layerdefinitiondefaults.html +8 -8
  230. package/docs/html/interfaces/portal_layerdefinition.layertimeinfo.html +9 -9
  231. package/docs/html/interfaces/portal_layerdefinition.timeinfoexportoptions.html +4 -4
  232. package/docs/html/interfaces/portal_multipoint.multipoint.html +1 -1
  233. package/docs/html/interfaces/portal_point.point.html +1 -1
  234. package/docs/html/interfaces/portal_polygon.polygon.html +1 -1
  235. package/docs/html/interfaces/portal_polyline.polyline.html +1 -1
  236. package/docs/html/interfaces/portal_symbol.font.html +5 -5
  237. package/docs/html/interfaces/portal_symbol.symbolbase.html +1 -1
  238. package/docs/html/interfaces/portal_symbol3d.symbol3dbase.html +1 -1
  239. package/docs/html/interfaces/portal_tiledmapservicelayer.tiledmapservicelayer-1.html +8 -8
  240. package/docs/html/interfaces/portal_webmap.webmap-1.html +16 -16
  241. package/docs/html/interfaces/portal_webscene.webscene-1.html +16 -16
  242. package/docs/html/interfaces/support_serializable.serializable.html +5 -0
  243. package/docs/html/interfaces/tasks_geocoding_arcgisgeocoder.arcgisgeocoderproperties.html +7 -7
  244. package/docs/html/interfaces/tasks_geocoding_geocoder.geocodeoptions-1.html +6 -6
  245. package/docs/html/interfaces/tasks_geocoding_geocoder.geocodercapabilities.html +4 -4
  246. package/docs/html/interfaces/tasks_geocoding_geocoder.geocoderproperties.html +2 -2
  247. package/docs/html/interfaces/tasks_query_querybasedrelationship.querybasedrelationshipproperties.html +2 -2
  248. package/docs/html/interfaces/utilities_geometry.geographictransformationjson.html +22 -1
  249. package/docs/html/interfaces/utilities_geometry.geographictransformationstepjson.html +24 -3
  250. package/docs/html/interfaces/utilities_geometry.geojsonlinestring.html +23 -2
  251. package/docs/html/interfaces/utilities_geometry.geojsonmultilinestring.html +23 -2
  252. package/docs/html/interfaces/utilities_geometry.geojsonmultipoint.html +23 -2
  253. package/docs/html/interfaces/utilities_geometry.geojsonmultipolygon.html +23 -2
  254. package/docs/html/interfaces/utilities_geometry.geojsonpoint.html +23 -2
  255. package/docs/html/interfaces/utilities_geometry.geojsonpolygon.html +23 -2
  256. package/docs/html/interfaces/utilities_geometry.gmloptions.html +24 -3
  257. package/docs/html/modules/data__relationship.html +5 -5
  258. package/docs/html/modules/data__relationship.relationship.html +2 -2
  259. package/docs/html/modules/data_attachment.html +1 -1
  260. package/docs/html/modules/data_convert.html +6 -6
  261. package/docs/html/modules/data_feature.html +3 -3
  262. package/docs/html/modules/itemtype.html +638 -0
  263. package/docs/html/modules/mapping__layerextension.html +1 -1
  264. package/docs/html/modules/mapping_bookmark.html +1 -1
  265. package/docs/html/modules/mapping_layerextension.html +27 -0
  266. package/docs/html/modules/mapping_mapextension.html +5 -5
  267. package/docs/html/modules/mapping_sublayerextension.html +9 -0
  268. package/docs/html/modules/portal_drawinginfo.drawinginfo.html +2 -2
  269. package/docs/html/modules/portal_geometry.geometrytype.html +2 -2
  270. package/docs/html/modules/portal_geometry.html +4 -4
  271. package/docs/html/modules/portal_layer.layer.html +4 -4
  272. package/docs/html/modules/portal_layerdefinition.html +2 -2
  273. package/docs/html/modules/portal_layerdefinition.layerdefinition.html +2 -2
  274. package/docs/html/modules/portal_layerdefinition.layerdefinitioncapabilities.html +6 -6
  275. package/docs/html/modules/portal_symbol.html +10 -10
  276. package/docs/html/modules/portal_symbol.symboltype.html +2 -2
  277. package/docs/html/modules/portal_tiledmapservicelayer.tiledmapservicelayer.html +11 -5
  278. package/docs/html/modules/portal_webmap.webmap.html +3 -3
  279. package/docs/html/modules/portal_webscene.webscene.html +3 -3
  280. package/docs/html/modules/support_cancellable.html +3 -3
  281. package/docs/html/modules/support_utilities.html +164 -0
  282. package/docs/html/modules/tasks_geocoding_geocoder.geocodeoptions.html +2 -2
  283. package/docs/html/modules/tasks_identify__utilities.html +114 -0
  284. package/docs/html/modules/tasks_search_searchservice.html +1 -1
  285. package/docs/html/modules/utilities__layers.html +117 -82
  286. package/docs/html/modules/utilities_esri.html +389 -4
  287. package/docs/html/modules/utilities_extensions.html +654 -0
  288. package/docs/html/modules/utilities_geometry.html +263 -18
  289. package/docs/html/modules/utilities_layers.html +9 -0
  290. package/docs/html/modules/utilities_mapping.html +74 -4
  291. package/docs/html/modules/utilities_portal.html +9 -9
  292. package/docs/html/modules/utilities_query.html +3 -3
  293. package/docs/html/modules/utilities_relationships.html +164 -0
  294. package/docs/html/modules/utilities_renderers.html +339 -0
  295. package/docs/html/modules/utilities_symbol.html +264 -19
  296. package/docs/html/modules/version.html +1 -1
  297. package/docs/html/modules.html +20 -0
  298. package/layer-preset/LayerPreset.d.ts +3 -3
  299. package/layer-preset/LayerPreset.js +1 -1
  300. package/layer-preset/LayerPresetSettings.d.ts +1 -1
  301. package/mapping/ArcGISSublayerExtension.d.ts +1 -1
  302. package/mapping/ArcGISSublayerExtension.js +1 -1
  303. package/mapping/BasemapExtension.d.ts +4 -4
  304. package/mapping/BasemapExtension.js +1 -1
  305. package/mapping/Bookmark.d.ts +3 -3
  306. package/mapping/Bookmark.js +1 -1
  307. package/mapping/FeatureLayerExtension.js +1 -1
  308. package/mapping/GroundExtension.d.ts +1 -1
  309. package/mapping/GroundExtension.js +1 -1
  310. package/mapping/LayerExtension.d.ts +2 -1
  311. package/mapping/LayerExtension.js +1 -1
  312. package/mapping/MapExtension.d.ts +4 -1
  313. package/mapping/MapExtension.js +1 -1
  314. package/mapping/SublayerExtension.d.ts +2 -1
  315. package/mapping/SublayerExtension.js +1 -1
  316. package/mapping/WMTSLayerExtension.js +1 -1
  317. package/mapping/_LayerExtension.d.ts +5 -5
  318. package/mapping/_LayerExtension.js +1 -1
  319. package/mapping/_SublayerExtension.d.ts +4 -4
  320. package/mapping/_SublayerExtension.js +1 -1
  321. package/mapping/support/_LayerExtensionCollection.js +1 -1
  322. package/menus/Menu.d.ts +4 -4
  323. package/menus/Menu.js +1 -1
  324. package/menus/MenuItem.d.ts +4 -4
  325. package/menus/MenuItem.js +1 -1
  326. package/package.json +1 -1
  327. package/portal/DrawingInfo.d.ts +1 -1
  328. package/portal/DrawingInfo.js +1 -1
  329. package/portal/Geometry.d.ts +1 -1
  330. package/portal/Geometry.js +1 -1
  331. package/portal/Layer.js +1 -1
  332. package/portal/LayerDefinition.d.ts +1 -1
  333. package/portal/LayerDefinition.js +1 -1
  334. package/portal/Slide.js +1 -1
  335. package/portal/Symbol.d.ts +1 -1
  336. package/portal/Symbol.js +1 -1
  337. package/portal/TiledMapServiceLayer.d.ts +3 -1
  338. package/portal/TiledMapServiceLayer.js +1 -1
  339. package/portal/WebMap.d.ts +1 -1
  340. package/portal/WebMap.js +1 -1
  341. package/portal/WebScene.d.ts +1 -1
  342. package/portal/WebScene.js +1 -1
  343. package/support/Cancellable.js +1 -1
  344. package/support/_graphicsQuery.js +1 -1
  345. package/support/utilities.d.ts +7 -0
  346. package/support/utilities.js +1 -0
  347. package/tasks/geocoding/ArcGISGeocoder.js +1 -1
  348. package/tasks/geocoding/Geocoder.d.ts +1 -1
  349. package/tasks/geocoding/Geocoder.js +1 -1
  350. package/tasks/identify/ArcGISSublayerQueryIdentifyProvider.js +1 -1
  351. package/tasks/identify/BuildingComponentSublayerClientSideIdentifyProvider.js +1 -1
  352. package/tasks/identify/CSVLayer3DHitTestIdentifyProvider.js +1 -1
  353. package/tasks/identify/CSVLayerClientSideQueryIdentifyProvider.d.ts +3 -3
  354. package/tasks/identify/CSVLayerClientSideQueryIdentifyProvider.js +1 -1
  355. package/tasks/identify/ClientSideIdentifyProvider.d.ts +6 -4
  356. package/tasks/identify/ClientSideIdentifyProvider.js +1 -1
  357. package/tasks/identify/FeatureLayer3DHitTestIdentifyProvider.js +1 -1
  358. package/tasks/identify/FeatureLayerClientSideIdentifyProvider.d.ts +6 -0
  359. package/tasks/identify/FeatureLayerClientSideIdentifyProvider.js +1 -1
  360. package/tasks/identify/FeatureLayerQueryIdentifyProvider.js +1 -1
  361. package/tasks/identify/GeoRSSLayerIdentifyProvider.js +1 -1
  362. package/tasks/identify/HitTestIdentifyProvider.d.ts +1 -1
  363. package/tasks/identify/HitTestIdentifyProvider.js +1 -1
  364. package/tasks/identify/IdentifyProviderBase.d.ts +4 -2
  365. package/tasks/identify/IdentifyProviderBase.js +1 -1
  366. package/tasks/identify/IdentifyService.d.ts +1 -1
  367. package/tasks/identify/IdentifyService.js +1 -1
  368. package/tasks/identify/ImageryLayerIdentifyProvider.js +1 -1
  369. package/tasks/identify/PointCloudLayerHitTestIdentifyProvider.d.ts +1 -1
  370. package/tasks/identify/PointCloudLayerHitTestIdentifyProvider.js +1 -1
  371. package/tasks/identify/SceneLayerHitTestIdentifyProvider.d.ts +1 -1
  372. package/tasks/identify/SceneLayerHitTestIdentifyProvider.js +1 -1
  373. package/tasks/identify/WMSSublayerIdentifyProvider.js +1 -1
  374. package/tasks/identify/_utilities.d.ts +1 -0
  375. package/tasks/identify/_utilities.js +1 -0
  376. package/tasks/query/ArcGISSublayerQueryProvider.js +1 -1
  377. package/tasks/query/QueryBasedRelationship.d.ts +4 -0
  378. package/tasks/query/QueryBasedRelationship.js +1 -1
  379. package/tasks/query/QueryService.js +1 -1
  380. package/tasks/search/GeocoderSearchProvider.js +1 -1
  381. package/tasks/search/QuerySearchProvider.js +1 -1
  382. package/tasks/search/SearchService.d.ts +1 -1
  383. package/tasks/search/SearchService.js +1 -1
  384. package/tasks/search/_utilities.js +1 -1
  385. package/utilities/_layers.d.ts +33 -27
  386. package/utilities/_layers.js +1 -1
  387. package/utilities/esri.d.ts +76 -0
  388. package/utilities/esri.js +1 -1
  389. package/utilities/extensions.d.ts +105 -0
  390. package/utilities/extensions.js +1 -0
  391. package/utilities/geometry.d.ts +46 -0
  392. package/utilities/geometry.js +1 -1
  393. package/utilities/layers.d.ts +1 -1
  394. package/utilities/layers.js +1 -1
  395. package/utilities/mapping.d.ts +14 -0
  396. package/utilities/mapping.js +1 -1
  397. package/utilities/portal.js +1 -1
  398. package/utilities/query.d.ts +1 -1
  399. package/utilities/query.js +1 -1
  400. package/utilities/relationships.d.ts +7 -0
  401. package/utilities/relationships.js +1 -0
  402. package/utilities/renderers.d.ts +43 -0
  403. package/utilities/renderers.js +1 -0
  404. package/utilities/symbol.d.ts +49 -0
  405. package/utilities/symbol.js +1 -1
  406. package/version.d.ts +1 -1
  407. package/version.js +1 -1
@@ -102,6 +102,7 @@
102
102
  <h3>Properties</h3>
103
103
  <ul class="tsd-index-list">
104
104
  <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_bookmark.bookmark.html#_id" class="tsd-kind-icon">_id</a></li>
105
+ <li class="tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected"><a href="mapping_bookmark.bookmark.html#_itemtype" class="tsd-kind-icon">_item<wbr>Type</a></li>
105
106
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="mapping_bookmark.bookmark.html#source" class="tsd-kind-icon">source</a></li>
106
107
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="mapping_bookmark.bookmark.html#title" class="tsd-kind-icon">title</a></li>
107
108
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="mapping_bookmark.bookmark.html#viewpoint" class="tsd-kind-icon">viewpoint</a></li>
@@ -110,11 +111,11 @@
110
111
  <section class="tsd-index-section ">
111
112
  <h3>Accessors</h3>
112
113
  <ul class="tsd-index-list">
113
- <li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-protected"><a href="mapping_bookmark.bookmark.html#_itemtype" class="tsd-kind-icon">_item<wbr>Type</a></li>
114
114
  <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><a href="mapping_bookmark.bookmark.html#failuremode" class="tsd-kind-icon">failure<wbr>Mode</a></li>
115
115
  <li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_bookmark.bookmark.html#id" class="tsd-kind-icon">id</a></li>
116
116
  <li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_bookmark.bookmark.html#isdestroyed" class="tsd-kind-icon">is<wbr>Destroyed</a></li>
117
117
  <li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_bookmark.bookmark.html#isinitialized" class="tsd-kind-icon">is<wbr>Initialized</a></li>
118
+ <li class="tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited"><a href="mapping_bookmark.bookmark.html#itemtype" class="tsd-kind-icon">item<wbr>Type</a></li>
118
119
  </ul>
119
120
  </section>
120
121
  <section class="tsd-index-section ">
@@ -161,7 +162,7 @@
161
162
  <aside class="tsd-sources">
162
163
  <p>Inherited from <a href="entity.entitybase.html">EntityBase</a>.<a href="entity.entitybase.html#constructor">constructor</a></p>
163
164
  <ul>
164
- <li>Defined in src/Entity.ts:66</li>
165
+ <li>Defined in src/Entity.ts:78</li>
165
166
  </ul>
166
167
  </aside>
167
168
  <div class="tsd-comment tsd-typography">
@@ -192,7 +193,7 @@
192
193
  <aside class="tsd-sources">
193
194
  <p>Inherited from <a href="entity.entitybase.html">EntityBase</a>.<a href="entity.entitybase.html#_id">_id</a></p>
194
195
  <ul>
195
- <li>Defined in src/Entity.ts:61</li>
196
+ <li>Defined in src/Entity.ts:78</li>
196
197
  </ul>
197
198
  </aside>
198
199
  <div class="tsd-comment tsd-typography">
@@ -201,13 +202,29 @@
201
202
  </div>
202
203
  </div>
203
204
  </section>
205
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected">
206
+ <a name="_itemtype" class="tsd-anchor"></a>
207
+ <h3><span class="tsd-flag ts-flagProtected">Protected</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> _item<wbr>Type</h3>
208
+ <div class="tsd-signature tsd-kind-icon">_item<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
209
+ <aside class="tsd-sources">
210
+ <p>Overrides <a href="entity.entitybase.html">EntityBase</a>.<a href="entity.entitybase.html#_itemtype">_itemType</a></p>
211
+ <ul>
212
+ <li>Defined in src/mapping/Bookmark.ts:68</li>
213
+ </ul>
214
+ </aside>
215
+ <div class="tsd-comment tsd-typography">
216
+ <div class="lead">
217
+ <p>The item type for this entity when it participates in an App.</p>
218
+ </div>
219
+ </div>
220
+ </section>
204
221
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
205
222
  <a name="source" class="tsd-anchor"></a>
206
223
  <h3>source</h3>
207
224
  <div class="tsd-signature tsd-kind-icon">source<span class="tsd-signature-symbol">:</span> <a href="../modules/mapping_bookmark.html#bookmarksource" class="tsd-signature-type" data-tsd-kind="Type alias">BookmarkSource</a></div>
208
225
  <aside class="tsd-sources">
209
226
  <ul>
210
- <li>Defined in src/mapping/Bookmark.ts:52</li>
227
+ <li>Defined in src/mapping/Bookmark.ts:53</li>
211
228
  </ul>
212
229
  </aside>
213
230
  <div class="tsd-comment tsd-typography">
@@ -222,7 +239,7 @@
222
239
  <div class="tsd-signature tsd-kind-icon">title<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
223
240
  <aside class="tsd-sources">
224
241
  <ul>
225
- <li>Defined in src/mapping/Bookmark.ts:57</li>
242
+ <li>Defined in src/mapping/Bookmark.ts:58</li>
226
243
  </ul>
227
244
  </aside>
228
245
  <div class="tsd-comment tsd-typography">
@@ -237,7 +254,7 @@
237
254
  <div class="tsd-signature tsd-kind-icon">viewpoint<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Viewpoint</span></div>
238
255
  <aside class="tsd-sources">
239
256
  <ul>
240
- <li>Defined in src/mapping/Bookmark.ts:62</li>
257
+ <li>Defined in src/mapping/Bookmark.ts:63</li>
241
258
  </ul>
242
259
  </aside>
243
260
  <div class="tsd-comment tsd-typography">
@@ -249,28 +266,6 @@
249
266
  </section>
250
267
  <section class="tsd-panel-group tsd-member-group ">
251
268
  <h2>Accessors</h2>
252
- <section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
253
- <a name="_itemtype" class="tsd-anchor"></a>
254
- <h3><span class="tsd-flag ts-flagProtected">Protected</span> _item<wbr>Type</h3>
255
- <ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
256
- <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> _itemType<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
257
- </ul>
258
- <ul class="tsd-descriptions">
259
- <li class="tsd-description">
260
- <aside class="tsd-sources">
261
- <ul>
262
- <li>Defined in src/mapping/Bookmark.ts:67</li>
263
- </ul>
264
- </aside>
265
- <div class="tsd-comment tsd-typography">
266
- <div class="lead">
267
- <p>The item type for this entity when it participates in an App.</p>
268
- </div>
269
- </div>
270
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
271
- </li>
272
- </ul>
273
- </section>
274
269
  <section class="tsd-panel tsd-member tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
275
270
  <a name="failuremode" class="tsd-anchor"></a>
276
271
  <h3>failure<wbr>Mode</h3>
@@ -337,7 +332,7 @@
337
332
  <li class="tsd-description">
338
333
  <aside class="tsd-sources">
339
334
  <ul>
340
- <li>Defined in src/Entity.ts:50</li>
335
+ <li>Defined in src/Entity.ts:55</li>
341
336
  </ul>
342
337
  </aside>
343
338
  <div class="tsd-comment tsd-typography">
@@ -397,6 +392,28 @@
397
392
  </li>
398
393
  </ul>
399
394
  </section>
395
+ <section class="tsd-panel tsd-member tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
396
+ <a name="itemtype" class="tsd-anchor"></a>
397
+ <h3>item<wbr>Type</h3>
398
+ <ul class="tsd-signatures tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
399
+ <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">get</span> itemType<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
400
+ </ul>
401
+ <ul class="tsd-descriptions">
402
+ <li class="tsd-description">
403
+ <aside class="tsd-sources">
404
+ <ul>
405
+ <li>Defined in src/Entity.ts:66</li>
406
+ </ul>
407
+ </aside>
408
+ <div class="tsd-comment tsd-typography">
409
+ <div class="lead">
410
+ <p>The item type for this entity when it participates in an App.</p>
411
+ </div>
412
+ </div>
413
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
414
+ </li>
415
+ </ul>
416
+ </section>
400
417
  </section>
401
418
  <section class="tsd-panel-group tsd-member-group ">
402
419
  <h2>Methods</h2>
@@ -411,7 +428,7 @@
411
428
  <aside class="tsd-sources">
412
429
  <p>Overrides <a href="entity.entitybase.html">EntityBase</a>.<a href="entity.entitybase.html#_getserializableproperties">_getSerializableProperties</a></p>
413
430
  <ul>
414
- <li>Defined in src/mapping/Bookmark.ts:74</li>
431
+ <li>Defined in src/mapping/Bookmark.ts:73</li>
415
432
  </ul>
416
433
  </aside>
417
434
  <div class="tsd-comment tsd-typography">
@@ -1072,7 +1089,7 @@
1072
1089
  <aside class="tsd-sources">
1073
1090
  <p>Inherited from <a href="entity.entitybase.html">EntityBase</a>.<a href="entity.entitybase.html#toitemuri">toItemUri</a></p>
1074
1091
  <ul>
1075
- <li>Defined in src/Entity.ts:83</li>
1092
+ <li>Defined in src/Entity.ts:95</li>
1076
1093
  </ul>
1077
1094
  </aside>
1078
1095
  <div class="tsd-comment tsd-typography">
@@ -1186,6 +1203,9 @@
1186
1203
  <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
1187
1204
  <a href="mapping_bookmark.bookmark.html#_id" class="tsd-kind-icon">_id</a>
1188
1205
  </li>
1206
+ <li class=" tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-protected">
1207
+ <a href="mapping_bookmark.bookmark.html#_itemtype" class="tsd-kind-icon">_item<wbr>Type</a>
1208
+ </li>
1189
1209
  <li class=" tsd-kind-property tsd-parent-kind-class">
1190
1210
  <a href="mapping_bookmark.bookmark.html#source" class="tsd-kind-icon">source</a>
1191
1211
  </li>
@@ -1195,9 +1215,6 @@
1195
1215
  <li class=" tsd-kind-property tsd-parent-kind-class">
1196
1216
  <a href="mapping_bookmark.bookmark.html#viewpoint" class="tsd-kind-icon">viewpoint</a>
1197
1217
  </li>
1198
- <li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-protected">
1199
- <a href="mapping_bookmark.bookmark.html#_itemtype" class="tsd-kind-icon">_item<wbr>Type</a>
1200
- </li>
1201
1218
  <li class=" tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited">
1202
1219
  <a href="mapping_bookmark.bookmark.html#failuremode" class="tsd-kind-icon">failure<wbr>Mode</a>
1203
1220
  </li>
@@ -1210,6 +1227,9 @@
1210
1227
  <li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
1211
1228
  <a href="mapping_bookmark.bookmark.html#isinitialized" class="tsd-kind-icon">is<wbr>Initialized</a>
1212
1229
  </li>
1230
+ <li class=" tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited">
1231
+ <a href="mapping_bookmark.bookmark.html#itemtype" class="tsd-kind-icon">item<wbr>Type</a>
1232
+ </li>
1213
1233
  <li class=" tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected">
1214
1234
  <a href="mapping_bookmark.bookmark.html#_getserializableproperties" class="tsd-kind-icon">_get<wbr>Serializable<wbr>Properties</a>
1215
1235
  </li>
@@ -1321,10 +1341,11 @@
1321
1341
  <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
1322
1342
  </ul>
1323
1343
  <ul class="tsd-legend">
1324
- <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
1344
+ <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
1345
+ <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
1325
1346
  </ul>
1326
1347
  <ul class="tsd-legend">
1327
- <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
1348
+ <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
1328
1349
  </ul>
1329
1350
  </div>
1330
1351
  </div>