@genesislcap/grid-pro 14.104.0 → 14.106.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 +1421 -654
- package/dist/dts/cell-editors/index.d.ts +1 -0
- package/dist/dts/cell-editors/index.d.ts.map +1 -1
- package/dist/dts/cell-editors/multiselect.editor.d.ts +60 -0
- package/dist/dts/cell-editors/multiselect.editor.d.ts.map +1 -0
- package/dist/dts/cell-editors/select.editor.d.ts +2 -0
- package/dist/dts/cell-editors/select.editor.d.ts.map +1 -1
- package/dist/dts/datasource/base.datasource.d.ts +18 -0
- package/dist/dts/datasource/base.datasource.d.ts.map +1 -0
- package/dist/dts/datasource/server-side.datasource.d.ts +3 -12
- package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
- package/dist/dts/grid-components.d.ts +9 -0
- package/dist/dts/grid-components.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +8 -17
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts +6 -5
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/dts/grid-pro.types.d.ts +2 -1
- package/dist/dts/grid-pro.types.d.ts.map +1 -1
- package/dist/esm/cell-editors/index.js +1 -0
- package/dist/esm/cell-editors/multiselect.editor.js +94 -0
- package/dist/esm/cell-editors/select.editor.js +6 -4
- package/dist/esm/datasource/base.datasource.js +51 -0
- package/dist/esm/datasource/server-side.datasource.js +12 -53
- package/dist/esm/grid-components.js +2 -1
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +5 -44
- package/dist/esm/grid-pro.js +10 -8
- package/dist/esm/grid-pro.types.js +1 -0
- package/dist/grid-pro.api.json +1123 -527
- package/dist/grid-pro.d.ts +102 -30
- package/docs/api/grid-pro.agmultiselecteditorstyles.md +13 -0
- package/docs/api/grid-pro.foundationgridcomponents.md +9 -0
- package/docs/api/grid-pro.foundationmultiselecteditor.md +24 -0
- package/docs/api/grid-pro.getmultiselecteditortemplate.md +13 -0
- package/docs/api/grid-pro.gridpro.gridprodatasource.md +11 -0
- package/docs/api/grid-pro.gridpro.md +1 -1
- package/docs/api/grid-pro.gridprogenesisdatasource.md +0 -12
- package/docs/api/grid-pro.gridprorenderertypes.md +1 -0
- package/docs/api/grid-pro.md +5 -0
- package/docs/api/grid-pro.multiselecteditor.changehandler.md +22 -0
- package/docs/api/grid-pro.multiselecteditor.destroy.md +15 -0
- package/docs/api/grid-pro.multiselecteditor.getgui.md +15 -0
- package/docs/api/grid-pro.multiselecteditor.getvalue.md +15 -0
- package/docs/api/grid-pro.multiselecteditor.init.md +22 -0
- package/docs/api/grid-pro.multiselecteditor.ispopup.md +15 -0
- package/docs/api/grid-pro.multiselecteditor.md +36 -0
- package/docs/api/grid-pro.multiselecteditor.params.md +11 -0
- package/docs/api/grid-pro.multiselecteditor.refresh.md +22 -0
- package/docs/api/grid-pro.multiselecteditor.selectedoptions.md +11 -0
- package/docs/api/grid-pro.multiselecteditorparams.alloptionsresourcename.md +11 -0
- package/docs/api/grid-pro.multiselecteditorparams.async.md +11 -0
- package/docs/api/grid-pro.multiselecteditorparams.datasourceoptions.md +11 -0
- package/docs/api/grid-pro.multiselecteditorparams.labelfield.md +11 -0
- package/docs/api/grid-pro.multiselecteditorparams.md +27 -0
- package/docs/api/grid-pro.multiselecteditorparams.selectedoptionscallback.md +11 -0
- package/docs/api/grid-pro.multiselecteditorparams.valuefield.md +11 -0
- package/docs/api/grid-pro.multiselecteditorparams.values.md +11 -0
- package/docs/api/grid-pro.selecteditor.changehandler.md +22 -0
- package/docs/api/grid-pro.selecteditor.md +1 -0
- package/docs/api/grid-pro.selecteditorparams.async.md +11 -0
- package/docs/api/grid-pro.selecteditorparams.md +1 -0
- package/docs/api-report.md +77 -45
- package/package.json +8 -8
- package/docs/api/grid-pro.gridpro.gridprogenesisdatasource.md +0 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.connect.md +0 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.criteria.md +0 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.deferredcolumnstates.md +0 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.deferredgridoptions.md +0 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.fields.md +0 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.issnapshot.md +0 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.maxrows.md +0 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.maxview.md +0 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.movingview.md +0 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.orderby.md +0 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.resourcename.md +0 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.reverse.md +0 -11
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cell-editors/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/cell-editors/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { ICellEditorComp, ICellEditorParams } from '@ag-grid-community/core';
|
|
2
|
+
import { DatasourceOptions } from '@genesislcap/foundation-comms';
|
|
3
|
+
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
4
|
+
/**
|
|
5
|
+
* Parameters used to configure {@link MultiselectEditor}
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface MultiselectEditorParams extends ICellEditorParams {
|
|
9
|
+
allOptionsResourceName: string;
|
|
10
|
+
selectedOptionsCallback: (data: any) => Promise<[]>;
|
|
11
|
+
valueField: string;
|
|
12
|
+
labelField: string;
|
|
13
|
+
async: boolean;
|
|
14
|
+
values: any[];
|
|
15
|
+
datasourceOptions: DatasourceOptions[];
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* The AG Multiselect Editor element.
|
|
19
|
+
* @public
|
|
20
|
+
* @tagname %%prefix%%-multiselect-editor
|
|
21
|
+
*/
|
|
22
|
+
export declare class MultiselectEditor extends FoundationElement implements ICellEditorComp {
|
|
23
|
+
params: MultiselectEditorParams;
|
|
24
|
+
selectedOptions: any[];
|
|
25
|
+
init(params: MultiselectEditorParams): void;
|
|
26
|
+
getGui(): HTMLElement;
|
|
27
|
+
destroy(): void;
|
|
28
|
+
refresh(params: MultiselectEditorParams): boolean;
|
|
29
|
+
getValue(): any[];
|
|
30
|
+
isPopup(): boolean;
|
|
31
|
+
changeHandler(event: any): void;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* The AG Select Renderer Styles.
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
export declare const agMultiselectEditorStyles: import("@microsoft/fast-element").ElementStyles;
|
|
38
|
+
/**
|
|
39
|
+
* Get a Design System prefixed Select template.
|
|
40
|
+
* @param designSystem - The design system prefix to use. Defaults to 'foundation'.
|
|
41
|
+
* @returns A Select component template prefixed with the correct design system.
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
export declare const getMultiselectEditorTemplate: (designSystem?: string) => import("@microsoft/fast-element").ViewTemplate<MultiselectEditor, any>;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @public
|
|
48
|
+
* @remarks
|
|
49
|
+
* HTML Element: \<foundation-multiselect-editor\>
|
|
50
|
+
*/
|
|
51
|
+
export declare const foundationMultiselectEditor: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
52
|
+
baseName: string;
|
|
53
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
54
|
+
template: import("@microsoft/fast-element").ViewTemplate<MultiselectEditor, any>;
|
|
55
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
56
|
+
baseName: string;
|
|
57
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
58
|
+
template: import("@microsoft/fast-element").ViewTemplate<MultiselectEditor, any>;
|
|
59
|
+
}, typeof MultiselectEditor>;
|
|
60
|
+
//# sourceMappingURL=multiselect.editor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"multiselect.editor.d.ts","sourceRoot":"","sources":["../../../src/cell-editors/multiselect.editor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAElE,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D;;;GAGG;AACH,MAAM,WAAW,uBAAwB,SAAQ,iBAAiB;IAChE,sBAAsB,EAAE,MAAM,CAAC;IAC/B,uBAAuB,EAAE,CAAC,IAAI,KAAA,KAAK,OAAO,CAAC,EAAE,CAAC,CAAC;IAC/C,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,OAAO,CAAC;IACf,MAAM,EAAE,GAAG,EAAE,CAAC;IACd,iBAAiB,EAAE,iBAAiB,EAAE,CAAC;CACxC;AAED;;;;GAIG;AACH,qBAAa,iBAAkB,SAAQ,iBAAkB,YAAW,eAAe;IAC9D,MAAM,EAAE,uBAAuB,CAAC;IAChC,eAAe,EAAE,GAAG,EAAE,CAAC;IAEnC,IAAI,CAAC,MAAM,EAAE,uBAAuB;IAkBpC,MAAM,IAAI,WAAW;IAIrB,OAAO,IAAI,IAAI;IAEf,OAAO,CAAC,MAAM,EAAE,uBAAuB,GAAG,OAAO;IAIxD,QAAQ;IAIR,OAAO,IAAI,OAAO;IAIlB,aAAa,CAAC,KAAK,KAAA;CAGpB;AAED;;;GAGG;AACH,eAAO,MAAM,yBAAyB,iDASrC,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,4BAA4B,mGAgBxC,CAAC;AACF;;;;;GAKG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;4BAItC,CAAC"}
|
|
@@ -8,6 +8,7 @@ import { FoundationElement } from '@microsoft/fast-foundation';
|
|
|
8
8
|
export interface SelectEditorParams extends ICellEditorParams {
|
|
9
9
|
allOptionsResourceName: string;
|
|
10
10
|
valueField: string;
|
|
11
|
+
async: boolean;
|
|
11
12
|
labelField: string;
|
|
12
13
|
values: any[];
|
|
13
14
|
datasourceOptions: DatasourceOptions[];
|
|
@@ -28,6 +29,7 @@ export declare class SelectEditor extends FoundationElement implements ICellEdit
|
|
|
28
29
|
getValue(): string;
|
|
29
30
|
isPopup(): boolean;
|
|
30
31
|
afterGuiAttached(): void;
|
|
32
|
+
changeHandler(event: any): void;
|
|
31
33
|
}
|
|
32
34
|
/**
|
|
33
35
|
* The AG Select Renderer Styles.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select.editor.d.ts","sourceRoot":"","sources":["../../../src/cell-editors/select.editor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAElE,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D;;;GAGG;AACH,MAAM,WAAW,kBAAmB,SAAQ,iBAAiB;IAC3D,sBAAsB,EAAE,MAAM,CAAC;IAC/B,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,GAAG,EAAE,CAAC;IACd,iBAAiB,EAAE,iBAAiB,EAAE,CAAC;CACxC;AAED;;;;GAIG;AACH,qBAAa,YAAa,SAAQ,iBAAkB,YAAW,eAAe;IACzD,MAAM,EAAE,kBAAkB,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IAC1B,QAAQ,EAAE,GAAG,CAAC;IAEd,IAAI,CAAC,MAAM,EAAE,kBAAkB;IAM/B,MAAM,IAAI,WAAW;IAIrB,OAAO,IAAI,IAAI;IAEf,OAAO,CAAC,MAAM,EAAE,kBAAkB,GAAG,OAAO;IAInD,QAAQ;IAIR,OAAO,IAAI,OAAO;IAIlB,gBAAgB;
|
|
1
|
+
{"version":3,"file":"select.editor.d.ts","sourceRoot":"","sources":["../../../src/cell-editors/select.editor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC7E,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAElE,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D;;;GAGG;AACH,MAAM,WAAW,kBAAmB,SAAQ,iBAAiB;IAC3D,sBAAsB,EAAE,MAAM,CAAC;IAC/B,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,OAAO,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,GAAG,EAAE,CAAC;IACd,iBAAiB,EAAE,iBAAiB,EAAE,CAAC;CACxC;AAED;;;;GAIG;AACH,qBAAa,YAAa,SAAQ,iBAAkB,YAAW,eAAe;IACzD,MAAM,EAAE,kBAAkB,CAAC;IAC3B,KAAK,EAAE,MAAM,CAAC;IAC1B,QAAQ,EAAE,GAAG,CAAC;IAEd,IAAI,CAAC,MAAM,EAAE,kBAAkB;IAM/B,MAAM,IAAI,WAAW;IAIrB,OAAO,IAAI,IAAI;IAEf,OAAO,CAAC,MAAM,EAAE,kBAAkB,GAAG,OAAO;IAInD,QAAQ;IAIR,OAAO,IAAI,OAAO;IAIlB,gBAAgB;IAIhB,aAAa,CAAC,KAAK,KAAA;CAGpB;AAED;;;GAGG;AACH,eAAO,MAAM,oBAAoB,iDAShC,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,uBAAuB,8FAgBnC,CAAC;AACF;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;uBAIjC,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { ColumnState, GridOptions } from '@ag-grid-community/core';
|
|
2
|
+
import { Connect } from '@genesislcap/foundation-comms';
|
|
3
|
+
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
4
|
+
export declare class GridProBaseDatasource extends FoundationElement {
|
|
5
|
+
connect: Connect;
|
|
6
|
+
deferredGridOptions: GridOptions;
|
|
7
|
+
deferredColumnStates: ColumnState[];
|
|
8
|
+
criteria: string;
|
|
9
|
+
fields: string;
|
|
10
|
+
isSnapshot: boolean;
|
|
11
|
+
maxRows: number;
|
|
12
|
+
maxView: number;
|
|
13
|
+
movingView: boolean;
|
|
14
|
+
orderBy: string;
|
|
15
|
+
resourceName: string;
|
|
16
|
+
reverse: boolean;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=base.datasource.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base.datasource.d.ts","sourceRoot":"","sources":["../../../src/datasource/base.datasource.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAExE,OAAO,EAAE,OAAO,EAAE,MAAM,+BAA+B,CAAC;AAExD,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAE/D,qBAAa,qBAAsB,SAAQ,iBAAiB;IACjD,OAAO,EAAG,OAAO,CAAC;IAEf,mBAAmB,EAAE,WAAW,CAAC;IACjC,oBAAoB,EAAE,WAAW,EAAE,CAAC;IAE1C,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACgC,UAAU,UAAS;IACvC,OAAO,EAAE,MAAM,CAAmC;IAClD,OAAO,EAAE,MAAM,CAAoC;IAC/B,UAAU,UAAS;IACvC,OAAO,EAAE,MAAM,CAAC;IACX,YAAY,EAAE,MAAM,CAAC;IAChC,OAAO,UAAS;CAC5C"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { IServerSideDatasource, IServerSideGetRowsParams } from '@ag-grid-community/core';
|
|
2
2
|
import { Auth, Connect, FilteredDataServerResult, MetadataDetail, SocketObservable } from '@genesislcap/foundation-comms';
|
|
3
|
-
import {
|
|
3
|
+
import { GridProBaseDatasource } from './base.datasource';
|
|
4
4
|
/**
|
|
5
5
|
* Type definition for configuration options used for streams.
|
|
6
6
|
* @remarks
|
|
@@ -387,32 +387,23 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
|
|
|
387
387
|
tabIndex: number;
|
|
388
388
|
blur(): void;
|
|
389
389
|
focus(options?: FocusOptions): void;
|
|
390
|
-
}) & typeof
|
|
390
|
+
}) & typeof GridProBaseDatasource;
|
|
391
391
|
/**
|
|
392
392
|
* A Genesis Datasource element, for server-side | SSRM-compatible data fetching and used exclusively by the GridPro element.
|
|
393
393
|
* @remarks Only supports Server-Side Row Model. Requires `@ag-grid-enterprise/server-side-row-model` setup and valid AG Grid Enterprise license.
|
|
394
394
|
* @alpha
|
|
395
395
|
*/
|
|
396
396
|
export declare class GridProServerSideDatasource extends GridProServerSideDatasource_base {
|
|
397
|
-
connect: Connect;
|
|
398
|
-
criteria: string;
|
|
399
397
|
criteriaChanged(oldCriteria: string, newCriteria: string): void;
|
|
400
|
-
fields: string;
|
|
401
|
-
isSnapshot: boolean;
|
|
402
|
-
maxRows: number;
|
|
403
|
-
maxView: number;
|
|
404
|
-
movingView: boolean;
|
|
405
|
-
orderBy: string;
|
|
406
|
-
resourceName: string;
|
|
407
398
|
resourceNameChanged(oldValue: string, newValue: string): void;
|
|
408
399
|
pagination: boolean;
|
|
409
400
|
rowId: string;
|
|
410
|
-
reverse: boolean;
|
|
411
401
|
private indexes;
|
|
412
402
|
private dataserverStream;
|
|
413
403
|
private originalFieldDef;
|
|
414
404
|
connectedCallback(): void;
|
|
415
405
|
disconnectedCallback(): void;
|
|
406
|
+
deepClone(): Node;
|
|
416
407
|
init(): void;
|
|
417
408
|
reset(): void;
|
|
418
409
|
restart(): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"server-side.datasource.d.ts","sourceRoot":"","sources":["../../../src/datasource/server-side.datasource.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAGV,qBAAqB,EACrB,wBAAwB,EAKzB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EACL,IAAI,EACJ,OAAO,
|
|
1
|
+
{"version":3,"file":"server-side.datasource.d.ts","sourceRoot":"","sources":["../../../src/datasource/server-side.datasource.ts"],"names":[],"mappings":"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"}
|
|
@@ -86,6 +86,15 @@ export declare const foundationGridComponents: {
|
|
|
86
86
|
styles: import("@microsoft/fast-element").ElementStyles;
|
|
87
87
|
template: import("@microsoft/fast-element").ViewTemplate<import("./cell-editors").NumberEditor, any>;
|
|
88
88
|
}, typeof import("./cell-editors").NumberEditor>;
|
|
89
|
+
foundationMultiselectEditor: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
90
|
+
baseName: string;
|
|
91
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
92
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("./cell-editors").MultiselectEditor, any>;
|
|
93
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
94
|
+
baseName: string;
|
|
95
|
+
styles: import("@microsoft/fast-element").ElementStyles;
|
|
96
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("./cell-editors").MultiselectEditor, any>;
|
|
97
|
+
}, typeof import("./cell-editors").MultiselectEditor>;
|
|
89
98
|
register(container?: Container, ...rest: any[]): void;
|
|
90
99
|
};
|
|
91
100
|
//# sourceMappingURL=grid-components.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-components.d.ts","sourceRoot":"","sources":["../../src/grid-components.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"grid-components.d.ts","sourceRoot":"","sources":["../../src/grid-components.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAgB5D;;;;GAIG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAWd,SAAS,WAAW,GAAG,EAAE;CAa/C,CAAC"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
1
|
+
import { Auth, Datasource } from '@genesislcap/foundation-comms';
|
|
2
|
+
import { GridProBaseDatasource } from '../datasource/base.datasource';
|
|
4
3
|
/**
|
|
5
4
|
* The operation type for the {@link @genesislcap/grid-pro#GridProGenesisDatasource.mapTransaction} method.
|
|
6
5
|
* @internal
|
|
@@ -34,7 +33,11 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
34
33
|
draggable: boolean;
|
|
35
34
|
hidden: boolean;
|
|
36
35
|
inert: boolean;
|
|
37
|
-
innerText: string;
|
|
36
|
+
innerText: string; /**
|
|
37
|
+
* Initializes the datasource.
|
|
38
|
+
* @public
|
|
39
|
+
* @remarks This method is called automatically when the element is connected to the DOM.
|
|
40
|
+
*/
|
|
38
41
|
lang: string;
|
|
39
42
|
readonly offsetHeight: number;
|
|
40
43
|
readonly offsetLeft: number;
|
|
@@ -334,7 +337,7 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
334
337
|
tabIndex: number;
|
|
335
338
|
blur(): void;
|
|
336
339
|
focus(options?: FocusOptions): void;
|
|
337
|
-
}) & typeof
|
|
340
|
+
}) & typeof GridProBaseDatasource;
|
|
338
341
|
/**
|
|
339
342
|
* The Genesis Datasource element, for CSRM-compatible data fetching and used exclusively by the GridPro element.
|
|
340
343
|
* @remarks Only supports Client-Side Row Model.
|
|
@@ -342,24 +345,12 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
|
|
|
342
345
|
*/
|
|
343
346
|
export declare class GridProGenesisDatasource extends GridProGenesisDatasource_base {
|
|
344
347
|
auth: Auth;
|
|
345
|
-
connect: Connect;
|
|
346
348
|
datasource: Datasource;
|
|
347
|
-
deferredGridOptions: GridOptions;
|
|
348
|
-
deferredColumnStates: ColumnState[];
|
|
349
|
-
criteria: string;
|
|
350
349
|
criteriaChanged(oldCriteria: string, newCriteria: string): void;
|
|
351
|
-
fields: string;
|
|
352
|
-
isSnapshot: boolean;
|
|
353
|
-
maxRows: number;
|
|
354
|
-
maxView: number;
|
|
355
|
-
movingView: boolean;
|
|
356
|
-
orderBy: string;
|
|
357
350
|
pollingInterval: number;
|
|
358
351
|
disablePolling: boolean;
|
|
359
352
|
request: any;
|
|
360
|
-
resourceName: string;
|
|
361
353
|
resourceNameChanged(oldValue: string, newValue: string): void;
|
|
362
|
-
reverse: boolean;
|
|
363
354
|
/**
|
|
364
355
|
* Attribute to set an unique identifier for the row.
|
|
365
356
|
*
|
|
@@ -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":"
|
|
1
|
+
{"version":3,"file":"grid-pro-genesis-datasource.d.ts","sourceRoot":"","sources":["../../../src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"],"names":[],"mappings":"AACA,OAAO,EACL,IAAI,EACJ,UAAU,EAaX,MAAM,+BAA+B,CAAC;AAMvC,OAAO,EAAE,qBAAqB,EAAE,MAAM,+BAA+B,CAAC;AAgBtE;;;GAGG;AACH,oBAAY,aAAa;IACvB,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,MAAM,WAAW;CAClB;;;;;;;;;;;;;;;;;;;;;;;;;uBA0HC;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA5HL;;;;GAIG;AACH,qBAGa,wBAAyB,SAAQ,6BAAqC;IAC3E,IAAI,EAAG,IAAI,CAAC;IACN,UAAU,EAAG,UAAU,CAAC;IAGpC,eAAe,CAAC,WAAW,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;IASf,eAAe,EAAE,MAAM,CACf;IACQ,cAAc,EAAE,OAAO,CAAS;IAC7E,OAAO,EAAE,GAAG,CAAC;IAEzB,mBAAmB,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;IAKtD;;;;;OAKG;IAC4B,SAAS,MAAC;IAEwB,qBAAqB,UAAS;IAE/F;;OAEG;IACS,aAAa,EAAE,QAAQ,CAAC;IAEpC,OAAO,CAAC,OAAO,CAAe;IAC9B,OAAO,CAAC,SAAS,CAAe;IAChC,OAAO,CAAC,aAAa,CAAe;IAEpC,OAAO,CAAC,eAAe,CAAS;IAChC,OAAO,CAAC,6BAA6B,CAAQ;IAC7C,OAAO,CAAC,mBAAmB,CAAS;IAEpC,OAAO,CAAC,IAAI,CAA+B;IAC3C,OAAO,CAAC,aAAa,CAAqB;IAE1C,OAAO,CAAC,SAAS,CAAS;IAE1B,OAAO,CAAC,mBAAmB,CAAkC;IAC7D,OAAO,CAAC,MAAM,CAAwE;IAEtF,iBAAiB;IAuBjB,oBAAoB;IASX,SAAS,IAAI,IAAI;IAQ1B,OAAO,KAAK,MAAM,GAEjB;IAID;;;;OAIG;IACH,OAAO,KAAK,KAAK,GAIhB;IAED;;;;OAIG;IACG,IAAI;IAyCV;;;OAGG;IACH,MAAM;IAIN;;;;OAIG;IACH,KAAK;IA6BL;;;OAGG;IACH,OAAO;IAKP;;OAEG;IACH,WAAW;IAIX;;;;OAIG;IACH,OAAO,CAAC,UAAU;IAUlB;;;;;OAKG;IACH,OAAO,CAAC,YAAY;IAWpB;;;;OAIG;IACH,OAAO,CAAC,UAAU;IAgBlB;;;;;OAKG;YACW,kBAAkB;IAWhC;;;;;;OAMG;YACW,gBAAgB;IA4C9B,OAAO,CAAC,cAAc;IActB,OAAO,CAAC,iBAAiB;IAiBzB,OAAO,CAAC,kBAAkB;IAU1B,OAAO,CAAC,sBAAsB;IA2C9B,OAAO,CAAC,mBAAmB;IAqB3B,OAAO,CAAC,sBAAsB;IAmC9B,OAAO,CAAC,wBAAwB;IAUhC;;;;;OAKG;IACH,OAAO,CAAC,cAAc;IAyBtB,OAAO,CAAC,mBAAmB;IAgB3B,OAAO,CAAC,mBAAmB;IAO3B,OAAO,CAAC,mBAAmB;IAW3B,OAAO,CAAC,eAAe;IAsDvB,OAAO,CAAC,aAAa;IAMd,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM;IAK9C,YAAY,CAAC,SAAS,EAAE,MAAM;CAItC"}
|
package/dist/dts/grid-pro.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ColDef, ColumnApi, ColumnState, GridApi, GridOptions } from '@ag-grid-community/core';
|
|
2
2
|
import { Grid } from '@ag-grid-community/core';
|
|
3
3
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
4
|
-
import {
|
|
4
|
+
import { GridProBaseDatasource } from './datasource/base.datasource';
|
|
5
5
|
import { GridComponents } from './grid-pro.types';
|
|
6
6
|
/**
|
|
7
7
|
* Convert string values from 'camelCase' to 'kebab-case'
|
|
@@ -25,6 +25,9 @@ declare const GridPro_base: (new (...args: any[]) => {
|
|
|
25
25
|
connectedCallback(): void;
|
|
26
26
|
readonly $fastController: import("@microsoft/fast-element").Controller;
|
|
27
27
|
$emit(type: string, detail?: any, options?: Omit<CustomEventInit<any>, "detail">): boolean | void;
|
|
28
|
+
/**
|
|
29
|
+
* The key to use for persisting the column state in local storage.
|
|
30
|
+
*/
|
|
28
31
|
disconnectedCallback(): void;
|
|
29
32
|
attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
|
|
30
33
|
accessKey: string;
|
|
@@ -129,9 +132,7 @@ declare const GridPro_base: (new (...args: any[]) => {
|
|
|
129
132
|
readonly nodeName: string;
|
|
130
133
|
readonly nodeType: number;
|
|
131
134
|
nodeValue: string;
|
|
132
|
-
readonly parentElement: HTMLElement;
|
|
133
|
-
* @public
|
|
134
|
-
*/
|
|
135
|
+
readonly parentElement: HTMLElement;
|
|
135
136
|
readonly parentNode: ParentNode;
|
|
136
137
|
readonly previousSibling: ChildNode;
|
|
137
138
|
textContent: string;
|
|
@@ -447,7 +448,7 @@ export declare class GridPro extends GridPro_base {
|
|
|
447
448
|
* @public
|
|
448
449
|
*/
|
|
449
450
|
get gridOptions(): GridOptions;
|
|
450
|
-
get
|
|
451
|
+
get gridProDatasource(): GridProBaseDatasource;
|
|
451
452
|
set gridOptions(options: GridOptions);
|
|
452
453
|
private enableFlashingRows;
|
|
453
454
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,MAAM,EACN,SAAS,EACT,WAAW,EAEX,OAAO,EACP,WAAW,EAEZ,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAIL,IAAI,EAEL,MAAM,yBAAyB,CAAC;AASjC,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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"}
|
|
@@ -127,7 +127,8 @@ export declare enum GridProRendererTypes {
|
|
|
127
127
|
text = "text",
|
|
128
128
|
select = "select",
|
|
129
129
|
selectEditor = "selectEditor",
|
|
130
|
-
numberEditor = "numberEditor"
|
|
130
|
+
numberEditor = "numberEditor",
|
|
131
|
+
multiselectEditor = "multiselectEditor"
|
|
131
132
|
}
|
|
132
133
|
/**
|
|
133
134
|
* Event fired when grid is ready
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-pro.types.d.ts","sourceRoot":"","sources":["../../src/grid-pro.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAGhF;;;GAGG;AACH,oBAAY,aAAa;IACvB,eAAe,0BAA0B;IACzC,SAAS,oBAAoB;IAC7B,wBAAwB,oCAAoC;IAC5D,qBAAqB,iCAAiC;IACtD,uBAAuB,mCAAmC;IAC1D,eAAe,0BAA0B;IACzC,qBAAqB,iCAAiC;IACtD,wBAAwB,oCAAoC;IAC5D,+BAA+B,4CAA4C;IAC3E,2BAA2B,wCAAwC;IACnE,0BAA0B,uCAAuC;IACjE,qBAAqB,kCAAkC;IACvD,aAAa,yBAAyB;IACtC,yBAAyB,sCAAsC;IAC/D,6BAA6B,0CAA0C;IACvE,yBAAyB,sCAAsC;IAC/D,0CAA0C,yDAAyD;IACnG,kCAAkC,gDAAgD;IAClF,8BAA8B,4CAA4C;IAC1E,+BAA+B,6CAA6C;IAC5E,mBAAmB,+BAA+B;IAClD,WAAW,sBAAsB;IACjC,oBAAoB,gCAAgC;IACpD,cAAc,0BAA0B;IACxC,0BAA0B,uCAAuC;IACjE,6BAA6B,2CAA2C;IACxE,gBAAgB,4BAA4B;IAC5C,wBAAwB,qCAAqC;IAC7D,4BAA4B,yCAAyC;IACrE,uBAAuB,mCAAmC;IAC1D,oBAAoB,gCAAgC;IACpD,sBAAsB,kCAAkC;IACxD,0BAA0B,sCAAsC;IAChE,0BAA0B,wCAAwC;IAClE,8BAA8B,4CAA4C;IAC1E,yBAAyB,uCAAuC;IAChE,6BAA6B,2CAA2C;IACxE,iCAAiC,+CAA+C;IAChF,6BAA6B,2CAA2C;IACxE,2BAA2B,wCAAwC;IACnE,0BAA0B,uCAAuC;IACjE,2BAA2B,wCAAwC;IACnE,mBAAmB,gCAAgC;IACnD,qBAAqB,kCAAkC;CACxD;AAED;;;GAGG;AACH,oBAAY,WAAW;IACrB,MAAM,oBAAoB;IAC1B,UAAU,yBAAyB;IACnC,MAAM,oBAAoB;IAC1B,UAAU,yBAAyB;IACnC,QAAQ,sBAAsB;CAC/B;AAED;;;;;;;;;GASG;AACH,eAAO,MAAM,wBAAwB,cAAe,MAAM,WAA6B,CAAC;AAExF;;;;;;;;;GASG;AACH,eAAO,MAAM,cAAc,cAAe,MAAM,WAAyB,CAAC;AAE1E;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,eAAO,MAAM,kBAAkB,cAAe,MAAM,YAAY,eAAe,GAAG,CAAC,oDAIlF,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,cAAc,GAAG;IAAE,CAAC,aAAa,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE,CAAC;AAE9D;;;GAGG;AACH,oBAAY,oBAAoB;IAC9B,MAAM,WAAW;IACjB,WAAW,gBAAgB;IAC3B,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,YAAY,iBAAiB;IAC7B,YAAY,iBAAiB;
|
|
1
|
+
{"version":3,"file":"grid-pro.types.d.ts","sourceRoot":"","sources":["../../src/grid-pro.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAGhF;;;GAGG;AACH,oBAAY,aAAa;IACvB,eAAe,0BAA0B;IACzC,SAAS,oBAAoB;IAC7B,wBAAwB,oCAAoC;IAC5D,qBAAqB,iCAAiC;IACtD,uBAAuB,mCAAmC;IAC1D,eAAe,0BAA0B;IACzC,qBAAqB,iCAAiC;IACtD,wBAAwB,oCAAoC;IAC5D,+BAA+B,4CAA4C;IAC3E,2BAA2B,wCAAwC;IACnE,0BAA0B,uCAAuC;IACjE,qBAAqB,kCAAkC;IACvD,aAAa,yBAAyB;IACtC,yBAAyB,sCAAsC;IAC/D,6BAA6B,0CAA0C;IACvE,yBAAyB,sCAAsC;IAC/D,0CAA0C,yDAAyD;IACnG,kCAAkC,gDAAgD;IAClF,8BAA8B,4CAA4C;IAC1E,+BAA+B,6CAA6C;IAC5E,mBAAmB,+BAA+B;IAClD,WAAW,sBAAsB;IACjC,oBAAoB,gCAAgC;IACpD,cAAc,0BAA0B;IACxC,0BAA0B,uCAAuC;IACjE,6BAA6B,2CAA2C;IACxE,gBAAgB,4BAA4B;IAC5C,wBAAwB,qCAAqC;IAC7D,4BAA4B,yCAAyC;IACrE,uBAAuB,mCAAmC;IAC1D,oBAAoB,gCAAgC;IACpD,sBAAsB,kCAAkC;IACxD,0BAA0B,sCAAsC;IAChE,0BAA0B,wCAAwC;IAClE,8BAA8B,4CAA4C;IAC1E,yBAAyB,uCAAuC;IAChE,6BAA6B,2CAA2C;IACxE,iCAAiC,+CAA+C;IAChF,6BAA6B,2CAA2C;IACxE,2BAA2B,wCAAwC;IACnE,0BAA0B,uCAAuC;IACjE,2BAA2B,wCAAwC;IACnE,mBAAmB,gCAAgC;IACnD,qBAAqB,kCAAkC;CACxD;AAED;;;GAGG;AACH,oBAAY,WAAW;IACrB,MAAM,oBAAoB;IAC1B,UAAU,yBAAyB;IACnC,MAAM,oBAAoB;IAC1B,UAAU,yBAAyB;IACnC,QAAQ,sBAAsB;CAC/B;AAED;;;;;;;;;GASG;AACH,eAAO,MAAM,wBAAwB,cAAe,MAAM,WAA6B,CAAC;AAExF;;;;;;;;;GASG;AACH,eAAO,MAAM,cAAc,cAAe,MAAM,WAAyB,CAAC;AAE1E;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,eAAO,MAAM,kBAAkB,cAAe,MAAM,YAAY,eAAe,GAAG,CAAC,oDAIlF,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,cAAc,GAAG;IAAE,CAAC,aAAa,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE,CAAC;AAE9D;;;GAGG;AACH,oBAAY,oBAAoB;IAC9B,MAAM,WAAW;IACjB,WAAW,gBAAgB;IAC3B,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,YAAY,iBAAiB;IAC7B,YAAY,iBAAiB;IAC7B,iBAAiB,sBAAsB;CACxC;AAED;;;GAGG;AACH,eAAO,MAAM,gBAAgB,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { __decorate } from "tslib";
|
|
2
|
+
import { css, html, observable } from '@microsoft/fast-element';
|
|
3
|
+
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
4
|
+
/**
|
|
5
|
+
* The AG Multiselect Editor element.
|
|
6
|
+
* @public
|
|
7
|
+
* @tagname %%prefix%%-multiselect-editor
|
|
8
|
+
*/
|
|
9
|
+
export class MultiselectEditor extends FoundationElement {
|
|
10
|
+
init(params) {
|
|
11
|
+
if (!params)
|
|
12
|
+
return;
|
|
13
|
+
this.params = params;
|
|
14
|
+
this.selectedOptions = params.value;
|
|
15
|
+
// DATASERVER does not support array type so selected options could be fetched from another resource
|
|
16
|
+
if (this.params.selectedOptionsCallback) {
|
|
17
|
+
this.params.selectedOptionsCallback(this.params.data).then((selectedOptions) => {
|
|
18
|
+
this.selectedOptions = selectedOptions;
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
// if value was provided as string component will assume it's in csv syntax
|
|
22
|
+
if (typeof params.value === 'string') {
|
|
23
|
+
this.selectedOptions = params.value.split(',');
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
getGui() {
|
|
27
|
+
return this;
|
|
28
|
+
}
|
|
29
|
+
destroy() { }
|
|
30
|
+
refresh(params) {
|
|
31
|
+
return true;
|
|
32
|
+
}
|
|
33
|
+
getValue() {
|
|
34
|
+
return this.selectedOptions;
|
|
35
|
+
}
|
|
36
|
+
isPopup() {
|
|
37
|
+
return true;
|
|
38
|
+
}
|
|
39
|
+
changeHandler(event) {
|
|
40
|
+
this.selectedOptions = event.detail;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
__decorate([
|
|
44
|
+
observable
|
|
45
|
+
], MultiselectEditor.prototype, "params", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
observable
|
|
48
|
+
], MultiselectEditor.prototype, "selectedOptions", void 0);
|
|
49
|
+
/**
|
|
50
|
+
* The AG Select Renderer Styles.
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
export const agMultiselectEditorStyles = css `
|
|
54
|
+
:host,
|
|
55
|
+
.select-renderer,
|
|
56
|
+
zero-option,
|
|
57
|
+
::part(listbox),
|
|
58
|
+
::part(control) {
|
|
59
|
+
max-width: var(--select-renderer-max-width);
|
|
60
|
+
min-width: 100%;
|
|
61
|
+
}
|
|
62
|
+
`;
|
|
63
|
+
/**
|
|
64
|
+
* Get a Design System prefixed Select template.
|
|
65
|
+
* @param designSystem - The design system prefix to use. Defaults to 'foundation'.
|
|
66
|
+
* @returns A Select component template prefixed with the correct design system.
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
export const getMultiselectEditorTemplate = (designSystem = 'foundation') => html `
|
|
70
|
+
<${designSystem}-multiselect
|
|
71
|
+
style="width: 100%"
|
|
72
|
+
?async=${(x) => x.params.async}
|
|
73
|
+
:selectedOptions=${(x) => x.selectedOptions || []}
|
|
74
|
+
@selectionChange=${(x, c) => x.changeHandler(c.event)}
|
|
75
|
+
>
|
|
76
|
+
<multiselect-datasource
|
|
77
|
+
resourceName=${(x) => x.params.allOptionsResourceName}
|
|
78
|
+
value-field=${(x) => x.params.valueField}
|
|
79
|
+
label-field=${(x) => x.params.labelField}
|
|
80
|
+
:datasourceConfig=${(x) => x.params.datasourceOptions}
|
|
81
|
+
></multiselect-datasource>
|
|
82
|
+
</${designSystem}-multiselect>
|
|
83
|
+
`;
|
|
84
|
+
/**
|
|
85
|
+
*
|
|
86
|
+
* @public
|
|
87
|
+
* @remarks
|
|
88
|
+
* HTML Element: \<foundation-multiselect-editor\>
|
|
89
|
+
*/
|
|
90
|
+
export const foundationMultiselectEditor = MultiselectEditor.compose({
|
|
91
|
+
baseName: 'multiselect-editor',
|
|
92
|
+
styles: agMultiselectEditorStyles,
|
|
93
|
+
template: getMultiselectEditorTemplate(),
|
|
94
|
+
});
|
|
@@ -29,6 +29,10 @@ export class SelectEditor extends FoundationElement {
|
|
|
29
29
|
afterGuiAttached() {
|
|
30
30
|
this.combobox.open = true;
|
|
31
31
|
}
|
|
32
|
+
changeHandler(event) {
|
|
33
|
+
var _a;
|
|
34
|
+
this.value = (_a = event.detail) === null || _a === void 0 ? void 0 : _a.value;
|
|
35
|
+
}
|
|
32
36
|
}
|
|
33
37
|
__decorate([
|
|
34
38
|
observable
|
|
@@ -60,10 +64,8 @@ export const getSelectEditorTemplate = (designSystem = 'foundation') => html `
|
|
|
60
64
|
<${designSystem}-combobox
|
|
61
65
|
style="width: 100%"
|
|
62
66
|
${ref('combobox')}
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
x.value = (_a = c.event.detail) === null || _a === void 0 ? void 0 : _a.value;
|
|
66
|
-
}}
|
|
67
|
+
?async=${(x) => x.params.async}
|
|
68
|
+
@value-change=${(x, c) => x.changeHandler(c.event)}
|
|
67
69
|
>
|
|
68
70
|
<options-datasource
|
|
69
71
|
resourceName=${(x) => x.params.allOptionsResourceName}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { __decorate } from "tslib";
|
|
2
|
+
import { DatasourceDefaults } from '@genesislcap/foundation-comms';
|
|
3
|
+
import { Connect } from '@genesislcap/foundation-comms';
|
|
4
|
+
import { attr, observable } from '@microsoft/fast-element';
|
|
5
|
+
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
6
|
+
export class GridProBaseDatasource extends FoundationElement {
|
|
7
|
+
constructor() {
|
|
8
|
+
super(...arguments);
|
|
9
|
+
this.isSnapshot = false;
|
|
10
|
+
this.maxRows = DatasourceDefaults.MAX_ROWS_250;
|
|
11
|
+
this.maxView = DatasourceDefaults.MAX_VIEW_1000;
|
|
12
|
+
this.movingView = false;
|
|
13
|
+
this.reverse = false;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
__decorate([
|
|
17
|
+
Connect
|
|
18
|
+
], GridProBaseDatasource.prototype, "connect", void 0);
|
|
19
|
+
__decorate([
|
|
20
|
+
observable
|
|
21
|
+
], GridProBaseDatasource.prototype, "deferredGridOptions", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
observable
|
|
24
|
+
], GridProBaseDatasource.prototype, "deferredColumnStates", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
attr
|
|
27
|
+
], GridProBaseDatasource.prototype, "criteria", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
attr
|
|
30
|
+
], GridProBaseDatasource.prototype, "fields", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
attr({ mode: 'boolean', attribute: 'is-snapshot' })
|
|
33
|
+
], GridProBaseDatasource.prototype, "isSnapshot", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
attr({ attribute: 'max-rows' })
|
|
36
|
+
], GridProBaseDatasource.prototype, "maxRows", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
attr({ attribute: 'max-view' })
|
|
39
|
+
], GridProBaseDatasource.prototype, "maxView", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
attr({ mode: 'boolean', attribute: 'moving-view' })
|
|
42
|
+
], GridProBaseDatasource.prototype, "movingView", void 0);
|
|
43
|
+
__decorate([
|
|
44
|
+
attr({ attribute: 'order-by' })
|
|
45
|
+
], GridProBaseDatasource.prototype, "orderBy", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
attr({ attribute: 'resource-name' })
|
|
48
|
+
], GridProBaseDatasource.prototype, "resourceName", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
attr({ mode: 'boolean' })
|
|
51
|
+
], GridProBaseDatasource.prototype, "reverse", void 0);
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { __awaiter, __decorate } from "tslib";
|
|
2
|
-
import { Auth, Connect, dataServerResultFilter,
|
|
2
|
+
import { Auth, Connect, dataServerResultFilter, extractFieldDefinitions, FieldTypeEnum, MessageType, normaliseCriteria, toFieldMetadata, } from '@genesislcap/foundation-comms';
|
|
3
3
|
import { LifecycleMixin } from '@genesislcap/foundation-utils';
|
|
4
4
|
import { attr, customElement, DOM } from '@microsoft/fast-element';
|
|
5
|
-
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
6
5
|
import { take } from 'rxjs/operators';
|
|
7
6
|
import { dateTimeValueFormatter, dateValueFormatter } from '../grid-pro.definitions';
|
|
8
7
|
import { GridProRendererTypes } from '../grid-pro.types';
|
|
9
8
|
import { logger } from '../utils';
|
|
9
|
+
import { GridProBaseDatasource } from './base.datasource';
|
|
10
10
|
import { getColumnType, getFilterByFieldType, getFilterParamsByFieldType, } from './server-side.grid-definitions';
|
|
11
11
|
/**
|
|
12
12
|
* The IServerSideDatasource implementation, used for SSRM (Server-Side Row Model) in the grid.
|
|
@@ -292,16 +292,11 @@ const criteriaDelimiter = ';';
|
|
|
292
292
|
* @remarks Only supports Server-Side Row Model. Requires `@ag-grid-enterprise/server-side-row-model` setup and valid AG Grid Enterprise license.
|
|
293
293
|
* @alpha
|
|
294
294
|
*/
|
|
295
|
-
let GridProServerSideDatasource = class GridProServerSideDatasource extends LifecycleMixin(
|
|
295
|
+
let GridProServerSideDatasource = class GridProServerSideDatasource extends LifecycleMixin(GridProBaseDatasource) {
|
|
296
296
|
constructor() {
|
|
297
297
|
super(...arguments);
|
|
298
|
-
this.isSnapshot = false;
|
|
299
|
-
this.maxRows = DatasourceDefaults.MAX_ROWS_250;
|
|
300
|
-
this.maxView = DatasourceDefaults.MAX_VIEW_1000;
|
|
301
|
-
this.movingView = true;
|
|
302
298
|
this.pagination = false;
|
|
303
299
|
this.rowId = 'ROW_REF';
|
|
304
|
-
this.reverse = false;
|
|
305
300
|
}
|
|
306
301
|
criteriaChanged(oldCriteria, newCriteria) {
|
|
307
302
|
const startingCriteria = !oldCriteria && newCriteria;
|
|
@@ -335,30 +330,24 @@ let GridProServerSideDatasource = class GridProServerSideDatasource extends Life
|
|
|
335
330
|
this.reset();
|
|
336
331
|
});
|
|
337
332
|
}
|
|
333
|
+
deepClone() {
|
|
334
|
+
const copy = super.deepClone();
|
|
335
|
+
copy.deferredGridOptions = structuredClone(this.deferredGridOptions);
|
|
336
|
+
copy.deferredColumnStates = structuredClone(this.deferredColumnStates);
|
|
337
|
+
return copy;
|
|
338
|
+
}
|
|
338
339
|
init() {
|
|
339
340
|
if (this.agGrid && this.resourceName && this.connect.isConnected) {
|
|
340
|
-
this.agGrid.gridOptions = {
|
|
341
|
-
getRowId: (params) => {
|
|
341
|
+
this.agGrid.gridOptions = Object.assign({ getRowId: (params) => {
|
|
342
342
|
if (!params.data) {
|
|
343
343
|
return null;
|
|
344
344
|
}
|
|
345
345
|
return params.data[this.rowId];
|
|
346
|
-
},
|
|
347
|
-
cacheBlockSize: this.maxRows,
|
|
348
|
-
defaultColDef: {
|
|
346
|
+
}, cacheBlockSize: this.maxRows, defaultColDef: {
|
|
349
347
|
filter: true,
|
|
350
348
|
resizable: true,
|
|
351
349
|
sortable: true,
|
|
352
|
-
},
|
|
353
|
-
pagination: this.pagination,
|
|
354
|
-
paginationPageSize: this.maxRows,
|
|
355
|
-
rowBuffer: 0,
|
|
356
|
-
rowModelType: 'serverSide',
|
|
357
|
-
suppressServerSideInfiniteScroll: false,
|
|
358
|
-
suppressMultiSort: true,
|
|
359
|
-
onFilterChanged: (params) => { },
|
|
360
|
-
onSortChanged: (params) => { }, // TODO: confirm FUI-512
|
|
361
|
-
};
|
|
350
|
+
}, pagination: this.pagination, paginationPageSize: this.maxRows, rowBuffer: 0, rowModelType: 'serverSide', suppressServerSideInfiniteScroll: false, suppressMultiSort: true, onFilterChanged: (params) => { }, onSortChanged: (params) => { } }, this.deferredGridOptions);
|
|
362
351
|
this.agGrid.addEventListener('onGridReady', () => __awaiter(this, void 0, void 0, function* () {
|
|
363
352
|
const meta = yield this.connect
|
|
364
353
|
.getMetadata(this.resourceName)
|
|
@@ -489,42 +478,12 @@ let GridProServerSideDatasource = class GridProServerSideDatasource extends Life
|
|
|
489
478
|
return colDefsMergedWithTemplateDefs;
|
|
490
479
|
}
|
|
491
480
|
};
|
|
492
|
-
__decorate([
|
|
493
|
-
Connect
|
|
494
|
-
], GridProServerSideDatasource.prototype, "connect", void 0);
|
|
495
|
-
__decorate([
|
|
496
|
-
attr
|
|
497
|
-
], GridProServerSideDatasource.prototype, "criteria", void 0);
|
|
498
|
-
__decorate([
|
|
499
|
-
attr
|
|
500
|
-
], GridProServerSideDatasource.prototype, "fields", void 0);
|
|
501
|
-
__decorate([
|
|
502
|
-
attr({ mode: 'boolean', attribute: 'is-snapshot' })
|
|
503
|
-
], GridProServerSideDatasource.prototype, "isSnapshot", void 0);
|
|
504
|
-
__decorate([
|
|
505
|
-
attr({ attribute: 'max-rows' })
|
|
506
|
-
], GridProServerSideDatasource.prototype, "maxRows", void 0);
|
|
507
|
-
__decorate([
|
|
508
|
-
attr({ attribute: 'max-view' })
|
|
509
|
-
], GridProServerSideDatasource.prototype, "maxView", void 0);
|
|
510
|
-
__decorate([
|
|
511
|
-
attr({ attribute: 'moving-view' })
|
|
512
|
-
], GridProServerSideDatasource.prototype, "movingView", void 0);
|
|
513
|
-
__decorate([
|
|
514
|
-
attr({ attribute: 'order-by' })
|
|
515
|
-
], GridProServerSideDatasource.prototype, "orderBy", void 0);
|
|
516
|
-
__decorate([
|
|
517
|
-
attr({ attribute: 'resource-name' })
|
|
518
|
-
], GridProServerSideDatasource.prototype, "resourceName", void 0);
|
|
519
481
|
__decorate([
|
|
520
482
|
attr({ mode: 'boolean' })
|
|
521
483
|
], GridProServerSideDatasource.prototype, "pagination", void 0);
|
|
522
484
|
__decorate([
|
|
523
485
|
attr({ attribute: 'row-id' })
|
|
524
486
|
], GridProServerSideDatasource.prototype, "rowId", void 0);
|
|
525
|
-
__decorate([
|
|
526
|
-
attr({ mode: 'boolean' })
|
|
527
|
-
], GridProServerSideDatasource.prototype, "reverse", void 0);
|
|
528
487
|
GridProServerSideDatasource = __decorate([
|
|
529
488
|
customElement({
|
|
530
489
|
name: 'grid-pro-server-side-datasource',
|