@genesislcap/grid-pro 14.291.2-alpha-39f1157.0 → 14.292.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 +0 -56
- package/dist/dts/datasource/base.datasource.d.ts +10 -8
- package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
- package/dist/esm/datasource/base.datasource.js +0 -5
- package/dist/grid-pro.api.json +0 -30
- package/dist/grid-pro.d.ts +10 -8
- package/docs/api/grid-pro.genesisgriddatasourceelement.md +0 -1
- package/docs/api-report.md +0 -2
- package/package.json +13 -13
- package/docs/api/grid-pro.genesisgriddatasourceelement.polltriggerevents.md +0 -11
|
@@ -6386,14 +6386,6 @@
|
|
|
6386
6386
|
"text": "number"
|
|
6387
6387
|
}
|
|
6388
6388
|
},
|
|
6389
|
-
{
|
|
6390
|
-
"kind": "field",
|
|
6391
|
-
"name": "pollTriggerEvents",
|
|
6392
|
-
"type": {
|
|
6393
|
-
"text": "string[]"
|
|
6394
|
-
},
|
|
6395
|
-
"default": "[]"
|
|
6396
|
-
},
|
|
6397
6389
|
{
|
|
6398
6390
|
"kind": "field",
|
|
6399
6391
|
"name": "disablePolling",
|
|
@@ -7219,18 +7211,6 @@
|
|
|
7219
7211
|
"module": "src/datasource/base.datasource.ts"
|
|
7220
7212
|
}
|
|
7221
7213
|
},
|
|
7222
|
-
{
|
|
7223
|
-
"kind": "field",
|
|
7224
|
-
"name": "pollTriggerEvents",
|
|
7225
|
-
"type": {
|
|
7226
|
-
"text": "string[]"
|
|
7227
|
-
},
|
|
7228
|
-
"default": "[]",
|
|
7229
|
-
"inheritedFrom": {
|
|
7230
|
-
"name": "GenesisGridDatasourceElement",
|
|
7231
|
-
"module": "src/datasource/base.datasource.ts"
|
|
7232
|
-
}
|
|
7233
|
-
},
|
|
7234
7214
|
{
|
|
7235
7215
|
"kind": "field",
|
|
7236
7216
|
"name": "disablePolling",
|
|
@@ -8861,18 +8841,6 @@
|
|
|
8861
8841
|
"module": "src/datasource/base.datasource.ts"
|
|
8862
8842
|
}
|
|
8863
8843
|
},
|
|
8864
|
-
{
|
|
8865
|
-
"kind": "field",
|
|
8866
|
-
"name": "pollTriggerEvents",
|
|
8867
|
-
"type": {
|
|
8868
|
-
"text": "string[]"
|
|
8869
|
-
},
|
|
8870
|
-
"default": "[]",
|
|
8871
|
-
"inheritedFrom": {
|
|
8872
|
-
"name": "GenesisGridDatasourceElement",
|
|
8873
|
-
"module": "src/datasource/base.datasource.ts"
|
|
8874
|
-
}
|
|
8875
|
-
},
|
|
8876
8844
|
{
|
|
8877
8845
|
"kind": "field",
|
|
8878
8846
|
"name": "disablePolling",
|
|
@@ -10284,18 +10252,6 @@
|
|
|
10284
10252
|
"module": "src/datasource/base.datasource.ts"
|
|
10285
10253
|
}
|
|
10286
10254
|
},
|
|
10287
|
-
{
|
|
10288
|
-
"kind": "field",
|
|
10289
|
-
"name": "pollTriggerEvents",
|
|
10290
|
-
"type": {
|
|
10291
|
-
"text": "string[]"
|
|
10292
|
-
},
|
|
10293
|
-
"default": "[]",
|
|
10294
|
-
"inheritedFrom": {
|
|
10295
|
-
"name": "GenesisGridDatasourceElement",
|
|
10296
|
-
"module": "src/datasource/base.datasource.ts"
|
|
10297
|
-
}
|
|
10298
|
-
},
|
|
10299
10255
|
{
|
|
10300
10256
|
"kind": "field",
|
|
10301
10257
|
"name": "disablePolling",
|
|
@@ -13580,18 +13536,6 @@
|
|
|
13580
13536
|
"module": "src/datasource/base.datasource.ts"
|
|
13581
13537
|
}
|
|
13582
13538
|
},
|
|
13583
|
-
{
|
|
13584
|
-
"kind": "field",
|
|
13585
|
-
"name": "pollTriggerEvents",
|
|
13586
|
-
"type": {
|
|
13587
|
-
"text": "string[]"
|
|
13588
|
-
},
|
|
13589
|
-
"default": "[]",
|
|
13590
|
-
"inheritedFrom": {
|
|
13591
|
-
"name": "GenesisGridDatasourceElement",
|
|
13592
|
-
"module": "src/datasource/base.datasource.ts"
|
|
13593
|
-
}
|
|
13594
|
-
},
|
|
13595
13539
|
{
|
|
13596
13540
|
"kind": "field",
|
|
13597
13541
|
"name": "disablePolling",
|
|
@@ -25,7 +25,11 @@ declare const GenesisGridDatasourceElement_base: new () => {
|
|
|
25
25
|
autocapitalize: string;
|
|
26
26
|
dir: string;
|
|
27
27
|
draggable: boolean;
|
|
28
|
-
hidden: boolean;
|
|
28
|
+
hidden: boolean; /**
|
|
29
|
+
* Attribute to set whether the REQUEST object should be automatically set up.
|
|
30
|
+
* @remarks Defaults to `true`. Only applies to REQUEST_SERVER (REQ-REP) resources.
|
|
31
|
+
* @privateRemarks To avoid breaking changes for now, once V15 is out this will be removed and the default behavior will be the same as `false` here.
|
|
32
|
+
*/
|
|
29
33
|
inert: boolean;
|
|
30
34
|
innerText: string;
|
|
31
35
|
lang: string;
|
|
@@ -269,7 +273,10 @@ declare const GenesisGridDatasourceElement_base: new () => {
|
|
|
269
273
|
onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
270
274
|
onload: (this: GlobalEventHandlers, ev: Event) => any;
|
|
271
275
|
onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
272
|
-
onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
276
|
+
onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any; /**
|
|
277
|
+
* Helper function to extract configuration for status bar actions
|
|
278
|
+
* @internal
|
|
279
|
+
*/
|
|
273
280
|
onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
274
281
|
onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
275
282
|
onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
@@ -277,11 +284,7 @@ declare const GenesisGridDatasourceElement_base: new () => {
|
|
|
277
284
|
onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
278
285
|
onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
279
286
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
280
|
-
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
281
|
-
* Gets datasource-specific status bar component configurations.
|
|
282
|
-
* This method should be called by the grid to get status bar panels specific to this datasource.
|
|
283
|
-
* @public
|
|
284
|
-
*/
|
|
287
|
+
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
285
288
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
286
289
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
287
290
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -360,7 +363,6 @@ export declare class GenesisGridDatasourceElement extends GenesisGridDatasourceE
|
|
|
360
363
|
reverse: boolean;
|
|
361
364
|
viewNumber: number;
|
|
362
365
|
pollingInterval: number;
|
|
363
|
-
pollTriggerEvents: string[];
|
|
364
366
|
disablePolling: boolean;
|
|
365
367
|
request: any;
|
|
366
368
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.datasource.d.ts","sourceRoot":"","sources":["../../../src/datasource/base.datasource.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,MAAM,EACN,WAAW,EACX,WAAW,EACX,kBAAkB,EAClB,qBAAqB,EACtB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,UAAU,EAGV,iBAAiB,EACjB,gBAAgB,EAChB,aAAa,EAKd,MAAM,+BAA+B,CAAC;AACvC,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAGxD,OAAO,EAAE,eAAe,EAAE,MAAM,MAAM,CAAC;AAEvC,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAU3C;;;GAGG;AACH,eAAO,MAAM,iBAAiB,MAAM,CAAC;AACrC;;;GAGG;AACH,eAAO,MAAM,YAAY,SAAS,CAAC
|
|
1
|
+
{"version":3,"file":"base.datasource.d.ts","sourceRoot":"","sources":["../../../src/datasource/base.datasource.ts"],"names":[],"mappings":"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"}
|
|
@@ -29,7 +29,6 @@ export class GenesisGridDatasourceElement extends DatasourceEventHandler(Foundat
|
|
|
29
29
|
this.movingView = false;
|
|
30
30
|
this.reverse = false;
|
|
31
31
|
this.pollingInterval = DatasourceDefaults.REQ_REP_POLLING_INTERVAL_MS;
|
|
32
|
-
this.pollTriggerEvents = [];
|
|
33
32
|
this.disablePolling = false;
|
|
34
33
|
/**
|
|
35
34
|
* Attribute to set whether the REQUEST object should be automatically set up.
|
|
@@ -82,7 +81,6 @@ export class GenesisGridDatasourceElement extends DatasourceEventHandler(Foundat
|
|
|
82
81
|
// REQUEST_SERVER only
|
|
83
82
|
disablePolling: this.disablePolling,
|
|
84
83
|
pollingInterval: this.pollingInterval,
|
|
85
|
-
pollTriggerEvents: this.pollTriggerEvents,
|
|
86
84
|
request: this.request,
|
|
87
85
|
requestAutoSetup: this.requestAutoSetup,
|
|
88
86
|
};
|
|
@@ -163,9 +161,6 @@ __decorate([
|
|
|
163
161
|
__decorate([
|
|
164
162
|
attr({ attribute: 'polling-interval' })
|
|
165
163
|
], GenesisGridDatasourceElement.prototype, "pollingInterval", void 0);
|
|
166
|
-
__decorate([
|
|
167
|
-
observable
|
|
168
|
-
], GenesisGridDatasourceElement.prototype, "pollTriggerEvents", void 0);
|
|
169
164
|
__decorate([
|
|
170
165
|
attr({ mode: 'boolean', attribute: 'disable-polling' })
|
|
171
166
|
], GenesisGridDatasourceElement.prototype, "disablePolling", void 0);
|
package/dist/grid-pro.api.json
CHANGED
|
@@ -7775,36 +7775,6 @@
|
|
|
7775
7775
|
"isProtected": false,
|
|
7776
7776
|
"isAbstract": false
|
|
7777
7777
|
},
|
|
7778
|
-
{
|
|
7779
|
-
"kind": "Property",
|
|
7780
|
-
"canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#pollTriggerEvents:member",
|
|
7781
|
-
"docComment": "",
|
|
7782
|
-
"excerptTokens": [
|
|
7783
|
-
{
|
|
7784
|
-
"kind": "Content",
|
|
7785
|
-
"text": "pollTriggerEvents: "
|
|
7786
|
-
},
|
|
7787
|
-
{
|
|
7788
|
-
"kind": "Content",
|
|
7789
|
-
"text": "string[]"
|
|
7790
|
-
},
|
|
7791
|
-
{
|
|
7792
|
-
"kind": "Content",
|
|
7793
|
-
"text": ";"
|
|
7794
|
-
}
|
|
7795
|
-
],
|
|
7796
|
-
"isReadonly": false,
|
|
7797
|
-
"isOptional": false,
|
|
7798
|
-
"releaseTag": "Public",
|
|
7799
|
-
"name": "pollTriggerEvents",
|
|
7800
|
-
"propertyTypeTokenRange": {
|
|
7801
|
-
"startIndex": 1,
|
|
7802
|
-
"endIndex": 2
|
|
7803
|
-
},
|
|
7804
|
-
"isStatic": false,
|
|
7805
|
-
"isProtected": false,
|
|
7806
|
-
"isAbstract": false
|
|
7807
|
-
},
|
|
7808
7778
|
{
|
|
7809
7779
|
"kind": "Method",
|
|
7810
7780
|
"canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#removeFilter:member(1)",
|
package/dist/grid-pro.d.ts
CHANGED
|
@@ -1057,7 +1057,6 @@ export declare class GenesisGridDatasourceElement extends GenesisGridDatasourceE
|
|
|
1057
1057
|
reverse: boolean;
|
|
1058
1058
|
viewNumber: number;
|
|
1059
1059
|
pollingInterval: number;
|
|
1060
|
-
pollTriggerEvents: string[];
|
|
1061
1060
|
disablePolling: boolean;
|
|
1062
1061
|
request: any;
|
|
1063
1062
|
/**
|
|
@@ -1103,7 +1102,11 @@ declare const GenesisGridDatasourceElement_base: new () => {
|
|
|
1103
1102
|
autocapitalize: string;
|
|
1104
1103
|
dir: string;
|
|
1105
1104
|
draggable: boolean;
|
|
1106
|
-
hidden: boolean;
|
|
1105
|
+
hidden: boolean; /**
|
|
1106
|
+
* Attribute to set whether the REQUEST object should be automatically set up.
|
|
1107
|
+
* @remarks Defaults to `true`. Only applies to REQUEST_SERVER (REQ-REP) resources.
|
|
1108
|
+
* @privateRemarks To avoid breaking changes for now, once V15 is out this will be removed and the default behavior will be the same as `false` here.
|
|
1109
|
+
*/
|
|
1107
1110
|
inert: boolean;
|
|
1108
1111
|
innerText: string;
|
|
1109
1112
|
lang: string;
|
|
@@ -1347,7 +1350,10 @@ declare const GenesisGridDatasourceElement_base: new () => {
|
|
|
1347
1350
|
onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
|
|
1348
1351
|
onload: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1349
1352
|
onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1350
|
-
onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1353
|
+
onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any; /**
|
|
1354
|
+
* Helper function to extract configuration for status bar actions
|
|
1355
|
+
* @internal
|
|
1356
|
+
*/
|
|
1351
1357
|
onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1352
1358
|
onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
|
|
1353
1359
|
onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
@@ -1355,11 +1361,7 @@ declare const GenesisGridDatasourceElement_base: new () => {
|
|
|
1355
1361
|
onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1356
1362
|
onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1357
1363
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1358
|
-
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1359
|
-
* Gets datasource-specific status bar component configurations.
|
|
1360
|
-
* This method should be called by the grid to get status bar panels specific to this datasource.
|
|
1361
|
-
* @public
|
|
1362
|
-
*/
|
|
1364
|
+
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1363
1365
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1364
1366
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1365
1367
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -34,7 +34,6 @@ export declare class GenesisGridDatasourceElement extends GenesisGridDatasourceE
|
|
|
34
34
|
| [movingView](./grid-pro.genesisgriddatasourceelement.movingview.md) | | boolean | |
|
|
35
35
|
| [orderBy](./grid-pro.genesisgriddatasourceelement.orderby.md) | | string | |
|
|
36
36
|
| [pollingInterval](./grid-pro.genesisgriddatasourceelement.pollinginterval.md) | | number | |
|
|
37
|
-
| [pollTriggerEvents](./grid-pro.genesisgriddatasourceelement.polltriggerevents.md) | | string\[\] | |
|
|
38
37
|
| [request](./grid-pro.genesisgriddatasourceelement.request.md) | | any | |
|
|
39
38
|
| [requestAutoSetup](./grid-pro.genesisgriddatasourceelement.requestautosetup.md) | | boolean | Attribute to set whether the REQUEST object should be automatically set up. |
|
|
40
39
|
| [resourceName](./grid-pro.genesisgriddatasourceelement.resourcename.md) | | string | |
|
package/docs/api-report.md
CHANGED
|
@@ -818,8 +818,6 @@ export class GenesisGridDatasourceElement extends GenesisGridDatasourceElement_b
|
|
|
818
818
|
// (undocumented)
|
|
819
819
|
pollingInterval: number;
|
|
820
820
|
// (undocumented)
|
|
821
|
-
pollTriggerEvents: string[];
|
|
822
|
-
// (undocumented)
|
|
823
821
|
removeFilter(fieldName: string): void;
|
|
824
822
|
// (undocumented)
|
|
825
823
|
request: any;
|
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.292.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -38,20 +38,20 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@genesislcap/foundation-testing": "14.
|
|
42
|
-
"@genesislcap/genx": "14.
|
|
43
|
-
"@genesislcap/rollup-builder": "14.
|
|
44
|
-
"@genesislcap/ts-builder": "14.
|
|
45
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
46
|
-
"@genesislcap/vite-builder": "14.
|
|
47
|
-
"@genesislcap/webpack-builder": "14.
|
|
41
|
+
"@genesislcap/foundation-testing": "14.292.0",
|
|
42
|
+
"@genesislcap/genx": "14.292.0",
|
|
43
|
+
"@genesislcap/rollup-builder": "14.292.0",
|
|
44
|
+
"@genesislcap/ts-builder": "14.292.0",
|
|
45
|
+
"@genesislcap/uvu-playwright-builder": "14.292.0",
|
|
46
|
+
"@genesislcap/vite-builder": "14.292.0",
|
|
47
|
+
"@genesislcap/webpack-builder": "14.292.0",
|
|
48
48
|
"rimraf": "^5.0.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@genesislcap/foundation-comms": "14.
|
|
52
|
-
"@genesislcap/foundation-logger": "14.
|
|
53
|
-
"@genesislcap/foundation-ui": "14.
|
|
54
|
-
"@genesislcap/foundation-utils": "14.
|
|
51
|
+
"@genesislcap/foundation-comms": "14.292.0",
|
|
52
|
+
"@genesislcap/foundation-logger": "14.292.0",
|
|
53
|
+
"@genesislcap/foundation-ui": "14.292.0",
|
|
54
|
+
"@genesislcap/foundation-utils": "14.292.0",
|
|
55
55
|
"@microsoft/fast-colors": "5.3.1",
|
|
56
56
|
"@microsoft/fast-components": "2.30.6",
|
|
57
57
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"access": "public"
|
|
78
78
|
},
|
|
79
79
|
"customElements": "dist/custom-elements.json",
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "1f6610ae9f53c6ac06b8e2c4921bb6ff7a404902"
|
|
81
81
|
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GenesisGridDatasourceElement](./grid-pro.genesisgriddatasourceelement.md) > [pollTriggerEvents](./grid-pro.genesisgriddatasourceelement.polltriggerevents.md)
|
|
4
|
-
|
|
5
|
-
## GenesisGridDatasourceElement.pollTriggerEvents property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
pollTriggerEvents: string[];
|
|
11
|
-
```
|