@adaptabletools/adaptable-cjs 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} +4 -4
- 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 +2 -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.cjs.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
|
@@ -398,7 +398,6 @@ class AdaptableAgGrid {
|
|
|
398
398
|
adaptableApi: this.api,
|
|
399
399
|
agGridApi: this.agGridAdapter.getAgGridApi(),
|
|
400
400
|
});
|
|
401
|
-
this.api.userInterfaceApi.hideLoadingScreen();
|
|
402
401
|
perfInitAdaptableAgGrid.end();
|
|
403
402
|
return Promise.resolve(this.api);
|
|
404
403
|
}
|
|
@@ -3574,12 +3573,12 @@ class AdaptableAgGrid {
|
|
|
3574
3573
|
if (!dataChangedScope.wholeRow) {
|
|
3575
3574
|
const columnIds = this.api.expressionApi.getColumnsFromExpression(styleModule.Rule.BooleanExpression);
|
|
3576
3575
|
if (columnIds.includes(cellDataChangedInfo.column.columnId)) {
|
|
3577
|
-
if (this.api.
|
|
3576
|
+
if (this.api.columnScopeApi.scopeIsAll(styleModule.Scope)) {
|
|
3578
3577
|
dataChangedScope.wholeRow = true;
|
|
3579
3578
|
return;
|
|
3580
3579
|
}
|
|
3581
3580
|
else {
|
|
3582
|
-
this.api.
|
|
3581
|
+
this.api.columnScopeApi
|
|
3583
3582
|
.getColumnsForScope(styleModule.Scope)
|
|
3584
3583
|
.map((c) => c.columnId)
|
|
3585
3584
|
.forEach((colId) => {
|
|
@@ -14,7 +14,6 @@ const UIHelper_1 = tslib_1.__importDefault(require("../View/UIHelper"));
|
|
|
14
14
|
const PercentBarRenderer_1 = require("./PercentBarRenderer");
|
|
15
15
|
const BadgeRenderer_1 = require("./BadgeRenderer");
|
|
16
16
|
const Helper_1 = tslib_1.__importDefault(require("../Utilities/Helpers/Helper"));
|
|
17
|
-
const RowSummary_1 = require("../PredefinedConfig/Common/RowSummary");
|
|
18
17
|
class AgGridColumnAdapter {
|
|
19
18
|
constructor(adaptableInstance) {
|
|
20
19
|
this.adaptableInstance = adaptableInstance;
|
|
@@ -211,7 +210,7 @@ class AgGridColumnAdapter {
|
|
|
211
210
|
return (0, PercentBarRenderer_1.getPercentBarRendererForColumn)(styledColumn, abColumn, this.adaptableApi);
|
|
212
211
|
}
|
|
213
212
|
if (styledColumn.BadgeStyle) {
|
|
214
|
-
return (0, BadgeRenderer_1.getBadgeRendererForColumn)(styledColumn, abColumn, this.adaptableApi);
|
|
213
|
+
return (0, BadgeRenderer_1.getBadgeRendererForColumn)(styledColumn.BadgeStyle, abColumn, this.adaptableApi);
|
|
215
214
|
}
|
|
216
215
|
if (styledColumn.SparkLineStyle) {
|
|
217
216
|
return 'agSparklineCellRenderer';
|
|
@@ -353,19 +352,19 @@ class AgGridColumnAdapter {
|
|
|
353
352
|
const options = mostRelevantFormatColumn.DisplayFormat.Options;
|
|
354
353
|
if (mostRelevantFormatColumn.DisplayFormat.Formatter === 'NumberFormatter') {
|
|
355
354
|
// change the Number format - if the scope allows it
|
|
356
|
-
if (this.adaptableApi.
|
|
355
|
+
if (this.adaptableApi.columnScopeApi.isColumnInNumericScope(abColumn, mostRelevantFormatColumn.Scope)) {
|
|
357
356
|
return this.adaptableApi.formatColumnApi.internalApi.getNumberFormattedValue(params.value, params.node, abColumn, options);
|
|
358
357
|
}
|
|
359
358
|
}
|
|
360
359
|
if (mostRelevantFormatColumn.DisplayFormat.Formatter === 'DateFormatter') {
|
|
361
360
|
// change the Date format - if the scope allows it
|
|
362
|
-
if (this.adaptableApi.
|
|
361
|
+
if (this.adaptableApi.columnScopeApi.isColumnInDateScope(abColumn, mostRelevantFormatColumn.Scope)) {
|
|
363
362
|
return this.adaptableApi.formatColumnApi.internalApi.getDateFormattedValue(params.value, params.node, abColumn, options);
|
|
364
363
|
}
|
|
365
364
|
}
|
|
366
365
|
if (mostRelevantFormatColumn.DisplayFormat.Formatter === 'StringFormatter') {
|
|
367
366
|
// change the String format - if the scope allows it
|
|
368
|
-
if (this.adaptableApi.
|
|
367
|
+
if (this.adaptableApi.columnScopeApi.isColumnInStringsScope(abColumn, mostRelevantFormatColumn.Scope)) {
|
|
369
368
|
return this.adaptableApi.formatColumnApi.internalApi.getStringFormattedValue(params.value, params.node, abColumn, options);
|
|
370
369
|
}
|
|
371
370
|
}
|
|
@@ -383,7 +382,8 @@ class AgGridColumnAdapter {
|
|
|
383
382
|
const cellEditableFn = this.adaptableOptions.editOptions.isCellEditable;
|
|
384
383
|
const editableCallback = (params) => {
|
|
385
384
|
// Adaptable Row Summarie rows are not editable
|
|
386
|
-
if (params.node.data[
|
|
385
|
+
// if (params.node.data[ROW_SUMMARY_ROW_ID]) {
|
|
386
|
+
if (this.adaptableApi.gridApi.isSummaryNode(params.node)) {
|
|
387
387
|
return false;
|
|
388
388
|
}
|
|
389
389
|
if (!cellEditableFn) {
|
|
@@ -407,7 +407,7 @@ class AgGridColumnAdapter {
|
|
|
407
407
|
const preventEditAlertsForColumn = this.adaptableApi.alertApi.internalApi
|
|
408
408
|
.getAlertDefinitionsWithPreventEdit()
|
|
409
409
|
.filter((alertDefinition) => {
|
|
410
|
-
return this.adaptableApi.
|
|
410
|
+
return this.adaptableApi.columnScopeApi.isColumnInScope(abColumn, alertDefinition.Scope);
|
|
411
411
|
});
|
|
412
412
|
const noValidations = !preventEditAlertsForColumn.length && !((_a = this.adaptableOptions.editOptions) === null || _a === void 0 ? void 0 : _a.validateOnServer);
|
|
413
413
|
if (noValidations) {
|
|
@@ -668,7 +668,7 @@ class AgGridColumnAdapter {
|
|
|
668
668
|
return Object.assign(Object.assign({}, this.getFormatColumnCellStyle(gridCell.column, activeFormatColumnsWithStyle, params)), styledColumnStyle);
|
|
669
669
|
}
|
|
670
670
|
getStyledColumnStyle(styledColumn, abColumn, params) {
|
|
671
|
-
var _a
|
|
671
|
+
var _a;
|
|
672
672
|
let style = {};
|
|
673
673
|
const gradientStyle = styledColumn === null || styledColumn === void 0 ? void 0 : styledColumn.GradientStyle;
|
|
674
674
|
if (params.value === undefined) {
|
|
@@ -676,7 +676,6 @@ class AgGridColumnAdapter {
|
|
|
676
676
|
}
|
|
677
677
|
let colValue = params.value;
|
|
678
678
|
if (this.adaptableApi.gridApi.isGroupRowNode(params.node)) {
|
|
679
|
-
// We no longer support Grouped Rows
|
|
680
679
|
return style;
|
|
681
680
|
// if (styledColumn.IncludeGroupedRows) {
|
|
682
681
|
// const minColumnValue =
|
|
@@ -692,7 +691,9 @@ class AgGridColumnAdapter {
|
|
|
692
691
|
// return style;
|
|
693
692
|
// }
|
|
694
693
|
}
|
|
695
|
-
if (
|
|
694
|
+
if (styledColumn.BadgeStyle &&
|
|
695
|
+
!((_a = styledColumn.BadgeStyle.RowScope) === null || _a === void 0 ? void 0 : _a.ExcludeSummaryRows) &&
|
|
696
|
+
this.adaptableApi.gridApi.isSummaryNode(params === null || params === void 0 ? void 0 : params.node)) {
|
|
696
697
|
return style;
|
|
697
698
|
}
|
|
698
699
|
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;
|
|
@@ -5,31 +5,38 @@ const tslib_1 = require("tslib");
|
|
|
5
5
|
const Badge_1 = require("../View/Components/Badge");
|
|
6
6
|
const renderWithAdaptableContext_1 = require("../View/renderWithAdaptableContext");
|
|
7
7
|
const React = tslib_1.__importStar(require("react"));
|
|
8
|
-
const
|
|
9
|
-
const getBadgeRendererForColumn = (styledColumn, abColumn, api) => {
|
|
10
|
-
if (!styledColumn.BadgeStyle) {
|
|
11
|
-
return;
|
|
12
|
-
}
|
|
8
|
+
const getBadgeRendererForColumn = (badgeStyle, abColumn, api) => {
|
|
13
9
|
return class BadgetRenderer {
|
|
14
10
|
getAdaptableInstance(params) {
|
|
15
11
|
const adaptable = params.context.__adaptable;
|
|
16
12
|
return adaptable;
|
|
17
13
|
}
|
|
18
14
|
init(params) {
|
|
19
|
-
var _a, _b, _c, _d, _e, _f
|
|
15
|
+
var _a, _b, _c, _d, _e, _f;
|
|
20
16
|
const adaptable = this.getAdaptableInstance(params);
|
|
21
17
|
const adapatableApi = adaptable.api;
|
|
22
18
|
this.eGui = document.createElement('div');
|
|
23
19
|
this.eGui.className = 'ab-Badge__wrapper';
|
|
24
|
-
const
|
|
25
|
-
const
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
20
|
+
const isGroupedRow = params.node.group;
|
|
21
|
+
const isSummaryRow = adapatableApi.gridApi.isSummaryNode(params.node);
|
|
22
|
+
let shouldRender = true;
|
|
23
|
+
if (isGroupedRow) {
|
|
24
|
+
if ((_a = badgeStyle.RowScope) === null || _a === void 0 ? void 0 : _a.ExcludeGroupedRows) {
|
|
25
|
+
shouldRender = false;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
else if (isSummaryRow) {
|
|
29
|
+
if ((_b = badgeStyle.RowScope) === null || _b === void 0 ? void 0 : _b.ExcludeSummaryRows) {
|
|
30
|
+
shouldRender = false;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
else {
|
|
34
|
+
if ((_c = badgeStyle.RowScope) === null || _c === void 0 ? void 0 : _c.ExcludeDataRows) {
|
|
35
|
+
shouldRender = false;
|
|
36
|
+
}
|
|
30
37
|
}
|
|
31
|
-
if (
|
|
32
|
-
const formattedValue = (
|
|
38
|
+
if (!shouldRender) {
|
|
39
|
+
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 : '';
|
|
33
40
|
this.eGui.innerHTML = formattedValue;
|
|
34
41
|
return;
|
|
35
42
|
}
|
|
@@ -60,7 +67,7 @@ const getBadgeRendererForColumn = (styledColumn, abColumn, api) => {
|
|
|
60
67
|
userName: adapatableApi.optionsApi.getUserName(),
|
|
61
68
|
adaptableId: adapatableApi.optionsApi.getAdaptableId(),
|
|
62
69
|
};
|
|
63
|
-
const badge = api.styledColumnApi.internalApi.getApplicableBadge(
|
|
70
|
+
const badge = api.styledColumnApi.internalApi.getApplicableBadge(badgeStyle, predicateDefHandlerContext);
|
|
64
71
|
const isNullValue = formattedValue === '' || formattedValue === null || formattedValue === undefined;
|
|
65
72
|
if (!isNullValue && badge) {
|
|
66
73
|
badgesConfig.push({
|
|
@@ -84,7 +91,7 @@ const getBadgeRendererForColumn = (styledColumn, abColumn, api) => {
|
|
|
84
91
|
userName: adapatableApi.optionsApi.getUserName(),
|
|
85
92
|
adaptableId: adapatableApi.optionsApi.getAdaptableId(),
|
|
86
93
|
};
|
|
87
|
-
const badge = api.styledColumnApi.internalApi.getApplicableBadge(
|
|
94
|
+
const badge = api.styledColumnApi.internalApi.getApplicableBadge(badgeStyle, predicateDefHandlerContext);
|
|
88
95
|
const isNullValue = formattedValue === '' || formattedValue === null || formattedValue === undefined;
|
|
89
96
|
if (
|
|
90
97
|
// empty values
|
|
@@ -19,7 +19,6 @@ const getPercentBarRendererForColumn = (styledColumn, abColumn, api) => {
|
|
|
19
19
|
}
|
|
20
20
|
// No longer support showing Percent Bar in Grouped Rows
|
|
21
21
|
if (api.gridApi.isGroupRowNode(params.node)) {
|
|
22
|
-
// if (!styledColumn.IncludeGroupedRows && api.gridApi.isGroupRowNode(params.node)) {
|
|
23
22
|
if (params.value) {
|
|
24
23
|
this.eGui = document.createElement('div');
|
|
25
24
|
this.eGui.append(params.value);
|
package/src/env.js
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.default = {
|
|
4
4
|
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" || '',
|
|
5
|
-
PUBLISH_TIMESTAMP:
|
|
6
|
-
VERSION: "18.0.0-canary.
|
|
5
|
+
PUBLISH_TIMESTAMP: 1712828155565 || Date.now(),
|
|
6
|
+
VERSION: "18.0.0-canary.32" || '--current-version--',
|
|
7
7
|
};
|
|
@@ -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: {
|