@genesislcap/grid-pro 14.102.0 → 14.103.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/dist/custom-elements.json +40 -0
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +2 -11
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +7 -2
- package/dist/grid-pro.api.json +30 -0
- package/dist/grid-pro.d.ts +2 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.disablepolling.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.md +1 -0
- package/docs/api-report.md +2 -0
- package/package.json +8 -8
|
@@ -4438,6 +4438,18 @@
|
|
|
4438
4438
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
4439
4439
|
}
|
|
4440
4440
|
},
|
|
4441
|
+
{
|
|
4442
|
+
"kind": "field",
|
|
4443
|
+
"name": "disablePolling",
|
|
4444
|
+
"type": {
|
|
4445
|
+
"text": "boolean"
|
|
4446
|
+
},
|
|
4447
|
+
"default": "false",
|
|
4448
|
+
"inheritedFrom": {
|
|
4449
|
+
"name": "GridProGenesisDatasource",
|
|
4450
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
4451
|
+
}
|
|
4452
|
+
},
|
|
4441
4453
|
{
|
|
4442
4454
|
"kind": "field",
|
|
4443
4455
|
"name": "request",
|
|
@@ -5202,6 +5214,18 @@
|
|
|
5202
5214
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
5203
5215
|
}
|
|
5204
5216
|
},
|
|
5217
|
+
{
|
|
5218
|
+
"name": "disable-polling",
|
|
5219
|
+
"type": {
|
|
5220
|
+
"text": "boolean"
|
|
5221
|
+
},
|
|
5222
|
+
"default": "false",
|
|
5223
|
+
"fieldName": "disablePolling",
|
|
5224
|
+
"inheritedFrom": {
|
|
5225
|
+
"name": "GridProGenesisDatasource",
|
|
5226
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
5227
|
+
}
|
|
5228
|
+
},
|
|
5205
5229
|
{
|
|
5206
5230
|
"name": "resource-name",
|
|
5207
5231
|
"type": {
|
|
@@ -6583,6 +6607,14 @@
|
|
|
6583
6607
|
"text": "number"
|
|
6584
6608
|
}
|
|
6585
6609
|
},
|
|
6610
|
+
{
|
|
6611
|
+
"kind": "field",
|
|
6612
|
+
"name": "disablePolling",
|
|
6613
|
+
"type": {
|
|
6614
|
+
"text": "boolean"
|
|
6615
|
+
},
|
|
6616
|
+
"default": "false"
|
|
6617
|
+
},
|
|
6586
6618
|
{
|
|
6587
6619
|
"kind": "field",
|
|
6588
6620
|
"name": "request",
|
|
@@ -7243,6 +7275,14 @@
|
|
|
7243
7275
|
},
|
|
7244
7276
|
"fieldName": "pollingInterval"
|
|
7245
7277
|
},
|
|
7278
|
+
{
|
|
7279
|
+
"name": "disable-polling",
|
|
7280
|
+
"type": {
|
|
7281
|
+
"text": "boolean"
|
|
7282
|
+
},
|
|
7283
|
+
"default": "false",
|
|
7284
|
+
"fieldName": "disablePolling"
|
|
7285
|
+
},
|
|
7246
7286
|
{
|
|
7247
7287
|
"name": "resource-name",
|
|
7248
7288
|
"type": {
|
|
@@ -73,11 +73,7 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
73
73
|
readonly scrollWidth: number;
|
|
74
74
|
readonly shadowRoot: ShadowRoot;
|
|
75
75
|
slot: string;
|
|
76
|
-
readonly tagName: string;
|
|
77
|
-
* Resets the datasource to its initial state.
|
|
78
|
-
* @public
|
|
79
|
-
* @deprecated Use `deinit` instead
|
|
80
|
-
*/
|
|
76
|
+
readonly tagName: string;
|
|
81
77
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
82
78
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
83
79
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
@@ -255,12 +251,6 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
255
251
|
onchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
256
252
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
257
253
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
258
|
-
/**
|
|
259
|
-
* Maps the transaction data to the row data mapper function, if it exists.
|
|
260
|
-
* @param transaction - The transaction data to be mapped.
|
|
261
|
-
* @param operations - The operations to be mapped. Can be 'add', 'update' or 'remove'.
|
|
262
|
-
* @returns The mapped transaction (if the row data mapper function exists), or the original transaction.
|
|
263
|
-
*/
|
|
264
254
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
265
255
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
266
256
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
@@ -365,6 +355,7 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
|
|
|
365
355
|
movingView: boolean;
|
|
366
356
|
orderBy: string;
|
|
367
357
|
pollingInterval: number;
|
|
358
|
+
disablePolling: boolean;
|
|
368
359
|
request: any;
|
|
369
360
|
resourceName: string;
|
|
370
361
|
resourceNameChanged(oldValue: string, newValue: string): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-pro-genesis-datasource.d.ts","sourceRoot":"","sources":["../../../src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAU,WAAW,EAAE,WAAW,EAAsB,MAAM,yBAAyB,CAAC;AACpG,OAAO,EACL,IAAI,EACJ,OAAO,
|
|
1
|
+
{"version":3,"file":"grid-pro-genesis-datasource.d.ts","sourceRoot":"","sources":["../../../src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __awaiter, __decorate } from "tslib";
|
|
2
|
-
import { Auth, Connect,
|
|
2
|
+
import { Auth, Connect, Datasource, DatasourceDefaults, FieldTypeEnum, MessageType, ResourceType, dataServerResultFilter, normaliseCriteria, } from '@genesislcap/foundation-comms';
|
|
3
3
|
import { LifecycleMixin } from '@genesislcap/foundation-utils';
|
|
4
|
-
import { attr, customElement,
|
|
4
|
+
import { DOM, attr, customElement, observable } from '@microsoft/fast-element';
|
|
5
5
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
6
6
|
import { BehaviorSubject } from 'rxjs';
|
|
7
7
|
import { debounceTime, skip, tap } from 'rxjs/operators';
|
|
@@ -35,6 +35,7 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
35
35
|
this.maxView = DatasourceDefaults.MAX_VIEW_1000;
|
|
36
36
|
this.movingView = false;
|
|
37
37
|
this.pollingInterval = DatasourceDefaults.REQ_REP_POLLING_INTERVAL_MS;
|
|
38
|
+
this.disablePolling = false;
|
|
38
39
|
this.reverse = false;
|
|
39
40
|
this.restartOnReconnection = false;
|
|
40
41
|
this.isRequestServer = false;
|
|
@@ -311,6 +312,7 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
311
312
|
movingView: this.movingView,
|
|
312
313
|
orderBy: this.orderBy,
|
|
313
314
|
pollingInterval: this.pollingInterval,
|
|
315
|
+
disablePolling: this.disablePolling,
|
|
314
316
|
request: this.request,
|
|
315
317
|
resourceName: this.resourceName,
|
|
316
318
|
reverse: this.reverse,
|
|
@@ -541,6 +543,9 @@ __decorate([
|
|
|
541
543
|
__decorate([
|
|
542
544
|
attr({ attribute: 'polling-interval' })
|
|
543
545
|
], GridProGenesisDatasource.prototype, "pollingInterval", void 0);
|
|
546
|
+
__decorate([
|
|
547
|
+
attr({ mode: 'boolean', attribute: 'disable-polling' })
|
|
548
|
+
], GridProGenesisDatasource.prototype, "disablePolling", void 0);
|
|
544
549
|
__decorate([
|
|
545
550
|
observable
|
|
546
551
|
], GridProGenesisDatasource.prototype, "request", void 0);
|
package/dist/grid-pro.api.json
CHANGED
|
@@ -7824,6 +7824,36 @@
|
|
|
7824
7824
|
"isAbstract": false,
|
|
7825
7825
|
"name": "deinit"
|
|
7826
7826
|
},
|
|
7827
|
+
{
|
|
7828
|
+
"kind": "Property",
|
|
7829
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#disablePolling:member",
|
|
7830
|
+
"docComment": "",
|
|
7831
|
+
"excerptTokens": [
|
|
7832
|
+
{
|
|
7833
|
+
"kind": "Content",
|
|
7834
|
+
"text": "disablePolling: "
|
|
7835
|
+
},
|
|
7836
|
+
{
|
|
7837
|
+
"kind": "Content",
|
|
7838
|
+
"text": "boolean"
|
|
7839
|
+
},
|
|
7840
|
+
{
|
|
7841
|
+
"kind": "Content",
|
|
7842
|
+
"text": ";"
|
|
7843
|
+
}
|
|
7844
|
+
],
|
|
7845
|
+
"isReadonly": false,
|
|
7846
|
+
"isOptional": false,
|
|
7847
|
+
"releaseTag": "Public",
|
|
7848
|
+
"name": "disablePolling",
|
|
7849
|
+
"propertyTypeTokenRange": {
|
|
7850
|
+
"startIndex": 1,
|
|
7851
|
+
"endIndex": 2
|
|
7852
|
+
},
|
|
7853
|
+
"isStatic": false,
|
|
7854
|
+
"isProtected": false,
|
|
7855
|
+
"isAbstract": false
|
|
7856
|
+
},
|
|
7827
7857
|
{
|
|
7828
7858
|
"kind": "Method",
|
|
7829
7859
|
"canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#disconnectedCallback:member(1)",
|
package/dist/grid-pro.d.ts
CHANGED
|
@@ -1380,6 +1380,7 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
|
|
|
1380
1380
|
movingView: boolean;
|
|
1381
1381
|
orderBy: string;
|
|
1382
1382
|
pollingInterval: number;
|
|
1383
|
+
disablePolling: boolean;
|
|
1383
1384
|
request: any;
|
|
1384
1385
|
resourceName: string;
|
|
1385
1386
|
resourceNameChanged(oldValue: string, newValue: string): void;
|
|
@@ -1563,11 +1564,7 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
1563
1564
|
readonly scrollWidth: number;
|
|
1564
1565
|
readonly shadowRoot: ShadowRoot;
|
|
1565
1566
|
slot: string;
|
|
1566
|
-
readonly tagName: string;
|
|
1567
|
-
* Resets the datasource to its initial state.
|
|
1568
|
-
* @public
|
|
1569
|
-
* @deprecated Use `deinit` instead
|
|
1570
|
-
*/
|
|
1567
|
+
readonly tagName: string;
|
|
1571
1568
|
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1572
1569
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
1573
1570
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
@@ -1745,12 +1742,6 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
1745
1742
|
onchange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1746
1743
|
onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1747
1744
|
onclose: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1748
|
-
/**
|
|
1749
|
-
* Maps the transaction data to the row data mapper function, if it exists.
|
|
1750
|
-
* @param transaction - The transaction data to be mapped.
|
|
1751
|
-
* @param operations - The operations to be mapped. Can be 'add', 'update' or 'remove'.
|
|
1752
|
-
* @returns The mapped transaction (if the row data mapper function exists), or the original transaction.
|
|
1753
|
-
*/
|
|
1754
1745
|
oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1755
1746
|
oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1756
1747
|
ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProGenesisDatasource](./grid-pro.gridprogenesisdatasource.md) > [disablePolling](./grid-pro.gridprogenesisdatasource.disablepolling.md)
|
|
4
|
+
|
|
5
|
+
## GridProGenesisDatasource.disablePolling property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
disablePolling: boolean;
|
|
11
|
+
```
|
|
@@ -27,6 +27,7 @@ Only supports Client-Side Row Model.
|
|
|
27
27
|
| [datasource](./grid-pro.gridprogenesisdatasource.datasource.md) | | Datasource | |
|
|
28
28
|
| [deferredColumnStates](./grid-pro.gridprogenesisdatasource.deferredcolumnstates.md) | | ColumnState\[\] | |
|
|
29
29
|
| [deferredGridOptions](./grid-pro.gridprogenesisdatasource.deferredgridoptions.md) | | GridOptions | |
|
|
30
|
+
| [disablePolling](./grid-pro.gridprogenesisdatasource.disablepolling.md) | | boolean | |
|
|
30
31
|
| [fields](./grid-pro.gridprogenesisdatasource.fields.md) | | string | |
|
|
31
32
|
| [isSnapshot](./grid-pro.gridprogenesisdatasource.issnapshot.md) | | boolean | |
|
|
32
33
|
| [maxRows](./grid-pro.gridprogenesisdatasource.maxrows.md) | | number | |
|
package/docs/api-report.md
CHANGED
|
@@ -720,6 +720,8 @@ export class GridProGenesisDatasource extends GridProGenesisDatasource_base {
|
|
|
720
720
|
deferredGridOptions: GridOptions;
|
|
721
721
|
deinit(): void;
|
|
722
722
|
// (undocumented)
|
|
723
|
+
disablePolling: boolean;
|
|
724
|
+
// (undocumented)
|
|
723
725
|
disconnectedCallback(): void;
|
|
724
726
|
// (undocumented)
|
|
725
727
|
fields: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-pro",
|
|
3
3
|
"description": "Genesis Foundation AG Grid",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.103.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -30,15 +30,15 @@
|
|
|
30
30
|
"test:debug": "genx test --debug"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@genesislcap/foundation-testing": "14.
|
|
34
|
-
"@genesislcap/genx": "14.
|
|
33
|
+
"@genesislcap/foundation-testing": "14.103.0",
|
|
34
|
+
"@genesislcap/genx": "14.103.0",
|
|
35
35
|
"rimraf": "^3.0.2"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@genesislcap/foundation-comms": "14.
|
|
39
|
-
"@genesislcap/foundation-logger": "14.
|
|
40
|
-
"@genesislcap/foundation-ui": "14.
|
|
41
|
-
"@genesislcap/foundation-utils": "14.
|
|
38
|
+
"@genesislcap/foundation-comms": "14.103.0",
|
|
39
|
+
"@genesislcap/foundation-logger": "14.103.0",
|
|
40
|
+
"@genesislcap/foundation-ui": "14.103.0",
|
|
41
|
+
"@genesislcap/foundation-utils": "14.103.0",
|
|
42
42
|
"@microsoft/fast-colors": "^5.1.4",
|
|
43
43
|
"@microsoft/fast-components": "^2.21.3",
|
|
44
44
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
63
|
"customElements": "dist/custom-elements.json",
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "a2f0a1825fe66db9433563c30c256414762f4155"
|
|
65
65
|
}
|