@genesislcap/grid-pro 14.269.0 → 14.271.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 +22 -0
- package/dist/dts/cell-renderers/select.renderer.d.ts +2 -1
- package/dist/dts/cell-renderers/select.renderer.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.d.ts +12 -3
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +8 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts +7 -8
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/esm/cell-renderers/select.renderer.js +4 -1
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.js +1 -0
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +9 -0
- package/dist/esm/grid-pro.js +2 -1
- package/dist/grid-pro.api.json +27 -1
- package/dist/grid-pro.d.ts +30 -13
- package/docs/api/grid-pro.gridprogenesisdatasourceeventnames.md +4 -3
- package/docs/api/grid-pro.md +1 -0
- package/docs/api/grid-pro.morerowsdetail.md +16 -0
- package/docs/api-report.md +10 -3
- package/package.json +13 -13
|
@@ -7476,6 +7476,19 @@
|
|
|
7476
7476
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
7477
7477
|
}
|
|
7478
7478
|
},
|
|
7479
|
+
{
|
|
7480
|
+
"kind": "field",
|
|
7481
|
+
"name": "_lastMoreRows",
|
|
7482
|
+
"type": {
|
|
7483
|
+
"text": "boolean"
|
|
7484
|
+
},
|
|
7485
|
+
"privacy": "private",
|
|
7486
|
+
"default": "false",
|
|
7487
|
+
"inheritedFrom": {
|
|
7488
|
+
"name": "GridProGenesisDatasource",
|
|
7489
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
7490
|
+
}
|
|
7491
|
+
},
|
|
7479
7492
|
{
|
|
7480
7493
|
"kind": "method",
|
|
7481
7494
|
"name": "colDefsDeepClone",
|
|
@@ -11928,6 +11941,15 @@
|
|
|
11928
11941
|
"privacy": "private",
|
|
11929
11942
|
"default": "true"
|
|
11930
11943
|
},
|
|
11944
|
+
{
|
|
11945
|
+
"kind": "field",
|
|
11946
|
+
"name": "_lastMoreRows",
|
|
11947
|
+
"type": {
|
|
11948
|
+
"text": "boolean"
|
|
11949
|
+
},
|
|
11950
|
+
"privacy": "private",
|
|
11951
|
+
"default": "false"
|
|
11952
|
+
},
|
|
11931
11953
|
{
|
|
11932
11954
|
"kind": "method",
|
|
11933
11955
|
"name": "deepClone",
|
|
@@ -3,11 +3,12 @@ import { FoundationElement } from '@microsoft/fast-foundation';
|
|
|
3
3
|
interface SelectOptions {
|
|
4
4
|
name: string;
|
|
5
5
|
displayName: string;
|
|
6
|
+
isDisabled?: (rowData: any) => boolean;
|
|
6
7
|
}
|
|
7
8
|
interface SelectCellRendererParams extends ICellRendererParams {
|
|
8
9
|
accessor: string;
|
|
9
10
|
defaultValue?: string;
|
|
10
|
-
options: SelectOptions[];
|
|
11
|
+
options: (rowData: any) => SelectOptions[];
|
|
11
12
|
onSelect: (value: string, params: SelectCellRendererParams) => void;
|
|
12
13
|
isDisabled?: (rowData: any) => boolean;
|
|
13
14
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select.renderer.d.ts","sourceRoot":"","sources":["../../../src/cell-renderers/select.renderer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEjF,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAI/D,UAAU,aAAa;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"select.renderer.d.ts","sourceRoot":"","sources":["../../../src/cell-renderers/select.renderer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAEjF,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAI/D,UAAU,aAAa;IACrB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,CAAC,OAAO,EAAE,GAAG,KAAK,OAAO,CAAC;CACxC;AAED,UAAU,wBAAyB,SAAQ,mBAAmB;IAC5D,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,CAAC,OAAO,EAAE,GAAG,KAAK,aAAa,EAAE,CAAC;IAC3C,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,wBAAwB,KAAK,IAAI,CAAC;IACpE,UAAU,CAAC,EAAE,CAAC,OAAO,EAAE,GAAG,KAAK,OAAO,CAAC;CACxC;AAED;;;;GAIG;AACH,qBAAa,cAAe,SAAQ,iBAAkB,YAAW,iBAAiB;IAC7D,MAAM,EAAE,wBAAwB,CAAC;IACjC,KAAK,EAAE,MAAM,CAAC;IAE1B,IAAI,CAAC,MAAM,EAAE,wBAAwB;IAMrC,MAAM,IAAI,WAAW;IAIrB,OAAO,IAAI,IAAI;IAEf,OAAO,CAAC,MAAM,EAAE,wBAAwB,GAAG,OAAO;IAIlD,gBAAgB,mBAGrB;IAEK,UAAU,CAAC,IAAI,KAAA,GAAG,OAAO;CAUjC;AAED;;;GAGG;AACH,eAAO,MAAM,sBAAsB,iDAclC,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB,kBAAkB,MAAM,6DA6B7D,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;yBAIrC,CAAC"}
|
|
@@ -3,8 +3,17 @@
|
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
5
5
|
export declare const gridProGenesisDatasourceEventNames: {
|
|
6
|
-
error:
|
|
7
|
-
dataInit:
|
|
8
|
-
sizeChanged:
|
|
6
|
+
readonly error: "datasource-error";
|
|
7
|
+
readonly dataInit: "datasource-init";
|
|
8
|
+
readonly sizeChanged: "datasource-size-changed";
|
|
9
|
+
readonly moreRowsChanged: "more-rows-changed";
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* The Genesis Datasource event payload types.
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
export type MoreRowsDetail = {
|
|
16
|
+
moreRows: boolean;
|
|
17
|
+
sourceRef: string;
|
|
9
18
|
};
|
|
10
19
|
//# sourceMappingURL=grid-pro-genesis-datasource.config.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-pro-genesis-datasource.config.d.ts","sourceRoot":"","sources":["../../../src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,kCAAkC
|
|
1
|
+
{"version":3,"file":"grid-pro-genesis-datasource.config.d.ts","sourceRoot":"","sources":["../../../src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,kCAAkC;;;;;CAKrC,CAAC;AAEX;;;GAGG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC"}
|
|
@@ -134,7 +134,13 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
134
134
|
isSameNode(otherNode: Node): boolean;
|
|
135
135
|
lookupNamespaceURI(prefix: string): string;
|
|
136
136
|
lookupPrefix(namespace: string): string;
|
|
137
|
-
normalize(): void;
|
|
137
|
+
normalize(): void; /**
|
|
138
|
+
* Initializes the datasource and loads the data for the grid.
|
|
139
|
+
* Handles both snapshot and stream data (for both REQUEST_SERVER and DATASERVER resource types).
|
|
140
|
+
*
|
|
141
|
+
* @param withFullInit - if true, will call datasource.init() with requiresMetadataFetch = true, fetching fresh metadata
|
|
142
|
+
* @internal
|
|
143
|
+
*/
|
|
138
144
|
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
139
145
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
140
146
|
readonly ATTRIBUTE_NODE: number;
|
|
@@ -342,6 +348,7 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
|
|
|
342
348
|
private updateSub;
|
|
343
349
|
private connectionSub;
|
|
344
350
|
private requiresFullRowDataAndColDefs;
|
|
351
|
+
private _lastMoreRows;
|
|
345
352
|
connectedCallback(): void;
|
|
346
353
|
disconnectedCallback(): void;
|
|
347
354
|
deepClone(): Node;
|
|
@@ -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,EACL,MAAM,EACN,WAAW,EAGX,kBAAkB,EAClB,kBAAkB,EACnB,MAAM,yBAAyB,CAAC;AAejC,OAAO,EAAqB,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,EACL,MAAM,EACN,WAAW,EAGX,kBAAkB,EAClB,kBAAkB,EACnB,MAAM,yBAAyB,CAAC;AAejC,OAAO,EAAqB,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAmVvF;;;;;;OAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA/UL;;;;GAIG;AACH,qBAGa,wBAAyB,SAAQ,6BAAqC;IACjF,aAAa,SAAsB;IACnC,kBAAkB,SAA2B;IAGvC,eAAe,CAAC,WAAW,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;IAS9D,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM;IAQrD,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAKW,qBAAqB,UAAQ;IAG9F,yBAAyB,UAAS;IAElC,OAAO,CAAC,OAAO,CAAe;IAC9B,OAAO,CAAC,SAAS,CAAe;IAChC,OAAO,CAAC,aAAa,CAAe;IAEpC,OAAO,CAAC,6BAA6B,CAAQ;IAE7C,OAAO,CAAC,aAAa,CAAkB;IAEvC,iBAAiB;IAuBjB,oBAAoB;IAWX,SAAS,IAAI,IAAI;IAqB1B,OAAO,CAAC,gBAAgB;IAgBxB;;;;;;OAMG;IACG,IAAI,CAAC,iBAAiB,CAAC,EAAE,MAAM,EAAE,EAAE,YAAY,CAAC,EAAE,WAAW,EAAE;IA0CrE;;;OAGG;IACH,OAAO;IAIP;;;;OAIG;IACH,MAAM;IAIN;;;;OAIG;IACH,KAAK;IAiCL;;;OAGG;IACH,OAAO;IAYP;;OAEG;IACH,WAAW;IAIX;;;;;OAKG;IACH,OAAO,CAAC,YAAY;IAgBpB;;;;OAIG;YACW,UAAU;IAmCxB;;;;;OAKG;YACW,kBAAkB;IAehC;;;;;;OAMG;YACW,gBAAgB;IAgF9B,OAAO,CAAC,cAAc;IActB,YAAY,CAAC,MAAM,EAAE,MAAM,GAAG,GAAG,EAAE;IAyBnC,OAAO,CAAC,kBAAkB;IAU1B,OAAO,CAAC,sBAAsB;IAgE9B,OAAO,CAAC,mBAAmB;YAyBb,eAAe;IActB,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;IAIP,OAAO,CAAC,iBAAiB;CAO1B"}
|
package/dist/dts/grid-pro.d.ts
CHANGED
|
@@ -22,7 +22,10 @@ declare const GridPro_base: (new (...args: any[]) => {
|
|
|
22
22
|
deepClone(): Node;
|
|
23
23
|
readonly shouldRunDisconnect: boolean;
|
|
24
24
|
readonly shouldRunConnect: boolean;
|
|
25
|
-
"__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
|
|
25
|
+
"__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean; /**
|
|
26
|
+
* Whether to use the `applyTransactionAsync` function for *add* transactions
|
|
27
|
+
* @remarks Defaults to false
|
|
28
|
+
*/
|
|
26
29
|
"__#1@#_tryFindContainingLayout"(e: Element): import("@genesislcap/foundation-utils").FoundationLayoutContainer | import("@genesislcap/foundation-utils").LayoutCacheContainer | import("@genesislcap/foundation-utils").DOMContainer;
|
|
27
30
|
connectedCallback(): void;
|
|
28
31
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
@@ -33,9 +36,6 @@ declare const GridPro_base: (new (...args: any[]) => {
|
|
|
33
36
|
readonly accessKeyLabel: string;
|
|
34
37
|
autocapitalize: string;
|
|
35
38
|
dir: string;
|
|
36
|
-
/**
|
|
37
|
-
* If true, will enable row flashing for all rows for `add` async transactions
|
|
38
|
-
*/
|
|
39
39
|
draggable: boolean;
|
|
40
40
|
hidden: boolean;
|
|
41
41
|
inert: boolean;
|
|
@@ -43,6 +43,9 @@ declare const GridPro_base: (new (...args: any[]) => {
|
|
|
43
43
|
lang: string;
|
|
44
44
|
readonly offsetHeight: number;
|
|
45
45
|
readonly offsetLeft: number;
|
|
46
|
+
/**
|
|
47
|
+
* The key to use for persisting the column state in local broswer or KV storage.
|
|
48
|
+
*/
|
|
46
49
|
readonly offsetParent: Element;
|
|
47
50
|
readonly offsetTop: number;
|
|
48
51
|
readonly offsetWidth: number;
|
|
@@ -199,10 +202,6 @@ declare const GridPro_base: (new (...args: any[]) => {
|
|
|
199
202
|
ariaReadOnly: string;
|
|
200
203
|
ariaRequired: string;
|
|
201
204
|
ariaRoleDescription: string;
|
|
202
|
-
/**
|
|
203
|
-
* If {@link @genesislcap/grid-pro#GridPro.gridAutosizingEnabled} is true, will remove the widths from the column states.
|
|
204
|
-
* @internal
|
|
205
|
-
*/
|
|
206
205
|
ariaRowCount: string;
|
|
207
206
|
ariaRowIndex: string;
|
|
208
207
|
ariaRowIndexText: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAyB,IAAI,EAAkB,MAAM,yBAAyB,CAAC;AACnG,OAAO,KAAK,EACV,MAAM,EACN,SAAS,EAET,OAAO,EACP,WAAW,EACX,UAAU,EAEX,MAAM,yBAAyB,CAAC;AAQjC,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"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"}
|
|
@@ -92,7 +92,10 @@ export const getSelectRendererTemplate = (designSystem = 'foundation') => {
|
|
|
92
92
|
${(x) => x.params.defaultValue || 'Select option'}
|
|
93
93
|
</${optionComponent}>
|
|
94
94
|
${repeat((x) => x.params.options(x.params.node.data), html `
|
|
95
|
-
<${optionComponent}
|
|
95
|
+
<${optionComponent}
|
|
96
|
+
value=${(x) => x.name}
|
|
97
|
+
?disabled=${(x, c) => { var _a; return typeof x.isDisabled === 'function' ? x.isDisabled((_a = c.parent.params) === null || _a === void 0 ? void 0 : _a.data) : false; }}
|
|
98
|
+
>${(x) => x.displayName}</${optionComponent}>
|
|
96
99
|
`)}
|
|
97
100
|
</${selectComponent}>
|
|
98
101
|
`;
|
|
@@ -24,6 +24,7 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
24
24
|
this.restartOnReconnection = true;
|
|
25
25
|
this.keepColDefsOnClearRowData = false;
|
|
26
26
|
this.requiresFullRowDataAndColDefs = true;
|
|
27
|
+
this._lastMoreRows = false;
|
|
27
28
|
}
|
|
28
29
|
// DatasourceOptions
|
|
29
30
|
criteriaChanged(oldCriteria, newCriteria) {
|
|
@@ -326,6 +327,14 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
|
|
|
326
327
|
if (result.ROW) {
|
|
327
328
|
const nextMessage = dataServerResultFilter(result);
|
|
328
329
|
this.handleStreamResult(nextMessage);
|
|
330
|
+
if (result.MORE_ROWS !== this._lastMoreRows) {
|
|
331
|
+
const moreRowsDetail = {
|
|
332
|
+
moreRows: result.MORE_ROWS,
|
|
333
|
+
sourceRef: result.SOURCE_REF,
|
|
334
|
+
};
|
|
335
|
+
this.$emit(gridProGenesisDatasourceEventNames.moreRowsChanged, moreRowsDetail);
|
|
336
|
+
this._lastMoreRows = result.MORE_ROWS;
|
|
337
|
+
}
|
|
329
338
|
}
|
|
330
339
|
else {
|
|
331
340
|
this.handleStreamResult(result);
|
package/dist/esm/grid-pro.js
CHANGED
|
@@ -10,7 +10,7 @@ import * as changeCase from 'change-case';
|
|
|
10
10
|
import debounce from 'lodash.debounce';
|
|
11
11
|
import { GridProCell } from './cell';
|
|
12
12
|
import { SelectEditor, NumberEditor, MultiselectEditor, DateEditor, StringEditor, } from './cell-editors';
|
|
13
|
-
import { ActionRenderer, ActionsMenuRenderer, BooleanRenderer, EditableRenderer, } from './cell-renderers';
|
|
13
|
+
import { ActionRenderer, ActionsMenuRenderer, BooleanRenderer, EditableRenderer, SelectRenderer, } from './cell-renderers';
|
|
14
14
|
import { GridProColumn } from './column';
|
|
15
15
|
import { GridProClientSideDatasource, GridProServerSideDatasource } from './datasource';
|
|
16
16
|
import { agThemeFontFaceMap, defaultAgGridFontFace } from './external';
|
|
@@ -214,6 +214,7 @@ export class GridPro extends LifecycleMixin(FoundationElement) {
|
|
|
214
214
|
[GridProRendererTypes.actionsMenu]: ActionsMenuRenderer,
|
|
215
215
|
[GridProRendererTypes.boolean]: BooleanRenderer,
|
|
216
216
|
[GridProRendererTypes.editable]: EditableRenderer,
|
|
217
|
+
[GridProRendererTypes.select]: SelectRenderer,
|
|
217
218
|
[GridProRendererTypes.selectEditor]: SelectEditor,
|
|
218
219
|
[GridProRendererTypes.numberEditor]: NumberEditor,
|
|
219
220
|
[GridProRendererTypes.multiselectEditor]: MultiselectEditor,
|
package/dist/grid-pro.api.json
CHANGED
|
@@ -11817,7 +11817,7 @@
|
|
|
11817
11817
|
},
|
|
11818
11818
|
{
|
|
11819
11819
|
"kind": "Content",
|
|
11820
|
-
"text": "{\n error:
|
|
11820
|
+
"text": "{\n readonly error: \"datasource-error\";\n readonly dataInit: \"datasource-init\";\n readonly sizeChanged: \"datasource-size-changed\";\n readonly moreRowsChanged: \"more-rows-changed\";\n}"
|
|
11821
11821
|
}
|
|
11822
11822
|
],
|
|
11823
11823
|
"fileUrlPath": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.ts",
|
|
@@ -12946,6 +12946,32 @@
|
|
|
12946
12946
|
],
|
|
12947
12947
|
"name": "mergeAndDedupColDefWithColumnState"
|
|
12948
12948
|
},
|
|
12949
|
+
{
|
|
12950
|
+
"kind": "TypeAlias",
|
|
12951
|
+
"canonicalReference": "@genesislcap/grid-pro!MoreRowsDetail:type",
|
|
12952
|
+
"docComment": "/**\n * The Genesis Datasource event payload types.\n *\n * @public\n */\n",
|
|
12953
|
+
"excerptTokens": [
|
|
12954
|
+
{
|
|
12955
|
+
"kind": "Content",
|
|
12956
|
+
"text": "export type MoreRowsDetail = "
|
|
12957
|
+
},
|
|
12958
|
+
{
|
|
12959
|
+
"kind": "Content",
|
|
12960
|
+
"text": "{\n moreRows: boolean;\n sourceRef: string;\n}"
|
|
12961
|
+
},
|
|
12962
|
+
{
|
|
12963
|
+
"kind": "Content",
|
|
12964
|
+
"text": ";"
|
|
12965
|
+
}
|
|
12966
|
+
],
|
|
12967
|
+
"fileUrlPath": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.ts",
|
|
12968
|
+
"releaseTag": "Public",
|
|
12969
|
+
"name": "MoreRowsDetail",
|
|
12970
|
+
"typeTokenRange": {
|
|
12971
|
+
"startIndex": 1,
|
|
12972
|
+
"endIndex": 2
|
|
12973
|
+
}
|
|
12974
|
+
},
|
|
12949
12975
|
{
|
|
12950
12976
|
"kind": "Class",
|
|
12951
12977
|
"canonicalReference": "@genesislcap/grid-pro!MultiselectEditor:class",
|
package/dist/grid-pro.d.ts
CHANGED
|
@@ -1749,7 +1749,10 @@ declare const GridPro_base: (new (...args: any[]) => {
|
|
|
1749
1749
|
deepClone(): Node;
|
|
1750
1750
|
readonly shouldRunDisconnect: boolean;
|
|
1751
1751
|
readonly shouldRunConnect: boolean;
|
|
1752
|
-
"__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean;
|
|
1752
|
+
"__#1@#_blockLifecycleDueToTokenChange"(lifecycleType: "connect" | "disconnect" | "reconnect"): boolean; /**
|
|
1753
|
+
* Whether to use the `applyTransactionAsync` function for *add* transactions
|
|
1754
|
+
* @remarks Defaults to false
|
|
1755
|
+
*/
|
|
1753
1756
|
"__#1@#_tryFindContainingLayout"(e: Element): FoundationLayoutContainer | LayoutCacheContainer | DOMContainer;
|
|
1754
1757
|
connectedCallback(): void;
|
|
1755
1758
|
readonly $fastController: Controller;
|
|
@@ -1760,9 +1763,6 @@ declare const GridPro_base: (new (...args: any[]) => {
|
|
|
1760
1763
|
readonly accessKeyLabel: string;
|
|
1761
1764
|
autocapitalize: string;
|
|
1762
1765
|
dir: string;
|
|
1763
|
-
/**
|
|
1764
|
-
* If true, will enable row flashing for all rows for `add` async transactions
|
|
1765
|
-
*/
|
|
1766
1766
|
draggable: boolean;
|
|
1767
1767
|
hidden: boolean;
|
|
1768
1768
|
inert: boolean;
|
|
@@ -1770,6 +1770,9 @@ declare const GridPro_base: (new (...args: any[]) => {
|
|
|
1770
1770
|
lang: string;
|
|
1771
1771
|
readonly offsetHeight: number;
|
|
1772
1772
|
readonly offsetLeft: number;
|
|
1773
|
+
/**
|
|
1774
|
+
* The key to use for persisting the column state in local broswer or KV storage.
|
|
1775
|
+
*/
|
|
1773
1776
|
readonly offsetParent: Element;
|
|
1774
1777
|
readonly offsetTop: number;
|
|
1775
1778
|
readonly offsetWidth: number;
|
|
@@ -1926,10 +1929,6 @@ declare const GridPro_base: (new (...args: any[]) => {
|
|
|
1926
1929
|
ariaReadOnly: string;
|
|
1927
1930
|
ariaRequired: string;
|
|
1928
1931
|
ariaRoleDescription: string;
|
|
1929
|
-
/**
|
|
1930
|
-
* If {@link @genesislcap/grid-pro#GridPro.gridAutosizingEnabled} is true, will remove the widths from the column states.
|
|
1931
|
-
* @internal
|
|
1932
|
-
*/
|
|
1933
1932
|
ariaRowCount: string;
|
|
1934
1933
|
ariaRowIndex: string;
|
|
1935
1934
|
ariaRowIndexText: string;
|
|
@@ -2556,6 +2555,7 @@ export declare class GridProGenesisDatasource extends GridProGenesisDatasource_b
|
|
|
2556
2555
|
private updateSub;
|
|
2557
2556
|
private connectionSub;
|
|
2558
2557
|
private requiresFullRowDataAndColDefs;
|
|
2558
|
+
private _lastMoreRows;
|
|
2559
2559
|
connectedCallback(): void;
|
|
2560
2560
|
disconnectedCallback(): void;
|
|
2561
2561
|
deepClone(): Node;
|
|
@@ -2769,7 +2769,13 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
2769
2769
|
isSameNode(otherNode: Node): boolean;
|
|
2770
2770
|
lookupNamespaceURI(prefix: string): string;
|
|
2771
2771
|
lookupPrefix(namespace: string): string;
|
|
2772
|
-
normalize(): void;
|
|
2772
|
+
normalize(): void; /**
|
|
2773
|
+
* Initializes the datasource and loads the data for the grid.
|
|
2774
|
+
* Handles both snapshot and stream data (for both REQUEST_SERVER and DATASERVER resource types).
|
|
2775
|
+
*
|
|
2776
|
+
* @param withFullInit - if true, will call datasource.init() with requiresMetadataFetch = true, fetching fresh metadata
|
|
2777
|
+
* @internal
|
|
2778
|
+
*/
|
|
2773
2779
|
removeChild<T_3 extends Node>(child: T_3): T_3;
|
|
2774
2780
|
replaceChild<T_4 extends Node>(node: Node, child: T_4): T_4;
|
|
2775
2781
|
readonly ATTRIBUTE_NODE: number;
|
|
@@ -2980,9 +2986,10 @@ export declare type GridProGenesisDatasourceErrorEventDetail = {
|
|
|
2980
2986
|
* @public
|
|
2981
2987
|
*/
|
|
2982
2988
|
export declare const gridProGenesisDatasourceEventNames: {
|
|
2983
|
-
error:
|
|
2984
|
-
dataInit:
|
|
2985
|
-
sizeChanged:
|
|
2989
|
+
readonly error: "datasource-error";
|
|
2990
|
+
readonly dataInit: "datasource-init";
|
|
2991
|
+
readonly sizeChanged: "datasource-size-changed";
|
|
2992
|
+
readonly moreRowsChanged: "more-rows-changed";
|
|
2986
2993
|
};
|
|
2987
2994
|
|
|
2988
2995
|
/**
|
|
@@ -3449,6 +3456,15 @@ export declare const logger: Logger;
|
|
|
3449
3456
|
*/
|
|
3450
3457
|
export declare function mergeAndDedupColDefWithColumnState(colDefs: ColDef[], columnStates: ColumnState[]): ColDef[];
|
|
3451
3458
|
|
|
3459
|
+
/**
|
|
3460
|
+
* The Genesis Datasource event payload types.
|
|
3461
|
+
* @public
|
|
3462
|
+
*/
|
|
3463
|
+
export declare type MoreRowsDetail = {
|
|
3464
|
+
moreRows: boolean;
|
|
3465
|
+
sourceRef: string;
|
|
3466
|
+
};
|
|
3467
|
+
|
|
3452
3468
|
/**
|
|
3453
3469
|
* The AG Multiselect Editor element.
|
|
3454
3470
|
* @public
|
|
@@ -3524,7 +3540,7 @@ declare type OnlyFunctions<T> = {
|
|
|
3524
3540
|
declare interface SelectCellRendererParams extends ICellRendererParams {
|
|
3525
3541
|
accessor: string;
|
|
3526
3542
|
defaultValue?: string;
|
|
3527
|
-
options: SelectOptions[];
|
|
3543
|
+
options: (rowData: any) => SelectOptions[];
|
|
3528
3544
|
onSelect: (value: string, params: SelectCellRendererParams) => void;
|
|
3529
3545
|
isDisabled?: (rowData: any) => boolean;
|
|
3530
3546
|
}
|
|
@@ -3565,6 +3581,7 @@ export declare interface SelectEditorParams extends ICellEditorParams {
|
|
|
3565
3581
|
declare interface SelectOptions {
|
|
3566
3582
|
name: string;
|
|
3567
3583
|
displayName: string;
|
|
3584
|
+
isDisabled?: (rowData: any) => boolean;
|
|
3568
3585
|
}
|
|
3569
3586
|
|
|
3570
3587
|
/**
|
|
@@ -10,8 +10,9 @@ The Genesis Datasource events names.
|
|
|
10
10
|
|
|
11
11
|
```typescript
|
|
12
12
|
gridProGenesisDatasourceEventNames: {
|
|
13
|
-
error:
|
|
14
|
-
dataInit:
|
|
15
|
-
sizeChanged:
|
|
13
|
+
readonly error: "datasource-error";
|
|
14
|
+
readonly dataInit: "datasource-init";
|
|
15
|
+
readonly sizeChanged: "datasource-size-changed";
|
|
16
|
+
readonly moreRowsChanged: "more-rows-changed";
|
|
16
17
|
}
|
|
17
18
|
```
|
package/docs/api/grid-pro.md
CHANGED
|
@@ -150,4 +150,5 @@
|
|
|
150
150
|
| [GridProGenesisDatasourceErrorEventDetail](./grid-pro.gridprogenesisdatasourceerroreventdetail.md) | The event detail for the grid pro genesis datasource <code>error</code> event. |
|
|
151
151
|
| [GrigProGenesisDatasourceSizeChangedEvent](./grid-pro.grigprogenesisdatasourcesizechangedevent.md) | The change size event grid pro genesis datasource. |
|
|
152
152
|
| [GrigProGenesisDatasourceSizeChangedEventDetail](./grid-pro.grigprogenesisdatasourcesizechangedeventdetail.md) | The event detail for the grid pro genesis datasource <code>sizeChanged</code> event. |
|
|
153
|
+
| [MoreRowsDetail](./grid-pro.morerowsdetail.md) | The Genesis Datasource event payload types. |
|
|
153
154
|
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [MoreRowsDetail](./grid-pro.morerowsdetail.md)
|
|
4
|
+
|
|
5
|
+
## MoreRowsDetail type
|
|
6
|
+
|
|
7
|
+
The Genesis Datasource event payload types.
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
export type MoreRowsDetail = {
|
|
13
|
+
moreRows: boolean;
|
|
14
|
+
sourceRef: string;
|
|
15
|
+
};
|
|
16
|
+
```
|
package/docs/api-report.md
CHANGED
|
@@ -1065,9 +1065,10 @@ export type GridProGenesisDatasourceErrorEventDetail = {
|
|
|
1065
1065
|
|
|
1066
1066
|
// @public
|
|
1067
1067
|
export const gridProGenesisDatasourceEventNames: {
|
|
1068
|
-
error:
|
|
1069
|
-
dataInit:
|
|
1070
|
-
sizeChanged:
|
|
1068
|
+
readonly error: "datasource-error";
|
|
1069
|
+
readonly dataInit: "datasource-init";
|
|
1070
|
+
readonly sizeChanged: "datasource-size-changed";
|
|
1071
|
+
readonly moreRowsChanged: "more-rows-changed";
|
|
1071
1072
|
};
|
|
1072
1073
|
|
|
1073
1074
|
// @public
|
|
@@ -1194,6 +1195,12 @@ export const logger: Logger;
|
|
|
1194
1195
|
// @public
|
|
1195
1196
|
export function mergeAndDedupColDefWithColumnState(colDefs: ColDef[], columnStates: ColumnState[]): ColDef[];
|
|
1196
1197
|
|
|
1198
|
+
// @public
|
|
1199
|
+
export type MoreRowsDetail = {
|
|
1200
|
+
moreRows: boolean;
|
|
1201
|
+
sourceRef: string;
|
|
1202
|
+
};
|
|
1203
|
+
|
|
1197
1204
|
// @public
|
|
1198
1205
|
export class MultiselectEditor extends FoundationElement implements ICellEditorComp {
|
|
1199
1206
|
// (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.
|
|
4
|
+
"version": "14.271.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.271.0",
|
|
42
|
+
"@genesislcap/genx": "14.271.0",
|
|
43
|
+
"@genesislcap/rollup-builder": "14.271.0",
|
|
44
|
+
"@genesislcap/ts-builder": "14.271.0",
|
|
45
|
+
"@genesislcap/uvu-playwright-builder": "14.271.0",
|
|
46
|
+
"@genesislcap/vite-builder": "14.271.0",
|
|
47
|
+
"@genesislcap/webpack-builder": "14.271.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.271.0",
|
|
52
|
+
"@genesislcap/foundation-logger": "14.271.0",
|
|
53
|
+
"@genesislcap/foundation-ui": "14.271.0",
|
|
54
|
+
"@genesislcap/foundation-utils": "14.271.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": "4d21efe388f0d99e6f52dda915165a518ab3e58f"
|
|
81
81
|
}
|