@genesislcap/grid-pro 14.83.8-alpha-c2a75d5.0 → 14.84.1
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 +1292 -34
- package/dist/dts/column/column.d.ts +1 -1
- package/dist/dts/column/column.d.ts.map +1 -1
- package/dist/dts/column/column.template.d.ts +2 -2
- package/dist/dts/column/column.template.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource-next.d.ts +18 -7
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource-next.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +7 -0
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts +1 -4
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/dts/grid-pro.definitions.next.d.ts +53 -0
- package/dist/dts/grid-pro.definitions.next.d.ts.map +1 -0
- package/dist/esm/column/column.js +6 -6
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource-next.js +131 -52
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +13 -0
- package/dist/esm/grid-pro.definitions.next.js +172 -0
- package/dist/esm/grid-pro.js +5 -4
- package/dist/grid-pro.api.json +162 -131
- package/dist/grid-pro.d.ts +51 -35
- package/docs/api/grid-pro.columntemplate.md +1 -1
- package/docs/api/grid-pro.gridproclientsidedatasource.md +19 -0
- package/docs/api/{grid-pro.gridcolumn.definition.md → grid-pro.gridprocolumn.definition.md} +2 -2
- package/docs/api/{grid-pro.gridcolumn.md → grid-pro.gridprocolumn.md} +6 -6
- package/docs/api/{grid-pro.gridcolumn.slottedagcell.md → grid-pro.gridprocolumn.slottedagcell.md} +2 -2
- package/docs/api/{grid-pro.gridcolumn.slottedagcellchanged.md → grid-pro.gridprocolumn.slottedagcellchanged.md} +2 -2
- package/docs/api/grid-pro.md +2 -1
- package/docs/api-report.md +35 -29
- package/package.json +8 -8
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProClientSideDatasource](./grid-pro.gridproclientsidedatasource.md)
|
|
4
|
+
|
|
5
|
+
## GridProClientSideDatasource class
|
|
6
|
+
|
|
7
|
+
The Genesis Datasource element, for client-side \| CSRM-compatible data fetching and used exclusively by the GridPro element.
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
export declare class GridProClientSideDatasource extends GridProGenesisDatasource
|
|
13
|
+
```
|
|
14
|
+
**Extends:** [GridProGenesisDatasource](./grid-pro.gridprogenesisdatasource.md)
|
|
15
|
+
|
|
16
|
+
## Remarks
|
|
17
|
+
|
|
18
|
+
Only supports Client-Side Row Model.
|
|
19
|
+
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
2
|
|
|
3
|
-
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProColumn](./grid-pro.gridprocolumn.md) > [definition](./grid-pro.gridprocolumn.definition.md)
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## GridProColumn.definition property
|
|
6
6
|
|
|
7
7
|
**Signature:**
|
|
8
8
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
2
|
|
|
3
|
-
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProColumn](./grid-pro.gridprocolumn.md)
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## GridProColumn class
|
|
6
6
|
|
|
7
7
|
The Grid Pro Column element.
|
|
8
8
|
|
|
9
9
|
**Signature:**
|
|
10
10
|
|
|
11
11
|
```typescript
|
|
12
|
-
export declare class
|
|
12
|
+
export declare class GridProColumn extends FoundationElement
|
|
13
13
|
```
|
|
14
14
|
**Extends:** FoundationElement
|
|
15
15
|
|
|
@@ -21,12 +21,12 @@ Used insde the Grid Pro element, to specify the column definitions (ColDef) for
|
|
|
21
21
|
|
|
22
22
|
| Property | Modifiers | Type | Description |
|
|
23
23
|
| --- | --- | --- | --- |
|
|
24
|
-
| [definition](./grid-pro.
|
|
25
|
-
| [slottedAgCell](./grid-pro.
|
|
24
|
+
| [definition](./grid-pro.gridprocolumn.definition.md) | | ColDef | |
|
|
25
|
+
| [slottedAgCell](./grid-pro.gridprocolumn.slottedagcell.md) | | HTMLElement\[\] | |
|
|
26
26
|
|
|
27
27
|
## Methods
|
|
28
28
|
|
|
29
29
|
| Method | Modifiers | Description |
|
|
30
30
|
| --- | --- | --- |
|
|
31
|
-
| [slottedAgCellChanged()](./grid-pro.
|
|
31
|
+
| [slottedAgCellChanged()](./grid-pro.gridprocolumn.slottedagcellchanged.md) | | |
|
|
32
32
|
|
package/docs/api/{grid-pro.gridcolumn.slottedagcell.md → grid-pro.gridprocolumn.slottedagcell.md}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
2
|
|
|
3
|
-
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProColumn](./grid-pro.gridprocolumn.md) > [slottedAgCell](./grid-pro.gridprocolumn.slottedagcell.md)
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## GridProColumn.slottedAgCell property
|
|
6
6
|
|
|
7
7
|
**Signature:**
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
2
|
|
|
3
|
-
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [
|
|
3
|
+
[Home](./index.md) > [@genesislcap/grid-pro](./grid-pro.md) > [GridProColumn](./grid-pro.gridprocolumn.md) > [slottedAgCellChanged](./grid-pro.gridprocolumn.slottedagcellchanged.md)
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## GridProColumn.slottedAgCellChanged() method
|
|
6
6
|
|
|
7
7
|
**Signature:**
|
|
8
8
|
|
package/docs/api/grid-pro.md
CHANGED
|
@@ -13,9 +13,10 @@
|
|
|
13
13
|
| [AgTextFieldRenderer](./grid-pro.agtextfieldrenderer.md) | The AG Text Field Renderer element. |
|
|
14
14
|
| [AgTextRenderer](./grid-pro.agtextrenderer.md) | |
|
|
15
15
|
| [BooleanRenderer](./grid-pro.booleanrenderer.md) | The AG Boolean Renderer element. |
|
|
16
|
-
| [GridColumn](./grid-pro.gridcolumn.md) | The Grid Pro Column element. |
|
|
17
16
|
| [GridPro](./grid-pro.gridpro.md) | The Grid Pro element. |
|
|
18
17
|
| [GridProCell](./grid-pro.gridprocell.md) | The Grid Pro Cell element. |
|
|
18
|
+
| [GridProClientSideDatasource](./grid-pro.gridproclientsidedatasource.md) | The Genesis Datasource element, for client-side \| CSRM-compatible data fetching and used exclusively by the GridPro element. |
|
|
19
|
+
| [GridProColumn](./grid-pro.gridprocolumn.md) | The Grid Pro Column element. |
|
|
19
20
|
| [GridProGenesisDatasource](./grid-pro.gridprogenesisdatasource.md) | The Genesis Datasource element, for CSRM-compatible data fetching and used exclusively by the GridPro element. |
|
|
20
21
|
| [SelectRenderer](./grid-pro.selectrenderer.md) | The AG Select Renderer element. |
|
|
21
22
|
|
package/docs/api-report.md
CHANGED
|
@@ -29,8 +29,8 @@ import { GridOptions } from '@ag-grid-community/core';
|
|
|
29
29
|
import { ICellRendererComp } from '@ag-grid-community/core';
|
|
30
30
|
import { ICellRendererFunc } from '@ag-grid-community/core';
|
|
31
31
|
import { ICellRendererParams } from '@ag-grid-community/core';
|
|
32
|
-
import { IServerSideDatasource } from '@ag-grid-community/core';
|
|
33
|
-
import { IServerSideGetRowsParams } from '@ag-grid-community/core';
|
|
32
|
+
import type { IServerSideDatasource } from '@ag-grid-community/core';
|
|
33
|
+
import type { IServerSideGetRowsParams } from '@ag-grid-community/core';
|
|
34
34
|
import { LayoutCacheContainer } from '@genesislcap/foundation-utils';
|
|
35
35
|
import { Logger } from '@genesislcap/foundation-logger';
|
|
36
36
|
import { MetadataDetail } from '@genesislcap/foundation-comms';
|
|
@@ -303,7 +303,7 @@ export class BooleanRenderer extends FoundationElement implements ICellRendererC
|
|
|
303
303
|
export const CellTemplate: ViewTemplate<GridProCell, any>;
|
|
304
304
|
|
|
305
305
|
// @public
|
|
306
|
-
export const ColumnTemplate: ViewTemplate<
|
|
306
|
+
export const ColumnTemplate: ViewTemplate<GridProColumn, any>;
|
|
307
307
|
|
|
308
308
|
// @public
|
|
309
309
|
export const convertToKebabCase: (value: string) => string;
|
|
@@ -510,16 +510,6 @@ export const getTextFieldRendererTemplate: (designSystem?: string) => ViewTempla
|
|
|
510
510
|
// @public @deprecated (undocumented)
|
|
511
511
|
export const getTextRendererTemplate: (designSystem?: string) => ViewTemplate<AgTextFieldRenderer, any>;
|
|
512
512
|
|
|
513
|
-
// @public
|
|
514
|
-
export class GridColumn extends FoundationElement {
|
|
515
|
-
// (undocumented)
|
|
516
|
-
definition: ColDef;
|
|
517
|
-
// (undocumented)
|
|
518
|
-
slottedAgCell: HTMLElement[];
|
|
519
|
-
// (undocumented)
|
|
520
|
-
slottedAgCellChanged(): void;
|
|
521
|
-
}
|
|
522
|
-
|
|
523
513
|
// @public
|
|
524
514
|
export type GridComponents = {
|
|
525
515
|
[componentName: string]: any;
|
|
@@ -626,6 +616,20 @@ export class GridProCell extends FoundationElement implements ICellRendererComp
|
|
|
626
616
|
slottedRenderer: HTMLElement[];
|
|
627
617
|
}
|
|
628
618
|
|
|
619
|
+
// @public
|
|
620
|
+
export class GridProClientSideDatasource extends GridProGenesisDatasource {
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
// @public
|
|
624
|
+
export class GridProColumn extends FoundationElement {
|
|
625
|
+
// (undocumented)
|
|
626
|
+
definition: ColDef;
|
|
627
|
+
// (undocumented)
|
|
628
|
+
slottedAgCell: HTMLElement[];
|
|
629
|
+
// (undocumented)
|
|
630
|
+
slottedAgCellChanged(): void;
|
|
631
|
+
}
|
|
632
|
+
|
|
629
633
|
// @public
|
|
630
634
|
export function gridProColumns<TSource = any>(itemsBinding: Binding<TSource, readonly ColDef[]> | readonly ColDef[], includeRenderers?: boolean): CaptureType<TSource>;
|
|
631
635
|
|
|
@@ -689,10 +693,24 @@ export class GridProGenesisDatasource extends GridProGenesisDatasource_base {
|
|
|
689
693
|
setFilter(fieldName: string, newFilter: string): void;
|
|
690
694
|
}
|
|
691
695
|
|
|
692
|
-
//
|
|
696
|
+
// @public
|
|
697
|
+
export enum GridProRendererTypes {
|
|
698
|
+
// (undocumented)
|
|
699
|
+
action = "action",
|
|
700
|
+
// (undocumented)
|
|
701
|
+
actionsMenu = "actionsMenu",
|
|
702
|
+
// (undocumented)
|
|
703
|
+
boolean = "boolean",
|
|
704
|
+
// (undocumented)
|
|
705
|
+
select = "select",
|
|
706
|
+
// (undocumented)
|
|
707
|
+
text = "text"
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
// Warning: (ae-forgotten-export) The symbol "GridProServerSideDatasource_base" needs to be exported by the entry point index.d.ts
|
|
693
711
|
//
|
|
694
712
|
// @alpha
|
|
695
|
-
export class
|
|
713
|
+
export class GridProServerSideDatasource extends GridProServerSideDatasource_base {
|
|
696
714
|
// (undocumented)
|
|
697
715
|
connect: Connect;
|
|
698
716
|
// (undocumented)
|
|
@@ -735,20 +753,6 @@ export class GridProGenesisDatasourceNext extends GridProGenesisDatasourceNext_b
|
|
|
735
753
|
rowId: string;
|
|
736
754
|
}
|
|
737
755
|
|
|
738
|
-
// @public
|
|
739
|
-
export enum GridProRendererTypes {
|
|
740
|
-
// (undocumented)
|
|
741
|
-
action = "action",
|
|
742
|
-
// (undocumented)
|
|
743
|
-
actionsMenu = "actionsMenu",
|
|
744
|
-
// (undocumented)
|
|
745
|
-
boolean = "boolean",
|
|
746
|
-
// (undocumented)
|
|
747
|
-
select = "select",
|
|
748
|
-
// (undocumented)
|
|
749
|
-
text = "text"
|
|
750
|
-
}
|
|
751
|
-
|
|
752
756
|
// @public
|
|
753
757
|
export const gridProTemplate: ViewTemplate;
|
|
754
758
|
|
|
@@ -794,6 +798,8 @@ export class SelectRenderer extends FoundationElement implements ICellRendererCo
|
|
|
794
798
|
export class StreamDatasource implements IServerSideDatasource {
|
|
795
799
|
constructor(options: StreamDatasourceOptions);
|
|
796
800
|
// (undocumented)
|
|
801
|
+
auth: Auth;
|
|
802
|
+
// (undocumented)
|
|
797
803
|
connect: Connect;
|
|
798
804
|
// (undocumented)
|
|
799
805
|
dataserverStream: SocketObservable<FilteredDataServerResult>;
|
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.84.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -31,15 +31,15 @@
|
|
|
31
31
|
"test:debug": "genx test --debug"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@genesislcap/foundation-testing": "14.
|
|
35
|
-
"@genesislcap/genx": "14.
|
|
34
|
+
"@genesislcap/foundation-testing": "14.84.1",
|
|
35
|
+
"@genesislcap/genx": "14.84.1",
|
|
36
36
|
"rimraf": "^3.0.2"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@genesislcap/foundation-comms": "14.
|
|
40
|
-
"@genesislcap/foundation-logger": "14.
|
|
41
|
-
"@genesislcap/foundation-ui": "14.
|
|
42
|
-
"@genesislcap/foundation-utils": "14.
|
|
39
|
+
"@genesislcap/foundation-comms": "14.84.1",
|
|
40
|
+
"@genesislcap/foundation-logger": "14.84.1",
|
|
41
|
+
"@genesislcap/foundation-ui": "14.84.1",
|
|
42
|
+
"@genesislcap/foundation-utils": "14.84.1",
|
|
43
43
|
"@microsoft/fast-colors": "^5.1.4",
|
|
44
44
|
"@microsoft/fast-components": "^2.21.3",
|
|
45
45
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
64
|
"customElements": "dist/custom-elements.json",
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "e623522eeb3e9562298432687cd0fb1a4dfb62a7"
|
|
66
66
|
}
|