@vertigis/arcgis-extensions 37.7.1 → 38.0.1
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.
- package/AppConfig.schema.json +24 -11
- package/data/ArcGISServiceTableExtension.js +1 -1
- package/data/Feature.js +1 -1
- package/data/FeatureList.d.ts +1 -1
- package/data/FeatureList.js +1 -1
- package/data/FeatureSettings.js +1 -1
- package/data/FeatureSourceBase.d.ts +1 -1
- package/data/FeatureSourceBase.js +1 -1
- package/data/PopupContentExtension.js +1 -1
- package/data/Schema.js +1 -1
- package/declarations/arcgis-js-api-extensions/index.d.ts +12 -10
- package/docs/html/assets/search.js +1 -1
- package/docs/html/classes/data_FeatureList.FeatureList.html +8 -8
- package/docs/html/classes/data_FeatureSourceBase.RelationshipCollection.html +8 -8
- package/docs/html/classes/data_FeatureStream.FeatureStream.html +1 -1
- package/docs/html/classes/mapping_ArcGISSublayerExtension.ArcGISSublayerRelationshipCollection.html +8 -8
- package/docs/html/classes/mapping_GroupLayerExtension.GroupLayerExtensionCollection.html +8 -8
- package/docs/html/classes/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerRelationshipCollection.html +8 -8
- package/docs/html/classes/mapping_SubtypeSublayerExtension.SubtypeSublayerRelationshipCollection.html +8 -8
- package/docs/html/classes/mapping__SublayerExtension.SubSublayerExtensionCollection.html +8 -8
- package/docs/html/classes/mapping_support_ArrayWrappedCollection.ArrayWrappedCollection.html +8 -8
- package/docs/html/classes/mapping_support__LayerExtensionCollection.LayerExtensionCollectionBase.html +8 -8
- package/docs/html/classes/mapping_support__SublayerExtensionCollection.SublayerExtensionCollectionBase.html +8 -8
- package/docs/html/classes/support_InitializableCollectionProxy.InitializableCollectionProxy.html +8 -8
- package/docs/html/classes/support_ReadOnlyInitializableCollection.ReadOnlyInitializableCollection.html +8 -8
- package/docs/html/classes/support__ArcGISRelationshipCollection.ArcGISRelationshipCollection.html +8 -8
- package/docs/html/classes/utilities_CollectionProxy.CollectionProxy.html +8 -8
- package/docs/html/classes/utilities_CopyOnWriteCollection.CopyOnWriteCollection.html +8 -8
- package/docs/html/classes/utilities_MapTransformCollection.MapTransformCollection.html +8 -8
- package/docs/html/classes/utilities_ReadOnlyCollection.ReadOnlyCollection.html +8 -8
- package/docs/html/classes/utilities_asyncIterable.AsyncQueue.html +1 -1
- package/docs/html/functions/portal_ElevationInfo.ElevationInfo.fromEsriApiElevationInfo.html +2 -2
- package/docs/html/functions/portal_Lighting.Lighting.fromEsriApiLighting.html +2 -2
- package/docs/html/functions/utilities_esri.getAllFieldInfos.html +1 -0
- package/docs/html/functions/utilities_esri.getAllReferencedFieldNames.html +1 -0
- package/docs/html/functions/utilities_esri.isAttachmentsContent.html +1 -0
- package/docs/html/functions/utilities_esri.isCodedValueDomain.html +1 -0
- package/docs/html/functions/utilities_esri.isColor.html +1 -0
- package/docs/html/functions/utilities_esri.isCustomContent.html +1 -0
- package/docs/html/functions/utilities_esri.isEsriObject.html +1 -0
- package/docs/html/functions/utilities_esri.isExpressionContent.html +1 -0
- package/docs/html/functions/utilities_esri.isFeatureSet.html +1 -0
- package/docs/html/functions/utilities_esri.isFeatureType.html +1 -0
- package/docs/html/functions/utilities_esri.isField.html +1 -0
- package/docs/html/functions/utilities_esri.isFieldsContent.html +1 -0
- package/docs/html/functions/utilities_esri.isGraphic.html +1 -0
- package/docs/html/functions/utilities_esri.isImageMediaInfo.html +1 -0
- package/docs/html/functions/utilities_esri.isMediaContent.html +1 -0
- package/docs/html/functions/utilities_esri.isPopupContent.html +1 -0
- package/docs/html/functions/utilities_esri.isPopupTemplate.html +1 -0
- package/docs/html/functions/utilities_esri.isPortalItem.html +1 -0
- package/docs/html/functions/utilities_esri.isRelationshipContent.html +626 -0
- package/docs/html/functions/utilities_esri.isSpatialReference.html +1 -0
- package/docs/html/functions/utilities_esri.isTextContent.html +1 -0
- package/docs/html/functions/utilities_esri.isViewpoint.html +1 -0
- package/docs/html/functions/utilities_esri.load.html +1 -0
- package/docs/html/functions/utilities_esri.ready.html +1 -0
- package/docs/html/interfaces/data_PopupContentExtension.ContentProperties.html +33 -3
- package/docs/html/interfaces/data_support_attachments.AttachmentEnabledLayer.html +1 -13
- package/docs/html/interfaces/portal_PopupInfo.PopupElement.html +30 -3
- package/docs/html/interfaces/portal_SubtypeGroupLayer.SubtypeGroupLayer-1.html +1 -1
- package/docs/html/interfaces/portal_SubtypeGroupLayer.SubtypeSubtypeGroupLayer.html +1 -1
- package/docs/html/interfaces/portal_WMSLayer.WMSLayer-1.html +1 -1
- package/docs/html/modules/utilities_esri.html +2 -0
- package/docs/html/types/portal_PopupInfo.PopupElementType.html +1 -1
- package/docs/html/types/portal__LayerBase.LayerType.html +1 -1
- package/docs/html/types/support_esri.FeatureLayerElevationInfo.html +1 -1
- package/docs/html/variables/version.version.html +1 -1
- package/mapping/BasemapExtension.js +1 -1
- package/mapping/BuildingGroupSublayerExtension.js +1 -1
- package/mapping/BuildingSceneLayerExtension.js +1 -1
- package/mapping/GroundExtension.js +1 -1
- package/mapping/GroupLayerExtension.d.ts +1 -1
- package/mapping/GroupLayerExtension.js +1 -1
- package/mapping/ImageryLayerExtension.js +1 -1
- package/mapping/KMLLayerExtension.js +1 -1
- package/mapping/KMLSublayerExtension.js +1 -1
- package/mapping/MapExtension.js +1 -1
- package/mapping/SubtypeGroupLayerExtension.js +1 -1
- package/mapping/SubtypeSublayerExtension.js +1 -1
- package/mapping/WMSLayerExtension.js +1 -1
- package/mapping/WMSSublayerExtension.js +1 -1
- package/mapping/WMTSLayerExtension.js +1 -1
- package/mapping/_LayerExtension.js +1 -1
- package/mapping/_SublayerExtension.d.ts +1 -1
- package/mapping/_SublayerExtension.js +1 -1
- package/mapping/support/ArrayWrappedCollection.d.ts +1 -1
- package/mapping/support/ArrayWrappedCollection.js +1 -1
- package/mapping/support/DefaultLayerExtensionFactory.js +1 -1
- package/mapping/support/_LayerExtensionCollection.d.ts +2 -2
- package/mapping/support/_LayerExtensionCollection.js +1 -1
- package/mapping/support/_SublayerExtensionCollection.d.ts +2 -2
- package/mapping/support/_SublayerExtensionCollection.js +1 -1
- package/menus/Menu.js +1 -1
- package/package.json +3 -3
- package/portal/LayerBase.js +1 -1
- package/portal/PopupInfo.d.ts +22 -4
- package/portal/PopupInfo.js +1 -1
- package/portal/SubtypeGroupLayer.d.ts +2 -2
- package/portal/SubtypeGroupLayer.js +1 -1
- package/portal/SubtypeSublayer.js +1 -1
- package/portal/WMSLayer.d.ts +1 -1
- package/portal/WMSLayer.js +1 -1
- package/portal/_LayerBase.d.ts +1 -1
- package/support/esri.d.ts +1 -1
- package/tasks/identify/CSVLayerClientSideQueryIdentifyProvider.js +1 -1
- package/tasks/identify/ImageryLayerIdentifyProvider.js +1 -1
- package/utilities/CollectionProxy.d.ts +4 -4
- package/utilities/CollectionProxy.js +1 -1
- package/utilities/CopyOnWriteCollection.d.ts +2 -2
- package/utilities/CopyOnWriteCollection.js +1 -1
- package/utilities/ReadOnlyCollection.d.ts +3 -4
- package/utilities/esri.d.ts +7 -0
- package/utilities/esri.js +1 -1
- package/utilities/extensions.js +1 -1
- package/utilities/geometry.js +1 -1
- package/utilities/symbol.js +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -617,6 +617,7 @@
|
|
|
617
617
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isPopupContent.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Popup<wbr/>Content</a></li>
|
|
618
618
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isPopupTemplate.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Popup<wbr/>Template</a></li>
|
|
619
619
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isPortalItem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Portal<wbr/>Item</a></li>
|
|
620
|
+
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isRelationshipContent.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Relationship<wbr/>Content</a></li>
|
|
620
621
|
<li class="current tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isSpatialReference.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Spatial<wbr/>Reference</a></li>
|
|
621
622
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isTextContent.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Text<wbr/>Content</a></li>
|
|
622
623
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isViewpoint.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Viewpoint</a></li>
|
|
@@ -617,6 +617,7 @@
|
|
|
617
617
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isPopupContent.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Popup<wbr/>Content</a></li>
|
|
618
618
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isPopupTemplate.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Popup<wbr/>Template</a></li>
|
|
619
619
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isPortalItem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Portal<wbr/>Item</a></li>
|
|
620
|
+
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isRelationshipContent.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Relationship<wbr/>Content</a></li>
|
|
620
621
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isSpatialReference.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Spatial<wbr/>Reference</a></li>
|
|
621
622
|
<li class="current tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isTextContent.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Text<wbr/>Content</a></li>
|
|
622
623
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isViewpoint.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Viewpoint</a></li>
|
|
@@ -617,6 +617,7 @@
|
|
|
617
617
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isPopupContent.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Popup<wbr/>Content</a></li>
|
|
618
618
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isPopupTemplate.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Popup<wbr/>Template</a></li>
|
|
619
619
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isPortalItem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Portal<wbr/>Item</a></li>
|
|
620
|
+
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isRelationshipContent.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Relationship<wbr/>Content</a></li>
|
|
620
621
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isSpatialReference.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Spatial<wbr/>Reference</a></li>
|
|
621
622
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isTextContent.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Text<wbr/>Content</a></li>
|
|
622
623
|
<li class="current tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isViewpoint.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Viewpoint</a></li>
|
|
@@ -618,6 +618,7 @@ the object is loaded.</p>
|
|
|
618
618
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isPopupContent.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Popup<wbr/>Content</a></li>
|
|
619
619
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isPopupTemplate.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Popup<wbr/>Template</a></li>
|
|
620
620
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isPortalItem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Portal<wbr/>Item</a></li>
|
|
621
|
+
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isRelationshipContent.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Relationship<wbr/>Content</a></li>
|
|
621
622
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isSpatialReference.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Spatial<wbr/>Reference</a></li>
|
|
622
623
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isTextContent.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Text<wbr/>Content</a></li>
|
|
623
624
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isViewpoint.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Viewpoint</a></li>
|
|
@@ -617,6 +617,7 @@
|
|
|
617
617
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isPopupContent.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Popup<wbr/>Content</a></li>
|
|
618
618
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isPopupTemplate.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Popup<wbr/>Template</a></li>
|
|
619
619
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isPortalItem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Portal<wbr/>Item</a></li>
|
|
620
|
+
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isRelationshipContent.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Relationship<wbr/>Content</a></li>
|
|
620
621
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isSpatialReference.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Spatial<wbr/>Reference</a></li>
|
|
621
622
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isTextContent.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Text<wbr/>Content</a></li>
|
|
622
623
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="utilities_esri.isViewpoint.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Viewpoint</a></li>
|
|
@@ -35,10 +35,13 @@
|
|
|
35
35
|
<div class="tsd-index-list"><a href="data_PopupContentExtension.ContentProperties.html#_ref" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>$ref?</span></a>
|
|
36
36
|
<a href="data_PopupContentExtension.ContentProperties.html#attributes" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>attributes?</span></a>
|
|
37
37
|
<a href="data_PopupContentExtension.ContentProperties.html#description" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>description?</span></a>
|
|
38
|
+
<a href="data_PopupContentExtension.ContentProperties.html#displayCount" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>display<wbr/>Count?</span></a>
|
|
38
39
|
<a href="data_PopupContentExtension.ContentProperties.html#displayType" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>display<wbr/>Type?</span></a>
|
|
39
40
|
<a href="data_PopupContentExtension.ContentProperties.html#expressionInfo" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>expression<wbr/>Info?</span></a>
|
|
40
41
|
<a href="data_PopupContentExtension.ContentProperties.html#fieldInfos" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>field<wbr/>Infos?</span></a>
|
|
41
42
|
<a href="data_PopupContentExtension.ContentProperties.html#mediaInfos" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>media<wbr/>Infos?</span></a>
|
|
43
|
+
<a href="data_PopupContentExtension.ContentProperties.html#orderByFields" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>order<wbr/>By<wbr/>Fields?</span></a>
|
|
44
|
+
<a href="data_PopupContentExtension.ContentProperties.html#relationshipId" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>relationship<wbr/>Id?</span></a>
|
|
42
45
|
<a href="data_PopupContentExtension.ContentProperties.html#text" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>text?</span></a>
|
|
43
46
|
<a href="data_PopupContentExtension.ContentProperties.html#title" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>title?</span></a>
|
|
44
47
|
<a href="data_PopupContentExtension.ContentProperties.html#type" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>type?</span></a>
|
|
@@ -69,12 +72,20 @@ attribute values into fields or media elements.</p>
|
|
|
69
72
|
does not apply when the type is text or expression.</p>
|
|
70
73
|
</div><aside class="tsd-sources">
|
|
71
74
|
<p>Inherited from <a href="portal_PopupInfo.PopupElement.html">PopupElement</a>.<a href="portal_PopupInfo.PopupElement.html#description">description</a></p></aside></section>
|
|
75
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="displayCount" class="tsd-anchor"></a>
|
|
76
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>display<wbr/>Count</span><a href="#displayCount" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
77
|
+
<div class="tsd-signature">display<wbr/>Count<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div>
|
|
78
|
+
<div class="tsd-comment tsd-typography"><p>This property applies to elements of type relationship. An integer that
|
|
79
|
+
indicates the maximum number of records to display.</p>
|
|
80
|
+
</div><aside class="tsd-sources">
|
|
81
|
+
<p>Inherited from <a href="portal_PopupInfo.PopupElement.html">PopupElement</a>.<a href="portal_PopupInfo.PopupElement.html#displayCount">displayCount</a></p></aside></section>
|
|
72
82
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="displayType" class="tsd-anchor"></a>
|
|
73
83
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>display<wbr/>Type</span><a href="#displayType" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
74
84
|
<div class="tsd-signature">display<wbr/>Type<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div>
|
|
75
|
-
<div class="tsd-comment tsd-typography"><p>This property applies to elements of type attachments. A
|
|
76
|
-
indicating how to display the attachment. Possible values
|
|
77
|
-
and list
|
|
85
|
+
<div class="tsd-comment tsd-typography"><p>This property applies to elements of type attachments and relationship. A
|
|
86
|
+
string value indicating how to display the attachment. Possible values
|
|
87
|
+
are, 'preview', and 'list' for attachments types, and 'list' for
|
|
88
|
+
relationship types. If list is specified, attachments show as links.</p>
|
|
78
89
|
</div><aside class="tsd-sources">
|
|
79
90
|
<p>Inherited from <a href="portal_PopupInfo.PopupElement.html">PopupElement</a>.<a href="portal_PopupInfo.PopupElement.html#displayType">displayType</a></p></aside></section>
|
|
80
91
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="expressionInfo" class="tsd-anchor"></a>
|
|
@@ -103,6 +114,22 @@ If no mediaInfos property is provided, the popupElement will display
|
|
|
103
114
|
whatever is specified in the popupInfo.mediaInfo property.</p>
|
|
104
115
|
</div><aside class="tsd-sources">
|
|
105
116
|
<p>Inherited from <a href="portal_PopupInfo.PopupElement.html">PopupElement</a>.<a href="portal_PopupInfo.PopupElement.html#mediaInfos">mediaInfos</a></p></aside></section>
|
|
117
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="orderByFields" class="tsd-anchor"></a>
|
|
118
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>order<wbr/>By<wbr/>Fields</span><a href="#orderByFields" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
119
|
+
<div class="tsd-signature">order<wbr/>By<wbr/>Fields<span class="tsd-signature-symbol">?:</span> <a href="portal_PopupInfo.OrderByFields.html" class="tsd-signature-type" data-tsd-kind="Interface">OrderByFields</a><span class="tsd-signature-symbol">[]</span></div>
|
|
120
|
+
<div class="tsd-comment tsd-typography"><p>This property applies to elements of type relationship. Array of
|
|
121
|
+
orderByFields objects indicating the field display order for the related
|
|
122
|
+
records and whether they should be sorted in ascending 'asc' or
|
|
123
|
+
descending 'desc' order.</p>
|
|
124
|
+
</div><aside class="tsd-sources">
|
|
125
|
+
<p>Inherited from <a href="portal_PopupInfo.PopupElement.html">PopupElement</a>.<a href="portal_PopupInfo.PopupElement.html#orderByFields">orderByFields</a></p></aside></section>
|
|
126
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="relationshipId" class="tsd-anchor"></a>
|
|
127
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>relationship<wbr/>Id</span><a href="#relationshipId" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
128
|
+
<div class="tsd-signature">relationship<wbr/>Id<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div>
|
|
129
|
+
<div class="tsd-comment tsd-typography"><p>This property applies to elements of type relationship. The id of the
|
|
130
|
+
relationship as defined in the feature layer definition.</p>
|
|
131
|
+
</div><aside class="tsd-sources">
|
|
132
|
+
<p>Inherited from <a href="portal_PopupInfo.PopupElement.html">PopupElement</a>.<a href="portal_PopupInfo.PopupElement.html#relationshipId">relationshipId</a></p></aside></section>
|
|
106
133
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="text" class="tsd-anchor"></a>
|
|
107
134
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>text</span><a href="#text" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
108
135
|
<div class="tsd-signature">text<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div>
|
|
@@ -699,10 +726,13 @@ property does not apply when the type is text or expression.</p>
|
|
|
699
726
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="data_PopupContentExtension.ContentProperties.html#_ref" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>$ref?</a></li>
|
|
700
727
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="data_PopupContentExtension.ContentProperties.html#attributes" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>attributes?</a></li>
|
|
701
728
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="data_PopupContentExtension.ContentProperties.html#description" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>description?</a></li>
|
|
729
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="data_PopupContentExtension.ContentProperties.html#displayCount" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>display<wbr/>Count?</a></li>
|
|
702
730
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="data_PopupContentExtension.ContentProperties.html#displayType" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>display<wbr/>Type?</a></li>
|
|
703
731
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="data_PopupContentExtension.ContentProperties.html#expressionInfo" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>expression<wbr/>Info?</a></li>
|
|
704
732
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="data_PopupContentExtension.ContentProperties.html#fieldInfos" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>field<wbr/>Infos?</a></li>
|
|
705
733
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="data_PopupContentExtension.ContentProperties.html#mediaInfos" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>media<wbr/>Infos?</a></li>
|
|
734
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="data_PopupContentExtension.ContentProperties.html#orderByFields" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>order<wbr/>By<wbr/>Fields?</a></li>
|
|
735
|
+
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="data_PopupContentExtension.ContentProperties.html#relationshipId" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>relationship<wbr/>Id?</a></li>
|
|
706
736
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="data_PopupContentExtension.ContentProperties.html#text" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>text?</a></li>
|
|
707
737
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="data_PopupContentExtension.ContentProperties.html#title" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>title?</a></li>
|
|
708
738
|
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="data_PopupContentExtension.ContentProperties.html#type" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>type?</a></li></ul></li></ul></nav></div></div>
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">FeatureEditResult</span><span class="tsd-signature-symbol">></span></h4></li></ul></li></ul></div></section>
|
|
59
59
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="deleteAttachments" class="tsd-anchor"></a>
|
|
60
60
|
<h3 class="tsd-anchor-link"><span>delete<wbr/>Attachments</span><a href="#deleteAttachments" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
61
|
-
<div class="tsd-signature">delete<wbr/>Attachments<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">
|
|
61
|
+
<div class="tsd-signature">delete<wbr/>Attachments<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>feature<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Graphic</span>, attachmentIds<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><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">FeatureEditResult</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span></div>
|
|
62
62
|
<div class="tsd-type-declaration">
|
|
63
63
|
<h4>Type declaration</h4>
|
|
64
64
|
<ul class="tsd-parameters">
|
|
@@ -76,18 +76,6 @@
|
|
|
76
76
|
<h5>feature: <span class="tsd-signature-type">Graphic</span></h5></li>
|
|
77
77
|
<li>
|
|
78
78
|
<h5>attachmentIds: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
|
|
79
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">FeatureEditResult</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></h4></li>
|
|
80
|
-
<li class="tsd-signature" id="__type-2.__type-4"><span class="tsd-signature-symbol">(</span>feature<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Graphic</span>, attachmentIds<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><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">FeatureEditResult</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></li>
|
|
81
|
-
<li class="tsd-description">
|
|
82
|
-
<div class="tsd-comment tsd-typography"><p>Deletes attachments from a feature.</p>
|
|
83
|
-
</div>
|
|
84
|
-
<div class="tsd-parameters">
|
|
85
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
86
|
-
<ul class="tsd-parameter-list">
|
|
87
|
-
<li>
|
|
88
|
-
<h5>feature: <span class="tsd-signature-type">Graphic</span></h5></li>
|
|
89
|
-
<li>
|
|
90
|
-
<h5>attachmentIds: <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
|
|
91
79
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">FeatureEditResult</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></h4></li></ul></li></ul></div></section></section></div>
|
|
92
80
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
93
81
|
<div class="tsd-navigation settings">
|
|
@@ -45,10 +45,13 @@ and
|
|
|
45
45
|
<h3 class="tsd-index-heading">Properties</h3>
|
|
46
46
|
<div class="tsd-index-list"><a href="portal_PopupInfo.PopupElement.html#attributes" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-1024-path"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)" id="icon-1024-text"></path></svg><span>attributes?</span></a>
|
|
47
47
|
<a href="portal_PopupInfo.PopupElement.html#description" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>description?</span></a>
|
|
48
|
+
<a href="portal_PopupInfo.PopupElement.html#displayCount" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>display<wbr/>Count?</span></a>
|
|
48
49
|
<a href="portal_PopupInfo.PopupElement.html#displayType" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>display<wbr/>Type?</span></a>
|
|
49
50
|
<a href="portal_PopupInfo.PopupElement.html#expressionInfo" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>expression<wbr/>Info?</span></a>
|
|
50
51
|
<a href="portal_PopupInfo.PopupElement.html#fieldInfos" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>field<wbr/>Infos?</span></a>
|
|
51
52
|
<a href="portal_PopupInfo.PopupElement.html#mediaInfos" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>media<wbr/>Infos?</span></a>
|
|
53
|
+
<a href="portal_PopupInfo.PopupElement.html#orderByFields" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>order<wbr/>By<wbr/>Fields?</span></a>
|
|
54
|
+
<a href="portal_PopupInfo.PopupElement.html#relationshipId" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>relationship<wbr/>Id?</span></a>
|
|
52
55
|
<a href="portal_PopupInfo.PopupElement.html#text" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>text?</span></a>
|
|
53
56
|
<a href="portal_PopupInfo.PopupElement.html#title" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>title?</span></a>
|
|
54
57
|
<a href="portal_PopupInfo.PopupElement.html#type" class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg><span>type?</span></a>
|
|
@@ -70,12 +73,19 @@ attribute values into fields or media elements.</p>
|
|
|
70
73
|
<div class="tsd-comment tsd-typography"><p>An optional string value describing the element in detail. This property
|
|
71
74
|
does not apply when the type is text or expression.</p>
|
|
72
75
|
</div></section>
|
|
76
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="displayCount" class="tsd-anchor"></a>
|
|
77
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>display<wbr/>Count</span><a href="#displayCount" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
78
|
+
<div class="tsd-signature">display<wbr/>Count<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div>
|
|
79
|
+
<div class="tsd-comment tsd-typography"><p>This property applies to elements of type relationship. An integer that
|
|
80
|
+
indicates the maximum number of records to display.</p>
|
|
81
|
+
</div></section>
|
|
73
82
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="displayType" class="tsd-anchor"></a>
|
|
74
83
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>display<wbr/>Type</span><a href="#displayType" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
75
84
|
<div class="tsd-signature">display<wbr/>Type<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div>
|
|
76
|
-
<div class="tsd-comment tsd-typography"><p>This property applies to elements of type attachments. A
|
|
77
|
-
indicating how to display the attachment. Possible values
|
|
78
|
-
and list
|
|
85
|
+
<div class="tsd-comment tsd-typography"><p>This property applies to elements of type attachments and relationship. A
|
|
86
|
+
string value indicating how to display the attachment. Possible values
|
|
87
|
+
are, 'preview', and 'list' for attachments types, and 'list' for
|
|
88
|
+
relationship types. If list is specified, attachments show as links.</p>
|
|
79
89
|
</div></section>
|
|
80
90
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="expressionInfo" class="tsd-anchor"></a>
|
|
81
91
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>expression<wbr/>Info</span><a href="#expressionInfo" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
@@ -100,6 +110,20 @@ popupInfo.mediaInfo objects representing an image or chart for display.
|
|
|
100
110
|
If no mediaInfos property is provided, the popupElement will display
|
|
101
111
|
whatever is specified in the popupInfo.mediaInfo property.</p>
|
|
102
112
|
</div></section>
|
|
113
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="orderByFields" class="tsd-anchor"></a>
|
|
114
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>order<wbr/>By<wbr/>Fields</span><a href="#orderByFields" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
115
|
+
<div class="tsd-signature">order<wbr/>By<wbr/>Fields<span class="tsd-signature-symbol">?:</span> <a href="portal_PopupInfo.OrderByFields.html" class="tsd-signature-type" data-tsd-kind="Interface">OrderByFields</a><span class="tsd-signature-symbol">[]</span></div>
|
|
116
|
+
<div class="tsd-comment tsd-typography"><p>This property applies to elements of type relationship. Array of
|
|
117
|
+
orderByFields objects indicating the field display order for the related
|
|
118
|
+
records and whether they should be sorted in ascending 'asc' or
|
|
119
|
+
descending 'desc' order.</p>
|
|
120
|
+
</div></section>
|
|
121
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="relationshipId" class="tsd-anchor"></a>
|
|
122
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>relationship<wbr/>Id</span><a href="#relationshipId" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
123
|
+
<div class="tsd-signature">relationship<wbr/>Id<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">number</span></div>
|
|
124
|
+
<div class="tsd-comment tsd-typography"><p>This property applies to elements of type relationship. The id of the
|
|
125
|
+
relationship as defined in the feature layer definition.</p>
|
|
126
|
+
</div></section>
|
|
103
127
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="text" class="tsd-anchor"></a>
|
|
104
128
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>text</span><a href="#text" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
105
129
|
<div class="tsd-signature">text<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div>
|
|
@@ -692,10 +716,13 @@ property does not apply when the type is text or expression.</p>
|
|
|
692
716
|
<ul>
|
|
693
717
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_PopupInfo.PopupElement.html#attributes" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>attributes?</a></li>
|
|
694
718
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_PopupInfo.PopupElement.html#description" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>description?</a></li>
|
|
719
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_PopupInfo.PopupElement.html#displayCount" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>display<wbr/>Count?</a></li>
|
|
695
720
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_PopupInfo.PopupElement.html#displayType" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>display<wbr/>Type?</a></li>
|
|
696
721
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_PopupInfo.PopupElement.html#expressionInfo" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>expression<wbr/>Info?</a></li>
|
|
697
722
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_PopupInfo.PopupElement.html#fieldInfos" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>field<wbr/>Infos?</a></li>
|
|
698
723
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_PopupInfo.PopupElement.html#mediaInfos" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>media<wbr/>Infos?</a></li>
|
|
724
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_PopupInfo.PopupElement.html#orderByFields" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>order<wbr/>By<wbr/>Fields?</a></li>
|
|
725
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_PopupInfo.PopupElement.html#relationshipId" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>relationship<wbr/>Id?</a></li>
|
|
699
726
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_PopupInfo.PopupElement.html#text" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>text?</a></li>
|
|
700
727
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_PopupInfo.PopupElement.html#title" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>title?</a></li>
|
|
701
728
|
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="portal_PopupInfo.PopupElement.html#type" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>type?</a></li></ul></li></ul></nav></div></div>
|
|
@@ -92,7 +92,7 @@ information for the layer.</p>
|
|
|
92
92
|
</div></section>
|
|
93
93
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="layerType" class="tsd-anchor"></a>
|
|
94
94
|
<h3 class="tsd-anchor-link"><span>layer<wbr/>Type</span><a href="#layerType" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
95
|
-
<div class="tsd-signature">layer<wbr/>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"
|
|
95
|
+
<div class="tsd-signature">layer<wbr/>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"SubtypeGroupLayer"</span></div>
|
|
96
96
|
<div class="tsd-comment tsd-typography"><p>String indicating the layer type. Value of this property must be
|
|
97
97
|
SubtypeGroupLayer.</p>
|
|
98
98
|
</div><aside class="tsd-sources">
|
|
@@ -92,7 +92,7 @@ information for the layer.</p>
|
|
|
92
92
|
<p>Inherited from Omit.layerDefinition</p></aside></section>
|
|
93
93
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="layerType" class="tsd-anchor"></a>
|
|
94
94
|
<h3 class="tsd-anchor-link"><span>layer<wbr/>Type</span><a href="#layerType" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
95
|
-
<div class="tsd-signature">layer<wbr/>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"
|
|
95
|
+
<div class="tsd-signature">layer<wbr/>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"SubtypeGroupLayer"</span></div>
|
|
96
96
|
<div class="tsd-comment tsd-typography"><p>String indicating the layer type.</p>
|
|
97
97
|
</div></section>
|
|
98
98
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a id="listMode" class="tsd-anchor"></a>
|
|
@@ -115,7 +115,7 @@ effects similar to how image filters (photo apps) work.</p>
|
|
|
115
115
|
</div></section>
|
|
116
116
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="featureInfoFormat" class="tsd-anchor"></a>
|
|
117
117
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>feature<wbr/>Info<wbr/>Format</span><a href="#featureInfoFormat" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
118
|
-
<div class="tsd-signature">feature<wbr/>Info<wbr/>Format<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">
|
|
118
|
+
<div class="tsd-signature">feature<wbr/>Info<wbr/>Format<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">"text/html"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"text/plain"</span></div>
|
|
119
119
|
<div class="tsd-comment tsd-typography"><p>Format of the Feature.</p>
|
|
120
120
|
</div></section>
|
|
121
121
|
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="featureInfoUrl" class="tsd-anchor"></a>
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
<a href="../functions/utilities_esri.isPopupContent.html" class="tsd-index-link tsd-kind-function tsd-parent-kind-module"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>is<wbr/>Popup<wbr/>Content</span></a>
|
|
41
41
|
<a href="../functions/utilities_esri.isPopupTemplate.html" class="tsd-index-link tsd-kind-function tsd-parent-kind-module"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>is<wbr/>Popup<wbr/>Template</span></a>
|
|
42
42
|
<a href="../functions/utilities_esri.isPortalItem.html" class="tsd-index-link tsd-kind-function tsd-parent-kind-module"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>is<wbr/>Portal<wbr/>Item</span></a>
|
|
43
|
+
<a href="../functions/utilities_esri.isRelationshipContent.html" class="tsd-index-link tsd-kind-function tsd-parent-kind-module"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>is<wbr/>Relationship<wbr/>Content</span></a>
|
|
43
44
|
<a href="../functions/utilities_esri.isSpatialReference.html" class="tsd-index-link tsd-kind-function tsd-parent-kind-module"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>is<wbr/>Spatial<wbr/>Reference</span></a>
|
|
44
45
|
<a href="../functions/utilities_esri.isTextContent.html" class="tsd-index-link tsd-kind-function tsd-parent-kind-module"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>is<wbr/>Text<wbr/>Content</span></a>
|
|
45
46
|
<a href="../functions/utilities_esri.isViewpoint.html" class="tsd-index-link tsd-kind-function tsd-parent-kind-module"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>is<wbr/>Viewpoint</span></a>
|
|
@@ -633,6 +634,7 @@
|
|
|
633
634
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="../functions/utilities_esri.isPopupContent.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Popup<wbr/>Content</a></li>
|
|
634
635
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="../functions/utilities_esri.isPopupTemplate.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Popup<wbr/>Template</a></li>
|
|
635
636
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="../functions/utilities_esri.isPortalItem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Portal<wbr/>Item</a></li>
|
|
637
|
+
<li class="tsd-kind-function tsd-parent-kind-module"><a href="../functions/utilities_esri.isRelationshipContent.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Relationship<wbr/>Content</a></li>
|
|
636
638
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="../functions/utilities_esri.isSpatialReference.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Spatial<wbr/>Reference</a></li>
|
|
637
639
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="../functions/utilities_esri.isTextContent.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Text<wbr/>Content</a></li>
|
|
638
640
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="../functions/utilities_esri.isViewpoint.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>is<wbr/>Viewpoint</a></li>
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<li><a href="../modules/portal_PopupInfo.html">portal/PopupInfo</a></li>
|
|
17
17
|
<li><a href="portal_PopupInfo.PopupElementType.html">PopupElementType</a></li></ul>
|
|
18
18
|
<h1>Type alias PopupElementType</h1></div>
|
|
19
|
-
<div class="tsd-signature">Popup<wbr/>Element<wbr/>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"attachments"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"fields"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"media"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"text"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"expression"</span></div>
|
|
19
|
+
<div class="tsd-signature">Popup<wbr/>Element<wbr/>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"attachments"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"fields"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"media"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"text"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"expression"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"relationship"</span></div>
|
|
20
20
|
<div class="tsd-comment tsd-typography"><p>The type of the PopupElement.</p>
|
|
21
21
|
</div></div>
|
|
22
22
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<li><a href="../modules/portal__LayerBase.html">portal/_LayerBase</a></li>
|
|
17
17
|
<li><a href="portal__LayerBase.LayerType.html">LayerType</a></li></ul>
|
|
18
18
|
<h1>Type alias LayerType</h1></div>
|
|
19
|
-
<div class="tsd-signature">Layer<wbr/>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"ArcGISAnnotationLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"ArcGISFeatureLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"ArcGISMapServiceLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"ArcGISTiledMapServiceLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"ArcGISTiledElevationServiceLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"ArcGISImageServiceLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"ArcGISImageServiceVectorLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"ArcGISTiledImageServiceLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"VectorTileLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"ArcGISSceneServiceLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"ArcGISStreamLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"BingMapsAerial"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"BingMapsHybrid"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"BingMapsRoad"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"OpenStreetMap"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"WebTiledLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"KML"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"WMS"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"CSV"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"GeoRSS"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"IntegratedMeshLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"GroupLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"PointCloudLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"BuildingSceneLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"
|
|
19
|
+
<div class="tsd-signature">Layer<wbr/>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"ArcGISAnnotationLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"ArcGISFeatureLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"ArcGISMapServiceLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"ArcGISTiledMapServiceLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"ArcGISTiledElevationServiceLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"ArcGISImageServiceLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"ArcGISImageServiceVectorLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"ArcGISTiledImageServiceLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"VectorTileLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"ArcGISSceneServiceLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"ArcGISStreamLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"BingMapsAerial"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"BingMapsHybrid"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"BingMapsRoad"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"OpenStreetMap"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"WebTiledLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"KML"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"WMS"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"CSV"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"GeoRSS"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"IntegratedMeshLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"GroupLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"PointCloudLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"BuildingSceneLayer"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"SubtypeGroupLayer"</span></div>
|
|
20
20
|
<div class="tsd-comment tsd-typography"><p>Constants for the layerType property of service layers. This field and its
|
|
21
21
|
possible values isn't officially documented by esri, however it's used in
|
|
22
22
|
ArcGIS online web maps.</p>
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<li><a href="../modules/support_esri.html">support/esri</a></li>
|
|
17
17
|
<li><a href="support_esri.FeatureLayerElevationInfo.html">FeatureLayerElevationInfo</a></li></ul>
|
|
18
18
|
<h1>Type alias FeatureLayerElevationInfo</h1></div>
|
|
19
|
-
<div class="tsd-signature">Feature<wbr/>Layer<wbr/>Elevation<wbr/>Info<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">__esri.
|
|
19
|
+
<div class="tsd-signature">Feature<wbr/>Layer<wbr/>Elevation<wbr/>Info<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">__esri.FeatureLayerBaseElevationInfo</span></div></div>
|
|
20
20
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
21
21
|
<div class="tsd-navigation settings">
|
|
22
22
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<li><a href="../modules/version.html">version</a></li>
|
|
17
17
|
<li><a href="version.version.html">version</a></li></ul>
|
|
18
18
|
<h1>Variable version<code class="tsd-tag ts-flagConst">Const</code> </h1></div>
|
|
19
|
-
<div class="tsd-signature">version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"
|
|
19
|
+
<div class="tsd-signature">version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"38.0.1"</span><span class="tsd-signature-symbol"> = "38.0.1"</span></div>
|
|
20
20
|
<div class="tsd-comment tsd-typography"><p>The current version of the Geocortex ArcGIS Extensions API.</p>
|
|
21
21
|
</div></div>
|
|
22
22
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var BasemapExtension_1;import{__decorate}from"tslib";import Basemap from"@arcgis/core/Basemap";import{ArgumentError}from"../ArgumentError.js";import{EntityBase}from"../Entity.js";import{InvalidOperationError}from"../InvalidOperationError.js";import{ItemType}from"../ItemType.js";import{TaskSettings}from"../data/TaskSettings.js";import{BaseMap as PortalBasemap}from"../portal/BaseMap.js";import{serializable}from"../support/Serializable.js";import{basemapsAreEquivalent,createStandardBasemap}from"../utilities/basemaps.js";import{checkArg}from"../utilities/checkArg.js";import{Collection}from"../utilities/collection.js";import{load}from"../utilities/esri.js";import{find}from"../utilities/iterable.js";import{layersAreEquivalent}from"../utilities/layers.js";import{getLogger}from"../utilities/log.js";import{isBasemap}from"../utilities/mapping.js";import{onCollectionPropertyChange}from"../utilities/watch.js";import{_assignLayerExtensions}from"./_LayerExtension.js";import{LayerExtensionCollectionBase}from"./support/_LayerExtensionCollection.js";const log=getLogger("BasemapExtension");export const defaultBasemapExtensionFactory={create:e=>new BasemapExtension(e)};let BasemapExtension=BasemapExtension_1=class extends EntityBase{constructor(e){super(e),this.included=!0,this._itemType=ItemType.BASEMAP_EXTENSION,this._watchHandles=[],this._onBaseLayerAddedPostInitialize=async e=>this._onLayerAddedPostInitialize(e),this._onReferenceLayerAddedPostInitialize=async e=>this._onLayerAddedPostInitialize(e),this._onLayerAddedPostInitialize=async e=>{try{await e.initialize()}catch(s){log.error({message:`Error occurred while initializing layer extension for layer '${e.title??e.layer.id??e.id}'.`,error:s})}};const s=e||{};this._baseLayerExtensions=new LayerExtensionCollectionImpl(this),this._referenceLayerExtensions=new ReferenceLayerExtensionCollectionImpl(this),this.taskSettings=this._createTaskSettings(),this.taskSettings.enableSearch=!1,this.taskSettings.enableQuery=!1,this.taskSettings.enableIdentify=!1;let{basemap:a}=s;!a&&s.baseMap&&(a=s.baseMap,getBasemapExtensionLogger().warn("BasemapExtension.properties 'baseMap' should be 'basemap'")),isBasemap(a)?this._setBasemap(a):a?this._deferredBasemapProperties=a:this._setBasemap(new Basemap)}get basemap(){return this._basemap}get mapExtension(){return this._mapExtension}get baseLayerExtensions(){return this._baseLayerExtensions}get referenceLayerExtensions(){return this._referenceLayerExtensions}get iconUrl(){return this._basemap?this._basemap.thumbnailUrl:this._iconUrl}set iconUrl(e){this._basemap?this._basemap.thumbnailUrl=e:this._iconUrl=e}static create(e){if(!BasemapExtension_1.factory)throw new InvalidOperationError("Cannot create BasemapExtension: no BasemapExtension factory has been registered.");return BasemapExtension_1.factory.create(e)}_setMapExtension(e){this._mapExtension=e,this.notifyChange("mapExtension"),this._baseLayerExtensions.onMapExtensionChanged(),this._referenceLayerExtensions.onMapExtensionChanged()}async _switchBasemap(e){if(e===this.basemap)return;checkArg("newBasemap",e).isNotMissing().satisfies((e=>basemapsAreEquivalent(this.basemap,e)),"Basemaps must have compatible layers.");const s=new Map,a=new Map;this.basemap&&(this.basemap.baseLayers.forEach((e=>{s.set(e,this.baseLayerExtensions.forLayer(e))})),this.basemap.referenceLayers.forEach((e=>{a.set(e,this.referenceLayerExtensions.forLayer(e))}))),await load(this.basemap);const t=PortalBasemap.fromEsriApiBasemap(this.basemap);await PortalBasemap.applyToEsriApiBasemap(t,e),this._setBasemap(e);const i=[];for(const e of this.basemap.baseLayers.toArray()){const a=find(s.entries(),(([s])=>layersAreEquivalent(s,e)));a&&i.push((async()=>{const s=a[1];await s._switchLayer(e),this._baseLayerExtensions._register(s)})())}for(const e of this.basemap.referenceLayers.toArray()){const s=find(a.entries(),(([s])=>layersAreEquivalent(s,e)));s&&i.push((async()=>{const a=s[1];await a._switchLayer(e),this._referenceLayerExtensions._register(a)})())}this.isInitialized&&i.push(this._initializeChildren()),await Promise.all(i)}async _createBackingBasemap(){if(this._deferredBasemapProperties)return this._createBackingBasemapPromise=this._createBackingBasemapPromise??(async()=>{"string"==typeof this._deferredBasemapProperties?this._setBasemap(await createStandardBasemap(this._deferredBasemapProperties)):this._setBasemap(await PortalBasemap.toEsriApiBasemap(this._deferredBasemapProperties))})(),this._createBackingBasemapPromise}_createTaskSettings(){return new TaskSettings}_getSerializableProperties(){return{...super._getSerializableProperties(),description:"initial",included:{serializeModes:["initial"],default:!0},iconUrl:{serializeModes:["initial"]},onClick:"initial",basemap:{serializeModes:["initial","project"],serialize:()=>this._serializeBasemap(),isDefault:e=>JSON.stringify(e)===JSON.stringify(PortalBasemap.fromEsriApiBasemap(new Basemap)),deserialize:e=>{if(isBasemap(e)){if(e!==this.basemap)throw new ArgumentError("properties.basemap","Property 'basemap' is read-only.")}else if("string"==typeof e){if((!this._basemap||e!==this._basemap.id)&&this._deferredBasemapProperties!==e)throw new ArgumentError("properties.basemap","Property 'basemap' is read-only.")}else this._basemap&&PortalBasemap.applyToEsriApiBasemap(e,this.basemap)}},baseLayerExtensions:{serializeModes:["initial","project"],deserialize:e=>{_assignLayerExtensions(this.baseLayerExtensions,e)}},referenceLayerExtensions:{serializeModes:["initial","project"],deserialize:e=>{_assignLayerExtensions(this.referenceLayerExtensions,e)}},taskSettings:{serialize:!1}}}async _onInitialize(){await this._createBackingBasemap(),await load(this.basemap),this.basemap.baseLayers||(this.basemap.baseLayers=new Collection),this.basemap.referenceLayers||(this.basemap.referenceLayers=new Collection),this._baseLayerExtensions.onParentInitialized(),this._referenceLayerExtensions.onParentInitialized(),this.mapExtension&&this.basemap&&(this.mapExtension.map.basemap=this.basemap)}async _postInitialize(){await super._postInitialize(),this._deferredBasemapProperties=void 0,this._watchHandles.push(onCollectionPropertyChange(this,"basemap.baseLayers",(async e=>{const s=(e.added??[]).map((e=>this.baseLayerExtensions.forLayer(e)));await Promise.all(s.map((e=>e.initialize())))})),onCollectionPropertyChange(this,"basemap.referenceLayers",(async e=>{const s=(e.added??[]).map((e=>this.referenceLayerExtensions.forLayer(e)));await Promise.all(s.map((e=>e.initialize())))})))}async _onDestroy(){this._watchHandles.forEach((e=>e?.remove())),await super._onDestroy()}*_initializableChildCollections(){yield*super._initializableChildCollections(),yield this.baseLayerExtensions,yield this.referenceLayerExtensions}_setBasemap(e){this._basemap=e,this._iconUrl&&(this.basemap.thumbnailUrl=this._iconUrl,this._iconUrl=void 0),this.watch("basemap.thumbnailUrl",(()=>this.notifyChange("iconUrl")),!0),this.notifyChange("basemap")}_serializeBasemap(){const e=this.basemap&&PortalBasemap.fromEsriApiBasemap(this.basemap);if(this._deferredBasemapProperties||!e)return this._deferredBasemapProperties;const s=this.baseLayerExtensions.filter((e=>e&&!e.layer));if(s.length>0){const a=s.toArray().map((e=>{const{layer:s}=e.toJSON();return s}));e.baseMapLayers.concat(a)}const a=this.referenceLayerExtensions.filter((e=>e&&!e.layer));if(a.length>0){const s=a.toArray().map((e=>{const{layer:s}=e.toJSON();return s.isReference=!0,s}));e.baseMapLayers.concat(s)}return e}};BasemapExtension.factory=defaultBasemapExtensionFactory,BasemapExtension=BasemapExtension_1=__decorate([serializable],BasemapExtension);export{BasemapExtension};class LayerExtensionCollectionImpl extends LayerExtensionCollectionBase{constructor(e){super(e,"basemap.baseLayers")}get _mapExtension(){return this._parent.mapExtension}add(e,s){checkArg("layerX",e).isNotMissing(),e.basemapExtension&&e.basemapExtension!==this._parent&&e.basemapExtension.baseLayerExtensions.remove(e),e._setBasemapExtension(this._parent),super.add(e,s)}_onAdded(e){super._onAdded(e),e._setBasemapExtension(this._parent)}_onRemoved(e){super._onRemoved(e),e._setBasemapExtension(void 0)}}class ReferenceLayerExtensionCollectionImpl extends LayerExtensionCollectionBase{constructor(e){super(e,"basemap.referenceLayers")}get _mapExtension(){return this._parent.mapExtension}add(e,s){checkArg("layerX",e).isNotMissing(),e.basemapExtension&&e.basemapExtension!==this._parent&&e.basemapExtension.referenceLayerExtensions.remove(e),e._setBasemapExtension(this._parent),super.add(e,s)}_onAdded(e){super._onAdded(e),e._setBasemapExtension(this._parent)}_onRemoved(e){super._onRemoved(e),e._setBasemapExtension(void 0)}}function getBasemapExtensionLogger(){return getLogger("geocortex.api.mapping.BasemapExtension")}
|
|
1
|
+
var BasemapExtension_1;import{__decorate}from"tslib";import Basemap from"@arcgis/core/Basemap";import{ArgumentError}from"../ArgumentError.js";import{EntityBase}from"../Entity.js";import{InvalidOperationError}from"../InvalidOperationError.js";import{ItemType}from"../ItemType.js";import{TaskSettings}from"../data/TaskSettings.js";import{BaseMap as PortalBasemap}from"../portal/BaseMap.js";import{serializable}from"../support/Serializable.js";import{basemapsAreEquivalent,createStandardBasemap}from"../utilities/basemaps.js";import{checkArg}from"../utilities/checkArg.js";import{Collection}from"../utilities/collection.js";import{load}from"../utilities/esri.js";import{find}from"../utilities/iterable.js";import{layersAreEquivalent}from"../utilities/layers.js";import{getLogger}from"../utilities/log.js";import{isBasemap}from"../utilities/mapping.js";import{onCollectionPropertyChange}from"../utilities/watch.js";import{_assignLayerExtensions}from"./_LayerExtension.js";import{LayerExtensionCollectionBase}from"./support/_LayerExtensionCollection.js";const log=getLogger("BasemapExtension");export const defaultBasemapExtensionFactory={create:e=>new BasemapExtension(e)};let BasemapExtension=BasemapExtension_1=class extends EntityBase{constructor(e){super(e),this.included=!0,this._itemType=ItemType.BASEMAP_EXTENSION,this._watchHandles=[],this._onBaseLayerAddedPostInitialize=async e=>this._onLayerAddedPostInitialize(e),this._onReferenceLayerAddedPostInitialize=async e=>this._onLayerAddedPostInitialize(e),this._onLayerAddedPostInitialize=async e=>{try{await e.initialize()}catch(s){log.error({message:`Error occurred while initializing layer extension for layer '${e.title??e.layer.id??e.id}'.`,error:s})}};const s=e||{};this._baseLayerExtensions=new LayerExtensionCollectionImpl(this),this._referenceLayerExtensions=new ReferenceLayerExtensionCollectionImpl(this),this.taskSettings=this._createTaskSettings(),this.taskSettings.enableSearch=!1,this.taskSettings.enableQuery=!1,this.taskSettings.enableIdentify=!1;let{basemap:a}=s;!a&&s.baseMap&&(a=s.baseMap,getBasemapExtensionLogger().warn("BasemapExtension.properties 'baseMap' should be 'basemap'")),isBasemap(a)?this._setBasemap(a):a?this._deferredBasemapProperties=a:this._setBasemap(new Basemap)}get basemap(){return this._basemap}get mapExtension(){return this._mapExtension}get baseLayerExtensions(){return this._baseLayerExtensions}get referenceLayerExtensions(){return this._referenceLayerExtensions}get iconUrl(){return this._basemap?this._basemap.thumbnailUrl:this._iconUrl}set iconUrl(e){this._basemap?this._basemap.thumbnailUrl=e:this._iconUrl=e}static create(e){if(!BasemapExtension_1.factory)throw new InvalidOperationError("Cannot create BasemapExtension: no BasemapExtension factory has been registered.");return BasemapExtension_1.factory.create(e)}_setMapExtension(e){this._mapExtension=e,this.notifyChange("mapExtension"),this._baseLayerExtensions.onMapExtensionChanged(),this._referenceLayerExtensions.onMapExtensionChanged()}async _switchBasemap(e){if(e===this.basemap)return;checkArg("newBasemap",e).isNotMissing().satisfies((e=>basemapsAreEquivalent(this.basemap,e)),"Basemaps must have compatible layers.");const s=new Map,a=new Map;this.basemap&&(this.basemap.baseLayers.forEach((e=>{s.set(e,this.baseLayerExtensions.forLayer(e))})),this.basemap.referenceLayers.forEach((e=>{a.set(e,this.referenceLayerExtensions.forLayer(e))}))),await load(this.basemap);const t=PortalBasemap.fromEsriApiBasemap(this.basemap);await PortalBasemap.applyToEsriApiBasemap(t,e),this._setBasemap(e);const i=[];for(const e of this.basemap.baseLayers.toArray()){const a=find(s.entries(),(([s])=>layersAreEquivalent(s,e)));a&&i.push((async()=>{const s=a[1];await s._switchLayer(e),this._baseLayerExtensions._register(s)})())}for(const e of this.basemap.referenceLayers.toArray()){const s=find(a.entries(),(([s])=>layersAreEquivalent(s,e)));s&&i.push((async()=>{const a=s[1];await a._switchLayer(e),this._referenceLayerExtensions._register(a)})())}this.isInitialized&&i.push(this._initializeChildren()),await Promise.all(i)}async _createBackingBasemap(){if(this._deferredBasemapProperties)return this._createBackingBasemapPromise=this._createBackingBasemapPromise??(async()=>{"string"==typeof this._deferredBasemapProperties?this._setBasemap(await createStandardBasemap(this._deferredBasemapProperties)):this._setBasemap(await PortalBasemap.toEsriApiBasemap(this._deferredBasemapProperties))})(),this._createBackingBasemapPromise}_createTaskSettings(){return new TaskSettings}_getSerializableProperties(){return{...super._getSerializableProperties(),description:"initial",included:{serializeModes:["initial"],default:!0},iconUrl:{serializeModes:["initial"]},onClick:"initial",basemap:{serializeModes:["initial","project"],serialize:()=>this._serializeBasemap(),isDefault:e=>JSON.stringify(e)===JSON.stringify(PortalBasemap.fromEsriApiBasemap(new Basemap)),deserialize:e=>{if(isBasemap(e)){if(e!==this.basemap)throw new ArgumentError("properties.basemap","Property 'basemap' is read-only.")}else if("string"==typeof e){if((!this._basemap||e!==this._basemap.id)&&this._deferredBasemapProperties!==e)throw new ArgumentError("properties.basemap","Property 'basemap' is read-only.")}else this._basemap&&PortalBasemap.applyToEsriApiBasemap(e,this.basemap)}},baseLayerExtensions:{serializeModes:["initial","project"],deserialize:e=>{_assignLayerExtensions(this.baseLayerExtensions,e)}},referenceLayerExtensions:{serializeModes:["initial","project"],deserialize:e=>{_assignLayerExtensions(this.referenceLayerExtensions,e)}},taskSettings:{serialize:!1}}}async _onInitialize(){await this._createBackingBasemap(),await load(this.basemap),this.basemap.baseLayers||(this.basemap.baseLayers=new Collection),this.basemap.referenceLayers||(this.basemap.referenceLayers=new Collection),this._baseLayerExtensions.onParentInitialized(),this._referenceLayerExtensions.onParentInitialized(),this.mapExtension&&this.basemap&&(this.mapExtension.map.basemap=this.basemap)}async _postInitialize(){await super._postInitialize(),this._deferredBasemapProperties=void 0,this._watchHandles.push(onCollectionPropertyChange(this,"basemap.baseLayers",(async e=>{const s=(e.added??[]).map((e=>this.baseLayerExtensions.forLayer(e)));await Promise.all(s.map((e=>e.initialize())))})),onCollectionPropertyChange(this,"basemap.referenceLayers",(async e=>{const s=(e.added??[]).map((e=>this.referenceLayerExtensions.forLayer(e)));await Promise.all(s.map((e=>e.initialize())))})))}async _onDestroy(){this._watchHandles.forEach((e=>e?.remove())),await super._onDestroy()}*_initializableChildCollections(){yield*super._initializableChildCollections(),yield this.baseLayerExtensions,yield this.referenceLayerExtensions}_setBasemap(e){this._basemap=e,this._iconUrl&&(this.basemap.thumbnailUrl=this._iconUrl,this._iconUrl=void 0),this.watch("basemap.thumbnailUrl",(()=>this.notifyChange("iconUrl")),!0),this.notifyChange("basemap")}_serializeBasemap(){const e=this.basemap&&PortalBasemap.fromEsriApiBasemap(this.basemap);if(this._deferredBasemapProperties||!e)return this._deferredBasemapProperties;const s=this.baseLayerExtensions.filter((e=>e&&!e.layer));if(s.length>0){const a=s.toArray().map((e=>{const{layer:s}=e.toJSON();return s}));e.baseMapLayers.concat(a)}const a=this.referenceLayerExtensions.filter((e=>e&&!e.layer));if(a.length>0){const s=a.toArray().map((e=>{const{layer:s}=e.toJSON();return s.isReference=!0,s}));e.baseMapLayers.concat(s)}return e}};BasemapExtension.factory=defaultBasemapExtensionFactory,BasemapExtension=BasemapExtension_1=__decorate([serializable],BasemapExtension);export{BasemapExtension};class LayerExtensionCollectionImpl extends LayerExtensionCollectionBase{constructor(e){super(e,"basemap.baseLayers")}get _mapExtension(){return this._parent.mapExtension}add(e,s){return checkArg("layerX",e).isNotMissing(),e.basemapExtension&&e.basemapExtension!==this._parent&&e.basemapExtension.baseLayerExtensions.remove(e),e._setBasemapExtension(this._parent),super.add(e,s)}_onAdded(e){super._onAdded(e),e._setBasemapExtension(this._parent)}_onRemoved(e){super._onRemoved(e),e._setBasemapExtension(void 0)}}class ReferenceLayerExtensionCollectionImpl extends LayerExtensionCollectionBase{constructor(e){super(e,"basemap.referenceLayers")}get _mapExtension(){return this._parent.mapExtension}add(e,s){return checkArg("layerX",e).isNotMissing(),e.basemapExtension&&e.basemapExtension!==this._parent&&e.basemapExtension.referenceLayerExtensions.remove(e),e._setBasemapExtension(this._parent),super.add(e,s)}_onAdded(e){super._onAdded(e),e._setBasemapExtension(this._parent)}_onRemoved(e){super._onRemoved(e),e._setBasemapExtension(void 0)}}function getBasemapExtensionLogger(){return getLogger("geocortex.api.mapping.BasemapExtension")}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var BuildingGroupSublayerExtension_1;import{__decorate}from"tslib";import{InvalidOperationError}from"../InvalidOperationError.js";import{BuildingSceneSublayer}from"../portal/BuildingSceneSublayer.js";import{serializable}from"../support/Serializable.js";import{isBuildingGroupSublayer}from"../utilities/_layers.js";import{checkArg}from"../utilities/checkArg.js";import{BuildingSublayerExtension}from"./BuildingSublayerExtension.js";import{SublayerSchema,SubSublayerExtensionCollection}from"./_SublayerExtension.js";import{ExtensionBaseLayerListSettings}from"./support/LayerListSettings.js";const ERR_SUBLAYERX_COLLECTION_READONLY="SublayerExtension collection for BuildingAGroupSublayerExtension is readonly";let BuildingGroupSublayerExtension=BuildingGroupSublayerExtension_1=class extends BuildingSublayerExtension{get supportsSublayers(){return!0}get sublayer(){return super.sublayer}get sublayerExtensions(){return super.sublayerExtensions}_createSublayerExtension(e){return new BuildingGroupSublayerExtension_1(e)}async _createSublayer(e){const r=new((await import("@arcgis/core/layers/buildingSublayers/BuildingGroupSublayer")).default);return await BuildingSceneSublayer.applyToEsriApiBuildingSublayer(e,r),r}_isSupportedSublayer(e){return isBuildingGroupSublayer(e)}_createSublayerExtensionCollection(){return new SubSublayerExtensionCollectionImpl(this)}_createSchema(){return new BuildingGroupSublayerSchema(this)}_createLayerListSettings(e){return new BuildingGroupSublayerExtensionLayerListSettings(e,this)}};BuildingGroupSublayerExtension=BuildingGroupSublayerExtension_1=__decorate([serializable],BuildingGroupSublayerExtension);export{BuildingGroupSublayerExtension};let BuildingGroupSublayerSchema=class extends SublayerSchema{};BuildingGroupSublayerSchema=__decorate([serializable],BuildingGroupSublayerSchema);export{BuildingGroupSublayerSchema};class SubSublayerExtensionCollectionImpl extends SubSublayerExtensionCollection{add(e,r){if(checkArg("sublayerX",e).isNotMissing(),e.sublayer&&this._parent.sublayer.sublayers&&!this._parent.sublayer.sublayers.includes(e.sublayer))throw new InvalidOperationError(ERR_SUBLAYERX_COLLECTION_READONLY);super.add(e,r)}removeAt(e){throw new InvalidOperationError(ERR_SUBLAYERX_COLLECTION_READONLY)}reorder(e,r){throw new InvalidOperationError(ERR_SUBLAYERX_COLLECTION_READONLY)}}let BuildingGroupSublayerExtensionLayerListSettings=class extends ExtensionBaseLayerListSettings{get _layerSupportsHideChildren(){return!0}get _esriLayer(){return this._extension.sublayer}get _listModePath(){return"sublayer.listMode"}get _supportsChildren(){return!0}};BuildingGroupSublayerExtensionLayerListSettings=__decorate([serializable],BuildingGroupSublayerExtensionLayerListSettings);
|
|
1
|
+
var BuildingGroupSublayerExtension_1;import{__decorate}from"tslib";import{InvalidOperationError}from"../InvalidOperationError.js";import{BuildingSceneSublayer}from"../portal/BuildingSceneSublayer.js";import{serializable}from"../support/Serializable.js";import{isBuildingGroupSublayer}from"../utilities/_layers.js";import{checkArg}from"../utilities/checkArg.js";import{BuildingSublayerExtension}from"./BuildingSublayerExtension.js";import{SublayerSchema,SubSublayerExtensionCollection}from"./_SublayerExtension.js";import{ExtensionBaseLayerListSettings}from"./support/LayerListSettings.js";const ERR_SUBLAYERX_COLLECTION_READONLY="SublayerExtension collection for BuildingAGroupSublayerExtension is readonly";let BuildingGroupSublayerExtension=BuildingGroupSublayerExtension_1=class extends BuildingSublayerExtension{get supportsSublayers(){return!0}get sublayer(){return super.sublayer}get sublayerExtensions(){return super.sublayerExtensions}_createSublayerExtension(e){return new BuildingGroupSublayerExtension_1(e)}async _createSublayer(e){const r=new((await import("@arcgis/core/layers/buildingSublayers/BuildingGroupSublayer")).default);return await BuildingSceneSublayer.applyToEsriApiBuildingSublayer(e,r),r}_isSupportedSublayer(e){return isBuildingGroupSublayer(e)}_createSublayerExtensionCollection(){return new SubSublayerExtensionCollectionImpl(this)}_createSchema(){return new BuildingGroupSublayerSchema(this)}_createLayerListSettings(e){return new BuildingGroupSublayerExtensionLayerListSettings(e,this)}};BuildingGroupSublayerExtension=BuildingGroupSublayerExtension_1=__decorate([serializable],BuildingGroupSublayerExtension);export{BuildingGroupSublayerExtension};let BuildingGroupSublayerSchema=class extends SublayerSchema{};BuildingGroupSublayerSchema=__decorate([serializable],BuildingGroupSublayerSchema);export{BuildingGroupSublayerSchema};class SubSublayerExtensionCollectionImpl extends SubSublayerExtensionCollection{add(e,r){if(checkArg("sublayerX",e).isNotMissing(),e.sublayer&&this._parent.sublayer.sublayers&&!this._parent.sublayer.sublayers.includes(e.sublayer))throw new InvalidOperationError(ERR_SUBLAYERX_COLLECTION_READONLY);return super.add(e,r)}removeAt(e){throw new InvalidOperationError(ERR_SUBLAYERX_COLLECTION_READONLY)}reorder(e,r){throw new InvalidOperationError(ERR_SUBLAYERX_COLLECTION_READONLY)}}let BuildingGroupSublayerExtensionLayerListSettings=class extends ExtensionBaseLayerListSettings{get _layerSupportsHideChildren(){return!0}get _esriLayer(){return this._extension.sublayer}get _listModePath(){return"sublayer.listMode"}get _supportsChildren(){return!0}};BuildingGroupSublayerExtensionLayerListSettings=__decorate([serializable],BuildingGroupSublayerExtensionLayerListSettings);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__decorate}from"tslib";import{InvalidOperationError}from"../InvalidOperationError.js";import{BuildingSceneLayer as PortalBuildingSceneLayer}from"../portal/BuildingSceneLayer.js";import{ERR_LAYER_TYPE_MISMATCH}from"../portal/_layerHelper.js";import{serializable}from"../support/Serializable.js";import{isBuildingSceneLayer}from"../utilities/_layers.js";import{flatten}from"../utilities/array.js";import{checkArg}from"../utilities/checkArg.js";import{watchCollectionPropertyEach}from"../utilities/watch.js";import{LayerExtension,LayerExtensionSchema}from"./_LayerExtension.js";import{SublayerExtension}from"./_SublayerExtension.js";import{SublayerExtensionCollectionBase}from"./support/_SublayerExtensionCollection.js";const ERR_SCHEMA_READ_ONLY="This schema property is read-only.",ERR_SUBLAYERX_COLLECTION_READONLY="SublayerExtension collection for BuildingLayerExtension is readonly";let BuildingSceneLayerExtension=class extends LayerExtension{constructor(e){super(e),watchCollectionPropertyEach(this,"layer.allSublayers","outFields",(()=>{this.layer.outFields=[...new Set(flatten(this.layer.allSublayers.toArray().filter((e=>"building-component"===e.type)).map((e=>e.outFields?e.outFields.includes("*")?e.fields?.map((e=>e.name))??[]:e.outFields:[]))))]}))}get layer(){return super.layer}get sublayerExtensions(){return super.sublayerExtensions}get supportsSublayers(){return!0}get _layerView(){return this.layer&&this.mapExtension?._allLayerViews.find((e=>e.layer===this.layer))}_createSublayerExtension(e){return SublayerExtension.factory.create(e)}_applyLayerProperties(e,r){return checkArg("layerJson",e).isNotMissing(),checkArg("layerJson.layerType",e.layerType).satisfies((e=>!e||"BuildingSceneLayer"===e),ERR_LAYER_TYPE_MISMATCH),checkArg("layer",r).isNotMissing().satisfies(isBuildingSceneLayer,ERR_LAYER_TYPE_MISMATCH),super._applyLayerProperties(e,r)}async _onInitialize(){await super._onInitialize(),this._deferredSublayerProperties&&(this.assignProperties({layer:{layerType:"BuildingSceneLayer",sublayers:this._deferredSublayerProperties}}),this._deferredSublayerProperties=void 0)}_createSublayerExtensionCollection(){return new SublayerExtensionCollectionImpl(this)}_isSupportedLayer(e){return isBuildingSceneLayer(e)}_createSchema(){return new BuildingSceneLayerReadOnlySchema(this)}async _applyPortalItemProperties(e){if("Scene Service"!==e.type)throw new Error(`Cannot create Scene Layer from Portal item that has type: ${e.type}`);if(!e.typeKeywords.includes("Building"))throw new Error("Cannot create building scene layer from Portal item that does not reference a building scene layer.");const r={layerType:"BuildingSceneLayer",url:e.url};return PortalBuildingSceneLayer.applyToEsriApiLayer(r,this.layer)}_getSerializableProperties(){const e=super._getSerializableProperties();return{...e,layer:{...this._toPropertyDef(e.layer),default:{layerType:"BuildingSceneLayer"},deserialize:r=>{if(this._toPropertyDef(e.layer).deserialize(r),r&&!isBuildingSceneLayer(r)&&r.sublayers&&(!this.layer||!this.layer.sublayers)){this._deferredSublayerProperties=this._deferredSublayerProperties||[];for(const e of r.sublayers){const r=this._deferredSublayerProperties.findIndex((r=>r.title===e.title));r>=0?this._deferredSublayerProperties[r]={...this._deferredSublayerProperties[r],...e}:this._deferredSublayerProperties.push({...e})}}}}}}};BuildingSceneLayerExtension=__decorate([serializable],BuildingSceneLayerExtension);export{BuildingSceneLayerExtension};let BuildingSceneLayerReadOnlySchema=class extends LayerExtensionSchema{_getPropertyBindings(){return{spatialReference:"spatialReference"}}_setSetting(e,r){if(this._layerBindings.has(e))throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY);super._setSetting(e,r)}};BuildingSceneLayerReadOnlySchema=__decorate([serializable],BuildingSceneLayerReadOnlySchema);export{BuildingSceneLayerReadOnlySchema};class SublayerExtensionCollectionImpl extends SublayerExtensionCollectionBase{constructor(e){super(e,"layer.sublayers"),this._layerExtension=e}add(e,r){if(checkArg("sublayerX",e).isNotMissing(),e.sublayer&&this._parent.layer.sublayers&&!this._parent.layer.sublayers.includes(e.sublayer))throw new InvalidOperationError(ERR_SUBLAYERX_COLLECTION_READONLY);super.add(e,r)}removeAt(e){throw new InvalidOperationError(ERR_SUBLAYERX_COLLECTION_READONLY)}reorder(e,r){throw new InvalidOperationError(ERR_SUBLAYERX_COLLECTION_READONLY)}reverse(){throw new InvalidOperationError(ERR_SUBLAYERX_COLLECTION_READONLY)}sort(e){throw new InvalidOperationError(ERR_SUBLAYERX_COLLECTION_READONLY)}splice(e,r,...i){throw new InvalidOperationError(ERR_SUBLAYERX_COLLECTION_READONLY)}_createSublayerExtension(e){return this._parent._createSublayerExtension(e)}}
|
|
1
|
+
import{__decorate}from"tslib";import{InvalidOperationError}from"../InvalidOperationError.js";import{BuildingSceneLayer as PortalBuildingSceneLayer}from"../portal/BuildingSceneLayer.js";import{ERR_LAYER_TYPE_MISMATCH}from"../portal/_layerHelper.js";import{serializable}from"../support/Serializable.js";import{isBuildingSceneLayer}from"../utilities/_layers.js";import{flatten}from"../utilities/array.js";import{checkArg}from"../utilities/checkArg.js";import{watchCollectionPropertyEach}from"../utilities/watch.js";import{LayerExtension,LayerExtensionSchema}from"./_LayerExtension.js";import{SublayerExtension}from"./_SublayerExtension.js";import{SublayerExtensionCollectionBase}from"./support/_SublayerExtensionCollection.js";const ERR_SCHEMA_READ_ONLY="This schema property is read-only.",ERR_SUBLAYERX_COLLECTION_READONLY="SublayerExtension collection for BuildingLayerExtension is readonly";let BuildingSceneLayerExtension=class extends LayerExtension{constructor(e){super(e),watchCollectionPropertyEach(this,"layer.allSublayers","outFields",(()=>{this.layer.outFields=[...new Set(flatten(this.layer.allSublayers.toArray().filter((e=>"building-component"===e.type)).map((e=>e.outFields?e.outFields.includes("*")?e.fields?.map((e=>e.name))??[]:e.outFields:[]))))]}))}get layer(){return super.layer}get sublayerExtensions(){return super.sublayerExtensions}get supportsSublayers(){return!0}get _layerView(){return this.layer&&this.mapExtension?._allLayerViews.find((e=>e.layer===this.layer))}_createSublayerExtension(e){return SublayerExtension.factory.create(e)}_applyLayerProperties(e,r){return checkArg("layerJson",e).isNotMissing(),checkArg("layerJson.layerType",e.layerType).satisfies((e=>!e||"BuildingSceneLayer"===e),ERR_LAYER_TYPE_MISMATCH),checkArg("layer",r).isNotMissing().satisfies(isBuildingSceneLayer,ERR_LAYER_TYPE_MISMATCH),super._applyLayerProperties(e,r)}async _onInitialize(){await super._onInitialize(),this._deferredSublayerProperties&&(this.assignProperties({layer:{layerType:"BuildingSceneLayer",sublayers:this._deferredSublayerProperties}}),this._deferredSublayerProperties=void 0)}_createSublayerExtensionCollection(){return new SublayerExtensionCollectionImpl(this)}_isSupportedLayer(e){return isBuildingSceneLayer(e)}_createSchema(){return new BuildingSceneLayerReadOnlySchema(this)}async _applyPortalItemProperties(e){if("Scene Service"!==e.type)throw new Error(`Cannot create Scene Layer from Portal item that has type: ${e.type}`);if(!e.typeKeywords.includes("Building"))throw new Error("Cannot create building scene layer from Portal item that does not reference a building scene layer.");const r={layerType:"BuildingSceneLayer",url:e.url};return PortalBuildingSceneLayer.applyToEsriApiLayer(r,this.layer)}_getSerializableProperties(){const e=super._getSerializableProperties();return{...e,layer:{...this._toPropertyDef(e.layer),default:{layerType:"BuildingSceneLayer"},deserialize:r=>{if(this._toPropertyDef(e.layer).deserialize(r),r&&!isBuildingSceneLayer(r)&&r.sublayers&&(!this.layer||!this.layer.sublayers)){this._deferredSublayerProperties=this._deferredSublayerProperties||[];for(const e of r.sublayers){const r=this._deferredSublayerProperties.findIndex((r=>r.title===e.title));r>=0?this._deferredSublayerProperties[r]={...this._deferredSublayerProperties[r],...e}:this._deferredSublayerProperties.push({...e})}}}}}}};BuildingSceneLayerExtension=__decorate([serializable],BuildingSceneLayerExtension);export{BuildingSceneLayerExtension};let BuildingSceneLayerReadOnlySchema=class extends LayerExtensionSchema{_getPropertyBindings(){return{spatialReference:"spatialReference"}}_setSetting(e,r){if(this._layerBindings.has(e))throw new InvalidOperationError(ERR_SCHEMA_READ_ONLY);super._setSetting(e,r)}};BuildingSceneLayerReadOnlySchema=__decorate([serializable],BuildingSceneLayerReadOnlySchema);export{BuildingSceneLayerReadOnlySchema};class SublayerExtensionCollectionImpl extends SublayerExtensionCollectionBase{constructor(e){super(e,"layer.sublayers"),this._layerExtension=e}add(e,r){if(checkArg("sublayerX",e).isNotMissing(),e.sublayer&&this._parent.layer.sublayers&&!this._parent.layer.sublayers.includes(e.sublayer))throw new InvalidOperationError(ERR_SUBLAYERX_COLLECTION_READONLY);return super.add(e,r)}removeAt(e){throw new InvalidOperationError(ERR_SUBLAYERX_COLLECTION_READONLY)}reorder(e,r){throw new InvalidOperationError(ERR_SUBLAYERX_COLLECTION_READONLY)}reverse(){throw new InvalidOperationError(ERR_SUBLAYERX_COLLECTION_READONLY)}sort(e){throw new InvalidOperationError(ERR_SUBLAYERX_COLLECTION_READONLY)}splice(e,r,...i){throw new InvalidOperationError(ERR_SUBLAYERX_COLLECTION_READONLY)}_createSublayerExtension(e){return this._parent._createSublayerExtension(e)}}
|