@adaptabletools/adaptable 18.0.0-canary.30 → 18.0.0-canary.32
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 +1 -1
- package/src/AdaptableOptions/ActionColumnOptions.d.ts +3 -2
- package/src/AdaptableOptions/CustomSortOptions.d.ts +2 -2
- package/src/AdaptableOptions/FormatColumnOptions.d.ts +2 -2
- package/src/AdaptableOptions/PredicateOptions.d.ts +2 -2
- package/src/AdaptableOptions/UserInterfaceOptions.d.ts +2 -2
- package/src/Api/AdaptableApi.d.ts +2 -2
- package/src/Api/{ScopeApi.d.ts → ColumnScopeApi.d.ts} +28 -28
- package/src/Api/FlashingCellApi.d.ts +2 -2
- package/src/Api/GridApi.d.ts +5 -0
- package/src/Api/Implementation/AdaptableApiImpl.d.ts +2 -2
- package/src/Api/Implementation/AdaptableApiImpl.js +3 -3
- package/src/Api/Implementation/AlertApiImpl.js +3 -3
- package/src/Api/Implementation/ApiBase.d.ts +2 -2
- package/src/Api/Implementation/ApiBase.js +2 -2
- package/src/Api/Implementation/ColumnFilterApiImpl.js +1 -1
- package/src/Api/Implementation/ColumnScopeApiImpl.d.ts +33 -0
- package/src/Api/Implementation/{ScopeApiImpl.js → ColumnScopeApiImpl.js} +2 -2
- package/src/Api/Implementation/FlashingCellApiImpl.d.ts +2 -2
- package/src/Api/Implementation/FlashingCellApiImpl.js +1 -1
- package/src/Api/Implementation/FormatColumnApiImpl.js +3 -3
- package/src/Api/Implementation/GridApiImpl.d.ts +1 -0
- package/src/Api/Implementation/GridApiImpl.js +5 -0
- package/src/Api/Implementation/UserInterfaceApiImpl.js +3 -3
- package/src/Api/Internal/AdaptableInternalApi.js +1 -1
- package/src/Api/Internal/AlertInternalApi.d.ts +2 -2
- package/src/Api/Internal/AlertInternalApi.js +3 -3
- package/src/Api/Internal/CustomSortInternalApi.js +1 -1
- package/src/Api/Internal/ExportInternalApi.js +1 -1
- package/src/Api/Internal/ExpressionInternalApi.js +1 -1
- package/src/Api/Internal/FormatColumnInternalApi.d.ts +2 -2
- package/src/Api/Internal/FormatColumnInternalApi.js +24 -14
- package/src/Api/Internal/PredicateInternalApi.d.ts +6 -6
- package/src/Api/Internal/StyledColumnInternalApi.d.ts +2 -2
- package/src/Api/Internal/StyledColumnInternalApi.js +4 -5
- package/src/PredefinedConfig/AlertState.d.ts +2 -2
- package/src/PredefinedConfig/Common/AdaptableObject.d.ts +4 -4
- package/src/PredefinedConfig/Common/AdaptablePredicate.d.ts +2 -2
- package/src/PredefinedConfig/Common/{AdaptableScope.d.ts → ColumnScope.d.ts} +1 -1
- package/src/PredefinedConfig/Common/RowScope.d.ts +17 -0
- package/src/PredefinedConfig/Common/RowScope.js +1 -0
- package/src/PredefinedConfig/ExportState.d.ts +2 -2
- package/src/PredefinedConfig/FlashingCellState.d.ts +2 -2
- package/src/PredefinedConfig/FormatColumnState.d.ts +7 -8
- package/src/PredefinedConfig/PlusMinusState.d.ts +2 -2
- package/src/PredefinedConfig/ShortcutState.d.ts +2 -2
- package/src/PredefinedConfig/StyledColumnState.d.ts +5 -10
- package/src/Strategy/AlertModule.js +2 -2
- package/src/Strategy/ExportModule.js +2 -2
- package/src/Strategy/FlashingCellModule.js +4 -4
- package/src/Strategy/FormatColumnModule.js +2 -2
- package/src/Strategy/PlusMinusModule.js +3 -3
- package/src/Strategy/ShortcutModule.js +1 -1
- package/src/Strategy/StyledColumnModule.js +7 -5
- package/src/Strategy/Utilities/FormatColumn/getFormatColumnSettingsViewItems.js +4 -3
- package/src/Strategy/Utilities/getScopeViewItems.d.ts +2 -2
- package/src/Utilities/ObjectFactory.js +1 -1
- package/src/Utilities/Services/ReportService.js +2 -2
- package/src/Utilities/Services/ValidationService.js +2 -2
- package/src/View/Alert/AlertEntityRow.js +1 -1
- package/src/View/Alert/Utilities/getAvailablePredicates.d.ts +2 -2
- package/src/View/Alert/Utilities/getDefaultAlertDefinition.d.ts +1 -1
- package/src/View/Alert/Wizard/AlertScopeWizardSection.js +2 -2
- package/src/View/Alert/Wizard/BaseAlertScopeWizardSection.js +1 -1
- package/src/View/ColumnInfo/ColumnInfo.js +1 -1
- package/src/View/Components/EntityRulesEditor/EntityRulePredicatesEditor/EntityRulePredicatesEditor.d.ts +3 -3
- package/src/View/Components/EntityRulesEditor/index.d.ts +3 -3
- package/src/View/Components/NewScopeComponent.d.ts +5 -5
- package/src/View/Components/NewScopeComponent.js +2 -2
- package/src/View/Components/RangesComponent.d.ts +2 -2
- package/src/View/Components/RangesComponent.js +1 -1
- package/src/View/Components/SharedProps/WizardScopeState.d.ts +2 -2
- package/src/View/CustomSort/Wizard/CustomSortColumnWizardSection.js +1 -1
- package/src/View/DataChangeHistory/DataChangeHistoryGrid.js +4 -1
- package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.d.ts +2 -2
- package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.js +1 -1
- package/src/View/FormatColumn/Wizard/FormatColumnRuleWizardSection.js +1 -1
- package/src/View/FormatColumn/Wizard/FormatColumnScopeWizardSection.js +1 -1
- package/src/View/FormatColumn/Wizard/FormatColumnSettingsWizardSection.js +24 -13
- package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.js +1 -1
- package/src/View/PlusMinus/PlusMinusSummary.js +2 -2
- package/src/View/StyledColumn/Wizard/StyledColumnWizardColumnSection.js +1 -1
- package/src/View/StyledColumn/Wizard/StyledColumnWizardSettingsSection.js +32 -12
- package/src/View/StyledColumn/Wizard/StyledColumnWizardStyleSection/StyledColumnWizardStyleSection.js +1 -1
- package/src/agGrid/ActionColumnRenderer.js +40 -4
- package/src/agGrid/AdaptableAgGrid.js +2 -3
- package/src/agGrid/AgGridColumnAdapter.js +11 -10
- package/src/agGrid/BadgeRenderer.d.ts +2 -2
- package/src/agGrid/BadgeRenderer.js +23 -16
- package/src/agGrid/PercentBarRenderer.js +0 -1
- package/src/env.js +2 -2
- package/src/metamodel/adaptable.metamodel.d.ts +19 -26
- package/src/metamodel/adaptable.metamodel.js +1 -1
- package/src/types.d.ts +3 -2
- package/tsconfig.esm.tsbuildinfo +1 -1
- package/src/Api/Implementation/ScopeApiImpl.d.ts +0 -33
- /package/src/Api/{ScopeApi.js → ColumnScopeApi.js} +0 -0
- /package/src/PredefinedConfig/Common/{AdaptableScope.js → ColumnScope.js} +0 -0
|
@@ -394,7 +394,6 @@ export class AdaptableAgGrid {
|
|
|
394
394
|
adaptableApi: this.api,
|
|
395
395
|
agGridApi: this.agGridAdapter.getAgGridApi(),
|
|
396
396
|
});
|
|
397
|
-
this.api.userInterfaceApi.hideLoadingScreen();
|
|
398
397
|
perfInitAdaptableAgGrid.end();
|
|
399
398
|
return Promise.resolve(this.api);
|
|
400
399
|
}
|
|
@@ -3570,12 +3569,12 @@ export class AdaptableAgGrid {
|
|
|
3570
3569
|
if (!dataChangedScope.wholeRow) {
|
|
3571
3570
|
const columnIds = this.api.expressionApi.getColumnsFromExpression(styleModule.Rule.BooleanExpression);
|
|
3572
3571
|
if (columnIds.includes(cellDataChangedInfo.column.columnId)) {
|
|
3573
|
-
if (this.api.
|
|
3572
|
+
if (this.api.columnScopeApi.scopeIsAll(styleModule.Scope)) {
|
|
3574
3573
|
dataChangedScope.wholeRow = true;
|
|
3575
3574
|
return;
|
|
3576
3575
|
}
|
|
3577
3576
|
else {
|
|
3578
|
-
this.api.
|
|
3577
|
+
this.api.columnScopeApi
|
|
3579
3578
|
.getColumnsForScope(styleModule.Scope)
|
|
3580
3579
|
.map((c) => c.columnId)
|
|
3581
3580
|
.forEach((colId) => {
|
|
@@ -10,7 +10,6 @@ import UIHelper from '../View/UIHelper';
|
|
|
10
10
|
import { getPercentBarRendererForColumn } from './PercentBarRenderer';
|
|
11
11
|
import { getBadgeRendererForColumn } from './BadgeRenderer';
|
|
12
12
|
import Helper from '../Utilities/Helpers/Helper';
|
|
13
|
-
import { ROW_SUMMARY_ROW_ID } from '../PredefinedConfig/Common/RowSummary';
|
|
14
13
|
export class AgGridColumnAdapter {
|
|
15
14
|
constructor(adaptableInstance) {
|
|
16
15
|
this.adaptableInstance = adaptableInstance;
|
|
@@ -207,7 +206,7 @@ export class AgGridColumnAdapter {
|
|
|
207
206
|
return getPercentBarRendererForColumn(styledColumn, abColumn, this.adaptableApi);
|
|
208
207
|
}
|
|
209
208
|
if (styledColumn.BadgeStyle) {
|
|
210
|
-
return getBadgeRendererForColumn(styledColumn, abColumn, this.adaptableApi);
|
|
209
|
+
return getBadgeRendererForColumn(styledColumn.BadgeStyle, abColumn, this.adaptableApi);
|
|
211
210
|
}
|
|
212
211
|
if (styledColumn.SparkLineStyle) {
|
|
213
212
|
return 'agSparklineCellRenderer';
|
|
@@ -349,19 +348,19 @@ export class AgGridColumnAdapter {
|
|
|
349
348
|
const options = mostRelevantFormatColumn.DisplayFormat.Options;
|
|
350
349
|
if (mostRelevantFormatColumn.DisplayFormat.Formatter === 'NumberFormatter') {
|
|
351
350
|
// change the Number format - if the scope allows it
|
|
352
|
-
if (this.adaptableApi.
|
|
351
|
+
if (this.adaptableApi.columnScopeApi.isColumnInNumericScope(abColumn, mostRelevantFormatColumn.Scope)) {
|
|
353
352
|
return this.adaptableApi.formatColumnApi.internalApi.getNumberFormattedValue(params.value, params.node, abColumn, options);
|
|
354
353
|
}
|
|
355
354
|
}
|
|
356
355
|
if (mostRelevantFormatColumn.DisplayFormat.Formatter === 'DateFormatter') {
|
|
357
356
|
// change the Date format - if the scope allows it
|
|
358
|
-
if (this.adaptableApi.
|
|
357
|
+
if (this.adaptableApi.columnScopeApi.isColumnInDateScope(abColumn, mostRelevantFormatColumn.Scope)) {
|
|
359
358
|
return this.adaptableApi.formatColumnApi.internalApi.getDateFormattedValue(params.value, params.node, abColumn, options);
|
|
360
359
|
}
|
|
361
360
|
}
|
|
362
361
|
if (mostRelevantFormatColumn.DisplayFormat.Formatter === 'StringFormatter') {
|
|
363
362
|
// change the String format - if the scope allows it
|
|
364
|
-
if (this.adaptableApi.
|
|
363
|
+
if (this.adaptableApi.columnScopeApi.isColumnInStringsScope(abColumn, mostRelevantFormatColumn.Scope)) {
|
|
365
364
|
return this.adaptableApi.formatColumnApi.internalApi.getStringFormattedValue(params.value, params.node, abColumn, options);
|
|
366
365
|
}
|
|
367
366
|
}
|
|
@@ -379,7 +378,8 @@ export class AgGridColumnAdapter {
|
|
|
379
378
|
const cellEditableFn = this.adaptableOptions.editOptions.isCellEditable;
|
|
380
379
|
const editableCallback = (params) => {
|
|
381
380
|
// Adaptable Row Summarie rows are not editable
|
|
382
|
-
if (params.node.data[ROW_SUMMARY_ROW_ID]) {
|
|
381
|
+
// if (params.node.data[ROW_SUMMARY_ROW_ID]) {
|
|
382
|
+
if (this.adaptableApi.gridApi.isSummaryNode(params.node)) {
|
|
383
383
|
return false;
|
|
384
384
|
}
|
|
385
385
|
if (!cellEditableFn) {
|
|
@@ -403,7 +403,7 @@ export class AgGridColumnAdapter {
|
|
|
403
403
|
const preventEditAlertsForColumn = this.adaptableApi.alertApi.internalApi
|
|
404
404
|
.getAlertDefinitionsWithPreventEdit()
|
|
405
405
|
.filter((alertDefinition) => {
|
|
406
|
-
return this.adaptableApi.
|
|
406
|
+
return this.adaptableApi.columnScopeApi.isColumnInScope(abColumn, alertDefinition.Scope);
|
|
407
407
|
});
|
|
408
408
|
const noValidations = !preventEditAlertsForColumn.length && !((_a = this.adaptableOptions.editOptions) === null || _a === void 0 ? void 0 : _a.validateOnServer);
|
|
409
409
|
if (noValidations) {
|
|
@@ -664,7 +664,7 @@ export class AgGridColumnAdapter {
|
|
|
664
664
|
return Object.assign(Object.assign({}, this.getFormatColumnCellStyle(gridCell.column, activeFormatColumnsWithStyle, params)), styledColumnStyle);
|
|
665
665
|
}
|
|
666
666
|
getStyledColumnStyle(styledColumn, abColumn, params) {
|
|
667
|
-
var _a
|
|
667
|
+
var _a;
|
|
668
668
|
let style = {};
|
|
669
669
|
const gradientStyle = styledColumn === null || styledColumn === void 0 ? void 0 : styledColumn.GradientStyle;
|
|
670
670
|
if (params.value === undefined) {
|
|
@@ -672,7 +672,6 @@ export class AgGridColumnAdapter {
|
|
|
672
672
|
}
|
|
673
673
|
let colValue = params.value;
|
|
674
674
|
if (this.adaptableApi.gridApi.isGroupRowNode(params.node)) {
|
|
675
|
-
// We no longer support Grouped Rows
|
|
676
675
|
return style;
|
|
677
676
|
// if (styledColumn.IncludeGroupedRows) {
|
|
678
677
|
// const minColumnValue =
|
|
@@ -688,7 +687,9 @@ export class AgGridColumnAdapter {
|
|
|
688
687
|
// return style;
|
|
689
688
|
// }
|
|
690
689
|
}
|
|
691
|
-
if (
|
|
690
|
+
if (styledColumn.BadgeStyle &&
|
|
691
|
+
!((_a = styledColumn.BadgeStyle.RowScope) === null || _a === void 0 ? void 0 : _a.ExcludeSummaryRows) &&
|
|
692
|
+
this.adaptableApi.gridApi.isSummaryNode(params === null || params === void 0 ? void 0 : params.node)) {
|
|
692
693
|
return style;
|
|
693
694
|
}
|
|
694
695
|
if (gradientStyle) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BadgeStyle } from '../PredefinedConfig/StyledColumnState';
|
|
2
2
|
import { AdaptableApi } from '../Api/AdaptableApi';
|
|
3
3
|
import { AdaptableColumn } from '../PredefinedConfig/Common/AdaptableColumn';
|
|
4
|
-
export declare const getBadgeRendererForColumn: (
|
|
4
|
+
export declare const getBadgeRendererForColumn: (badgeStyle: BadgeStyle, abColumn: AdaptableColumn, api: AdaptableApi) => any;
|
|
@@ -1,31 +1,38 @@
|
|
|
1
1
|
import { Badge } from '../View/Components/Badge';
|
|
2
2
|
import { renderWithAdaptableContext } from '../View/renderWithAdaptableContext';
|
|
3
3
|
import * as React from 'react';
|
|
4
|
-
|
|
5
|
-
export const getBadgeRendererForColumn = (styledColumn, abColumn, api) => {
|
|
6
|
-
if (!styledColumn.BadgeStyle) {
|
|
7
|
-
return;
|
|
8
|
-
}
|
|
4
|
+
export const getBadgeRendererForColumn = (badgeStyle, abColumn, api) => {
|
|
9
5
|
return class BadgetRenderer {
|
|
10
6
|
getAdaptableInstance(params) {
|
|
11
7
|
const adaptable = params.context.__adaptable;
|
|
12
8
|
return adaptable;
|
|
13
9
|
}
|
|
14
10
|
init(params) {
|
|
15
|
-
var _a, _b, _c, _d, _e, _f
|
|
11
|
+
var _a, _b, _c, _d, _e, _f;
|
|
16
12
|
const adaptable = this.getAdaptableInstance(params);
|
|
17
13
|
const adapatableApi = adaptable.api;
|
|
18
14
|
this.eGui = document.createElement('div');
|
|
19
15
|
this.eGui.className = 'ab-Badge__wrapper';
|
|
20
|
-
const
|
|
21
|
-
const
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
16
|
+
const isGroupedRow = params.node.group;
|
|
17
|
+
const isSummaryRow = adapatableApi.gridApi.isSummaryNode(params.node);
|
|
18
|
+
let shouldRender = true;
|
|
19
|
+
if (isGroupedRow) {
|
|
20
|
+
if ((_a = badgeStyle.RowScope) === null || _a === void 0 ? void 0 : _a.ExcludeGroupedRows) {
|
|
21
|
+
shouldRender = false;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
else if (isSummaryRow) {
|
|
25
|
+
if ((_b = badgeStyle.RowScope) === null || _b === void 0 ? void 0 : _b.ExcludeSummaryRows) {
|
|
26
|
+
shouldRender = false;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
else {
|
|
30
|
+
if ((_c = badgeStyle.RowScope) === null || _c === void 0 ? void 0 : _c.ExcludeDataRows) {
|
|
31
|
+
shouldRender = false;
|
|
32
|
+
}
|
|
26
33
|
}
|
|
27
|
-
if (
|
|
28
|
-
const formattedValue = (
|
|
34
|
+
if (!shouldRender) {
|
|
35
|
+
const formattedValue = (_f = (_e = (_d = params.formatValue) === null || _d === void 0 ? void 0 : _d.call(params, params.value)) !== null && _e !== void 0 ? _e : params.value) !== null && _f !== void 0 ? _f : '';
|
|
29
36
|
this.eGui.innerHTML = formattedValue;
|
|
30
37
|
return;
|
|
31
38
|
}
|
|
@@ -56,7 +63,7 @@ export const getBadgeRendererForColumn = (styledColumn, abColumn, api) => {
|
|
|
56
63
|
userName: adapatableApi.optionsApi.getUserName(),
|
|
57
64
|
adaptableId: adapatableApi.optionsApi.getAdaptableId(),
|
|
58
65
|
};
|
|
59
|
-
const badge = api.styledColumnApi.internalApi.getApplicableBadge(
|
|
66
|
+
const badge = api.styledColumnApi.internalApi.getApplicableBadge(badgeStyle, predicateDefHandlerContext);
|
|
60
67
|
const isNullValue = formattedValue === '' || formattedValue === null || formattedValue === undefined;
|
|
61
68
|
if (!isNullValue && badge) {
|
|
62
69
|
badgesConfig.push({
|
|
@@ -80,7 +87,7 @@ export const getBadgeRendererForColumn = (styledColumn, abColumn, api) => {
|
|
|
80
87
|
userName: adapatableApi.optionsApi.getUserName(),
|
|
81
88
|
adaptableId: adapatableApi.optionsApi.getAdaptableId(),
|
|
82
89
|
};
|
|
83
|
-
const badge = api.styledColumnApi.internalApi.getApplicableBadge(
|
|
90
|
+
const badge = api.styledColumnApi.internalApi.getApplicableBadge(badgeStyle, predicateDefHandlerContext);
|
|
84
91
|
const isNullValue = formattedValue === '' || formattedValue === null || formattedValue === undefined;
|
|
85
92
|
if (
|
|
86
93
|
// empty values
|
|
@@ -15,7 +15,6 @@ export const getPercentBarRendererForColumn = (styledColumn, abColumn, api) => {
|
|
|
15
15
|
}
|
|
16
16
|
// No longer support showing Percent Bar in Grouped Rows
|
|
17
17
|
if (api.gridApi.isGroupRowNode(params.node)) {
|
|
18
|
-
// if (!styledColumn.IncludeGroupedRows && api.gridApi.isGroupRowNode(params.node)) {
|
|
19
18
|
if (params.value) {
|
|
20
19
|
this.eGui = document.createElement('div');
|
|
21
20
|
this.eGui.append(params.value);
|
package/src/env.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
INFINITE_TABLE_LICENSE_KEY: "StartDate=2021-06-29|EndDate=2030-01-01|Owner=Adaptable|Type=distribution|TS=1624971462479|C=137829811,1004007071,2756196225,1839832928,3994409405,636616862" || '',
|
|
3
|
-
PUBLISH_TIMESTAMP:
|
|
4
|
-
VERSION: "18.0.0-canary.
|
|
3
|
+
PUBLISH_TIMESTAMP: 1712828124306 || Date.now(),
|
|
4
|
+
VERSION: "18.0.0-canary.32" || '--current-version--',
|
|
5
5
|
};
|
|
@@ -897,11 +897,6 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
897
897
|
desc: string;
|
|
898
898
|
}[];
|
|
899
899
|
};
|
|
900
|
-
AdaptableScope: {
|
|
901
|
-
name: string;
|
|
902
|
-
kind: string;
|
|
903
|
-
desc: string;
|
|
904
|
-
};
|
|
905
900
|
AdaptableSettingsPanel: {
|
|
906
901
|
name: string;
|
|
907
902
|
kind: string;
|
|
@@ -1328,12 +1323,19 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1328
1323
|
name: string;
|
|
1329
1324
|
kind: string;
|
|
1330
1325
|
desc: string;
|
|
1331
|
-
props: {
|
|
1326
|
+
props: ({
|
|
1332
1327
|
name: string;
|
|
1333
1328
|
kind: string;
|
|
1334
1329
|
desc: string;
|
|
1335
1330
|
isOpt: boolean;
|
|
1336
|
-
|
|
1331
|
+
ref?: undefined;
|
|
1332
|
+
} | {
|
|
1333
|
+
name: string;
|
|
1334
|
+
kind: string;
|
|
1335
|
+
desc: string;
|
|
1336
|
+
isOpt: boolean;
|
|
1337
|
+
ref: string;
|
|
1338
|
+
})[];
|
|
1337
1339
|
};
|
|
1338
1340
|
BadgeStyleDefinition: {
|
|
1339
1341
|
name: string;
|
|
@@ -1919,6 +1921,11 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1919
1921
|
noCode?: undefined;
|
|
1920
1922
|
})[];
|
|
1921
1923
|
};
|
|
1924
|
+
ColumnScope: {
|
|
1925
|
+
name: string;
|
|
1926
|
+
kind: string;
|
|
1927
|
+
desc: string;
|
|
1928
|
+
};
|
|
1922
1929
|
ColumnSort: {
|
|
1923
1930
|
name: string;
|
|
1924
1931
|
kind: string;
|
|
@@ -3379,28 +3386,18 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3379
3386
|
desc: string;
|
|
3380
3387
|
isOpt: boolean;
|
|
3381
3388
|
ref?: undefined;
|
|
3382
|
-
defVal?: undefined;
|
|
3383
3389
|
} | {
|
|
3384
3390
|
name: string;
|
|
3385
3391
|
kind: string;
|
|
3386
3392
|
desc: string;
|
|
3387
3393
|
isOpt: boolean;
|
|
3388
3394
|
ref: string;
|
|
3389
|
-
defVal?: undefined;
|
|
3390
|
-
} | {
|
|
3391
|
-
name: string;
|
|
3392
|
-
kind: string;
|
|
3393
|
-
desc: string;
|
|
3394
|
-
isOpt: boolean;
|
|
3395
|
-
defVal: string;
|
|
3396
|
-
ref?: undefined;
|
|
3397
3395
|
} | {
|
|
3398
3396
|
name: string;
|
|
3399
3397
|
kind: string;
|
|
3400
3398
|
desc: string;
|
|
3401
3399
|
ref: string;
|
|
3402
3400
|
isOpt?: undefined;
|
|
3403
|
-
defVal?: undefined;
|
|
3404
3401
|
})[];
|
|
3405
3402
|
};
|
|
3406
3403
|
FormatColumnOptions: {
|
|
@@ -4748,6 +4745,11 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4748
4745
|
isOpt: boolean;
|
|
4749
4746
|
}[];
|
|
4750
4747
|
};
|
|
4748
|
+
RowScope: {
|
|
4749
|
+
name: string;
|
|
4750
|
+
kind: string;
|
|
4751
|
+
desc: string;
|
|
4752
|
+
};
|
|
4751
4753
|
RowsHighlightInfo: {
|
|
4752
4754
|
name: string;
|
|
4753
4755
|
kind: string;
|
|
@@ -5092,21 +5094,12 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
5092
5094
|
desc: string;
|
|
5093
5095
|
isOpt: boolean;
|
|
5094
5096
|
ref: string;
|
|
5095
|
-
defVal?: undefined;
|
|
5096
5097
|
} | {
|
|
5097
5098
|
name: string;
|
|
5098
5099
|
kind: string;
|
|
5099
5100
|
desc: string;
|
|
5100
5101
|
isOpt?: undefined;
|
|
5101
5102
|
ref?: undefined;
|
|
5102
|
-
defVal?: undefined;
|
|
5103
|
-
} | {
|
|
5104
|
-
name: string;
|
|
5105
|
-
kind: string;
|
|
5106
|
-
desc: string;
|
|
5107
|
-
isOpt: boolean;
|
|
5108
|
-
defVal: string;
|
|
5109
|
-
ref?: undefined;
|
|
5110
5103
|
})[];
|
|
5111
5104
|
};
|
|
5112
5105
|
StyledColumnState: {
|