@genesislcap/grid-pro 14.303.0 → 14.303.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/package.json +13 -13
- package/docs/api-report.md +0 -1769
package/docs/api-report.md
DELETED
|
@@ -1,1769 +0,0 @@
|
|
|
1
|
-
## API Report File for "@genesislcap/grid-pro"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import { ActionMenuItem } from '@genesislcap/foundation-ui';
|
|
8
|
-
import { BehaviorSubject } from 'rxjs';
|
|
9
|
-
import { Binding } from '@microsoft/fast-element';
|
|
10
|
-
import { CaptureType } from '@microsoft/fast-element';
|
|
11
|
-
import { ColDef } from '@ag-grid-community/core';
|
|
12
|
-
import type { ColumnApi } from '@ag-grid-community/core';
|
|
13
|
-
import { ColumnState } from '@ag-grid-community/core';
|
|
14
|
-
import { Connect } from '@genesislcap/foundation-comms';
|
|
15
|
-
import type { Container } from '@microsoft/fast-foundation';
|
|
16
|
-
import { Controller } from '@microsoft/fast-element';
|
|
17
|
-
import { CSSDesignToken } from '@microsoft/fast-foundation';
|
|
18
|
-
import { CSSVarTokenMap } from '@genesislcap/foundation-ui';
|
|
19
|
-
import { CsvExportParams } from '@ag-grid-community/core';
|
|
20
|
-
import { Datasource } from '@genesislcap/foundation-comms';
|
|
21
|
-
import { DatasourceOptions } from '@genesislcap/foundation-comms';
|
|
22
|
-
import { DatasourceStatus } from '@genesislcap/foundation-comms';
|
|
23
|
-
import { DatasourceStatusChangedEvent } from '@genesislcap/foundation-comms';
|
|
24
|
-
import { DOMContainer } from '@genesislcap/foundation-utils';
|
|
25
|
-
import { ElementStyles } from '@microsoft/fast-element';
|
|
26
|
-
import { FieldMetadata } from '@genesislcap/foundation-comms';
|
|
27
|
-
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
28
|
-
import { FoundationElementRegistry } from '@microsoft/fast-foundation';
|
|
29
|
-
import { FoundationLayoutContainer } from '@genesislcap/foundation-utils';
|
|
30
|
-
import { Grid } from '@ag-grid-community/core';
|
|
31
|
-
import type { GridApi } from '@ag-grid-community/core';
|
|
32
|
-
import { GridOptions } from '@ag-grid-community/core';
|
|
33
|
-
import type { GridParams } from '@ag-grid-community/core';
|
|
34
|
-
import { ICellEditorComp } from '@ag-grid-community/core';
|
|
35
|
-
import { ICellEditorParams } from '@ag-grid-community/core';
|
|
36
|
-
import { ICellRendererComp } from '@ag-grid-community/core';
|
|
37
|
-
import { ICellRendererFunc } from '@ag-grid-community/core';
|
|
38
|
-
import { ICellRendererParams } from '@ag-grid-community/core';
|
|
39
|
-
import { InterfaceSymbol } from '@microsoft/fast-foundation';
|
|
40
|
-
import { IServerSideRowModel } from '@ag-grid-community/core';
|
|
41
|
-
import { IStatusPanelComp } from '@ag-grid-community/core';
|
|
42
|
-
import { IStatusPanelParams } from '@ag-grid-community/core';
|
|
43
|
-
import { ITooltipComp } from '@ag-grid-community/core';
|
|
44
|
-
import { ITooltipParams } from '@ag-grid-community/core';
|
|
45
|
-
import { KVStorage } from '@genesislcap/foundation-comms';
|
|
46
|
-
import { LayoutCacheContainer } from '@genesislcap/foundation-utils';
|
|
47
|
-
import { Logger } from '@genesislcap/foundation-logger';
|
|
48
|
-
import { OverrideFoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
49
|
-
import { PaginationChangedEvent } from '@ag-grid-community/core';
|
|
50
|
-
import { RowDataTransaction } from '@ag-grid-community/core';
|
|
51
|
-
import { RowNodeTransaction } from '@ag-grid-community/core';
|
|
52
|
-
import type { ServerSideTransaction } from '@ag-grid-community/core';
|
|
53
|
-
import { ServerSideTransactionResult } from '@ag-grid-community/core';
|
|
54
|
-
import { Session } from '@genesislcap/foundation-comms';
|
|
55
|
-
import { Subscription } from 'rxjs';
|
|
56
|
-
import { Swatch } from '@microsoft/fast-components';
|
|
57
|
-
import { SwatchRGB } from '@microsoft/fast-components';
|
|
58
|
-
import { TextField } from '@genesislcap/foundation-ui';
|
|
59
|
-
import { ValueFormatterParams } from '@ag-grid-community/core';
|
|
60
|
-
import { ViewTemplate } from '@microsoft/fast-element';
|
|
61
|
-
|
|
62
|
-
// @public
|
|
63
|
-
export const actionHeightMultiplier: CSSDesignToken<string>;
|
|
64
|
-
|
|
65
|
-
// @public
|
|
66
|
-
export class ActionRenderer extends FoundationElement implements ICellRendererComp {
|
|
67
|
-
// (undocumented)
|
|
68
|
-
clickHandler(): Promise<void>;
|
|
69
|
-
// (undocumented)
|
|
70
|
-
get dataTestId(): string;
|
|
71
|
-
// (undocumented)
|
|
72
|
-
getGui(): HTMLElement;
|
|
73
|
-
// (undocumented)
|
|
74
|
-
init(params: ICellRendererParams & ActionRendererParams): void;
|
|
75
|
-
// (undocumented)
|
|
76
|
-
isDisabled(data: any): boolean;
|
|
77
|
-
// (undocumented)
|
|
78
|
-
params: ICellRendererParams & ActionRendererParams;
|
|
79
|
-
// (undocumented)
|
|
80
|
-
pendingAction: boolean;
|
|
81
|
-
// (undocumented)
|
|
82
|
-
refresh(params: ICellRendererParams): boolean;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
// @public
|
|
86
|
-
export type ActionRendererParams = {
|
|
87
|
-
actionClick?: (rowData: any) => void;
|
|
88
|
-
actionName?: string;
|
|
89
|
-
appearance?: string;
|
|
90
|
-
actionButtonStyle?: string;
|
|
91
|
-
dataTestId?: string;
|
|
92
|
-
isDisabled?: (rowData: any) => boolean;
|
|
93
|
-
uniqueFieldName?: string;
|
|
94
|
-
contentTemplate?: string;
|
|
95
|
-
};
|
|
96
|
-
|
|
97
|
-
// @public
|
|
98
|
-
export class ActionsMenuRenderer extends FoundationElement implements ICellRendererComp {
|
|
99
|
-
// (undocumented)
|
|
100
|
-
getGui(): HTMLElement;
|
|
101
|
-
// (undocumented)
|
|
102
|
-
init(params: ICellRendererParams): void;
|
|
103
|
-
// (undocumented)
|
|
104
|
-
params: ICellRendererParams;
|
|
105
|
-
// (undocumented)
|
|
106
|
-
refresh(params: ICellRendererParams): boolean;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
// Warning: (ae-internal-missing-underscore) The name "AG_PROPERTIES" should be prefixed with an underscore because the declaration is marked as @internal
|
|
110
|
-
//
|
|
111
|
-
// @internal (undocumented)
|
|
112
|
-
export const AG_PROPERTIES: ("onGridReady" | "datasource" | "tabIndex" | "api" | "columnApi" | "context" | "columnDefs" | "icons" | "singleClickEdit" | "onCellValueChanged" | "onCellClicked" | "onCellDoubleClicked" | "onCellContextMenu" | "enableCellChangeFlash" | "rowDragText" | "sortingOrder" | "unSortIcon" | "suppressAutoSize" | "statusBar" | "sideBar" | "suppressContextMenu" | "preventDefaultOnContextMenu" | "allowContextMenuWithControlKey" | "suppressMenuHide" | "enableBrowserTooltips" | "tooltipShowDelay" | "tooltipHideDelay" | "tooltipMouseTrack" | "popupParent" | "copyHeadersToClipboard" | "copyGroupHeadersToClipboard" | "clipboardDeliminator" | "clipboardDelimiter" | "suppressCopyRowsToClipboard" | "suppressCopySingleCellRanges" | "suppressLastEmptyLineOnPaste" | "suppressClipboardPaste" | "suppressClipboardApi" | "suppressCutToClipboard" | "defaultColDef" | "defaultColGroupDef" | "columnTypes" | "maintainColumnOrder" | "suppressFieldDotNotation" | "headerHeight" | "groupHeaderHeight" | "floatingFiltersHeight" | "pivotHeaderHeight" | "pivotGroupHeaderHeight" | "allowDragFromColumnsToolPanel" | "suppressMovableColumns" | "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" | "pagination" | "paginationPageSize" | "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" | "rowData" | "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" | "rowHeight" | "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" | "getRowId" | "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")[];
|
|
113
|
-
|
|
114
|
-
// @public
|
|
115
|
-
export const agActionRendererStyles: ElementStyles;
|
|
116
|
-
|
|
117
|
-
// @public
|
|
118
|
-
export const agBooleanRendererStyles: ElementStyles;
|
|
119
|
-
|
|
120
|
-
// @public
|
|
121
|
-
export const agDateEditorStyles: ElementStyles;
|
|
122
|
-
|
|
123
|
-
// @public
|
|
124
|
-
export const agEditableRendererStyles: ElementStyles;
|
|
125
|
-
|
|
126
|
-
// @public
|
|
127
|
-
export const agExternalStockStyles: ElementStyles;
|
|
128
|
-
|
|
129
|
-
// @public
|
|
130
|
-
export const agGridAlpineFontFace = "\n @font-face {\n font-family: \"agGridAlpine\";\n src: url(data:font/woff2;charset=utf-8;base64,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);\n font-weight: normal;\n font-style: normal;\n }\n";
|
|
131
|
-
|
|
132
|
-
// @public
|
|
133
|
-
export const agGridBalhamFontFace = "\n @font-face {\n font-family: \"agGridBalham\";\n src: url(data:font/woff2;charset=utf-8;base64,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);\n font-weight: normal;\n font-style: normal;\n }\n";
|
|
134
|
-
|
|
135
|
-
// @public
|
|
136
|
-
export const agGridCSS: ElementStyles;
|
|
137
|
-
|
|
138
|
-
// @public
|
|
139
|
-
export enum AgGridCSSVars {
|
|
140
|
-
// (undocumented)
|
|
141
|
-
backgroundColor = "--ag-background-color",
|
|
142
|
-
// (undocumented)
|
|
143
|
-
borderColor = "--ag-border-color",
|
|
144
|
-
// (undocumented)
|
|
145
|
-
checkboxBackgroundColor = "--ag-checkbox-background-color",
|
|
146
|
-
// (undocumented)
|
|
147
|
-
checkboxCheckedColor = "--ag-checkbox-checked-color",
|
|
148
|
-
// (undocumented)
|
|
149
|
-
checkboxIndeterminateColor = "--ag-checkbox-indeterminate-color",
|
|
150
|
-
// (undocumented)
|
|
151
|
-
checkboxUncheckedColor = "--ag-checkbox-unchecked-color",
|
|
152
|
-
// (undocumented)
|
|
153
|
-
chipBackgroundColor = "--ag-chip-background-color",
|
|
154
|
-
// (undocumented)
|
|
155
|
-
controlPanelBackgroundColor = "--ag-control-panel-background-color",
|
|
156
|
-
// (undocumented)
|
|
157
|
-
dataColor = "--ag-data-color",
|
|
158
|
-
// (undocumented)
|
|
159
|
-
disabledForegroundColor = "--ag-disabled-foreground-color",
|
|
160
|
-
// (undocumented)
|
|
161
|
-
foregroundColor = "--ag-foreground-color",
|
|
162
|
-
// (undocumented)
|
|
163
|
-
headerBackgroundColor = "--ag-header-background-color",
|
|
164
|
-
// (undocumented)
|
|
165
|
-
headerCellHoverBackgroundColor = "--ag-header-cell-hover-background-color",
|
|
166
|
-
// (undocumented)
|
|
167
|
-
headerCellMovingBackgroundColor = "--ag-header-cell-moving-background-color",
|
|
168
|
-
// (undocumented)
|
|
169
|
-
headerColumnResizeHandleColor = "--ag-header-column-resize-handle-color",
|
|
170
|
-
// (undocumented)
|
|
171
|
-
headerColumnSeparatorColor = "--ag-header-column-separator-color",
|
|
172
|
-
// (undocumented)
|
|
173
|
-
headerForegroundColor = "--ag-header-foreground-color",
|
|
174
|
-
// (undocumented)
|
|
175
|
-
inputBorderColor = "--ag-input-border-color",
|
|
176
|
-
// (undocumented)
|
|
177
|
-
inputDisabledBackgroundColor = "--ag-input-disabled-background-color",
|
|
178
|
-
// (undocumented)
|
|
179
|
-
inputDisabledBorderColor = "--ag-input-disabled-border-color",
|
|
180
|
-
// (undocumented)
|
|
181
|
-
inputFocusBorderColor = "--ag-input-focus-border-color",
|
|
182
|
-
// (undocumented)
|
|
183
|
-
inputFocusBoxShadow = "--ag-input-focus-box-shadow",
|
|
184
|
-
// (undocumented)
|
|
185
|
-
minichartSelectedChartColor = "--ag-minichart-selected-chart-color",
|
|
186
|
-
// (undocumented)
|
|
187
|
-
minichartSelectedPageColor = "--ag-minichart-selected-page-color",
|
|
188
|
-
// (undocumented)
|
|
189
|
-
modalOverlayBackgroundColor = "--ag-modal-overlay-background-color",
|
|
190
|
-
// (undocumented)
|
|
191
|
-
oddRowBackgroundColor = "--ag-odd-row-background-color",
|
|
192
|
-
// (undocumented)
|
|
193
|
-
rangeSelectionBackgroundColor = "--ag-range-selection-background-color",
|
|
194
|
-
// (undocumented)
|
|
195
|
-
rangeSelectionBorderColor = "--ag-range-selection-border-color",
|
|
196
|
-
// (undocumented)
|
|
197
|
-
rangeSelectionChartBackgroundColor = "--ag-range-selection-chart-background-color",
|
|
198
|
-
// (undocumented)
|
|
199
|
-
rangeSelectionChartCategoryBackgroundColor = "--ag-range-selection-chart-category-background-color",
|
|
200
|
-
// (undocumented)
|
|
201
|
-
rowBorderColor = "--ag-row-border-color",
|
|
202
|
-
// (undocumented)
|
|
203
|
-
rowHoverColor = "--ag-row-hover-color",
|
|
204
|
-
// (undocumented)
|
|
205
|
-
secondaryBorderColor = "--ag-secondary-border-color",
|
|
206
|
-
// (undocumented)
|
|
207
|
-
secondaryForegroundColor = "--ag-secondary-foreground-color",
|
|
208
|
-
// (undocumented)
|
|
209
|
-
selectedRowBackgroundColor = "--ag-selected-row-background-color",
|
|
210
|
-
// (undocumented)
|
|
211
|
-
selectedTabUnderlineColor = "--ag-selected-tab-underline-color",
|
|
212
|
-
// (undocumented)
|
|
213
|
-
subheaderBackgroundColor = "--ag-subheader-background-color",
|
|
214
|
-
// (undocumented)
|
|
215
|
-
subheaderToolbarBackgroundColor = "--ag-subheader-toolbar-background-color",
|
|
216
|
-
// (undocumented)
|
|
217
|
-
toggleButtonOffBackgroundColor = "--ag-toggle-button-off-background-color",
|
|
218
|
-
// (undocumented)
|
|
219
|
-
toggleButtonOffBorderColor = "--ag-toggle-button-off-border-color",
|
|
220
|
-
// (undocumented)
|
|
221
|
-
toggleButtonOnBackgroundColor = "--ag-toggle-button-on-background-color",
|
|
222
|
-
// (undocumented)
|
|
223
|
-
toggleButtonOnBorderColor = "--ag-toggle-button-on-border-color",
|
|
224
|
-
// (undocumented)
|
|
225
|
-
toggleButtonSwitchBackgroundColor = "--ag-toggle-button-switch-background-color",
|
|
226
|
-
// (undocumented)
|
|
227
|
-
toggleButtonSwitchBorderColor = "--ag-toggle-button-switch-border-color"
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
// @public
|
|
231
|
-
export const agGridMaterialFontFace = "\n @font-face {\n font-family: \"agGridMaterial\";\n src: url(data:font/woff2;charset=utf-8;base64,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);\n font-weight: normal;\n font-style: normal;\n }\n";
|
|
232
|
-
|
|
233
|
-
// @public
|
|
234
|
-
export enum AgGridTheme {
|
|
235
|
-
// (undocumented)
|
|
236
|
-
alpine = "ag-theme-alpine",
|
|
237
|
-
// (undocumented)
|
|
238
|
-
alpineDark = "ag-theme-alpine-dark",
|
|
239
|
-
// (undocumented)
|
|
240
|
-
balham = "ag-theme-balham",
|
|
241
|
-
// (undocumented)
|
|
242
|
-
balhamDark = "ag-theme-balham-dark",
|
|
243
|
-
// (undocumented)
|
|
244
|
-
material = "ag-theme-material"
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
// @public
|
|
248
|
-
export const agHeadCSS: ElementStyles;
|
|
249
|
-
|
|
250
|
-
// @public
|
|
251
|
-
export const agMultiselectEditorStyles: ElementStyles;
|
|
252
|
-
|
|
253
|
-
// @public
|
|
254
|
-
export const agNumberEditorStyles: ElementStyles;
|
|
255
|
-
|
|
256
|
-
// @public
|
|
257
|
-
export const agSelectEditorStyles: ElementStyles;
|
|
258
|
-
|
|
259
|
-
// @public
|
|
260
|
-
export const agSelectRendererStyles: ElementStyles;
|
|
261
|
-
|
|
262
|
-
// @public
|
|
263
|
-
export const agStatusPillRendererStyles: ElementStyles;
|
|
264
|
-
|
|
265
|
-
// @public
|
|
266
|
-
export const agStringEditorStyles: ElementStyles;
|
|
267
|
-
|
|
268
|
-
// @public
|
|
269
|
-
export class AgTextFieldRenderer extends FoundationElement implements ICellRendererComp {
|
|
270
|
-
// (undocumented)
|
|
271
|
-
destroy(): void;
|
|
272
|
-
// (undocumented)
|
|
273
|
-
getGui(): HTMLElement;
|
|
274
|
-
// (undocumented)
|
|
275
|
-
init(params: FuiCellRendererParams): void;
|
|
276
|
-
// (undocumented)
|
|
277
|
-
isDisabled(data: any): boolean;
|
|
278
|
-
// Warning: (ae-forgotten-export) The symbol "FuiCellRendererParams" needs to be exported by the entry point index.d.ts
|
|
279
|
-
//
|
|
280
|
-
// (undocumented)
|
|
281
|
-
params: FuiCellRendererParams;
|
|
282
|
-
// (undocumented)
|
|
283
|
-
refresh(params: FuiCellRendererParams): boolean;
|
|
284
|
-
textChanged: (e: any) => void;
|
|
285
|
-
// (undocumented)
|
|
286
|
-
textField: TextField;
|
|
287
|
-
// (undocumented)
|
|
288
|
-
textValue: string;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
// @public @deprecated (undocumented)
|
|
292
|
-
export class AgTextRenderer extends AgTextFieldRenderer {
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
// @public
|
|
296
|
-
export const agThemeAlpineNofontsCSS: ElementStyles;
|
|
297
|
-
|
|
298
|
-
// @public
|
|
299
|
-
export const agThemeBalhamNofontsCSS: ElementStyles;
|
|
300
|
-
|
|
301
|
-
// @public
|
|
302
|
-
export type AgThemeFontFaceMap = Record<AgGridTheme, string>;
|
|
303
|
-
|
|
304
|
-
// @public
|
|
305
|
-
export const agThemeFontFaceMap: AgThemeFontFaceMap;
|
|
306
|
-
|
|
307
|
-
// @public
|
|
308
|
-
export const agThemeFontsId: (themeName: string) => string;
|
|
309
|
-
|
|
310
|
-
// Warning: (ae-internal-missing-underscore) The name "agThemeMaterialCustomTokens" should be prefixed with an underscore because the declaration is marked as @internal
|
|
311
|
-
//
|
|
312
|
-
// @internal @deprecated
|
|
313
|
-
export const agThemeMaterialCustomTokens: {
|
|
314
|
-
foregroundColor: CSSDesignToken<Swatch>;
|
|
315
|
-
backgroundColor: CSSDesignToken<Swatch>;
|
|
316
|
-
};
|
|
317
|
-
|
|
318
|
-
// @public
|
|
319
|
-
export const agThemeMaterialNofontsCSS: ElementStyles;
|
|
320
|
-
|
|
321
|
-
// @public
|
|
322
|
-
export const agThemeTokenMapClassname: (themeName: string) => string;
|
|
323
|
-
|
|
324
|
-
// @public
|
|
325
|
-
export const agThemeTokenMapCSS: (themeName: string, tokenMap: CSSVarTokenMap<any>) => ElementStyles;
|
|
326
|
-
|
|
327
|
-
// Warning: (ae-internal-missing-underscore) The name "backgroundSwatch" should be prefixed with an underscore because the declaration is marked as @internal
|
|
328
|
-
//
|
|
329
|
-
// @internal @deprecated
|
|
330
|
-
export const backgroundSwatch: SwatchRGB;
|
|
331
|
-
|
|
332
|
-
// @public
|
|
333
|
-
export class BooleanRenderer extends FoundationElement implements ICellRendererComp {
|
|
334
|
-
// (undocumented)
|
|
335
|
-
destroy(): void;
|
|
336
|
-
// @internal (undocumented)
|
|
337
|
-
getDataTestId(): string | null;
|
|
338
|
-
// (undocumented)
|
|
339
|
-
getGui(): HTMLElement;
|
|
340
|
-
// (undocumented)
|
|
341
|
-
getValue(): boolean;
|
|
342
|
-
// (undocumented)
|
|
343
|
-
init(params: ICellRendererParams): void;
|
|
344
|
-
// (undocumented)
|
|
345
|
-
isCancelBeforeStart(): boolean;
|
|
346
|
-
// (undocumented)
|
|
347
|
-
isDisabled(data: any): boolean;
|
|
348
|
-
// (undocumented)
|
|
349
|
-
params: ICellRendererParams & BooleanRendererParams;
|
|
350
|
-
// (undocumented)
|
|
351
|
-
refresh(params: ICellRendererParams): boolean;
|
|
352
|
-
// (undocumented)
|
|
353
|
-
selected: boolean;
|
|
354
|
-
// @internal (undocumented)
|
|
355
|
-
userInputHandler(e: Event): void;
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
// @public
|
|
359
|
-
export type BooleanRendererParams = {
|
|
360
|
-
isDisabled?: (rowData: any) => boolean;
|
|
361
|
-
onChange?: <T>(rowData: T) => void;
|
|
362
|
-
dataTestId?: (<T>(rowData: T) => string) | string;
|
|
363
|
-
};
|
|
364
|
-
|
|
365
|
-
// @public
|
|
366
|
-
export const CellTemplate: ViewTemplate<GridProCell, any>;
|
|
367
|
-
|
|
368
|
-
// @public
|
|
369
|
-
export const ColumnTemplate: ViewTemplate<GridProColumn, any>;
|
|
370
|
-
|
|
371
|
-
// @public
|
|
372
|
-
export const convertToKebabCase: (value: string) => string;
|
|
373
|
-
|
|
374
|
-
// @public
|
|
375
|
-
export const criteriaDelimiter = ";";
|
|
376
|
-
|
|
377
|
-
// @public
|
|
378
|
-
export const criteriaJoin = " && ";
|
|
379
|
-
|
|
380
|
-
// @public
|
|
381
|
-
export const csvExportParams: CsvExportParams;
|
|
382
|
-
|
|
383
|
-
// @public
|
|
384
|
-
export type DatasourceType = 'client' | 'server';
|
|
385
|
-
|
|
386
|
-
// @public
|
|
387
|
-
export class DateEditor extends FoundationElement implements ICellEditorComp {
|
|
388
|
-
// (undocumented)
|
|
389
|
-
actualWidth: number;
|
|
390
|
-
// (undocumented)
|
|
391
|
-
afterGuiAttached(): void;
|
|
392
|
-
// (undocumented)
|
|
393
|
-
changeHandler(event: any): void;
|
|
394
|
-
// (undocumented)
|
|
395
|
-
dateFormat: string;
|
|
396
|
-
// (undocumented)
|
|
397
|
-
getGui(): HTMLElement;
|
|
398
|
-
// (undocumented)
|
|
399
|
-
getValue(): number;
|
|
400
|
-
// (undocumented)
|
|
401
|
-
init(params: DateEditorParams): void;
|
|
402
|
-
// (undocumented)
|
|
403
|
-
input: any;
|
|
404
|
-
// (undocumented)
|
|
405
|
-
inputType: 'datetime-local' | 'date';
|
|
406
|
-
// (undocumented)
|
|
407
|
-
isCancelBeforeStart(): boolean;
|
|
408
|
-
// (undocumented)
|
|
409
|
-
isPopup(): boolean;
|
|
410
|
-
// (undocumented)
|
|
411
|
-
params: DateEditorParams;
|
|
412
|
-
// (undocumented)
|
|
413
|
-
refresh(params: DateEditorParams): boolean;
|
|
414
|
-
// (undocumented)
|
|
415
|
-
value: number;
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
// @public
|
|
419
|
-
export interface DateEditorParams extends ICellEditorParams {
|
|
420
|
-
// (undocumented)
|
|
421
|
-
withTime: boolean;
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
// @public
|
|
425
|
-
export function dateTimeValueFormatter({ value }: ValueFormatterParams): any;
|
|
426
|
-
|
|
427
|
-
// @public
|
|
428
|
-
export function dateValueFormatter({ value }: ValueFormatterParams): any;
|
|
429
|
-
|
|
430
|
-
// Warning: (ae-internal-missing-underscore) The name "DEBOUNCED_RESIZE_TIME" should be prefixed with an underscore because the declaration is marked as @internal
|
|
431
|
-
//
|
|
432
|
-
// @internal
|
|
433
|
-
export const DEBOUNCED_RESIZE_TIME = 5;
|
|
434
|
-
|
|
435
|
-
// @public
|
|
436
|
-
export const DEFAULT_STATUS_BAR_CONFIG: GridProStatusBarConfig;
|
|
437
|
-
|
|
438
|
-
// @public
|
|
439
|
-
export const defaultAgGridFontFace = "\n @font-face {\n font-family: \"agGridAlpine\";\n src: url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAABGYAAsAAAAAJUAAABFHAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIh2BmAAixwKpXCfGwE2AiQDgiwLgRgABCAFhEYHhRYbjiBFIbBxQJhBP8IiqifF7P9DAp1DWLRF/YtGkJpOTafDolO66hq923HLpBjtKhEisuawXiIEoOjQaGO9OOdNmM/k7y5DCZMHau317e0FCManAAiSyCaunoRkkLFl1/9/c+VPMsnNEtBMGFedLLAjUjWiUlf3+d7r9jXZ9QR298S0qL4ULfAzmTVNTp0mtPCuUzXkB9rmv+OwOMJMsBBtenrY+GctjprYgZGc8X+zSHSRfcvw1zpZ98C2kVXG2W5VN1e6FQaG8JwEf+HchRXcb/Z2hfQ8dNS65LeVddel9vIEBkLLAG+YnEKJNWojAGE6V6EkgmyIn4SZ/+fnUtsboqwa/IGs0PNzOvCvzXv/pcBZSpRymlLWAZIFgrumAmgArDY7BSznJvyER6Hm7NyE1oMAmTOP2W4ovkxHhBjDKOYx0rGd6gY9HsC1iTrjjQhAvisbO3rs5NnKm1fs3qoPidYOoKweNm9YtwIO46CaAQG+y6kDZXNP/PIvsNmO0J44x/o4N66Ot+LG+FSETZ0xCmh8diIJRcgUKg1LIC5GV+kMnGkwBUV1HbzQOxJrQ0SKWJvX3t1aFRHoqOtzRWTyveVTZfGGblRq755mi6egbDIkb+zKVJeTkPgMFsIIrr8G88QITUASqOJ5TBJLAyetqNuvUi9cwsEiSVfknTKJKFwXJEifKEg4TRaVoTf9KidqWxWTaM4Qhckx5sC9WV2VzEdYip117wlE4pFNoTH6pLaKlnSP3jkqCOWFb04+eok58yIR6Fpbc7h7VYskIzvBi/sbie0gREpS0BX75I92Tzz1WaffwH8gR5tNGv6Ou1SeWdaN1SV9UZTp7rskIKhKTKO2KKdINUyJyBebzykRFeRxykSE2WFRIO9B1isS0hgQYcL5JAPPxDZCJCtZJhixKBq5KJYoW69I7cDZt0UMtHEbtDRUHyXnQxNdkxUZZL0p82U+RlTWTIM51d59R0MY4VFM5LyTjGEtU2yJkYKpidT3fINprI68kbyhLdEKti+RzoyqEcMcPwhTspwVIrUtc4FTtliCZlwiUFiTJVoyQlQoYZSR2S1kszlNlkBoGxeSQcn+MEUWSA4mj3A5ffvhux4hAUjwEaKLmr52zGp/dflBYicWpiPxr0NTYFYDQcMRaANSkOTWZ4cEuLyoDScvqoX8RyGuh4WcvPfN7x89Mxl08dZHP36EtfDICIqxc2hNBvPNdJl2K7K5M4rCYRGaDXBjQMR3hzpP4o7B4iA8wQMsJ6+gqKSsoqqmrqGppa2jq6dvYGhkbGJqZm5haWVtY2tn7+Do5Gzi4uoGQjZEY3mkpnoONwMpo7YCzpBQU5/p33+QHKUDvWQiqhYC4hVKJgFdEuVWXwHrCaxkw4FVbDCwmo0C1rA+wFo2AVjHegHr2VBgA+sHbGLDgM1sCLCFjQa2sgHANtYf2M7GAjtZb2AXGwTsZn2BPWwMsJeNB/axgcB+NgI4wMYBB4dPBD9AlBIEgmAQhIAgFARhIAgHQQQIIkEQBYJoEMSAIBYEcSCIB0ECCBJBkASCZBCkgCAVBGkgSAdBBggyQZAFgmwQ5IAgFwR5IMgHQQEICkFQBIJiEJSAoBQEZSAoB0EFCCpBUAWCahDUgKAWBHUgqEcdOg2gbRpB0ATAPwtb4hrOkjUW5HTc5QqbZQn410jBxkUchHndThUwJRfzV20FHctyFSXU8yVnqnjVcqKMwuymhqcMPqkwZdzE7MqlETtSgja1jksLx8X8Ff1H+YGVe2V2Y1zRXllFWHa6TjV57rS1Fpe51MTab1Fp5+GvYSoCnSw+q0Knyg3wYwBdueM78aTNaQ6ZMGc2sJhDyi2UWFKajVUkKlSCUnUildsYqNCuRvJ8qsPqsaZHw1imHnAcswGXqBhwQuXfwCWekgGpGpIvQ0HnSkC+ETQedsQnNkKTvfsVG5ec3sJyonvfOjWhwcfj1Lch7WGTfXN4F1q0h6Nj3YR4YOJK97Vg/47/j0SrZ4f1sK3aBzlN9CTRon4b4djoIDxCx/QHGkSji1mm/Yu5skEao3+MPsfKXW/0BJd6VBlN4SGVVxfdQVMDX/tT7+fInmYWHpk0CyvoG7ZHrlzhFy9dO3bsFDtx/vZzcenpTbAH4kOTZ6/mF++APXk1uT5jaCg5iPbGE35x8eC1vNb40aMHxaXr7MSxS5OXr74V3b6+zItXjx4UeHB2fAXswYOTgi66mP8VCOnwFETZftDCRDnjQL11aLLadfIxMo+GgRzPxihvzAwxhtRR3QOXxaWr01SaKb2Ru7KBXUqoDrZoXYgvTVZrvbMX+MVr7MRmbXyJ64MqXixIsvOqSRPvnItPKAXn8tP8gnrylPsXVU/S6PPKxBIKno8rv4BEVfXo53Ll+leqLs7LmWPanhSZkZ4jpKJLCvLjaCnQpAGG9ooBL6T/6/ZIIKKacTYgjA2a7YoCiVrQOHFEYLIwm9bDhsBkI8BmXT4GCti6DdIBN80cQOmfxcpZF9zRBKNjNeXmRe//xRryXqh55q9DCFp7fSMcCpKfB88fGGag9rWQ0c7rxXns3uip2oiDuBsSoBI2bsOgWIKBCrAcm+hxaZxdx/CeM1ZnSVTPjogm4PXn7ZvdSpZJhVJVUTN3YldHhTwR9SeU7cvL4xyv3JuBbTTRIT4y/6lp2JthwV04Z8cc39G/0rR6YE012woDFoJVqt2G4pdhg3JHmmZ+1JoRK9zKQ9eG7hQTLmaPReFrpYFqAq9d6jzTxYM4JjwSWu62xm8O11PjYsbMNSu8NKl7HmbnfS5rT6TnhLdKHuUXfK/knS4uSu4Wt9Ezevzf72KdnTTvf1EQWzfxpcCYDP1SMYyql4r7XJ74UXJcsMavoX8eFlTaigWK4z/eBIaIEcBmnzojLlnKewNGn/KhYPd0KKPnPve5L/ux+2MzqB5eMo367GnTpPGpWXTqw+QTbzhQdB2nt9+5t7RD8XpB5wMzqfzo2IjRPea2GdyhaUAYu1teYrTbIsaDk6lw9Ol3SHBkyVWiGb+8hrNnSHT/d4gK8MlVexbaI+9GvB32KcrC3w4dTI1BeHwBS+xJHYpLEKxc1ODgfI1GqyFJYbOnnyAhOCx/M9ti+UJ8eWhZnUUj4JdiNhRJC8TiAmnRnUiz7QJxkfTOlnQlzzLPMMwi0pxfAXiVsshYkvpEfibb28kOEiTTLQzfiDO+O/1MhC/vTgCP4eKSnX382LJl2Tn11gRBeFO4OLqLofVFL2ysDQyPDy5cOLukhEZLiD/uqzt+7PiGhLVrJz5WeXAhDbgexJOJEPvfZ0OcYZtxGLFU+zKkowDcWiKkGii5/uksQYDu+80DrpJQvjWOOc0FnpIL3DSDq+SBA84+rTwNb0RaXXKyrmRfRiklaFqcFYjPPKwsb2scSN2EhFSGxIRUhIiT/xtpf275z+tue+dfyLnc0ET7K0jjwgvMSU1nnO0rYz7fT3XhHmlDndxGBDvazS/qim+N47htifXfXe6v0Xj0suc9YHu4u7j6sE/9dsQmFndXNT1hOqgd2Qtr3vVdDJHOd1wdjfQOlwWsannObV9Hlt24lcmurkuPOc4dMTFsN59yDwOXLqw9i2HlLjzr3jDE2bnEPfbvSFvGgnIDCB3eTvMs6f2TO3Nc2zmyZmLdSFcFx4H7YZBOoZv/P3HElhPFdMjKrhvbuW+G40R3Z3eRplfdJfrDypbjz3GEJkqiOOnzU/ziuC0ZppRKVWihek5KS7d3Lj9MnKI/9DdVro+tVcOc1JYur1y5LDO7rMh2eNSYGI/EopJ+ccboDN6q+SJBBp+fLhAxbAo74saWQZVEnFKZLeeNc08sliiYCKi7cqRHOnmoTU5OUYlHovrE8nteuS3dc1LWdbkE37vq8MqV/T4nTJsUaaJUuQHizX3OmLub0naBYsNo/IpqP5t7+Qq8F+7fZ1w9GtupN8RbAubdpCROGRWkYrcxX14svj2GBLmFRgy4FJdQiliFcRupIJWJk5+MmX19u0KqMH6qwra96fByc4fY4VUUOvp+6bSsmjxY9b9sFBa/4Xlu5i3PXS4rlEgKmiMNyNYa4m325K3i5xA57csW6ZAW1qR3oSEAeGYJs/4Mev+3ojBsGaZCFy/MEm7JjNW3rMc9Fu+JifuvUeOwDe/o0F5HkKQkBLmec7bi00d3Ldg1sf/LDLiBNCiSLXED4NvcNftuvHCQjdvYiNXfotFXSSVwz+dlT+pIkuC3Ypa8Al3u3oV54VmCzExBVnierJK36MwZT15llhNRsn1NQcwvtevPfRv17cgGLnDnJJSR2tId/uD9weX5Fz7LmEOQC0kCRpFTp9p6ynPGH59tqSkpmrIyHve95OOTue1OenplmRXdPVCee6zGbL57l7o3KWryZvLdnDn5zY4MD4+2UlebFocZ5pbp2K23bq9enYUYp1VNqXx+qg3qbc2G0gtN2XzQ7bvY9UUmeW71LDcgztH22b9hB45jXMDLQ7vYMx8SxFiC+rMplJ+eFmZo/ZOq3iWCmvVS6DrtvJ3YJ93G2Nu9F36ik334x96ZbXQo6FYo9vQYuxHl5n1oGwdMMfbtMzYpe/tg3avVr3rGqm/fTm5gS4U+WBtkMgVpg/XDkSbaZDrXrw8eFgS2Lv21Xi/WCYU6sf5KSbVtnVAvvrJVG948S21OTm7+kxKj/sz/uJRP3WT7pSSteinzXwjpcM9y9jTmrd2o2Ch9hsficG82O9uZwN+CrkLZkHUv7l6W4NyqPT/8S06Wy3x9k5KASjIUGODVOruMmS0xUiocPnwReWDi1NnDcrw4XjZnPid0mX7sWFtl7UD/kLIqUXa53UrAxeQ3KpUf0VyQn5GxfHnczl1g7PuR+Zp5IypXnseIH1/cIz4bBZgxWU01M/x1gr1udqJlaBGlimhjGsr+uF+bwiOA+zU2oE91TLEeIauP1xWe6rUM/pA81yOYpihiSB7JUXB/oI+iZaGt9tQq2n9Q0derrnU/2o8lgXVDNY1oD9p6TyUb0YWZhdYyCKXNkXqpiKbholwui05d6ymOvr4rvfbvnEuD/2Lt6UJO/LtcDLUAjLO7+6TfmdLsqQ1oX9N1GBdZaqb1U6z/q75SrwQ8/Q0nP38sYCya/8Olal7o7hJgPz+nTjjmCEjw0ihgE3KAue6Ez7v6sQAMBCBRVzH0QE+m7QFOUA8oIHQ7QMAd+l1GAzbMBJSuy4FO132so8Klf1DS9T/b9TcUX2zPj/AL+0JO3/nkAvwE23tJm1M5r/MXKLsYquvmateVvUAAkgy6aucqD/aG2VSGIlbPMayL8j5WieIXKG465nS7Whn3qhsVcU2yXhBHu+MlTgB+gvDA9TyJJGbIMf6CADLvWhRUrjWuJH0vSqp0AYxdq7Tmf+5sYN3g2DCqxCIR5uJZqyIJPoZ4J5LY+gKUazY6BSu5tYrnZWTNhtLC560Aq5pu1Hxm2ADhCAgVDfnVHfDFWv3a/K+boiQrqqYbpmU7rucHYRQnaZYXZVU3bdcP4zQv67Yf53U/r/fn6869B4+ePHvx6s27D59rb8W2BFayi6GUQ3HMm/KqUkVQ4IU6kvi4naC+2zjVWTroy40OXNDAQOiCZDjdldAHKfe+ah+pTq7Sk7buUo8h76oOTFIx6EJ1moWamPOmukOhMysBX7vadsckqTmo3oEf6uxl7jbzzNKUb00TU5syF3ZcEjsz9qnYqzHsabj0FTo92y3fUrtgtzEmh26BAjP024Pka2cbcuIidIC90FxL7+MIWiQNZwmbqYJINUTeTgODi30+piO9mVi3PXMMdTTmaKOpIKhsx0WOAXbzc19S6ziGQukT7aE2oe1becDAJ2Ubp0wARhQ7m5VjgrDdv2N5JuuSRQBzomCUKV7nW2tS/6FeMhsYy1oDAA==);\n font-weight: normal;\n font-style: normal;\n }\n";
|
|
440
|
-
|
|
441
|
-
// @public
|
|
442
|
-
export const defaultGridOptionsConfig: GridOptionsConfig;
|
|
443
|
-
|
|
444
|
-
// @public
|
|
445
|
-
export const defaultGridProConfig: {
|
|
446
|
-
shadowOptions: any;
|
|
447
|
-
};
|
|
448
|
-
|
|
449
|
-
// @public
|
|
450
|
-
export class EditableRenderer extends FoundationElement implements ICellRendererComp {
|
|
451
|
-
// (undocumented)
|
|
452
|
-
getGui(): HTMLElement;
|
|
453
|
-
// (undocumented)
|
|
454
|
-
init(params: ICellRendererParams): void;
|
|
455
|
-
// (undocumented)
|
|
456
|
-
refresh(params: ICellRendererParams): boolean;
|
|
457
|
-
// (undocumented)
|
|
458
|
-
valueFormatted: string;
|
|
459
|
-
}
|
|
460
|
-
|
|
461
|
-
// @public
|
|
462
|
-
export const EDITED_COLUMN_FIELD = "__editedColumn";
|
|
463
|
-
|
|
464
|
-
// @public
|
|
465
|
-
export const ERROR_COLUMN_FIELD = "__errorColumn";
|
|
466
|
-
|
|
467
|
-
// Warning: (ae-internal-missing-underscore) The name "ErrorTooltip" should be prefixed with an underscore because the declaration is marked as @internal
|
|
468
|
-
//
|
|
469
|
-
// @internal
|
|
470
|
-
export class ErrorTooltip implements ITooltipComp {
|
|
471
|
-
// (undocumented)
|
|
472
|
-
getGui(): HTMLElement;
|
|
473
|
-
// (undocumented)
|
|
474
|
-
init(params: ITooltipParams): void;
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
// Warning: (ae-internal-missing-underscore) The name "foregroundSwatch" should be prefixed with an underscore because the declaration is marked as @internal
|
|
478
|
-
//
|
|
479
|
-
// @internal @deprecated
|
|
480
|
-
export const foregroundSwatch: SwatchRGB;
|
|
481
|
-
|
|
482
|
-
// @alpha @deprecated
|
|
483
|
-
export function formatDateExtra(epoch: number): string;
|
|
484
|
-
|
|
485
|
-
// @public
|
|
486
|
-
export const foundationAgBooleanRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
487
|
-
baseName: string;
|
|
488
|
-
styles: ElementStyles;
|
|
489
|
-
template: ViewTemplate<BooleanRenderer, any>;
|
|
490
|
-
}>) => FoundationElementRegistry< {
|
|
491
|
-
baseName: string;
|
|
492
|
-
styles: ElementStyles;
|
|
493
|
-
template: ViewTemplate<BooleanRenderer, any>;
|
|
494
|
-
}, typeof BooleanRenderer>;
|
|
495
|
-
|
|
496
|
-
// @public
|
|
497
|
-
export const foundationAgEditableRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
498
|
-
baseName: string;
|
|
499
|
-
styles: ElementStyles;
|
|
500
|
-
template: ViewTemplate<EditableRenderer, any>;
|
|
501
|
-
}>) => FoundationElementRegistry< {
|
|
502
|
-
baseName: string;
|
|
503
|
-
styles: ElementStyles;
|
|
504
|
-
template: ViewTemplate<EditableRenderer, any>;
|
|
505
|
-
}, typeof EditableRenderer>;
|
|
506
|
-
|
|
507
|
-
// @public
|
|
508
|
-
export const foundationAgSelectRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
509
|
-
baseName: string;
|
|
510
|
-
styles: ElementStyles;
|
|
511
|
-
template: ViewTemplate<any, any>;
|
|
512
|
-
}>) => FoundationElementRegistry< {
|
|
513
|
-
baseName: string;
|
|
514
|
-
styles: ElementStyles;
|
|
515
|
-
template: ViewTemplate<any, any>;
|
|
516
|
-
}, typeof SelectRenderer>;
|
|
517
|
-
|
|
518
|
-
// @public
|
|
519
|
-
export const foundationAgTextFieldRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
520
|
-
baseName: string;
|
|
521
|
-
styles: ElementStyles;
|
|
522
|
-
template: ViewTemplate<AgTextFieldRenderer, any>;
|
|
523
|
-
}>) => FoundationElementRegistry< {
|
|
524
|
-
baseName: string;
|
|
525
|
-
styles: ElementStyles;
|
|
526
|
-
template: ViewTemplate<AgTextFieldRenderer, any>;
|
|
527
|
-
}, typeof AgTextFieldRenderer>;
|
|
528
|
-
|
|
529
|
-
// @public @deprecated
|
|
530
|
-
export const foundationAgTextRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
531
|
-
baseName: string;
|
|
532
|
-
styles: ElementStyles;
|
|
533
|
-
template: ViewTemplate<AgTextFieldRenderer, any>;
|
|
534
|
-
}>) => FoundationElementRegistry< {
|
|
535
|
-
baseName: string;
|
|
536
|
-
styles: ElementStyles;
|
|
537
|
-
template: ViewTemplate<AgTextFieldRenderer, any>;
|
|
538
|
-
}, typeof AgTextRenderer>;
|
|
539
|
-
|
|
540
|
-
// @public (undocumented)
|
|
541
|
-
export const foundationDateEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
542
|
-
baseName: string;
|
|
543
|
-
styles: ElementStyles;
|
|
544
|
-
template: ViewTemplate<DateEditor, any>;
|
|
545
|
-
}>) => FoundationElementRegistry< {
|
|
546
|
-
baseName: string;
|
|
547
|
-
styles: ElementStyles;
|
|
548
|
-
template: ViewTemplate<DateEditor, any>;
|
|
549
|
-
}, typeof DateEditor>;
|
|
550
|
-
|
|
551
|
-
// @public
|
|
552
|
-
export const foundationGridComponents: {
|
|
553
|
-
foundationGridProActionRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
554
|
-
baseName: string;
|
|
555
|
-
styles: ElementStyles;
|
|
556
|
-
template: ViewTemplate<ActionRenderer, any>;
|
|
557
|
-
}>) => FoundationElementRegistry< {
|
|
558
|
-
baseName: string;
|
|
559
|
-
styles: ElementStyles;
|
|
560
|
-
template: ViewTemplate<ActionRenderer, any>;
|
|
561
|
-
}, ActionRenderer>;
|
|
562
|
-
foundationGridProActionsMenuRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
563
|
-
baseName: string;
|
|
564
|
-
template: ViewTemplate<any, any>;
|
|
565
|
-
}>) => FoundationElementRegistry< {
|
|
566
|
-
baseName: string;
|
|
567
|
-
template: ViewTemplate<any, any>;
|
|
568
|
-
}, ActionsMenuRenderer>;
|
|
569
|
-
foundationAgBooleanRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
570
|
-
baseName: string;
|
|
571
|
-
styles: ElementStyles;
|
|
572
|
-
template: ViewTemplate<BooleanRenderer, any>;
|
|
573
|
-
}>) => FoundationElementRegistry< {
|
|
574
|
-
baseName: string;
|
|
575
|
-
styles: ElementStyles;
|
|
576
|
-
template: ViewTemplate<BooleanRenderer, any>;
|
|
577
|
-
}, BooleanRenderer>;
|
|
578
|
-
foundationAgTextRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
579
|
-
baseName: string;
|
|
580
|
-
styles: ElementStyles;
|
|
581
|
-
template: ViewTemplate<AgTextFieldRenderer, any>;
|
|
582
|
-
}>) => FoundationElementRegistry< {
|
|
583
|
-
baseName: string;
|
|
584
|
-
styles: ElementStyles;
|
|
585
|
-
template: ViewTemplate<AgTextFieldRenderer, any>;
|
|
586
|
-
}, AgTextRenderer>;
|
|
587
|
-
foundationAgTextFieldRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
588
|
-
baseName: string;
|
|
589
|
-
styles: ElementStyles;
|
|
590
|
-
template: ViewTemplate<AgTextFieldRenderer, any>;
|
|
591
|
-
}>) => FoundationElementRegistry< {
|
|
592
|
-
baseName: string;
|
|
593
|
-
styles: ElementStyles;
|
|
594
|
-
template: ViewTemplate<AgTextFieldRenderer, any>;
|
|
595
|
-
}, AgTextFieldRenderer>;
|
|
596
|
-
foundationAgEditableRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
597
|
-
baseName: string;
|
|
598
|
-
styles: ElementStyles;
|
|
599
|
-
template: ViewTemplate<EditableRenderer, any>;
|
|
600
|
-
}>) => FoundationElementRegistry< {
|
|
601
|
-
baseName: string;
|
|
602
|
-
styles: ElementStyles;
|
|
603
|
-
template: ViewTemplate<EditableRenderer, any>;
|
|
604
|
-
}, EditableRenderer>;
|
|
605
|
-
foundationAgSelectRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
606
|
-
baseName: string;
|
|
607
|
-
styles: ElementStyles;
|
|
608
|
-
template: ViewTemplate<any, any>;
|
|
609
|
-
}>) => FoundationElementRegistry< {
|
|
610
|
-
baseName: string;
|
|
611
|
-
styles: ElementStyles;
|
|
612
|
-
template: ViewTemplate<any, any>;
|
|
613
|
-
}, SelectRenderer>;
|
|
614
|
-
foundationGridPro: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
615
|
-
shadowOptions: any;
|
|
616
|
-
baseName: string;
|
|
617
|
-
styles: ElementStyles;
|
|
618
|
-
template: ViewTemplate<any, any>;
|
|
619
|
-
}>) => FoundationElementRegistry< {
|
|
620
|
-
shadowOptions: any;
|
|
621
|
-
baseName: string;
|
|
622
|
-
styles: ElementStyles;
|
|
623
|
-
template: ViewTemplate<any, any>;
|
|
624
|
-
}, GridPro>;
|
|
625
|
-
foundationSelectEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
626
|
-
baseName: string;
|
|
627
|
-
styles: ElementStyles;
|
|
628
|
-
template: ViewTemplate<SelectEditor, any>;
|
|
629
|
-
}>) => FoundationElementRegistry< {
|
|
630
|
-
baseName: string;
|
|
631
|
-
styles: ElementStyles;
|
|
632
|
-
template: ViewTemplate<SelectEditor, any>;
|
|
633
|
-
}, SelectEditor>;
|
|
634
|
-
foundationNumberEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
635
|
-
baseName: string;
|
|
636
|
-
styles: ElementStyles;
|
|
637
|
-
template: ViewTemplate<NumberEditor, any>;
|
|
638
|
-
}>) => FoundationElementRegistry< {
|
|
639
|
-
baseName: string;
|
|
640
|
-
styles: ElementStyles;
|
|
641
|
-
template: ViewTemplate<NumberEditor, any>;
|
|
642
|
-
}, NumberEditor>;
|
|
643
|
-
foundationDateEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
644
|
-
baseName: string;
|
|
645
|
-
styles: ElementStyles;
|
|
646
|
-
template: ViewTemplate<DateEditor, any>;
|
|
647
|
-
}>) => FoundationElementRegistry< {
|
|
648
|
-
baseName: string;
|
|
649
|
-
styles: ElementStyles;
|
|
650
|
-
template: ViewTemplate<DateEditor, any>;
|
|
651
|
-
}, DateEditor>;
|
|
652
|
-
foundationMultiselectEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
653
|
-
baseName: string;
|
|
654
|
-
styles: ElementStyles;
|
|
655
|
-
template: ViewTemplate<MultiselectEditor, any>;
|
|
656
|
-
}>) => FoundationElementRegistry< {
|
|
657
|
-
baseName: string;
|
|
658
|
-
styles: ElementStyles;
|
|
659
|
-
template: ViewTemplate<MultiselectEditor, any>;
|
|
660
|
-
}, MultiselectEditor>;
|
|
661
|
-
foundationStringEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
662
|
-
baseName: string;
|
|
663
|
-
styles: ElementStyles;
|
|
664
|
-
template: ViewTemplate<StringEditor, any>;
|
|
665
|
-
}>) => FoundationElementRegistry< {
|
|
666
|
-
baseName: string;
|
|
667
|
-
styles: ElementStyles;
|
|
668
|
-
template: ViewTemplate<StringEditor, any>;
|
|
669
|
-
}, StringEditor>;
|
|
670
|
-
foundationStatusPillRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
671
|
-
baseName: string;
|
|
672
|
-
template: ViewTemplate<any, any>;
|
|
673
|
-
styles: ElementStyles;
|
|
674
|
-
}>) => FoundationElementRegistry< {
|
|
675
|
-
baseName: string;
|
|
676
|
-
template: ViewTemplate<any, any>;
|
|
677
|
-
styles: ElementStyles;
|
|
678
|
-
}, typeof StatusPillRenderer>;
|
|
679
|
-
StatusPillRenderer: typeof StatusPillRenderer;
|
|
680
|
-
register(container?: Container, ...rest: any[]): void;
|
|
681
|
-
};
|
|
682
|
-
|
|
683
|
-
// @public
|
|
684
|
-
export const foundationGridPro: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
685
|
-
shadowOptions: any;
|
|
686
|
-
baseName: string;
|
|
687
|
-
styles: ElementStyles;
|
|
688
|
-
template: ViewTemplate<any, any>;
|
|
689
|
-
}>) => FoundationElementRegistry< {
|
|
690
|
-
shadowOptions: any;
|
|
691
|
-
baseName: string;
|
|
692
|
-
styles: ElementStyles;
|
|
693
|
-
template: ViewTemplate<any, any>;
|
|
694
|
-
}, typeof GridPro>;
|
|
695
|
-
|
|
696
|
-
// @public
|
|
697
|
-
export const foundationGridProActionRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
698
|
-
baseName: string;
|
|
699
|
-
styles: ElementStyles;
|
|
700
|
-
template: ViewTemplate<ActionRenderer, any>;
|
|
701
|
-
}>) => FoundationElementRegistry< {
|
|
702
|
-
baseName: string;
|
|
703
|
-
styles: ElementStyles;
|
|
704
|
-
template: ViewTemplate<ActionRenderer, any>;
|
|
705
|
-
}, typeof ActionRenderer>;
|
|
706
|
-
|
|
707
|
-
// @public
|
|
708
|
-
export const foundationGridProActionsMenuRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
709
|
-
baseName: string;
|
|
710
|
-
template: ViewTemplate<any, any>;
|
|
711
|
-
}>) => FoundationElementRegistry< {
|
|
712
|
-
baseName: string;
|
|
713
|
-
template: ViewTemplate<any, any>;
|
|
714
|
-
}, typeof ActionsMenuRenderer>;
|
|
715
|
-
|
|
716
|
-
// @public
|
|
717
|
-
export const foundationGridProShadowOptions: ShadowRootInit;
|
|
718
|
-
|
|
719
|
-
// @public
|
|
720
|
-
export const foundationGridProStyles: ElementStyles;
|
|
721
|
-
|
|
722
|
-
// @public (undocumented)
|
|
723
|
-
export const foundationMultiselectEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
724
|
-
baseName: string;
|
|
725
|
-
styles: ElementStyles;
|
|
726
|
-
template: ViewTemplate<MultiselectEditor, any>;
|
|
727
|
-
}>) => FoundationElementRegistry< {
|
|
728
|
-
baseName: string;
|
|
729
|
-
styles: ElementStyles;
|
|
730
|
-
template: ViewTemplate<MultiselectEditor, any>;
|
|
731
|
-
}, typeof MultiselectEditor>;
|
|
732
|
-
|
|
733
|
-
// @public (undocumented)
|
|
734
|
-
export const foundationNumberEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
735
|
-
baseName: string;
|
|
736
|
-
styles: ElementStyles;
|
|
737
|
-
template: ViewTemplate<NumberEditor, any>;
|
|
738
|
-
}>) => FoundationElementRegistry< {
|
|
739
|
-
baseName: string;
|
|
740
|
-
styles: ElementStyles;
|
|
741
|
-
template: ViewTemplate<NumberEditor, any>;
|
|
742
|
-
}, typeof NumberEditor>;
|
|
743
|
-
|
|
744
|
-
// @public (undocumented)
|
|
745
|
-
export const foundationSelectEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
746
|
-
baseName: string;
|
|
747
|
-
styles: ElementStyles;
|
|
748
|
-
template: ViewTemplate<SelectEditor, any>;
|
|
749
|
-
}>) => FoundationElementRegistry< {
|
|
750
|
-
baseName: string;
|
|
751
|
-
styles: ElementStyles;
|
|
752
|
-
template: ViewTemplate<SelectEditor, any>;
|
|
753
|
-
}, typeof SelectEditor>;
|
|
754
|
-
|
|
755
|
-
// @public
|
|
756
|
-
export const foundationStatusPillRenderer: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
757
|
-
baseName: string;
|
|
758
|
-
template: ViewTemplate<any, any>;
|
|
759
|
-
styles: ElementStyles;
|
|
760
|
-
}>) => FoundationElementRegistry< {
|
|
761
|
-
baseName: string;
|
|
762
|
-
template: ViewTemplate<any, any>;
|
|
763
|
-
styles: ElementStyles;
|
|
764
|
-
}, typeof StatusPillRenderer>;
|
|
765
|
-
|
|
766
|
-
// @public (undocumented)
|
|
767
|
-
export const foundationStringEditor: (overrideDefinition?: OverrideFoundationElementDefinition< {
|
|
768
|
-
baseName: string;
|
|
769
|
-
styles: ElementStyles;
|
|
770
|
-
template: ViewTemplate<StringEditor, any>;
|
|
771
|
-
}>) => FoundationElementRegistry< {
|
|
772
|
-
baseName: string;
|
|
773
|
-
styles: ElementStyles;
|
|
774
|
-
template: ViewTemplate<StringEditor, any>;
|
|
775
|
-
}, typeof StringEditor>;
|
|
776
|
-
|
|
777
|
-
// Warning: (ae-forgotten-export) The symbol "GenesisGridDatasourceElement_base" needs to be exported by the entry point index.d.ts
|
|
778
|
-
//
|
|
779
|
-
// @public
|
|
780
|
-
export class GenesisGridDatasourceElement extends GenesisGridDatasourceElement_base {
|
|
781
|
-
// (undocumented)
|
|
782
|
-
protected get agGrid(): GridPro | null;
|
|
783
|
-
clearErrors(): void;
|
|
784
|
-
// (undocumented)
|
|
785
|
-
connect: Connect;
|
|
786
|
-
// (undocumented)
|
|
787
|
-
criteria: string;
|
|
788
|
-
// (undocumented)
|
|
789
|
-
protected criteriaFromFilters: Map<string, string>;
|
|
790
|
-
// (undocumented)
|
|
791
|
-
datasource: Datasource;
|
|
792
|
-
// (undocumented)
|
|
793
|
-
protected datasourceOptions(): DatasourceOptions;
|
|
794
|
-
// (undocumented)
|
|
795
|
-
datasourceStatusChanged(prev: DatasourceStatus, next: DatasourceStatus): void;
|
|
796
|
-
// (undocumented)
|
|
797
|
-
protected get defaultRowIdByResourceType(): string;
|
|
798
|
-
// (undocumented)
|
|
799
|
-
deferredColumnStates: ColumnState[];
|
|
800
|
-
// (undocumented)
|
|
801
|
-
deferredGridOptions: GridOptions;
|
|
802
|
-
// (undocumented)
|
|
803
|
-
disablePolling: boolean;
|
|
804
|
-
// (undocumented)
|
|
805
|
-
fields: string;
|
|
806
|
-
// Warning: (ae-forgotten-export) The symbol "BaseDatasourceErrorEventDetail" needs to be exported by the entry point index.d.ts
|
|
807
|
-
handleErrors(errors: string | any[], type?: BaseDatasourceErrorEventDetail['type']): void;
|
|
808
|
-
// @internal
|
|
809
|
-
protected get hasDefaultRowId(): boolean;
|
|
810
|
-
// @internal
|
|
811
|
-
protected initializeDatasource(options: DatasourceOptions, fetchMeta?: boolean, startStream?: boolean): Promise<boolean>;
|
|
812
|
-
// (undocumented)
|
|
813
|
-
get isRequestServer(): boolean;
|
|
814
|
-
// (undocumented)
|
|
815
|
-
isSnapshot: boolean;
|
|
816
|
-
// (undocumented)
|
|
817
|
-
maxRows: number;
|
|
818
|
-
// (undocumented)
|
|
819
|
-
maxView: number;
|
|
820
|
-
// (undocumented)
|
|
821
|
-
movingView: boolean;
|
|
822
|
-
// (undocumented)
|
|
823
|
-
orderBy: string;
|
|
824
|
-
// (undocumented)
|
|
825
|
-
pollingInterval: number;
|
|
826
|
-
// (undocumented)
|
|
827
|
-
pollTriggerEvents: string[];
|
|
828
|
-
// (undocumented)
|
|
829
|
-
removeFilter(fieldName: string): void;
|
|
830
|
-
// (undocumented)
|
|
831
|
-
request: any;
|
|
832
|
-
requestAutoSetup: boolean;
|
|
833
|
-
// (undocumented)
|
|
834
|
-
resourceName: string;
|
|
835
|
-
restartOnReconnection: boolean;
|
|
836
|
-
// (undocumented)
|
|
837
|
-
reverse: boolean;
|
|
838
|
-
rowDataMapper: Function;
|
|
839
|
-
// @internal
|
|
840
|
-
protected get rowId(): string;
|
|
841
|
-
rowIdAttr: any;
|
|
842
|
-
// (undocumented)
|
|
843
|
-
setFilter(fieldName: string, newFilter: string): void;
|
|
844
|
-
// (undocumented)
|
|
845
|
-
protected update: BehaviorSubject<Map<string, string>>;
|
|
846
|
-
// (undocumented)
|
|
847
|
-
viewNumber: number;
|
|
848
|
-
}
|
|
849
|
-
|
|
850
|
-
// @public
|
|
851
|
-
export const getActionsMenuDef: (actions: ActionMenuItem[], overrideDef?: ColDef, customActionsOpenerName?: string, isVertical?: boolean, buttonAppearance?: string) => ColDef;
|
|
852
|
-
|
|
853
|
-
// @public
|
|
854
|
-
export const getAgBooleanRendererTemplate: (designSystem?: string) => ViewTemplate<BooleanRenderer, any>;
|
|
855
|
-
|
|
856
|
-
// @public
|
|
857
|
-
export const getAgEditableRendererTemplate: (designSystem?: string) => ViewTemplate<EditableRenderer, any>;
|
|
858
|
-
|
|
859
|
-
// @public
|
|
860
|
-
export function getAvailableIndexes(data: Map<string, [string]>): string[];
|
|
861
|
-
|
|
862
|
-
// @public
|
|
863
|
-
export function getAvailableIndexFields(data: Map<string, [string]>): string[];
|
|
864
|
-
|
|
865
|
-
// @alpha
|
|
866
|
-
export function getColumnType(metadataType: string): string;
|
|
867
|
-
|
|
868
|
-
// @public
|
|
869
|
-
export const getDateEditorTemplate: (prefix?: string) => ViewTemplate<DateEditor, any>;
|
|
870
|
-
|
|
871
|
-
// @alpha
|
|
872
|
-
export function getFilterByFieldType(type: string): string;
|
|
873
|
-
|
|
874
|
-
// @public
|
|
875
|
-
export const getGridProTemplate: (prefix?: string) => ViewTemplate<GridPro, any>;
|
|
876
|
-
|
|
877
|
-
// @public
|
|
878
|
-
export const getMultiselectEditorTemplate: (designSystem?: string) => ViewTemplate<MultiselectEditor, any>;
|
|
879
|
-
|
|
880
|
-
// @public
|
|
881
|
-
export const getNumberEditorTemplate: (designSystem?: string) => ViewTemplate<NumberEditor, any>;
|
|
882
|
-
|
|
883
|
-
// @public
|
|
884
|
-
export const getSelectEditorTemplate: (designSystem?: string) => ViewTemplate<SelectEditor, any>;
|
|
885
|
-
|
|
886
|
-
// @public
|
|
887
|
-
export const getSelectRendererTemplate: (designSystem?: string) => ViewTemplate<any, any>;
|
|
888
|
-
|
|
889
|
-
// @public
|
|
890
|
-
export const getStatusPillRendererTemplate: (designSystem?: string) => ViewTemplate<any, any>;
|
|
891
|
-
|
|
892
|
-
// @public
|
|
893
|
-
export const getStringEditorTemplate: (designSystem?: string) => ViewTemplate<StringEditor, any>;
|
|
894
|
-
|
|
895
|
-
// @public
|
|
896
|
-
export const getTextFieldRendererTemplate: (designSystem?: string) => ViewTemplate<AgTextFieldRenderer, any>;
|
|
897
|
-
|
|
898
|
-
// @public @deprecated (undocumented)
|
|
899
|
-
export const getTextRendererTemplate: (designSystem?: string) => ViewTemplate<AgTextFieldRenderer, any>;
|
|
900
|
-
|
|
901
|
-
// @public @deprecated
|
|
902
|
-
export const GRID_READY_EVENT = "onGridReady";
|
|
903
|
-
|
|
904
|
-
// @public
|
|
905
|
-
export type GridComponents = {
|
|
906
|
-
[componentName: string]: any;
|
|
907
|
-
};
|
|
908
|
-
|
|
909
|
-
// Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "GridOptionsConfig" because one of its declarations is marked as @internal
|
|
910
|
-
//
|
|
911
|
-
// @public
|
|
912
|
-
export interface GridOptionsConfig extends GridOptions {
|
|
913
|
-
}
|
|
914
|
-
|
|
915
|
-
// @internal
|
|
916
|
-
export const GridOptionsConfig: InterfaceSymbol<GridOptionsConfig>;
|
|
917
|
-
|
|
918
|
-
// Warning: (ae-forgotten-export) The symbol "GridPro_base" needs to be exported by the entry point index.d.ts
|
|
919
|
-
//
|
|
920
|
-
// @public
|
|
921
|
-
export class GridPro extends GridPro_base {
|
|
922
|
-
constructor();
|
|
923
|
-
addEventListener(eventType: string, listener: any, options?: boolean | AddEventListenerOptions): void;
|
|
924
|
-
addIndex: number;
|
|
925
|
-
// (undocumented)
|
|
926
|
-
agAttributeChangedCallback(attName: any, oldValue: any, newValue: any): void;
|
|
927
|
-
// (undocumented)
|
|
928
|
-
protected agAttributes: Record<string, string>;
|
|
929
|
-
// (undocumented)
|
|
930
|
-
agGrid: Grid;
|
|
931
|
-
// (undocumented)
|
|
932
|
-
protected agGridOptions: GridOptions;
|
|
933
|
-
// (undocumented)
|
|
934
|
-
protected agPropertiesMap: Record<string, string>;
|
|
935
|
-
// @deprecated
|
|
936
|
-
applyTemplateDefinitions(columnDefs: ColDef[], deferredColumnDefsOrState?: boolean): Promise<ColDef<any>[]>;
|
|
937
|
-
asyncAdd: boolean;
|
|
938
|
-
asyncRemove: boolean;
|
|
939
|
-
asyncUpdate: boolean;
|
|
940
|
-
// (undocumented)
|
|
941
|
-
autoCellRendererByType: boolean;
|
|
942
|
-
// (undocumented)
|
|
943
|
-
cacheFilterConfig(): void;
|
|
944
|
-
// (undocumented)
|
|
945
|
-
classNames: string;
|
|
946
|
-
clearLocalGridOptions(): void;
|
|
947
|
-
// (undocumented)
|
|
948
|
-
columnApi: ColumnApi;
|
|
949
|
-
// (undocumented)
|
|
950
|
-
columnComponentName: string;
|
|
951
|
-
// (undocumented)
|
|
952
|
-
combineAllGridComponents(gridOptionsComponents: GridComponents): GridComponents;
|
|
953
|
-
// (undocumented)
|
|
954
|
-
connectedCallback(): void;
|
|
955
|
-
// (undocumented)
|
|
956
|
-
disconnectedCallback(): void;
|
|
957
|
-
enableCellFlashing: boolean;
|
|
958
|
-
// @deprecated (undocumented)
|
|
959
|
-
enabledRowFlashing: boolean;
|
|
960
|
-
enableRowFlashing: boolean;
|
|
961
|
-
// (undocumented)
|
|
962
|
-
eventsAndCallbacks: GridProEventsAndCallbacks;
|
|
963
|
-
// (undocumented)
|
|
964
|
-
getfilterModel(): Promise<{
|
|
965
|
-
[key: string]: any;
|
|
966
|
-
}>;
|
|
967
|
-
getSavedColumnState(): Promise<ColumnState[]>;
|
|
968
|
-
// (undocumented)
|
|
969
|
-
globalEventListener(eventType: any, event: any): void;
|
|
970
|
-
// (undocumented)
|
|
971
|
-
gridApi: GridApi;
|
|
972
|
-
gridAutosizingEnabled: boolean;
|
|
973
|
-
// (undocumented)
|
|
974
|
-
gridComponents: {
|
|
975
|
-
[componentName: string]: any;
|
|
976
|
-
};
|
|
977
|
-
// (undocumented)
|
|
978
|
-
gridErrorItems: GridProErrorItem<GridProErrorEvent['detail']>[];
|
|
979
|
-
// (undocumented)
|
|
980
|
-
gridFontFace: string;
|
|
981
|
-
// (undocumented)
|
|
982
|
-
get gridOptions(): GridOptions;
|
|
983
|
-
set gridOptions(options: GridOptions);
|
|
984
|
-
gridOptionsConfig: GridOptionsConfig;
|
|
985
|
-
// (undocumented)
|
|
986
|
-
get gridParams(): GridParams;
|
|
987
|
-
get gridProDatasource(): GridProBaseDatasource;
|
|
988
|
-
// (undocumented)
|
|
989
|
-
gridSlot: HTMLSlotElement;
|
|
990
|
-
headerCaseType: GridProCaseType;
|
|
991
|
-
// (undocumented)
|
|
992
|
-
headerHeight: number;
|
|
993
|
-
// (undocumented)
|
|
994
|
-
hideDatasourceError(): void;
|
|
995
|
-
// (undocumented)
|
|
996
|
-
protected initialised: boolean;
|
|
997
|
-
// (undocumented)
|
|
998
|
-
get isServerSide(): boolean;
|
|
999
|
-
mergeAllColumnDefsAndStates(columnDefs: ColDef[], deferredColumnDefsOrState?: boolean): Promise<ColDef<any>[]>;
|
|
1000
|
-
// (undocumented)
|
|
1001
|
-
get observedAttributes(): string[];
|
|
1002
|
-
// (undocumented)
|
|
1003
|
-
onlyTemplateColDefs: boolean;
|
|
1004
|
-
pagination: boolean;
|
|
1005
|
-
paginationPageSize: number;
|
|
1006
|
-
persistColumnStateKey: string;
|
|
1007
|
-
persistFilterModelKey: string;
|
|
1008
|
-
// (undocumented)
|
|
1009
|
-
restoreCachedFilterConfig(): Promise<void>;
|
|
1010
|
-
rowData: any[];
|
|
1011
|
-
// (undocumented)
|
|
1012
|
-
rowDataChanged(_: any, rowData: any): void;
|
|
1013
|
-
// (undocumented)
|
|
1014
|
-
rowHeight: number;
|
|
1015
|
-
// (undocumented)
|
|
1016
|
-
setFilterModel(value: {
|
|
1017
|
-
[key: string]: any;
|
|
1018
|
-
}): Promise<void>;
|
|
1019
|
-
// (undocumented)
|
|
1020
|
-
protected setupPaginationAndStatusBar(gridOptions: GridOptions): void;
|
|
1021
|
-
// (undocumented)
|
|
1022
|
-
statePersistanceEnabled(): boolean;
|
|
1023
|
-
// (undocumented)
|
|
1024
|
-
statePersistence: StatePersistence;
|
|
1025
|
-
statusBarConfig: GridProStatusBarConfig;
|
|
1026
|
-
// (undocumented)
|
|
1027
|
-
theme: string;
|
|
1028
|
-
// (undocumented)
|
|
1029
|
-
themeChanged(oldValue: string, newValue: string): void;
|
|
1030
|
-
withStatusBar: boolean;
|
|
1031
|
-
}
|
|
1032
|
-
|
|
1033
|
-
// @public (undocumented)
|
|
1034
|
-
export class GridProBaseDatasource extends GenesisGridDatasourceElement {
|
|
1035
|
-
// (undocumented)
|
|
1036
|
-
protected agTransaction: RowDataTransaction | ServerSideTransaction;
|
|
1037
|
-
// (undocumented)
|
|
1038
|
-
protected applyAllAgTransactions(): void;
|
|
1039
|
-
// (undocumented)
|
|
1040
|
-
protected applyAsyncFuncName: string;
|
|
1041
|
-
// (undocumented)
|
|
1042
|
-
protected applyFuncName: string;
|
|
1043
|
-
// (undocumented)
|
|
1044
|
-
protected applyTransaction(agTransaction: RowDataTransaction): any;
|
|
1045
|
-
// (undocumented)
|
|
1046
|
-
protected applyTransactionAsync(agTransaction: RowDataTransaction, callback?: (res: any) => void): void;
|
|
1047
|
-
// (undocumented)
|
|
1048
|
-
protected connectionSub: Subscription | undefined;
|
|
1049
|
-
// (undocumented)
|
|
1050
|
-
protected dataSubWasLoggedOff: boolean;
|
|
1051
|
-
// (undocumented)
|
|
1052
|
-
destroy(): void;
|
|
1053
|
-
// (undocumented)
|
|
1054
|
-
protected generateColumnDefsFromMetadata(fieldsMetadata: FieldMetadata[], getFilterParamsByFieldType: Function): ColDef[];
|
|
1055
|
-
getDatasourceStatusBarPanels(isServerSide: boolean): any[];
|
|
1056
|
-
// @internal
|
|
1057
|
-
protected getStatusBarActionConfig<T>(configValue: boolean | T | undefined): {
|
|
1058
|
-
enabled: boolean;
|
|
1059
|
-
config?: T;
|
|
1060
|
-
};
|
|
1061
|
-
// (undocumented)
|
|
1062
|
-
protected handleStreamDeletes(deletedRows: any[]): void;
|
|
1063
|
-
// (undocumented)
|
|
1064
|
-
protected handleStreamInserts(insertedRows: any[], addIndex?: number): void;
|
|
1065
|
-
// (undocumented)
|
|
1066
|
-
protected handleStreamUpdates(updatedRows: any[]): void;
|
|
1067
|
-
isDisconnected(): boolean;
|
|
1068
|
-
// (undocumented)
|
|
1069
|
-
loadMore(): void;
|
|
1070
|
-
// (undocumented)
|
|
1071
|
-
protected get pagination(): boolean;
|
|
1072
|
-
// (undocumented)
|
|
1073
|
-
reloadResourceData(): void;
|
|
1074
|
-
// (undocumented)
|
|
1075
|
-
restart(): void;
|
|
1076
|
-
// (undocumented)
|
|
1077
|
-
rowData: Map<string, any>;
|
|
1078
|
-
setDisconnected(disconnected: boolean): void;
|
|
1079
|
-
// (undocumented)
|
|
1080
|
-
protected subscribeToConnection(): void;
|
|
1081
|
-
// (undocumented)
|
|
1082
|
-
protected unsubscribeFromConnection(): void;
|
|
1083
|
-
}
|
|
1084
|
-
|
|
1085
|
-
// @public
|
|
1086
|
-
export enum GridProCaseType {
|
|
1087
|
-
// (undocumented)
|
|
1088
|
-
camelCase = "camelCase",
|
|
1089
|
-
// (undocumented)
|
|
1090
|
-
capitalCase = "capitalCase",
|
|
1091
|
-
// (undocumented)
|
|
1092
|
-
dotCase = "dotCase",
|
|
1093
|
-
// (undocumented)
|
|
1094
|
-
headerCase = "headerCase",
|
|
1095
|
-
// (undocumented)
|
|
1096
|
-
noCase = "noCase",
|
|
1097
|
-
// (undocumented)
|
|
1098
|
-
paramCase = "paramCase",
|
|
1099
|
-
// (undocumented)
|
|
1100
|
-
pascalCase = "pascalCase",
|
|
1101
|
-
// (undocumented)
|
|
1102
|
-
pathCase = "pathCase",
|
|
1103
|
-
// (undocumented)
|
|
1104
|
-
sentenceCase = "sentenceCase",
|
|
1105
|
-
// (undocumented)
|
|
1106
|
-
snakeCase = "snakeCase"
|
|
1107
|
-
}
|
|
1108
|
-
|
|
1109
|
-
// @public
|
|
1110
|
-
export class GridProCell extends FoundationElement implements ICellRendererComp {
|
|
1111
|
-
// (undocumented)
|
|
1112
|
-
connectedCallback(): void;
|
|
1113
|
-
// (undocumented)
|
|
1114
|
-
destroy(): void;
|
|
1115
|
-
// (undocumented)
|
|
1116
|
-
getGui(): HTMLElement;
|
|
1117
|
-
// (undocumented)
|
|
1118
|
-
init(params: ICellRendererParams): void;
|
|
1119
|
-
// (undocumented)
|
|
1120
|
-
refresh(params: ICellRendererParams): boolean;
|
|
1121
|
-
// (undocumented)
|
|
1122
|
-
renderer: ICellRendererFunc;
|
|
1123
|
-
// (undocumented)
|
|
1124
|
-
rendererParams: ICellRendererParams;
|
|
1125
|
-
// (undocumented)
|
|
1126
|
-
slottedAgRendererChanged(): void;
|
|
1127
|
-
// (undocumented)
|
|
1128
|
-
slottedRenderer: HTMLElement[];
|
|
1129
|
-
}
|
|
1130
|
-
|
|
1131
|
-
// @public
|
|
1132
|
-
export class GridProClientSideDatasource extends GridProGenesisDatasource {
|
|
1133
|
-
}
|
|
1134
|
-
|
|
1135
|
-
// Warning: (ae-forgotten-export) The symbol "GridProColumn_base" needs to be exported by the entry point index.d.ts
|
|
1136
|
-
//
|
|
1137
|
-
// @public
|
|
1138
|
-
export class GridProColumn extends GridProColumn_base {
|
|
1139
|
-
// (undocumented)
|
|
1140
|
-
deepClone(): Node;
|
|
1141
|
-
// (undocumented)
|
|
1142
|
-
definition: ColDef;
|
|
1143
|
-
// (undocumented)
|
|
1144
|
-
slottedAgCell: HTMLElement[];
|
|
1145
|
-
// (undocumented)
|
|
1146
|
-
slottedAgCellChanged(): void;
|
|
1147
|
-
}
|
|
1148
|
-
|
|
1149
|
-
// @public
|
|
1150
|
-
export function gridProColumns<TSource = any>(itemsBinding: Binding<TSource, readonly ColDef[]> | readonly ColDef[], includeRenderers?: boolean): CaptureType<TSource>;
|
|
1151
|
-
|
|
1152
|
-
// @public
|
|
1153
|
-
export type GridProErrorEvent = GridProGenesisDatasourceErrorEvent | CustomEvent<GridProErrorItem<any>>;
|
|
1154
|
-
|
|
1155
|
-
// @public
|
|
1156
|
-
export interface GridProErrorItem<GridProErrorItemDetailType> {
|
|
1157
|
-
// (undocumented)
|
|
1158
|
-
detail: GridProErrorItemDetailType;
|
|
1159
|
-
// (undocumented)
|
|
1160
|
-
type: GridProErrorTypes;
|
|
1161
|
-
}
|
|
1162
|
-
|
|
1163
|
-
// @public
|
|
1164
|
-
export const gridProErrorNames: {
|
|
1165
|
-
readonly datasource: "datasource";
|
|
1166
|
-
readonly unknown: "unknown";
|
|
1167
|
-
};
|
|
1168
|
-
|
|
1169
|
-
// @public
|
|
1170
|
-
export type GridProErrorTypes = keyof typeof gridProErrorNames;
|
|
1171
|
-
|
|
1172
|
-
// @public
|
|
1173
|
-
export const gridProEventNames: {
|
|
1174
|
-
datasourceErrorClose: string;
|
|
1175
|
-
};
|
|
1176
|
-
|
|
1177
|
-
// Warning: (ae-forgotten-export) The symbol "OnlyFunctions" needs to be exported by the entry point index.d.ts
|
|
1178
|
-
// Warning: (ae-forgotten-export) The symbol "UntypeNonFunctions" needs to be exported by the entry point index.d.ts
|
|
1179
|
-
//
|
|
1180
|
-
// @public
|
|
1181
|
-
export type GridProEventsAndCallbacks = OnlyFunctions<UntypeNonFunctions<GridOptions>>;
|
|
1182
|
-
|
|
1183
|
-
// Warning: (ae-internal-missing-underscore) The name "GridProEventsListeners" should be prefixed with an underscore because the declaration is marked as @internal
|
|
1184
|
-
//
|
|
1185
|
-
// @internal
|
|
1186
|
-
export type GridProEventsListeners = {
|
|
1187
|
-
key: string;
|
|
1188
|
-
action: (event: Event) => void;
|
|
1189
|
-
}[];
|
|
1190
|
-
|
|
1191
|
-
// Warning: (ae-forgotten-export) The symbol "GridProGenesisDatasource_base" needs to be exported by the entry point index.d.ts
|
|
1192
|
-
//
|
|
1193
|
-
// @public
|
|
1194
|
-
export class GridProGenesisDatasource extends GridProGenesisDatasource_base {
|
|
1195
|
-
// (undocumented)
|
|
1196
|
-
applyAsyncFuncName: string;
|
|
1197
|
-
// (undocumented)
|
|
1198
|
-
applyFuncName: string;
|
|
1199
|
-
// (undocumented)
|
|
1200
|
-
applyTransaction(agTransaction: RowDataTransaction): RowNodeTransaction | null | undefined;
|
|
1201
|
-
// (undocumented)
|
|
1202
|
-
applyTransactionAsync(agTransaction: RowDataTransaction, callback?: (res: RowNodeTransaction) => void): void;
|
|
1203
|
-
// (undocumented)
|
|
1204
|
-
connectedCallback(): void;
|
|
1205
|
-
// (undocumented)
|
|
1206
|
-
criteriaChanged(oldCriteria: string, newCriteria: string): Promise<void>;
|
|
1207
|
-
// (undocumented)
|
|
1208
|
-
deepClone(): Node;
|
|
1209
|
-
// @deprecated
|
|
1210
|
-
deinit(): void;
|
|
1211
|
-
destroy(): void;
|
|
1212
|
-
// (undocumented)
|
|
1213
|
-
disconnectedCallback(): void;
|
|
1214
|
-
handleStreamDeletes(deletes?: any[]): void;
|
|
1215
|
-
// (undocumented)
|
|
1216
|
-
handleStreamInserts(inserts?: any[]): void;
|
|
1217
|
-
// (undocumented)
|
|
1218
|
-
handleStreamUpdates(updates?: any[]): void;
|
|
1219
|
-
init(columnDefinitions?: ColDef[], columnStates?: ColumnState[]): Promise<void>;
|
|
1220
|
-
// (undocumented)
|
|
1221
|
-
keepColDefsOnClearRowData: boolean;
|
|
1222
|
-
// (undocumented)
|
|
1223
|
-
loadMore(): void;
|
|
1224
|
-
refreshRows(): void;
|
|
1225
|
-
reloadResourceData(): Promise<void>;
|
|
1226
|
-
// (undocumented)
|
|
1227
|
-
removeFilter(fieldName: string): void;
|
|
1228
|
-
// (undocumented)
|
|
1229
|
-
requestChanged(oldRequest: string, newRequest: string): void;
|
|
1230
|
-
// @deprecated
|
|
1231
|
-
reset(): void;
|
|
1232
|
-
// (undocumented)
|
|
1233
|
-
resourceNameChanged(oldValue: string, newValue: string): void;
|
|
1234
|
-
restart(): Promise<void>;
|
|
1235
|
-
// (undocumented)
|
|
1236
|
-
setFilter(fieldName: string, newFilter: string): void;
|
|
1237
|
-
}
|
|
1238
|
-
|
|
1239
|
-
// @public
|
|
1240
|
-
export type GridProGenesisDatasourceErrorEvent = CustomEvent<GridProGenesisDatasourceErrorEventDetail>;
|
|
1241
|
-
|
|
1242
|
-
// @public
|
|
1243
|
-
export type GridProGenesisDatasourceErrorEventDetail = {
|
|
1244
|
-
message: string;
|
|
1245
|
-
};
|
|
1246
|
-
|
|
1247
|
-
// @public
|
|
1248
|
-
export const gridProGenesisDatasourceEventNames: {
|
|
1249
|
-
readonly error: "datasource-error";
|
|
1250
|
-
readonly dataInit: "datasource-init";
|
|
1251
|
-
readonly sizeChanged: "datasource-size-changed";
|
|
1252
|
-
readonly moreRowsChanged: "more-rows-changed";
|
|
1253
|
-
};
|
|
1254
|
-
|
|
1255
|
-
// @public
|
|
1256
|
-
export enum GridProRendererTypes {
|
|
1257
|
-
// (undocumented)
|
|
1258
|
-
action = "action",
|
|
1259
|
-
// (undocumented)
|
|
1260
|
-
actionsMenu = "actionsMenu",
|
|
1261
|
-
// (undocumented)
|
|
1262
|
-
boolean = "boolean",
|
|
1263
|
-
// (undocumented)
|
|
1264
|
-
dateEditor = "dateEditor",
|
|
1265
|
-
// (undocumented)
|
|
1266
|
-
editable = "editable",
|
|
1267
|
-
// (undocumented)
|
|
1268
|
-
multiselectEditor = "multiselectEditor",
|
|
1269
|
-
// (undocumented)
|
|
1270
|
-
numberEditor = "numberEditor",
|
|
1271
|
-
// (undocumented)
|
|
1272
|
-
select = "select",
|
|
1273
|
-
// (undocumented)
|
|
1274
|
-
selectEditor = "selectEditor",
|
|
1275
|
-
// (undocumented)
|
|
1276
|
-
statusPill = "statusPill",
|
|
1277
|
-
// (undocumented)
|
|
1278
|
-
stringEditor = "stringEditor",
|
|
1279
|
-
// (undocumented)
|
|
1280
|
-
text = "text"
|
|
1281
|
-
}
|
|
1282
|
-
|
|
1283
|
-
// Warning: (ae-forgotten-export) The symbol "GridProServerSideDatasource_base" needs to be exported by the entry point index.d.ts
|
|
1284
|
-
//
|
|
1285
|
-
// @beta
|
|
1286
|
-
export class GridProServerSideDatasource extends GridProServerSideDatasource_base {
|
|
1287
|
-
// (undocumented)
|
|
1288
|
-
applyAsyncFuncName: string;
|
|
1289
|
-
// (undocumented)
|
|
1290
|
-
applyFuncName: string;
|
|
1291
|
-
// (undocumented)
|
|
1292
|
-
applyTransaction(agTransaction: RowDataTransaction): ServerSideTransactionResult;
|
|
1293
|
-
// (undocumented)
|
|
1294
|
-
applyTransactionAsync(agTransaction: RowDataTransaction, callback?: (res: ServerSideTransactionResult) => void): void;
|
|
1295
|
-
// (undocumented)
|
|
1296
|
-
connectedCallback(): void;
|
|
1297
|
-
// (undocumented)
|
|
1298
|
-
criteriaChanged(oldCriteria: string, newCriteria: string): void;
|
|
1299
|
-
// (undocumented)
|
|
1300
|
-
deepClone(): Node;
|
|
1301
|
-
// (undocumented)
|
|
1302
|
-
destroy(): Promise<void>;
|
|
1303
|
-
// (undocumented)
|
|
1304
|
-
disconnectedCallback(): void;
|
|
1305
|
-
// (undocumented)
|
|
1306
|
-
init(): Promise<void>;
|
|
1307
|
-
liveUpdates: boolean;
|
|
1308
|
-
// (undocumented)
|
|
1309
|
-
loadMore(): void;
|
|
1310
|
-
// (undocumented)
|
|
1311
|
-
onPaginationChanged(event: PaginationChangedEvent): void;
|
|
1312
|
-
// (undocumented)
|
|
1313
|
-
get params(): any;
|
|
1314
|
-
reloadResourceData(params?: DatasourceOptions): Promise<void>;
|
|
1315
|
-
// (undocumented)
|
|
1316
|
-
request: any;
|
|
1317
|
-
// (undocumented)
|
|
1318
|
-
resourceNameChanged(oldValue: string, newValue: string): void;
|
|
1319
|
-
// (undocumented)
|
|
1320
|
-
restart(): Promise<void>;
|
|
1321
|
-
// (undocumented)
|
|
1322
|
-
get rowModel(): IServerSideRowModel;
|
|
1323
|
-
zeroBasedViewNumber: boolean;
|
|
1324
|
-
}
|
|
1325
|
-
|
|
1326
|
-
// @public
|
|
1327
|
-
export interface GridProStatusBarConfig {
|
|
1328
|
-
aggregation?: boolean;
|
|
1329
|
-
loadMore?: boolean | GridProStatusBarLoadMoreConfig;
|
|
1330
|
-
maxRows?: boolean;
|
|
1331
|
-
reload?: boolean | GridProStatusBarReloadConfig;
|
|
1332
|
-
rows?: boolean;
|
|
1333
|
-
}
|
|
1334
|
-
|
|
1335
|
-
// @public
|
|
1336
|
-
export interface GridProStatusBarLoadMoreConfig {
|
|
1337
|
-
appearance?: string;
|
|
1338
|
-
onLoadMore?: () => void;
|
|
1339
|
-
tooltip?: string;
|
|
1340
|
-
}
|
|
1341
|
-
|
|
1342
|
-
// @public
|
|
1343
|
-
export interface GridProStatusBarReloadConfig {
|
|
1344
|
-
icon?: string;
|
|
1345
|
-
onReload?: () => void;
|
|
1346
|
-
tooltip?: string;
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
// @public
|
|
1350
|
-
export enum GridProStatusBarTypes {
|
|
1351
|
-
// (undocumented)
|
|
1352
|
-
labelValue = "labelValue",
|
|
1353
|
-
// (undocumented)
|
|
1354
|
-
loadMore = "loadMore",
|
|
1355
|
-
// (undocumented)
|
|
1356
|
-
pagination = "pagination",
|
|
1357
|
-
// (undocumented)
|
|
1358
|
-
reload = "reload"
|
|
1359
|
-
}
|
|
1360
|
-
|
|
1361
|
-
// @public (undocumented)
|
|
1362
|
-
export const gridProTemplate: ViewTemplate;
|
|
1363
|
-
|
|
1364
|
-
// @public
|
|
1365
|
-
export type GrigProGenesisDatasourceSizeChangedEvent = CustomEvent<GrigProGenesisDatasourceSizeChangedEventDetail>;
|
|
1366
|
-
|
|
1367
|
-
// @public
|
|
1368
|
-
export type GrigProGenesisDatasourceSizeChangedEventDetail = {
|
|
1369
|
-
value: number;
|
|
1370
|
-
oldValue: number;
|
|
1371
|
-
};
|
|
1372
|
-
|
|
1373
|
-
// @public
|
|
1374
|
-
export class KVStorageStatePersistence implements StatePersistence {
|
|
1375
|
-
// (undocumented)
|
|
1376
|
-
getColumnState(persistColumnStateKey: string): Promise<ColumnState[]>;
|
|
1377
|
-
// (undocumented)
|
|
1378
|
-
getFilterModel(persistFilterModelKey: string): Promise<{
|
|
1379
|
-
[key: string]: any;
|
|
1380
|
-
}>;
|
|
1381
|
-
// (undocumented)
|
|
1382
|
-
kvStorage: KVStorage;
|
|
1383
|
-
// (undocumented)
|
|
1384
|
-
saveColumnState(persistColumnStateKey: string, columnState: ColumnState[]): Promise<void>;
|
|
1385
|
-
// (undocumented)
|
|
1386
|
-
saveFilterModel(persistFilterModelKey: string, filterModel: {
|
|
1387
|
-
[key: string]: any;
|
|
1388
|
-
}): Promise<void>;
|
|
1389
|
-
// (undocumented)
|
|
1390
|
-
session: Session;
|
|
1391
|
-
}
|
|
1392
|
-
|
|
1393
|
-
// @public
|
|
1394
|
-
export class LabelValueStatusBarComponent implements IStatusPanelComp {
|
|
1395
|
-
// (undocumented)
|
|
1396
|
-
destroy(): void;
|
|
1397
|
-
// (undocumented)
|
|
1398
|
-
getGui(): HTMLElement;
|
|
1399
|
-
// (undocumented)
|
|
1400
|
-
init(params: IStatusPanelParams): void;
|
|
1401
|
-
}
|
|
1402
|
-
|
|
1403
|
-
// @public
|
|
1404
|
-
export type LabelValueStatusBarParams = {
|
|
1405
|
-
label: string;
|
|
1406
|
-
value: any;
|
|
1407
|
-
hide: boolean;
|
|
1408
|
-
};
|
|
1409
|
-
|
|
1410
|
-
// @public
|
|
1411
|
-
export class LoadMoreStatusBarComponent implements IStatusPanelComp {
|
|
1412
|
-
// (undocumented)
|
|
1413
|
-
destroy(): void;
|
|
1414
|
-
// (undocumented)
|
|
1415
|
-
getGui(): HTMLElement;
|
|
1416
|
-
// (undocumented)
|
|
1417
|
-
init(params: IStatusPanelParams): void;
|
|
1418
|
-
// (undocumented)
|
|
1419
|
-
updateButtonVisibility(): void;
|
|
1420
|
-
// (undocumented)
|
|
1421
|
-
updateParams(params: LoadMoreStatusBarParams): void;
|
|
1422
|
-
}
|
|
1423
|
-
|
|
1424
|
-
// @public
|
|
1425
|
-
export type LoadMoreStatusBarParams = {
|
|
1426
|
-
moreRows?: boolean;
|
|
1427
|
-
onLoadMore?: () => void;
|
|
1428
|
-
appearance?: string;
|
|
1429
|
-
tooltip?: string;
|
|
1430
|
-
};
|
|
1431
|
-
|
|
1432
|
-
// @public
|
|
1433
|
-
export class LocalStorageStatePersistence implements StatePersistence {
|
|
1434
|
-
// (undocumented)
|
|
1435
|
-
getColumnState(persistColumnStateKey: string): Promise<ColumnState[]>;
|
|
1436
|
-
// (undocumented)
|
|
1437
|
-
getFilterModel(persistFilterModelKey: string): Promise<{
|
|
1438
|
-
[key: string]: any;
|
|
1439
|
-
}>;
|
|
1440
|
-
// (undocumented)
|
|
1441
|
-
saveColumnState(persistColumnStateKey: string, columnState: ColumnState[]): Promise<void>;
|
|
1442
|
-
// (undocumented)
|
|
1443
|
-
saveFilterModel(persistFilterModelKey: string, filterModel: {
|
|
1444
|
-
[key: string]: any;
|
|
1445
|
-
}): Promise<void>;
|
|
1446
|
-
// (undocumented)
|
|
1447
|
-
session: Session;
|
|
1448
|
-
}
|
|
1449
|
-
|
|
1450
|
-
// @public
|
|
1451
|
-
export const logger: Logger;
|
|
1452
|
-
|
|
1453
|
-
// @public
|
|
1454
|
-
export function mergeAndDedupColDefWithColumnState(colDefs: ColDef[], columnStates: ColumnState[]): ColDef[];
|
|
1455
|
-
|
|
1456
|
-
// @public
|
|
1457
|
-
export type MoreRowsDetail = {
|
|
1458
|
-
moreRows: boolean;
|
|
1459
|
-
sourceRef: string;
|
|
1460
|
-
};
|
|
1461
|
-
|
|
1462
|
-
// @public
|
|
1463
|
-
export class MultiselectEditor extends FoundationElement implements ICellEditorComp {
|
|
1464
|
-
// (undocumented)
|
|
1465
|
-
changeHandler(event: any): void;
|
|
1466
|
-
// (undocumented)
|
|
1467
|
-
destroy(): void;
|
|
1468
|
-
// (undocumented)
|
|
1469
|
-
getGui(): HTMLElement;
|
|
1470
|
-
// (undocumented)
|
|
1471
|
-
getValue(): any[];
|
|
1472
|
-
// (undocumented)
|
|
1473
|
-
init(params: MultiselectEditorParams): void;
|
|
1474
|
-
// (undocumented)
|
|
1475
|
-
isCancelBeforeStart(): boolean;
|
|
1476
|
-
// (undocumented)
|
|
1477
|
-
isPopup(): boolean;
|
|
1478
|
-
// (undocumented)
|
|
1479
|
-
params: MultiselectEditorParams;
|
|
1480
|
-
// (undocumented)
|
|
1481
|
-
refresh(params: MultiselectEditorParams): boolean;
|
|
1482
|
-
// (undocumented)
|
|
1483
|
-
selectedOptions: any[];
|
|
1484
|
-
}
|
|
1485
|
-
|
|
1486
|
-
// @public
|
|
1487
|
-
export interface MultiselectEditorParams extends ICellEditorParams {
|
|
1488
|
-
// (undocumented)
|
|
1489
|
-
allOptionsResourceName: string;
|
|
1490
|
-
// (undocumented)
|
|
1491
|
-
async: boolean;
|
|
1492
|
-
// (undocumented)
|
|
1493
|
-
datasourceOptions: DatasourceOptions[];
|
|
1494
|
-
// (undocumented)
|
|
1495
|
-
labelField: string;
|
|
1496
|
-
// (undocumented)
|
|
1497
|
-
selectedOptionsCallback: (data: any) => Promise<[]>;
|
|
1498
|
-
// (undocumented)
|
|
1499
|
-
valueField: string;
|
|
1500
|
-
// (undocumented)
|
|
1501
|
-
values: any[];
|
|
1502
|
-
}
|
|
1503
|
-
|
|
1504
|
-
// @public
|
|
1505
|
-
export class NumberEditor extends FoundationElement implements ICellEditorComp {
|
|
1506
|
-
// (undocumented)
|
|
1507
|
-
actualWidth: number;
|
|
1508
|
-
// (undocumented)
|
|
1509
|
-
afterGuiAttached(): void;
|
|
1510
|
-
// (undocumented)
|
|
1511
|
-
changeHandler(event: any): void;
|
|
1512
|
-
// (undocumented)
|
|
1513
|
-
getGui(): HTMLElement;
|
|
1514
|
-
// (undocumented)
|
|
1515
|
-
getValue(): number;
|
|
1516
|
-
// (undocumented)
|
|
1517
|
-
init(params: NumberEditorParams): void;
|
|
1518
|
-
// (undocumented)
|
|
1519
|
-
input: any;
|
|
1520
|
-
// (undocumented)
|
|
1521
|
-
isCancelBeforeStart(): boolean;
|
|
1522
|
-
// (undocumented)
|
|
1523
|
-
isPopup(): boolean;
|
|
1524
|
-
// (undocumented)
|
|
1525
|
-
params: NumberEditorParams;
|
|
1526
|
-
// (undocumented)
|
|
1527
|
-
refresh(params: NumberEditorParams): boolean;
|
|
1528
|
-
// (undocumented)
|
|
1529
|
-
value: number;
|
|
1530
|
-
}
|
|
1531
|
-
|
|
1532
|
-
// @public
|
|
1533
|
-
export interface NumberEditorParams extends ICellEditorParams {
|
|
1534
|
-
// (undocumented)
|
|
1535
|
-
disabled: boolean;
|
|
1536
|
-
// (undocumented)
|
|
1537
|
-
formatOptions: any;
|
|
1538
|
-
// (undocumented)
|
|
1539
|
-
onChange: (value: number, params: NumberEditorParams) => void;
|
|
1540
|
-
// (undocumented)
|
|
1541
|
-
placeholder: string;
|
|
1542
|
-
// (undocumented)
|
|
1543
|
-
withFormatting: boolean;
|
|
1544
|
-
}
|
|
1545
|
-
|
|
1546
|
-
// Warning: (ae-internal-missing-underscore) The name "OperationType" should be prefixed with an underscore because the declaration is marked as @internal
|
|
1547
|
-
//
|
|
1548
|
-
// @internal
|
|
1549
|
-
export enum OperationType {
|
|
1550
|
-
// (undocumented)
|
|
1551
|
-
Add = "add",
|
|
1552
|
-
// (undocumented)
|
|
1553
|
-
Remove = "remove",
|
|
1554
|
-
// (undocumented)
|
|
1555
|
-
Update = "update"
|
|
1556
|
-
}
|
|
1557
|
-
|
|
1558
|
-
// @public
|
|
1559
|
-
export class PaginationStatusBarComponent implements IStatusPanelComp {
|
|
1560
|
-
// (undocumented)
|
|
1561
|
-
destroy(): void;
|
|
1562
|
-
// (undocumented)
|
|
1563
|
-
getGui(): HTMLElement;
|
|
1564
|
-
// (undocumented)
|
|
1565
|
-
init(params: IStatusPanelParams): void;
|
|
1566
|
-
}
|
|
1567
|
-
|
|
1568
|
-
// @public
|
|
1569
|
-
export class ReloadStatusBarComponent implements IStatusPanelComp {
|
|
1570
|
-
// (undocumented)
|
|
1571
|
-
destroy(): void;
|
|
1572
|
-
// (undocumented)
|
|
1573
|
-
getGui(): HTMLElement;
|
|
1574
|
-
// (undocumented)
|
|
1575
|
-
init(params: IStatusPanelParams): void;
|
|
1576
|
-
// (undocumented)
|
|
1577
|
-
updateParams(params: ReloadStatusBarParams): void;
|
|
1578
|
-
}
|
|
1579
|
-
|
|
1580
|
-
// @public
|
|
1581
|
-
export type ReloadStatusBarParams = {
|
|
1582
|
-
onReload?: () => void;
|
|
1583
|
-
icon?: string;
|
|
1584
|
-
tooltip?: string;
|
|
1585
|
-
};
|
|
1586
|
-
|
|
1587
|
-
// @public
|
|
1588
|
-
export interface SelectCellRendererParams extends ICellRendererParams {
|
|
1589
|
-
// (undocumented)
|
|
1590
|
-
accessor: string;
|
|
1591
|
-
// (undocumented)
|
|
1592
|
-
defaultValue?: string;
|
|
1593
|
-
// (undocumented)
|
|
1594
|
-
isDisabled?: (rowData: any) => boolean;
|
|
1595
|
-
// (undocumented)
|
|
1596
|
-
onSelect: (value: string, params: SelectCellRendererParams) => void;
|
|
1597
|
-
// (undocumented)
|
|
1598
|
-
options: (rowData: any) => SelectRendererOptions[];
|
|
1599
|
-
// (undocumented)
|
|
1600
|
-
position?: (rowData: any) => string;
|
|
1601
|
-
}
|
|
1602
|
-
|
|
1603
|
-
// @public
|
|
1604
|
-
export class SelectEditor extends FoundationElement implements ICellEditorComp {
|
|
1605
|
-
// (undocumented)
|
|
1606
|
-
actualWidth: number;
|
|
1607
|
-
// (undocumented)
|
|
1608
|
-
afterGuiAttached(): void;
|
|
1609
|
-
// (undocumented)
|
|
1610
|
-
changeHandler(event: any): void;
|
|
1611
|
-
// (undocumented)
|
|
1612
|
-
combobox: any;
|
|
1613
|
-
// (undocumented)
|
|
1614
|
-
getGui(): HTMLElement;
|
|
1615
|
-
// (undocumented)
|
|
1616
|
-
getValue(): string;
|
|
1617
|
-
// (undocumented)
|
|
1618
|
-
init(params: SelectEditorParams): void;
|
|
1619
|
-
// (undocumented)
|
|
1620
|
-
isCancelBeforeStart(): boolean;
|
|
1621
|
-
// (undocumented)
|
|
1622
|
-
isPopup(): boolean;
|
|
1623
|
-
// (undocumented)
|
|
1624
|
-
params: SelectEditorParams;
|
|
1625
|
-
// (undocumented)
|
|
1626
|
-
refresh(params: SelectEditorParams): boolean;
|
|
1627
|
-
// (undocumented)
|
|
1628
|
-
value: string;
|
|
1629
|
-
}
|
|
1630
|
-
|
|
1631
|
-
// @public
|
|
1632
|
-
export interface SelectEditorParams extends ICellEditorParams {
|
|
1633
|
-
// (undocumented)
|
|
1634
|
-
allOptionsResourceName: string;
|
|
1635
|
-
// (undocumented)
|
|
1636
|
-
async: boolean;
|
|
1637
|
-
// (undocumented)
|
|
1638
|
-
datasourceOptions: DatasourceOptions[];
|
|
1639
|
-
// (undocumented)
|
|
1640
|
-
labelField: string;
|
|
1641
|
-
// (undocumented)
|
|
1642
|
-
position?: (rowData: any) => string;
|
|
1643
|
-
// (undocumented)
|
|
1644
|
-
valueField: string;
|
|
1645
|
-
// (undocumented)
|
|
1646
|
-
values: any[];
|
|
1647
|
-
}
|
|
1648
|
-
|
|
1649
|
-
// @public
|
|
1650
|
-
export class SelectRenderer extends FoundationElement implements ICellRendererComp {
|
|
1651
|
-
// (undocumented)
|
|
1652
|
-
destroy(): void;
|
|
1653
|
-
// (undocumented)
|
|
1654
|
-
getGui(): HTMLElement;
|
|
1655
|
-
// (undocumented)
|
|
1656
|
-
init(params: SelectCellRendererParams): void;
|
|
1657
|
-
// (undocumented)
|
|
1658
|
-
isDisabled(data: any): boolean;
|
|
1659
|
-
// (undocumented)
|
|
1660
|
-
params: SelectCellRendererParams;
|
|
1661
|
-
// (undocumented)
|
|
1662
|
-
refresh(params: SelectCellRendererParams): boolean;
|
|
1663
|
-
// (undocumented)
|
|
1664
|
-
selectionChanged: (e: any) => void;
|
|
1665
|
-
// (undocumented)
|
|
1666
|
-
value: string;
|
|
1667
|
-
}
|
|
1668
|
-
|
|
1669
|
-
// @public
|
|
1670
|
-
export interface SelectRendererOptions {
|
|
1671
|
-
// (undocumented)
|
|
1672
|
-
displayName: string;
|
|
1673
|
-
// (undocumented)
|
|
1674
|
-
isDisabled?: (rowData: any) => boolean;
|
|
1675
|
-
// (undocumented)
|
|
1676
|
-
name: string;
|
|
1677
|
-
// (undocumented)
|
|
1678
|
-
tooltip?: string;
|
|
1679
|
-
}
|
|
1680
|
-
|
|
1681
|
-
// Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "StatePersistence" because one of its declarations is marked as @internal
|
|
1682
|
-
//
|
|
1683
|
-
// @public
|
|
1684
|
-
export interface StatePersistence {
|
|
1685
|
-
getColumnState(persistColumnStateKey: string): Promise<ColumnState[]>;
|
|
1686
|
-
getFilterModel(persistFilterModelKey: string): Promise<{
|
|
1687
|
-
[key: string]: any;
|
|
1688
|
-
}>;
|
|
1689
|
-
saveColumnState(persistColumnStateKey: string, columnState: ColumnState[]): Promise<void>;
|
|
1690
|
-
saveFilterModel(persistFilterModelKey: string, filterModel: {
|
|
1691
|
-
[key: string]: any;
|
|
1692
|
-
}): Promise<void>;
|
|
1693
|
-
}
|
|
1694
|
-
|
|
1695
|
-
// @internal
|
|
1696
|
-
export const StatePersistence: InterfaceSymbol<StatePersistence>;
|
|
1697
|
-
|
|
1698
|
-
// @public
|
|
1699
|
-
export class StatusPillRenderer extends FoundationElement implements ICellRendererComp {
|
|
1700
|
-
// (undocumented)
|
|
1701
|
-
destroy(): void;
|
|
1702
|
-
// (undocumented)
|
|
1703
|
-
getGui(): this;
|
|
1704
|
-
// (undocumented)
|
|
1705
|
-
init(params: StatusPillRendererParams): void;
|
|
1706
|
-
// (undocumented)
|
|
1707
|
-
params: StatusPillRendererParams;
|
|
1708
|
-
// (undocumented)
|
|
1709
|
-
refresh(params: any): boolean;
|
|
1710
|
-
}
|
|
1711
|
-
|
|
1712
|
-
// @public
|
|
1713
|
-
export type StatusPillRendererParams = ICellRendererParams & {
|
|
1714
|
-
backgroundColor?: string;
|
|
1715
|
-
iconName?: string;
|
|
1716
|
-
iconSrc?: string;
|
|
1717
|
-
iconInitial?: string;
|
|
1718
|
-
iconInitialBackgroundColor?: string;
|
|
1719
|
-
justifyContent?: string;
|
|
1720
|
-
iconSize?: string;
|
|
1721
|
-
textColor?: string;
|
|
1722
|
-
text?: string;
|
|
1723
|
-
dateCountdown?: number;
|
|
1724
|
-
dateCountdownCompletedMessage?: string;
|
|
1725
|
-
};
|
|
1726
|
-
|
|
1727
|
-
// @public
|
|
1728
|
-
export class StringEditor extends FoundationElement implements ICellEditorComp {
|
|
1729
|
-
// (undocumented)
|
|
1730
|
-
actualWidth: number;
|
|
1731
|
-
// (undocumented)
|
|
1732
|
-
afterGuiAttached(): void;
|
|
1733
|
-
// (undocumented)
|
|
1734
|
-
changeHandler(event: any): void;
|
|
1735
|
-
// (undocumented)
|
|
1736
|
-
getGui(): HTMLElement;
|
|
1737
|
-
// (undocumented)
|
|
1738
|
-
getValue(): string;
|
|
1739
|
-
// (undocumented)
|
|
1740
|
-
init(params: StringEditorParams): void;
|
|
1741
|
-
// (undocumented)
|
|
1742
|
-
input: any;
|
|
1743
|
-
// (undocumented)
|
|
1744
|
-
isCancelBeforeStart(): boolean;
|
|
1745
|
-
// (undocumented)
|
|
1746
|
-
isPopup(): boolean;
|
|
1747
|
-
// (undocumented)
|
|
1748
|
-
params: StringEditorParams;
|
|
1749
|
-
// (undocumented)
|
|
1750
|
-
refresh(params: StringEditorParams): boolean;
|
|
1751
|
-
// (undocumented)
|
|
1752
|
-
value: string;
|
|
1753
|
-
}
|
|
1754
|
-
|
|
1755
|
-
// @public
|
|
1756
|
-
export interface StringEditorParams extends ICellEditorParams {
|
|
1757
|
-
// (undocumented)
|
|
1758
|
-
placeholder: string;
|
|
1759
|
-
}
|
|
1760
|
-
|
|
1761
|
-
// @public
|
|
1762
|
-
export const textFieldRendererStyles: ElementStyles;
|
|
1763
|
-
|
|
1764
|
-
// @public @deprecated (undocumented)
|
|
1765
|
-
export const textRendererStyles: ElementStyles;
|
|
1766
|
-
|
|
1767
|
-
// (No @packageDocumentation comment for this package)
|
|
1768
|
-
|
|
1769
|
-
```
|