@vertigis/arcgis-extensions 38.0.4 → 38.0.5

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.
@@ -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">&quot;38.0.4&quot;</span><span class="tsd-signature-symbol"> = &quot;38.0.4&quot;</span></div>
19
+ <div class="tsd-signature">version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;38.0.5&quot;</span><span class="tsd-signature-symbol"> = &quot;38.0.5&quot;</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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vertigis/arcgis-extensions",
3
3
  "license": "SEE LICENSE IN LICENSE",
4
- "version": "38.0.4",
4
+ "version": "38.0.5",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://geocortex.visualstudio.com/Geocortex/_git/geocortex-api-ts"
@@ -1 +1 @@
1
- import Query from"@arcgis/core/rest/support/Query";import{executeQuery,executeCountByQuery}from"../../support/_query.js";import{isFeatureLayer}from"../../utilities/layers.js";import{QueryProviderBase}from"./QueryProviderBase.js";export class ArcGISServiceTableQueryProvider extends QueryProviderBase{isSupported(e){const{table:r}=e;return isFeatureLayer(r)&&e.capabilities.supportsQuery}_query(e,r,t){const{table:u}=e,s=u.createQuery();return s.where=r,s.outFields=t.outFields,s.num=t.maxResults,executeQuery(s,e,u,t.cancelToken)}_count(e,r,t){const{table:u}=e,s=new Query({returnGeometry:!1});return s.where=r,s.num=t.maxResults,executeCountByQuery(s,e,u,t.cancelToken)}}
1
+ import Query from"@arcgis/core/rest/support/Query";import{executeQuery,executeCountByQuery}from"../../support/_query.js";import{isFeatureLayer}from"../../utilities/layers.js";import{QueryProviderBase}from"./QueryProviderBase.js";export class ArcGISServiceTableQueryProvider extends QueryProviderBase{isSupported(e){const{table:r}=e;return isFeatureLayer(r)&&e.capabilities.supportsQuery}_query(e,r,t){const{table:u}=e,s=u.createQuery();return s.where=r,s.outFields=t.outFields,u.capabilities?.query?.supportsPagination&&(s.num=t.maxResults),executeQuery(s,e,u,t.cancelToken)}_count(e,r,t){const{table:u}=e,s=new Query({returnGeometry:!1});return s.where=r,u.capabilities?.query?.supportsPagination&&(s.num=t.maxResults),executeCountByQuery(s,e,u,t.cancelToken)}}
package/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the Geocortex ArcGIS Extensions API.
3
3
  */
4
- export declare const version = "38.0.4";
4
+ export declare const version = "38.0.5";
package/version.js CHANGED
@@ -1 +1 @@
1
- export const version="38.0.4";
1
+ export const version="38.0.5";