@genesislcap/grid-pro 14.188.0-FUI-2012.1 → 14.188.0-FUI-2012-tabulator.1
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 +10 -6
- package/dist/dts/grid-pro.d.ts +11 -3
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/esm/grid-pro.js +7 -10
- package/dist/grid-pro.api.json +66 -2
- package/dist/grid-pro.d.ts +11 -3
- package/docs/api/grid-pro.gridpro.md +1 -0
- package/docs/api/grid-pro.gridpro.rowdata.md +1 -1
- package/docs/api/grid-pro.gridpro.rowdatachanged.md +23 -0
- package/docs/api-report.md +3 -2
- package/package.json +13 -13
|
@@ -783,12 +783,16 @@
|
|
|
783
783
|
}
|
|
784
784
|
},
|
|
785
785
|
{
|
|
786
|
-
"kind": "
|
|
787
|
-
"name": "
|
|
788
|
-
"
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
786
|
+
"kind": "method",
|
|
787
|
+
"name": "rowDataChanged",
|
|
788
|
+
"parameters": [
|
|
789
|
+
{
|
|
790
|
+
"name": "oldValue"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"name": "newValue"
|
|
794
|
+
}
|
|
795
|
+
]
|
|
792
796
|
},
|
|
793
797
|
{
|
|
794
798
|
"kind": "field",
|
package/dist/dts/grid-pro.d.ts
CHANGED
|
@@ -281,6 +281,15 @@ declare const GridPro_base: (new (...args: any[]) => {
|
|
|
281
281
|
onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
282
282
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
283
283
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
284
|
+
/**
|
|
285
|
+
* Will merge templated column definitions with `columnDefs` plus localStorage's column state or `deferredColumnStates`.
|
|
286
|
+
* @public
|
|
287
|
+
* @remarks This will favor the column state from the browser's local storage over the `deferredColumnStates` property on the `grid-pro-genesis-datasource` element.
|
|
288
|
+
* @param columnDefs - The column definitions to apply to the grid.
|
|
289
|
+
* @param deferredColumnDefsOrState - If true, will merge the column definitions with the saved column state or the `deferredColumnStates` property
|
|
290
|
+
* on the `grid-pro-genesis-datasource` element. Defaults to false but `grid-pro-genesis-datasource` will set this to true.
|
|
291
|
+
* @returns The merged column definitions.
|
|
292
|
+
*/
|
|
284
293
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
285
294
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
286
295
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -476,9 +485,8 @@ export declare class GridPro extends GridPro_base {
|
|
|
476
485
|
private restoreColumnState;
|
|
477
486
|
private cacheFilterConfig;
|
|
478
487
|
restoreCachedFilterConfig(): Promise<void>;
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
private _rowData;
|
|
488
|
+
rowData: any[];
|
|
489
|
+
rowDataChanged(oldValue: any, newValue: any): void;
|
|
482
490
|
/**
|
|
483
491
|
* @public
|
|
484
492
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"AACA,OAAO,EACL,MAAM,EACN,SAAS,EACT,WAAW,EAGX,IAAI,EACJ,OAAO,EACP,WAAW,EAGZ,MAAM,yBAAyB,CAAC;AAQjC,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAoB/D,OAAO,EAAE,2BAA2B,EAAE,2BAA2B,EAAE,MAAM,cAAc,CAAC;AAExF,OAAO,EACL,wBAAwB,EAEzB,MAAM,+BAA+B,CAAC;AAQvC,OAAO,EAKL,cAAc,EAId,iBAAiB,EACjB,eAAe,EAEf,gBAAgB,EAChB,iBAAiB,EAElB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;;;;;;;;;;;;;;;;;;;;;IA0FrD;;OAEG
|
|
1
|
+
{"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"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"}
|
package/dist/esm/grid-pro.js
CHANGED
|
@@ -288,16 +288,10 @@ export class GridPro extends LifecycleMixin(FoundationElement) {
|
|
|
288
288
|
}
|
|
289
289
|
});
|
|
290
290
|
}
|
|
291
|
-
|
|
291
|
+
rowDataChanged(oldValue, newValue) {
|
|
292
292
|
if (this.gridApi) {
|
|
293
|
-
this.gridApi.setRowData(
|
|
293
|
+
this.gridApi.setRowData(newValue);
|
|
294
294
|
}
|
|
295
|
-
else {
|
|
296
|
-
this._rowData = rowData;
|
|
297
|
-
}
|
|
298
|
-
}
|
|
299
|
-
get rowData() {
|
|
300
|
-
return this._rowData;
|
|
301
295
|
}
|
|
302
296
|
/**
|
|
303
297
|
* @public
|
|
@@ -334,8 +328,8 @@ export class GridPro extends LifecycleMixin(FoundationElement) {
|
|
|
334
328
|
this.addGridEventListener(type);
|
|
335
329
|
});
|
|
336
330
|
}
|
|
337
|
-
if (this.
|
|
338
|
-
this.gridApi.setRowData(this.
|
|
331
|
+
if (this.rowData) {
|
|
332
|
+
this.gridApi.setRowData(this.rowData);
|
|
339
333
|
}
|
|
340
334
|
if (onGridReady) {
|
|
341
335
|
onGridReady(event);
|
|
@@ -606,6 +600,9 @@ __decorate([
|
|
|
606
600
|
__decorate([
|
|
607
601
|
GridOptionsConfig
|
|
608
602
|
], GridPro.prototype, "gridOptionsConfig", void 0);
|
|
603
|
+
__decorate([
|
|
604
|
+
observable
|
|
605
|
+
], GridPro.prototype, "rowData", void 0);
|
|
609
606
|
/**
|
|
610
607
|
* GridPro shadow root options.
|
|
611
608
|
* @public
|
package/dist/grid-pro.api.json
CHANGED
|
@@ -9276,7 +9276,7 @@
|
|
|
9276
9276
|
"excerptTokens": [
|
|
9277
9277
|
{
|
|
9278
9278
|
"kind": "Content",
|
|
9279
|
-
"text": "
|
|
9279
|
+
"text": "rowData: "
|
|
9280
9280
|
},
|
|
9281
9281
|
{
|
|
9282
9282
|
"kind": "Content",
|
|
@@ -9284,7 +9284,7 @@
|
|
|
9284
9284
|
},
|
|
9285
9285
|
{
|
|
9286
9286
|
"kind": "Content",
|
|
9287
|
-
"text": "
|
|
9287
|
+
"text": ";"
|
|
9288
9288
|
}
|
|
9289
9289
|
],
|
|
9290
9290
|
"isReadonly": false,
|
|
@@ -9299,6 +9299,70 @@
|
|
|
9299
9299
|
"isProtected": false,
|
|
9300
9300
|
"isAbstract": false
|
|
9301
9301
|
},
|
|
9302
|
+
{
|
|
9303
|
+
"kind": "Method",
|
|
9304
|
+
"canonicalReference": "@genesislcap/grid-pro!GridPro#rowDataChanged:member(1)",
|
|
9305
|
+
"docComment": "",
|
|
9306
|
+
"excerptTokens": [
|
|
9307
|
+
{
|
|
9308
|
+
"kind": "Content",
|
|
9309
|
+
"text": "rowDataChanged(oldValue: "
|
|
9310
|
+
},
|
|
9311
|
+
{
|
|
9312
|
+
"kind": "Content",
|
|
9313
|
+
"text": "any"
|
|
9314
|
+
},
|
|
9315
|
+
{
|
|
9316
|
+
"kind": "Content",
|
|
9317
|
+
"text": ", newValue: "
|
|
9318
|
+
},
|
|
9319
|
+
{
|
|
9320
|
+
"kind": "Content",
|
|
9321
|
+
"text": "any"
|
|
9322
|
+
},
|
|
9323
|
+
{
|
|
9324
|
+
"kind": "Content",
|
|
9325
|
+
"text": "): "
|
|
9326
|
+
},
|
|
9327
|
+
{
|
|
9328
|
+
"kind": "Content",
|
|
9329
|
+
"text": "void"
|
|
9330
|
+
},
|
|
9331
|
+
{
|
|
9332
|
+
"kind": "Content",
|
|
9333
|
+
"text": ";"
|
|
9334
|
+
}
|
|
9335
|
+
],
|
|
9336
|
+
"isStatic": false,
|
|
9337
|
+
"returnTypeTokenRange": {
|
|
9338
|
+
"startIndex": 5,
|
|
9339
|
+
"endIndex": 6
|
|
9340
|
+
},
|
|
9341
|
+
"releaseTag": "Public",
|
|
9342
|
+
"isProtected": false,
|
|
9343
|
+
"overloadIndex": 1,
|
|
9344
|
+
"parameters": [
|
|
9345
|
+
{
|
|
9346
|
+
"parameterName": "oldValue",
|
|
9347
|
+
"parameterTypeTokenRange": {
|
|
9348
|
+
"startIndex": 1,
|
|
9349
|
+
"endIndex": 2
|
|
9350
|
+
},
|
|
9351
|
+
"isOptional": false
|
|
9352
|
+
},
|
|
9353
|
+
{
|
|
9354
|
+
"parameterName": "newValue",
|
|
9355
|
+
"parameterTypeTokenRange": {
|
|
9356
|
+
"startIndex": 3,
|
|
9357
|
+
"endIndex": 4
|
|
9358
|
+
},
|
|
9359
|
+
"isOptional": false
|
|
9360
|
+
}
|
|
9361
|
+
],
|
|
9362
|
+
"isOptional": false,
|
|
9363
|
+
"isAbstract": false,
|
|
9364
|
+
"name": "rowDataChanged"
|
|
9365
|
+
},
|
|
9302
9366
|
{
|
|
9303
9367
|
"kind": "Property",
|
|
9304
9368
|
"canonicalReference": "@genesislcap/grid-pro!GridPro#rowHeight:member",
|
package/dist/grid-pro.d.ts
CHANGED
|
@@ -1644,9 +1644,8 @@ export declare class GridPro extends GridPro_base {
|
|
|
1644
1644
|
private restoreColumnState;
|
|
1645
1645
|
private cacheFilterConfig;
|
|
1646
1646
|
restoreCachedFilterConfig(): Promise<void>;
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
private _rowData;
|
|
1647
|
+
rowData: any[];
|
|
1648
|
+
rowDataChanged(oldValue: any, newValue: any): void;
|
|
1650
1649
|
/**
|
|
1651
1650
|
* @public
|
|
1652
1651
|
*/
|
|
@@ -1957,6 +1956,15 @@ declare const GridPro_base: (new (...args: any[]) => {
|
|
|
1957
1956
|
onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1958
1957
|
onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1959
1958
|
onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1959
|
+
/**
|
|
1960
|
+
* Will merge templated column definitions with `columnDefs` plus localStorage's column state or `deferredColumnStates`.
|
|
1961
|
+
* @public
|
|
1962
|
+
* @remarks This will favor the column state from the browser's local storage over the `deferredColumnStates` property on the `grid-pro-genesis-datasource` element.
|
|
1963
|
+
* @param columnDefs - The column definitions to apply to the grid.
|
|
1964
|
+
* @param deferredColumnDefsOrState - If true, will merge the column definitions with the saved column state or the `deferredColumnStates` property
|
|
1965
|
+
* on the `grid-pro-genesis-datasource` element. Defaults to false but `grid-pro-genesis-datasource` will set this to true.
|
|
1966
|
+
* @returns The merged column definitions.
|
|
1967
|
+
*/
|
|
1960
1968
|
onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
|
|
1961
1969
|
onpause: (this: GlobalEventHandlers, ev: Event) => any;
|
|
1962
1970
|
onplay: (this: GlobalEventHandlers, ev: Event) => any;
|
|
@@ -80,6 +80,7 @@ Grid Pro is a Web Component wrapper around the AG Grid Community library.
|
|
|
80
80
|
| [hideDatasourceError()](./grid-pro.gridpro.hidedatasourceerror.md) | | |
|
|
81
81
|
| [mergeAllColumnDefsAndStates(columnDefs, deferredColumnDefsOrState)](./grid-pro.gridpro.mergeallcolumndefsandstates.md) | | Will merge templated column definitions with <code>columnDefs</code> plus localStorage's column state or <code>deferredColumnStates</code>. |
|
|
82
82
|
| [restoreCachedFilterConfig()](./grid-pro.gridpro.restorecachedfilterconfig.md) | | |
|
|
83
|
+
| [rowDataChanged(oldValue, newValue)](./grid-pro.gridpro.rowdatachanged.md) | | |
|
|
83
84
|
| [setFilterModel(value)](./grid-pro.gridpro.setfiltermodel.md) | | |
|
|
84
85
|
| [statePersistanceEnabled()](./grid-pro.gridpro.statepersistanceenabled.md) | | |
|
|
85
86
|
| [themeChanged(oldValue, newValue)](./grid-pro.gridpro.themechanged.md) | | |
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridPro](./grid-pro.gridpro.md) > [rowDataChanged](./grid-pro.gridpro.rowdatachanged.md)
|
|
4
|
+
|
|
5
|
+
## GridPro.rowDataChanged() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
rowDataChanged(oldValue: any, newValue: any): void;
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| oldValue | any | |
|
|
18
|
+
| newValue | any | |
|
|
19
|
+
|
|
20
|
+
**Returns:**
|
|
21
|
+
|
|
22
|
+
void
|
|
23
|
+
|
package/docs/api-report.md
CHANGED
|
@@ -881,9 +881,10 @@ export class GridPro extends GridPro_base {
|
|
|
881
881
|
persistFilterModelKey: string;
|
|
882
882
|
// (undocumented)
|
|
883
883
|
restoreCachedFilterConfig(): Promise<void>;
|
|
884
|
-
set rowData(rowData: any[]);
|
|
885
884
|
// (undocumented)
|
|
886
|
-
|
|
885
|
+
rowData: any[];
|
|
886
|
+
// (undocumented)
|
|
887
|
+
rowDataChanged(oldValue: any, newValue: any): void;
|
|
887
888
|
// (undocumented)
|
|
888
889
|
rowHeight: number;
|
|
889
890
|
// (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.188.0-FUI-2012.1",
|
|
4
|
+
"version": "14.188.0-FUI-2012-tabulator.1",
|
|
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.188.0-FUI-2012.1",
|
|
42
|
-
"@genesislcap/genx": "14.188.0-FUI-2012.1",
|
|
43
|
-
"@genesislcap/rollup-builder": "14.188.0-FUI-2012.1",
|
|
44
|
-
"@genesislcap/ts-builder": "14.188.0-FUI-2012.1",
|
|
45
|
-
"@genesislcap/uvu-playwright-builder": "14.188.0-FUI-2012.1",
|
|
46
|
-
"@genesislcap/vite-builder": "14.188.0-FUI-2012.1",
|
|
47
|
-
"@genesislcap/webpack-builder": "14.188.0-FUI-2012.1",
|
|
41
|
+
"@genesislcap/foundation-testing": "14.188.0-FUI-2012-tabulator.1",
|
|
42
|
+
"@genesislcap/genx": "14.188.0-FUI-2012-tabulator.1",
|
|
43
|
+
"@genesislcap/rollup-builder": "14.188.0-FUI-2012-tabulator.1",
|
|
44
|
+
"@genesislcap/ts-builder": "14.188.0-FUI-2012-tabulator.1",
|
|
45
|
+
"@genesislcap/uvu-playwright-builder": "14.188.0-FUI-2012-tabulator.1",
|
|
46
|
+
"@genesislcap/vite-builder": "14.188.0-FUI-2012-tabulator.1",
|
|
47
|
+
"@genesislcap/webpack-builder": "14.188.0-FUI-2012-tabulator.1",
|
|
48
48
|
"rimraf": "^5.0.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@genesislcap/foundation-comms": "14.188.0-FUI-2012.1",
|
|
52
|
-
"@genesislcap/foundation-logger": "14.188.0-FUI-2012.1",
|
|
53
|
-
"@genesislcap/foundation-ui": "14.188.0-FUI-2012.1",
|
|
54
|
-
"@genesislcap/foundation-utils": "14.188.0-FUI-2012.1",
|
|
51
|
+
"@genesislcap/foundation-comms": "14.188.0-FUI-2012-tabulator.1",
|
|
52
|
+
"@genesislcap/foundation-logger": "14.188.0-FUI-2012-tabulator.1",
|
|
53
|
+
"@genesislcap/foundation-ui": "14.188.0-FUI-2012-tabulator.1",
|
|
54
|
+
"@genesislcap/foundation-utils": "14.188.0-FUI-2012-tabulator.1",
|
|
55
55
|
"@microsoft/fast-colors": "^5.3.1",
|
|
56
56
|
"@microsoft/fast-components": "^2.30.6",
|
|
57
57
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"access": "public"
|
|
78
78
|
},
|
|
79
79
|
"customElements": "dist/custom-elements.json",
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "5824fecaf9af97a64b316ea900380945268e7fe3"
|
|
81
81
|
}
|