@adaptabletools/adaptable 22.0.0-canary.4 → 22.0.0-canary.6
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/index.css +46 -26
- package/index.css.map +1 -1
- package/package.json +1 -1
- package/src/AdaptableOptions/CustomSortOptions.d.ts +1 -2
- package/src/AdaptableState/AlertState.d.ts +6 -2
- package/src/AdaptableState/ChartingState.d.ts +5 -5
- package/src/AdaptableState/Common/AdaptableObject.d.ts +0 -9
- package/src/AdaptableState/Common/AdaptableStyle.d.ts +1 -1
- package/src/AdaptableState/Common/ColumnHighlightInfo.d.ts +18 -0
- package/src/AdaptableState/Common/Schedule.d.ts +6 -2
- package/src/AdaptableState/CustomSortState.d.ts +6 -2
- package/src/AdaptableState/DashboardState.d.ts +3 -3
- package/src/AdaptableState/ExportState.d.ts +3 -3
- package/src/AdaptableState/FlashingCellState.d.ts +6 -2
- package/src/AdaptableState/FormatColumnState.d.ts +6 -2
- package/src/AdaptableState/InternalState.d.ts +2 -0
- package/src/AdaptableState/LayoutState.d.ts +4 -4
- package/src/AdaptableState/NamedQueryState.d.ts +3 -3
- package/src/AdaptableState/PlusMinusState.d.ts +6 -2
- package/src/AdaptableState/ShortcutState.d.ts +6 -2
- package/src/AdaptableState/ThemeState.d.ts +3 -3
- package/src/Api/GridApi.d.ts +18 -3
- package/src/Api/Implementation/GridApiImpl.d.ts +4 -0
- package/src/Api/Implementation/GridApiImpl.js +15 -1
- package/src/Api/Implementation/LayoutHelpers.js +4 -4
- package/src/Redux/ActionsReducers/InternalRedux.d.ts +15 -0
- package/src/Redux/ActionsReducers/InternalRedux.js +36 -0
- package/src/Redux/Store/AdaptableStore.js +21 -0
- package/src/View/Alert/Utilities/getDefaultAlertDefinition.d.ts +2 -2
- package/src/View/Components/ColumnFilter/FloatingFilter.js +41 -3
- package/src/View/Components/ColumnFilter/components/ColumnFilterMenu.js +54 -2
- package/src/View/Components/StyleComponent.d.ts +1 -0
- package/src/View/Components/StyleComponent.js +84 -33
- package/src/View/GridFilter/GridFilterExpressionEditor.js +6 -1
- package/src/View/GridFilter/GridFilterViewPanel.js +33 -70
- package/src/View/Layout/Wizard/sections/PivotColumnsSection.js +2 -2
- package/src/agGrid/AdaptableAgGrid.js +9 -0
- package/src/agGrid/AgGridColumnAdapter.d.ts +1 -0
- package/src/agGrid/AgGridColumnAdapter.js +14 -3
- package/src/components/ColorPicker/ColorPicker.js +5 -4
- package/src/components/ExpressionEditor/ExpressionFunctionDocumentation.js +1 -1
- package/src/components/Select/Select.js +78 -15
- package/src/env.js +2 -2
- package/src/layout-manager/src/LayoutManagerModel.d.ts +1 -1
- package/src/layout-manager/src/index.js +5 -5
- package/src/layout-manager/src/normalizeLayoutModel.js +2 -2
- package/src/metamodel/adaptable.metamodel.d.ts +25 -18
- package/src/metamodel/adaptable.metamodel.js +1 -1
- package/src/types.d.ts +2 -2
- package/tsconfig.esm.tsbuildinfo +1 -1
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/FinanceForm.js +0 -632
- package/src/View/Alert/AlertEntityRow.d.ts +0 -11
- package/src/View/Alert/AlertEntityRow.js +0 -28
- package/src/View/CalculatedColumn/CalculatedColumnSummary.d.ts +0 -21
- package/src/View/CalculatedColumn/CalculatedColumnSummary.js +0 -58
- package/src/View/Components/Buttons/ButtonFunction.d.ts +0 -7
- package/src/View/Components/Buttons/ButtonFunction.js +0 -8
- package/src/View/Components/Buttons/ButtonGeneral.d.ts +0 -5
- package/src/View/Components/Buttons/ButtonGeneral.js +0 -7
- package/src/View/Components/Buttons/ButtonPreviewDelete.d.ts +0 -4
- package/src/View/Components/Buttons/ButtonPreviewDelete.js +0 -5
- package/src/View/Components/Buttons/ButtonShow.d.ts +0 -5
- package/src/View/Components/Buttons/ButtonShow.js +0 -7
- package/src/View/Components/Buttons/ButtonShowChart.d.ts +0 -5
- package/src/View/Components/Buttons/ButtonShowChart.js +0 -7
- package/src/View/Components/Buttons/ButtonUndo.d.ts +0 -5
- package/src/View/Components/Buttons/ButtonUndo.js +0 -7
- package/src/View/Components/ExpressionWizard.d.ts +0 -24
- package/src/View/Components/ExpressionWizard.js +0 -77
- package/src/View/Components/FilterForm/Waiting.d.ts +0 -10
- package/src/View/Components/FilterForm/Waiting.js +0 -14
- package/src/View/Components/Panels/PanelFooter.d.ts +0 -10
- package/src/View/Components/Panels/PanelFooter.js +0 -9
- package/src/View/Components/Panels/PanelWithTwoButtons.d.ts +0 -12
- package/src/View/Components/Panels/PanelWithTwoButtons.js +0 -15
- package/src/View/Components/Panels/ToolPanelSettingsPanel.d.ts +0 -8
- package/src/View/Components/Panels/ToolPanelSettingsPanel.js +0 -26
- package/src/View/Components/Selectors/ColumnSelectorOld.d.ts +0 -18
- package/src/View/Components/Selectors/ColumnSelectorOld.js +0 -45
- package/src/View/Components/SharedProps/WizardScopeState.d.ts +0 -4
- package/src/View/Components/SharedProps/WizardScopeState.js +0 -1
- package/src/View/Components/WizardSummaryRow.d.ts +0 -9
- package/src/View/Components/WizardSummaryRow.js +0 -11
- package/src/View/CustomSort/CustomSortSummary.d.ts +0 -23
- package/src/View/CustomSort/CustomSortSummary.js +0 -105
- package/src/View/DataImport/DataImportWizard/sections/ImportSection.d.ts +0 -9
- package/src/View/DataImport/DataImportWizard/sections/ImportSection.js +0 -19
- package/src/View/Export/Wizard/ReportColumnTypeWizard.d.ts +0 -19
- package/src/View/Export/Wizard/ReportColumnTypeWizard.js +0 -68
- package/src/View/Export/Wizard/ReportRowTypeWizard.d.ts +0 -19
- package/src/View/Export/Wizard/ReportRowTypeWizard.js +0 -68
- package/src/View/Export/Wizard/ReportSettingsWizard.d.ts +0 -21
- package/src/View/Export/Wizard/ReportSettingsWizard.js +0 -56
- package/src/View/Export/Wizard/ReportSummaryWizard.d.ts +0 -15
- package/src/View/Export/Wizard/ReportSummaryWizard.js +0 -35
- package/src/View/Filter/FilterSummary.d.ts +0 -18
- package/src/View/Filter/FilterSummary.js +0 -48
- package/src/View/FormatColumn/FormatColumnSummary.d.ts +0 -22
- package/src/View/FormatColumn/FormatColumnSummary.js +0 -90
- package/src/View/FreeTextColumn/FreeTextColumnSummary.d.ts +0 -22
- package/src/View/FreeTextColumn/FreeTextColumnSummary.js +0 -88
- package/src/View/GridInfo/GridInfoPopup/AdaptableOptionsComponent.d.ts +0 -7
- package/src/View/GridInfo/GridInfoPopup/AdaptableOptionsComponent.js +0 -94
- package/src/View/PlusMinus/PlusMinusSummary.d.ts +0 -22
- package/src/View/PlusMinus/PlusMinusSummary.js +0 -95
- package/src/View/Wizard/WizardLegend.d.ts +0 -12
- package/src/View/Wizard/WizardLegend.js +0 -23
- /package/src/{View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/FinanceForm.d.ts → AdaptableState/Common/ColumnHighlightInfo.js} +0 -0
|
@@ -4,7 +4,7 @@ import ReactSelect, { components, } from 'react-select';
|
|
|
4
4
|
import CreatableSelect from 'react-select/creatable';
|
|
5
5
|
import { Icon } from '../icons';
|
|
6
6
|
import { DataSource, InfiniteTable, } from '@infinite-table/infinite-react';
|
|
7
|
-
import { useCallback, useMemo, useState } from 'react';
|
|
7
|
+
import { useCallback, useId, useMemo, useState } from 'react';
|
|
8
8
|
import { Resizable } from 're-resizable';
|
|
9
9
|
import Tooltip from '../Tooltip';
|
|
10
10
|
import { ensurePortalElement } from '../OverlayTrigger';
|
|
@@ -115,6 +115,7 @@ const doesOptionMatchValue = function (value) {
|
|
|
115
115
|
};
|
|
116
116
|
export const Select = function (props) {
|
|
117
117
|
let maxLabelLength = 0;
|
|
118
|
+
const inputId = useId();
|
|
118
119
|
const computedCSSVars = useAdaptableComputedCSSVars();
|
|
119
120
|
const CSS_VARS_VALUES = {
|
|
120
121
|
'--ab-cmp-select-menu__max-width': computedCSSVars['--ab-cmp-select-menu__max-width'] || '60vw',
|
|
@@ -126,14 +127,15 @@ export const Select = function (props) {
|
|
|
126
127
|
// relevant for menulist search only
|
|
127
128
|
const menulistInputRef = React.useRef(null);
|
|
128
129
|
const [isSelectMenuOpen, setIsSelectMenuOpen] = useState(false);
|
|
129
|
-
const
|
|
130
|
+
const propsOnMenuOpen = props.onMenuOpen;
|
|
131
|
+
const openSelectMenu = React.useCallback(() => {
|
|
130
132
|
setIsSelectMenuOpen(true);
|
|
131
133
|
// it's a react-select bug, onMenuOpen is not called with controlled menuIsOpen
|
|
132
|
-
|
|
133
|
-
};
|
|
134
|
-
const closeSelectMenu = () => {
|
|
134
|
+
propsOnMenuOpen?.();
|
|
135
|
+
}, [propsOnMenuOpen]);
|
|
136
|
+
const closeSelectMenu = React.useCallback(() => {
|
|
135
137
|
setIsSelectMenuOpen(false);
|
|
136
|
-
};
|
|
138
|
+
}, []);
|
|
137
139
|
const ref = React.useRef(null);
|
|
138
140
|
const valueToOptionMap = new Map((props.options || []).map((opt) => {
|
|
139
141
|
let label = opt.label;
|
|
@@ -199,6 +201,18 @@ export const Select = function (props) {
|
|
|
199
201
|
/**
|
|
200
202
|
* If on each render a new reference is passed, the menu will not open using the keyboard.
|
|
201
203
|
*/
|
|
204
|
+
/**
|
|
205
|
+
* Use refs for isSelectMenuOpen, openSelectMenu, and closeSelectMenu so that
|
|
206
|
+
* SelectContainer is stable across re-renders. If SelectContainer gets a new
|
|
207
|
+
* reference when menu opens/closes, react-select recreates its internal
|
|
208
|
+
* component tree, the DummyInput is removed from DOM, and focus is lost.
|
|
209
|
+
*/
|
|
210
|
+
const isSelectMenuOpenRef = React.useRef(isSelectMenuOpen);
|
|
211
|
+
isSelectMenuOpenRef.current = isSelectMenuOpen;
|
|
212
|
+
const openSelectMenuRef = React.useRef(openSelectMenu);
|
|
213
|
+
openSelectMenuRef.current = openSelectMenu;
|
|
214
|
+
const closeSelectMenuRef = React.useRef(closeSelectMenu);
|
|
215
|
+
closeSelectMenuRef.current = closeSelectMenu;
|
|
202
216
|
const SelectContainer = React.useMemo(() => {
|
|
203
217
|
return (selectContainerProps) => {
|
|
204
218
|
return (React.createElement(components.SelectContainer, { ...selectContainerProps, innerProps: {
|
|
@@ -211,15 +225,50 @@ export const Select = function (props) {
|
|
|
211
225
|
if (!searchableInMenulist) {
|
|
212
226
|
return;
|
|
213
227
|
}
|
|
214
|
-
if (!
|
|
215
|
-
|
|
228
|
+
if (!isSelectMenuOpenRef.current) {
|
|
229
|
+
openSelectMenuRef.current();
|
|
216
230
|
e.stopPropagation();
|
|
217
231
|
e.preventDefault();
|
|
218
232
|
}
|
|
219
233
|
},
|
|
234
|
+
onKeyDownCapture: (e) => {
|
|
235
|
+
if (!searchableInMenulist) {
|
|
236
|
+
return;
|
|
237
|
+
}
|
|
238
|
+
if (isSelectMenuOpenRef.current) {
|
|
239
|
+
if (e.key === 'Escape') {
|
|
240
|
+
closeSelectMenuRef.current();
|
|
241
|
+
e.stopPropagation();
|
|
242
|
+
e.preventDefault();
|
|
243
|
+
e.nativeEvent.stopImmediatePropagation();
|
|
244
|
+
// we do this because the focus is lost when the menu is closed
|
|
245
|
+
// and document.body is set as the active element
|
|
246
|
+
requestAnimationFrame(() => {
|
|
247
|
+
document.getElementById(inputId)?.focus();
|
|
248
|
+
// we need to do it again
|
|
249
|
+
// also don't store a ref to the input element
|
|
250
|
+
// but query the DOM again
|
|
251
|
+
// as the old ref is no longer in the DOM
|
|
252
|
+
// because of a react-select bug I presume
|
|
253
|
+
requestAnimationFrame(() => {
|
|
254
|
+
document.getElementById(inputId)?.focus();
|
|
255
|
+
});
|
|
256
|
+
});
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
else {
|
|
260
|
+
// open the menu
|
|
261
|
+
if (e.key === 'Enter' || e.key === ' ' || e.key === 'ArrowDown') {
|
|
262
|
+
openSelectMenuRef.current();
|
|
263
|
+
e.stopPropagation();
|
|
264
|
+
e.preventDefault();
|
|
265
|
+
e.nativeEvent.stopImmediatePropagation();
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
},
|
|
220
269
|
} }));
|
|
221
270
|
};
|
|
222
|
-
}, [
|
|
271
|
+
}, [searchableInMenulist]);
|
|
223
272
|
const resizable = props.resizable ?? false;
|
|
224
273
|
const ValueContainer = React.useMemo(() => {
|
|
225
274
|
return (props) => {
|
|
@@ -521,11 +570,25 @@ export const Select = function (props) {
|
|
|
521
570
|
setInputValue(value);
|
|
522
571
|
props.onInputChange?.(value);
|
|
523
572
|
}, [props.onInputChange, isMulti]);
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
573
|
+
/**
|
|
574
|
+
* Use refs for selectedOption and renderSingleValue so that the
|
|
575
|
+
* SingleValue component function is stable across re-renders.
|
|
576
|
+
* If SingleValue gets a new reference on each render, selectComponents changes,
|
|
577
|
+
* react-select recreates its internal component tree, the DummyInput is removed
|
|
578
|
+
* from DOM, and focus is lost (the keyboard stops working).
|
|
579
|
+
* See the comment above SelectContainer about this exact issue.
|
|
580
|
+
*/
|
|
581
|
+
const selectedOptionRef = React.useRef(selectedOption);
|
|
582
|
+
selectedOptionRef.current = selectedOption;
|
|
583
|
+
const renderSingleValueRef = React.useRef(props.renderSingleValue);
|
|
584
|
+
renderSingleValueRef.current = props.renderSingleValue;
|
|
585
|
+
const SingleValue = React.useMemo(() => {
|
|
586
|
+
return (singleValueProps) => {
|
|
587
|
+
return (React.createElement(components.SingleValue, { ...singleValueProps }, renderSingleValueRef.current
|
|
588
|
+
? renderSingleValueRef.current(selectedOptionRef.current)
|
|
589
|
+
: singleValueProps.children));
|
|
590
|
+
};
|
|
591
|
+
}, []);
|
|
529
592
|
const selectComponents = useMemo(() => {
|
|
530
593
|
return {
|
|
531
594
|
SelectContainer,
|
|
@@ -546,7 +609,7 @@ export const Select = function (props) {
|
|
|
546
609
|
MenuList,
|
|
547
610
|
]);
|
|
548
611
|
return (React.createElement(React.Fragment, null,
|
|
549
|
-
React.createElement(SelectComponent, { ref: ref, openMenuOnClick: searchableInMenulist ? false : undefined, openMenuOnFocus: searchableInMenulist ? false : undefined, menuIsOpen: searchableInMenulist ? isSelectMenuOpen : undefined, isSearchable: searchableInline, "aria-label": props['aria-label'], onKeyDown: props.onKeyDown, inputValue: inputValue, onInputChange: onInputChange, onFocus: onFocus, onBlur: onBlur, onMenuOpen: props.onMenuOpen, isLoading: props.isLoading, options: props.options, className: clsx(props.className, 'ab-Select'), isDisabled: disabled, menuPlacement: props.menuPlacement ?? 'auto', hideSelectedOptions: false, isMulti: isMulti, value: selectedOption, blurInputOnSelect: false, menuPosition: props.menuPosition ?? 'absolute',
|
|
612
|
+
React.createElement(SelectComponent, { ref: ref, openMenuOnClick: searchableInMenulist ? false : undefined, openMenuOnFocus: searchableInMenulist ? false : undefined, menuIsOpen: searchableInMenulist ? isSelectMenuOpen : undefined, isSearchable: searchableInline, "aria-label": props['aria-label'], onKeyDown: props.onKeyDown, inputValue: inputValue, inputId: inputId, onInputChange: onInputChange, onFocus: onFocus, onBlur: onBlur, onMenuOpen: props.onMenuOpen, isLoading: props.isLoading, options: props.options, className: clsx(props.className, 'ab-Select'), isDisabled: disabled, menuPlacement: props.menuPlacement ?? 'auto', hideSelectedOptions: false, isMulti: isMulti, value: selectedOption, blurInputOnSelect: false, menuPosition: props.menuPosition ?? 'absolute',
|
|
550
613
|
// This needed so the menu is not clipped by overflow: hidden
|
|
551
614
|
menuPortalTarget: ensurePortalElement(), isClearable: props.isClearable, closeMenuOnSelect: props.closeMenuOnSelect, onChange: (option) => {
|
|
552
615
|
if (isMulti) {
|
package/src/env.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
NEXT_PUBLIC_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: "22.0.0-canary.
|
|
3
|
+
PUBLISH_TIMESTAMP: 1770400478241 || Date.now(),
|
|
4
|
+
VERSION: "22.0.0-canary.6" || '--current-version--',
|
|
5
5
|
};
|
|
@@ -172,6 +172,6 @@ export interface PivotLayoutModel extends BaseLayoutModel {
|
|
|
172
172
|
* Display automatically calculated Totals within EACH Pivot Column Group, in the position specified
|
|
173
173
|
*/
|
|
174
174
|
PivotColumnTotal?: 'before' | 'after' | boolean;
|
|
175
|
-
|
|
175
|
+
PivotResultColumnsOrder?: string[] | boolean;
|
|
176
176
|
}
|
|
177
177
|
export type LayoutModel = TableLayoutModel | PivotLayoutModel;
|
|
@@ -348,7 +348,7 @@ export class LayoutManager extends LMEmitter {
|
|
|
348
348
|
const layout = this.getUndecidedLayoutModelFromGrid(columnState);
|
|
349
349
|
let ColumnSizing = layout.ColumnSizing || {};
|
|
350
350
|
let ColumnVisibility = { ...layout.ColumnVisibility };
|
|
351
|
-
const storePivotResultColumns = !!prevLayout?.
|
|
351
|
+
const storePivotResultColumns = !!prevLayout?.PivotResultColumnsOrder;
|
|
352
352
|
//let's also include the column widths of the pivotResult columns
|
|
353
353
|
pivotResultColumns.forEach((col) => {
|
|
354
354
|
const colId = col.getColId();
|
|
@@ -407,7 +407,7 @@ export class LayoutManager extends LMEmitter {
|
|
|
407
407
|
const displayedPivotResultColumns = this.gridApi
|
|
408
408
|
.getAllDisplayedColumns()
|
|
409
409
|
.filter((col) => pivotResultColumnsSet.has(col.getColId()));
|
|
410
|
-
pivotLayout.
|
|
410
|
+
pivotLayout.PivotResultColumnsOrder = displayedPivotResultColumns.map((col) => col.getColId());
|
|
411
411
|
}
|
|
412
412
|
if (layout.SuppressAggFuncInHeader) {
|
|
413
413
|
pivotLayout.SuppressAggFuncInHeader = layout.SuppressAggFuncInHeader;
|
|
@@ -1279,8 +1279,8 @@ export class LayoutManager extends LMEmitter {
|
|
|
1279
1279
|
this.computePinnedColumns(layout, columnState);
|
|
1280
1280
|
this.computePivotAggregations(layout, columnState);
|
|
1281
1281
|
// Add pivot result columns to the state for ordering (will be applied with applyOrder: true later)
|
|
1282
|
-
if (Array.isArray(layout.
|
|
1283
|
-
layout.
|
|
1282
|
+
if (Array.isArray(layout.PivotResultColumnsOrder)) {
|
|
1283
|
+
layout.PivotResultColumnsOrder.forEach((colId) => {
|
|
1284
1284
|
columnState.state.push({ colId });
|
|
1285
1285
|
});
|
|
1286
1286
|
}
|
|
@@ -1525,7 +1525,7 @@ export class LayoutManager extends LMEmitter {
|
|
|
1525
1525
|
// now recompute and apply the last one
|
|
1526
1526
|
this.computePivotAggregations(layout, columnState);
|
|
1527
1527
|
// Apply order only on the final call when PivotResultColumns is specified
|
|
1528
|
-
if (Array.isArray(layout.
|
|
1528
|
+
if (Array.isArray(layout.PivotResultColumnsOrder)) {
|
|
1529
1529
|
columnState.applyOrder = true;
|
|
1530
1530
|
}
|
|
1531
1531
|
this.gridApi.applyColumnState(columnState);
|
|
@@ -132,8 +132,8 @@ export function normalizePivotLayoutModel(layout) {
|
|
|
132
132
|
if (!layout.ColumnPinning) {
|
|
133
133
|
layout.ColumnPinning = {};
|
|
134
134
|
}
|
|
135
|
-
if (!layout.
|
|
136
|
-
layout.
|
|
135
|
+
if (!layout.PivotResultColumnsOrder) {
|
|
136
|
+
layout.PivotResultColumnsOrder = false;
|
|
137
137
|
}
|
|
138
138
|
if (!layout.ColumnSizing) {
|
|
139
139
|
layout.ColumnSizing = {};
|
|
@@ -1094,6 +1094,11 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1094
1094
|
defVal: string;
|
|
1095
1095
|
})[];
|
|
1096
1096
|
};
|
|
1097
|
+
AdaptableTransientState: {
|
|
1098
|
+
name: string;
|
|
1099
|
+
kind: string;
|
|
1100
|
+
desc: string;
|
|
1101
|
+
};
|
|
1097
1102
|
AdaptableVersion: {
|
|
1098
1103
|
name: string;
|
|
1099
1104
|
kind: string;
|
|
@@ -1290,6 +1295,12 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
1290
1295
|
desc: string;
|
|
1291
1296
|
ref: string;
|
|
1292
1297
|
isOpt?: undefined;
|
|
1298
|
+
} | {
|
|
1299
|
+
name: string;
|
|
1300
|
+
kind: string;
|
|
1301
|
+
desc: string;
|
|
1302
|
+
isOpt?: undefined;
|
|
1303
|
+
ref?: undefined;
|
|
1293
1304
|
})[];
|
|
1294
1305
|
};
|
|
1295
1306
|
AlertDefinitionPredicate: {
|
|
@@ -2157,20 +2168,12 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
2157
2168
|
name: string;
|
|
2158
2169
|
kind: string;
|
|
2159
2170
|
desc: string;
|
|
2160
|
-
isOpt?: undefined;
|
|
2161
|
-
ref?: undefined;
|
|
2162
|
-
} | {
|
|
2163
|
-
name: string;
|
|
2164
|
-
kind: string;
|
|
2165
|
-
desc: string;
|
|
2166
|
-
isOpt: boolean;
|
|
2167
2171
|
ref?: undefined;
|
|
2168
2172
|
} | {
|
|
2169
2173
|
name: string;
|
|
2170
2174
|
kind: string;
|
|
2171
2175
|
desc: string;
|
|
2172
2176
|
ref: string;
|
|
2173
|
-
isOpt?: undefined;
|
|
2174
2177
|
})[];
|
|
2175
2178
|
};
|
|
2176
2179
|
CommandHandler: {
|
|
@@ -3669,6 +3672,13 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3669
3672
|
isOpt: boolean;
|
|
3670
3673
|
defVal: string;
|
|
3671
3674
|
ref?: undefined;
|
|
3675
|
+
} | {
|
|
3676
|
+
name: string;
|
|
3677
|
+
kind: string;
|
|
3678
|
+
desc: string;
|
|
3679
|
+
isOpt?: undefined;
|
|
3680
|
+
defVal?: undefined;
|
|
3681
|
+
ref?: undefined;
|
|
3672
3682
|
} | {
|
|
3673
3683
|
name: string;
|
|
3674
3684
|
kind: string;
|
|
@@ -3725,6 +3735,13 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
3725
3735
|
isOpt: boolean;
|
|
3726
3736
|
ref: string;
|
|
3727
3737
|
defVal?: undefined;
|
|
3738
|
+
} | {
|
|
3739
|
+
name: string;
|
|
3740
|
+
kind: string;
|
|
3741
|
+
desc: string;
|
|
3742
|
+
isOpt?: undefined;
|
|
3743
|
+
ref?: undefined;
|
|
3744
|
+
defVal?: undefined;
|
|
3728
3745
|
} | {
|
|
3729
3746
|
name: string;
|
|
3730
3747
|
kind: string;
|
|
@@ -4477,16 +4494,6 @@ export declare const ADAPTABLE_METAMODEL: {
|
|
|
4477
4494
|
kind: string;
|
|
4478
4495
|
desc: string;
|
|
4479
4496
|
};
|
|
4480
|
-
NamedObject: {
|
|
4481
|
-
name: string;
|
|
4482
|
-
kind: string;
|
|
4483
|
-
desc: string;
|
|
4484
|
-
props: {
|
|
4485
|
-
name: string;
|
|
4486
|
-
kind: string;
|
|
4487
|
-
desc: string;
|
|
4488
|
-
}[];
|
|
4489
|
-
};
|
|
4490
4497
|
NamedQuery: {
|
|
4491
4498
|
name: string;
|
|
4492
4499
|
kind: string;
|