@genesislcap/grid-pro 14.348.0 → 14.350.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 +2293 -1443
- package/dist/dts/cell-renderers/boolean.renderer.d.ts.map +1 -1
- package/dist/dts/datasource/base.datasource.d.ts +20 -15
- package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
- package/dist/dts/datasource/index.d.ts +1 -0
- package/dist/dts/datasource/index.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.datasource.d.ts +9 -9
- package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/datasource-events.types.d.ts +101 -0
- package/dist/dts/grid-pro-genesis-datasource/datasource-events.types.d.ts.map +1 -0
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +24 -9
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro-v34.d.ts +862 -0
- package/dist/dts/grid-pro-v34.d.ts.map +1 -0
- package/dist/dts/grid-pro.d.ts +88 -1
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/dts/grid-pro.definitions.d.ts.map +1 -1
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/dts/status-bar-components/label-value.status-bar.d.ts +1 -1
- package/dist/dts/status-bar-components/label-value.status-bar.d.ts.map +1 -1
- package/dist/dts/status-bar-components/load-more.status-bar.d.ts +1 -1
- package/dist/dts/status-bar-components/load-more.status-bar.d.ts.map +1 -1
- package/dist/dts/status-bar-components/pagination.status-bar.d.ts +1 -1
- package/dist/dts/status-bar-components/pagination.status-bar.d.ts.map +1 -1
- package/dist/dts/status-bar-components/reload.status-bar.d.ts +1 -1
- package/dist/dts/status-bar-components/reload.status-bar.d.ts.map +1 -1
- package/dist/esm/cell-renderers/boolean.renderer.js +6 -7
- package/dist/esm/datasource/base.datasource.js +68 -95
- package/dist/esm/datasource/index.js +1 -0
- package/dist/esm/datasource/server-side.datasource.js +127 -149
- package/dist/esm/grid-pro-genesis-datasource/datasource-events.types.js +33 -0
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +83 -78
- package/dist/esm/grid-pro-v34.js +1034 -0
- package/dist/esm/grid-pro.definitions.js +1 -1
- package/dist/esm/grid-pro.js +283 -8
- package/dist/esm/grid-pro.template.js +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/status-bar-components/pagination.status-bar.js +18 -11
- package/dist/grid-pro.api.json +3188 -698
- package/dist/grid-pro.d.ts +1171 -118
- package/docs/api/grid-pro.errorhandlerdialogstyles.md +11 -0
- package/docs/api/grid-pro.genesisgriddatasourceelement.md +0 -21
- package/docs/api/grid-pro.geterrorhandlerdialogtemplate.md +64 -0
- package/docs/api/grid-pro.gridpro.md +17 -0
- package/docs/api/grid-pro.gridpro.thememode.md +11 -0
- package/docs/api/{grid-pro.gridprobasedatasource.applyallagtransactions.md → grid-pro.gridprobasedatasource.applyalltransactions.md} +3 -3
- package/docs/api/grid-pro.gridprobasedatasource.applytransaction.md +3 -3
- package/docs/api/grid-pro.gridprobasedatasource.getdatasourcestatusbarpanels.md +15 -1
- package/docs/api/grid-pro.gridprobasedatasource.isdisconnected.md +1 -1
- package/docs/api/{grid-pro.gridprobasedatasource.agtransaction.md → grid-pro.gridprobasedatasource.keepcoldefsonclearrowdata.md} +3 -3
- package/docs/api/grid-pro.gridprobasedatasource.md +17 -55
- package/docs/api/grid-pro.gridprobasedatasource.pagination.md +1 -1
- package/docs/api/grid-pro.gridprobasedatasource.setdisconnected.md +1 -1
- package/docs/api/{grid-pro.gridprobasedatasource.applyfuncname.md → grid-pro.gridprobasedatasource.transactiondata.md} +3 -3
- package/docs/api/grid-pro.gridprogenesisdatasource.applytransaction.md +4 -4
- package/docs/api/grid-pro.gridprogenesisdatasource.init.md +4 -20
- package/docs/api/grid-pro.gridprogenesisdatasource.md +7 -34
- package/docs/api/{grid-pro.gridprogenesisdatasource.applyfuncname.md → grid-pro.gridprogenesisdatasource.transactiondata.md} +3 -3
- package/docs/api/grid-pro.gridproserversidedatasource.applytransaction.md +4 -4
- package/docs/api/grid-pro.gridproserversidedatasource.md +1 -74
- package/docs/api/grid-pro.gridproserversidedatasource.onpaginationchanged.md +2 -2
- package/docs/api/{grid-pro.gridproserversidedatasource.rowmodel.md → grid-pro.gridprov34._constructor_.md} +5 -3
- package/docs/api/grid-pro.gridprov34.addeventlistener.md +89 -0
- package/docs/api/{grid-pro.gridproserversidedatasource.applyfuncname.md → grid-pro.gridprov34.aggrid.md} +3 -3
- package/docs/api/{grid-pro.gridproserversidedatasource.applyasyncfuncname.md → grid-pro.gridprov34.aggridoptions.md} +3 -3
- package/docs/api/grid-pro.gridprov34.autocellrendererbytype.md +14 -0
- package/docs/api/grid-pro.gridprov34.cachefilterconfig.md +18 -0
- package/docs/api/grid-pro.gridprov34.classnames.md +14 -0
- package/docs/api/grid-pro.gridprov34.clearlocalgridoptions.md +17 -0
- package/docs/api/grid-pro.gridprov34.columncomponentname.md +14 -0
- package/docs/api/grid-pro.gridprov34.combineallgridcomponents.md +53 -0
- package/docs/api/grid-pro.gridprov34.connectedcallback.md +18 -0
- package/docs/api/grid-pro.gridprov34.customerrorhandlertemplate.md +21 -0
- package/docs/api/grid-pro.gridprov34.disconnectedcallback.md +18 -0
- package/docs/api/grid-pro.gridprov34.enablecellflashing.md +21 -0
- package/docs/api/grid-pro.gridprov34.enablerowflashing.md +16 -0
- package/docs/api/grid-pro.gridprov34.eventsandcallbacks.md +14 -0
- package/docs/api/grid-pro.gridprov34.getfiltermodel.md +20 -0
- package/docs/api/grid-pro.gridprov34.getsavedcolumnstate.md +21 -0
- package/docs/api/grid-pro.gridprov34.getselectedrows.md +19 -0
- package/docs/api/{grid-pro.gridproserversidedatasource.applytransactionasync.md → grid-pro.gridprov34.globaleventlistener.md} +7 -9
- package/docs/api/grid-pro.gridprov34.gridapi.md +14 -0
- package/docs/api/grid-pro.gridprov34.gridautosizingenabled.md +16 -0
- package/docs/api/grid-pro.gridprov34.gridcomponents.md +16 -0
- package/docs/api/grid-pro.gridprov34.griderroritems.md +14 -0
- package/docs/api/grid-pro.gridprov34.gridoptions.md +14 -0
- package/docs/api/grid-pro.gridprov34.gridoptionsconfig.md +28 -0
- package/docs/api/grid-pro.gridprov34.gridparams.md +12 -0
- package/docs/api/grid-pro.gridprov34.gridprodatasource.md +18 -0
- package/docs/api/grid-pro.gridprov34.gridslot.md +14 -0
- package/docs/api/grid-pro.gridprov34.hasselectedrows.md +19 -0
- package/docs/api/grid-pro.gridprov34.headercasetype.md +18 -0
- package/docs/api/grid-pro.gridprov34.headerheight.md +14 -0
- package/docs/api/grid-pro.gridprov34.hidedatasourceerror.md +18 -0
- package/docs/api/grid-pro.gridprov34.initialised.md +14 -0
- package/docs/api/grid-pro.gridprov34.isserverside.md +12 -0
- package/docs/api/grid-pro.gridprov34.md +1008 -0
- package/docs/api/grid-pro.gridprov34.mergeallcolumndefsandstates.md +230 -0
- package/docs/api/grid-pro.gridprov34.onlytemplatecoldefs.md +14 -0
- package/docs/api/grid-pro.gridprov34.pagination.md +21 -0
- package/docs/api/grid-pro.gridprov34.paginationpagesize.md +25 -0
- package/docs/api/grid-pro.gridprov34.persistcolumnstatekey.md +16 -0
- package/docs/api/grid-pro.gridprov34.persistfiltermodelkey.md +16 -0
- package/docs/api/grid-pro.gridprov34.provider.md +14 -0
- package/docs/api/grid-pro.gridprov34.restorecachedfilterconfig.md +18 -0
- package/docs/api/grid-pro.gridprov34.rowdata.md +18 -0
- package/docs/api/grid-pro.gridprov34.rowdatachanged.md +67 -0
- package/docs/api/grid-pro.gridprov34.rowheight.md +14 -0
- package/docs/api/grid-pro.gridprov34.setfiltermodel.md +55 -0
- package/docs/api/grid-pro.gridprov34.setuppaginationandstatusbar.md +53 -0
- package/docs/api/grid-pro.gridprov34.statepersistanceenabled.md +18 -0
- package/docs/api/grid-pro.gridprov34.statepersistence.md +14 -0
- package/docs/api/grid-pro.gridprov34.statusbarconfig.md +21 -0
- package/docs/api/grid-pro.gridprov34.thememode.md +14 -0
- package/docs/api/grid-pro.gridprov34.withstatusbar.md +21 -0
- package/docs/api/grid-pro.md +29 -1
- package/docs/api-report.md.api.md +377 -41
- package/package.json +16 -14
- package/docs/api/grid-pro.genesisgriddatasourceelement.aggrid.md +0 -11
- package/docs/api/grid-pro.gridprobasedatasource.applyasyncfuncname.md +0 -11
- package/docs/api/grid-pro.gridprobasedatasource.applytransactionasync.md +0 -66
- package/docs/api/grid-pro.gridprogenesisdatasource.applyasyncfuncname.md +0 -11
- package/docs/api/grid-pro.gridprogenesisdatasource.applytransactionasync.md +0 -66
|
@@ -8,9 +8,37 @@ import { ActionMenuItem } from '@genesislcap/foundation-ui';
|
|
|
8
8
|
import { BehaviorSubject } from 'rxjs';
|
|
9
9
|
import { Binding } from '@microsoft/fast-element';
|
|
10
10
|
import { CaptureType } from '@microsoft/fast-element';
|
|
11
|
+
import { CellClassFunc } from '@ag-grid-community/core';
|
|
12
|
+
import { CellClassFunc as CellClassFunc_2 } from 'ag-grid-community';
|
|
13
|
+
import { CellClassRules } from '@ag-grid-community/core';
|
|
14
|
+
import { CellClassRules as CellClassRules_2 } from 'ag-grid-community';
|
|
15
|
+
import { CellClickedEvent } from '@ag-grid-community/core';
|
|
16
|
+
import { CellClickedEvent as CellClickedEvent_2 } from 'ag-grid-community';
|
|
17
|
+
import { CellContextMenuEvent } from '@ag-grid-community/core';
|
|
18
|
+
import { CellContextMenuEvent as CellContextMenuEvent_2 } from 'ag-grid-community';
|
|
19
|
+
import { CellDoubleClickedEvent } from '@ag-grid-community/core';
|
|
20
|
+
import { CellDoubleClickedEvent as CellDoubleClickedEvent_2 } from 'ag-grid-community';
|
|
21
|
+
import { CellEditorSelectorFunc } from '@ag-grid-community/core';
|
|
22
|
+
import { CellEditorSelectorFunc as CellEditorSelectorFunc_2 } from 'ag-grid-community';
|
|
23
|
+
import { CellRendererSelectorFunc } from '@ag-grid-community/core';
|
|
24
|
+
import { CellRendererSelectorFunc as CellRendererSelectorFunc_2 } from 'ag-grid-community';
|
|
25
|
+
import { CellStyle } from '@ag-grid-community/core';
|
|
26
|
+
import { CellStyleFunc } from '@ag-grid-community/core';
|
|
27
|
+
import { CellStyleFunc as CellStyleFunc_2 } from 'ag-grid-community';
|
|
28
|
+
import { CheckboxSelectionCallback } from '@ag-grid-community/core';
|
|
29
|
+
import { CheckboxSelectionCallback as CheckboxSelectionCallback_2 } from 'ag-grid-community';
|
|
11
30
|
import { ColDef } from '@ag-grid-community/core';
|
|
31
|
+
import type { ColDef as ColDef_2 } from 'ag-grid-community';
|
|
32
|
+
import { ColSpanParams } from '@ag-grid-community/core';
|
|
33
|
+
import { ColSpanParams as ColSpanParams_2 } from 'ag-grid-community';
|
|
34
|
+
import { Column } from '@ag-grid-community/core';
|
|
35
|
+
import { Column as Column_2 } from 'ag-grid-community';
|
|
12
36
|
import type { ColumnApi } from '@ag-grid-community/core';
|
|
37
|
+
import { ColumnChooserParams } from 'ag-grid-community';
|
|
38
|
+
import { ColumnMenuTab } from '@ag-grid-community/core';
|
|
39
|
+
import { ColumnsMenuParams } from '@ag-grid-community/core';
|
|
13
40
|
import { ColumnState } from '@ag-grid-community/core';
|
|
41
|
+
import { ColumnState as ColumnState_2 } from 'ag-grid-community';
|
|
14
42
|
import { Connect } from '@genesislcap/foundation-comms';
|
|
15
43
|
import type { Container } from '@microsoft/fast-foundation';
|
|
16
44
|
import { Controller } from '@microsoft/fast-element';
|
|
@@ -22,42 +50,96 @@ import { Datasource } from '@genesislcap/foundation-comms';
|
|
|
22
50
|
import { DatasourceOptions } from '@genesislcap/foundation-comms';
|
|
23
51
|
import { DatasourceStatus } from '@genesislcap/foundation-comms';
|
|
24
52
|
import { DatasourceStatusChangedEvent } from '@genesislcap/foundation-comms';
|
|
53
|
+
import { DefaultMenuItem } from 'ag-grid-community';
|
|
54
|
+
import { DndSourceCallback } from '@ag-grid-community/core';
|
|
55
|
+
import { DndSourceCallback as DndSourceCallback_2 } from 'ag-grid-community';
|
|
56
|
+
import { DndSourceOnRowDragParams } from '@ag-grid-community/core';
|
|
57
|
+
import { DndSourceOnRowDragParams as DndSourceOnRowDragParams_2 } from 'ag-grid-community';
|
|
25
58
|
import { DOMContainer } from '@genesislcap/foundation-utils';
|
|
59
|
+
import { EditableCallback } from '@ag-grid-community/core';
|
|
60
|
+
import { EditableCallback as EditableCallback_2 } from 'ag-grid-community';
|
|
26
61
|
import { ElementStyles } from '@microsoft/fast-element';
|
|
27
62
|
import { FieldMetadata } from '@genesislcap/foundation-comms';
|
|
28
63
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
29
64
|
import { FoundationElementRegistry } from '@microsoft/fast-foundation';
|
|
30
65
|
import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
|
|
66
|
+
import { GetContextMenuItems } from 'ag-grid-community';
|
|
67
|
+
import { GetFindTextFunc } from 'ag-grid-community';
|
|
68
|
+
import { GetMainMenuItems } from 'ag-grid-community';
|
|
69
|
+
import { GetQuickFilterTextParams } from '@ag-grid-community/core';
|
|
70
|
+
import { GetQuickFilterTextParams as GetQuickFilterTextParams_2 } from 'ag-grid-community';
|
|
31
71
|
import { Grid } from '@ag-grid-community/core';
|
|
32
72
|
import type { GridApi } from '@ag-grid-community/core';
|
|
73
|
+
import type { GridApi as GridApi_2 } from 'ag-grid-community';
|
|
33
74
|
import { GridOptions } from '@ag-grid-community/core';
|
|
75
|
+
import type { GridOptions as GridOptions_2 } from 'ag-grid-community';
|
|
34
76
|
import type { GridParams } from '@ag-grid-community/core';
|
|
77
|
+
import type { GridParams as GridParams_2 } from 'ag-grid-community';
|
|
78
|
+
import { HeaderCheckboxSelectionCallback } from '@ag-grid-community/core';
|
|
79
|
+
import { HeaderCheckboxSelectionCallback as HeaderCheckboxSelectionCallback_2 } from 'ag-grid-community';
|
|
80
|
+
import { HeaderClassParams } from '@ag-grid-community/core';
|
|
81
|
+
import { HeaderClassParams as HeaderClassParams_2 } from 'ag-grid-community';
|
|
82
|
+
import { HeaderStyle } from 'ag-grid-community';
|
|
83
|
+
import { HeaderStyleFunc } from 'ag-grid-community';
|
|
84
|
+
import { HeaderValueGetterFunc } from '@ag-grid-community/core';
|
|
85
|
+
import { HeaderValueGetterFunc as HeaderValueGetterFunc_2 } from 'ag-grid-community';
|
|
86
|
+
import { IAggFunc } from '@ag-grid-community/core';
|
|
87
|
+
import { IAggFunc as IAggFunc_2 } from 'ag-grid-community';
|
|
35
88
|
import { ICellEditorComp } from '@ag-grid-community/core';
|
|
36
89
|
import { ICellEditorParams } from '@ag-grid-community/core';
|
|
37
90
|
import { ICellRendererComp } from '@ag-grid-community/core';
|
|
38
91
|
import { ICellRendererFunc } from '@ag-grid-community/core';
|
|
39
92
|
import { ICellRendererParams } from '@ag-grid-community/core';
|
|
93
|
+
import { ILoadingCellRendererSelectorFunc } from 'ag-grid-community';
|
|
40
94
|
import { InterfaceSymbol } from '@microsoft/fast-foundation';
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
95
|
+
import { IRowDragItem } from '@ag-grid-community/core';
|
|
96
|
+
import { IRowDragItem as IRowDragItem_2 } from 'ag-grid-community';
|
|
97
|
+
import { IRowNode } from '@ag-grid-community/core';
|
|
98
|
+
import { IRowNode as IRowNode_2 } from 'ag-grid-community';
|
|
99
|
+
import { IStatusPanelComp } from 'ag-grid-community';
|
|
100
|
+
import { IStatusPanelParams } from 'ag-grid-community';
|
|
44
101
|
import { ITooltipComp } from '@ag-grid-community/core';
|
|
45
102
|
import { ITooltipParams } from '@ag-grid-community/core';
|
|
103
|
+
import { ITooltipParams as ITooltipParams_2 } from 'ag-grid-community';
|
|
104
|
+
import { KeyCreatorParams } from '@ag-grid-community/core';
|
|
105
|
+
import { KeyCreatorParams as KeyCreatorParams_2 } from 'ag-grid-community';
|
|
46
106
|
import { KVStorage } from '@genesislcap/foundation-comms';
|
|
47
107
|
import { LayoutCacheContainer } from '@genesislcap/foundation-utils';
|
|
48
108
|
import { Logger } from '@genesislcap/foundation-logger';
|
|
109
|
+
import { MenuItemDef } from 'ag-grid-community';
|
|
110
|
+
import { NewValueParams } from '@ag-grid-community/core';
|
|
111
|
+
import { NewValueParams as NewValueParams_2 } from 'ag-grid-community';
|
|
49
112
|
import { OverrideFoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import
|
|
54
|
-
import { ServerSideTransactionResult } from '@ag-grid-community/core';
|
|
113
|
+
import { RowDragCallback } from '@ag-grid-community/core';
|
|
114
|
+
import { RowDragCallback as RowDragCallback_2 } from 'ag-grid-community';
|
|
115
|
+
import { RowSpanParams } from '@ag-grid-community/core';
|
|
116
|
+
import { RowSpanParams as RowSpanParams_2 } from 'ag-grid-community';
|
|
55
117
|
import { Session } from '@genesislcap/foundation-comms';
|
|
118
|
+
import { SortDirection } from '@ag-grid-community/core';
|
|
119
|
+
import { SpanRowsParams } from 'ag-grid-community';
|
|
56
120
|
import { Subscription } from 'rxjs';
|
|
121
|
+
import { SuppressHeaderKeyboardEventParams } from '@ag-grid-community/core';
|
|
122
|
+
import { SuppressHeaderKeyboardEventParams as SuppressHeaderKeyboardEventParams_2 } from 'ag-grid-community';
|
|
123
|
+
import { SuppressKeyboardEventParams } from '@ag-grid-community/core';
|
|
124
|
+
import { SuppressKeyboardEventParams as SuppressKeyboardEventParams_2 } from 'ag-grid-community';
|
|
125
|
+
import { SuppressNavigableCallback } from '@ag-grid-community/core';
|
|
126
|
+
import { SuppressNavigableCallback as SuppressNavigableCallback_2 } from 'ag-grid-community';
|
|
127
|
+
import { SuppressPasteCallback } from '@ag-grid-community/core';
|
|
128
|
+
import { SuppressPasteCallback as SuppressPasteCallback_2 } from 'ag-grid-community';
|
|
57
129
|
import { Swatch } from '@microsoft/fast-components';
|
|
58
130
|
import { SwatchRGB } from '@microsoft/fast-components';
|
|
59
131
|
import { TextField } from '@genesislcap/foundation-ui';
|
|
132
|
+
import { ToolPanelClassParams } from '@ag-grid-community/core';
|
|
133
|
+
import { ToolPanelClassParams as ToolPanelClassParams_2 } from 'ag-grid-community';
|
|
134
|
+
import { ValueFormatterFunc } from '@ag-grid-community/core';
|
|
135
|
+
import { ValueFormatterFunc as ValueFormatterFunc_2 } from 'ag-grid-community';
|
|
60
136
|
import { ValueFormatterParams } from '@ag-grid-community/core';
|
|
137
|
+
import { ValueGetterFunc } from '@ag-grid-community/core';
|
|
138
|
+
import { ValueGetterFunc as ValueGetterFunc_2 } from 'ag-grid-community';
|
|
139
|
+
import { ValueParserFunc } from '@ag-grid-community/core';
|
|
140
|
+
import { ValueParserFunc as ValueParserFunc_2 } from 'ag-grid-community';
|
|
141
|
+
import { ValueSetterFunc } from '@ag-grid-community/core';
|
|
142
|
+
import { ValueSetterFunc as ValueSetterFunc_2 } from 'ag-grid-community';
|
|
61
143
|
import { ViewTemplate } from '@microsoft/fast-element';
|
|
62
144
|
|
|
63
145
|
// @public
|
|
@@ -110,7 +192,7 @@ export class ActionsMenuRenderer extends FoundationElement implements ICellRende
|
|
|
110
192
|
// Warning: (ae-internal-missing-underscore) The name "AG_PROPERTIES" should be prefixed with an underscore because the declaration is marked as @internal
|
|
111
193
|
//
|
|
112
194
|
// @internal (undocumented)
|
|
113
|
-
export const AG_PROPERTIES: ("datasource" | "pagination" | "onGridReady" | "tabIndex" | "api" | "columnApi" | "context" | "columnDefs" | "icons" | "singleClickEdit" | "onCellValueChanged" | "onCellClicked" | "onCellDoubleClicked" | "onCellContextMenu" | "enableCellChangeFlash" | "rowDragText" | "sortingOrder" | "unSortIcon" | "suppressAutoSize" | "statusBar" | "sideBar" | "suppressContextMenu" | "preventDefaultOnContextMenu" | "allowContextMenuWithControlKey" | "
|
|
195
|
+
export const AG_PROPERTIES: ("datasource" | "pagination" | "onGridReady" | "tabIndex" | "api" | "columnApi" | "context" | "getRowId" | "columnDefs" | "suppressMovableColumns" | "suppressMenuHide" | "suppressFieldDotNotation" | "headerHeight" | "rowHeight" | "paginationPageSize" | "icons" | "singleClickEdit" | "onCellValueChanged" | "onCellClicked" | "onCellDoubleClicked" | "onCellContextMenu" | "enableCellChangeFlash" | "rowDragText" | "sortingOrder" | "unSortIcon" | "suppressAutoSize" | "statusBar" | "sideBar" | "suppressContextMenu" | "preventDefaultOnContextMenu" | "allowContextMenuWithControlKey" | "enableBrowserTooltips" | "tooltipShowDelay" | "tooltipHideDelay" | "tooltipMouseTrack" | "popupParent" | "copyHeadersToClipboard" | "copyGroupHeadersToClipboard" | "clipboardDeliminator" | "clipboardDelimiter" | "suppressCopyRowsToClipboard" | "suppressCopySingleCellRanges" | "suppressLastEmptyLineOnPaste" | "suppressClipboardPaste" | "suppressClipboardApi" | "suppressCutToClipboard" | "defaultColDef" | "defaultColGroupDef" | "columnTypes" | "maintainColumnOrder" | "groupHeaderHeight" | "floatingFiltersHeight" | "pivotHeaderHeight" | "pivotGroupHeaderHeight" | "allowDragFromColumnsToolPanel" | "suppressColumnMoveAnimation" | "suppressDragLeaveHidesColumns" | "suppressRowGroupHidesColumns" | "colResizeDefault" | "autoSizePadding" | "skipHeaderOnAutoSize" | "components" | "frameworkComponents" | "reactUi" | "suppressReactUi" | "editType" | "suppressClickEdit" | "readOnlyEdit" | "stopEditingWhenCellsLoseFocus" | "enterMovesDown" | "enterMovesDownAfterEdit" | "enableCellEditingOnBackspace" | "undoRedoCellEditing" | "undoRedoCellEditingLimit" | "defaultCsvExportParams" | "suppressCsvExport" | "defaultExcelExportParams" | "suppressExcelExport" | "excelStyles" | "quickFilterText" | "cacheQuickFilter" | "excludeHiddenColumnsFromQuickFilter" | "excludeChildrenWhenTreeDataFiltering" | "enableCharts" | "chartThemes" | "customChartThemes" | "chartThemeOverrides" | "enableChartToolPanelsButton" | "suppressChartToolPanelsButton" | "chartToolPanelsDef" | "loadingCellRenderer" | "loadingCellRendererFramework" | "loadingCellRendererParams" | "loadingCellRendererSelector" | "localeText" | "masterDetail" | "keepDetailRows" | "keepDetailRowsCount" | "detailCellRenderer" | "detailCellRendererFramework" | "detailCellRendererParams" | "detailRowHeight" | "detailRowAutoHeight" | "alignedGrids" | "rowBuffer" | "valueCache" | "valueCacheNeverExpires" | "enableCellExpressions" | "suppressParentsInRowNodes" | "suppressTouch" | "suppressFocusAfterRefresh" | "suppressAsyncEvents" | "suppressBrowserResizeObserver" | "suppressPropertyNamesCheck" | "suppressChangeDetection" | "debug" | "overlayLoadingTemplate" | "loadingOverlayComponent" | "loadingOverlayComponentFramework" | "loadingOverlayComponentParams" | "suppressLoadingOverlay" | "overlayNoRowsTemplate" | "noRowsOverlayComponent" | "noRowsOverlayComponentFramework" | "noRowsOverlayComponentParams" | "suppressNoRowsOverlay" | "paginationAutoPageSize" | "paginateChildRows" | "suppressPaginationPanel" | "pivotMode" | "pivotPanelShow" | "pivotColumnGroupTotals" | "pivotRowTotals" | "pivotSuppressAutoColumn" | "suppressExpandablePivotGroups" | "functionsReadOnly" | "aggFuncs" | "suppressAggFuncInHeader" | "suppressAggAtRootLevel" | "aggregateOnlyChangedColumns" | "suppressAggFilteredOnly" | "removePivotHeaderRowWhenSingleValueColumn" | "animateRows" | "cellFlashDelay" | "cellFadeDelay" | "allowShowChangeAfterFilter" | "domLayout" | "ensureDomOrder" | "enableRtl" | "suppressColumnVirtualisation" | "suppressMaxRenderedRowRestriction" | "suppressRowVirtualisation" | "rowDragManaged" | "suppressRowDrag" | "suppressMoveWhenRowDragging" | "rowDragEntireRow" | "rowDragMultiRow" | "fullWidthCellRenderer" | "fullWidthCellRendererFramework" | "fullWidthCellRendererParams" | "embedFullWidthRows" | "groupDisplayType" | "groupDefaultExpanded" | "autoGroupColumnDef" | "groupMaintainOrder" | "groupSelectsChildren" | "groupAggFiltering" | "groupIncludeFooter" | "groupIncludeTotalFooter" | "groupSuppressBlankHeader" | "groupSelectsFiltered" | "showOpenedGroup" | "groupRemoveSingleChildren" | "groupRemoveLowestSingleChildren" | "groupHideOpenParents" | "groupAllowUnbalanced" | "rowGroupPanelShow" | "groupRowRenderer" | "groupRowRendererFramework" | "groupRowRendererParams" | "suppressMakeColumnVisibleAfterUnGroup" | "treeData" | "rowGroupPanelSuppressSort" | "groupRowsSticky" | "rememberGroupStateWhenNewData" | "pinnedTopRowData" | "pinnedBottomRowData" | "rowModelType" | "immutableData" | "asyncTransactionWaitMillis" | "suppressModelUpdateAfterUpdateTransaction" | "cacheOverflowSize" | "infiniteInitialRowCount" | "serverSideInitialRowCount" | "serverSideStoreType" | "suppressServerSideInfiniteScroll" | "cacheBlockSize" | "maxBlocksInCache" | "maxConcurrentDatasourceRequests" | "blockLoadDebounceMillis" | "purgeClosedRowNodes" | "serverSideDatasource" | "serverSideSortAllLevels" | "serverSideFilterAllLevels" | "serverSideSortOnServer" | "serverSideFilterOnServer" | "serverSideSortingAlwaysResets" | "serverSideFilteringAlwaysResets" | "viewportDatasource" | "viewportRowModelPageSize" | "viewportRowModelBufferSize" | "alwaysShowHorizontalScroll" | "alwaysShowVerticalScroll" | "debounceVerticalScrollbar" | "suppressHorizontalScroll" | "suppressScrollOnNewData" | "suppressScrollWhenPopupsAreOpen" | "suppressAnimationFrame" | "suppressMiddleClickScrolls" | "suppressPreventDefaultOnMouseWheel" | "scrollbarWidth" | "rowSelection" | "rowMultiSelectWithClick" | "suppressRowDeselection" | "suppressRowClickSelection" | "suppressCellSelection" | "suppressCellFocus" | "suppressMultiRangeSelection" | "enableCellTextSelection" | "enableRangeSelection" | "enableRangeHandle" | "enableFillHandle" | "fillHandleDirection" | "suppressClearOnFillReduction" | "accentedSort" | "suppressMultiSort" | "alwaysMultiSort" | "multiSortKey" | "suppressMaintainUnsortedOrder" | "rowStyle" | "rowClass" | "rowClassRules" | "suppressRowHoverHighlight" | "suppressRowTransform" | "columnHoverHighlight" | "deltaSort" | "treeDataDisplayType" | "functionsPassive" | "enableGroupEdit" | "getContextMenuItems" | "getMainMenuItems" | "postProcessPopup" | "processCellForClipboard" | "processHeaderForClipboard" | "processGroupHeaderForClipboard" | "processCellFromClipboard" | "sendToClipboard" | "processDataFromClipboard" | "isExternalFilterPresent" | "doesExternalFilterPass" | "getChartToolbarItems" | "createChartContainer" | "navigateToNextHeader" | "tabToNextHeader" | "navigateToNextCell" | "tabToNextCell" | "localeTextFunc" | "getLocaleText" | "getDocument" | "paginationNumberFormatter" | "groupRowAggNodes" | "getGroupRowAgg" | "isGroupOpenByDefault" | "initialGroupOrderComparator" | "defaultGroupOrderComparator" | "processSecondaryColDef" | "processSecondaryColGroupDef" | "processPivotResultColDef" | "processPivotResultColGroupDef" | "getDataPath" | "getChildCount" | "getServerSideGroupLevelParams" | "getServerSideStoreParams" | "isServerSideGroupOpenByDefault" | "isApplyServerSideTransaction" | "isServerSideGroup" | "getServerSideGroupKey" | "getBusinessKeyForNode" | "getRowNodeId" | "resetRowDataOnUpdate" | "processRowPostCreate" | "isRowSelectable" | "isRowMaster" | "fillOperation" | "postSort" | "postSortRows" | "getRowStyle" | "getRowClass" | "getRowHeight" | "isFullWidthCell" | "isFullWidthRow" | "onToolPanelVisibleChanged" | "onToolPanelSizeChanged" | "onPasteStart" | "onPasteEnd" | "onColumnVisible" | "onColumnPinned" | "onColumnResized" | "onColumnMoved" | "onColumnValueChanged" | "onColumnPivotModeChanged" | "onColumnPivotChanged" | "onColumnGroupOpened" | "onNewColumnsLoaded" | "onGridColumnsChanged" | "onDisplayedColumnsChanged" | "onVirtualColumnsChanged" | "onColumnEverythingChanged" | "onComponentStateChanged" | "onCellEditRequest" | "onRowValueChanged" | "onCellEditingStarted" | "onCellEditingStopped" | "onRowEditingStarted" | "onRowEditingStopped" | "onUndoStarted" | "onUndoEnded" | "onRedoStarted" | "onRedoEnded" | "onFilterOpened" | "onFilterChanged" | "onFilterModified" | "onChartCreated" | "onChartRangeSelectionChanged" | "onChartOptionsChanged" | "onChartDestroyed" | "onCellKeyDown" | "onCellKeyPress" | "onFirstDataRendered" | "onGridSizeChanged" | "onModelUpdated" | "onVirtualRowRemoved" | "onViewportChanged" | "onBodyScroll" | "onBodyScrollEnd" | "onDragStarted" | "onDragStopped" | "onPaginationChanged" | "onRowDragEnter" | "onRowDragMove" | "onRowDragLeave" | "onRowDragEnd" | "onColumnRowGroupChanged" | "onRowGroupOpened" | "onExpandOrCollapseAll" | "onPinnedRowDataChanged" | "onRowDataChanged" | "onRowDataUpdated" | "onAsyncTransactionsFlushed" | "onCellFocused" | "onCellMouseOver" | "onCellMouseOut" | "onCellMouseDown" | "onRowClicked" | "onRowDoubleClicked" | "onRowSelected" | "onSelectionChanged" | "onRangeSelectionChanged" | "onSortChanged" | "onColumnRowGroupChangeRequest" | "onColumnPivotChangeRequest" | "onColumnValueChangeRequest" | "onColumnAggFuncChangeRequest")[];
|
|
114
196
|
|
|
115
197
|
// @public
|
|
116
198
|
export const agActionRendererStyles: ElementStyles;
|
|
@@ -471,6 +553,9 @@ export const EDITED_COLUMN_FIELD = "__editedColumn";
|
|
|
471
553
|
// @public
|
|
472
554
|
export const ERROR_COLUMN_FIELD = "__errorColumn";
|
|
473
555
|
|
|
556
|
+
// @public (undocumented)
|
|
557
|
+
export const errorHandlerDialogStyles: ElementStyles;
|
|
558
|
+
|
|
474
559
|
// Warning: (ae-internal-missing-underscore) The name "ErrorTooltip" should be prefixed with an underscore because the declaration is marked as @internal
|
|
475
560
|
//
|
|
476
561
|
// @internal
|
|
@@ -788,8 +873,6 @@ template: ViewTemplate<StringEditor, any>;
|
|
|
788
873
|
//
|
|
789
874
|
// @public
|
|
790
875
|
export class GenesisGridDatasourceElement extends GenesisGridDatasourceElement_base {
|
|
791
|
-
// (undocumented)
|
|
792
|
-
protected get agGrid(): GridPro | null;
|
|
793
876
|
clearErrors(): void;
|
|
794
877
|
// (undocumented)
|
|
795
878
|
connect: Connect;
|
|
@@ -865,6 +948,9 @@ export function getColumnType(metadataType: string): string;
|
|
|
865
948
|
// @public
|
|
866
949
|
export const getDateEditorTemplate: (prefix?: string) => ViewTemplate<DateEditor, any>;
|
|
867
950
|
|
|
951
|
+
// @public (undocumented)
|
|
952
|
+
export function getErrorHandlerDialogTemplate(prefix: string, gridErrorItems: GridProErrorItem<any>[]): ViewTemplate<any, any>;
|
|
953
|
+
|
|
868
954
|
// @alpha
|
|
869
955
|
export function getFilterByFieldType(type: string): string;
|
|
870
956
|
|
|
@@ -1031,23 +1117,17 @@ export class GridPro extends GridPro_base {
|
|
|
1031
1117
|
theme: string;
|
|
1032
1118
|
// (undocumented)
|
|
1033
1119
|
themeChanged(oldValue: string, newValue: string): void;
|
|
1120
|
+
// (undocumented)
|
|
1121
|
+
themeMode: 'light' | 'dark';
|
|
1034
1122
|
withStatusBar: boolean;
|
|
1035
1123
|
}
|
|
1036
1124
|
|
|
1037
1125
|
// @public (undocumented)
|
|
1038
1126
|
export class GridProBaseDatasource extends GenesisGridDatasourceElement {
|
|
1039
1127
|
// (undocumented)
|
|
1040
|
-
protected
|
|
1041
|
-
// (undocumented)
|
|
1042
|
-
protected applyAllAgTransactions(): void;
|
|
1128
|
+
protected applyAllTransactions(): void;
|
|
1043
1129
|
// (undocumented)
|
|
1044
|
-
protected
|
|
1045
|
-
// (undocumented)
|
|
1046
|
-
protected applyFuncName: string;
|
|
1047
|
-
// (undocumented)
|
|
1048
|
-
protected applyTransaction(agTransaction: RowDataTransaction): any;
|
|
1049
|
-
// (undocumented)
|
|
1050
|
-
protected applyTransactionAsync(agTransaction: RowDataTransaction, callback?: (res: any) => void): void;
|
|
1130
|
+
protected applyTransaction(transaction: any): any;
|
|
1051
1131
|
// (undocumented)
|
|
1052
1132
|
protected connectionSub: Subscription | undefined;
|
|
1053
1133
|
// (undocumented)
|
|
@@ -1056,7 +1136,7 @@ export class GridProBaseDatasource extends GenesisGridDatasourceElement {
|
|
|
1056
1136
|
destroy(): void;
|
|
1057
1137
|
// (undocumented)
|
|
1058
1138
|
protected generateColumnDefsFromMetadata(fieldsMetadata: FieldMetadata[], getFilterParamsByFieldType: Function): ColDef[];
|
|
1059
|
-
getDatasourceStatusBarPanels(isServerSide: boolean): any[];
|
|
1139
|
+
getDatasourceStatusBarPanels(isServerSide: boolean, statusBarConfig: any): any[];
|
|
1060
1140
|
// @internal
|
|
1061
1141
|
protected getStatusBarActionConfig<T>(configValue: boolean | T | undefined): {
|
|
1062
1142
|
enabled: boolean;
|
|
@@ -1070,9 +1150,11 @@ export class GridProBaseDatasource extends GenesisGridDatasourceElement {
|
|
|
1070
1150
|
protected handleStreamUpdates(updatedRows: any[]): void;
|
|
1071
1151
|
isDisconnected(): boolean;
|
|
1072
1152
|
// (undocumented)
|
|
1153
|
+
keepColDefsOnClearRowData: boolean;
|
|
1154
|
+
// (undocumented)
|
|
1073
1155
|
loadMore(): void;
|
|
1074
1156
|
// (undocumented)
|
|
1075
|
-
protected
|
|
1157
|
+
protected pagination: boolean;
|
|
1076
1158
|
// (undocumented)
|
|
1077
1159
|
reloadResourceData(): void;
|
|
1078
1160
|
// (undocumented)
|
|
@@ -1082,6 +1164,10 @@ export class GridProBaseDatasource extends GenesisGridDatasourceElement {
|
|
|
1082
1164
|
setDisconnected(disconnected: boolean): void;
|
|
1083
1165
|
// (undocumented)
|
|
1084
1166
|
protected subscribeToConnection(): void;
|
|
1167
|
+
// Warning: (ae-forgotten-export) The symbol "TransactionData" needs to be exported by the entry point index.d.ts
|
|
1168
|
+
//
|
|
1169
|
+
// (undocumented)
|
|
1170
|
+
protected transactionData: TransactionData;
|
|
1085
1171
|
// (undocumented)
|
|
1086
1172
|
protected unsubscribeFromConnection(): void;
|
|
1087
1173
|
}
|
|
@@ -1197,13 +1283,7 @@ export type GridProEventsListeners = {
|
|
|
1197
1283
|
// @public
|
|
1198
1284
|
export class GridProGenesisDatasource extends GridProGenesisDatasource_base {
|
|
1199
1285
|
// (undocumented)
|
|
1200
|
-
|
|
1201
|
-
// (undocumented)
|
|
1202
|
-
applyFuncName: string;
|
|
1203
|
-
// (undocumented)
|
|
1204
|
-
applyTransaction(agTransaction: RowDataTransaction): RowNodeTransaction | null | undefined;
|
|
1205
|
-
// (undocumented)
|
|
1206
|
-
applyTransactionAsync(agTransaction: RowDataTransaction, callback?: (res: RowNodeTransaction) => void): void;
|
|
1286
|
+
applyTransaction(transaction: any): void;
|
|
1207
1287
|
// (undocumented)
|
|
1208
1288
|
connectedCallback(): void;
|
|
1209
1289
|
// (undocumented)
|
|
@@ -1220,7 +1300,7 @@ export class GridProGenesisDatasource extends GridProGenesisDatasource_base {
|
|
|
1220
1300
|
handleStreamInserts(inserts?: any[]): void;
|
|
1221
1301
|
// (undocumented)
|
|
1222
1302
|
handleStreamUpdates(updates?: any[]): void;
|
|
1223
|
-
init(
|
|
1303
|
+
init(keepColDefsOnClearRowData?: boolean): Promise<void>;
|
|
1224
1304
|
// (undocumented)
|
|
1225
1305
|
keepColDefsOnClearRowData: boolean;
|
|
1226
1306
|
// (undocumented)
|
|
@@ -1238,6 +1318,10 @@ export class GridProGenesisDatasource extends GridProGenesisDatasource_base {
|
|
|
1238
1318
|
restart(): Promise<void>;
|
|
1239
1319
|
// (undocumented)
|
|
1240
1320
|
setFilter(fieldName: string, newFilter: string): void;
|
|
1321
|
+
// Warning: (ae-forgotten-export) The symbol "TransactionData_2" needs to be exported by the entry point index.d.ts
|
|
1322
|
+
//
|
|
1323
|
+
// (undocumented)
|
|
1324
|
+
protected transactionData: TransactionData_2;
|
|
1241
1325
|
}
|
|
1242
1326
|
|
|
1243
1327
|
// @public
|
|
@@ -1289,13 +1373,7 @@ export enum GridProRendererTypes {
|
|
|
1289
1373
|
// @beta
|
|
1290
1374
|
export class GridProServerSideDatasource extends GridProServerSideDatasource_base {
|
|
1291
1375
|
// (undocumented)
|
|
1292
|
-
|
|
1293
|
-
// (undocumented)
|
|
1294
|
-
applyFuncName: string;
|
|
1295
|
-
// (undocumented)
|
|
1296
|
-
applyTransaction(agTransaction: RowDataTransaction): ServerSideTransactionResult;
|
|
1297
|
-
// (undocumented)
|
|
1298
|
-
applyTransactionAsync(agTransaction: RowDataTransaction, callback?: (res: ServerSideTransactionResult) => void): void;
|
|
1376
|
+
applyTransaction(transaction: any): any;
|
|
1299
1377
|
// (undocumented)
|
|
1300
1378
|
connectedCallback(): void;
|
|
1301
1379
|
// (undocumented)
|
|
@@ -1312,7 +1390,7 @@ export class GridProServerSideDatasource extends GridProServerSideDatasource_bas
|
|
|
1312
1390
|
// (undocumented)
|
|
1313
1391
|
loadMore(): void;
|
|
1314
1392
|
// (undocumented)
|
|
1315
|
-
onPaginationChanged(event:
|
|
1393
|
+
onPaginationChanged(event: any): void;
|
|
1316
1394
|
pagingMode: PagingMode | undefined;
|
|
1317
1395
|
reloadResourceData(params?: DatasourceOptions): Promise<void>;
|
|
1318
1396
|
// (undocumented)
|
|
@@ -1321,8 +1399,6 @@ export class GridProServerSideDatasource extends GridProServerSideDatasource_bas
|
|
|
1321
1399
|
resourceNameChanged(oldValue: string, newValue: string): void;
|
|
1322
1400
|
// (undocumented)
|
|
1323
1401
|
restart(): Promise<void>;
|
|
1324
|
-
// (undocumented)
|
|
1325
|
-
get rowModel(): IServerSideRowModel;
|
|
1326
1402
|
zeroBasedViewNumber: boolean;
|
|
1327
1403
|
}
|
|
1328
1404
|
|
|
@@ -1364,6 +1440,266 @@ export enum GridProStatusBarTypes {
|
|
|
1364
1440
|
// @public (undocumented)
|
|
1365
1441
|
export const gridProTemplate: ViewTemplate;
|
|
1366
1442
|
|
|
1443
|
+
// Warning: (ae-forgotten-export) The symbol "GridProV34_base" needs to be exported by the entry point index.d.ts
|
|
1444
|
+
//
|
|
1445
|
+
// @beta
|
|
1446
|
+
export class GridProV34 extends GridProV34_base {
|
|
1447
|
+
constructor();
|
|
1448
|
+
addEventListener(eventType: string, listener: any, options?: boolean | AddEventListenerOptions): void;
|
|
1449
|
+
// (undocumented)
|
|
1450
|
+
agGrid: GridApi_2;
|
|
1451
|
+
// (undocumented)
|
|
1452
|
+
protected agGridOptions: GridOptions_2;
|
|
1453
|
+
// (undocumented)
|
|
1454
|
+
autoCellRendererByType: boolean;
|
|
1455
|
+
// (undocumented)
|
|
1456
|
+
cacheFilterConfig(): void;
|
|
1457
|
+
// (undocumented)
|
|
1458
|
+
classNames: string;
|
|
1459
|
+
// @public
|
|
1460
|
+
clearLocalGridOptions(): void;
|
|
1461
|
+
// (undocumented)
|
|
1462
|
+
columnComponentName: string;
|
|
1463
|
+
// (undocumented)
|
|
1464
|
+
combineAllGridComponents(gridOptionsComponents: GridComponents): GridComponents;
|
|
1465
|
+
// (undocumented)
|
|
1466
|
+
connectedCallback(): void;
|
|
1467
|
+
customErrorHandlerTemplate?: (prefix: string, gridErrorItems: GridProErrorItem<any>[]) => ViewTemplate;
|
|
1468
|
+
// (undocumented)
|
|
1469
|
+
disconnectedCallback(): void;
|
|
1470
|
+
enableCellFlashing: boolean;
|
|
1471
|
+
enableRowFlashing: boolean;
|
|
1472
|
+
// (undocumented)
|
|
1473
|
+
eventsAndCallbacks: GridProEventsAndCallbacks;
|
|
1474
|
+
// (undocumented)
|
|
1475
|
+
getfilterModel(): Promise<{
|
|
1476
|
+
[key: string]: any;
|
|
1477
|
+
}>;
|
|
1478
|
+
// @public
|
|
1479
|
+
getSavedColumnState(): Promise<ColumnState_2[]>;
|
|
1480
|
+
// @public
|
|
1481
|
+
getSelectedRows(): any[];
|
|
1482
|
+
// (undocumented)
|
|
1483
|
+
globalEventListener(eventType: any, event: any): void;
|
|
1484
|
+
// (undocumented)
|
|
1485
|
+
gridApi: GridApi_2;
|
|
1486
|
+
gridAutosizingEnabled: boolean;
|
|
1487
|
+
// (undocumented)
|
|
1488
|
+
gridComponents: {
|
|
1489
|
+
[componentName: string]: any;
|
|
1490
|
+
};
|
|
1491
|
+
// (undocumented)
|
|
1492
|
+
gridErrorItems: GridProErrorItem<GridProErrorEvent['detail']>[];
|
|
1493
|
+
// @public (undocumented)
|
|
1494
|
+
get gridOptions(): GridOptions_2;
|
|
1495
|
+
set gridOptions(options: GridOptions_2);
|
|
1496
|
+
gridOptionsConfig: GridOptionsConfig;
|
|
1497
|
+
// @public (undocumented)
|
|
1498
|
+
get gridParams(): GridParams_2;
|
|
1499
|
+
// @public
|
|
1500
|
+
get gridProDatasource(): GridProBaseDatasource;
|
|
1501
|
+
// (undocumented)
|
|
1502
|
+
gridSlot: HTMLSlotElement;
|
|
1503
|
+
// @public
|
|
1504
|
+
hasSelectedRows(): boolean;
|
|
1505
|
+
// @public
|
|
1506
|
+
headerCaseType: GridProCaseType;
|
|
1507
|
+
// (undocumented)
|
|
1508
|
+
headerHeight: number;
|
|
1509
|
+
// (undocumented)
|
|
1510
|
+
hideDatasourceError(): void;
|
|
1511
|
+
// (undocumented)
|
|
1512
|
+
protected initialised: boolean;
|
|
1513
|
+
// @public (undocumented)
|
|
1514
|
+
get isServerSide(): boolean;
|
|
1515
|
+
// @public
|
|
1516
|
+
mergeAllColumnDefsAndStates(columnDefs: ColDef_2[], deferredColumnDefsOrState?: boolean): Promise<ColDef<any>[] | (ColDef_2<any, any> | {
|
|
1517
|
+
colId?: string;
|
|
1518
|
+
field?: string;
|
|
1519
|
+
type?: string | string[];
|
|
1520
|
+
valueGetter?: string | ValueGetterFunc<any> | ValueGetterFunc_2<any, any, any>;
|
|
1521
|
+
valueFormatter?: string | ValueFormatterFunc<any> | ValueFormatterFunc_2<any, any, any>;
|
|
1522
|
+
refData?: {
|
|
1523
|
+
[key: string]: string;
|
|
1524
|
+
};
|
|
1525
|
+
keyCreator?: ((params: KeyCreatorParams<any, any>) => string) | ((params: KeyCreatorParams_2<any, any, any>) => string);
|
|
1526
|
+
equals?: (valueA: any, valueB: any) => boolean;
|
|
1527
|
+
tooltipField?: string;
|
|
1528
|
+
tooltipValueGetter?: ((params: ITooltipParams<any, any, any>) => string | any) | ((params: ITooltipParams_2<any, any, any>) => string | any);
|
|
1529
|
+
checkboxSelection?: boolean | CheckboxSelectionCallback<any> | CheckboxSelectionCallback_2<any, any, any>;
|
|
1530
|
+
showDisabledCheckboxes?: boolean;
|
|
1531
|
+
icons?: {
|
|
1532
|
+
[key: string]: string | Function;
|
|
1533
|
+
};
|
|
1534
|
+
suppressNavigable?: boolean | SuppressNavigableCallback<any> | SuppressNavigableCallback_2<any, any, any>;
|
|
1535
|
+
suppressKeyboardEvent?: ((params: SuppressKeyboardEventParams<any>) => boolean) | ((params: SuppressKeyboardEventParams_2<any, any, any>) => boolean);
|
|
1536
|
+
suppressPaste?: boolean | SuppressPasteCallback<any> | SuppressPasteCallback_2<any, any, any>;
|
|
1537
|
+
suppressFillHandle?: boolean;
|
|
1538
|
+
hide?: boolean | null;
|
|
1539
|
+
initialHide?: boolean;
|
|
1540
|
+
lockVisible?: boolean;
|
|
1541
|
+
lockPosition?: boolean | "left" | "right";
|
|
1542
|
+
suppressMovable?: boolean;
|
|
1543
|
+
editable?: boolean | EditableCallback<any> | EditableCallback_2<any, any, any>;
|
|
1544
|
+
valueSetter?: string | ValueSetterFunc<any> | ValueSetterFunc_2<any, any, any>;
|
|
1545
|
+
valueParser?: string | ValueParserFunc<any, any> | ValueParserFunc_2<any, any, any>;
|
|
1546
|
+
cellEditor?: any;
|
|
1547
|
+
cellEditorFramework?: any;
|
|
1548
|
+
cellEditorParams?: any;
|
|
1549
|
+
cellEditorSelector?: CellEditorSelectorFunc<any> | CellEditorSelectorFunc_2<any, any, any>;
|
|
1550
|
+
singleClickEdit?: boolean;
|
|
1551
|
+
cellEditorPopup?: boolean;
|
|
1552
|
+
cellEditorPopupPosition?: "over" | "under";
|
|
1553
|
+
onCellValueChanged?: ((event: NewValueParams<any>) => void) | ((event: NewValueParams_2<any, any, any>) => void);
|
|
1554
|
+
onCellClicked?: ((event: CellClickedEvent<any, any>) => void) | ((event: CellClickedEvent_2<any, any, any>) => void);
|
|
1555
|
+
onCellDoubleClicked?: ((event: CellDoubleClickedEvent<any, any>) => void) | ((event: CellDoubleClickedEvent_2<any, any, any>) => void);
|
|
1556
|
+
onCellContextMenu?: ((event: CellContextMenuEvent<any, any>) => void) | ((event: CellContextMenuEvent_2<any, any, any>) => void);
|
|
1557
|
+
getQuickFilterText?: ((params: GetQuickFilterTextParams<any, any>) => string) | ((params: GetQuickFilterTextParams_2<any, any, any>) => string);
|
|
1558
|
+
filterValueGetter?: string | ValueGetterFunc<any> | ValueGetterFunc_2<any, any, any>;
|
|
1559
|
+
floatingFilter?: boolean;
|
|
1560
|
+
wrapHeaderText?: boolean;
|
|
1561
|
+
autoHeaderHeight?: boolean;
|
|
1562
|
+
headerComponent?: any;
|
|
1563
|
+
headerComponentFramework?: any;
|
|
1564
|
+
headerComponentParams?: any;
|
|
1565
|
+
menuTabs?: ColumnMenuTab[];
|
|
1566
|
+
columnsMenuParams?: ColumnsMenuParams;
|
|
1567
|
+
suppressMenu?: boolean;
|
|
1568
|
+
headerCheckboxSelection?: boolean | HeaderCheckboxSelectionCallback<any> | HeaderCheckboxSelectionCallback_2<any, any, any>;
|
|
1569
|
+
headerCheckboxSelectionFilteredOnly?: boolean;
|
|
1570
|
+
headerCheckboxSelectionCurrentPageOnly?: boolean;
|
|
1571
|
+
chartDataType?: "category" | "series" | "time" | "excluded";
|
|
1572
|
+
pinned?: boolean | "left" | "right" | null;
|
|
1573
|
+
initialPinned?: boolean | "left" | "right";
|
|
1574
|
+
lockPinned?: boolean;
|
|
1575
|
+
pivot?: boolean | null;
|
|
1576
|
+
initialPivot?: boolean;
|
|
1577
|
+
pivotIndex?: number | null;
|
|
1578
|
+
initialPivotIndex?: number;
|
|
1579
|
+
pivotComparator?: (valueA: string, valueB: string) => number;
|
|
1580
|
+
enablePivot?: boolean;
|
|
1581
|
+
cellStyle?: CellStyle | CellStyleFunc<any> | CellStyleFunc_2<any, any, any>;
|
|
1582
|
+
cellClass?: string | string[] | CellClassFunc<any> | CellClassFunc_2<any, any, any>;
|
|
1583
|
+
cellClassRules?: CellClassRules<any> | CellClassRules_2<any, any, any>;
|
|
1584
|
+
cellRenderer?: any;
|
|
1585
|
+
cellRendererFramework?: any;
|
|
1586
|
+
cellRendererParams?: any;
|
|
1587
|
+
cellRendererSelector?: CellRendererSelectorFunc<any> | CellRendererSelectorFunc_2<any, any, any>;
|
|
1588
|
+
autoHeight?: boolean;
|
|
1589
|
+
wrapText?: boolean;
|
|
1590
|
+
enableCellChangeFlash?: boolean;
|
|
1591
|
+
suppressCellFlash?: boolean;
|
|
1592
|
+
rowDrag?: boolean | RowDragCallback<any> | RowDragCallback_2<any, any, any>;
|
|
1593
|
+
rowDragText?: ((params: IRowDragItem, dragItemCount: number) => string) | ((params: IRowDragItem_2, dragItemCount: number) => string);
|
|
1594
|
+
dndSource?: boolean | DndSourceCallback<any> | DndSourceCallback_2<any, any, any>;
|
|
1595
|
+
dndSourceOnRowDrag?: ((params: DndSourceOnRowDragParams<any>) => void) | ((params: DndSourceOnRowDragParams_2<any, any>) => void);
|
|
1596
|
+
rowGroup?: boolean | null;
|
|
1597
|
+
initialRowGroup?: boolean;
|
|
1598
|
+
rowGroupIndex?: number | null;
|
|
1599
|
+
initialRowGroupIndex?: number;
|
|
1600
|
+
enableRowGroup?: boolean;
|
|
1601
|
+
enableValue?: boolean;
|
|
1602
|
+
aggFunc?: string | IAggFunc<any, any> | IAggFunc_2<any, any, any>;
|
|
1603
|
+
initialAggFunc?: string | IAggFunc<any, any> | IAggFunc_2<any, any, any>;
|
|
1604
|
+
defaultAggFunc?: string;
|
|
1605
|
+
allowedAggFuncs?: string[];
|
|
1606
|
+
showRowGroup?: string | boolean;
|
|
1607
|
+
sortable?: boolean;
|
|
1608
|
+
sort?: "asc" | "desc";
|
|
1609
|
+
initialSort?: "asc" | "desc";
|
|
1610
|
+
sortIndex?: number | null;
|
|
1611
|
+
initialSortIndex?: number;
|
|
1612
|
+
sortingOrder?: SortDirection[];
|
|
1613
|
+
comparator?: ((valueA: any, valueB: any, nodeA: IRowNode<any>, nodeB: IRowNode<any>, isDescending: boolean) => number) | ((valueA: any, valueB: any, nodeA: IRowNode_2<any>, nodeB: IRowNode_2<any>, isDescending: boolean) => number);
|
|
1614
|
+
unSortIcon?: boolean;
|
|
1615
|
+
colSpan?: ((params: ColSpanParams<any>) => number) | ((params: ColSpanParams_2<any, any, any>) => number);
|
|
1616
|
+
rowSpan?: ((params: RowSpanParams<any>) => number) | ((params: RowSpanParams_2<any, any, any>) => number);
|
|
1617
|
+
width?: number;
|
|
1618
|
+
initialWidth?: number;
|
|
1619
|
+
minWidth?: number;
|
|
1620
|
+
maxWidth?: number;
|
|
1621
|
+
flex?: number | null;
|
|
1622
|
+
initialFlex?: number;
|
|
1623
|
+
resizable?: boolean;
|
|
1624
|
+
suppressSizeToFit?: boolean;
|
|
1625
|
+
suppressAutoSize?: boolean;
|
|
1626
|
+
pivotValueColumn?: Column | Column_2<any>;
|
|
1627
|
+
pivotTotalColumnIds?: string[];
|
|
1628
|
+
spanHeaderHeight?: boolean;
|
|
1629
|
+
headerName?: string;
|
|
1630
|
+
headerValueGetter?: string | HeaderValueGetterFunc<any> | HeaderValueGetterFunc_2<any, any, any>;
|
|
1631
|
+
headerTooltip?: string;
|
|
1632
|
+
headerClass?: string | string[] | ((params: HeaderClassParams<any>) => string | string[] | undefined) | ((params: HeaderClassParams_2<any, any, any>) => string | string[] | undefined);
|
|
1633
|
+
suppressHeaderKeyboardEvent?: ((params: SuppressHeaderKeyboardEventParams<any>) => boolean) | ((params: SuppressHeaderKeyboardEventParams_2<any, any, any>) => boolean);
|
|
1634
|
+
columnGroupShow?: "open" | "closed";
|
|
1635
|
+
toolPanelClass?: string | string[] | ((params: ToolPanelClassParams<any>) => string | string[] | undefined) | ((params: ToolPanelClassParams_2<any, any, any>) => string | string[] | undefined);
|
|
1636
|
+
suppressColumnsToolPanel?: boolean;
|
|
1637
|
+
suppressFiltersToolPanel?: boolean;
|
|
1638
|
+
tooltipComponent?: any;
|
|
1639
|
+
tooltipComponentFramework?: any;
|
|
1640
|
+
tooltipComponentParams?: any;
|
|
1641
|
+
pivotKeys?: string[];
|
|
1642
|
+
filter?: any;
|
|
1643
|
+
filterFramework?: any;
|
|
1644
|
+
filterParams?: any;
|
|
1645
|
+
floatingFilterComponent?: any;
|
|
1646
|
+
floatingFilterComponentFramework?: any;
|
|
1647
|
+
floatingFilterComponentParams?: any;
|
|
1648
|
+
cellDataType?: boolean | string;
|
|
1649
|
+
useValueFormatterForExport?: boolean;
|
|
1650
|
+
useValueParserForImport?: boolean;
|
|
1651
|
+
suppressFloatingFilterButton?: boolean;
|
|
1652
|
+
dateComponent?: any;
|
|
1653
|
+
dateComponentParams?: any;
|
|
1654
|
+
getFindText?: GetFindTextFunc<any, any, any>;
|
|
1655
|
+
columnChooserParams?: ColumnChooserParams;
|
|
1656
|
+
suppressHeaderMenuButton?: boolean;
|
|
1657
|
+
suppressHeaderFilterButton?: boolean;
|
|
1658
|
+
mainMenuItems?: GetMainMenuItems<any, any> | (MenuItemDef<any, any> | DefaultMenuItem)[];
|
|
1659
|
+
contextMenuItems?: GetContextMenuItems<any, any> | (MenuItemDef<any, any> | DefaultMenuItem)[];
|
|
1660
|
+
loadingCellRenderer?: any;
|
|
1661
|
+
loadingCellRendererParams?: any;
|
|
1662
|
+
loadingCellRendererSelector?: ILoadingCellRendererSelectorFunc<any, any, any>;
|
|
1663
|
+
rowGroupingHierarchy?: (string | ColDef_2<any, any>)[];
|
|
1664
|
+
spanRows?: boolean | ((params: SpanRowsParams<any, any, any>) => boolean);
|
|
1665
|
+
suppressSpanHeaderHeight?: boolean;
|
|
1666
|
+
headerStyle?: HeaderStyle | HeaderStyleFunc<any, any, any>;
|
|
1667
|
+
cellAriaRole?: string;
|
|
1668
|
+
context?: any;
|
|
1669
|
+
suppressHeaderContextMenu?: boolean;
|
|
1670
|
+
})[]>;
|
|
1671
|
+
// (undocumented)
|
|
1672
|
+
onlyTemplateColDefs: boolean;
|
|
1673
|
+
pagination: boolean;
|
|
1674
|
+
paginationPageSize: number;
|
|
1675
|
+
persistColumnStateKey: string;
|
|
1676
|
+
persistFilterModelKey: string;
|
|
1677
|
+
// (undocumented)
|
|
1678
|
+
provider: any;
|
|
1679
|
+
// (undocumented)
|
|
1680
|
+
restoreCachedFilterConfig(): Promise<void>;
|
|
1681
|
+
// @public
|
|
1682
|
+
rowData: any[];
|
|
1683
|
+
// (undocumented)
|
|
1684
|
+
rowDataChanged(_: any, rowData: any): void;
|
|
1685
|
+
// (undocumented)
|
|
1686
|
+
rowHeight: number;
|
|
1687
|
+
// (undocumented)
|
|
1688
|
+
setFilterModel(value: {
|
|
1689
|
+
[key: string]: any;
|
|
1690
|
+
}): Promise<void>;
|
|
1691
|
+
// (undocumented)
|
|
1692
|
+
protected setupPaginationAndStatusBar(gridOptions: GridOptions_2): void;
|
|
1693
|
+
// (undocumented)
|
|
1694
|
+
statePersistanceEnabled(): boolean;
|
|
1695
|
+
// (undocumented)
|
|
1696
|
+
statePersistence: StatePersistence;
|
|
1697
|
+
statusBarConfig: GridProStatusBarConfig;
|
|
1698
|
+
// (undocumented)
|
|
1699
|
+
themeMode: 'light' | 'dark';
|
|
1700
|
+
withStatusBar: boolean;
|
|
1701
|
+
}
|
|
1702
|
+
|
|
1367
1703
|
// @public
|
|
1368
1704
|
export type GrigProGenesisDatasourceSizeChangedEvent = CustomEvent<GrigProGenesisDatasourceSizeChangedEventDetail>;
|
|
1369
1705
|
|