@adaptabletools/adaptable 12.1.8-canary.1 → 12.2.0
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 +116 -22
- package/bundle.cjs.js +108 -108
- package/index.css +132 -23
- package/package.json +1 -1
- package/publishTimestamp.d.ts +1 -1
- package/publishTimestamp.js +1 -1
- package/src/AdaptableOptions/AdaptableQLOptions.d.ts +44 -10
- package/src/AdaptableOptions/FinancePluginOptions.d.ts +5 -11
- package/src/AdaptableOptions/GeneralOptions.d.ts +19 -1
- package/src/AdaptableOptions/StateOptions.d.ts +1 -1
- package/src/Api/Implementation/AlertApiImpl.js +1 -2
- package/src/Api/Implementation/CellSummaryApiImpl.d.ts +5 -0
- package/src/Api/Implementation/CellSummaryApiImpl.js +23 -1
- package/src/Api/Implementation/InternalApiImpl.d.ts +3 -1
- package/src/Api/Implementation/InternalApiImpl.js +34 -0
- package/src/Api/Implementation/LayoutApiImpl.js +2 -2
- package/src/Api/Implementation/QueryLanguageApiImpl.d.ts +1 -0
- package/src/Api/Implementation/QueryLanguageApiImpl.js +5 -0
- package/src/Api/InternalApi.d.ts +6 -1
- package/src/Api/QueryLanguageApi.d.ts +5 -0
- package/src/Strategy/BulkUpdateModule.d.ts +1 -1
- package/src/Strategy/CalculatedColumnModule.js +1 -1
- package/src/Strategy/QueryModule.js +1 -1
- package/src/Strategy/Utilities/Export/getExportRowsViewItems.js +0 -13
- package/src/Strategy/Utilities/getExpressionViewItems.d.ts +3 -4
- package/src/Strategy/Utilities/getExpressionViewItems.js +3 -3
- package/src/Strategy/Utilities/getRuleViewItems.js +1 -1
- package/src/Utilities/Defaults/DefaultAdaptableOptions.js +2 -0
- package/src/Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions.js +1 -1
- package/src/Utilities/ExpressionFunctions/expressionFunctionUtils.js +2 -0
- package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.d.ts +1 -1
- package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.js +14 -0
- package/src/Utilities/Services/Interface/IQueryLanguageService.d.ts +2 -0
- package/src/Utilities/Services/QueryLanguageService.d.ts +2 -1
- package/src/Utilities/Services/QueryLanguageService.js +45 -19
- package/src/Utilities/Services/ReportService.js +1 -2
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableOptionsForm.d.ts +1 -1
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableOptionsForm.js +10 -10
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/Components/FormBox.d.ts +3 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/Components/FormBox.js +9 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizard.js +13 -15
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/EntitlementsForm.d.ts +1 -1
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/EntitlementsForm.js +2 -2
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/FinanceForm.d.ts +7 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/FinanceForm.js +280 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/index.d.ts +1 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/index.js +5 -0
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/GridOptionsForm.d.ts +1 -1
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/GridOptionsForm.js +4 -4
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsStatusbarForm.js +2 -8
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UiOptionsForm.d.ts +1 -1
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UiOptionsForm.js +3 -3
- package/src/View/AdaptableWizardView/Wizard.js +2 -2
- package/src/View/CalculatedColumn/CalculatedColumnSummary.d.ts +0 -1
- package/src/View/CalculatedColumn/CalculatedColumnSummary.js +1 -8
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnExpressionWizardSection.js +6 -5
- package/src/View/CellSummary/CellSummaryViewPanel.js +1 -1
- package/src/View/Components/AdaptableObjectCollection/index.d.ts +3 -4
- package/src/View/Components/AdaptableObjectCollection/index.js +7 -8
- package/src/View/Components/AdaptableObjectRow/index.js +1 -4
- package/src/View/Components/EntityRulesEditor/index.js +3 -3
- package/src/View/Components/FilterForm/QuickFilterForm.js +9 -1
- package/src/View/Components/Popups/AdaptablePopup/PopupPanel.d.ts +1 -0
- package/src/View/Components/Popups/AdaptablePopup/PopupPanel.js +2 -1
- package/src/View/Components/ValueSelector/index.js +8 -19
- package/src/View/CustomSort/CustomSortSummary.js +1 -1
- package/src/View/Dashboard/DashboardPopup.js +11 -10
- package/src/View/Export/ExportViewPanel.js +2 -2
- package/src/View/Export/Wizard/ReportRowsWizardSection.js +4 -3
- package/src/View/Filter/FilterViewPanel.js +3 -2
- package/src/View/GridInfo/AdaptableObjectsSummary.js +5 -3
- package/src/View/GridInfo/AdaptableOptionsComponent.js +1 -1
- package/src/View/GridInfo/GridInfoPopup.js +6 -7
- package/src/View/Query/Wizard/NamedQueryExpressionWizardSection.js +3 -4
- package/src/View/StateManagement/StateManagementPopup.js +18 -19
- package/src/agGrid/Adaptable.d.ts +2 -0
- package/src/agGrid/Adaptable.js +61 -17
- package/src/agGrid/weightedAverage.d.ts +2 -0
- package/src/agGrid/weightedAverage.js +52 -1
- package/src/components/DragAndDropContext/ModuleManager.js +3 -4
- package/src/components/DragAndDropContext/TabList.js +9 -30
- package/src/components/DragAndDropContext/UnusedPanel.js +1 -7
- package/src/components/DropdownButton/index.js +2 -2
- package/src/components/EmptyContent/index.js +2 -2
- package/src/components/ExpressionEditor/BaseEditorInput.js +1 -0
- package/src/components/ExpressionEditor/index.js +24 -14
- package/src/metamodel/adaptable.metamodel.d.ts +34 -10
- package/src/metamodel/adaptable.metamodel.js +1 -1
- package/src/parser/src/types.d.ts +14 -10
- package/src/types.d.ts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -4,11 +4,12 @@ exports.ToolbarItem = exports.ToolbarList = exports.TabItem = exports.TabList =
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const React = tslib_1.__importStar(require("react"));
|
|
6
6
|
const react_beautiful_dnd_1 = require("react-beautiful-dnd");
|
|
7
|
+
const rebass_1 = require("rebass");
|
|
7
8
|
const icons_1 = require("../icons");
|
|
8
9
|
const SimpleButton_1 = tslib_1.__importDefault(require("../SimpleButton"));
|
|
9
10
|
const DragAndDropContext_1 = require("./DragAndDropContext");
|
|
10
11
|
function TabList({ tabs, onRemoveTab, onRemoveToolbar, onChangeTabName, disabled, }) {
|
|
11
|
-
return (React.createElement(react_beautiful_dnd_1.Droppable, { droppableId: "MAIN", type: "TAB", direction: "horizontal" }, (provided) => (React.createElement("div", Object.assign({
|
|
12
|
+
return (React.createElement(react_beautiful_dnd_1.Droppable, { droppableId: "MAIN", type: "TAB", direction: "horizontal" }, (provided) => (React.createElement("div", Object.assign({}, provided.droppableProps, { className: "ab-ModuleSelector__TabList", ref: provided.innerRef, style: { display: 'flex' }, "data-name": "dashboard-tabs" }),
|
|
12
13
|
tabs.map((tab, tabIndex) => (React.createElement(TabItem, { disabled: disabled, key: tabIndex, tabIndex: tabIndex, tab: tab, onRemove: () => onRemoveTab(tabIndex), onRemoveToolbar: (toolbarIndex) => onRemoveToolbar(tabIndex, toolbarIndex), onChangeTabName: (tabName) => onChangeTabName(tabIndex, tabName) }))),
|
|
13
14
|
provided.placeholder))));
|
|
14
15
|
}
|
|
@@ -16,29 +17,15 @@ exports.TabList = TabList;
|
|
|
16
17
|
function TabItem({ tab, tabIndex, onRemove, onRemoveToolbar, onChangeTabName, disabled, }) {
|
|
17
18
|
const context = React.useContext(DragAndDropContext_1.DragAndDropContext);
|
|
18
19
|
const isDragDisabled = disabled || !context.permittedActions.dragAndDropTab;
|
|
19
|
-
return (React.createElement(react_beautiful_dnd_1.Draggable, { isDragDisabled: isDragDisabled, draggableId: String(tabIndex), index: tabIndex }, (provided) => (React.createElement("div", Object.assign({ "data-name": "dashboard-tab", ref: provided.innerRef }, provided.draggableProps, { style: Object.assign(
|
|
20
|
-
React.createElement("div", {
|
|
21
|
-
display: 'flex',
|
|
22
|
-
alignItems: 'center',
|
|
23
|
-
padding: 'var(--ab-space-1)',
|
|
24
|
-
borderBottom: '1px solid var(--ab-color-primarydark)',
|
|
25
|
-
} },
|
|
20
|
+
return (React.createElement(react_beautiful_dnd_1.Draggable, { isDragDisabled: isDragDisabled, draggableId: String(tabIndex), index: tabIndex }, (provided) => (React.createElement("div", Object.assign({ className: "ab-ModuleSelector__TabItem", "data-name": "dashboard-tab", ref: provided.innerRef }, provided.draggableProps, { style: Object.assign({}, (isDragDisabled ? {} : provided.draggableProps.style)) }),
|
|
21
|
+
React.createElement("div", { className: "ab-ModuleSelector__TabItem__header" },
|
|
26
22
|
React.createElement("div", Object.assign({}, (disabled ? {} : provided.dragHandleProps), { style: context.permittedActions.dragAndDropTab
|
|
27
23
|
? {}
|
|
28
24
|
: {
|
|
29
25
|
display: 'none',
|
|
30
26
|
} }),
|
|
31
27
|
React.createElement(icons_1.Icon, { name: "drag" })),
|
|
32
|
-
context.permittedActions.editTabName ? (React.createElement("input", { type: "text", disabled: disabled, value: tab.Name,
|
|
33
|
-
flex: 1,
|
|
34
|
-
width: '100%',
|
|
35
|
-
border: 'none',
|
|
36
|
-
marginLeft: 'var(--ab-space-1)',
|
|
37
|
-
marginRight: 'var(--ab-space-1)',
|
|
38
|
-
alignSelf: 'stretch',
|
|
39
|
-
background: 'transparent',
|
|
40
|
-
color: 'var(--ab-color-text-on-primary)',
|
|
41
|
-
}, onChange: (event) => {
|
|
28
|
+
context.permittedActions.editTabName ? (React.createElement("input", { className: "ab-ModuleSelector__TabItem__header-input", type: "text", disabled: disabled, value: tab.Name, onChange: (event) => {
|
|
42
29
|
onChangeTabName(event.target.value);
|
|
43
30
|
} })) : (tab.Name),
|
|
44
31
|
context.permittedActions.deleteTab && (React.createElement(SimpleButton_1.default, { disabled: disabled, icon: "delete", variant: "text", onClick: onRemove }))),
|
|
@@ -46,15 +33,7 @@ function TabItem({ tab, tabIndex, onRemove, onRemoveToolbar, onChangeTabName, di
|
|
|
46
33
|
}
|
|
47
34
|
exports.TabItem = TabItem;
|
|
48
35
|
function ToolbarList({ toolbars, droppableId, onRemove, disabled, }) {
|
|
49
|
-
return (React.createElement(react_beautiful_dnd_1.Droppable, { droppableId: droppableId, type: "TOOLBAR" }, (provided, snapshot) => (React.createElement(
|
|
50
|
-
flex: 1,
|
|
51
|
-
padding: 4,
|
|
52
|
-
paddingBottom: 0,
|
|
53
|
-
background: snapshot.isDraggingOver
|
|
54
|
-
? 'var(--ab-dashboard-tab-drop-target__background)'
|
|
55
|
-
: '',
|
|
56
|
-
minHeight: 200,
|
|
57
|
-
} }),
|
|
36
|
+
return (React.createElement(react_beautiful_dnd_1.Droppable, { droppableId: droppableId, type: "TOOLBAR" }, (provided, snapshot) => (React.createElement(rebass_1.Box, Object.assign({ className: "ab-ModuleSelector__ToolbarList", ref: provided.innerRef }, (disabled ? {} : provided.droppableProps), { "data-name": "dashboard-toolbar-drop-target", backgroundColor: snapshot.isDraggingOver ? 'var(--ab-dashboard-tab-drop-target__background)' : '' }),
|
|
58
37
|
toolbars.map((toolbar, toolbarIndex) => (React.createElement(ToolbarItem, { disabled: disabled, key: toolbar, toolbar: toolbar, toolbarIndex: toolbarIndex, onRemove: () => onRemove(toolbarIndex) }))),
|
|
59
38
|
provided.placeholder))));
|
|
60
39
|
}
|
|
@@ -63,9 +42,9 @@ function ToolbarItem({ toolbar, toolbarIndex, onRemove, disabled, }) {
|
|
|
63
42
|
const { availableItems } = React.useContext(DragAndDropContext_1.DragAndDropContext);
|
|
64
43
|
let currentItem = availableItems.find((t) => t.Id === toolbar);
|
|
65
44
|
const title = currentItem ? currentItem.Title : toolbar;
|
|
66
|
-
return (React.createElement(react_beautiful_dnd_1.Draggable, { isDragDisabled: disabled, draggableId: toolbar, index: toolbarIndex }, (provided, snapshot) => (React.createElement(
|
|
67
|
-
|
|
68
|
-
|
|
45
|
+
return (React.createElement(react_beautiful_dnd_1.Draggable, { isDragDisabled: disabled, draggableId: toolbar, index: toolbarIndex }, (provided, snapshot) => (React.createElement(rebass_1.Flex, Object.assign({ className: "ab-ModuleSelector__ToolbarItem", alignItems: "center", backgroundColor: snapshot.isDragging
|
|
46
|
+
? 'var(--ab-dashboard-toolbar-drag__background)'
|
|
47
|
+
: 'var(--ab-color-primarylight)', ref: provided.innerRef }, provided.draggableProps, provided.dragHandleProps, { style: provided.draggableProps.style }),
|
|
69
48
|
React.createElement("div", { style: { flex: 1 } }, title),
|
|
70
49
|
React.createElement(SimpleButton_1.default, { disabled: disabled, icon: "clear", variant: "text", padding: 1, onClick: onRemove })))));
|
|
71
50
|
}
|
|
@@ -6,13 +6,7 @@ const React = tslib_1.__importStar(require("react"));
|
|
|
6
6
|
const react_beautiful_dnd_1 = require("react-beautiful-dnd");
|
|
7
7
|
const DragAndDropContext_1 = require("./DragAndDropContext");
|
|
8
8
|
function UnusedPanel({ items, disabled, title, dragItemText, }) {
|
|
9
|
-
return (React.createElement("div", { "data-name": "unusedpanel-items",
|
|
10
|
-
border: '1px solid var(--ab-color-primarydark)',
|
|
11
|
-
borderRadius: 'var(--ab__border-radius)',
|
|
12
|
-
marginBottom: 'var(--ab-space-2)',
|
|
13
|
-
paddingBottom: 'var(--ab-space-1)',
|
|
14
|
-
backgroundColor: 'var(--ab-color-defaultbackground)',
|
|
15
|
-
} },
|
|
9
|
+
return (React.createElement("div", { className: "ab-ModuleSelector__UnusedPanel", "data-name": "unusedpanel-items" },
|
|
16
10
|
React.createElement("div", { style: { padding: 'var(--ab-space-2)' } },
|
|
17
11
|
React.createElement("b", null, title),
|
|
18
12
|
" (",
|
|
@@ -83,7 +83,7 @@ const DropdownButton = React.forwardRef((props, ref) => {
|
|
|
83
83
|
const positionerRef = react_1.useRef(null);
|
|
84
84
|
const { expanded, toggle, setExpanded, positionInfo } = useExpanded_1.default(props, positionerRef);
|
|
85
85
|
const { maxHeight: maxListHeight, maxWidth: maxListWidth } = positionInfo;
|
|
86
|
-
listStyle = Object.assign({ minWidth: typeof maxListWidth === 'number' ? Math.min(listMinWidth, maxListWidth) : listMinWidth, maxHeight: maxListHeight, maxWidth: maxListWidth
|
|
86
|
+
listStyle = Object.assign({ minWidth: typeof maxListWidth === 'number' ? Math.min(listMinWidth, maxListWidth) : listMinWidth, maxHeight: maxListHeight, maxWidth: maxListWidth }, listStyle);
|
|
87
87
|
let icon = expanded
|
|
88
88
|
? react_1.cloneElement(exports.DROPDOWN_ICON, {
|
|
89
89
|
style: Object.assign(Object.assign({}, exports.DROPDOWN_ICON.props.style), { transform: 'rotate(180deg) translate3d(0px, -2px, 0px)' }),
|
|
@@ -117,7 +117,7 @@ const DropdownButton = React.forwardRef((props, ref) => {
|
|
|
117
117
|
else {
|
|
118
118
|
ref.current = btn;
|
|
119
119
|
}
|
|
120
|
-
}, style:
|
|
120
|
+
}, style: domProps.style, className: className, onClick: (e) => {
|
|
121
121
|
if (domProps.onClick) {
|
|
122
122
|
domProps.onClick(e);
|
|
123
123
|
}
|
|
@@ -10,7 +10,7 @@ const EmptyContent = (_a) => {
|
|
|
10
10
|
if (typeof children === 'string') {
|
|
11
11
|
children = React.createElement("p", null, children);
|
|
12
12
|
}
|
|
13
|
-
return (React.createElement(rebass_1.Box, {
|
|
14
|
-
React.createElement(rebass_1.Flex, Object.assign({ alignItems: "center", justifyContent: "center", flexDirection: "column"
|
|
13
|
+
return (React.createElement(rebass_1.Box, { flex: 1, className: `${baseClassName}__wrapper` },
|
|
14
|
+
React.createElement(rebass_1.Flex, Object.assign({ alignItems: "center", justifyContent: "center", flexDirection: "column" }, flexProps, { className: join_1.default(baseClassName, className), style: style }), children)));
|
|
15
15
|
};
|
|
16
16
|
exports.default = EmptyContent;
|
|
@@ -126,20 +126,30 @@ function ExpressionEditor(props) {
|
|
|
126
126
|
React.createElement(rebass_1.Flex, { flexDirection: "column", alignItems: "start" }, showColumnIds ? `[${column.columnId}]` : column.friendlyName)) }, column.dataType === 'Number' ? (React.createElement(Input_1.default, { type: "number", "data-name": "column-input", "data-value": column.columnId, value: getColValue(column), onChange: (e) => setData(updateColValue(data, column, Number(e.target.value))), width: "100%", disabled: column.readOnly })) : column.dataType === 'String' ? (React.createElement(Input_1.default, { type: "text", "data-name": "column-input", "data-value": column.columnId, value: getColValue(column), onChange: (e) => setData(updateColValue(data, column, e.target.value)), width: "100%", disabled: column.readOnly })) : column.dataType === 'Date' ? (React.createElement(AdaptableInput_1.default, { type: "date", "data-name": "column-input", "data-value": column.columnId, value: getColDateValue(column), onChange: (e) => {
|
|
127
127
|
setData(updateColValue(data, column, new Date(e.target.value)));
|
|
128
128
|
}, style: { width: '100%' }, disabled: column.readOnly })) : column.dataType === 'Boolean' ? (React.createElement(CheckBox_1.CheckBox, { "data-name": "column-input", "data-value": column.columnId, checked: getColValue(column), onChange: (checked) => setData(updateColValue(data, column, checked)), disabled: column.readOnly })) : null))))));
|
|
129
|
-
const namedQueries = (React.createElement(
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
129
|
+
const namedQueries = (React.createElement(rebass_1.Flex, { flexDirection: "column", alignItems: "start", style: { marginTop: 2 } },
|
|
130
|
+
React.createElement(CheckBox_1.CheckBox, { checked: showColumnIds, onChange: (checked) => setShowColumnIds(checked), style: {
|
|
131
|
+
float: 'right',
|
|
132
|
+
margin: 0,
|
|
133
|
+
paddingTop: 'var(--ab-space-1)',
|
|
134
|
+
paddingBottom: 'var(--ab-space-1)',
|
|
135
|
+
} }, 'Show Column IDs'),
|
|
136
|
+
props.namedQueries.map((namedQuery) => (React.createElement(rebass_1.Flex, { key: namedQuery.Uuid, flexDirection: "column", alignItems: "start", style: {
|
|
137
|
+
padding: 3,
|
|
138
|
+
marginTop: 'var(--ab-space-2)',
|
|
139
|
+
marginBottom: 'var(--ab-space-2)',
|
|
140
|
+
width: '100%',
|
|
141
|
+
}, backgroundColor: "primarylight" },
|
|
142
|
+
' ',
|
|
143
|
+
React.createElement(EditorButton_1.default, { width: "100%", height: "100%", style: {
|
|
144
|
+
background: 'var(--ab-color-primary)',
|
|
145
|
+
cursor: 'grab',
|
|
146
|
+
}, data: `QUERY("${namedQuery.Name}")`, "data-name": "column", icon: "drag" },
|
|
147
|
+
React.createElement(rebass_1.Flex, { flexDirection: "column", alignItems: "start" }, namedQuery.Name)),
|
|
148
|
+
React.createElement(rebass_1.Flex, { alignItems: "start", style: {
|
|
149
|
+
padding: 5,
|
|
150
|
+
} }, showColumnIds
|
|
151
|
+
? namedQuery.BooleanExpression
|
|
152
|
+
: props.api.queryLanguageApi.getAdaptableQueryExpressionWithColumnFriendlyNames(namedQuery)))))));
|
|
143
153
|
const showDocumentationLinks = props.api.internalApi.isDocumentationLinksDisplayed();
|
|
144
154
|
const queryDocumentationLink = queryDocumentationLinks[type];
|
|
145
155
|
return (React.createElement(EditorContext_1.ExpressionEditorContext.Provider, { value: {
|
|
@@ -689,6 +689,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
689
689
|
gridInfo?: undefined;
|
|
690
690
|
defaultValue?: undefined;
|
|
691
691
|
reference?: undefined;
|
|
692
|
+
} | {
|
|
693
|
+
name: string;
|
|
694
|
+
kind: string;
|
|
695
|
+
description: string;
|
|
696
|
+
uiLabel: string;
|
|
697
|
+
isOptional: boolean;
|
|
698
|
+
defaultValue: string;
|
|
699
|
+
gridInfo?: undefined;
|
|
700
|
+
reference?: undefined;
|
|
692
701
|
} | {
|
|
693
702
|
name: string;
|
|
694
703
|
kind: string;
|
|
@@ -2617,22 +2626,22 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2617
2626
|
kind: string;
|
|
2618
2627
|
description: string;
|
|
2619
2628
|
uiLabel: string;
|
|
2620
|
-
isOptional
|
|
2629
|
+
isOptional?: undefined;
|
|
2621
2630
|
reference?: undefined;
|
|
2622
2631
|
} | {
|
|
2623
2632
|
name: string;
|
|
2624
2633
|
kind: string;
|
|
2625
2634
|
description: string;
|
|
2626
2635
|
uiLabel: string;
|
|
2627
|
-
|
|
2628
|
-
|
|
2636
|
+
isOptional: boolean;
|
|
2637
|
+
reference?: undefined;
|
|
2629
2638
|
} | {
|
|
2630
2639
|
name: string;
|
|
2631
2640
|
kind: string;
|
|
2632
2641
|
description: string;
|
|
2633
2642
|
uiLabel: string;
|
|
2643
|
+
reference: string;
|
|
2634
2644
|
isOptional?: undefined;
|
|
2635
|
-
reference?: undefined;
|
|
2636
2645
|
} | {
|
|
2637
2646
|
name: string;
|
|
2638
2647
|
kind: string;
|
|
@@ -2677,6 +2686,15 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2677
2686
|
kind: string;
|
|
2678
2687
|
description: string;
|
|
2679
2688
|
properties: ({
|
|
2689
|
+
name: string;
|
|
2690
|
+
kind: string;
|
|
2691
|
+
description: string;
|
|
2692
|
+
uiLabel: string;
|
|
2693
|
+
isOptional: boolean;
|
|
2694
|
+
gridInfo?: undefined;
|
|
2695
|
+
defaultValue?: undefined;
|
|
2696
|
+
reference?: undefined;
|
|
2697
|
+
} | {
|
|
2680
2698
|
name: string;
|
|
2681
2699
|
kind: string;
|
|
2682
2700
|
description: string;
|
|
@@ -4900,6 +4918,18 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4900
4918
|
kind: string;
|
|
4901
4919
|
description: string;
|
|
4902
4920
|
};
|
|
4921
|
+
UnbalancedGroupsKeyContext: {
|
|
4922
|
+
name: string;
|
|
4923
|
+
kind: string;
|
|
4924
|
+
description: string;
|
|
4925
|
+
properties: {
|
|
4926
|
+
name: string;
|
|
4927
|
+
kind: string;
|
|
4928
|
+
description: string;
|
|
4929
|
+
uiLabel: string;
|
|
4930
|
+
reference: string;
|
|
4931
|
+
}[];
|
|
4932
|
+
};
|
|
4903
4933
|
UserInterfaceApi: {
|
|
4904
4934
|
name: string;
|
|
4905
4935
|
kind: string;
|
|
@@ -5005,11 +5035,5 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
5005
5035
|
name: string;
|
|
5006
5036
|
kind: string;
|
|
5007
5037
|
description: string;
|
|
5008
|
-
properties: {
|
|
5009
|
-
name: string;
|
|
5010
|
-
kind: string;
|
|
5011
|
-
description: string;
|
|
5012
|
-
uiLabel: string;
|
|
5013
|
-
}[];
|
|
5014
5038
|
};
|
|
5015
5039
|
};
|