imm-element-ui 2.0.3 → 2.0.5
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/esm2022/lib/grid/cell-edit/cell-edit-select.component.mjs +157 -138
- package/esm2022/lib/grid/grid/grid.component.mjs +6 -6
- package/fesm2022/imm-element-ui.mjs +180 -161
- package/fesm2022/imm-element-ui.mjs.map +1 -1
- package/lib/crumb-action/crumb-action.component.d.ts +1 -1
- package/lib/grid/actions/actions.component.d.ts +1 -1
- package/lib/grid/cell-edit/cell-edit-select.component.d.ts +6 -4
- package/lib/grid/grid/grid.component.d.ts +2 -195
- package/lib/grid/grid-utils.d.ts +61 -724
- package/lib/search/pop-date/pop-date.component.d.ts +1 -1
- package/lib/service/themeConfig.service.d.ts +1 -1
- package/package.json +1 -1
package/lib/grid/grid-utils.d.ts
CHANGED
|
@@ -6,200 +6,7 @@ export declare const gridUtils: {
|
|
|
6
6
|
calcRowIds: (api: any, isServerSide: boolean) => any[];
|
|
7
7
|
selectionHandler: (api: any, selectionKeys: any[], startRow: number, dataKey?: string) => void;
|
|
8
8
|
calcGridHeight: (rowCount: number, margin: number) => number;
|
|
9
|
-
getTheme: (themeConfig: ThemeConfigService) => import("ag-grid-enterprise").Theme<
|
|
10
|
-
accentColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
11
|
-
advancedFilterBuilderButtonBarBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
12
|
-
advancedFilterBuilderColumnPillColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
13
|
-
advancedFilterBuilderIndentSize: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
14
|
-
advancedFilterBuilderJoinPillColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
15
|
-
advancedFilterBuilderOptionPillColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
16
|
-
advancedFilterBuilderValuePillColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
17
|
-
backgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
18
|
-
borderColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
19
|
-
borderRadius: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
20
|
-
browserColorScheme: import("ag-grid-community/dist/types/src/theming/theme-types").ColorSchemeValue;
|
|
21
|
-
cellHorizontalPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
22
|
-
cellHorizontalPaddingScale: number;
|
|
23
|
-
cellTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
24
|
-
cellWidgetSpacing: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
25
|
-
chartMenuLabelColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
26
|
-
chartMenuPanelWidth: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
27
|
-
chromeBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
28
|
-
columnBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
29
|
-
columnDropCellBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
30
|
-
columnDropCellTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
31
|
-
columnDropCellDragHandleColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
32
|
-
columnDropCellBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
33
|
-
columnHoverColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
34
|
-
columnSelectIndentSize: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
35
|
-
dialogBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
36
|
-
dialogShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
|
|
37
|
-
cellEditingBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
38
|
-
cellEditingShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
|
|
39
|
-
dragAndDropImageBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
40
|
-
dragAndDropImageBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
41
|
-
dragAndDropImageShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
|
|
42
|
-
dragHandleColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
43
|
-
dropdownShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
|
|
44
|
-
filterToolPanelGroupIndent: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
45
|
-
focusShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
|
|
46
|
-
fontFamily: import("ag-grid-community/dist/types/src/theming/theme-types").FontFamilyValue;
|
|
47
|
-
fontSize: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
48
|
-
dataFontSize: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
49
|
-
footerRowBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
50
|
-
foregroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
51
|
-
spacing: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
52
|
-
headerBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
53
|
-
headerCellBackgroundTransitionDuration: import("ag-grid-community/dist/types/src/theming/theme-types").DurationValue;
|
|
54
|
-
headerCellHoverBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
55
|
-
headerCellMovingBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
56
|
-
headerColumnBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
57
|
-
headerColumnBorderHeight: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
58
|
-
headerColumnResizeHandleColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
59
|
-
headerColumnResizeHandleHeight: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
60
|
-
headerColumnResizeHandleWidth: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
61
|
-
headerFontFamily: import("ag-grid-community/dist/types/src/theming/theme-types").FontFamilyValue;
|
|
62
|
-
cellFontFamily: import("ag-grid-community/dist/types/src/theming/theme-types").FontFamilyValue;
|
|
63
|
-
headerFontSize: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
64
|
-
headerFontWeight: import("ag-grid-community/dist/types/src/theming/theme-types").FontWeightValue;
|
|
65
|
-
headerHeight: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
66
|
-
headerRowBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
67
|
-
headerTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
68
|
-
headerVerticalPaddingScale: number;
|
|
69
|
-
iconButtonHoverBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
70
|
-
iconButtonHoverColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
71
|
-
iconSize: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
72
|
-
invalidColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
73
|
-
listItemHeight: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
74
|
-
menuBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
75
|
-
menuBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
76
|
-
menuSeparatorColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
77
|
-
menuShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
|
|
78
|
-
menuTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
79
|
-
modalOverlayBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
80
|
-
oddRowBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
81
|
-
panelBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
82
|
-
panelTitleBarBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
83
|
-
panelTitleBarBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
84
|
-
pinnedColumnBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
85
|
-
pinnedRowBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
86
|
-
popupShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
|
|
87
|
-
cardShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
|
|
88
|
-
rangeSelectionBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
89
|
-
rangeSelectionBorderColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
90
|
-
rangeSelectionBorderStyle: import("ag-grid-community/dist/types/src/theming/theme-types").BorderStyleValue;
|
|
91
|
-
rangeSelectionChartBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
92
|
-
rangeSelectionChartCategoryBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
93
|
-
rangeSelectionHighlightColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
94
|
-
rowBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
95
|
-
rowGroupIndentSize: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
96
|
-
rowHeight: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
97
|
-
rowHoverColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
98
|
-
rowLoadingSkeletonEffectColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
99
|
-
rowVerticalPaddingScale: number;
|
|
100
|
-
selectCellBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
101
|
-
selectCellBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
102
|
-
selectedRowBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
103
|
-
setFilterIndentSize: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
104
|
-
sideBarBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
105
|
-
sideButtonBarBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
106
|
-
sideBarPanelWidth: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
107
|
-
sidePanelBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
108
|
-
sideButtonBarTopPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
109
|
-
sideButtonSelectedUnderlineWidth: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
110
|
-
sideButtonSelectedUnderlineColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
111
|
-
sideButtonSelectedUnderlineTransitionDuration: import("ag-grid-community/dist/types/src/theming/theme-types").DurationValue;
|
|
112
|
-
sideButtonBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
113
|
-
sideButtonTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
114
|
-
sideButtonHoverBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
115
|
-
sideButtonHoverTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
116
|
-
sideButtonSelectedBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
117
|
-
sideButtonSelectedTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
118
|
-
sideButtonSelectedBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
119
|
-
sideButtonLeftPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
120
|
-
sideButtonRightPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
121
|
-
sideButtonVerticalPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
122
|
-
subtleTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
123
|
-
textColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
124
|
-
toggleButtonWidth: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
125
|
-
toggleButtonHeight: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
126
|
-
toggleButtonOffBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
127
|
-
toggleButtonOnBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
128
|
-
toggleButtonSwitchBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
129
|
-
toggleButtonSwitchInset: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
130
|
-
toolPanelSeparatorBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
131
|
-
tooltipBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
132
|
-
tooltipBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
133
|
-
tooltipTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
134
|
-
valueChangeDeltaDownColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
135
|
-
valueChangeDeltaUpColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
136
|
-
valueChangeValueHighlightBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
137
|
-
widgetContainerHorizontalPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
138
|
-
widgetContainerVerticalPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
139
|
-
widgetHorizontalSpacing: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
140
|
-
widgetVerticalSpacing: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
141
|
-
wrapperBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
142
|
-
wrapperBorderRadius: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
143
|
-
} & {
|
|
144
|
-
checkboxBorderRadius: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
145
|
-
checkboxBorderWidth: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
146
|
-
checkboxCheckedBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
147
|
-
checkboxCheckedBorderColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
148
|
-
checkboxCheckedShapeColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
149
|
-
checkboxCheckedShapeImage: import("ag-grid-community/dist/types/src/theming/theme-types").ImageValue;
|
|
150
|
-
checkboxIndeterminateBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
151
|
-
checkboxIndeterminateBorderColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
152
|
-
checkboxIndeterminateShapeColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
153
|
-
checkboxIndeterminateShapeImage: import("ag-grid-community/dist/types/src/theming/theme-types").ImageValue;
|
|
154
|
-
checkboxUncheckedBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
155
|
-
checkboxUncheckedBorderColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
156
|
-
radioCheckedShapeImage: import("ag-grid-community/dist/types/src/theming/theme-types").ImageValue;
|
|
157
|
-
} & {
|
|
158
|
-
readonly backgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
159
|
-
readonly foregroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
160
|
-
readonly borderColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
161
|
-
readonly chromeBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
162
|
-
readonly browserColorScheme: import("ag-grid-community/dist/types/src/theming/theme-types").ColorSchemeValue;
|
|
163
|
-
} & {
|
|
164
|
-
tabBarBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
165
|
-
tabBarBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
166
|
-
tabTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
167
|
-
tabSelectedTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
168
|
-
tabHoverTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
169
|
-
tabSelectedBorderColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
170
|
-
tabSelectedBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
171
|
-
tabBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
172
|
-
tabBarHorizontalPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
173
|
-
tabBarTopPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
174
|
-
tabBottomPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
175
|
-
tabHorizontalPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
176
|
-
tabHoverBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
177
|
-
tabSelectedBorderWidth: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
178
|
-
tabSelectedUnderlineColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
179
|
-
tabSelectedUnderlineTransitionDuration: import("ag-grid-community/dist/types/src/theming/theme-types").DurationValue;
|
|
180
|
-
tabSelectedUnderlineWidth: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
181
|
-
tabSpacing: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
182
|
-
tabTopPadding: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
183
|
-
} & {
|
|
184
|
-
inputBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
185
|
-
inputBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
186
|
-
inputBorderRadius: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
187
|
-
inputPaddingStart: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
188
|
-
inputFocusBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
189
|
-
inputFocusShadow: import("ag-grid-community/dist/types/src/theming/theme-types").ShadowValue;
|
|
190
|
-
inputDisabledBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
191
|
-
inputDisabledTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
192
|
-
inputInvalidBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
193
|
-
inputDisabledBorder: import("ag-grid-community/dist/types/src/theming/theme-types").BorderValue;
|
|
194
|
-
inputFocusBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
195
|
-
inputFocusTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
196
|
-
inputHeight: import("ag-grid-community/dist/types/src/theming/theme-types").LengthValue;
|
|
197
|
-
inputInvalidBackgroundColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
198
|
-
inputInvalidTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
199
|
-
inputTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
200
|
-
inputPlaceholderTextColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
201
|
-
inputIconColor: import("ag-grid-community/dist/types/src/theming/theme-types").ColorValue;
|
|
202
|
-
}>;
|
|
9
|
+
getTheme: (themeConfig: ThemeConfigService) => import("ag-grid-enterprise").Theme<import("ag-grid-enterprise").ThemeDefaultParams>;
|
|
203
10
|
getLocalText: (local: string) => {
|
|
204
11
|
selectAll: string;
|
|
205
12
|
selectAllSearchResults: string;
|
|
@@ -238,6 +45,35 @@ export declare const gridUtils: {
|
|
|
238
45
|
dateFilter: string;
|
|
239
46
|
setFilter: string;
|
|
240
47
|
groupFilterSelect: string;
|
|
48
|
+
filterSummaryInactive: string;
|
|
49
|
+
filterSummaryContains: string;
|
|
50
|
+
filterSummaryNotContains: string;
|
|
51
|
+
filterSummaryTextEquals: string;
|
|
52
|
+
filterSummaryTextNotEqual: string;
|
|
53
|
+
filterSummaryStartsWith: string;
|
|
54
|
+
filterSummaryEndsWith: string;
|
|
55
|
+
filterSummaryBlank: string;
|
|
56
|
+
filterSummaryNotBlank: string;
|
|
57
|
+
filterSummaryEquals: string;
|
|
58
|
+
filterSummaryNotEqual: string;
|
|
59
|
+
filterSummaryGreaterThan: string;
|
|
60
|
+
filterSummaryGreaterThanOrEqual: string;
|
|
61
|
+
filterSummaryLessThan: string;
|
|
62
|
+
filterSummaryLessThanOrEqual: string;
|
|
63
|
+
filterSummaryInRange: string;
|
|
64
|
+
filterSummaryInRangeValues: string;
|
|
65
|
+
filterSummaryTextQuote: string;
|
|
66
|
+
filterSummaryListInactive: string;
|
|
67
|
+
filterSummaryListSeparator: string;
|
|
68
|
+
filterSummaryListShort: string;
|
|
69
|
+
filterSummaryListLong: string;
|
|
70
|
+
addFilterCard: string;
|
|
71
|
+
agTextColumnFilterDisplayName: string;
|
|
72
|
+
agNumberColumnFilterDisplayName: string;
|
|
73
|
+
agDateColumnFilterDisplayName: string;
|
|
74
|
+
agSetColumnFilterDisplayName: string;
|
|
75
|
+
agMultiColumnFilterDisplayName: string;
|
|
76
|
+
addFilterPlaceholder: string;
|
|
241
77
|
advancedFilterContains: string;
|
|
242
78
|
advancedFilterNotContains: string;
|
|
243
79
|
advancedFilterTextEquals: string;
|
|
@@ -257,6 +93,9 @@ export declare const gridUtils: {
|
|
|
257
93
|
advancedFilterAnd: string;
|
|
258
94
|
advancedFilterOr: string;
|
|
259
95
|
advancedFilterApply: string;
|
|
96
|
+
advancedFilterReset: string;
|
|
97
|
+
advancedFilterCancel: string;
|
|
98
|
+
advancedFilterClear: string;
|
|
260
99
|
advancedFilterBuilder: string;
|
|
261
100
|
advancedFilterValidationMissingColumn: string;
|
|
262
101
|
advancedFilterValidationMissingOption: string;
|
|
@@ -275,6 +114,8 @@ export declare const gridUtils: {
|
|
|
275
114
|
advancedFilterValidationMessageAtEnd: string;
|
|
276
115
|
advancedFilterBuilderTitle: string;
|
|
277
116
|
advancedFilterBuilderApply: string;
|
|
117
|
+
advancedFilterBuilderClear: string;
|
|
118
|
+
advancedFilterBuilderReset: string;
|
|
278
119
|
advancedFilterBuilderCancel: string;
|
|
279
120
|
advancedFilterBuilderAddButtonTooltip: string;
|
|
280
121
|
advancedFilterBuilderRemoveButtonTooltip: string;
|
|
@@ -290,6 +131,13 @@ export declare const gridUtils: {
|
|
|
290
131
|
advancedFilterBuilderValidationSelectColumn: string;
|
|
291
132
|
advancedFilterBuilderValidationSelectOption: string;
|
|
292
133
|
advancedFilterBuilderValidationEnterValue: string;
|
|
134
|
+
minDateValidation: string;
|
|
135
|
+
maxDateValidation: string;
|
|
136
|
+
maxLengthValidation: string;
|
|
137
|
+
minValueValidation: string;
|
|
138
|
+
maxValueValidation: string;
|
|
139
|
+
invalidSelectionValidation: string;
|
|
140
|
+
tooltipValidationErrorSeparator: string;
|
|
293
141
|
columns: string;
|
|
294
142
|
filters: string;
|
|
295
143
|
pivotMode: string;
|
|
@@ -364,535 +212,8 @@ export declare const gridUtils: {
|
|
|
364
212
|
previousPage: string;
|
|
365
213
|
pageSizeSelectorLabel: string;
|
|
366
214
|
footerTotal: string;
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
pivotChart: string;
|
|
370
|
-
chartRange: string;
|
|
371
|
-
columnChart: string;
|
|
372
|
-
groupedColumn: string;
|
|
373
|
-
stackedColumn: string;
|
|
374
|
-
normalizedColumn: string;
|
|
375
|
-
barChart: string;
|
|
376
|
-
groupedBar: string;
|
|
377
|
-
stackedBar: string;
|
|
378
|
-
normalizedBar: string;
|
|
379
|
-
pieChart: string;
|
|
380
|
-
pie: string;
|
|
381
|
-
donut: string;
|
|
382
|
-
line: string;
|
|
383
|
-
xyChart: string;
|
|
384
|
-
scatter: string;
|
|
385
|
-
bubble: string;
|
|
386
|
-
areaChart: string;
|
|
387
|
-
area: string;
|
|
388
|
-
stackedArea: string;
|
|
389
|
-
normalizedArea: string;
|
|
390
|
-
histogramChart: string;
|
|
391
|
-
polarChart: string;
|
|
392
|
-
radarLine: string;
|
|
393
|
-
radarArea: string;
|
|
394
|
-
nightingale: string;
|
|
395
|
-
radialColumn: string;
|
|
396
|
-
radialBar: string;
|
|
397
|
-
statisticalChart: string;
|
|
398
|
-
boxPlot: string;
|
|
399
|
-
rangeBar: string;
|
|
400
|
-
rangeArea: string;
|
|
401
|
-
hierarchicalChart: string;
|
|
402
|
-
treemap: string;
|
|
403
|
-
sunburst: string;
|
|
404
|
-
specializedChart: string;
|
|
405
|
-
waterfall: string;
|
|
406
|
-
heatmap: string;
|
|
407
|
-
combinationChart: string;
|
|
408
|
-
columnLineCombo: string;
|
|
409
|
-
AreaColumnCombo: string;
|
|
410
|
-
pivotChartTitle: string;
|
|
411
|
-
rangeChartTitle: string;
|
|
412
|
-
settings: string;
|
|
413
|
-
data: string;
|
|
414
|
-
format: string;
|
|
415
|
-
categories: string;
|
|
416
|
-
defaultCategory: string;
|
|
417
|
-
series: string;
|
|
418
|
-
switchCategorySeries: string;
|
|
419
|
-
categoryValues: string;
|
|
420
|
-
seriesLabels: string;
|
|
421
|
-
aggregate: string;
|
|
422
|
-
xyValues: string;
|
|
423
|
-
paired: string;
|
|
424
|
-
axis: string;
|
|
425
|
-
xAxis: string;
|
|
426
|
-
yAxis: string;
|
|
427
|
-
polarAxis: string;
|
|
428
|
-
radiusAxis: string;
|
|
429
|
-
navigator: string;
|
|
430
|
-
zoom: string;
|
|
431
|
-
animation: string;
|
|
432
|
-
crosshair: string;
|
|
433
|
-
color: string;
|
|
434
|
-
thickness: string;
|
|
435
|
-
preferredLength: string;
|
|
436
|
-
xType: string;
|
|
437
|
-
axisType: string;
|
|
438
|
-
automatic: string;
|
|
439
|
-
category: string;
|
|
440
|
-
number: string;
|
|
441
|
-
time: string;
|
|
442
|
-
timeFormat: string;
|
|
443
|
-
autoRotate: string;
|
|
444
|
-
labelRotation: string;
|
|
445
|
-
circle: string;
|
|
446
|
-
polygon: string;
|
|
447
|
-
square: string;
|
|
448
|
-
cross: string;
|
|
449
|
-
diamond: string;
|
|
450
|
-
plus: string;
|
|
451
|
-
triangle: string;
|
|
452
|
-
heart: string;
|
|
453
|
-
orientation: string;
|
|
454
|
-
fixed: string;
|
|
455
|
-
parallel: string;
|
|
456
|
-
perpendicular: string;
|
|
457
|
-
radiusAxisPosition: string;
|
|
458
|
-
ticks: string;
|
|
459
|
-
gridLines: string;
|
|
460
|
-
width: string;
|
|
461
|
-
height: string;
|
|
462
|
-
length: string;
|
|
463
|
-
padding: string;
|
|
464
|
-
spacing: string;
|
|
465
|
-
chartStyle: string;
|
|
466
|
-
title: string;
|
|
467
|
-
chartTitles: string;
|
|
468
|
-
chartTitle: string;
|
|
469
|
-
chartSubtitle: string;
|
|
470
|
-
horizontalAxisTitle: string;
|
|
471
|
-
verticalAxisTitle: string;
|
|
472
|
-
polarAxisTitle: string;
|
|
473
|
-
titlePlaceholder: string;
|
|
474
|
-
background: string;
|
|
475
|
-
font: string;
|
|
476
|
-
weight: string;
|
|
477
|
-
top: string;
|
|
478
|
-
right: string;
|
|
479
|
-
bottom: string;
|
|
480
|
-
left: string;
|
|
481
|
-
labels: string;
|
|
482
|
-
calloutLabels: string;
|
|
483
|
-
sectorLabels: string;
|
|
484
|
-
positionRatio: string;
|
|
485
|
-
size: string;
|
|
486
|
-
shape: string;
|
|
487
|
-
minSize: string;
|
|
488
|
-
maxSize: string;
|
|
489
|
-
legend: string;
|
|
490
|
-
position: string;
|
|
491
|
-
markerSize: string;
|
|
492
|
-
markerStroke: string;
|
|
493
|
-
markerPadding: string;
|
|
494
|
-
itemSpacing: string;
|
|
495
|
-
itemPaddingX: string;
|
|
496
|
-
itemPaddingY: string;
|
|
497
|
-
layoutHorizontalSpacing: string;
|
|
498
|
-
layoutVerticalSpacing: string;
|
|
499
|
-
strokeWidth: string;
|
|
500
|
-
offset: string;
|
|
501
|
-
offsets: string;
|
|
502
|
-
tooltips: string;
|
|
503
|
-
callout: string;
|
|
504
|
-
markers: string;
|
|
505
|
-
shadow: string;
|
|
506
|
-
blur: string;
|
|
507
|
-
xOffset: string;
|
|
508
|
-
yOffset: string;
|
|
509
|
-
lineWidth: string;
|
|
510
|
-
lineDash: string;
|
|
511
|
-
lineDashOffset: string;
|
|
512
|
-
scrollingZoom: string;
|
|
513
|
-
scrollingStep: string;
|
|
514
|
-
selectingZoom: string;
|
|
515
|
-
durationMillis: string;
|
|
516
|
-
crosshairLabel: string;
|
|
517
|
-
crosshairSnap: string;
|
|
518
|
-
normal: string;
|
|
519
|
-
bold: string;
|
|
520
|
-
italic: string;
|
|
521
|
-
boldItalic: string;
|
|
522
|
-
predefined: string;
|
|
523
|
-
fillOpacity: string;
|
|
524
|
-
strokeColor: string;
|
|
525
|
-
strokeOpacity: string;
|
|
526
|
-
miniChart: string;
|
|
527
|
-
histogramBinCount: string;
|
|
528
|
-
connectorLine: string;
|
|
529
|
-
seriesItems: string;
|
|
530
|
-
seriesItemType: string;
|
|
531
|
-
seriesItemPositive: string;
|
|
532
|
-
seriesItemNegative: string;
|
|
533
|
-
seriesItemLabels: string;
|
|
534
|
-
columnGroup: string;
|
|
535
|
-
barGroup: string;
|
|
536
|
-
pieGroup: string;
|
|
537
|
-
lineGroup: string;
|
|
538
|
-
scatterGroup: string;
|
|
539
|
-
areaGroup: string;
|
|
540
|
-
polarGroup: string;
|
|
541
|
-
statisticalGroup: string;
|
|
542
|
-
hierarchicalGroup: string;
|
|
543
|
-
specializedGroup: string;
|
|
544
|
-
combinationGroup: string;
|
|
545
|
-
groupedColumnTooltip: string;
|
|
546
|
-
stackedColumnTooltip: string;
|
|
547
|
-
normalizedColumnTooltip: string;
|
|
548
|
-
groupedBarTooltip: string;
|
|
549
|
-
stackedBarTooltip: string;
|
|
550
|
-
normalizedBarTooltip: string;
|
|
551
|
-
pieTooltip: string;
|
|
552
|
-
donutTooltip: string;
|
|
553
|
-
lineTooltip: string;
|
|
554
|
-
groupedAreaTooltip: string;
|
|
555
|
-
stackedAreaTooltip: string;
|
|
556
|
-
normalizedAreaTooltip: string;
|
|
557
|
-
scatterTooltip: string;
|
|
558
|
-
bubbleTooltip: string;
|
|
559
|
-
histogramTooltip: string;
|
|
560
|
-
radialColumnTooltip: string;
|
|
561
|
-
radialBarTooltip: string;
|
|
562
|
-
radarLineTooltip: string;
|
|
563
|
-
radarAreaTooltip: string;
|
|
564
|
-
nightingaleTooltip: string;
|
|
565
|
-
rangeBarTooltip: string;
|
|
566
|
-
rangeAreaTooltip: string;
|
|
567
|
-
boxPlotTooltip: string;
|
|
568
|
-
treemapTooltip: string;
|
|
569
|
-
sunburstTooltip: string;
|
|
570
|
-
waterfallTooltip: string;
|
|
571
|
-
heatmapTooltip: string;
|
|
572
|
-
columnLineComboTooltip: string;
|
|
573
|
-
areaColumnComboTooltip: string;
|
|
574
|
-
customComboTooltip: string;
|
|
575
|
-
innerRadius: string;
|
|
576
|
-
startAngle: string;
|
|
577
|
-
endAngle: string;
|
|
578
|
-
reverseDirection: string;
|
|
579
|
-
groupPadding: string;
|
|
580
|
-
seriesPadding: string;
|
|
581
|
-
tile: string;
|
|
582
|
-
whisker: string;
|
|
583
|
-
cap: string;
|
|
584
|
-
capLengthRatio: string;
|
|
585
|
-
labelPlacement: string;
|
|
586
|
-
inside: string;
|
|
587
|
-
outside: string;
|
|
588
|
-
noDataToChart: string;
|
|
589
|
-
pivotChartRequiresPivotMode: string;
|
|
590
|
-
chartSettingsToolbarTooltip: string;
|
|
591
|
-
chartLinkToolbarTooltip: string;
|
|
592
|
-
chartUnlinkToolbarTooltip: string;
|
|
593
|
-
chartDownloadToolbarTooltip: string;
|
|
594
|
-
chartMenuToolbarTooltip: string;
|
|
595
|
-
chartEdit: string;
|
|
596
|
-
chartAdvancedSettings: string;
|
|
597
|
-
chartLink: string;
|
|
598
|
-
chartUnlink: string;
|
|
599
|
-
chartDownload: string;
|
|
600
|
-
histogramFrequency: string;
|
|
601
|
-
seriesChartType: string;
|
|
602
|
-
seriesType: string;
|
|
603
|
-
secondaryAxis: string;
|
|
604
|
-
seriesAdd: string;
|
|
605
|
-
categoryAdd: string;
|
|
606
|
-
bar: string;
|
|
607
|
-
column: string;
|
|
608
|
-
histogram: string;
|
|
609
|
-
advancedSettings: string;
|
|
610
|
-
direction: string;
|
|
611
|
-
horizontal: string;
|
|
612
|
-
vertical: string;
|
|
613
|
-
seriesGroupType: string;
|
|
614
|
-
groupedSeriesGroupType: string;
|
|
615
|
-
stackedSeriesGroupType: string;
|
|
616
|
-
normalizedSeriesGroupType: string;
|
|
617
|
-
legendEnabled: string;
|
|
618
|
-
invalidColor: string;
|
|
619
|
-
groupedColumnFull: string;
|
|
620
|
-
stackedColumnFull: string;
|
|
621
|
-
normalizedColumnFull: string;
|
|
622
|
-
groupedBarFull: string;
|
|
623
|
-
stackedBarFull: string;
|
|
624
|
-
normalizedBarFull: string;
|
|
625
|
-
stackedAreaFull: string;
|
|
626
|
-
normalizedAreaFull: string;
|
|
627
|
-
customCombo: string;
|
|
628
|
-
ariaAdvancedFilterBuilderItem: string;
|
|
629
|
-
ariaAdvancedFilterBuilderItemValidation: string;
|
|
630
|
-
ariaAdvancedFilterBuilderList: string;
|
|
631
|
-
ariaAdvancedFilterBuilderFilterItem: string;
|
|
632
|
-
ariaAdvancedFilterBuilderGroupItem: string;
|
|
633
|
-
ariaAdvancedFilterBuilderColumn: string;
|
|
634
|
-
ariaAdvancedFilterBuilderOption: string;
|
|
635
|
-
ariaAdvancedFilterBuilderValueP: string;
|
|
636
|
-
ariaAdvancedFilterBuilderJoinOperator: string;
|
|
637
|
-
ariaAdvancedFilterInput: string;
|
|
638
|
-
ariaChecked: string;
|
|
639
|
-
ariaColumn: string;
|
|
640
|
-
ariaColumnGroup: string;
|
|
641
|
-
ariaColumnFiltered: string;
|
|
642
|
-
ariaColumnSelectAll: string;
|
|
643
|
-
ariaDateFilterInput: string;
|
|
644
|
-
ariaDefaultListName: string;
|
|
645
|
-
ariaFilterColumnsInput: string;
|
|
646
|
-
ariaFilterFromValue: string;
|
|
647
|
-
ariaFilterInput: string;
|
|
648
|
-
ariaFilterList: string;
|
|
649
|
-
ariaFilterToValue: string;
|
|
650
|
-
ariaFilterValue: string;
|
|
651
|
-
ariaFilterMenuOpen: string;
|
|
652
|
-
ariaFilteringOperator: string;
|
|
653
|
-
ariaHidden: string;
|
|
654
|
-
ariaIndeterminate: string;
|
|
655
|
-
ariaInputEditor: string;
|
|
656
|
-
ariaMenuColumn: string;
|
|
657
|
-
ariaFilterColumn: string;
|
|
658
|
-
ariaRowDeselect: string;
|
|
659
|
-
ariaRowSelectAll: string;
|
|
660
|
-
ariaRowToggleSelection: string;
|
|
661
|
-
ariaRowSelect: string;
|
|
662
|
-
ariaRowSelectionDisabled: string;
|
|
663
|
-
ariaSearch: string;
|
|
664
|
-
ariaSortableColumn: string;
|
|
665
|
-
ariaToggleVisibility: string;
|
|
666
|
-
ariaToggleCellValue: string;
|
|
667
|
-
ariaUnchecked: string;
|
|
668
|
-
ariaVisible: string;
|
|
669
|
-
ariaSearchFilterValues: string;
|
|
670
|
-
ariaPageSizeSelectorLabel: string;
|
|
671
|
-
ariaChartMenuClose: string;
|
|
672
|
-
ariaChartSelected: string;
|
|
673
|
-
ariaSkeletonCellLoadingFailed: string;
|
|
674
|
-
ariaSkeletonCellLoading: string;
|
|
675
|
-
ariaRowGroupDropZonePanelLabel: string;
|
|
676
|
-
ariaValuesDropZonePanelLabel: string;
|
|
677
|
-
ariaPivotDropZonePanelLabel: string;
|
|
678
|
-
ariaDropZoneColumnComponentDescription: string;
|
|
679
|
-
ariaDropZoneColumnValueItemDescription: string;
|
|
680
|
-
ariaDropZoneColumnGroupItemDescription: string;
|
|
681
|
-
ariaDropZoneColumnComponentAggFuncSeparator: string;
|
|
682
|
-
ariaDropZoneColumnComponentSortAscending: string;
|
|
683
|
-
ariaDropZoneColumnComponentSortDescending: string;
|
|
684
|
-
ariaLabelDialog: string;
|
|
685
|
-
ariaLabelColumnMenu: string;
|
|
686
|
-
ariaLabelColumnFilter: string;
|
|
687
|
-
ariaLabelCellEditor: string;
|
|
688
|
-
ariaLabelSelectField: string;
|
|
689
|
-
ariaLabelRichSelectField: string;
|
|
690
|
-
ariaLabelRichSelectToggleSelection: string;
|
|
691
|
-
ariaLabelRichSelectDeselectAllItems: string;
|
|
692
|
-
ariaLabelRichSelectDeleteSelection: string;
|
|
693
|
-
ariaLabelTooltip: string;
|
|
694
|
-
ariaLabelContextMenu: string;
|
|
695
|
-
ariaLabelSubMenu: string;
|
|
696
|
-
ariaLabelAggregationFunction: string;
|
|
697
|
-
ariaLabelAdvancedFilterAutocomplete: string;
|
|
698
|
-
ariaLabelAdvancedFilterBuilderAddField: string;
|
|
699
|
-
ariaLabelAdvancedFilterBuilderColumnSelectField: string;
|
|
700
|
-
ariaLabelAdvancedFilterBuilderOptionSelectField: string;
|
|
701
|
-
ariaLabelAdvancedFilterBuilderJoinSelectField: string;
|
|
702
|
-
ariaColumnPanelList: string;
|
|
703
|
-
ariaFilterPanelList: string;
|
|
704
|
-
thousandSeparator: string;
|
|
705
|
-
decimalSeparator: string;
|
|
706
|
-
true: string;
|
|
707
|
-
false: string;
|
|
708
|
-
invalidDate: string;
|
|
709
|
-
invalidNumber: string;
|
|
710
|
-
january: string;
|
|
711
|
-
february: string;
|
|
712
|
-
march: string;
|
|
713
|
-
april: string;
|
|
714
|
-
may: string;
|
|
715
|
-
june: string;
|
|
716
|
-
july: string;
|
|
717
|
-
august: string;
|
|
718
|
-
september: string;
|
|
719
|
-
october: string;
|
|
720
|
-
november: string;
|
|
721
|
-
december: string;
|
|
722
|
-
timeFormatSlashesDDMMYYYY: string;
|
|
723
|
-
timeFormatSlashesMMDDYYYY: string;
|
|
724
|
-
timeFormatSlashesDDMMYY: string;
|
|
725
|
-
timeFormatSlashesMMDDYY: string;
|
|
726
|
-
timeFormatDotsDDMYY: string;
|
|
727
|
-
timeFormatDotsMDDYY: string;
|
|
728
|
-
timeFormatDashesYYYYMMDD: string;
|
|
729
|
-
timeFormatSpacesDDMMMMYYYY: string;
|
|
730
|
-
timeFormatHHMMSS: string;
|
|
731
|
-
timeFormatHHMMSSAmPm: string;
|
|
732
|
-
} | {
|
|
733
|
-
selectAll: string;
|
|
734
|
-
selectAllSearchResults: string;
|
|
735
|
-
addCurrentSelectionToFilter: string;
|
|
736
|
-
searchOoo: string;
|
|
737
|
-
blanks: string;
|
|
738
|
-
noMatches: string;
|
|
739
|
-
filterOoo: string;
|
|
740
|
-
equals: string;
|
|
741
|
-
notEqual: string;
|
|
742
|
-
blank: string;
|
|
743
|
-
notBlank: string;
|
|
744
|
-
empty: string;
|
|
745
|
-
lessThan: string;
|
|
746
|
-
greaterThan: string;
|
|
747
|
-
lessThanOrEqual: string;
|
|
748
|
-
greaterThanOrEqual: string;
|
|
749
|
-
inRange: string;
|
|
750
|
-
inRangeStart: string;
|
|
751
|
-
inRangeEnd: string;
|
|
752
|
-
contains: string;
|
|
753
|
-
notContains: string;
|
|
754
|
-
startsWith: string;
|
|
755
|
-
endsWith: string;
|
|
756
|
-
dateFormatOoo: string;
|
|
757
|
-
before: string;
|
|
758
|
-
after: string;
|
|
759
|
-
andCondition: string;
|
|
760
|
-
orCondition: string;
|
|
761
|
-
applyFilter: string;
|
|
762
|
-
resetFilter: string;
|
|
763
|
-
clearFilter: string;
|
|
764
|
-
cancelFilter: string;
|
|
765
|
-
textFilter: string;
|
|
766
|
-
numberFilter: string;
|
|
767
|
-
dateFilter: string;
|
|
768
|
-
setFilter: string;
|
|
769
|
-
groupFilterSelect: string;
|
|
770
|
-
advancedFilterContains: string;
|
|
771
|
-
advancedFilterNotContains: string;
|
|
772
|
-
advancedFilterTextEquals: string;
|
|
773
|
-
advancedFilterTextNotEqual: string;
|
|
774
|
-
advancedFilterStartsWith: string;
|
|
775
|
-
advancedFilterEndsWith: string;
|
|
776
|
-
advancedFilterBlank: string;
|
|
777
|
-
advancedFilterNotBlank: string;
|
|
778
|
-
advancedFilterEquals: string;
|
|
779
|
-
advancedFilterNotEqual: string;
|
|
780
|
-
advancedFilterGreaterThan: string;
|
|
781
|
-
advancedFilterGreaterThanOrEqual: string;
|
|
782
|
-
advancedFilterLessThan: string;
|
|
783
|
-
advancedFilterLessThanOrEqual: string;
|
|
784
|
-
advancedFilterTrue: string;
|
|
785
|
-
advancedFilterFalse: string;
|
|
786
|
-
advancedFilterAnd: string;
|
|
787
|
-
advancedFilterOr: string;
|
|
788
|
-
advancedFilterApply: string;
|
|
789
|
-
advancedFilterBuilder: string;
|
|
790
|
-
advancedFilterValidationMissingColumn: string;
|
|
791
|
-
advancedFilterValidationMissingOption: string;
|
|
792
|
-
advancedFilterValidationMissingValue: string;
|
|
793
|
-
advancedFilterValidationInvalidColumn: string;
|
|
794
|
-
advancedFilterValidationInvalidOption: string;
|
|
795
|
-
advancedFilterValidationMissingQuote: string;
|
|
796
|
-
advancedFilterValidationNotANumber: string;
|
|
797
|
-
advancedFilterValidationInvalidDate: string;
|
|
798
|
-
advancedFilterValidationMissingCondition: string;
|
|
799
|
-
advancedFilterValidationJoinOperatorMismatch: string;
|
|
800
|
-
advancedFilterValidationInvalidJoinOperator: string;
|
|
801
|
-
advancedFilterValidationMissingEndBracket: string;
|
|
802
|
-
advancedFilterValidationExtraEndBracket: string;
|
|
803
|
-
advancedFilterValidationMessage: string;
|
|
804
|
-
advancedFilterValidationMessageAtEnd: string;
|
|
805
|
-
advancedFilterBuilderTitle: string;
|
|
806
|
-
advancedFilterBuilderApply: string;
|
|
807
|
-
advancedFilterBuilderCancel: string;
|
|
808
|
-
advancedFilterBuilderAddButtonTooltip: string;
|
|
809
|
-
advancedFilterBuilderRemoveButtonTooltip: string;
|
|
810
|
-
advancedFilterBuilderMoveUpButtonTooltip: string;
|
|
811
|
-
advancedFilterBuilderMoveDownButtonTooltip: string;
|
|
812
|
-
advancedFilterBuilderAddJoin: string;
|
|
813
|
-
advancedFilterBuilderAddCondition: string;
|
|
814
|
-
advancedFilterBuilderSelectColumn: string;
|
|
815
|
-
advancedFilterBuilderSelectOption: string;
|
|
816
|
-
advancedFilterBuilderEnterValue: string;
|
|
817
|
-
advancedFilterBuilderValidationAlreadyApplied: string;
|
|
818
|
-
advancedFilterBuilderValidationIncomplete: string;
|
|
819
|
-
advancedFilterBuilderValidationSelectColumn: string;
|
|
820
|
-
advancedFilterBuilderValidationSelectOption: string;
|
|
821
|
-
advancedFilterBuilderValidationEnterValue: string;
|
|
822
|
-
columns: string;
|
|
823
|
-
filters: string;
|
|
824
|
-
pivotMode: string;
|
|
825
|
-
groups: string;
|
|
826
|
-
rowGroupColumnsEmptyMessage: string;
|
|
827
|
-
values: string;
|
|
828
|
-
valueColumnsEmptyMessage: string;
|
|
829
|
-
pivots: string;
|
|
830
|
-
pivotColumnsEmptyMessage: string;
|
|
831
|
-
group: string;
|
|
832
|
-
rowDragRow: string;
|
|
833
|
-
rowDragRows: string;
|
|
834
|
-
loadingOoo: string;
|
|
835
|
-
loadingError: string;
|
|
836
|
-
noRowsToShow: string;
|
|
837
|
-
enabled: string;
|
|
838
|
-
pinColumn: string;
|
|
839
|
-
pinLeft: string;
|
|
840
|
-
pinRight: string;
|
|
841
|
-
noPin: string;
|
|
842
|
-
valueAggregation: string;
|
|
843
|
-
noAggregation: string;
|
|
844
|
-
autosizeThisColumn: string;
|
|
845
|
-
autosizeAllColumns: string;
|
|
846
|
-
groupBy: string;
|
|
847
|
-
ungroupBy: string;
|
|
848
|
-
ungroupAll: string;
|
|
849
|
-
addToValues: string;
|
|
850
|
-
removeFromValues: string;
|
|
851
|
-
addToLabels: string;
|
|
852
|
-
removeFromLabels: string;
|
|
853
|
-
resetColumns: string;
|
|
854
|
-
expandAll: string;
|
|
855
|
-
collapseAll: string;
|
|
856
|
-
copy: string;
|
|
857
|
-
ctrlC: string;
|
|
858
|
-
ctrlX: string;
|
|
859
|
-
copyWithHeaders: string;
|
|
860
|
-
copyWithGroupHeaders: string;
|
|
861
|
-
cut: string;
|
|
862
|
-
paste: string;
|
|
863
|
-
ctrlV: string;
|
|
864
|
-
export: string;
|
|
865
|
-
csvExport: string;
|
|
866
|
-
excelExport: string;
|
|
867
|
-
columnFilter: string;
|
|
868
|
-
columnChooser: string;
|
|
869
|
-
chooseColumns: string;
|
|
870
|
-
sortAscending: string;
|
|
871
|
-
sortDescending: string;
|
|
872
|
-
sortUnSort: string;
|
|
873
|
-
sum: string;
|
|
874
|
-
first: string;
|
|
875
|
-
last: string;
|
|
876
|
-
min: string;
|
|
877
|
-
max: string;
|
|
878
|
-
none: string;
|
|
879
|
-
count: string;
|
|
880
|
-
avg: string;
|
|
881
|
-
filteredRows: string;
|
|
882
|
-
selectedRows: string;
|
|
883
|
-
totalRows: string;
|
|
884
|
-
totalAndFilteredRows: string;
|
|
885
|
-
more: string;
|
|
886
|
-
to: string;
|
|
887
|
-
of: string;
|
|
888
|
-
page: string;
|
|
889
|
-
pageLastRowUnknown: string;
|
|
890
|
-
nextPage: string;
|
|
891
|
-
lastPage: string;
|
|
892
|
-
firstPage: string;
|
|
893
|
-
previousPage: string;
|
|
894
|
-
pageSizeSelectorLabel: string;
|
|
895
|
-
footerTotal: string;
|
|
215
|
+
statusBarLastRowUnknown: string;
|
|
216
|
+
scrollColumnIntoView: string;
|
|
896
217
|
pivotColumnGroupTotals: string;
|
|
897
218
|
pivotChartAndPivotMode: string;
|
|
898
219
|
pivotChart: string;
|
|
@@ -1168,6 +489,10 @@ export declare const gridUtils: {
|
|
|
1168
489
|
dropOff: string;
|
|
1169
490
|
stageLabels: string;
|
|
1170
491
|
reverse: string;
|
|
492
|
+
tooltipMode: string;
|
|
493
|
+
tooltipModeSingle: string;
|
|
494
|
+
tooltipModeShared: string;
|
|
495
|
+
tooltipModeCompact: string;
|
|
1171
496
|
ariaAdvancedFilterBuilderItem: string;
|
|
1172
497
|
ariaAdvancedFilterBuilderItemValidation: string;
|
|
1173
498
|
ariaAdvancedFilterBuilderList: string;
|
|
@@ -1217,6 +542,8 @@ export declare const gridUtils: {
|
|
|
1217
542
|
ariaChartSelected: string;
|
|
1218
543
|
ariaSkeletonCellLoadingFailed: string;
|
|
1219
544
|
ariaSkeletonCellLoading: string;
|
|
545
|
+
ariaDeferSkeletonCellLoading: string;
|
|
546
|
+
ariaPendingChange: string;
|
|
1220
547
|
ariaRowGroupDropZonePanelLabel: string;
|
|
1221
548
|
ariaValuesDropZonePanelLabel: string;
|
|
1222
549
|
ariaPivotDropZonePanelLabel: string;
|
|
@@ -1229,8 +556,8 @@ export declare const gridUtils: {
|
|
|
1229
556
|
ariaLabelDialog: string;
|
|
1230
557
|
ariaLabelColumnMenu: string;
|
|
1231
558
|
ariaLabelColumnFilter: string;
|
|
1232
|
-
ariaLabelCellEditor: string;
|
|
1233
559
|
ariaLabelSelectField: string;
|
|
560
|
+
ariaValidationErrorPrefix: string;
|
|
1234
561
|
ariaLabelLoadingContextMenu: string;
|
|
1235
562
|
ariaLabelRichSelectField: string;
|
|
1236
563
|
ariaLabelRichSelectToggleSelection: string;
|
|
@@ -1247,6 +574,9 @@ export declare const gridUtils: {
|
|
|
1247
574
|
ariaLabelAdvancedFilterBuilderJoinSelectField: string;
|
|
1248
575
|
ariaColumnPanelList: string;
|
|
1249
576
|
ariaFilterPanelList: string;
|
|
577
|
+
ariaLabelAddFilterField: string;
|
|
578
|
+
ariaLabelFilterCardDelete: string;
|
|
579
|
+
ariaLabelFilterCardHasEdits: string;
|
|
1250
580
|
thousandSeparator: string;
|
|
1251
581
|
decimalSeparator: string;
|
|
1252
582
|
true: string;
|
|
@@ -1265,6 +595,13 @@ export declare const gridUtils: {
|
|
|
1265
595
|
october: string;
|
|
1266
596
|
november: string;
|
|
1267
597
|
december: string;
|
|
598
|
+
year: string;
|
|
599
|
+
quarter: string;
|
|
600
|
+
month: string;
|
|
601
|
+
day: string;
|
|
602
|
+
hour: string;
|
|
603
|
+
minute: string;
|
|
604
|
+
second: string;
|
|
1268
605
|
timeFormatSlashesDDMMYYYY: string;
|
|
1269
606
|
timeFormatSlashesMMDDYYYY: string;
|
|
1270
607
|
timeFormatSlashesDDMMYY: string;
|