@genesislcap/grid-pro 14.77.1 → 14.78.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 +14 -14
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +5 -2
- 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 +9 -9
- package/dist/grid-pro.d.ts +5 -2
- package/package.json +7 -7
|
@@ -4551,13 +4551,6 @@
|
|
|
4551
4551
|
"text": "number"
|
|
4552
4552
|
}
|
|
4553
4553
|
},
|
|
4554
|
-
{
|
|
4555
|
-
"kind": "field",
|
|
4556
|
-
"name": "pollingInterval",
|
|
4557
|
-
"type": {
|
|
4558
|
-
"text": "number"
|
|
4559
|
-
}
|
|
4560
|
-
},
|
|
4561
4554
|
{
|
|
4562
4555
|
"kind": "field",
|
|
4563
4556
|
"name": "movingView",
|
|
@@ -4573,6 +4566,13 @@
|
|
|
4573
4566
|
"text": "string"
|
|
4574
4567
|
}
|
|
4575
4568
|
},
|
|
4569
|
+
{
|
|
4570
|
+
"kind": "field",
|
|
4571
|
+
"name": "pollingInterval",
|
|
4572
|
+
"type": {
|
|
4573
|
+
"text": "number"
|
|
4574
|
+
}
|
|
4575
|
+
},
|
|
4576
4576
|
{
|
|
4577
4577
|
"kind": "field",
|
|
4578
4578
|
"name": "request",
|
|
@@ -5181,13 +5181,6 @@
|
|
|
5181
5181
|
},
|
|
5182
5182
|
"fieldName": "maxView"
|
|
5183
5183
|
},
|
|
5184
|
-
{
|
|
5185
|
-
"name": "polling-interval",
|
|
5186
|
-
"type": {
|
|
5187
|
-
"text": "number"
|
|
5188
|
-
},
|
|
5189
|
-
"fieldName": "pollingInterval"
|
|
5190
|
-
},
|
|
5191
5184
|
{
|
|
5192
5185
|
"name": "moving-view",
|
|
5193
5186
|
"type": {
|
|
@@ -5203,6 +5196,13 @@
|
|
|
5203
5196
|
},
|
|
5204
5197
|
"fieldName": "orderBy"
|
|
5205
5198
|
},
|
|
5199
|
+
{
|
|
5200
|
+
"name": "polling-interval",
|
|
5201
|
+
"type": {
|
|
5202
|
+
"text": "number"
|
|
5203
|
+
},
|
|
5204
|
+
"fieldName": "pollingInterval"
|
|
5205
|
+
},
|
|
5206
5206
|
{
|
|
5207
5207
|
"name": "resource-name",
|
|
5208
5208
|
"type": {
|
|
@@ -82,7 +82,10 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
82
82
|
getAttributeNS(namespace: string, localName: string): string;
|
|
83
83
|
getAttributeNames(): string[];
|
|
84
84
|
getAttributeNode(qualifiedName: string): Attr;
|
|
85
|
-
getAttributeNodeNS(namespace: string, localName: string): Attr;
|
|
85
|
+
getAttributeNodeNS(namespace: string, localName: string): Attr; /**
|
|
86
|
+
* Restarts the datasource, uses `deinit` and `init` in sequence.
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
86
89
|
getBoundingClientRect(): DOMRect;
|
|
87
90
|
getClientRects(): DOMRectList;
|
|
88
91
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
|
@@ -351,9 +354,9 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
|
|
|
351
354
|
isSnapshot: boolean;
|
|
352
355
|
maxRows: number;
|
|
353
356
|
maxView: number;
|
|
354
|
-
pollingInterval: number;
|
|
355
357
|
movingView: boolean;
|
|
356
358
|
orderBy: string;
|
|
359
|
+
pollingInterval: number;
|
|
357
360
|
request: any;
|
|
358
361
|
resourceName: string;
|
|
359
362
|
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,EAAU,WAAW,EAAsB,MAAM,yBAAyB,CAAC;AAClF,OAAO,EACL,IAAI,EACJ,OAAO,EAEP,UAAU,EAYX,MAAM,+BAA+B,CAAC;AAGvC,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAkB/D;;;GAGG;AACH,oBAAY,aAAa;IACvB,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,MAAM,WAAW;CAClB
|
|
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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"}
|
|
@@ -33,8 +33,8 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
33
33
|
this.isSnapshot = false;
|
|
34
34
|
this.maxRows = DatasourceDefaults.MAX_ROWS_250;
|
|
35
35
|
this.maxView = DatasourceDefaults.MAX_VIEW_1000;
|
|
36
|
-
this.pollingInterval = DatasourceDefaults.REQ_REP_POLLING_INTERVAL_MS;
|
|
37
36
|
this.movingView = false;
|
|
37
|
+
this.pollingInterval = DatasourceDefaults.REQ_REP_POLLING_INTERVAL_MS;
|
|
38
38
|
this.reverse = false;
|
|
39
39
|
this.restartOnReconnection = false;
|
|
40
40
|
this.isRequestServer = false;
|
|
@@ -302,14 +302,14 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
302
302
|
criteria: this.buildCriteria(),
|
|
303
303
|
fields: this.fields,
|
|
304
304
|
isSnapshot: this.isSnapshot,
|
|
305
|
-
orderBy: this.orderBy,
|
|
306
|
-
resourceName: this.resourceName,
|
|
307
|
-
request: this.request,
|
|
308
|
-
reverse: this.reverse,
|
|
309
305
|
maxRows: this.maxRows,
|
|
310
306
|
maxView: this.maxView,
|
|
311
|
-
pollingInterval: this.pollingInterval,
|
|
312
307
|
movingView: this.movingView,
|
|
308
|
+
orderBy: this.orderBy,
|
|
309
|
+
pollingInterval: this.pollingInterval,
|
|
310
|
+
request: this.request,
|
|
311
|
+
resourceName: this.resourceName,
|
|
312
|
+
reverse: this.reverse,
|
|
313
313
|
};
|
|
314
314
|
}
|
|
315
315
|
handleStreamResult(result) {
|
|
@@ -499,15 +499,15 @@ __decorate([
|
|
|
499
499
|
__decorate([
|
|
500
500
|
attr({ attribute: 'max-view' })
|
|
501
501
|
], GridProGenesisDatasource.prototype, "maxView", void 0);
|
|
502
|
-
__decorate([
|
|
503
|
-
attr({ attribute: 'polling-interval' })
|
|
504
|
-
], GridProGenesisDatasource.prototype, "pollingInterval", void 0);
|
|
505
502
|
__decorate([
|
|
506
503
|
attr({ mode: 'boolean', attribute: 'moving-view' })
|
|
507
504
|
], GridProGenesisDatasource.prototype, "movingView", void 0);
|
|
508
505
|
__decorate([
|
|
509
506
|
attr({ attribute: 'order-by' })
|
|
510
507
|
], GridProGenesisDatasource.prototype, "orderBy", void 0);
|
|
508
|
+
__decorate([
|
|
509
|
+
attr({ attribute: 'polling-interval' })
|
|
510
|
+
], GridProGenesisDatasource.prototype, "pollingInterval", void 0);
|
|
511
511
|
__decorate([
|
|
512
512
|
observable
|
|
513
513
|
], GridProGenesisDatasource.prototype, "request", void 0);
|
package/dist/grid-pro.d.ts
CHANGED
|
@@ -1232,9 +1232,9 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
|
|
|
1232
1232
|
isSnapshot: boolean;
|
|
1233
1233
|
maxRows: number;
|
|
1234
1234
|
maxView: number;
|
|
1235
|
-
pollingInterval: number;
|
|
1236
1235
|
movingView: boolean;
|
|
1237
1236
|
orderBy: string;
|
|
1237
|
+
pollingInterval: number;
|
|
1238
1238
|
request: any;
|
|
1239
1239
|
resourceName: string;
|
|
1240
1240
|
resourceNameChanged(oldValue: string, newValue: string): void;
|
|
@@ -1425,7 +1425,10 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
1425
1425
|
getAttributeNS(namespace: string, localName: string): string;
|
|
1426
1426
|
getAttributeNames(): string[];
|
|
1427
1427
|
getAttributeNode(qualifiedName: string): Attr;
|
|
1428
|
-
getAttributeNodeNS(namespace: string, localName: string): Attr;
|
|
1428
|
+
getAttributeNodeNS(namespace: string, localName: string): Attr; /**
|
|
1429
|
+
* Restarts the datasource, uses `deinit` and `init` in sequence.
|
|
1430
|
+
* @public
|
|
1431
|
+
*/
|
|
1429
1432
|
getBoundingClientRect(): DOMRect;
|
|
1430
1433
|
getClientRects(): DOMRectList;
|
|
1431
1434
|
getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
|
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.78.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
"test:debug": "genx test --debug"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@genesislcap/foundation-testing": "14.
|
|
32
|
-
"@genesislcap/genx": "14.
|
|
31
|
+
"@genesislcap/foundation-testing": "14.78.0",
|
|
32
|
+
"@genesislcap/genx": "14.78.0",
|
|
33
33
|
"rimraf": "^3.0.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@genesislcap/foundation-comms": "14.
|
|
37
|
-
"@genesislcap/foundation-ui": "14.
|
|
38
|
-
"@genesislcap/foundation-utils": "14.
|
|
36
|
+
"@genesislcap/foundation-comms": "14.78.0",
|
|
37
|
+
"@genesislcap/foundation-ui": "14.78.0",
|
|
38
|
+
"@genesislcap/foundation-utils": "14.78.0",
|
|
39
39
|
"@microsoft/fast-colors": "^5.1.4",
|
|
40
40
|
"@microsoft/fast-components": "^2.21.3",
|
|
41
41
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
60
|
"customElements": "dist/custom-elements.json",
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "584ca63fcfc3786d84e4c062252f8a1a28be3a87"
|
|
62
62
|
}
|