@genesislcap/grid-pro 14.200.1-alpha-599cb19.0 → 14.201.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 -64
- package/dist/dts/datasource/base.datasource.d.ts +1 -6
- package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts +0 -8
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/esm/datasource/base.datasource.js +1 -25
- package/dist/esm/grid-pro.js +7 -29
- package/dist/grid-pro.api.json +0 -60
- package/dist/grid-pro.d.ts +2 -15
- package/docs/api/grid-pro.gridpro.md +0 -2
- package/docs/api-report.md +2 -8
- package/package.json +13 -13
- package/docs/api/grid-pro.gridpro.selectedcolid.md +0 -11
- package/docs/api/grid-pro.gridpro.selectedrowid.md +0 -11
|
@@ -523,15 +523,6 @@
|
|
|
523
523
|
}
|
|
524
524
|
]
|
|
525
525
|
},
|
|
526
|
-
{
|
|
527
|
-
"kind": "field",
|
|
528
|
-
"name": "blockScrollingOnContextMenu",
|
|
529
|
-
"type": {
|
|
530
|
-
"text": "boolean"
|
|
531
|
-
},
|
|
532
|
-
"default": "false",
|
|
533
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records"
|
|
534
|
-
},
|
|
535
526
|
{
|
|
536
527
|
"kind": "field",
|
|
537
528
|
"name": "classNames",
|
|
@@ -663,20 +654,6 @@
|
|
|
663
654
|
}
|
|
664
655
|
]
|
|
665
656
|
},
|
|
666
|
-
{
|
|
667
|
-
"kind": "field",
|
|
668
|
-
"name": "selectedRowId",
|
|
669
|
-
"type": {
|
|
670
|
-
"text": "string"
|
|
671
|
-
}
|
|
672
|
-
},
|
|
673
|
-
{
|
|
674
|
-
"kind": "field",
|
|
675
|
-
"name": "selectedColId",
|
|
676
|
-
"type": {
|
|
677
|
-
"text": "string"
|
|
678
|
-
}
|
|
679
|
-
},
|
|
680
657
|
{
|
|
681
658
|
"kind": "field",
|
|
682
659
|
"name": "gridOptionsConfig",
|
|
@@ -1304,15 +1281,6 @@
|
|
|
1304
1281
|
"text": "string"
|
|
1305
1282
|
},
|
|
1306
1283
|
"fieldName": "theme"
|
|
1307
|
-
},
|
|
1308
|
-
{
|
|
1309
|
-
"name": "block-scrolling-on-context-menu",
|
|
1310
|
-
"type": {
|
|
1311
|
-
"text": "boolean"
|
|
1312
|
-
},
|
|
1313
|
-
"default": "false",
|
|
1314
|
-
"description": "If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records",
|
|
1315
|
-
"fieldName": "blockScrollingOnContextMenu"
|
|
1316
1284
|
}
|
|
1317
1285
|
],
|
|
1318
1286
|
"mixins": [
|
|
@@ -6318,11 +6286,6 @@
|
|
|
6318
6286
|
}
|
|
6319
6287
|
]
|
|
6320
6288
|
},
|
|
6321
|
-
{
|
|
6322
|
-
"kind": "method",
|
|
6323
|
-
"name": "setPreviouslySelectedCell",
|
|
6324
|
-
"privacy": "private"
|
|
6325
|
-
},
|
|
6326
6289
|
{
|
|
6327
6290
|
"kind": "method",
|
|
6328
6291
|
"name": "applyTransaction",
|
|
@@ -7750,15 +7713,6 @@
|
|
|
7750
7713
|
"module": "src/datasource/base.datasource.ts"
|
|
7751
7714
|
}
|
|
7752
7715
|
},
|
|
7753
|
-
{
|
|
7754
|
-
"kind": "method",
|
|
7755
|
-
"name": "setPreviouslySelectedCell",
|
|
7756
|
-
"privacy": "private",
|
|
7757
|
-
"inheritedFrom": {
|
|
7758
|
-
"name": "GridProBaseDatasource",
|
|
7759
|
-
"module": "src/datasource/base.datasource.ts"
|
|
7760
|
-
}
|
|
7761
|
-
},
|
|
7762
7716
|
{
|
|
7763
7717
|
"kind": "method",
|
|
7764
7718
|
"name": "mapTransaction",
|
|
@@ -9206,15 +9160,6 @@
|
|
|
9206
9160
|
"module": "src/datasource/base.datasource.ts"
|
|
9207
9161
|
}
|
|
9208
9162
|
},
|
|
9209
|
-
{
|
|
9210
|
-
"kind": "method",
|
|
9211
|
-
"name": "setPreviouslySelectedCell",
|
|
9212
|
-
"privacy": "private",
|
|
9213
|
-
"inheritedFrom": {
|
|
9214
|
-
"name": "GridProBaseDatasource",
|
|
9215
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9216
|
-
}
|
|
9217
|
-
},
|
|
9218
9163
|
{
|
|
9219
9164
|
"kind": "method",
|
|
9220
9165
|
"name": "mapTransaction",
|
|
@@ -10762,15 +10707,6 @@
|
|
|
10762
10707
|
"module": "src/datasource/base.datasource.ts"
|
|
10763
10708
|
}
|
|
10764
10709
|
},
|
|
10765
|
-
{
|
|
10766
|
-
"kind": "method",
|
|
10767
|
-
"name": "setPreviouslySelectedCell",
|
|
10768
|
-
"privacy": "private",
|
|
10769
|
-
"inheritedFrom": {
|
|
10770
|
-
"name": "GridProBaseDatasource",
|
|
10771
|
-
"module": "src/datasource/base.datasource.ts"
|
|
10772
|
-
}
|
|
10773
|
-
},
|
|
10774
10710
|
{
|
|
10775
10711
|
"kind": "method",
|
|
10776
10712
|
"name": "mapTransaction",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ColDef, ColumnState, GridOptions, RowDataTransaction, ServerSideTransaction } from '@ag-grid-community/core';
|
|
1
|
+
import type { ColDef, ColumnState, GridOptions, RowDataTransaction, ServerSideTransaction } from '@ag-grid-community/core';
|
|
2
2
|
import { DatasourceStatus, FieldMetadata } from '@genesislcap/foundation-comms';
|
|
3
3
|
import { Connect } from '@genesislcap/foundation-comms';
|
|
4
4
|
import type { GridPro } from '../grid-pro';
|
|
@@ -10,10 +10,6 @@ declare const GenesisGridDatasourceElement_base: new () => {
|
|
|
10
10
|
connectedCallback(): void;
|
|
11
11
|
disconnectedCallback(): void;
|
|
12
12
|
accessKey: string;
|
|
13
|
-
/**
|
|
14
|
-
* Returns whether the `row-id` attribute is the default one, depending on the resource type.
|
|
15
|
-
* @internal
|
|
16
|
-
*/
|
|
17
13
|
readonly accessKeyLabel: string;
|
|
18
14
|
autocapitalize: string;
|
|
19
15
|
dir: string;
|
|
@@ -382,7 +378,6 @@ export declare class GridProBaseDatasource extends GenesisGridDatasourceElement
|
|
|
382
378
|
protected applyAllAgTransactions(): void;
|
|
383
379
|
private flashAddedCells;
|
|
384
380
|
private applyMappedAgTransaction;
|
|
385
|
-
private setPreviouslySelectedCell;
|
|
386
381
|
protected applyTransaction(agTransaction: RowDataTransaction): any;
|
|
387
382
|
protected applyTransactionAsync(agTransaction: RowDataTransaction, callback?: (res: any) => void): void;
|
|
388
383
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.datasource.d.ts","sourceRoot":"","sources":["../../../src/datasource/base.datasource.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"base.datasource.d.ts","sourceRoot":"","sources":["../../../src/datasource/base.datasource.ts"],"names":[],"mappings":"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"}
|
package/dist/dts/grid-pro.d.ts
CHANGED
|
@@ -426,12 +426,6 @@ export declare class GridPro extends GridPro_base {
|
|
|
426
426
|
rowHeight: number;
|
|
427
427
|
theme: string;
|
|
428
428
|
themeChanged(oldValue: string, newValue: string): void;
|
|
429
|
-
/**
|
|
430
|
-
* If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records
|
|
431
|
-
* @remarks Defaults to false
|
|
432
|
-
* @alpha
|
|
433
|
-
*/
|
|
434
|
-
blockScrollingOnContextMenu: boolean;
|
|
435
429
|
classNames: string;
|
|
436
430
|
agGrid: Grid;
|
|
437
431
|
gridSlot: HTMLSlotElement;
|
|
@@ -453,8 +447,6 @@ export declare class GridPro extends GridPro_base {
|
|
|
453
447
|
setFilterModel(value: {
|
|
454
448
|
[key: string]: any;
|
|
455
449
|
}): Promise<void>;
|
|
456
|
-
selectedRowId: string;
|
|
457
|
-
selectedColId: string;
|
|
458
450
|
/**
|
|
459
451
|
* Injectable config that allows to change grid options on an app level basis
|
|
460
452
|
* To modify options, register instance of the config in DOM container that is
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAiB,IAAI,EAAkB,MAAM,yBAAyB,CAAC;AAC3F,OAAO,KAAK,EACV,MAAM,EACN,SAAS,EAET,OAAO,EACP,WAAW,EACX,UAAU,EAEX,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,EAML,iBAAiB,EAGlB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,EACV,cAAc,EACd,eAAe,EAEf,gBAAgB,EAChB,iBAAiB,EAEjB,yBAAyB,EAC1B,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAcvD;;;;GAIG;AACH,eAAO,MAAM,aAAa,szRAA8D,CAAC;;;;;;;;;IA2BvF;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA7BL;;;;;GAKG;AACH,qBAAa,OAAQ,SAAQ,YAAiC;IAChD,SAAS,EAAG,SAAS,CAAC;IACtB,OAAO,EAAG,OAAO,CAAC;IAClB,cAAc,EAAE,gBAAgB,CAAC,iBAAiB,CAAC,QAAQ,CAAC,CAAC,EAAE,CAAM;IAC/D,gBAAgB,EAAE,gBAAgB,CAAC;IAErD;;;OAGG;IACH,OAAO,CAAC,SAAS,CAAwB;IAG2B,sBAAsB,UAClF;IACwD,mBAAmB,UAAS;IAI5F;;;;OAIG;IACsD,qBAAqB,UAAS;IAEvF;;OAEG;IAC+B,QAAQ,SAAK;IAE/C;;;OAGG;IACgD,QAAQ,UAAS;IAEpE;;;OAGG;IACmD,WAAW,UAAS;IAE1E;;;OAGG;IACmD,WAAW,UAAQ;IAEzE;;;OAGG;IAC2D,kBAAkB,UAAS;IAEzF;;OAEG;IAC2D,kBAAkB,UAAS;IAEzF;;OAEG;IAC0D,iBAAiB,UAAS;IAEvF;;OAEG;IAC8C,qBAAqB,EAAE,MAAM,CAAC;IAE/E;;OAEG;IAC8C,qBAAqB,EAAE,MAAM,CAAC;IAE/E;;;;OAIG;IACsC,cAAc,EAAE,eAAe,CAAC;IAEzE;;;;OAIG;IACS,OAAO,EAAE,GAAG,EAAE,CAAC;IAC3B,cAAc,CAAC,CAAC,KAAA,EAAE,OAAO,KAAA;IAMb,YAAY,SAAyB;IAC3C,mBAAmB,SAAqB;IAClC,kBAAkB,EAAE,yBAAyB,CAAC;IACpD,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAsB;IACzC,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;
|
|
1
|
+
{"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
|
-
import { Events, } from '@ag-grid-community/core';
|
|
3
2
|
import { DatasourceDefaults, DatasourceEventHandler, FieldTypeEnum, logger, ResourceType, } from '@genesislcap/foundation-comms';
|
|
4
3
|
import { Connect } from '@genesislcap/foundation-comms';
|
|
5
|
-
import { attr,
|
|
4
|
+
import { attr, observable } from '@microsoft/fast-element';
|
|
6
5
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
7
6
|
import { dateValueFormatter, dateTimeValueFormatter, getColumnType, getFilterByFieldType, } from '../grid-pro.definitions';
|
|
8
7
|
import { GridProRendererTypes } from '../grid-pro.types';
|
|
@@ -236,35 +235,12 @@ export class GridProBaseDatasource extends GenesisGridDatasourceElement {
|
|
|
236
235
|
this.applyTransactionAsync(this.mapTransaction(agTransaction, [operation]), (changedNodes) => {
|
|
237
236
|
this.flashAddedCells(changedNodes.add);
|
|
238
237
|
});
|
|
239
|
-
if (this.agGrid.blockScrollingOnContextMenu) {
|
|
240
|
-
const listenerEvent = (e) => {
|
|
241
|
-
e.results.forEach((result) => {
|
|
242
|
-
if (result.add.length || result.remove.length) {
|
|
243
|
-
this.setPreviouslySelectedCell();
|
|
244
|
-
}
|
|
245
|
-
});
|
|
246
|
-
};
|
|
247
|
-
this.agGrid.gridApi.addEventListener(Events.EVENT_ASYNC_TRANSACTIONS_FLUSHED, listenerEvent);
|
|
248
|
-
}
|
|
249
238
|
}
|
|
250
239
|
else {
|
|
251
240
|
const changedNodes = this.applyTransaction(this.mapTransaction(agTransaction, [operation]));
|
|
252
241
|
this.flashAddedCells(changedNodes.add);
|
|
253
|
-
if (this.agGrid.blockScrollingOnContextMenu) {
|
|
254
|
-
this.setPreviouslySelectedCell();
|
|
255
|
-
}
|
|
256
242
|
}
|
|
257
243
|
}
|
|
258
|
-
setPreviouslySelectedCell() {
|
|
259
|
-
const previouslySelectedRowNode = this.agGrid.gridApi.getRowNode(this.agGrid.selectedRowId);
|
|
260
|
-
const previouslySelectedColId = this.agGrid.selectedColId;
|
|
261
|
-
if (!previouslySelectedRowNode || !previouslySelectedColId)
|
|
262
|
-
return;
|
|
263
|
-
DOM.queueUpdate(() => {
|
|
264
|
-
this.agGrid.gridApi.setFocusedCell(previouslySelectedRowNode.rowIndex, previouslySelectedColId);
|
|
265
|
-
this.agGrid.gridApi.ensureIndexVisible(previouslySelectedRowNode.rowIndex, 'middle');
|
|
266
|
-
});
|
|
267
|
-
}
|
|
268
244
|
applyTransaction(agTransaction) {
|
|
269
245
|
throw new Error('Method not implemented.');
|
|
270
246
|
}
|
package/dist/esm/grid-pro.js
CHANGED
|
@@ -122,12 +122,6 @@ export class GridPro extends LifecycleMixin(FoundationElement) {
|
|
|
122
122
|
this.gridFontFace = defaultAgGridFontFace;
|
|
123
123
|
this.columnComponentName = 'grid-pro-column';
|
|
124
124
|
this.theme = AgGridTheme.alpine;
|
|
125
|
-
/**
|
|
126
|
-
* If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records
|
|
127
|
-
* @remarks Defaults to false
|
|
128
|
-
* @alpha
|
|
129
|
-
*/
|
|
130
|
-
this.blockScrollingOnContextMenu = false;
|
|
131
125
|
this.rehydrationAttempted = false;
|
|
132
126
|
this.rootEventsListeners = [];
|
|
133
127
|
this.gridEventsQueue = [];
|
|
@@ -342,26 +336,8 @@ export class GridPro extends LifecycleMixin(FoundationElement) {
|
|
|
342
336
|
return;
|
|
343
337
|
this.agAttributes[attrName] = attribute.value;
|
|
344
338
|
});
|
|
345
|
-
const { columnDefs, components, defaultColDef, getRowId,
|
|
346
|
-
const derivedOptions = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, this.gridOptionsConfig), { defaultColDef: Object.assign({ enableCellChangeFlash: this.enableCellFlashing, filter: true, resizable: true, sortable: true }, defaultColDef), components: this.combineAllGridComponents(components), suppressDragLeaveHidesColumns: true }), this.eventsAndCallbacks), {
|
|
347
|
-
if (this.blockScrollingOnContextMenu) {
|
|
348
|
-
debugger;
|
|
349
|
-
this.selectedRowId = event.node.id;
|
|
350
|
-
this.selectedColId = event.colDef.colId;
|
|
351
|
-
this.addEventListener('click', (e) => {
|
|
352
|
-
this.selectedRowId = undefined;
|
|
353
|
-
this.selectedColId = undefined;
|
|
354
|
-
}, { once: true });
|
|
355
|
-
}
|
|
356
|
-
if (onCellContextMenu) {
|
|
357
|
-
onCellContextMenu(event);
|
|
358
|
-
}
|
|
359
|
-
}, onColumnPinned: gridOnChangeCallback, onColumnResized: gridOnChangeCallback, onColumnMoved: gridOnChangeCallback, onDisplayedColumnsChanged: gridOnChangeCallback, onFilterChanged: (filterChangedEvent) => {
|
|
360
|
-
debouceSaveFiltermodel();
|
|
361
|
-
if (onFilterChanged) {
|
|
362
|
-
onFilterChanged(filterChangedEvent);
|
|
363
|
-
}
|
|
364
|
-
}, onGridReady: (event) => {
|
|
339
|
+
const { columnDefs, components, defaultColDef, getRowId, onGridReady, onFilterChanged } = options, rest = __rest(options, ["columnDefs", "components", "defaultColDef", "getRowId", "onGridReady", "onFilterChanged"]);
|
|
340
|
+
const derivedOptions = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, this.gridOptionsConfig), { defaultColDef: Object.assign({ enableCellChangeFlash: this.enableCellFlashing, filter: true, resizable: true, sortable: true }, defaultColDef), components: this.combineAllGridComponents(components), suppressDragLeaveHidesColumns: true }), this.eventsAndCallbacks), { onGridReady: (event) => {
|
|
365
341
|
var _a, _b;
|
|
366
342
|
this.gridApi = (_a = options.api) !== null && _a !== void 0 ? _a : event.api;
|
|
367
343
|
this.columnApi = (_b = options.columnApi) !== null && _b !== void 0 ? _b : event.columnApi;
|
|
@@ -382,6 +358,11 @@ export class GridPro extends LifecycleMixin(FoundationElement) {
|
|
|
382
358
|
});
|
|
383
359
|
this.restoreColumnState.bind(this)();
|
|
384
360
|
this.debouncedColumnAutosize.bind(this)();
|
|
361
|
+
}, onColumnPinned: gridOnChangeCallback, onColumnResized: gridOnChangeCallback, onColumnMoved: gridOnChangeCallback, onDisplayedColumnsChanged: gridOnChangeCallback, onFilterChanged: (filterChangedEvent) => {
|
|
362
|
+
debouceSaveFiltermodel();
|
|
363
|
+
if (onFilterChanged) {
|
|
364
|
+
onFilterChanged(filterChangedEvent);
|
|
365
|
+
}
|
|
385
366
|
}, onGridSizeChanged: gridOnChangeCallback, onSortChanged: gridOnChangeCallback }), rest);
|
|
386
367
|
if (this.gridProDatasource) {
|
|
387
368
|
derivedOptions.columnDefs = columnDefs;
|
|
@@ -627,9 +608,6 @@ __decorate([
|
|
|
627
608
|
__decorate([
|
|
628
609
|
attr
|
|
629
610
|
], GridPro.prototype, "theme", void 0);
|
|
630
|
-
__decorate([
|
|
631
|
-
attr({ attribute: 'block-scrolling-on-context-menu', mode: 'boolean' })
|
|
632
|
-
], GridPro.prototype, "blockScrollingOnContextMenu", void 0);
|
|
633
611
|
__decorate([
|
|
634
612
|
observable
|
|
635
613
|
], GridPro.prototype, "classNames", void 0);
|
package/dist/grid-pro.api.json
CHANGED
|
@@ -9451,66 +9451,6 @@
|
|
|
9451
9451
|
"isProtected": false,
|
|
9452
9452
|
"isAbstract": false
|
|
9453
9453
|
},
|
|
9454
|
-
{
|
|
9455
|
-
"kind": "Property",
|
|
9456
|
-
"canonicalReference": "@genesislcap/grid-pro!GridPro#selectedColId:member",
|
|
9457
|
-
"docComment": "",
|
|
9458
|
-
"excerptTokens": [
|
|
9459
|
-
{
|
|
9460
|
-
"kind": "Content",
|
|
9461
|
-
"text": "selectedColId: "
|
|
9462
|
-
},
|
|
9463
|
-
{
|
|
9464
|
-
"kind": "Content",
|
|
9465
|
-
"text": "string"
|
|
9466
|
-
},
|
|
9467
|
-
{
|
|
9468
|
-
"kind": "Content",
|
|
9469
|
-
"text": ";"
|
|
9470
|
-
}
|
|
9471
|
-
],
|
|
9472
|
-
"isReadonly": false,
|
|
9473
|
-
"isOptional": false,
|
|
9474
|
-
"releaseTag": "Public",
|
|
9475
|
-
"name": "selectedColId",
|
|
9476
|
-
"propertyTypeTokenRange": {
|
|
9477
|
-
"startIndex": 1,
|
|
9478
|
-
"endIndex": 2
|
|
9479
|
-
},
|
|
9480
|
-
"isStatic": false,
|
|
9481
|
-
"isProtected": false,
|
|
9482
|
-
"isAbstract": false
|
|
9483
|
-
},
|
|
9484
|
-
{
|
|
9485
|
-
"kind": "Property",
|
|
9486
|
-
"canonicalReference": "@genesislcap/grid-pro!GridPro#selectedRowId:member",
|
|
9487
|
-
"docComment": "",
|
|
9488
|
-
"excerptTokens": [
|
|
9489
|
-
{
|
|
9490
|
-
"kind": "Content",
|
|
9491
|
-
"text": "selectedRowId: "
|
|
9492
|
-
},
|
|
9493
|
-
{
|
|
9494
|
-
"kind": "Content",
|
|
9495
|
-
"text": "string"
|
|
9496
|
-
},
|
|
9497
|
-
{
|
|
9498
|
-
"kind": "Content",
|
|
9499
|
-
"text": ";"
|
|
9500
|
-
}
|
|
9501
|
-
],
|
|
9502
|
-
"isReadonly": false,
|
|
9503
|
-
"isOptional": false,
|
|
9504
|
-
"releaseTag": "Public",
|
|
9505
|
-
"name": "selectedRowId",
|
|
9506
|
-
"propertyTypeTokenRange": {
|
|
9507
|
-
"startIndex": 1,
|
|
9508
|
-
"endIndex": 2
|
|
9509
|
-
},
|
|
9510
|
-
"isStatic": false,
|
|
9511
|
-
"isProtected": false,
|
|
9512
|
-
"isAbstract": false
|
|
9513
|
-
},
|
|
9514
9454
|
{
|
|
9515
9455
|
"kind": "Method",
|
|
9516
9456
|
"canonicalReference": "@genesislcap/grid-pro!GridPro#setFilterModel:member(1)",
|
package/dist/grid-pro.d.ts
CHANGED
|
@@ -42,9 +42,9 @@ import { LayoutCacheContainer } from '@genesislcap/foundation-utils';
|
|
|
42
42
|
import { Logger } from '@genesislcap/foundation-logger';
|
|
43
43
|
import { MetadataDetail } from '@genesislcap/foundation-comms';
|
|
44
44
|
import { OverrideFoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
45
|
-
import { RowDataTransaction } from '@ag-grid-community/core';
|
|
45
|
+
import type { RowDataTransaction } from '@ag-grid-community/core';
|
|
46
46
|
import type { RowNodeTransaction } from '@ag-grid-community/core';
|
|
47
|
-
import { ServerSideTransaction } from '@ag-grid-community/core';
|
|
47
|
+
import type { ServerSideTransaction } from '@ag-grid-community/core';
|
|
48
48
|
import type { ServerSideTransactionResult } from '@ag-grid-community/core';
|
|
49
49
|
import { Session } from '@genesislcap/foundation-comms';
|
|
50
50
|
import { SocketObservable } from '@genesislcap/foundation-comms';
|
|
@@ -1020,10 +1020,6 @@ declare const GenesisGridDatasourceElement_base: new () => {
|
|
|
1020
1020
|
connectedCallback(): void;
|
|
1021
1021
|
disconnectedCallback(): void;
|
|
1022
1022
|
accessKey: string;
|
|
1023
|
-
/**
|
|
1024
|
-
* Returns whether the `row-id` attribute is the default one, depending on the resource type.
|
|
1025
|
-
* @internal
|
|
1026
|
-
*/
|
|
1027
1023
|
readonly accessKeyLabel: string;
|
|
1028
1024
|
autocapitalize: string;
|
|
1029
1025
|
dir: string;
|
|
@@ -1604,12 +1600,6 @@ export declare class GridPro extends GridPro_base {
|
|
|
1604
1600
|
rowHeight: number;
|
|
1605
1601
|
theme: string;
|
|
1606
1602
|
themeChanged(oldValue: string, newValue: string): void;
|
|
1607
|
-
/**
|
|
1608
|
-
* If true, will block scrolling when context menu is open and keep the grid in the same position without scrolling to new records
|
|
1609
|
-
* @remarks Defaults to false
|
|
1610
|
-
* @alpha
|
|
1611
|
-
*/
|
|
1612
|
-
blockScrollingOnContextMenu: boolean;
|
|
1613
1603
|
classNames: string;
|
|
1614
1604
|
agGrid: Grid;
|
|
1615
1605
|
gridSlot: HTMLSlotElement;
|
|
@@ -1631,8 +1621,6 @@ export declare class GridPro extends GridPro_base {
|
|
|
1631
1621
|
setFilterModel(value: {
|
|
1632
1622
|
[key: string]: any;
|
|
1633
1623
|
}): Promise<void>;
|
|
1634
|
-
selectedRowId: string;
|
|
1635
|
-
selectedColId: string;
|
|
1636
1624
|
/**
|
|
1637
1625
|
* Injectable config that allows to change grid options on an app level basis
|
|
1638
1626
|
* To modify options, register instance of the config in DOM container that is
|
|
@@ -2066,7 +2054,6 @@ declare class GridProBaseDatasource extends GenesisGridDatasourceElement {
|
|
|
2066
2054
|
protected applyAllAgTransactions(): void;
|
|
2067
2055
|
private flashAddedCells;
|
|
2068
2056
|
private applyMappedAgTransaction;
|
|
2069
|
-
private setPreviouslySelectedCell;
|
|
2070
2057
|
protected applyTransaction(agTransaction: RowDataTransaction): any;
|
|
2071
2058
|
protected applyTransactionAsync(agTransaction: RowDataTransaction, callback?: (res: any) => void): void;
|
|
2072
2059
|
/**
|
|
@@ -62,8 +62,6 @@ Grid Pro is a Web Component wrapper around the AG Grid Community library.
|
|
|
62
62
|
| [persistFilterModelKey](./grid-pro.gridpro.persistfiltermodelkey.md) | | string | The key to use for persisting the filter model in local browser or KV storage. |
|
|
63
63
|
| [rowData](./grid-pro.gridpro.rowdata.md) | | any\[\] | The row data to display in the grid. |
|
|
64
64
|
| [rowHeight](./grid-pro.gridpro.rowheight.md) | | number | |
|
|
65
|
-
| [selectedColId](./grid-pro.gridpro.selectedcolid.md) | | string | |
|
|
66
|
-
| [selectedRowId](./grid-pro.gridpro.selectedrowid.md) | | string | |
|
|
67
65
|
| [statePersistence](./grid-pro.gridpro.statepersistence.md) | | [StatePersistence](./grid-pro.statepersistence.md) | |
|
|
68
66
|
| [theme](./grid-pro.gridpro.theme.md) | | string | |
|
|
69
67
|
|
package/docs/api-report.md
CHANGED
|
@@ -48,9 +48,9 @@ import { LayoutCacheContainer } from '@genesislcap/foundation-utils';
|
|
|
48
48
|
import { Logger } from '@genesislcap/foundation-logger';
|
|
49
49
|
import { MetadataDetail } from '@genesislcap/foundation-comms';
|
|
50
50
|
import { OverrideFoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
51
|
-
import { RowDataTransaction } from '@ag-grid-community/core';
|
|
51
|
+
import type { RowDataTransaction } from '@ag-grid-community/core';
|
|
52
52
|
import type { RowNodeTransaction } from '@ag-grid-community/core';
|
|
53
|
-
import { ServerSideTransaction } from '@ag-grid-community/core';
|
|
53
|
+
import type { ServerSideTransaction } from '@ag-grid-community/core';
|
|
54
54
|
import type { ServerSideTransactionResult } from '@ag-grid-community/core';
|
|
55
55
|
import { Session } from '@genesislcap/foundation-comms';
|
|
56
56
|
import { SocketObservable } from '@genesislcap/foundation-comms';
|
|
@@ -828,8 +828,6 @@ export class GridPro extends GridPro_base {
|
|
|
828
828
|
asyncUpdate: boolean;
|
|
829
829
|
// (undocumented)
|
|
830
830
|
autoCellRendererByType: boolean;
|
|
831
|
-
// @alpha
|
|
832
|
-
blockScrollingOnContextMenu: boolean;
|
|
833
831
|
// (undocumented)
|
|
834
832
|
classNames: string;
|
|
835
833
|
// (undocumented)
|
|
@@ -898,10 +896,6 @@ export class GridPro extends GridPro_base {
|
|
|
898
896
|
// (undocumented)
|
|
899
897
|
rowHeight: number;
|
|
900
898
|
// (undocumented)
|
|
901
|
-
selectedColId: string;
|
|
902
|
-
// (undocumented)
|
|
903
|
-
selectedRowId: string;
|
|
904
|
-
// (undocumented)
|
|
905
899
|
setFilterModel(value: {
|
|
906
900
|
[key: string]: any;
|
|
907
901
|
}): Promise<void>;
|
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.201.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.201.0",
|
|
42
|
+
"@genesislcap/genx": "14.201.0",
|
|
43
|
+
"@genesislcap/rollup-builder": "14.201.0",
|
|
44
|
+
"@genesislcap/ts-builder": "14.201.0",
|
|
45
|
+
"@genesislcap/uvu-playwright-builder": "14.201.0",
|
|
46
|
+
"@genesislcap/vite-builder": "14.201.0",
|
|
47
|
+
"@genesislcap/webpack-builder": "14.201.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.201.0",
|
|
52
|
+
"@genesislcap/foundation-logger": "14.201.0",
|
|
53
|
+
"@genesislcap/foundation-ui": "14.201.0",
|
|
54
|
+
"@genesislcap/foundation-utils": "14.201.0",
|
|
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": "d9585bb0f774fe0193ae3b7306e3b73a69e09f56"
|
|
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) > [GridPro](./grid-pro.gridpro.md) > [selectedColId](./grid-pro.gridpro.selectedcolid.md)
|
|
4
|
-
|
|
5
|
-
## GridPro.selectedColId property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
selectedColId: string;
|
|
11
|
-
```
|
|
@@ -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) > [GridPro](./grid-pro.gridpro.md) > [selectedRowId](./grid-pro.gridpro.selectedrowid.md)
|
|
4
|
-
|
|
5
|
-
## GridPro.selectedRowId property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
selectedRowId: string;
|
|
11
|
-
```
|