@genesislcap/grid-pro 14.158.2-alpha-915c0d5.0 → 14.158.2
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 -40
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +23 -9
- 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 +1 -5
- package/dist/grid-pro.api.json +0 -30
- package/dist/grid-pro.d.ts +23 -9
- package/docs/api/grid-pro.gridprogenesisdatasource.md +0 -1
- package/docs/api-report.md +0 -2
- package/package.json +13 -13
- package/docs/api/grid-pro.gridprogenesisdatasource.keepcoldefsonclearrowdata.md +0 -11
|
@@ -6768,18 +6768,6 @@
|
|
|
6768
6768
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
6769
6769
|
}
|
|
6770
6770
|
},
|
|
6771
|
-
{
|
|
6772
|
-
"kind": "field",
|
|
6773
|
-
"name": "keepColDefsOnClearRowData",
|
|
6774
|
-
"type": {
|
|
6775
|
-
"text": "boolean"
|
|
6776
|
-
},
|
|
6777
|
-
"default": "false",
|
|
6778
|
-
"inheritedFrom": {
|
|
6779
|
-
"name": "GridProGenesisDatasource",
|
|
6780
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
6781
|
-
}
|
|
6782
|
-
},
|
|
6783
6771
|
{
|
|
6784
6772
|
"kind": "field",
|
|
6785
6773
|
"name": "dataSub",
|
|
@@ -7688,18 +7676,6 @@
|
|
|
7688
7676
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
7689
7677
|
}
|
|
7690
7678
|
},
|
|
7691
|
-
{
|
|
7692
|
-
"name": "keep-col-defs-on-clear-row-data",
|
|
7693
|
-
"type": {
|
|
7694
|
-
"text": "boolean"
|
|
7695
|
-
},
|
|
7696
|
-
"default": "false",
|
|
7697
|
-
"fieldName": "keepColDefsOnClearRowData",
|
|
7698
|
-
"inheritedFrom": {
|
|
7699
|
-
"name": "GridProGenesisDatasource",
|
|
7700
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
7701
|
-
}
|
|
7702
|
-
},
|
|
7703
7679
|
{
|
|
7704
7680
|
"name": "criteria",
|
|
7705
7681
|
"type": {
|
|
@@ -9605,14 +9581,6 @@
|
|
|
9605
9581
|
},
|
|
9606
9582
|
"default": "false"
|
|
9607
9583
|
},
|
|
9608
|
-
{
|
|
9609
|
-
"kind": "field",
|
|
9610
|
-
"name": "keepColDefsOnClearRowData",
|
|
9611
|
-
"type": {
|
|
9612
|
-
"text": "boolean"
|
|
9613
|
-
},
|
|
9614
|
-
"default": "false"
|
|
9615
|
-
},
|
|
9616
9584
|
{
|
|
9617
9585
|
"kind": "field",
|
|
9618
9586
|
"name": "dataSub",
|
|
@@ -10505,14 +10473,6 @@
|
|
|
10505
10473
|
"default": "false",
|
|
10506
10474
|
"fieldName": "restartOnReconnection"
|
|
10507
10475
|
},
|
|
10508
|
-
{
|
|
10509
|
-
"name": "keep-col-defs-on-clear-row-data",
|
|
10510
|
-
"type": {
|
|
10511
|
-
"text": "boolean"
|
|
10512
|
-
},
|
|
10513
|
-
"default": "false",
|
|
10514
|
-
"fieldName": "keepColDefsOnClearRowData"
|
|
10515
|
-
},
|
|
10516
10476
|
{
|
|
10517
10477
|
"name": "criteria",
|
|
10518
10478
|
"type": {
|
|
@@ -46,7 +46,10 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
46
46
|
readonly classList: DOMTokenList;
|
|
47
47
|
className: string;
|
|
48
48
|
readonly clientHeight: number;
|
|
49
|
-
readonly clientLeft: number;
|
|
49
|
+
readonly clientLeft: number; /**
|
|
50
|
+
* Restarts the datasource, uses `deinit` and `init` in sequence.
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
50
53
|
readonly clientTop: number;
|
|
51
54
|
readonly clientWidth: number;
|
|
52
55
|
id: string;
|
|
@@ -57,11 +60,6 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
57
60
|
outerHTML: string;
|
|
58
61
|
readonly ownerDocument: Document;
|
|
59
62
|
readonly part: DOMTokenList;
|
|
60
|
-
/**
|
|
61
|
-
* Sends a DATA_LOGOFF when the resource is an active stream
|
|
62
|
-
* @remarks Will only happen for streaming DATASERER resources.
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
65
63
|
readonly prefix: string;
|
|
66
64
|
readonly scrollHeight: number;
|
|
67
65
|
scrollLeft: number;
|
|
@@ -70,7 +68,12 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
70
68
|
readonly shadowRoot: ShadowRoot;
|
|
71
69
|
slot: string;
|
|
72
70
|
readonly tagName: string;
|
|
73
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
71
|
+
attachShadow(init: ShadowRootInit): ShadowRoot; /**
|
|
72
|
+
* Clears the rowData and columnDefs for the grid.
|
|
73
|
+
* @remarks This is called when `reloadResourceData` happens, on criteria and filters change or full `reset`.
|
|
74
|
+
* @param withColumnDefs - Whether to clear the columnDefs as well. Defaults to true.
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
74
77
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
75
78
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
76
79
|
closest<E extends Element = Element>(selectors: string): E;
|
|
@@ -96,6 +99,12 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
96
99
|
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
97
100
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
98
101
|
matches(selectors: string): boolean;
|
|
102
|
+
/**
|
|
103
|
+
* Resets the grid data while keeping columnDefs and sends a DATA_LOGOFF message if it's a stream.
|
|
104
|
+
* Proxies to {@link @genesislcap/grid-pro#GridProGenesisDatasource.loadResourceData} but without the full init (no metadata fetch).
|
|
105
|
+
* @remarks This is used when the grid is already initialized and we want to reload the data due to a criteria/filter change.
|
|
106
|
+
* @internal
|
|
107
|
+
*/
|
|
99
108
|
releasePointerCapture(pointerId: number): void;
|
|
100
109
|
removeAttribute(qualifiedName: string): void;
|
|
101
110
|
removeAttributeNS(namespace: string, localName: string): void;
|
|
@@ -109,7 +118,13 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
109
118
|
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
110
119
|
scrollTo(options?: ScrollToOptions): void;
|
|
111
120
|
scrollTo(x: number, y: number): void;
|
|
112
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
121
|
+
setAttribute(qualifiedName: string, value: string): void; /**
|
|
122
|
+
* Initializes the datasource and loads the data for the grid.
|
|
123
|
+
* Handles both snapshot and stream data (for both REQUEST_SERVER and DATASERVER resource types).
|
|
124
|
+
*
|
|
125
|
+
* @param withFullInit - if true, will call datasource.init() with requiresMetadataFetch = true, fetching fresh metadata
|
|
126
|
+
* @internal
|
|
127
|
+
*/
|
|
113
128
|
setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
|
|
114
129
|
setAttributeNode(attr: Attr): Attr;
|
|
115
130
|
setAttributeNodeNS(attr: Attr): Attr;
|
|
@@ -347,7 +362,6 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
|
|
|
347
362
|
request: any;
|
|
348
363
|
resourceNameChanged(oldValue: string, newValue: string): void;
|
|
349
364
|
restartOnReconnection: boolean;
|
|
350
|
-
keepColDefsOnClearRowData: boolean;
|
|
351
365
|
private dataSub;
|
|
352
366
|
private updateSub;
|
|
353
367
|
private connectionSub;
|
|
@@ -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,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC9F,OAAO,EACL,IAAI,EACJ,UAAU,EAYX,MAAM,+BAA+B,CAAC;AAKvC,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC
|
|
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,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC9F,OAAO,EACL,IAAI,EACJ,UAAU,EAYX,MAAM,+BAA+B,CAAC;AAKvC,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4MpE;;;OAGG;;;;;;;;;;;;;;;;;;;oDA4BH;;;;;OAKG;;;;;;;;;;;;;;;;;;;;;;;;;;IAoDH;;;;;OAKG;;;;;;;;;;;;;;8DAaH;;;;;;OAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAjTL;;;;GAIG;AACH,qBAGa,wBAAyB,SAAQ,6BAAqC;IAC3E,IAAI,EAAG,IAAI,CAAC;IACN,UAAU,EAAG,UAAU,CAAC;IAEpC,aAAa,SAAsB;IACnC,kBAAkB,SAA2B;IAG7C,eAAe,CAAC,WAAW,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;IASf,eAAe,EAAE,MAAM,CACf;IACQ,cAAc,EAAE,OAAO,CAAS;IAC7E,OAAO,EAAE,GAAG,CAAC;IAEzB,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAKW,qBAAqB,UAAS;IAE/F,OAAO,CAAC,OAAO,CAAe;IAC9B,OAAO,CAAC,SAAS,CAAe;IAChC,OAAO,CAAC,aAAa,CAAe;IAEpC,OAAO,CAAC,6BAA6B,CAAQ;IAE7C,OAAO,CAAC,SAAS,CAAS;IAE1B,OAAO,CAAC,mBAAmB,CAAkC;IAC7D,OAAO,CAAC,MAAM,CAAwE;IAEtF,iBAAiB;IAuBjB,oBAAoB;IAWX,SAAS,IAAI,IAAI;IAU1B;;;;OAIG;IACG,IAAI;IAqDV;;;OAGG;IACH,MAAM;IAIN;;;;OAIG;IACH,KAAK;IA8BL;;;OAGG;IACH,OAAO;IAKP;;OAEG;IACH,WAAW;IAIX;;;;OAIG;IACH,OAAO,CAAC,UAAU;IAUlB;;;;;OAKG;IACH,OAAO,CAAC,YAAY;IAWpB;;;;OAIG;YACW,UAAU;IAmCxB;;;;;OAKG;YACW,kBAAkB;IAYhC;;;;;;OAMG;YACW,gBAAgB;IA0D9B,OAAO,CAAC,cAAc;IActB,YAAY,CAAC,MAAM,KAAA;IAOnB,OAAO,CAAC,iBAAiB;IAiBzB,OAAO,CAAC,kBAAkB;IAU1B,OAAO,CAAC,sBAAsB;IA2C9B,OAAO,CAAC,mBAAmB;YAsBb,eAAe;IAc7B,OAAO,CAAC,aAAa;IAMd,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM;IAK9C,YAAY,CAAC,SAAS,EAAE,MAAM;IAK5B,gBAAgB,CACvB,aAAa,EAAE,kBAAkB,GAChC,kBAAkB,GAAG,IAAI,GAAG,SAAS;IAI/B,qBAAqB,CAC5B,aAAa,EAAE,kBAAkB,EACjC,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,kBAAkB,KAAK,IAAI,GAC3C,IAAI;CAGR"}
|
|
@@ -24,7 +24,6 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
24
24
|
this.pollingInterval = DatasourceDefaults.REQ_REP_POLLING_INTERVAL_MS;
|
|
25
25
|
this.disablePolling = false;
|
|
26
26
|
this.restartOnReconnection = false;
|
|
27
|
-
this.keepColDefsOnClearRowData = false;
|
|
28
27
|
this.requiresFullRowDataAndColDefs = true;
|
|
29
28
|
this.criteriaFromFilters = new Map();
|
|
30
29
|
this.update = new BehaviorSubject(new Map());
|
|
@@ -185,7 +184,7 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
185
184
|
var _a, _b, _c, _d;
|
|
186
185
|
this.rowData = new Map();
|
|
187
186
|
this.agTransaction = undefined;
|
|
188
|
-
if (withColumnDefs
|
|
187
|
+
if (withColumnDefs) {
|
|
189
188
|
(_b = (_a = this.agGrid) === null || _a === void 0 ? void 0 : _a.gridApi) === null || _b === void 0 ? void 0 : _b.setColumnDefs([]);
|
|
190
189
|
}
|
|
191
190
|
(_d = (_c = this.agGrid) === null || _c === void 0 ? void 0 : _c.gridApi) === null || _d === void 0 ? void 0 : _d.setRowData([]);
|
|
@@ -437,9 +436,6 @@ __decorate([
|
|
|
437
436
|
__decorate([
|
|
438
437
|
attr({ mode: 'boolean', attribute: 'restart-on-reconnection' })
|
|
439
438
|
], GridProGenesisDatasource.prototype, "restartOnReconnection", void 0);
|
|
440
|
-
__decorate([
|
|
441
|
-
attr({ mode: 'boolean', attribute: 'keep-col-defs-on-clear-row-data' })
|
|
442
|
-
], GridProGenesisDatasource.prototype, "keepColDefsOnClearRowData", void 0);
|
|
443
439
|
GridProGenesisDatasource = __decorate([
|
|
444
440
|
customElement({
|
|
445
441
|
name: 'grid-pro-genesis-datasource',
|
package/dist/grid-pro.api.json
CHANGED
|
@@ -10691,36 +10691,6 @@
|
|
|
10691
10691
|
"isAbstract": false,
|
|
10692
10692
|
"name": "init"
|
|
10693
10693
|
},
|
|
10694
|
-
{
|
|
10695
|
-
"kind": "Property",
|
|
10696
|
-
"canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#keepColDefsOnClearRowData:member",
|
|
10697
|
-
"docComment": "",
|
|
10698
|
-
"excerptTokens": [
|
|
10699
|
-
{
|
|
10700
|
-
"kind": "Content",
|
|
10701
|
-
"text": "keepColDefsOnClearRowData: "
|
|
10702
|
-
},
|
|
10703
|
-
{
|
|
10704
|
-
"kind": "Content",
|
|
10705
|
-
"text": "boolean"
|
|
10706
|
-
},
|
|
10707
|
-
{
|
|
10708
|
-
"kind": "Content",
|
|
10709
|
-
"text": ";"
|
|
10710
|
-
}
|
|
10711
|
-
],
|
|
10712
|
-
"isReadonly": false,
|
|
10713
|
-
"isOptional": false,
|
|
10714
|
-
"releaseTag": "Public",
|
|
10715
|
-
"name": "keepColDefsOnClearRowData",
|
|
10716
|
-
"propertyTypeTokenRange": {
|
|
10717
|
-
"startIndex": 1,
|
|
10718
|
-
"endIndex": 2
|
|
10719
|
-
},
|
|
10720
|
-
"isStatic": false,
|
|
10721
|
-
"isProtected": false,
|
|
10722
|
-
"isAbstract": false
|
|
10723
|
-
},
|
|
10724
10694
|
{
|
|
10725
10695
|
"kind": "Property",
|
|
10726
10696
|
"canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#pollingInterval:member",
|
package/dist/grid-pro.d.ts
CHANGED
|
@@ -1765,7 +1765,6 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
|
|
|
1765
1765
|
request: any;
|
|
1766
1766
|
resourceNameChanged(oldValue: string, newValue: string): void;
|
|
1767
1767
|
restartOnReconnection: boolean;
|
|
1768
|
-
keepColDefsOnClearRowData: boolean;
|
|
1769
1768
|
private dataSub;
|
|
1770
1769
|
private updateSub;
|
|
1771
1770
|
private connectionSub;
|
|
@@ -1895,7 +1894,10 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
1895
1894
|
readonly classList: DOMTokenList;
|
|
1896
1895
|
className: string;
|
|
1897
1896
|
readonly clientHeight: number;
|
|
1898
|
-
readonly clientLeft: number;
|
|
1897
|
+
readonly clientLeft: number; /**
|
|
1898
|
+
* Restarts the datasource, uses `deinit` and `init` in sequence.
|
|
1899
|
+
* @public
|
|
1900
|
+
*/
|
|
1899
1901
|
readonly clientTop: number;
|
|
1900
1902
|
readonly clientWidth: number;
|
|
1901
1903
|
id: string;
|
|
@@ -1906,11 +1908,6 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
1906
1908
|
outerHTML: string;
|
|
1907
1909
|
readonly ownerDocument: Document;
|
|
1908
1910
|
readonly part: DOMTokenList;
|
|
1909
|
-
/**
|
|
1910
|
-
* Sends a DATA_LOGOFF when the resource is an active stream
|
|
1911
|
-
* @remarks Will only happen for streaming DATASERER resources.
|
|
1912
|
-
* @internal
|
|
1913
|
-
*/
|
|
1914
1911
|
readonly prefix: string;
|
|
1915
1912
|
readonly scrollHeight: number;
|
|
1916
1913
|
scrollLeft: number;
|
|
@@ -1919,7 +1916,12 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
1919
1916
|
readonly shadowRoot: ShadowRoot;
|
|
1920
1917
|
slot: string;
|
|
1921
1918
|
readonly tagName: string;
|
|
1922
|
-
attachShadow(init: ShadowRootInit): ShadowRoot;
|
|
1919
|
+
attachShadow(init: ShadowRootInit): ShadowRoot; /**
|
|
1920
|
+
* Clears the rowData and columnDefs for the grid.
|
|
1921
|
+
* @remarks This is called when `reloadResourceData` happens, on criteria and filters change or full `reset`.
|
|
1922
|
+
* @param withColumnDefs - Whether to clear the columnDefs as well. Defaults to true.
|
|
1923
|
+
* @internal
|
|
1924
|
+
*/
|
|
1923
1925
|
closest<K_2 extends keyof HTMLElementTagNameMap>(selector: K_2): HTMLElementTagNameMap[K_2];
|
|
1924
1926
|
closest<K_3 extends keyof SVGElementTagNameMap>(selector: K_3): SVGElementTagNameMap[K_3];
|
|
1925
1927
|
closest<E extends Element = Element>(selectors: string): E;
|
|
@@ -1945,6 +1947,12 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
1945
1947
|
insertAdjacentHTML(position: InsertPosition, text: string): void;
|
|
1946
1948
|
insertAdjacentText(where: InsertPosition, data: string): void;
|
|
1947
1949
|
matches(selectors: string): boolean;
|
|
1950
|
+
/**
|
|
1951
|
+
* Resets the grid data while keeping columnDefs and sends a DATA_LOGOFF message if it's a stream.
|
|
1952
|
+
* Proxies to {@link @genesislcap/grid-pro#GridProGenesisDatasource.loadResourceData} but without the full init (no metadata fetch).
|
|
1953
|
+
* @remarks This is used when the grid is already initialized and we want to reload the data due to a criteria/filter change.
|
|
1954
|
+
* @internal
|
|
1955
|
+
*/
|
|
1948
1956
|
releasePointerCapture(pointerId: number): void;
|
|
1949
1957
|
removeAttribute(qualifiedName: string): void;
|
|
1950
1958
|
removeAttributeNS(namespace: string, localName: string): void;
|
|
@@ -1958,7 +1966,13 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
1958
1966
|
scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
|
|
1959
1967
|
scrollTo(options?: ScrollToOptions): void;
|
|
1960
1968
|
scrollTo(x: number, y: number): void;
|
|
1961
|
-
setAttribute(qualifiedName: string, value: string): void;
|
|
1969
|
+
setAttribute(qualifiedName: string, value: string): void; /**
|
|
1970
|
+
* Initializes the datasource and loads the data for the grid.
|
|
1971
|
+
* Handles both snapshot and stream data (for both REQUEST_SERVER and DATASERVER resource types).
|
|
1972
|
+
*
|
|
1973
|
+
* @param withFullInit - if true, will call datasource.init() with requiresMetadataFetch = true, fetching fresh metadata
|
|
1974
|
+
* @internal
|
|
1975
|
+
*/
|
|
1962
1976
|
setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
|
|
1963
1977
|
setAttributeNode(attr: Attr): Attr;
|
|
1964
1978
|
setAttributeNodeNS(attr: Attr): Attr;
|
|
@@ -26,7 +26,6 @@ Only supports Client-Side Row Model.
|
|
|
26
26
|
| [auth](./grid-pro.gridprogenesisdatasource.auth.md) | | Auth | |
|
|
27
27
|
| [datasource](./grid-pro.gridprogenesisdatasource.datasource.md) | | Datasource | |
|
|
28
28
|
| [disablePolling](./grid-pro.gridprogenesisdatasource.disablepolling.md) | | boolean | |
|
|
29
|
-
| [keepColDefsOnClearRowData](./grid-pro.gridprogenesisdatasource.keepcoldefsonclearrowdata.md) | | boolean | |
|
|
30
29
|
| [pollingInterval](./grid-pro.gridprogenesisdatasource.pollinginterval.md) | | number | |
|
|
31
30
|
| [request](./grid-pro.gridprogenesisdatasource.request.md) | | any | |
|
|
32
31
|
| [restartOnReconnection](./grid-pro.gridprogenesisdatasource.restartonreconnection.md) | | boolean | |
|
package/docs/api-report.md
CHANGED
|
@@ -972,8 +972,6 @@ export class GridProGenesisDatasource extends GridProGenesisDatasource_base {
|
|
|
972
972
|
handleErrors(result: any): void;
|
|
973
973
|
init(): Promise<void>;
|
|
974
974
|
// (undocumented)
|
|
975
|
-
keepColDefsOnClearRowData: boolean;
|
|
976
|
-
// (undocumented)
|
|
977
975
|
pollingInterval: number;
|
|
978
976
|
refreshRows(): void;
|
|
979
977
|
// (undocumented)
|
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.158.2
|
|
4
|
+
"version": "14.158.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -30,20 +30,20 @@
|
|
|
30
30
|
"test:debug": "genx test --debug"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@genesislcap/foundation-testing": "14.158.2
|
|
34
|
-
"@genesislcap/genx": "14.158.2
|
|
35
|
-
"@genesislcap/rollup-builder": "14.158.2
|
|
36
|
-
"@genesislcap/ts-builder": "14.158.2
|
|
37
|
-
"@genesislcap/uvu-playwright-builder": "14.158.2
|
|
38
|
-
"@genesislcap/vite-builder": "14.158.2
|
|
39
|
-
"@genesislcap/webpack-builder": "14.158.2
|
|
33
|
+
"@genesislcap/foundation-testing": "14.158.2",
|
|
34
|
+
"@genesislcap/genx": "14.158.2",
|
|
35
|
+
"@genesislcap/rollup-builder": "14.158.2",
|
|
36
|
+
"@genesislcap/ts-builder": "14.158.2",
|
|
37
|
+
"@genesislcap/uvu-playwright-builder": "14.158.2",
|
|
38
|
+
"@genesislcap/vite-builder": "14.158.2",
|
|
39
|
+
"@genesislcap/webpack-builder": "14.158.2",
|
|
40
40
|
"rimraf": "^3.0.2"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@genesislcap/foundation-comms": "14.158.2
|
|
44
|
-
"@genesislcap/foundation-logger": "14.158.2
|
|
45
|
-
"@genesislcap/foundation-ui": "14.158.2
|
|
46
|
-
"@genesislcap/foundation-utils": "14.158.2
|
|
43
|
+
"@genesislcap/foundation-comms": "14.158.2",
|
|
44
|
+
"@genesislcap/foundation-logger": "14.158.2",
|
|
45
|
+
"@genesislcap/foundation-ui": "14.158.2",
|
|
46
|
+
"@genesislcap/foundation-utils": "14.158.2",
|
|
47
47
|
"@microsoft/fast-colors": "^5.3.1",
|
|
48
48
|
"@microsoft/fast-components": "^2.30.6",
|
|
49
49
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
71
|
"customElements": "dist/custom-elements.json",
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "f705d3c4a2734fa6f5c4a1b6255f7784e131cd53"
|
|
73
73
|
}
|
|
@@ -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) > [GridProGenesisDatasource](./grid-pro.gridprogenesisdatasource.md) > [keepColDefsOnClearRowData](./grid-pro.gridprogenesisdatasource.keepcoldefsonclearrowdata.md)
|
|
4
|
-
|
|
5
|
-
## GridProGenesisDatasource.keepColDefsOnClearRowData property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
keepColDefsOnClearRowData: boolean;
|
|
11
|
-
```
|