@adaptabletools/adaptable-cjs 20.0.0-canary.2 → 20.0.0-canary.20
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/base.css +1288 -898
- package/base.css.map +1 -1
- package/index.css +428 -898
- package/index.css.map +1 -1
- package/package.json +4 -4
- package/src/AdaptableInterfaces/IAdaptable.d.ts +2 -1
- package/src/AdaptableOptions/CellSummaryOptions.d.ts +1 -1
- package/src/AdaptableOptions/ContainerOptions.d.ts +0 -7
- package/src/AdaptableOptions/DashboardOptions.d.ts +1 -1
- package/src/AdaptableOptions/DefaultAdaptableOptions.js +2 -2
- package/src/AdaptableOptions/EditOptions.d.ts +14 -3
- package/src/AdaptableOptions/ExportOptions.d.ts +11 -20
- package/src/AdaptableOptions/PredicateOptions.d.ts +4 -4
- package/src/AdaptableOptions/QuickSearchOptions.d.ts +2 -2
- package/src/AdaptableOptions/UserInterfaceOptions.d.ts +7 -0
- package/src/Api/ExportApi.d.ts +1 -6
- package/src/Api/Fdc3Api.d.ts +5 -3
- package/src/Api/Implementation/AdaptableApiImpl.js +1 -0
- package/src/Api/Implementation/ColumnFilterApiImpl.js +3 -3
- package/src/Api/Implementation/ExportApiImpl.d.ts +1 -2
- package/src/Api/Implementation/ExportApiImpl.js +17 -10
- package/src/Api/Implementation/Fdc3ApiImpl.d.ts +3 -3
- package/src/Api/Implementation/Fdc3ApiImpl.js +4 -4
- package/src/Api/Implementation/LayoutHelpers.js +8 -27
- package/src/Api/Implementation/PredicateApiImpl.js +1 -1
- package/src/Api/Implementation/ScheduleApiImpl.js +1 -1
- package/src/Api/Implementation/StyledColumnApiImpl.js +1 -1
- package/src/Api/Implementation/ThemeApiImpl.js +3 -1
- package/src/Api/Internal/ActionColumnInternalApi.js +16 -19
- package/src/Api/Internal/AdaptableInternalApi.js +1 -1
- package/src/Api/Internal/ColumnFilterInternalApi.js +2 -2
- package/src/Api/Internal/ColumnInternalApi.js +1 -2
- package/src/Api/Internal/EventInternalApi.js +6 -1
- package/src/Api/Internal/ExportInternalApi.d.ts +10 -6
- package/src/Api/Internal/ExportInternalApi.js +105 -136
- package/src/Api/Internal/RowFormInternalApi.js +1 -1
- package/src/Api/ThemeApi.d.ts +2 -0
- package/src/PredefinedConfig/AlertState.d.ts +1 -1
- package/src/PredefinedConfig/Common/AdaptableColumnContext.d.ts +1 -1
- package/src/PredefinedConfig/Common/AdaptablePredicate.d.ts +1 -1
- package/src/PredefinedConfig/Common/AdaptablePredicate.js +32 -48
- package/src/PredefinedConfig/Common/ColumnFilter.d.ts +6 -2
- package/src/PredefinedConfig/ExportState.d.ts +10 -17
- package/src/PredefinedConfig/FlashingCellState.d.ts +1 -1
- package/src/PredefinedConfig/LayoutState.d.ts +17 -17
- package/src/PredefinedConfig/StyledColumnState.d.ts +1 -1
- package/src/Redux/ActionsReducers/LayoutRedux.d.ts +4 -3
- package/src/Redux/ActionsReducers/LayoutRedux.js +3 -3
- package/src/Redux/Store/AdaptableStore.js +2 -2
- package/src/Strategy/ColumnFilterModule.js +4 -4
- package/src/Strategy/StyledColumnModule.js +6 -6
- package/src/Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions.js +5 -6
- package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.js +9 -10
- package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.js +27 -27
- package/src/Utilities/Helpers/AdaptableHelper.d.ts +2 -0
- package/src/Utilities/Helpers/AdaptableHelper.js +12 -1
- package/src/Utilities/Helpers/DateHelper.js +3 -5
- package/src/Utilities/Helpers/FormatHelper.js +19 -6
- package/src/Utilities/ObjectFactory.js +1 -0
- package/src/Utilities/Services/Fdc3Service.d.ts +2 -2
- package/src/Utilities/Services/Fdc3Service.js +7 -2
- package/src/Utilities/Services/ThemeService.d.ts +1 -1
- package/src/Utilities/Services/ThemeService.js +5 -5
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizard.js +41 -0
- package/src/View/ColumnInfo/ColumnInfo.js +0 -1
- package/src/View/Comments/CommentsEditor.js +5 -2
- package/src/View/Comments/CommentsPopup.js +5 -2
- package/src/View/Components/ColumnFilter/ColumnFilter.d.ts +1 -1
- package/src/View/Components/ColumnFilter/ColumnFilter.js +4 -2
- package/src/View/Components/ColumnFilter/FloatingFilter.js +1 -1
- package/src/View/Components/ColumnFilter/LayoutColumnFilter.js +1 -1
- package/src/View/Components/ColumnFilter/useAdaptableFilterWrapper.d.ts +1 -1
- package/src/View/Components/ColumnFilter/useAdaptableFilterWrapper.js +6 -2
- package/src/View/Components/ColumnFilter/utils.js +2 -2
- package/src/View/Components/FilterForm/ListBoxFilterForm.js +3 -3
- package/src/View/Dashboard/CustomToolbar.js +2 -2
- package/src/View/DataChangeHistory/DataChangeHistoryPopup.js +4 -1
- package/src/View/Filter/FilterSummary.js +1 -1
- package/src/View/GridInfo/GridInfoPopup/AdaptableObjectsSummary.js +6 -2
- package/src/View/GridInfo/GridInfoPopup/GridInfoPopup.js +7 -2
- package/src/View/Note/NotePopup.js +5 -2
- package/src/View/QuickSearch/QuickSearchPopup.js +2 -2
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReport.d.ts +2 -0
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsReport.js +18 -2
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsSummary.js +4 -0
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsWizard.js +2 -1
- package/src/View/StatusBar/AdaptableStatusBar.js +7 -5
- package/src/View/StyledColumn/Wizard/StyledColumnSparklineSettingsSection.d.ts +3 -4
- package/src/View/StyledColumn/Wizard/StyledColumnSparklineSettingsSection.js +348 -191
- package/src/View/StyledColumn/Wizard/StyledColumnWizard.js +2 -2
- package/src/View/StyledColumn/Wizard/StyledColumnWizardColumnSection.js +1 -1
- package/src/View/StyledColumn/Wizard/StyledColumnWizardTypeSection.js +4 -4
- package/src/agGrid/AdaptableAgGrid.d.ts +4 -8
- package/src/agGrid/AdaptableAgGrid.js +71 -117
- package/src/agGrid/AgGridAdapter.d.ts +1 -1
- package/src/agGrid/AgGridAdapter.js +5 -6
- package/src/agGrid/AgGridColumnAdapter.js +5 -10
- package/src/agGrid/AgGridExportAdapter.d.ts +24 -1
- package/src/agGrid/AgGridExportAdapter.js +24 -25
- package/src/agGrid/AgGridThemeAdapter.d.ts +19 -0
- package/src/agGrid/AgGridThemeAdapter.js +126 -0
- package/src/agGrid/cellRenderers/BadgeRenderer.js +2 -1
- package/src/agGrid/editors/AdaptableDateEditor/InternalAdaptableDateEditor.js +2 -2
- package/src/components/ColorPicker/ColorPicker.js +2 -2
- package/src/components/Datepicker/DatepickerContext.d.ts +1 -0
- package/src/components/Datepicker/index.d.ts +1 -0
- package/src/components/OverlayTrigger/useAgGridClassName.js +1 -1
- package/src/components/Select/Select.d.ts +1 -0
- package/src/components/Select/Select.js +30 -7
- package/src/env.js +2 -2
- package/src/metamodel/adaptable.metamodel.d.ts +23 -15
- package/src/metamodel/adaptable.metamodel.js +1 -1
- package/src/migration/VersionUpgrade20.d.ts +3 -0
- package/src/migration/VersionUpgrade20.js +141 -12
- package/src/types.d.ts +3 -3
- package/tsconfig.cjs.tsbuildinfo +1 -1
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { VersionUpgrade } from './VersionUpgrade';
|
|
2
2
|
import { AdaptableState } from '../PredefinedConfig/AdaptableState';
|
|
3
|
+
import { AdaptableColumnDataType } from '../PredefinedConfig/Common/AdaptableColumn';
|
|
4
|
+
export declare function mapOldTypeToDataType(previousType: string): AdaptableColumnDataType;
|
|
3
5
|
export declare class VersionUpgrade20 extends VersionUpgrade {
|
|
4
6
|
migrateState(state: AdaptableState): AdaptableState;
|
|
5
7
|
private migrateLayoutState;
|
|
6
8
|
private migrateColTypeToDataType;
|
|
9
|
+
private migrateSparklineState;
|
|
7
10
|
}
|
|
@@ -1,24 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VersionUpgrade20 = void 0;
|
|
3
|
+
exports.VersionUpgrade20 = exports.mapOldTypeToDataType = void 0;
|
|
4
4
|
const VersionUpgrade_1 = require("./VersionUpgrade");
|
|
5
5
|
const agGridDataTypeDefinitions_1 = require("../agGrid/agGridDataTypeDefinitions");
|
|
6
6
|
function transition_pre_20(layout) {
|
|
7
7
|
const l = layout;
|
|
8
|
-
if (l.
|
|
9
|
-
const oldAggs = l.AggregationColumns || {};
|
|
10
|
-
const newAggs = Object.entries(oldAggs).map(([colId, aggFunc]) => ({
|
|
11
|
-
ColumnId: colId,
|
|
12
|
-
AggFunc: aggFunc,
|
|
13
|
-
}));
|
|
14
|
-
layout.TableAggregationColumns = newAggs;
|
|
15
|
-
}
|
|
16
|
-
if (l.Columns) {
|
|
8
|
+
if (l.Columns && !l.EnablePivot) {
|
|
17
9
|
layout.TableColumns = l.Columns;
|
|
18
10
|
delete l.Columns;
|
|
11
|
+
delete layout.PivotColumns;
|
|
19
12
|
}
|
|
20
13
|
if (l.PinnedColumnsMap) {
|
|
21
|
-
layout.ColumnPinning = l.PinnedColumnsMap;
|
|
14
|
+
layout.ColumnPinning = { ...l.PinnedColumnsMap };
|
|
22
15
|
delete l.PinnedColumnsMap;
|
|
23
16
|
}
|
|
24
17
|
if (l.ColumnHeadersMap) {
|
|
@@ -31,10 +24,76 @@ function transition_pre_20(layout) {
|
|
|
31
24
|
}
|
|
32
25
|
if (l.EnablePivot) {
|
|
33
26
|
layout.PivotColumns = l.PivotColumns || [];
|
|
27
|
+
delete l.Columns;
|
|
28
|
+
delete layout.TableColumns;
|
|
29
|
+
delete l.EnablePivot;
|
|
34
30
|
if (l.AggregationColumns) {
|
|
35
|
-
layout.PivotAggregationColumns =
|
|
31
|
+
layout.PivotAggregationColumns = (Object.entries(l.AggregationColumns) || []).map(([ColumnId, AggFunc]) => {
|
|
32
|
+
return {
|
|
33
|
+
ColumnId,
|
|
34
|
+
AggFunc,
|
|
35
|
+
};
|
|
36
|
+
});
|
|
37
|
+
delete layout.TableAggregationColumns;
|
|
38
|
+
delete l.AggregationColumns;
|
|
39
|
+
}
|
|
40
|
+
if (l.RowGroupedColumns) {
|
|
41
|
+
layout.PivotGroupedColumns = l.RowGroupedColumns;
|
|
42
|
+
delete l.RowGroupedColumns;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
else {
|
|
46
|
+
if (l.AggregationColumns && !Array.isArray(l.AggregationColumns)) {
|
|
47
|
+
const oldAggs = l.AggregationColumns || {};
|
|
48
|
+
const newAggs = Object.entries(oldAggs).map(([ColumnId, AggFunc]) => ({
|
|
49
|
+
ColumnId,
|
|
50
|
+
AggFunc,
|
|
51
|
+
}));
|
|
52
|
+
layout.TableAggregationColumns = newAggs;
|
|
53
|
+
delete l.AggregationColumns;
|
|
36
54
|
}
|
|
37
55
|
}
|
|
56
|
+
if (l.ExpandedRowGroupValues) {
|
|
57
|
+
layout.RowGroupValues = {
|
|
58
|
+
RowGroupDefaultBehavior: 'collapsed',
|
|
59
|
+
ExceptionGroupKeys: l.ExpandedRowGroupValues,
|
|
60
|
+
};
|
|
61
|
+
delete l.ExpandedRowGroupValues;
|
|
62
|
+
}
|
|
63
|
+
if (Array.isArray(l.ColumnFilters)) {
|
|
64
|
+
layout.ColumnFilters = l.ColumnFilters.map((columnFilter) => {
|
|
65
|
+
const filter = {
|
|
66
|
+
...columnFilter,
|
|
67
|
+
};
|
|
68
|
+
// version 19 had a single predicate
|
|
69
|
+
// while version 20 has an array of predicates
|
|
70
|
+
// @ts-ignore
|
|
71
|
+
if (filter.Predicate) {
|
|
72
|
+
// @ts-ignore
|
|
73
|
+
filter.Predicates = [filter.Predicate];
|
|
74
|
+
// @ts-ignore
|
|
75
|
+
delete filter.Predicate;
|
|
76
|
+
}
|
|
77
|
+
if (!Array.isArray(filter.Predicates)) {
|
|
78
|
+
filter.Predicates = [];
|
|
79
|
+
}
|
|
80
|
+
filter.Predicates = filter.Predicates.map((p) => {
|
|
81
|
+
// the following predicate ids were renamed:
|
|
82
|
+
// Values -> In
|
|
83
|
+
if (p.PredicateId === 'Values') {
|
|
84
|
+
p = { ...p };
|
|
85
|
+
p.PredicateId = 'In';
|
|
86
|
+
}
|
|
87
|
+
// ExcludeValues -> NotIn
|
|
88
|
+
if (p.PredicateId === 'ExcludeValues') {
|
|
89
|
+
p = { ...p };
|
|
90
|
+
p.PredicateId = 'NotIn';
|
|
91
|
+
}
|
|
92
|
+
return p;
|
|
93
|
+
});
|
|
94
|
+
return filter;
|
|
95
|
+
});
|
|
96
|
+
}
|
|
38
97
|
return layout;
|
|
39
98
|
}
|
|
40
99
|
function hasUpToDateDataType(dataType) {
|
|
@@ -76,10 +135,12 @@ function mapOldTypeToDataType(previousType) {
|
|
|
76
135
|
return 'unknown';
|
|
77
136
|
}
|
|
78
137
|
}
|
|
138
|
+
exports.mapOldTypeToDataType = mapOldTypeToDataType;
|
|
79
139
|
class VersionUpgrade20 extends VersionUpgrade_1.VersionUpgrade {
|
|
80
140
|
migrateState(state) {
|
|
81
141
|
this.migrateLayoutState(state);
|
|
82
142
|
this.migrateColTypeToDataType(state);
|
|
143
|
+
this.migrateSparklineState(state);
|
|
83
144
|
return state;
|
|
84
145
|
}
|
|
85
146
|
migrateLayoutState(state) {
|
|
@@ -130,5 +191,73 @@ class VersionUpgrade20 extends VersionUpgrade_1.VersionUpgrade {
|
|
|
130
191
|
});
|
|
131
192
|
}
|
|
132
193
|
}
|
|
194
|
+
migrateSparklineState(state) {
|
|
195
|
+
this.logger.info(`Migration of Sparkline State`);
|
|
196
|
+
const sparklineState = state.StyledColumn;
|
|
197
|
+
if (sparklineState && sparklineState.StyledColumns) {
|
|
198
|
+
sparklineState.StyledColumns.forEach((styledColumn) => {
|
|
199
|
+
// @ts-ignore renamed 'SparkLineStyle' to 'SparklineStyle'
|
|
200
|
+
if (styledColumn.SparkLineStyle == undefined) {
|
|
201
|
+
return;
|
|
202
|
+
}
|
|
203
|
+
// @ts-ignore renamed 'SparkLineStyle' to 'SparklineStyle'
|
|
204
|
+
// @ts-ignore
|
|
205
|
+
styledColumn.SparklineStyle = styledColumn.SparkLineStyle;
|
|
206
|
+
// @ts-ignore
|
|
207
|
+
delete styledColumn.SparkLineStyle;
|
|
208
|
+
// @ts-ignore the previous type was "column"
|
|
209
|
+
if (styledColumn.SparklineStyle?.options?.type === 'column') {
|
|
210
|
+
// @ts-ignore the previous type was "column"
|
|
211
|
+
styledColumn.SparklineStyle.options.type = 'bar';
|
|
212
|
+
styledColumn.SparklineStyle.options.direction = 'vertical';
|
|
213
|
+
}
|
|
214
|
+
if (styledColumn.SparklineStyle?.options?.type === 'bar') {
|
|
215
|
+
styledColumn.SparklineStyle.options.direction = 'horizontal';
|
|
216
|
+
}
|
|
217
|
+
if (styledColumn.SparklineStyle?.options?.line) {
|
|
218
|
+
const previousLineOpts = (styledColumn.SparklineStyle?.options).line;
|
|
219
|
+
styledColumn.SparklineStyle.options.stroke = previousLineOpts.stroke;
|
|
220
|
+
styledColumn.SparklineStyle.options.strokeWidth = previousLineOpts.strokeWidth;
|
|
221
|
+
delete styledColumn.SparklineStyle.options.line;
|
|
222
|
+
}
|
|
223
|
+
if (styledColumn.SparklineStyle?.options?.axis &&
|
|
224
|
+
styledColumn.SparklineStyle?.options?.axis?.type == undefined) {
|
|
225
|
+
styledColumn.SparklineStyle.options.axis.type = 'category';
|
|
226
|
+
}
|
|
227
|
+
if (styledColumn.SparklineStyle?.options?.highlightStyle) {
|
|
228
|
+
const obsoleteKeys = ['fill', 'stroke', 'strokeWidth'];
|
|
229
|
+
obsoleteKeys.forEach((obsoleteKey) => {
|
|
230
|
+
if (
|
|
231
|
+
// @ts-ignore
|
|
232
|
+
styledColumn.SparklineStyle?.options?.highlightStyle?.[obsoleteKey] != undefined) {
|
|
233
|
+
const itemHighlightStyle = styledColumn.SparklineStyle.options.highlightStyle.item ?? {};
|
|
234
|
+
// @ts-ignore
|
|
235
|
+
itemHighlightStyle[obsoleteKey] = styledColumn.SparklineStyle?.options
|
|
236
|
+
?.highlightStyle?.[obsoleteKey];
|
|
237
|
+
// @ts-ignore
|
|
238
|
+
delete styledColumn.SparklineStyle.options.highlightStyle[obsoleteKey];
|
|
239
|
+
}
|
|
240
|
+
});
|
|
241
|
+
}
|
|
242
|
+
if ((styledColumn.SparklineStyle?.options).paddingInner != undefined) {
|
|
243
|
+
const axisOpts = (styledColumn.SparklineStyle.options.axis ?? {
|
|
244
|
+
type: 'category',
|
|
245
|
+
});
|
|
246
|
+
axisOpts.paddingInner = (styledColumn.SparklineStyle?.options).paddingInner;
|
|
247
|
+
delete (styledColumn.SparklineStyle?.options).paddingInner;
|
|
248
|
+
}
|
|
249
|
+
if ((styledColumn.SparklineStyle?.options).paddingOuter != undefined) {
|
|
250
|
+
const axisOpts = (styledColumn.SparklineStyle.options.axis ?? {
|
|
251
|
+
type: 'category',
|
|
252
|
+
});
|
|
253
|
+
axisOpts.paddingOuter = (styledColumn.SparklineStyle?.options).paddingOuter;
|
|
254
|
+
delete (styledColumn.SparklineStyle?.options).paddingOuter;
|
|
255
|
+
}
|
|
256
|
+
if ((styledColumn.SparklineStyle?.options).marker != undefined) {
|
|
257
|
+
(styledColumn.SparklineStyle?.options).marker.enabled = true;
|
|
258
|
+
}
|
|
259
|
+
});
|
|
260
|
+
}
|
|
261
|
+
}
|
|
133
262
|
}
|
|
134
263
|
exports.VersionUpgrade20 = VersionUpgrade20;
|
package/src/types.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ export type { SetPrimaryKeyValueContext, RowFormOptions, RowFormContext, CreateR
|
|
|
20
20
|
export type { AdaptableNumberCellEditorParams } from './agGrid/editors/AdaptableNumberEditor';
|
|
21
21
|
export type { AdaptableDateEditorParams } from './agGrid/editors/AdaptableDateEditor';
|
|
22
22
|
export type { AdaptablePercentageCellEditorParams } from './agGrid/editors/AdaptablePercentageEditor';
|
|
23
|
-
export type { ExportOptions, SystemExportDestination, CustomDestination, ExternalReport, PreProcessExportContext, DataFormatType, ExportFormContext, ReportContext,
|
|
23
|
+
export type { ExportOptions, SystemExportDestination, CustomDestination, ExternalReport, PreProcessExportContext, DataFormatType, ExportFormContext, ReportContext, ReportFileNameContext, DataFormatDataType, ExportDestinationType, GetDetailRowsContext, BaseExportContext, ExportResultData, } from './AdaptableOptions/ExportOptions';
|
|
24
24
|
export type { DataImportValidationError, DataImportOptions, DataImportFileHandler, HandleImportedDataContext, DataImportValidateContext, GetPrimaryKeyValueContext, PreprocessRowDataContext, HandleImportedDataResolution, } from './AdaptableOptions/DataImportOptions';
|
|
25
25
|
export type { DataSetOptions, DataSet, DataSetFormContext, } from './AdaptableOptions/DataSetOptions';
|
|
26
26
|
export type { CellSummaryOptions } from './AdaptableOptions/CellSummaryOptions';
|
|
@@ -185,8 +185,8 @@ export type { AdaptableModule, AdaptableToolPanel, AdaptableQLModule, AdaptableS
|
|
|
185
185
|
export type { ChartDefinition, ChartingState, ChartingAggFunc, } from './PredefinedConfig/ChartingState';
|
|
186
186
|
export type { CustomSort, CustomSortState } from './PredefinedConfig/CustomSortState';
|
|
187
187
|
export type { DashboardState, DashboardTab, AdaptableCoordinate, } from './PredefinedConfig/DashboardState';
|
|
188
|
-
export type { ExportState, Report, ReportData, ReportSchedule, SystemReportName, SystemReportNames, SystemReportFormat, ReportRowScope, ReportColumnScope, ReportNameType, ReportFormatType, } from './PredefinedConfig/ExportState';
|
|
189
|
-
export type { ColumnFilter, ColumnFilterPredicate, SystemFilterPredicateIds, SystemFilterPredicateId, } from './PredefinedConfig/Common/ColumnFilter';
|
|
188
|
+
export type { ExportState, Report, ReportData, ReportColumn, ReportSchedule, SystemReportName, SystemReportNames, SystemReportFormat, ReportRowScope, ReportColumnScope, ReportNameType, ReportFormatType, } from './PredefinedConfig/ExportState';
|
|
189
|
+
export type { ColumnFilter, ColumnFilterPredicate, SystemFilterPredicateIds, SystemFilterPredicateId, PredicatesOperator, } from './PredefinedConfig/Common/ColumnFilter';
|
|
190
190
|
export type { GridFilter } from './PredefinedConfig/Common/GridFilter';
|
|
191
191
|
export type { FormatColumn, FormatColumnState, FormatColumnRule, FormatColumnPredicate, SystemFormatColumnPredicateId, SystemFormatColumnPredicateIds, } from './PredefinedConfig/FormatColumnState';
|
|
192
192
|
export type { StyledColumn, StyledColumnState, PercentBarStyle, GradientStyle, CellColorRange, ColumnComparison, CellTextOptions, CellTextOption, NumericStyledColumn, RangeValueType, SparklineStyle, BadgeStyle, BadgeStyleDefinition, BadgeStylePredicate, SystemBadgeStylePredicateId, SystemBadgeStylePredicateIds, } from './PredefinedConfig/StyledColumnState';
|