@adaptabletools/adaptable 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 +13 -29
- 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 +3 -3
- package/src/Strategy/ColumnFilterModule.js +4 -4
- package/src/Strategy/StyledColumnModule.js +6 -6
- package/src/Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions.js +1 -1
- package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.js +3 -3
- package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.js +13 -13
- package/src/Utilities/Helpers/AdaptableHelper.d.ts +2 -0
- package/src/Utilities/Helpers/AdaptableHelper.js +10 -0
- package/src/Utilities/Helpers/DateHelper.js +1 -2
- package/src/Utilities/Helpers/FormatHelper.js +18 -5
- 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 +72 -118
- package/src/agGrid/AgGridAdapter.d.ts +1 -1
- package/src/agGrid/AgGridAdapter.js +7 -8
- 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 +122 -0
- package/src/agGrid/cellRenderers/BadgeRenderer.js +2 -1
- package/src/agGrid/editors/AdaptableDateEditor/InternalAdaptableDateEditor.js +1 -1
- 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/Datepicker/index.js +1 -1
- 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 +140 -12
- package/src/types.d.ts +3 -3
- package/tsconfig.esm.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
|
}
|
|
@@ -2,20 +2,13 @@ import { VersionUpgrade } from './VersionUpgrade';
|
|
|
2
2
|
import { ALL_ADAPTABLE_DATA_TYPES } from '../agGrid/agGridDataTypeDefinitions';
|
|
3
3
|
function transition_pre_20(layout) {
|
|
4
4
|
const l = layout;
|
|
5
|
-
if (l.
|
|
6
|
-
const oldAggs = l.AggregationColumns || {};
|
|
7
|
-
const newAggs = Object.entries(oldAggs).map(([colId, aggFunc]) => ({
|
|
8
|
-
ColumnId: colId,
|
|
9
|
-
AggFunc: aggFunc,
|
|
10
|
-
}));
|
|
11
|
-
layout.TableAggregationColumns = newAggs;
|
|
12
|
-
}
|
|
13
|
-
if (l.Columns) {
|
|
5
|
+
if (l.Columns && !l.EnablePivot) {
|
|
14
6
|
layout.TableColumns = l.Columns;
|
|
15
7
|
delete l.Columns;
|
|
8
|
+
delete layout.PivotColumns;
|
|
16
9
|
}
|
|
17
10
|
if (l.PinnedColumnsMap) {
|
|
18
|
-
layout.ColumnPinning = l.PinnedColumnsMap;
|
|
11
|
+
layout.ColumnPinning = { ...l.PinnedColumnsMap };
|
|
19
12
|
delete l.PinnedColumnsMap;
|
|
20
13
|
}
|
|
21
14
|
if (l.ColumnHeadersMap) {
|
|
@@ -28,16 +21,82 @@ function transition_pre_20(layout) {
|
|
|
28
21
|
}
|
|
29
22
|
if (l.EnablePivot) {
|
|
30
23
|
layout.PivotColumns = l.PivotColumns || [];
|
|
24
|
+
delete l.Columns;
|
|
25
|
+
delete layout.TableColumns;
|
|
26
|
+
delete l.EnablePivot;
|
|
31
27
|
if (l.AggregationColumns) {
|
|
32
|
-
layout.PivotAggregationColumns =
|
|
28
|
+
layout.PivotAggregationColumns = (Object.entries(l.AggregationColumns) || []).map(([ColumnId, AggFunc]) => {
|
|
29
|
+
return {
|
|
30
|
+
ColumnId,
|
|
31
|
+
AggFunc,
|
|
32
|
+
};
|
|
33
|
+
});
|
|
34
|
+
delete layout.TableAggregationColumns;
|
|
35
|
+
delete l.AggregationColumns;
|
|
36
|
+
}
|
|
37
|
+
if (l.RowGroupedColumns) {
|
|
38
|
+
layout.PivotGroupedColumns = l.RowGroupedColumns;
|
|
39
|
+
delete l.RowGroupedColumns;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
else {
|
|
43
|
+
if (l.AggregationColumns && !Array.isArray(l.AggregationColumns)) {
|
|
44
|
+
const oldAggs = l.AggregationColumns || {};
|
|
45
|
+
const newAggs = Object.entries(oldAggs).map(([ColumnId, AggFunc]) => ({
|
|
46
|
+
ColumnId,
|
|
47
|
+
AggFunc,
|
|
48
|
+
}));
|
|
49
|
+
layout.TableAggregationColumns = newAggs;
|
|
50
|
+
delete l.AggregationColumns;
|
|
33
51
|
}
|
|
34
52
|
}
|
|
53
|
+
if (l.ExpandedRowGroupValues) {
|
|
54
|
+
layout.RowGroupValues = {
|
|
55
|
+
RowGroupDefaultBehavior: 'collapsed',
|
|
56
|
+
ExceptionGroupKeys: l.ExpandedRowGroupValues,
|
|
57
|
+
};
|
|
58
|
+
delete l.ExpandedRowGroupValues;
|
|
59
|
+
}
|
|
60
|
+
if (Array.isArray(l.ColumnFilters)) {
|
|
61
|
+
layout.ColumnFilters = l.ColumnFilters.map((columnFilter) => {
|
|
62
|
+
const filter = {
|
|
63
|
+
...columnFilter,
|
|
64
|
+
};
|
|
65
|
+
// version 19 had a single predicate
|
|
66
|
+
// while version 20 has an array of predicates
|
|
67
|
+
// @ts-ignore
|
|
68
|
+
if (filter.Predicate) {
|
|
69
|
+
// @ts-ignore
|
|
70
|
+
filter.Predicates = [filter.Predicate];
|
|
71
|
+
// @ts-ignore
|
|
72
|
+
delete filter.Predicate;
|
|
73
|
+
}
|
|
74
|
+
if (!Array.isArray(filter.Predicates)) {
|
|
75
|
+
filter.Predicates = [];
|
|
76
|
+
}
|
|
77
|
+
filter.Predicates = filter.Predicates.map((p) => {
|
|
78
|
+
// the following predicate ids were renamed:
|
|
79
|
+
// Values -> In
|
|
80
|
+
if (p.PredicateId === 'Values') {
|
|
81
|
+
p = { ...p };
|
|
82
|
+
p.PredicateId = 'In';
|
|
83
|
+
}
|
|
84
|
+
// ExcludeValues -> NotIn
|
|
85
|
+
if (p.PredicateId === 'ExcludeValues') {
|
|
86
|
+
p = { ...p };
|
|
87
|
+
p.PredicateId = 'NotIn';
|
|
88
|
+
}
|
|
89
|
+
return p;
|
|
90
|
+
});
|
|
91
|
+
return filter;
|
|
92
|
+
});
|
|
93
|
+
}
|
|
35
94
|
return layout;
|
|
36
95
|
}
|
|
37
96
|
function hasUpToDateDataType(dataType) {
|
|
38
97
|
return ALL_ADAPTABLE_DATA_TYPES.includes(dataType);
|
|
39
98
|
}
|
|
40
|
-
function mapOldTypeToDataType(previousType) {
|
|
99
|
+
export function mapOldTypeToDataType(previousType) {
|
|
41
100
|
if (ALL_ADAPTABLE_DATA_TYPES.includes(previousType)) {
|
|
42
101
|
return previousType;
|
|
43
102
|
}
|
|
@@ -77,6 +136,7 @@ export class VersionUpgrade20 extends VersionUpgrade {
|
|
|
77
136
|
migrateState(state) {
|
|
78
137
|
this.migrateLayoutState(state);
|
|
79
138
|
this.migrateColTypeToDataType(state);
|
|
139
|
+
this.migrateSparklineState(state);
|
|
80
140
|
return state;
|
|
81
141
|
}
|
|
82
142
|
migrateLayoutState(state) {
|
|
@@ -127,4 +187,72 @@ export class VersionUpgrade20 extends VersionUpgrade {
|
|
|
127
187
|
});
|
|
128
188
|
}
|
|
129
189
|
}
|
|
190
|
+
migrateSparklineState(state) {
|
|
191
|
+
this.logger.info(`Migration of Sparkline State`);
|
|
192
|
+
const sparklineState = state.StyledColumn;
|
|
193
|
+
if (sparklineState && sparklineState.StyledColumns) {
|
|
194
|
+
sparklineState.StyledColumns.forEach((styledColumn) => {
|
|
195
|
+
// @ts-ignore renamed 'SparkLineStyle' to 'SparklineStyle'
|
|
196
|
+
if (styledColumn.SparkLineStyle == undefined) {
|
|
197
|
+
return;
|
|
198
|
+
}
|
|
199
|
+
// @ts-ignore renamed 'SparkLineStyle' to 'SparklineStyle'
|
|
200
|
+
// @ts-ignore
|
|
201
|
+
styledColumn.SparklineStyle = styledColumn.SparkLineStyle;
|
|
202
|
+
// @ts-ignore
|
|
203
|
+
delete styledColumn.SparkLineStyle;
|
|
204
|
+
// @ts-ignore the previous type was "column"
|
|
205
|
+
if (styledColumn.SparklineStyle?.options?.type === 'column') {
|
|
206
|
+
// @ts-ignore the previous type was "column"
|
|
207
|
+
styledColumn.SparklineStyle.options.type = 'bar';
|
|
208
|
+
styledColumn.SparklineStyle.options.direction = 'vertical';
|
|
209
|
+
}
|
|
210
|
+
if (styledColumn.SparklineStyle?.options?.type === 'bar') {
|
|
211
|
+
styledColumn.SparklineStyle.options.direction = 'horizontal';
|
|
212
|
+
}
|
|
213
|
+
if (styledColumn.SparklineStyle?.options?.line) {
|
|
214
|
+
const previousLineOpts = (styledColumn.SparklineStyle?.options).line;
|
|
215
|
+
styledColumn.SparklineStyle.options.stroke = previousLineOpts.stroke;
|
|
216
|
+
styledColumn.SparklineStyle.options.strokeWidth = previousLineOpts.strokeWidth;
|
|
217
|
+
delete styledColumn.SparklineStyle.options.line;
|
|
218
|
+
}
|
|
219
|
+
if (styledColumn.SparklineStyle?.options?.axis &&
|
|
220
|
+
styledColumn.SparklineStyle?.options?.axis?.type == undefined) {
|
|
221
|
+
styledColumn.SparklineStyle.options.axis.type = 'category';
|
|
222
|
+
}
|
|
223
|
+
if (styledColumn.SparklineStyle?.options?.highlightStyle) {
|
|
224
|
+
const obsoleteKeys = ['fill', 'stroke', 'strokeWidth'];
|
|
225
|
+
obsoleteKeys.forEach((obsoleteKey) => {
|
|
226
|
+
if (
|
|
227
|
+
// @ts-ignore
|
|
228
|
+
styledColumn.SparklineStyle?.options?.highlightStyle?.[obsoleteKey] != undefined) {
|
|
229
|
+
const itemHighlightStyle = styledColumn.SparklineStyle.options.highlightStyle.item ?? {};
|
|
230
|
+
// @ts-ignore
|
|
231
|
+
itemHighlightStyle[obsoleteKey] = styledColumn.SparklineStyle?.options
|
|
232
|
+
?.highlightStyle?.[obsoleteKey];
|
|
233
|
+
// @ts-ignore
|
|
234
|
+
delete styledColumn.SparklineStyle.options.highlightStyle[obsoleteKey];
|
|
235
|
+
}
|
|
236
|
+
});
|
|
237
|
+
}
|
|
238
|
+
if ((styledColumn.SparklineStyle?.options).paddingInner != undefined) {
|
|
239
|
+
const axisOpts = (styledColumn.SparklineStyle.options.axis ?? {
|
|
240
|
+
type: 'category',
|
|
241
|
+
});
|
|
242
|
+
axisOpts.paddingInner = (styledColumn.SparklineStyle?.options).paddingInner;
|
|
243
|
+
delete (styledColumn.SparklineStyle?.options).paddingInner;
|
|
244
|
+
}
|
|
245
|
+
if ((styledColumn.SparklineStyle?.options).paddingOuter != undefined) {
|
|
246
|
+
const axisOpts = (styledColumn.SparklineStyle.options.axis ?? {
|
|
247
|
+
type: 'category',
|
|
248
|
+
});
|
|
249
|
+
axisOpts.paddingOuter = (styledColumn.SparklineStyle?.options).paddingOuter;
|
|
250
|
+
delete (styledColumn.SparklineStyle?.options).paddingOuter;
|
|
251
|
+
}
|
|
252
|
+
if ((styledColumn.SparklineStyle?.options).marker != undefined) {
|
|
253
|
+
(styledColumn.SparklineStyle?.options).marker.enabled = true;
|
|
254
|
+
}
|
|
255
|
+
});
|
|
256
|
+
}
|
|
257
|
+
}
|
|
130
258
|
}
|
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';
|