@genesislcap/grid-pro 14.200.0 → 14.200.1-alpha-599cb19.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 +64 -0
- package/dist/dts/datasource/base.datasource.d.ts +6 -1
- package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts +8 -0
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/esm/datasource/base.datasource.js +25 -1
- package/dist/esm/grid-pro.js +29 -7
- package/dist/grid-pro.api.json +60 -0
- package/dist/grid-pro.d.ts +15 -2
- package/docs/api/grid-pro.gridpro.md +2 -0
- package/docs/api/grid-pro.gridpro.selectedcolid.md +11 -0
- package/docs/api/grid-pro.gridpro.selectedrowid.md +11 -0
- package/docs/api-report.md +8 -2
- package/package.json +13 -13
|
@@ -523,6 +523,15 @@
|
|
|
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
|
+
},
|
|
526
535
|
{
|
|
527
536
|
"kind": "field",
|
|
528
537
|
"name": "classNames",
|
|
@@ -654,6 +663,20 @@
|
|
|
654
663
|
}
|
|
655
664
|
]
|
|
656
665
|
},
|
|
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
|
+
},
|
|
657
680
|
{
|
|
658
681
|
"kind": "field",
|
|
659
682
|
"name": "gridOptionsConfig",
|
|
@@ -1281,6 +1304,15 @@
|
|
|
1281
1304
|
"text": "string"
|
|
1282
1305
|
},
|
|
1283
1306
|
"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"
|
|
1284
1316
|
}
|
|
1285
1317
|
],
|
|
1286
1318
|
"mixins": [
|
|
@@ -6286,6 +6318,11 @@
|
|
|
6286
6318
|
}
|
|
6287
6319
|
]
|
|
6288
6320
|
},
|
|
6321
|
+
{
|
|
6322
|
+
"kind": "method",
|
|
6323
|
+
"name": "setPreviouslySelectedCell",
|
|
6324
|
+
"privacy": "private"
|
|
6325
|
+
},
|
|
6289
6326
|
{
|
|
6290
6327
|
"kind": "method",
|
|
6291
6328
|
"name": "applyTransaction",
|
|
@@ -7713,6 +7750,15 @@
|
|
|
7713
7750
|
"module": "src/datasource/base.datasource.ts"
|
|
7714
7751
|
}
|
|
7715
7752
|
},
|
|
7753
|
+
{
|
|
7754
|
+
"kind": "method",
|
|
7755
|
+
"name": "setPreviouslySelectedCell",
|
|
7756
|
+
"privacy": "private",
|
|
7757
|
+
"inheritedFrom": {
|
|
7758
|
+
"name": "GridProBaseDatasource",
|
|
7759
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7760
|
+
}
|
|
7761
|
+
},
|
|
7716
7762
|
{
|
|
7717
7763
|
"kind": "method",
|
|
7718
7764
|
"name": "mapTransaction",
|
|
@@ -9160,6 +9206,15 @@
|
|
|
9160
9206
|
"module": "src/datasource/base.datasource.ts"
|
|
9161
9207
|
}
|
|
9162
9208
|
},
|
|
9209
|
+
{
|
|
9210
|
+
"kind": "method",
|
|
9211
|
+
"name": "setPreviouslySelectedCell",
|
|
9212
|
+
"privacy": "private",
|
|
9213
|
+
"inheritedFrom": {
|
|
9214
|
+
"name": "GridProBaseDatasource",
|
|
9215
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9216
|
+
}
|
|
9217
|
+
},
|
|
9163
9218
|
{
|
|
9164
9219
|
"kind": "method",
|
|
9165
9220
|
"name": "mapTransaction",
|
|
@@ -10707,6 +10762,15 @@
|
|
|
10707
10762
|
"module": "src/datasource/base.datasource.ts"
|
|
10708
10763
|
}
|
|
10709
10764
|
},
|
|
10765
|
+
{
|
|
10766
|
+
"kind": "method",
|
|
10767
|
+
"name": "setPreviouslySelectedCell",
|
|
10768
|
+
"privacy": "private",
|
|
10769
|
+
"inheritedFrom": {
|
|
10770
|
+
"name": "GridProBaseDatasource",
|
|
10771
|
+
"module": "src/datasource/base.datasource.ts"
|
|
10772
|
+
}
|
|
10773
|
+
},
|
|
10710
10774
|
{
|
|
10711
10775
|
"kind": "method",
|
|
10712
10776
|
"name": "mapTransaction",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { 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,6 +10,10 @@ 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
|
+
*/
|
|
13
17
|
readonly accessKeyLabel: string;
|
|
14
18
|
autocapitalize: string;
|
|
15
19
|
dir: string;
|
|
@@ -378,6 +382,7 @@ export declare class GridProBaseDatasource extends GenesisGridDatasourceElement
|
|
|
378
382
|
protected applyAllAgTransactions(): void;
|
|
379
383
|
private flashAddedCells;
|
|
380
384
|
private applyMappedAgTransaction;
|
|
385
|
+
private setPreviouslySelectedCell;
|
|
381
386
|
protected applyTransaction(agTransaction: RowDataTransaction): any;
|
|
382
387
|
protected applyTransactionAsync(agTransaction: RowDataTransaction, callback?: (res: any) => void): void;
|
|
383
388
|
/**
|
|
@@ -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,6 +426,12 @@ 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;
|
|
429
435
|
classNames: string;
|
|
430
436
|
agGrid: Grid;
|
|
431
437
|
gridSlot: HTMLSlotElement;
|
|
@@ -447,6 +453,8 @@ export declare class GridPro extends GridPro_base {
|
|
|
447
453
|
setFilterModel(value: {
|
|
448
454
|
[key: string]: any;
|
|
449
455
|
}): Promise<void>;
|
|
456
|
+
selectedRowId: string;
|
|
457
|
+
selectedColId: string;
|
|
450
458
|
/**
|
|
451
459
|
* Injectable config that allows to change grid options on an app level basis
|
|
452
460
|
* 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,7 +1,8 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
|
+
import { Events, } from '@ag-grid-community/core';
|
|
2
3
|
import { DatasourceDefaults, DatasourceEventHandler, FieldTypeEnum, logger, ResourceType, } from '@genesislcap/foundation-comms';
|
|
3
4
|
import { Connect } from '@genesislcap/foundation-comms';
|
|
4
|
-
import { attr, observable } from '@microsoft/fast-element';
|
|
5
|
+
import { attr, DOM, observable } from '@microsoft/fast-element';
|
|
5
6
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
6
7
|
import { dateValueFormatter, dateTimeValueFormatter, getColumnType, getFilterByFieldType, } from '../grid-pro.definitions';
|
|
7
8
|
import { GridProRendererTypes } from '../grid-pro.types';
|
|
@@ -235,12 +236,35 @@ export class GridProBaseDatasource extends GenesisGridDatasourceElement {
|
|
|
235
236
|
this.applyTransactionAsync(this.mapTransaction(agTransaction, [operation]), (changedNodes) => {
|
|
236
237
|
this.flashAddedCells(changedNodes.add);
|
|
237
238
|
});
|
|
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
|
+
}
|
|
238
249
|
}
|
|
239
250
|
else {
|
|
240
251
|
const changedNodes = this.applyTransaction(this.mapTransaction(agTransaction, [operation]));
|
|
241
252
|
this.flashAddedCells(changedNodes.add);
|
|
253
|
+
if (this.agGrid.blockScrollingOnContextMenu) {
|
|
254
|
+
this.setPreviouslySelectedCell();
|
|
255
|
+
}
|
|
242
256
|
}
|
|
243
257
|
}
|
|
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
|
+
}
|
|
244
268
|
applyTransaction(agTransaction) {
|
|
245
269
|
throw new Error('Method not implemented.');
|
|
246
270
|
}
|
package/dist/esm/grid-pro.js
CHANGED
|
@@ -122,6 +122,12 @@ 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;
|
|
125
131
|
this.rehydrationAttempted = false;
|
|
126
132
|
this.rootEventsListeners = [];
|
|
127
133
|
this.gridEventsQueue = [];
|
|
@@ -336,8 +342,26 @@ export class GridPro extends LifecycleMixin(FoundationElement) {
|
|
|
336
342
|
return;
|
|
337
343
|
this.agAttributes[attrName] = attribute.value;
|
|
338
344
|
});
|
|
339
|
-
const { columnDefs, components, defaultColDef, getRowId,
|
|
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), {
|
|
345
|
+
const { columnDefs, components, defaultColDef, getRowId, onCellContextMenu, onFilterChanged, onGridReady } = options, rest = __rest(options, ["columnDefs", "components", "defaultColDef", "getRowId", "onCellContextMenu", "onFilterChanged", "onGridReady"]);
|
|
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), { onCellContextMenu: (event) => {
|
|
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) => {
|
|
341
365
|
var _a, _b;
|
|
342
366
|
this.gridApi = (_a = options.api) !== null && _a !== void 0 ? _a : event.api;
|
|
343
367
|
this.columnApi = (_b = options.columnApi) !== null && _b !== void 0 ? _b : event.columnApi;
|
|
@@ -358,11 +382,6 @@ export class GridPro extends LifecycleMixin(FoundationElement) {
|
|
|
358
382
|
});
|
|
359
383
|
this.restoreColumnState.bind(this)();
|
|
360
384
|
this.debouncedColumnAutosize.bind(this)();
|
|
361
|
-
}, onColumnPinned: gridOnChangeCallback, onColumnResized: gridOnChangeCallback, onColumnMoved: gridOnChangeCallback, onDisplayedColumnsChanged: gridOnChangeCallback, onFilterChanged: (filterChangedEvent) => {
|
|
362
|
-
debouceSaveFiltermodel();
|
|
363
|
-
if (onFilterChanged) {
|
|
364
|
-
onFilterChanged(filterChangedEvent);
|
|
365
|
-
}
|
|
366
385
|
}, onGridSizeChanged: gridOnChangeCallback, onSortChanged: gridOnChangeCallback }), rest);
|
|
367
386
|
if (this.gridProDatasource) {
|
|
368
387
|
derivedOptions.columnDefs = columnDefs;
|
|
@@ -608,6 +627,9 @@ __decorate([
|
|
|
608
627
|
__decorate([
|
|
609
628
|
attr
|
|
610
629
|
], GridPro.prototype, "theme", void 0);
|
|
630
|
+
__decorate([
|
|
631
|
+
attr({ attribute: 'block-scrolling-on-context-menu', mode: 'boolean' })
|
|
632
|
+
], GridPro.prototype, "blockScrollingOnContextMenu", void 0);
|
|
611
633
|
__decorate([
|
|
612
634
|
observable
|
|
613
635
|
], GridPro.prototype, "classNames", void 0);
|
package/dist/grid-pro.api.json
CHANGED
|
@@ -9451,6 +9451,66 @@
|
|
|
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
|
+
},
|
|
9454
9514
|
{
|
|
9455
9515
|
"kind": "Method",
|
|
9456
9516
|
"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
|
|
45
|
+
import { RowDataTransaction } from '@ag-grid-community/core';
|
|
46
46
|
import type { RowNodeTransaction } from '@ag-grid-community/core';
|
|
47
|
-
import
|
|
47
|
+
import { 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,6 +1020,10 @@ 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
|
+
*/
|
|
1023
1027
|
readonly accessKeyLabel: string;
|
|
1024
1028
|
autocapitalize: string;
|
|
1025
1029
|
dir: string;
|
|
@@ -1600,6 +1604,12 @@ export declare class GridPro extends GridPro_base {
|
|
|
1600
1604
|
rowHeight: number;
|
|
1601
1605
|
theme: string;
|
|
1602
1606
|
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;
|
|
1603
1613
|
classNames: string;
|
|
1604
1614
|
agGrid: Grid;
|
|
1605
1615
|
gridSlot: HTMLSlotElement;
|
|
@@ -1621,6 +1631,8 @@ export declare class GridPro extends GridPro_base {
|
|
|
1621
1631
|
setFilterModel(value: {
|
|
1622
1632
|
[key: string]: any;
|
|
1623
1633
|
}): Promise<void>;
|
|
1634
|
+
selectedRowId: string;
|
|
1635
|
+
selectedColId: string;
|
|
1624
1636
|
/**
|
|
1625
1637
|
* Injectable config that allows to change grid options on an app level basis
|
|
1626
1638
|
* To modify options, register instance of the config in DOM container that is
|
|
@@ -2054,6 +2066,7 @@ declare class GridProBaseDatasource extends GenesisGridDatasourceElement {
|
|
|
2054
2066
|
protected applyAllAgTransactions(): void;
|
|
2055
2067
|
private flashAddedCells;
|
|
2056
2068
|
private applyMappedAgTransaction;
|
|
2069
|
+
private setPreviouslySelectedCell;
|
|
2057
2070
|
protected applyTransaction(agTransaction: RowDataTransaction): any;
|
|
2058
2071
|
protected applyTransactionAsync(agTransaction: RowDataTransaction, callback?: (res: any) => void): void;
|
|
2059
2072
|
/**
|
|
@@ -62,6 +62,8 @@ 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 | |
|
|
65
67
|
| [statePersistence](./grid-pro.gridpro.statepersistence.md) | | [StatePersistence](./grid-pro.statepersistence.md) | |
|
|
66
68
|
| [theme](./grid-pro.gridpro.theme.md) | | string | |
|
|
67
69
|
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
```
|
|
@@ -0,0 +1,11 @@
|
|
|
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
|
+
```
|
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
|
|
51
|
+
import { RowDataTransaction } from '@ag-grid-community/core';
|
|
52
52
|
import type { RowNodeTransaction } from '@ag-grid-community/core';
|
|
53
|
-
import
|
|
53
|
+
import { 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,6 +828,8 @@ export class GridPro extends GridPro_base {
|
|
|
828
828
|
asyncUpdate: boolean;
|
|
829
829
|
// (undocumented)
|
|
830
830
|
autoCellRendererByType: boolean;
|
|
831
|
+
// @alpha
|
|
832
|
+
blockScrollingOnContextMenu: boolean;
|
|
831
833
|
// (undocumented)
|
|
832
834
|
classNames: string;
|
|
833
835
|
// (undocumented)
|
|
@@ -896,6 +898,10 @@ export class GridPro extends GridPro_base {
|
|
|
896
898
|
// (undocumented)
|
|
897
899
|
rowHeight: number;
|
|
898
900
|
// (undocumented)
|
|
901
|
+
selectedColId: string;
|
|
902
|
+
// (undocumented)
|
|
903
|
+
selectedRowId: string;
|
|
904
|
+
// (undocumented)
|
|
899
905
|
setFilterModel(value: {
|
|
900
906
|
[key: string]: any;
|
|
901
907
|
}): 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.200.0",
|
|
4
|
+
"version": "14.200.1-alpha-599cb19.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.200.0",
|
|
42
|
-
"@genesislcap/genx": "14.200.0",
|
|
43
|
-
"@genesislcap/rollup-builder": "14.200.0",
|
|
44
|
-
"@genesislcap/ts-builder": "14.200.0",
|
|
45
|
-
"@genesislcap/uvu-playwright-builder": "14.200.0",
|
|
46
|
-
"@genesislcap/vite-builder": "14.200.0",
|
|
47
|
-
"@genesislcap/webpack-builder": "14.200.0",
|
|
41
|
+
"@genesislcap/foundation-testing": "14.200.1-alpha-599cb19.0",
|
|
42
|
+
"@genesislcap/genx": "14.200.1-alpha-599cb19.0",
|
|
43
|
+
"@genesislcap/rollup-builder": "14.200.1-alpha-599cb19.0",
|
|
44
|
+
"@genesislcap/ts-builder": "14.200.1-alpha-599cb19.0",
|
|
45
|
+
"@genesislcap/uvu-playwright-builder": "14.200.1-alpha-599cb19.0",
|
|
46
|
+
"@genesislcap/vite-builder": "14.200.1-alpha-599cb19.0",
|
|
47
|
+
"@genesislcap/webpack-builder": "14.200.1-alpha-599cb19.0",
|
|
48
48
|
"rimraf": "^5.0.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@genesislcap/foundation-comms": "14.200.0",
|
|
52
|
-
"@genesislcap/foundation-logger": "14.200.0",
|
|
53
|
-
"@genesislcap/foundation-ui": "14.200.0",
|
|
54
|
-
"@genesislcap/foundation-utils": "14.200.0",
|
|
51
|
+
"@genesislcap/foundation-comms": "14.200.1-alpha-599cb19.0",
|
|
52
|
+
"@genesislcap/foundation-logger": "14.200.1-alpha-599cb19.0",
|
|
53
|
+
"@genesislcap/foundation-ui": "14.200.1-alpha-599cb19.0",
|
|
54
|
+
"@genesislcap/foundation-utils": "14.200.1-alpha-599cb19.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": "870e612d13133e7a86b4eca45e682e14c703c382"
|
|
81
81
|
}
|