@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
|
@@ -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) > [MultiselectEditorParams](./grid-pro.multiselecteditorparams.md) > [labelField](./grid-pro.multiselecteditorparams.labelfield.md)
|
|
4
|
+
|
|
5
|
+
## MultiselectEditorParams.labelField property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
labelField: string;
|
|
11
|
+
```
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [MultiselectEditorParams](./grid-pro.multiselecteditorparams.md)
|
|
4
|
+
|
|
5
|
+
## MultiselectEditorParams interface
|
|
6
|
+
|
|
7
|
+
Parameters used to configure [MultiselectEditor](./grid-pro.multiselecteditor.md)
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
export interface MultiselectEditorParams extends ICellEditorParams
|
|
13
|
+
```
|
|
14
|
+
**Extends:** ICellEditorParams
|
|
15
|
+
|
|
16
|
+
## Properties
|
|
17
|
+
|
|
18
|
+
| Property | Modifiers | Type | Description |
|
|
19
|
+
| --- | --- | --- | --- |
|
|
20
|
+
| [allOptionsResourceName](./grid-pro.multiselecteditorparams.alloptionsresourcename.md) | | string | |
|
|
21
|
+
| [async](./grid-pro.multiselecteditorparams.async.md) | | boolean | |
|
|
22
|
+
| [datasourceOptions](./grid-pro.multiselecteditorparams.datasourceoptions.md) | | DatasourceOptions\[\] | |
|
|
23
|
+
| [labelField](./grid-pro.multiselecteditorparams.labelfield.md) | | string | |
|
|
24
|
+
| [selectedOptionsCallback](./grid-pro.multiselecteditorparams.selectedoptionscallback.md) | | (data: any) => Promise<\[\]> | |
|
|
25
|
+
| [valueField](./grid-pro.multiselecteditorparams.valuefield.md) | | string | |
|
|
26
|
+
| [values](./grid-pro.multiselecteditorparams.values.md) | | any\[\] | |
|
|
27
|
+
|
|
@@ -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) > [MultiselectEditorParams](./grid-pro.multiselecteditorparams.md) > [selectedOptionsCallback](./grid-pro.multiselecteditorparams.selectedoptionscallback.md)
|
|
4
|
+
|
|
5
|
+
## MultiselectEditorParams.selectedOptionsCallback property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
selectedOptionsCallback: (data: any) => Promise<[]>;
|
|
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) > [MultiselectEditorParams](./grid-pro.multiselecteditorparams.md) > [valueField](./grid-pro.multiselecteditorparams.valuefield.md)
|
|
4
|
+
|
|
5
|
+
## MultiselectEditorParams.valueField property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
valueField: 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) > [MultiselectEditorParams](./grid-pro.multiselecteditorparams.md) > [values](./grid-pro.multiselecteditorparams.values.md)
|
|
4
|
+
|
|
5
|
+
## MultiselectEditorParams.values property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
values: any[];
|
|
11
|
+
```
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [SelectEditor](./grid-pro.selecteditor.md) > [changeHandler](./grid-pro.selecteditor.changehandler.md)
|
|
4
|
+
|
|
5
|
+
## SelectEditor.changeHandler() method
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
changeHandler(event: any): void;
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Parameters
|
|
14
|
+
|
|
15
|
+
| Parameter | Type | Description |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| event | any | |
|
|
18
|
+
|
|
19
|
+
**Returns:**
|
|
20
|
+
|
|
21
|
+
void
|
|
22
|
+
|
|
@@ -28,6 +28,7 @@ export declare class SelectEditor extends FoundationElement implements ICellEdit
|
|
|
28
28
|
| Method | Modifiers | Description |
|
|
29
29
|
| --- | --- | --- |
|
|
30
30
|
| [afterGuiAttached()](./grid-pro.selecteditor.afterguiattached.md) | | |
|
|
31
|
+
| [changeHandler(event)](./grid-pro.selecteditor.changehandler.md) | | |
|
|
31
32
|
| [destroy()](./grid-pro.selecteditor.destroy.md) | | |
|
|
32
33
|
| [getGui()](./grid-pro.selecteditor.getgui.md) | | |
|
|
33
34
|
| [getValue()](./grid-pro.selecteditor.getvalue.md) | | |
|
|
@@ -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) > [SelectEditorParams](./grid-pro.selecteditorparams.md) > [async](./grid-pro.selecteditorparams.async.md)
|
|
4
|
+
|
|
5
|
+
## SelectEditorParams.async property
|
|
6
|
+
|
|
7
|
+
**Signature:**
|
|
8
|
+
|
|
9
|
+
```typescript
|
|
10
|
+
async: boolean;
|
|
11
|
+
```
|
|
@@ -18,6 +18,7 @@ export interface SelectEditorParams extends ICellEditorParams
|
|
|
18
18
|
| Property | Modifiers | Type | Description |
|
|
19
19
|
| --- | --- | --- | --- |
|
|
20
20
|
| [allOptionsResourceName](./grid-pro.selecteditorparams.alloptionsresourcename.md) | | string | |
|
|
21
|
+
| [async](./grid-pro.selecteditorparams.async.md) | | boolean | |
|
|
21
22
|
| [datasourceOptions](./grid-pro.selecteditorparams.datasourceoptions.md) | | DatasourceOptions\[\] | |
|
|
22
23
|
| [labelField](./grid-pro.selecteditorparams.labelfield.md) | | string | |
|
|
23
24
|
| [valueField](./grid-pro.selecteditorparams.valuefield.md) | | string | |
|
package/docs/api-report.md
CHANGED
|
@@ -221,6 +221,9 @@ export enum AgGridTheme {
|
|
|
221
221
|
// @public
|
|
222
222
|
export const agHeadCSS: ElementStyles;
|
|
223
223
|
|
|
224
|
+
// @public
|
|
225
|
+
export const agMultiselectEditorStyles: ElementStyles;
|
|
226
|
+
|
|
224
227
|
// @public
|
|
225
228
|
export const agNumberEditorStyles: ElementStyles;
|
|
226
229
|
|
|
@@ -475,6 +478,15 @@ export const foundationGridComponents: {
|
|
|
475
478
|
styles: ElementStyles;
|
|
476
479
|
template: ViewTemplate<NumberEditor, any>;
|
|
477
480
|
}, NumberEditor>;
|
|
481
|
+
foundationMultiselectEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
482
|
+
baseName: string;
|
|
483
|
+
styles: ElementStyles;
|
|
484
|
+
template: ViewTemplate<MultiselectEditor, any>;
|
|
485
|
+
}>) => FoundationElementRegistry< {
|
|
486
|
+
baseName: string;
|
|
487
|
+
styles: ElementStyles;
|
|
488
|
+
template: ViewTemplate<MultiselectEditor, any>;
|
|
489
|
+
}, MultiselectEditor>;
|
|
478
490
|
register(container?: Container, ...rest: any[]): void;
|
|
479
491
|
};
|
|
480
492
|
|
|
@@ -517,6 +529,17 @@ export const foundationGridProShadowOptions: ShadowRootInit;
|
|
|
517
529
|
// @public
|
|
518
530
|
export const foundationGridProStyles: ElementStyles;
|
|
519
531
|
|
|
532
|
+
// @public (undocumented)
|
|
533
|
+
export const foundationMultiselectEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
534
|
+
baseName: string;
|
|
535
|
+
styles: ElementStyles;
|
|
536
|
+
template: ViewTemplate<MultiselectEditor, any>;
|
|
537
|
+
}>) => FoundationElementRegistry< {
|
|
538
|
+
baseName: string;
|
|
539
|
+
styles: ElementStyles;
|
|
540
|
+
template: ViewTemplate<MultiselectEditor, any>;
|
|
541
|
+
}, typeof MultiselectEditor>;
|
|
542
|
+
|
|
520
543
|
// @public (undocumented)
|
|
521
544
|
export const foundationNumberEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
522
545
|
baseName: string;
|
|
@@ -554,6 +577,9 @@ export function getFilterByFieldType(type: string): string;
|
|
|
554
577
|
// @alpha
|
|
555
578
|
export function getFilterParamsByFieldType(type: string): any;
|
|
556
579
|
|
|
580
|
+
// @public
|
|
581
|
+
export const getMultiselectEditorTemplate: (designSystem?: string) => ViewTemplate<MultiselectEditor, any>;
|
|
582
|
+
|
|
557
583
|
// @public
|
|
558
584
|
export const getNumberEditorTemplate: (designSystem?: string) => ViewTemplate<NumberEditor, any>;
|
|
559
585
|
|
|
@@ -633,8 +659,10 @@ export class GridPro extends GridPro_base {
|
|
|
633
659
|
// (undocumented)
|
|
634
660
|
get gridOptions(): GridOptions;
|
|
635
661
|
set gridOptions(options: GridOptions);
|
|
662
|
+
// Warning: (ae-forgotten-export) The symbol "GridProBaseDatasource" needs to be exported by the entry point index.d.ts
|
|
663
|
+
//
|
|
636
664
|
// (undocumented)
|
|
637
|
-
get
|
|
665
|
+
get gridProDatasource(): GridProBaseDatasource;
|
|
638
666
|
// (undocumented)
|
|
639
667
|
gridSlot: HTMLSlotElement;
|
|
640
668
|
// (undocumented)
|
|
@@ -703,40 +731,20 @@ export class GridProGenesisDatasource extends GridProGenesisDatasource_base {
|
|
|
703
731
|
// (undocumented)
|
|
704
732
|
auth: Auth;
|
|
705
733
|
// (undocumented)
|
|
706
|
-
connect: Connect;
|
|
707
|
-
// (undocumented)
|
|
708
734
|
connectedCallback(): void;
|
|
709
735
|
// (undocumented)
|
|
710
|
-
criteria: string;
|
|
711
|
-
// (undocumented)
|
|
712
736
|
criteriaChanged(oldCriteria: string, newCriteria: string): void;
|
|
713
737
|
// (undocumented)
|
|
714
738
|
datasource: Datasource;
|
|
715
739
|
// (undocumented)
|
|
716
740
|
deepClone(): Node;
|
|
717
|
-
// (undocumented)
|
|
718
|
-
deferredColumnStates: ColumnState[];
|
|
719
|
-
// (undocumented)
|
|
720
|
-
deferredGridOptions: GridOptions;
|
|
721
741
|
deinit(): void;
|
|
722
742
|
// (undocumented)
|
|
723
743
|
disablePolling: boolean;
|
|
724
744
|
// (undocumented)
|
|
725
745
|
disconnectedCallback(): void;
|
|
726
|
-
// (undocumented)
|
|
727
|
-
fields: string;
|
|
728
746
|
init(): Promise<void>;
|
|
729
747
|
// (undocumented)
|
|
730
|
-
isSnapshot: boolean;
|
|
731
|
-
// (undocumented)
|
|
732
|
-
maxRows: number;
|
|
733
|
-
// (undocumented)
|
|
734
|
-
maxView: number;
|
|
735
|
-
// (undocumented)
|
|
736
|
-
movingView: boolean;
|
|
737
|
-
// (undocumented)
|
|
738
|
-
orderBy: string;
|
|
739
|
-
// (undocumented)
|
|
740
748
|
pollingInterval: number;
|
|
741
749
|
refreshRows(): void;
|
|
742
750
|
// (undocumented)
|
|
@@ -746,14 +754,10 @@ export class GridProGenesisDatasource extends GridProGenesisDatasource_base {
|
|
|
746
754
|
// @deprecated
|
|
747
755
|
reset(): void;
|
|
748
756
|
// (undocumented)
|
|
749
|
-
resourceName: string;
|
|
750
|
-
// (undocumented)
|
|
751
757
|
resourceNameChanged(oldValue: string, newValue: string): void;
|
|
752
758
|
restart(): void;
|
|
753
759
|
// (undocumented)
|
|
754
760
|
restartOnReconnection: boolean;
|
|
755
|
-
// (undocumented)
|
|
756
|
-
reverse: boolean;
|
|
757
761
|
rowDataMapper: Function;
|
|
758
762
|
rowIdAttr: any;
|
|
759
763
|
// (undocumented)
|
|
@@ -769,6 +773,8 @@ export enum GridProRendererTypes {
|
|
|
769
773
|
// (undocumented)
|
|
770
774
|
boolean = "boolean",
|
|
771
775
|
// (undocumented)
|
|
776
|
+
multiselectEditor = "multiselectEditor",
|
|
777
|
+
// (undocumented)
|
|
772
778
|
numberEditor = "numberEditor",
|
|
773
779
|
// (undocumented)
|
|
774
780
|
select = "select",
|
|
@@ -782,45 +788,27 @@ export enum GridProRendererTypes {
|
|
|
782
788
|
//
|
|
783
789
|
// @alpha
|
|
784
790
|
export class GridProServerSideDatasource extends GridProServerSideDatasource_base {
|
|
785
|
-
// (undocumented)
|
|
786
|
-
connect: Connect;
|
|
787
791
|
// (undocumented)
|
|
788
792
|
connectedCallback(): void;
|
|
789
793
|
// (undocumented)
|
|
790
|
-
criteria: string;
|
|
791
|
-
// (undocumented)
|
|
792
794
|
criteriaChanged(oldCriteria: string, newCriteria: string): void;
|
|
793
795
|
// (undocumented)
|
|
794
|
-
|
|
796
|
+
deepClone(): Node;
|
|
795
797
|
// (undocumented)
|
|
796
|
-
|
|
798
|
+
disconnectedCallback(): void;
|
|
797
799
|
// (undocumented)
|
|
798
800
|
init(): void;
|
|
799
801
|
// (undocumented)
|
|
800
|
-
isSnapshot: boolean;
|
|
801
|
-
// (undocumented)
|
|
802
|
-
maxRows: number;
|
|
803
|
-
// (undocumented)
|
|
804
|
-
maxView: number;
|
|
805
|
-
// (undocumented)
|
|
806
|
-
movingView: boolean;
|
|
807
|
-
// (undocumented)
|
|
808
|
-
orderBy: string;
|
|
809
|
-
// (undocumented)
|
|
810
802
|
pagination: boolean;
|
|
811
803
|
// (undocumented)
|
|
812
804
|
get params(): any;
|
|
813
805
|
// (undocumented)
|
|
814
806
|
reset(): void;
|
|
815
807
|
// (undocumented)
|
|
816
|
-
resourceName: string;
|
|
817
|
-
// (undocumented)
|
|
818
808
|
resourceNameChanged(oldValue: string, newValue: string): void;
|
|
819
809
|
// (undocumented)
|
|
820
810
|
restart(): void;
|
|
821
811
|
// (undocumented)
|
|
822
|
-
reverse: boolean;
|
|
823
|
-
// (undocumented)
|
|
824
812
|
rowId: string;
|
|
825
813
|
}
|
|
826
814
|
|
|
@@ -833,6 +821,46 @@ export const logger: Logger;
|
|
|
833
821
|
// @public
|
|
834
822
|
export function mergeAndDedupColDefWithColumnState(colDefs: ColDef[], columnStates: ColumnState[]): ColDef[];
|
|
835
823
|
|
|
824
|
+
// @public
|
|
825
|
+
export class MultiselectEditor extends FoundationElement implements ICellEditorComp {
|
|
826
|
+
// (undocumented)
|
|
827
|
+
changeHandler(event: any): void;
|
|
828
|
+
// (undocumented)
|
|
829
|
+
destroy(): void;
|
|
830
|
+
// (undocumented)
|
|
831
|
+
getGui(): HTMLElement;
|
|
832
|
+
// (undocumented)
|
|
833
|
+
getValue(): any[];
|
|
834
|
+
// (undocumented)
|
|
835
|
+
init(params: MultiselectEditorParams): void;
|
|
836
|
+
// (undocumented)
|
|
837
|
+
isPopup(): boolean;
|
|
838
|
+
// (undocumented)
|
|
839
|
+
params: MultiselectEditorParams;
|
|
840
|
+
// (undocumented)
|
|
841
|
+
refresh(params: MultiselectEditorParams): boolean;
|
|
842
|
+
// (undocumented)
|
|
843
|
+
selectedOptions: any[];
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
// @public
|
|
847
|
+
export interface MultiselectEditorParams extends ICellEditorParams {
|
|
848
|
+
// (undocumented)
|
|
849
|
+
allOptionsResourceName: string;
|
|
850
|
+
// (undocumented)
|
|
851
|
+
async: boolean;
|
|
852
|
+
// (undocumented)
|
|
853
|
+
datasourceOptions: DatasourceOptions[];
|
|
854
|
+
// (undocumented)
|
|
855
|
+
labelField: string;
|
|
856
|
+
// (undocumented)
|
|
857
|
+
selectedOptionsCallback: (data: any) => Promise<[]>;
|
|
858
|
+
// (undocumented)
|
|
859
|
+
valueField: string;
|
|
860
|
+
// (undocumented)
|
|
861
|
+
values: any[];
|
|
862
|
+
}
|
|
863
|
+
|
|
836
864
|
// @public
|
|
837
865
|
export class NumberEditor extends FoundationElement implements ICellEditorComp {
|
|
838
866
|
// (undocumented)
|
|
@@ -890,6 +918,8 @@ export class SelectEditor extends FoundationElement implements ICellEditorComp {
|
|
|
890
918
|
// (undocumented)
|
|
891
919
|
afterGuiAttached(): void;
|
|
892
920
|
// (undocumented)
|
|
921
|
+
changeHandler(event: any): void;
|
|
922
|
+
// (undocumented)
|
|
893
923
|
combobox: any;
|
|
894
924
|
// (undocumented)
|
|
895
925
|
destroy(): void;
|
|
@@ -914,6 +944,8 @@ export interface SelectEditorParams extends ICellEditorParams {
|
|
|
914
944
|
// (undocumented)
|
|
915
945
|
allOptionsResourceName: string;
|
|
916
946
|
// (undocumented)
|
|
947
|
+
async: boolean;
|
|
948
|
+
// (undocumented)
|
|
917
949
|
datasourceOptions: DatasourceOptions[];
|
|
918
950
|
// (undocumented)
|
|
919
951
|
labelField: string;
|
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.106.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -30,15 +30,15 @@
|
|
|
30
30
|
"test:debug": "genx test --debug"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@genesislcap/foundation-testing": "14.
|
|
34
|
-
"@genesislcap/genx": "14.
|
|
33
|
+
"@genesislcap/foundation-testing": "14.106.0",
|
|
34
|
+
"@genesislcap/genx": "14.106.0",
|
|
35
35
|
"rimraf": "^3.0.2"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@genesislcap/foundation-comms": "14.
|
|
39
|
-
"@genesislcap/foundation-logger": "14.
|
|
40
|
-
"@genesislcap/foundation-ui": "14.
|
|
41
|
-
"@genesislcap/foundation-utils": "14.
|
|
38
|
+
"@genesislcap/foundation-comms": "14.106.0",
|
|
39
|
+
"@genesislcap/foundation-logger": "14.106.0",
|
|
40
|
+
"@genesislcap/foundation-ui": "14.106.0",
|
|
41
|
+
"@genesislcap/foundation-utils": "14.106.0",
|
|
42
42
|
"@microsoft/fast-colors": "^5.1.4",
|
|
43
43
|
"@microsoft/fast-components": "^2.21.3",
|
|
44
44
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
63
|
"customElements": "dist/custom-elements.json",
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "5775af26a7db4736ab975e26d569ade3666ec303"
|
|
65
65
|
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridPro](./grid-pro.gridpro.md) > [gridProGenesisDatasource](./grid-pro.gridpro.gridprogenesisdatasource.md)
|
|
4
|
-
|
|
5
|
-
## GridPro.gridProGenesisDatasource property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
get gridProGenesisDatasource(): GridProGenesisDatasource;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProGenesisDatasource](./grid-pro.gridprogenesisdatasource.md) > [connect](./grid-pro.gridprogenesisdatasource.connect.md)
|
|
4
|
-
|
|
5
|
-
## GridProGenesisDatasource.connect property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
connect: Connect;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProGenesisDatasource](./grid-pro.gridprogenesisdatasource.md) > [criteria](./grid-pro.gridprogenesisdatasource.criteria.md)
|
|
4
|
-
|
|
5
|
-
## GridProGenesisDatasource.criteria property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
criteria: string;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProGenesisDatasource](./grid-pro.gridprogenesisdatasource.md) > [deferredColumnStates](./grid-pro.gridprogenesisdatasource.deferredcolumnstates.md)
|
|
4
|
-
|
|
5
|
-
## GridProGenesisDatasource.deferredColumnStates property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
deferredColumnStates: ColumnState[];
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProGenesisDatasource](./grid-pro.gridprogenesisdatasource.md) > [deferredGridOptions](./grid-pro.gridprogenesisdatasource.deferredgridoptions.md)
|
|
4
|
-
|
|
5
|
-
## GridProGenesisDatasource.deferredGridOptions property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
deferredGridOptions: GridOptions;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProGenesisDatasource](./grid-pro.gridprogenesisdatasource.md) > [fields](./grid-pro.gridprogenesisdatasource.fields.md)
|
|
4
|
-
|
|
5
|
-
## GridProGenesisDatasource.fields property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
fields: string;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProGenesisDatasource](./grid-pro.gridprogenesisdatasource.md) > [isSnapshot](./grid-pro.gridprogenesisdatasource.issnapshot.md)
|
|
4
|
-
|
|
5
|
-
## GridProGenesisDatasource.isSnapshot property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
isSnapshot: boolean;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProGenesisDatasource](./grid-pro.gridprogenesisdatasource.md) > [maxRows](./grid-pro.gridprogenesisdatasource.maxrows.md)
|
|
4
|
-
|
|
5
|
-
## GridProGenesisDatasource.maxRows property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
maxRows: number;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProGenesisDatasource](./grid-pro.gridprogenesisdatasource.md) > [maxView](./grid-pro.gridprogenesisdatasource.maxview.md)
|
|
4
|
-
|
|
5
|
-
## GridProGenesisDatasource.maxView property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
maxView: number;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProGenesisDatasource](./grid-pro.gridprogenesisdatasource.md) > [movingView](./grid-pro.gridprogenesisdatasource.movingview.md)
|
|
4
|
-
|
|
5
|
-
## GridProGenesisDatasource.movingView property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
movingView: boolean;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProGenesisDatasource](./grid-pro.gridprogenesisdatasource.md) > [orderBy](./grid-pro.gridprogenesisdatasource.orderby.md)
|
|
4
|
-
|
|
5
|
-
## GridProGenesisDatasource.orderBy property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
orderBy: string;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProGenesisDatasource](./grid-pro.gridprogenesisdatasource.md) > [resourceName](./grid-pro.gridprogenesisdatasource.resourcename.md)
|
|
4
|
-
|
|
5
|
-
## GridProGenesisDatasource.resourceName property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
resourceName: string;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProGenesisDatasource](./grid-pro.gridprogenesisdatasource.md) > [reverse](./grid-pro.gridprogenesisdatasource.reverse.md)
|
|
4
|
-
|
|
5
|
-
## GridProGenesisDatasource.reverse property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
reverse: boolean;
|
|
11
|
-
```
|