@vertigis/arcgis-extensions 34.0.2 → 34.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/_TableExtension.js +1 -1
- package/docs/html/classes/data__tableextension.tableextension.html +8 -8
- package/docs/html/classes/data__tableextension.tablefeaturesettings.html +10 -10
- package/docs/html/classes/data__tableextension.tableschema.html +13 -13
- package/docs/html/classes/data_arcgisservicetableextension.arcgisservicetableextension.html +3 -3
- package/docs/html/classes/mapping__layerextension.arraywrappedcollection.html +2 -2
- package/docs/html/classes/mapping__layerextension.layerextension.html +41 -41
- package/docs/html/classes/mapping__layerextension.layerextensionschema.html +6 -6
- package/docs/html/classes/mapping__sublayerextension.sublayerextension.html +32 -32
- package/docs/html/classes/mapping__sublayerextension.sublayerschema.html +4 -4
- package/docs/html/classes/mapping__sublayerextension.subsublayerextensioncollection.html +6 -6
- package/docs/html/classes/mapping_arcgissublayerextension.arcgissublayerextension.html +19 -19
- package/docs/html/classes/mapping_arcgissublayerextension.arcgissublayerschema.html +2 -2
- package/docs/html/classes/mapping_buildingcomponentsublayerextension.buildingcomponentsublayerextension.html +20 -20
- package/docs/html/classes/mapping_buildingcomponentsublayerextension.buildingcomponentsublayerschema.html +2 -2
- package/docs/html/classes/mapping_buildinggroupsublayerextension.buildinggroupsublayerextension.html +22 -22
- package/docs/html/classes/mapping_buildinggroupsublayerextension.buildinggroupsublayerschema.html +4 -4
- package/docs/html/classes/mapping_buildingscenelayerextension.buildingscenelayerextension.html +32 -32
- package/docs/html/classes/mapping_buildingscenelayerextension.buildingscenelayerreadonlyschema.html +4 -4
- package/docs/html/classes/mapping_buildingsublayerextension.buildingsublayerextension.html +28 -28
- package/docs/html/classes/mapping_buildingsublayerextension.buildingsublayerschema.html +3 -3
- package/docs/html/classes/mapping_csvlayerextension.csvlayerextension.html +39 -39
- package/docs/html/classes/mapping_elevationlayerextension.elevationlayerextension.html +37 -37
- package/docs/html/classes/mapping_featurecollectionlayerextension.featurecollectionlayerextension.html +33 -33
- package/docs/html/classes/mapping_featurelayerextension.featurelayerextension.html +35 -35
- package/docs/html/classes/mapping_featurelayerextensionbase.featurelayerextensionbase.html +37 -37
- package/docs/html/classes/mapping_featurelayerextensionbase.featurelayerschema.html +4 -4
- package/docs/html/classes/mapping_georsslayerextension.georsslayerextension.html +37 -37
- package/docs/html/classes/mapping_graphicslayerextension.graphicslayerextension.html +32 -32
- package/docs/html/classes/mapping_grouplayerextension.grouplayerextension.html +30 -30
- package/docs/html/classes/mapping_imagerylayerextension.imagerylayerextension.html +37 -37
- package/docs/html/classes/mapping_imagerytilelayerextension.imagerytilelayerextension.html +34 -34
- package/docs/html/classes/mapping_integratedmeshlayerextension.integratedmeshlayerextension.html +38 -38
- package/docs/html/classes/mapping_kmllayerextension.kmllayerextension.html +34 -34
- package/docs/html/classes/mapping_kmlsublayerextension.kmlsublayerextension.html +24 -24
- package/docs/html/classes/mapping_mapimagelayerextension.mapimagelayerextension.html +35 -35
- package/docs/html/classes/mapping_mapimagesublayerextension.mapimagesublayerextension.html +16 -16
- package/docs/html/classes/mapping_openstreetmaplayerextension.openstreetmaplayerextension.html +39 -39
- package/docs/html/classes/mapping_pointcloudlayerextension.pointcloudlayerextension.html +37 -37
- package/docs/html/classes/mapping_scenelayerextension.scenelayerextension.html +37 -37
- package/docs/html/classes/mapping_streamlayerextension.streamlayerextension.html +38 -38
- package/docs/html/classes/mapping_streamlayerextension.streamlayerschema.html +4 -4
- package/docs/html/classes/mapping_tilelayerextension.tilelayerextension.html +33 -33
- package/docs/html/classes/mapping_tilesublayerextension.tilesublayerextension.html +17 -17
- package/docs/html/classes/mapping_vectortilelayerextension.vectortilelayerextension.html +36 -36
- package/docs/html/classes/mapping_webtilelayerextension.webtilelayerextension.html +39 -39
- package/docs/html/classes/mapping_wmslayerextension.wmslayerextension.html +34 -34
- package/docs/html/classes/mapping_wmssublayerextension.wmssublayerextension.html +24 -24
- package/docs/html/classes/mapping_wmtslayerextension.wmtslayerextension.html +34 -34
- package/docs/html/classes/mapping_wmtssublayerextension.wmtssublayerextension.html +23 -23
- package/docs/html/modules/mapping__layerextension.html +1 -1
- package/docs/html/modules/version.html +1 -1
- package/mapping/_LayerExtension.js +1 -1
- package/mapping/_SublayerExtension.js +1 -1
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/data/_TableExtension.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__decorate}from"tslib";import Collection from"@arcgis/core/core/Collection";import{InvalidOperationError}from"../InvalidOperationError.js";import{ItemType}from"../ItemType.js";import{applyToEsriTable,fromEsriTable,toEsriApiTable}from"../portal/Table.js";import{serializable}from"../support/Serializable.js";import{CollectionProxy}from"../utilities/CollectionProxy.js";import{isFeatureLayer,isLayer}from"../utilities/_layers.js";import{checkArg}from"../utilities/checkArg.js";import{deepClone}from"../utilities/object.js";import{FeatureSettings}from"./FeatureSettings.js";import{FeatureSourceBase}from"./FeatureSourceBase.js";import{Schema}from"./Schema.js";const ERR_INVALID_TABLE_TYPE="Invalid type of table for this type of table extension.",ERR_SPATIAL_SETTINGS_NOT_SUPPORTED="Spatial settings are not supported for tables.",DEFAULT_CAPABILITIES=Object.freeze({supportsAdd:!1,supportsUpdate:!1,supportsDelete:!1,supportsEditing:!1,supportsQuery:!1});export class TableExtension extends FeatureSourceBase{constructor(e){super(e),this._itemType=ItemType.TABLE_EXTENSION;const{table:t}={...this.getDefaults(),...e};if(isLayer(t))checkArg("properties.table",t).satisfies((e=>isFeatureLayer(e)),ERR_INVALID_TABLE_TYPE),this._setTable(t);else{if(!t)throw new Error("Missing 'table' property.");this._deferredTableProperties=t}}get mapExtension(){return this._mapExtension}get table(){return this._table}get capabilities(){return DEFAULT_CAPABILITIES}get title(){return this.table?this.
|
|
1
|
+
import{__decorate}from"tslib";import Collection from"@arcgis/core/core/Collection";import{InvalidOperationError}from"../InvalidOperationError.js";import{ItemType}from"../ItemType.js";import{applyToEsriTable,fromEsriTable,toEsriApiTable}from"../portal/Table.js";import{serializable}from"../support/Serializable.js";import{CollectionProxy}from"../utilities/CollectionProxy.js";import{isFeatureLayer,isLayer}from"../utilities/_layers.js";import{checkArg}from"../utilities/checkArg.js";import{deepClone}from"../utilities/object.js";import{FeatureSettings}from"./FeatureSettings.js";import{FeatureSourceBase}from"./FeatureSourceBase.js";import{Schema}from"./Schema.js";const ERR_INVALID_TABLE_TYPE="Invalid type of table for this type of table extension.",ERR_SPATIAL_SETTINGS_NOT_SUPPORTED="Spatial settings are not supported for tables.",DEFAULT_CAPABILITIES=Object.freeze({supportsAdd:!1,supportsUpdate:!1,supportsDelete:!1,supportsEditing:!1,supportsQuery:!1});export class TableExtension extends FeatureSourceBase{constructor(e){super(e),this._itemType=ItemType.TABLE_EXTENSION;const{table:t}={...this.getDefaults(),...e};if(isLayer(t))checkArg("properties.table",t).satisfies((e=>isFeatureLayer(e)),ERR_INVALID_TABLE_TYPE),this._setTable(t);else{if(!t)throw new Error("Missing 'table' property.");this._deferredTableProperties=t}}get mapExtension(){return this._mapExtension}get table(){return this._table}get capabilities(){return DEFAULT_CAPABILITIES}get title(){var e,t,i,r,s,a,l,o,n,d,b,h;return null!==(h=null!==(r=null!==(t=null===(e=this.table)||void 0===e?void 0:e.title)&&void 0!==t?t:null===(i=this._deferredTableProperties)||void 0===i?void 0:i.title)&&void 0!==r?r:"string"==typeof(null===(s=this._deferredTableProperties)||void 0===s?void 0:s.$ref)?null===(a=this._deferredTableProperties)||void 0===a?void 0:a.$ref:null!==(n=null===(o=null===(l=this._deferredTableProperties)||void 0===l?void 0:l.$ref)||void 0===o?void 0:o.title)&&void 0!==n?n:null===(b=null===(d=this._deferredTableProperties)||void 0===d?void 0:d.$ref)||void 0===b?void 0:b.id)&&void 0!==h?h:"Table"}static create(e){if(!TableExtension.factory)throw new InvalidOperationError("Cannot create table extension: no table extension factory has been registered.");return TableExtension.factory.create(e)}static _matchesRef(e,t){var i,r,s,a;if(!e||!t)return!1;const l=null!==(r=null===(i=e.table)||void 0===i?void 0:i.id)&&void 0!==r?r:e._deferredTableProperties.id,o=null!==(a=null===(s=e.table)||void 0===s?void 0:s.title)&&void 0!==a?a:e._deferredTableProperties.title,n=t.$ref;return"string"==typeof n?l===n||o===n:!!n&&(l===n.id||o===n.title)}async _createBackingTable(){this.table||this._deferredTableProperties&&this._deferredTableProperties.$ref||(this._setTable(await toEsriApiTable(this._deferredTableProperties)),await this.table.load(),checkArg("properties.table",this.table).satisfies((e=>this._isSupportedTable(e)),ERR_INVALID_TABLE_TYPE),this._deferredTableProperties=void 0)}_setMapExtension(e){const t=this.mapExtension;this._mapExtension=e,t&&this.featureSettings.formatSettings.parent===t.formatSettings&&(this.featureSettings.formatSettings.parent=void 0),e&&(this.featureSettings.formatSettings.parent||(this.featureSettings.formatSettings.parent=e.formatSettings)),this._resolveTable(),this.notifyChange("mapExtension")}_resolveTable(){var e,t;if(this._table||!this._deferredTableProperties||!this.mapExtension)return;let i;i="string"==typeof this._deferredTableProperties.$ref?{id:this._deferredTableProperties.$ref,title:this._deferredTableProperties.$ref}:this._deferredTableProperties.$ref;let r=null===(e=this._mapExtension.map)||void 0===e?void 0:e.tables.find((e=>e.id===i.id));if(r||(r=null===(t=this._mapExtension.map)||void 0===t?void 0:t.tables.find((e=>e.title===i.title))),r&&this._isSupportedTable(r)){this._setTable(r);const e={table:this._deferredTableProperties};this.assignProperties(e),this._originalRef=this._deferredTableProperties.$ref,this._deferredTableProperties=void 0}}_getSerializableProperties(){return{...super._getSerializableProperties(),table:{serializeModes:["initial","project"],serialize:()=>this.table?this._mapExtension&&(this.table.id||this.table.title)?this._originalRef?{$ref:this._originalRef}:{$ref:{id:this.table.id,title:this.table.title}}:fromEsriTable(this.table):this._deferredTableProperties?deepClone(this._deferredTableProperties):void 0,deserialize:e=>{if(isLayer(e)){if(e!==this.table)throw new Error("Property 'table' is read-only.")}else this.table?applyToEsriTable(e,this.table):this._deferredTableProperties&&(this._deferredTableProperties={...this._deferredTableProperties,...e})}}}}async _onInitialize(){if(await super._onInitialize(),await this._createBackingTable(),this._resolveTable(),!this.table){const e=this._deferredTableProperties.$ref;throw this._mapExtension?new InvalidOperationError(`No table found matching reference "${null==e?void 0:e.toString()}".`):new InvalidOperationError("Cannot resolve table reference: missing parent map extension.")}await this.table.load()}_createSchema(){return new TableSchema(this)}_createFeatureSettings(){return new TableFeatureSettings}_setTable(e){this._table=e,this.notifyChange("table"),this.notifyChange("title"),this.notifyChange("capabilities")}}let TableSchema=class extends Schema{constructor(e){if(super(),this._tableBindings=new Map,this._tableExtension=e,this._bindSettingToTableProperty("primaryKeyField","objectIdField"),this._fieldCollection=this._createFieldCollection(),e.table)this._onTableResolved(e.table);else{const t=e.watch("table",(()=>{this._onTableResolved(e.table),t.remove()}),!0)}}get _fields(){return this._fieldCollection}get geometryType(){}set geometryType(e){throw new InvalidOperationError("Tables do not support a geometry type.")}get spatialReference(){}set spatialReference(e){throw new InvalidOperationError("Tables do not support a spatial reference.")}_getSetting(e,t){return this._tableBindings.has(e)&&this._tableExtension.table?this._tableExtension.table[this._tableBindings.get(e)]:super._getSetting(e,t)}_setSetting(e,t){this._tableBindings.has(e)&&this._tableExtension.table?this._tableExtension.table[this._tableBindings.get(e)]=t:super._setSetting(e,t)}_bindSettingToTableProperty(e,t){const i=null!=t?t:e;this._tableBindings.set(e,i),this._tableExtension.watch(`table.${i}`,(()=>this.notifyChange(e)),!0)}_onTableResolved(e){for(const t of this._tableBindings.keys())this.isModified(t)&&(e[t]=this[t],this.reset(t))}_createFieldCollection(){return new FieldCollection(this._tableExtension)}};TableSchema=__decorate([serializable],TableSchema);export{TableSchema};class FieldCollection extends CollectionProxy{constructor(e){super(),this._tableResolved=!1;const t=e.table;if(null==t?void 0:t.fields)this._onTableResolved(e.table);else{this._collection=new Collection;const t=e.watch(["table","table.loaded"],(()=>{const i=e.table;(null==i?void 0:i.fields)&&(this._onTableResolved(e.table),t.remove())}),!0)}}_onTableResolved(e){if(!this._tableResolved){this._tableResolved=!0;const t=e;this.length&&(t.fields.length=0,t.fields.push(...this.toArray())),t.fields||(t.fields=[]),this._collection=wrapArrayWithCollection(t.fields)}}}function wrapArrayWithCollection(e){const t=new Collection;return Object.defineProperty(t,"_items",{get:()=>e}),Object.defineProperty(t,"length",{get:()=>e.length,set:t=>e.length=t}),t}let TableFeatureSettings=class extends FeatureSettings{get returnGeometry(){}set returnGeometry(e){throw new InvalidOperationError(ERR_SPATIAL_SETTINGS_NOT_SUPPORTED)}get outSpatialReference(){}set outSpatialReference(e){throw new InvalidOperationError(ERR_SPATIAL_SETTINGS_NOT_SUPPORTED)}get maxAllowableOffset(){}set maxAllowableOffset(e){throw new InvalidOperationError(ERR_SPATIAL_SETTINGS_NOT_SUPPORTED)}get zoomScale(){}set zoomScale(e){throw new InvalidOperationError(ERR_SPATIAL_SETTINGS_NOT_SUPPORTED)}get zoomFactor(){}set zoomFactor(e){throw new InvalidOperationError(ERR_SPATIAL_SETTINGS_NOT_SUPPORTED)}};TableFeatureSettings=__decorate([serializable],TableFeatureSettings);export{TableFeatureSettings};
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
<aside class="tsd-sources">
|
|
208
208
|
<p>Overrides <a href="data_featuresourcebase.featuresourcebase.html">FeatureSourceBase</a>.<a href="data_featuresourcebase.featuresourcebase.html#constructor">constructor</a></p>
|
|
209
209
|
<ul>
|
|
210
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
210
|
+
<li>Defined in src/data/_TableExtension.ts:138</li>
|
|
211
211
|
</ul>
|
|
212
212
|
</aside>
|
|
213
213
|
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
<aside class="tsd-sources">
|
|
253
253
|
<p>Overrides <a href="data_featuresourcebase.featuresourcebase.html">FeatureSourceBase</a>.<a href="data_featuresourcebase.featuresourcebase.html#_itemtype">_itemType</a></p>
|
|
254
254
|
<ul>
|
|
255
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
255
|
+
<li>Defined in src/data/_TableExtension.ts:128</li>
|
|
256
256
|
</ul>
|
|
257
257
|
</aside>
|
|
258
258
|
<div class="tsd-comment tsd-typography">
|
|
@@ -766,7 +766,7 @@
|
|
|
766
766
|
<aside class="tsd-sources">
|
|
767
767
|
<p>Overrides <a href="data_featuresourcebase.featuresourcebase.html">FeatureSourceBase</a>.<a href="data_featuresourcebase.featuresourcebase.html#_createfeaturesettings">_createFeatureSettings</a></p>
|
|
768
768
|
<ul>
|
|
769
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
769
|
+
<li>Defined in src/data/_TableExtension.ts:359</li>
|
|
770
770
|
</ul>
|
|
771
771
|
</aside>
|
|
772
772
|
<div class="tsd-comment tsd-typography">
|
|
@@ -836,7 +836,7 @@
|
|
|
836
836
|
<aside class="tsd-sources">
|
|
837
837
|
<p>Overrides <a href="data_featuresourcebase.featuresourcebase.html">FeatureSourceBase</a>.<a href="data_featuresourcebase.featuresourcebase.html#_createschema">_createSchema</a></p>
|
|
838
838
|
<ul>
|
|
839
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
839
|
+
<li>Defined in src/data/_TableExtension.ts:352</li>
|
|
840
840
|
</ul>
|
|
841
841
|
</aside>
|
|
842
842
|
<div class="tsd-comment tsd-typography">
|
|
@@ -993,7 +993,7 @@
|
|
|
993
993
|
<aside class="tsd-sources">
|
|
994
994
|
<p>Overrides <a href="data_featuresourcebase.featuresourcebase.html">FeatureSourceBase</a>.<a href="data_featuresourcebase.featuresourcebase.html#_getserializableproperties">_getSerializableProperties</a></p>
|
|
995
995
|
<ul>
|
|
996
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
996
|
+
<li>Defined in src/data/_TableExtension.ts:275</li>
|
|
997
997
|
</ul>
|
|
998
998
|
</aside>
|
|
999
999
|
<div class="tsd-comment tsd-typography">
|
|
@@ -1063,7 +1063,7 @@
|
|
|
1063
1063
|
<li class="tsd-description">
|
|
1064
1064
|
<aside class="tsd-sources">
|
|
1065
1065
|
<ul>
|
|
1066
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
1066
|
+
<li>Defined in src/data/_TableExtension.ts:347</li>
|
|
1067
1067
|
</ul>
|
|
1068
1068
|
</aside>
|
|
1069
1069
|
<div class="tsd-comment tsd-typography">
|
|
@@ -1157,7 +1157,7 @@
|
|
|
1157
1157
|
<aside class="tsd-sources">
|
|
1158
1158
|
<p>Overrides <a href="data_featuresourcebase.featuresourcebase.html">FeatureSourceBase</a>.<a href="data_featuresourcebase.featuresourcebase.html#_oninitialize">_onInitialize</a></p>
|
|
1159
1159
|
<ul>
|
|
1160
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
1160
|
+
<li>Defined in src/data/_TableExtension.ts:321</li>
|
|
1161
1161
|
</ul>
|
|
1162
1162
|
</aside>
|
|
1163
1163
|
<div class="tsd-comment tsd-typography">
|
|
@@ -2190,7 +2190,7 @@
|
|
|
2190
2190
|
<li class="tsd-description">
|
|
2191
2191
|
<aside class="tsd-sources">
|
|
2192
2192
|
<ul>
|
|
2193
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
2193
|
+
<li>Defined in src/data/_TableExtension.ts:163</li>
|
|
2194
2194
|
</ul>
|
|
2195
2195
|
</aside>
|
|
2196
2196
|
<div class="tsd-comment tsd-typography">
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
<li class="tsd-description">
|
|
296
296
|
<aside class="tsd-sources">
|
|
297
297
|
<ul>
|
|
298
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
298
|
+
<li>Defined in src/data/_TableExtension.ts:613</li>
|
|
299
299
|
</ul>
|
|
300
300
|
</aside>
|
|
301
301
|
<div class="tsd-comment tsd-typography">
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
<li class="tsd-description">
|
|
313
313
|
<aside class="tsd-sources">
|
|
314
314
|
<ul>
|
|
315
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
315
|
+
<li>Defined in src/data/_TableExtension.ts:619</li>
|
|
316
316
|
</ul>
|
|
317
317
|
</aside>
|
|
318
318
|
<div class="tsd-comment tsd-typography">
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
<li class="tsd-description">
|
|
388
388
|
<aside class="tsd-sources">
|
|
389
389
|
<ul>
|
|
390
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
390
|
+
<li>Defined in src/data/_TableExtension.ts:600</li>
|
|
391
391
|
</ul>
|
|
392
392
|
</aside>
|
|
393
393
|
<div class="tsd-comment tsd-typography">
|
|
@@ -404,7 +404,7 @@
|
|
|
404
404
|
<li class="tsd-description">
|
|
405
405
|
<aside class="tsd-sources">
|
|
406
406
|
<ul>
|
|
407
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
407
|
+
<li>Defined in src/data/_TableExtension.ts:606</li>
|
|
408
408
|
</ul>
|
|
409
409
|
</aside>
|
|
410
410
|
<div class="tsd-comment tsd-typography">
|
|
@@ -523,7 +523,7 @@
|
|
|
523
523
|
<li class="tsd-description">
|
|
524
524
|
<aside class="tsd-sources">
|
|
525
525
|
<ul>
|
|
526
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
526
|
+
<li>Defined in src/data/_TableExtension.ts:587</li>
|
|
527
527
|
</ul>
|
|
528
528
|
</aside>
|
|
529
529
|
<div class="tsd-comment tsd-typography">
|
|
@@ -540,7 +540,7 @@
|
|
|
540
540
|
<li class="tsd-description">
|
|
541
541
|
<aside class="tsd-sources">
|
|
542
542
|
<ul>
|
|
543
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
543
|
+
<li>Defined in src/data/_TableExtension.ts:593</li>
|
|
544
544
|
</ul>
|
|
545
545
|
</aside>
|
|
546
546
|
<div class="tsd-comment tsd-typography">
|
|
@@ -573,7 +573,7 @@
|
|
|
573
573
|
<li class="tsd-description">
|
|
574
574
|
<aside class="tsd-sources">
|
|
575
575
|
<ul>
|
|
576
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
576
|
+
<li>Defined in src/data/_TableExtension.ts:639</li>
|
|
577
577
|
</ul>
|
|
578
578
|
</aside>
|
|
579
579
|
<div class="tsd-comment tsd-typography">
|
|
@@ -592,7 +592,7 @@
|
|
|
592
592
|
<li class="tsd-description">
|
|
593
593
|
<aside class="tsd-sources">
|
|
594
594
|
<ul>
|
|
595
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
595
|
+
<li>Defined in src/data/_TableExtension.ts:645</li>
|
|
596
596
|
</ul>
|
|
597
597
|
</aside>
|
|
598
598
|
<div class="tsd-comment tsd-typography">
|
|
@@ -627,7 +627,7 @@
|
|
|
627
627
|
<li class="tsd-description">
|
|
628
628
|
<aside class="tsd-sources">
|
|
629
629
|
<ul>
|
|
630
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
630
|
+
<li>Defined in src/data/_TableExtension.ts:626</li>
|
|
631
631
|
</ul>
|
|
632
632
|
</aside>
|
|
633
633
|
<div class="tsd-comment tsd-typography">
|
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
<li class="tsd-description">
|
|
646
646
|
<aside class="tsd-sources">
|
|
647
647
|
<ul>
|
|
648
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
648
|
+
<li>Defined in src/data/_TableExtension.ts:632</li>
|
|
649
649
|
</ul>
|
|
650
650
|
</aside>
|
|
651
651
|
<div class="tsd-comment tsd-typography">
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
<aside class="tsd-sources">
|
|
170
170
|
<p>Overrides <a href="data_schema.schema.html">Schema</a>.<a href="data_schema.schema.html#constructor">constructor</a></p>
|
|
171
171
|
<ul>
|
|
172
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
172
|
+
<li>Defined in src/data/_TableExtension.ts:390</li>
|
|
173
173
|
</ul>
|
|
174
174
|
</aside>
|
|
175
175
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
<div class="tsd-signature tsd-kind-icon">_table<wbr>Bindings<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Map</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
192
192
|
<aside class="tsd-sources">
|
|
193
193
|
<ul>
|
|
194
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
194
|
+
<li>Defined in src/data/_TableExtension.ts:385</li>
|
|
195
195
|
</ul>
|
|
196
196
|
</aside>
|
|
197
197
|
<div class="tsd-comment tsd-typography">
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
<div class="tsd-signature tsd-kind-icon">_table<wbr>Extension<span class="tsd-signature-symbol">:</span> <a href="data__tableextension.tableextension.html" class="tsd-signature-type" data-tsd-kind="Class">TableExtension</a><span class="tsd-signature-symbol"><</span><a href="../interfaces/data__tableextension.tableextensionproperties.html" class="tsd-signature-type" data-tsd-kind="Interface">TableExtensionProperties</a><span class="tsd-signature-symbol">></span></div>
|
|
207
207
|
<aside class="tsd-sources">
|
|
208
208
|
<ul>
|
|
209
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
209
|
+
<li>Defined in src/data/_TableExtension.ts:380</li>
|
|
210
210
|
</ul>
|
|
211
211
|
</aside>
|
|
212
212
|
<div class="tsd-comment tsd-typography">
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
<li class="tsd-description">
|
|
261
261
|
<aside class="tsd-sources">
|
|
262
262
|
<ul>
|
|
263
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
263
|
+
<li>Defined in src/data/_TableExtension.ts:414</li>
|
|
264
264
|
</ul>
|
|
265
265
|
</aside>
|
|
266
266
|
<div class="tsd-comment tsd-typography">
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
<li class="tsd-description">
|
|
327
327
|
<aside class="tsd-sources">
|
|
328
328
|
<ul>
|
|
329
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
329
|
+
<li>Defined in src/data/_TableExtension.ts:421</li>
|
|
330
330
|
</ul>
|
|
331
331
|
</aside>
|
|
332
332
|
<div class="tsd-comment tsd-typography">
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
<li class="tsd-description">
|
|
345
345
|
<aside class="tsd-sources">
|
|
346
346
|
<ul>
|
|
347
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
347
|
+
<li>Defined in src/data/_TableExtension.ts:427</li>
|
|
348
348
|
</ul>
|
|
349
349
|
</aside>
|
|
350
350
|
<div class="tsd-comment tsd-typography">
|
|
@@ -486,7 +486,7 @@
|
|
|
486
486
|
<li class="tsd-description">
|
|
487
487
|
<aside class="tsd-sources">
|
|
488
488
|
<ul>
|
|
489
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
489
|
+
<li>Defined in src/data/_TableExtension.ts:434</li>
|
|
490
490
|
</ul>
|
|
491
491
|
</aside>
|
|
492
492
|
<div class="tsd-comment tsd-typography">
|
|
@@ -503,7 +503,7 @@
|
|
|
503
503
|
<li class="tsd-description">
|
|
504
504
|
<aside class="tsd-sources">
|
|
505
505
|
<ul>
|
|
506
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
506
|
+
<li>Defined in src/data/_TableExtension.ts:440</li>
|
|
507
507
|
</ul>
|
|
508
508
|
</aside>
|
|
509
509
|
<div class="tsd-comment tsd-typography">
|
|
@@ -644,7 +644,7 @@
|
|
|
644
644
|
<li class="tsd-description">
|
|
645
645
|
<aside class="tsd-sources">
|
|
646
646
|
<ul>
|
|
647
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
647
|
+
<li>Defined in src/data/_TableExtension.ts:475</li>
|
|
648
648
|
</ul>
|
|
649
649
|
</aside>
|
|
650
650
|
<div class="tsd-comment tsd-typography">
|
|
@@ -682,7 +682,7 @@
|
|
|
682
682
|
<li class="tsd-description">
|
|
683
683
|
<aside class="tsd-sources">
|
|
684
684
|
<ul>
|
|
685
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
685
|
+
<li>Defined in src/data/_TableExtension.ts:500</li>
|
|
686
686
|
</ul>
|
|
687
687
|
</aside>
|
|
688
688
|
<div class="tsd-comment tsd-typography">
|
|
@@ -823,7 +823,7 @@
|
|
|
823
823
|
<aside class="tsd-sources">
|
|
824
824
|
<p>Overrides <a href="data_schema.schema.html">Schema</a>.<a href="data_schema.schema.html#_getsetting">_getSetting</a></p>
|
|
825
825
|
<ul>
|
|
826
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
826
|
+
<li>Defined in src/data/_TableExtension.ts:447</li>
|
|
827
827
|
</ul>
|
|
828
828
|
</aside>
|
|
829
829
|
<div class="tsd-comment tsd-typography">
|
|
@@ -899,7 +899,7 @@
|
|
|
899
899
|
<li class="tsd-description">
|
|
900
900
|
<aside class="tsd-sources">
|
|
901
901
|
<ul>
|
|
902
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
902
|
+
<li>Defined in src/data/_TableExtension.ts:486</li>
|
|
903
903
|
</ul>
|
|
904
904
|
</aside>
|
|
905
905
|
<div class="tsd-comment tsd-typography">
|
|
@@ -963,7 +963,7 @@
|
|
|
963
963
|
<aside class="tsd-sources">
|
|
964
964
|
<p>Overrides <a href="data_schema.schema.html">Schema</a>.<a href="data_schema.schema.html#_setsetting">_setSetting</a></p>
|
|
965
965
|
<ul>
|
|
966
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
966
|
+
<li>Defined in src/data/_TableExtension.ts:459</li>
|
|
967
967
|
</ul>
|
|
968
968
|
</aside>
|
|
969
969
|
<div class="tsd-comment tsd-typography">
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
<aside class="tsd-sources">
|
|
196
196
|
<p>Inherited from <a href="data__tableextension.tableextension.html">TableExtension</a>.<a href="data__tableextension.tableextension.html#constructor">constructor</a></p>
|
|
197
197
|
<ul>
|
|
198
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
198
|
+
<li>Defined in src/data/_TableExtension.ts:138</li>
|
|
199
199
|
</ul>
|
|
200
200
|
</aside>
|
|
201
201
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
<aside class="tsd-sources">
|
|
235
235
|
<p>Inherited from <a href="data__tableextension.tableextension.html">TableExtension</a>.<a href="data__tableextension.tableextension.html#_itemtype">_itemType</a></p>
|
|
236
236
|
<ul>
|
|
237
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
237
|
+
<li>Defined in src/data/_TableExtension.ts:128</li>
|
|
238
238
|
</ul>
|
|
239
239
|
</aside>
|
|
240
240
|
</section>
|
|
@@ -2149,7 +2149,7 @@
|
|
|
2149
2149
|
<aside class="tsd-sources">
|
|
2150
2150
|
<p>Inherited from <a href="data__tableextension.tableextension.html">TableExtension</a>.<a href="data__tableextension.tableextension.html#create">create</a></p>
|
|
2151
2151
|
<ul>
|
|
2152
|
-
<li>Defined in src/data/_TableExtension.ts:
|
|
2152
|
+
<li>Defined in src/data/_TableExtension.ts:163</li>
|
|
2153
2153
|
</ul>
|
|
2154
2154
|
</aside>
|
|
2155
2155
|
<div class="tsd-comment tsd-typography">
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
<aside class="tsd-sources">
|
|
179
179
|
<p>Overrides <a href="utilities_collectionproxy.collectionproxy.html">CollectionProxy</a>.<a href="utilities_collectionproxy.collectionproxy.html#constructor">constructor</a></p>
|
|
180
180
|
<ul>
|
|
181
|
-
<li>Defined in src/mapping/_LayerExtension.ts:
|
|
181
|
+
<li>Defined in src/mapping/_LayerExtension.ts:1689</li>
|
|
182
182
|
</ul>
|
|
183
183
|
</aside>
|
|
184
184
|
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
@@ -566,7 +566,7 @@
|
|
|
566
566
|
<aside class="tsd-sources">
|
|
567
567
|
<p>Overrides <a href="utilities_collectionproxy.collectionproxy.html">CollectionProxy</a>.<a href="utilities_collectionproxy.collectionproxy.html#add">add</a></p>
|
|
568
568
|
<ul>
|
|
569
|
-
<li>Defined in src/mapping/_LayerExtension.ts:
|
|
569
|
+
<li>Defined in src/mapping/_LayerExtension.ts:1720</li>
|
|
570
570
|
</ul>
|
|
571
571
|
</aside>
|
|
572
572
|
<div class="tsd-comment tsd-typography">
|