@vertigis/arcgis-extensions 39.4.3 → 39.4.4
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/Hyperlink.d.ts +5 -0
- package/Hyperlink.js +1 -1
- package/data/FeatureSettings.js +1 -1
- package/docs/html/assets/search.js +1 -1
- package/docs/html/classes/Hyperlink.Hyperlink.html +11 -0
- package/docs/html/classes/data_FeatureStream.FeatureStream.html +1 -1
- package/docs/html/classes/utilities_asyncIterable.AsyncQueue.html +1 -1
- package/docs/html/functions/utilities_esri.getAllReferencedFieldNames.html +2 -2
- package/docs/html/variables/version.version.html +1 -1
- package/package.json +1 -1
- package/utilities/esri.d.ts +2 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
<a href="Hyperlink.Hyperlink.html#get" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get</span></a>
|
|
53
53
|
<a href="Hyperlink.Hyperlink.html#getDefault" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Default</span></a>
|
|
54
54
|
<a href="Hyperlink.Hyperlink.html#getDefaults" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Defaults</span></a>
|
|
55
|
+
<a href="Hyperlink.Hyperlink.html#getReferencedFields" class="tsd-index-link tsd-kind-method tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Referenced<wbr/>Fields</span></a>
|
|
55
56
|
<a href="Hyperlink.Hyperlink.html#getSerializableProperties" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>get<wbr/>Serializable<wbr/>Properties</span></a>
|
|
56
57
|
<a href="Hyperlink.Hyperlink.html#notifyChange" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>notify<wbr/>Change</span></a>
|
|
57
58
|
<a href="Hyperlink.Hyperlink.html#set" class="tsd-index-link tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg><span>set</span></a>
|
|
@@ -328,6 +329,15 @@ multiple properties and nesting.</p>
|
|
|
328
329
|
</div>
|
|
329
330
|
<h4 class="tsd-returns-title">Returns <a href="../interfaces/Hyperlink.HyperlinkProperties.html" class="tsd-signature-type" data-tsd-kind="Interface">HyperlinkProperties</a></h4><aside class="tsd-sources">
|
|
330
331
|
<p>Inherited from <a href="support_Serializable.SerializableBase.html">SerializableBase</a>.<a href="support_Serializable.SerializableBase.html#getDefaults">getDefaults</a></p></aside></li></ul></section>
|
|
332
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="getReferencedFields" class="tsd-anchor"></a>
|
|
333
|
+
<h3 class="tsd-anchor-link"><span>get<wbr/>Referenced<wbr/>Fields</span><a href="#getReferencedFields" 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>
|
|
334
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
335
|
+
<li class="tsd-signature tsd-anchor-link" id="getReferencedFields.getReferencedFields-1">get<wbr/>Referenced<wbr/>Fields<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><a href="#getReferencedFields.getReferencedFields-1" 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></li>
|
|
336
|
+
<li class="tsd-description">
|
|
337
|
+
<div class="tsd-comment tsd-typography"><p>Returns a list of fields references contained in the hyperlink
|
|
338
|
+
properties.</p>
|
|
339
|
+
</div>
|
|
340
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h4></li></ul></section>
|
|
331
341
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a id="getSerializableProperties" class="tsd-anchor"></a>
|
|
332
342
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Serializable<wbr/>Properties</span><a href="#getSerializableProperties" 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>
|
|
333
343
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
|
|
@@ -1039,6 +1049,7 @@ to be notified if it did.</p>
|
|
|
1039
1049
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="Hyperlink.Hyperlink.html#get" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>get</a></li>
|
|
1040
1050
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="Hyperlink.Hyperlink.html#getDefault" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>get<wbr/>Default</a></li>
|
|
1041
1051
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="Hyperlink.Hyperlink.html#getDefaults" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>get<wbr/>Defaults</a></li>
|
|
1052
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="Hyperlink.Hyperlink.html#getReferencedFields" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>get<wbr/>Referenced<wbr/>Fields</a></li>
|
|
1042
1053
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="Hyperlink.Hyperlink.html#getSerializableProperties" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>get<wbr/>Serializable<wbr/>Properties</a></li>
|
|
1043
1054
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="Hyperlink.Hyperlink.html#notifyChange" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>notify<wbr/>Change</a></li>
|
|
1044
1055
|
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="Hyperlink.Hyperlink.html#set" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>set</a></li>
|
|
@@ -188,7 +188,7 @@ raised.</li>
|
|
|
188
188
|
<div class="tsd-comment tsd-typography"><p>Provides AsyncIterable functionality.</p>
|
|
189
189
|
</div>
|
|
190
190
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AsyncIterator</span><span class="tsd-signature-symbol"><</span><a href="data_Feature.Feature.html" class="tsd-signature-type" data-tsd-kind="Class">Feature</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
191
|
-
<p>Implementation of AsyncIterable.__@asyncIterator@
|
|
191
|
+
<p>Implementation of AsyncIterable.__@asyncIterator@4367</p></aside></li></ul></section>
|
|
192
192
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-protected"><a id="_getSerializableProperties" class="tsd-anchor"></a>
|
|
193
193
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_get<wbr/>Serializable<wbr/>Properties</span><a href="#_getSerializableProperties" 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>
|
|
194
194
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-protected">
|
|
@@ -88,7 +88,7 @@ completely independently of one another.</p>
|
|
|
88
88
|
<div class="tsd-comment tsd-typography"><p>An iterator that returns the items in the queue.</p>
|
|
89
89
|
</div>
|
|
90
90
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">AsyncIterator</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type" data-tsd-kind="Type parameter">T</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
91
|
-
<p>Implementation of AsyncIterable.__@asyncIterator@
|
|
91
|
+
<p>Implementation of AsyncIterable.__@asyncIterator@4367</p></aside></li></ul></section>
|
|
92
92
|
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="add" class="tsd-anchor"></a>
|
|
93
93
|
<h3 class="tsd-anchor-link"><span>add</span><a href="#add" 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>
|
|
94
94
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
<h1>Function getAllReferencedFieldNames</h1></div>
|
|
19
19
|
<section class="tsd-panel">
|
|
20
20
|
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
|
|
21
|
-
<li class="tsd-signature tsd-anchor-link" id="getAllReferencedFieldNames">get<wbr/>All<wbr/>Referenced<wbr/>Field<wbr/>Names<span class="tsd-signature-symbol">(</span>template<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">PopupTemplate</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><a href="#getAllReferencedFieldNames" 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"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></li>
|
|
21
|
+
<li class="tsd-signature tsd-anchor-link" id="getAllReferencedFieldNames">get<wbr/>All<wbr/>Referenced<wbr/>Field<wbr/>Names<span class="tsd-signature-symbol">(</span>template<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">PopupTemplateProperties</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">PopupTemplate</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><a href="#getAllReferencedFieldNames" 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"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></li>
|
|
22
22
|
<li class="tsd-description">
|
|
23
23
|
<div class="tsd-comment tsd-typography"><p>Returns all field names referenced within a
|
|
24
24
|
<a href="https://developers.arcgis.com/javascript/latest/api-reference/esri-PopupTemplate.html">PopupTemplate's</a>
|
|
@@ -29,7 +29,7 @@ first. Field names of FieldInfos are not returned.</p>
|
|
|
29
29
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
30
30
|
<ul class="tsd-parameter-list">
|
|
31
31
|
<li>
|
|
32
|
-
<h5>template: <span class="tsd-signature-type">PopupTemplate</span></h5>
|
|
32
|
+
<h5>template: <span class="tsd-signature-type">PopupTemplateProperties</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">PopupTemplate</span></h5>
|
|
33
33
|
<div class="tsd-comment tsd-typography"><p>The PopupTemplate from which the field names are extracted.</p>
|
|
34
34
|
</div></li></ul></div>
|
|
35
35
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h4></li></ul></section></div>
|
|
@@ -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">"39.4.
|
|
19
|
+
<div class="tsd-signature">version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"39.4.4"</span><span class="tsd-signature-symbol"> = "39.4.4"</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">
|
package/package.json
CHANGED
package/utilities/esri.d.ts
CHANGED
|
@@ -18,6 +18,7 @@ import type EsriRelationshipContent from "@arcgis/core/popup/content/Relationshi
|
|
|
18
18
|
import type EsriTextContent from "@arcgis/core/popup/content/TextContent";
|
|
19
19
|
import type PortalItem from "@arcgis/core/portal/PortalItem";
|
|
20
20
|
import type FeatureSet from "@arcgis/core/rest/support/FeatureSet";
|
|
21
|
+
import type { PopupTemplateProperties } from "../support/esri.js";
|
|
21
22
|
/**
|
|
22
23
|
* Loads the given Esri API object and returns a promise that is fulfilled when
|
|
23
24
|
* the object is loaded.
|
|
@@ -48,7 +49,7 @@ export declare function getAllFieldInfos(template: EsriPopupTemplate): EsriField
|
|
|
48
49
|
*
|
|
49
50
|
* @param template The PopupTemplate from which the field names are extracted.
|
|
50
51
|
*/
|
|
51
|
-
export declare function getAllReferencedFieldNames(template: EsriPopupTemplate): string[];
|
|
52
|
+
export declare function getAllReferencedFieldNames(template: EsriPopupTemplate | PopupTemplateProperties): string[];
|
|
52
53
|
/**
|
|
53
54
|
* Returns true if the domain is a CodedValueDomain.
|
|
54
55
|
*
|
package/version.d.ts
CHANGED
package/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version="39.4.
|
|
1
|
+
export const version="39.4.4";
|