@sap/ux-specification 1.142.7 → 1.142.9
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/CHANGELOG.md +44 -4
- package/dist/documentation/{runDocu-min.js → runDocu-min.mjs} +6 -6
- package/dist/documentation/{runDocu-min.js.map → runDocu-min.mjs.map} +2 -2
- package/dist/documentation/v2/v2-AnalyticalListPage.html +4 -4
- package/dist/documentation/v2/v2-ApplicationV2.html +4 -4
- package/dist/documentation/v2/v2-ListReport.html +4 -4
- package/dist/documentation/v2/v2-ListReportNew.html +4 -4
- package/dist/documentation/v2/v2-ObjectPage.html +4 -4
- package/dist/documentation/v2/v2-OverviewPage.html +4 -4
- package/dist/documentation/v4/v4-ApplicationV4.html +4 -4
- package/dist/documentation/v4/v4-BuildingBlocks.html +4 -4
- package/dist/documentation/v4/v4-FreestylePage.html +4 -4
- package/dist/documentation/v4/v4-ListReport.html +4 -4
- package/dist/documentation/v4/v4-ObjectPage.html +4 -4
- package/dist/index-min.mjs +1300 -0
- package/dist/index-min.mjs.map +7 -0
- package/dist/schemas/v2/ListReportNewConfig.json +143 -0
- package/dist/schemas/v4/BuildingBlocksConfig.json +62 -10
- package/dist/specification/package.json +14 -7
- package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
- package/dist/specification/scripts/macros/corrections.js +35 -3
- package/dist/specification/scripts/macros/corrections.js.map +1 -1
- package/dist/specification/scripts/macros/schema.d.ts +9 -0
- package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
- package/dist/specification/scripts/macros/schema.js +21 -4
- package/dist/specification/scripts/macros/schema.js.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.js +1 -1
- package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
- package/dist/specification/src/api.d.ts.map +1 -1
- package/dist/specification/src/api.js +6 -6
- package/dist/specification/src/api.js.map +1 -1
- package/dist/specification/src/ftfs/ftfs.d.ts.map +1 -1
- package/dist/specification/src/ftfs/ftfs.js +25 -1
- package/dist/specification/src/ftfs/ftfs.js.map +1 -1
- package/dist/specification/src/ftfs/parser/model/ObjectAggregation.d.ts +21 -0
- package/dist/specification/src/ftfs/parser/model/ObjectAggregation.d.ts.map +1 -1
- package/dist/specification/src/ftfs/parser/model/ObjectAggregation.js +35 -0
- package/dist/specification/src/ftfs/parser/model/ObjectAggregation.js.map +1 -1
- package/dist/specification/src/ftfs/parser/model/TreeModel.d.ts.map +1 -1
- package/dist/specification/src/ftfs/parser/model/TreeModel.js +3 -2
- package/dist/specification/src/ftfs/parser/model/TreeModel.js.map +1 -1
- package/dist/specification/src/ftfs/parser/model/actions/ActionAggregation.d.ts +0 -3
- package/dist/specification/src/ftfs/parser/model/actions/ActionAggregation.d.ts.map +1 -1
- package/dist/specification/src/ftfs/parser/model/actions/ActionAggregation.js +6 -4
- package/dist/specification/src/ftfs/parser/model/actions/ActionAggregation.js.map +1 -1
- package/dist/specification/src/ftfs/parser/model/actions/ActionGroupAggregation.d.ts +86 -0
- package/dist/specification/src/ftfs/parser/model/actions/ActionGroupAggregation.d.ts.map +1 -0
- package/dist/specification/src/ftfs/parser/model/actions/ActionGroupAggregation.js +139 -0
- package/dist/specification/src/ftfs/parser/model/actions/ActionGroupAggregation.js.map +1 -0
- package/dist/specification/src/ftfs/parser/model/actions/ActionsAggregation.d.ts +11 -52
- package/dist/specification/src/ftfs/parser/model/actions/ActionsAggregation.d.ts.map +1 -1
- package/dist/specification/src/ftfs/parser/model/actions/ActionsAggregation.js +15 -81
- package/dist/specification/src/ftfs/parser/model/actions/ActionsAggregation.js.map +1 -1
- package/dist/specification/src/ftfs/parser/model/actions/ActionsContainerAggregation.d.ts +46 -0
- package/dist/specification/src/ftfs/parser/model/actions/ActionsContainerAggregation.d.ts.map +1 -0
- package/dist/specification/src/ftfs/parser/model/actions/ActionsContainerAggregation.js +81 -0
- package/dist/specification/src/ftfs/parser/model/actions/ActionsContainerAggregation.js.map +1 -0
- package/dist/specification/src/ftfs/parser/model/actions/index.d.ts +2 -0
- package/dist/specification/src/ftfs/parser/model/actions/index.d.ts.map +1 -1
- package/dist/specification/src/ftfs/parser/model/actions/index.js +2 -0
- package/dist/specification/src/ftfs/parser/model/actions/index.js.map +1 -1
- package/dist/specification/src/i18n/i18n.js +35 -2
- package/dist/specification/src/i18n/i18n.js.map +1 -1
- package/dist/specification/src/index.d.ts +1 -0
- package/dist/specification/src/index.d.ts.map +1 -1
- package/dist/specification/src/index.js +4 -0
- package/dist/specification/src/index.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +37 -3
- package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorator-paths.js +18 -1
- package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.d.ts +8 -5
- package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.js +4 -1
- package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/steps/Enums.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/steps/Enums.js +47 -8
- package/dist/specification/src/sync/common/decoration/steps/Enums.js.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.d.ts +8 -0
- package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.js +56 -34
- package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/common/i18n.json +3 -1
- package/dist/specification/src/sync/common/utils.d.ts +9 -2
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +10 -0
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/stableIdUtils.d.ts +14 -1
- package/dist/specification/src/sync/v2/generate/stableIdUtils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/stableIdUtils.js +110 -0
- package/dist/specification/src/sync/v2/generate/stableIdUtils.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +4 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/TableColumn.d.ts +32 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/TableColumn.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/TableColumn.js +274 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/TableColumn.js.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +25 -11
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +21 -9
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js +141 -72
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +14 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +66 -4
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/generate.d.ts +4 -2
- package/dist/specification/src/sync/v4/generate/generate.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/generate.js +8 -4
- package/dist/specification/src/sync/v4/generate/generate.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +1 -0
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts +1 -0
- package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/listReport.js +15 -5
- package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +20 -4
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js +70 -19
- package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +6 -0
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/Page.js +8 -0
- package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts +125 -0
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +252 -1
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/templates/action/manifest.action-menu.json +10 -0
- package/dist/templates/action/manifest.action.json +13 -0
- package/dist/templates/app/Component.js +13 -0
- package/dist/templates/app/Component.ts +11 -0
- package/dist/templates/building-block/action/View.xml +30 -0
- package/dist/templates/building-block/chart/View.xml +9 -0
- package/dist/templates/building-block/common/manifest.json +7 -0
- package/dist/templates/building-block/custom-column/View.xml +5 -0
- package/dist/templates/building-block/custom-filter-field/View.xml +12 -0
- package/dist/templates/building-block/custom-form-field/View.xml +12 -0
- package/dist/templates/building-block/field/View.xml +8 -0
- package/dist/templates/building-block/filter-bar/View.xml +10 -0
- package/dist/templates/building-block/form/View.xml +4 -0
- package/dist/templates/building-block/page/View.xml +5 -0
- package/dist/templates/building-block/rich-text-editor/View.xml +3 -0
- package/dist/templates/building-block/rich-text-editor-button-groups/View.xml +18 -0
- package/dist/templates/building-block/table/View.xml +19 -0
- package/dist/templates/column/1.84/manifest.json +28 -0
- package/dist/templates/column/1.85/manifest.json +31 -0
- package/dist/templates/column/1.86/manifest.json +43 -0
- package/dist/templates/common/EventHandler.js +25 -0
- package/dist/templates/common/EventHandler.ts +28 -0
- package/dist/templates/common/Fragment.xml +3 -0
- package/dist/templates/common/FragmentWithForm.xml +7 -0
- package/dist/templates/common/FragmentWithVBox.xml +5 -0
- package/dist/templates/common/sap.fe.d.ts +43 -0
- package/dist/templates/controller-extension/Controller.js +18 -0
- package/dist/templates/controller-extension/Controller.ts +20 -0
- package/dist/templates/controller-extension/ControllerExtension.d.ts +11 -0
- package/dist/templates/controller-extension/manifest.json +14 -0
- package/dist/templates/field/manifest.json +32 -0
- package/dist/templates/filter/Controller.js +21 -0
- package/dist/templates/filter/Controller.ts +24 -0
- package/dist/templates/filter/fragment.xml +15 -0
- package/dist/templates/filter/manifest.json +12 -0
- package/dist/templates/header-section/1.85/manifest.json +43 -0
- package/dist/templates/header-section/1.86/manifest.json +45 -0
- package/dist/templates/page/custom/1.84/ext/Controller.js +45 -0
- package/dist/templates/page/custom/1.84/ext/Controller.ts +42 -0
- package/dist/templates/page/custom/1.84/ext/View.xml +6 -0
- package/dist/templates/page/custom/1.84/i18n/i18n.properties +2 -0
- package/dist/templates/page/custom/1.84/manifest.json +32 -0
- package/dist/templates/page/custom/1.94/ext/Controller.js +45 -0
- package/dist/templates/page/custom/1.94/ext/Controller.ts +42 -0
- package/dist/templates/page/custom/1.94/ext/View.xml +6 -0
- package/dist/templates/page/custom/1.94/i18n/i18n.properties +2 -0
- package/dist/templates/page/custom/1.94/manifest.json +33 -0
- package/dist/templates/page/custom/i18n/i18n.properties +2 -0
- package/dist/templates/page/list/manifest.json +20 -0
- package/dist/templates/page/object/manifest.json +33 -0
- package/dist/templates/section/1.85/manifest.json +33 -0
- package/dist/templates/section/1.86/manifest.json +32 -0
- package/dist/templates/subsection/1.85/manifest.json +37 -0
- package/dist/templates/subsection/1.86/manifest.json +36 -0
- package/dist/templates/view/ext/CustomViewWithTable.xml +3 -0
- package/dist/templates/view/manifest.json +41 -0
- package/dist/types/src/apiTypes.d.ts +3 -0
- package/dist/types/src/apiTypes.d.ts.map +1 -1
- package/dist/types/src/apiTypes.js.map +1 -1
- package/dist/types/src/common/types.d.ts +2 -0
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +2 -0
- package/dist/types/src/common/types.js.map +1 -1
- package/package.json +14 -7
- package/dist/index-min.js +0 -647
- package/dist/index-min.js.map +0 -7
|
@@ -0,0 +1,274 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* @file This file is a helper module for its sibling module Table.ts. It provides the logic needed to support the columns of a table.
|
|
4
|
+
*/
|
|
5
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
6
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
7
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
8
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
9
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.syncRuleColumns = exports.GeneralTableColumns = exports.CustomColumnDefinition = exports.GeneralTableColumn = void 0;
|
|
13
|
+
const decoration_1 = require("../../../common/decoration");
|
|
14
|
+
const common_1 = require("../../../common");
|
|
15
|
+
const ux_specification_types_1 = require("@sap/ux-specification-types");
|
|
16
|
+
const stableIdUtils_1 = require("../../generate/stableIdUtils");
|
|
17
|
+
const Action_1 = require("./Action");
|
|
18
|
+
const Table_1 = require("./Table");
|
|
19
|
+
const utils_1 = require("../../generate/utils");
|
|
20
|
+
/**
|
|
21
|
+
* The FlexAdapter used for the flex based properties of columns. Provides a control type that will be written into the corresponding flex changes.
|
|
22
|
+
* Currently, this is always sap.m.Column. Note that this is actually only true for responsive tables. For other tables it would be sap.ui.table.Column.
|
|
23
|
+
* Hence, changing the table type should result in an update of all flex changes for columns.
|
|
24
|
+
* Currently, we do not have a logic that supports that.
|
|
25
|
+
* Luckily, UI5 does not evaluate this property of a flex change, since the control id anyway identifies the control.
|
|
26
|
+
*/
|
|
27
|
+
const flexRuleForTableColumn = {
|
|
28
|
+
controlType: () => ux_specification_types_1.ControlType.TableColumn
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* The ProcessingRuleAdapter for the flex based properties of columns.
|
|
32
|
+
*
|
|
33
|
+
* @param processingRule - the ProcessingRule to be adapted
|
|
34
|
+
* @param schemaHandlingParams - information provided by the hierarchy level above
|
|
35
|
+
*/
|
|
36
|
+
const processingRuleAdapterForTableColumnFlexProperty = function (processingRule, schemaHandlingParams) {
|
|
37
|
+
const columnDetail = schemaHandlingParams.specificParams;
|
|
38
|
+
if (columnDetail.controlId) {
|
|
39
|
+
processingRule.controlId = columnDetail.controlId;
|
|
40
|
+
}
|
|
41
|
+
else {
|
|
42
|
+
// As the column has no stable id flex based properties should be suppressed.
|
|
43
|
+
delete processingRule.element;
|
|
44
|
+
}
|
|
45
|
+
};
|
|
46
|
+
/**
|
|
47
|
+
* Provides a sync rule for a flex based property of a column.
|
|
48
|
+
*
|
|
49
|
+
* @param supportsExpressionBindings - information whether the option for expression bindings should be added
|
|
50
|
+
* @returns the syncRule to be used by the property
|
|
51
|
+
*/
|
|
52
|
+
function getSyncRuleForTableColumnProperty(supportsExpressionBindings) {
|
|
53
|
+
const syncRule = {
|
|
54
|
+
flex: flexRuleForTableColumn,
|
|
55
|
+
processingRuleAdapter: processingRuleAdapterForTableColumnFlexProperty
|
|
56
|
+
};
|
|
57
|
+
if (supportsExpressionBindings) {
|
|
58
|
+
syncRule.generate = decoration_1.addPatternForBindingChangeOfEnumLR; // add option for bindings
|
|
59
|
+
}
|
|
60
|
+
return syncRule;
|
|
61
|
+
}
|
|
62
|
+
// GeneralTableColumn
|
|
63
|
+
let GeneralTableColumn = class GeneralTableColumn {
|
|
64
|
+
};
|
|
65
|
+
exports.GeneralTableColumn = GeneralTableColumn;
|
|
66
|
+
__decorate([
|
|
67
|
+
(0, decoration_1.syncRule)(getSyncRuleForTableColumnProperty(false))
|
|
68
|
+
], GeneralTableColumn.prototype, "width", void 0);
|
|
69
|
+
__decorate([
|
|
70
|
+
(0, decoration_1.syncRule)(getSyncRuleForTableColumnProperty(true))
|
|
71
|
+
], GeneralTableColumn.prototype, "hAlign", void 0);
|
|
72
|
+
__decorate([
|
|
73
|
+
(0, decoration_1.syncRule)({
|
|
74
|
+
processingRuleAdapter(processingRule, schemaHandlingParams) {
|
|
75
|
+
const columnDetail = schemaHandlingParams.specificParams;
|
|
76
|
+
if (columnDetail.actionInfo) {
|
|
77
|
+
processingRule.referenceAdaptation = {
|
|
78
|
+
specificParams: columnDetail.actionInfo,
|
|
79
|
+
suffix: (0, stableIdUtils_1.getStableIdForDatafieldActionButton)(columnDetail.actionInfo),
|
|
80
|
+
syncRuleProvider: Action_1.Action
|
|
81
|
+
};
|
|
82
|
+
}
|
|
83
|
+
else {
|
|
84
|
+
delete processingRule.element; // no action info available -> suppress action node
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
})
|
|
88
|
+
], GeneralTableColumn.prototype, "action", void 0);
|
|
89
|
+
exports.GeneralTableColumn = GeneralTableColumn = __decorate([
|
|
90
|
+
(0, decoration_1.syncRule)({
|
|
91
|
+
processingRuleAdapter(processingRule, schemaHandlingParams) {
|
|
92
|
+
const element = processingRule.element;
|
|
93
|
+
const columnInfo = schemaHandlingParams.specificParams;
|
|
94
|
+
// Add some information to processingRule.element:
|
|
95
|
+
const description = columnInfo.column.description;
|
|
96
|
+
element.description = description;
|
|
97
|
+
element[ux_specification_types_1.SchemaTag.dataType] = (0, common_1.determineDataType)(columnInfo.column.dataField);
|
|
98
|
+
if (columnInfo.column.message) {
|
|
99
|
+
element[ux_specification_types_1.SchemaTag.messages] = [columnInfo.column.message];
|
|
100
|
+
}
|
|
101
|
+
(0, common_1.addKeyToElement)(columnInfo.column.dataField, element, false);
|
|
102
|
+
// Translate the specificParams from type ColumnInfo to type ColumnDetail which is easier to consume by the properties of class GeneralTableColumn:
|
|
103
|
+
const controlId = (0, stableIdUtils_1.getControlIdForColumn)(columnInfo.smartTableId, columnInfo.column.dataField, columnInfo.column.isAction);
|
|
104
|
+
let actionInfo;
|
|
105
|
+
if (columnInfo.column.isAction) {
|
|
106
|
+
actionInfo = {
|
|
107
|
+
dataField: columnInfo.column,
|
|
108
|
+
action: columnInfo.column.dataField,
|
|
109
|
+
iconTabFilterKey: columnInfo.iconTabFilterKey,
|
|
110
|
+
isViewNode: false
|
|
111
|
+
};
|
|
112
|
+
}
|
|
113
|
+
const columnDetail = {
|
|
114
|
+
controlId,
|
|
115
|
+
actionInfo
|
|
116
|
+
};
|
|
117
|
+
processingRule.referenceAdaptation = {
|
|
118
|
+
specificParams: columnDetail
|
|
119
|
+
};
|
|
120
|
+
}
|
|
121
|
+
})
|
|
122
|
+
], GeneralTableColumn);
|
|
123
|
+
// Instances of this class represent custom columns.
|
|
124
|
+
// Note that the structure of this class is given by the specific implementation for custom columns in tools-suite.
|
|
125
|
+
class CustomColumnDefinition {
|
|
126
|
+
}
|
|
127
|
+
exports.CustomColumnDefinition = CustomColumnDefinition;
|
|
128
|
+
__decorate([
|
|
129
|
+
(0, decoration_1.syncRule)({
|
|
130
|
+
// todo: Implement when custom columns are supported.
|
|
131
|
+
})
|
|
132
|
+
], CustomColumnDefinition.prototype, "leadingProperty", void 0);
|
|
133
|
+
__decorate([
|
|
134
|
+
(0, decoration_1.syncRule)({
|
|
135
|
+
// todo: Implement when custom columns are supported.
|
|
136
|
+
})
|
|
137
|
+
], CustomColumnDefinition.prototype, "fragmentName", void 0);
|
|
138
|
+
__decorate([
|
|
139
|
+
(0, decoration_1.syncRule)({
|
|
140
|
+
// todo: Implement when custom columns are supported.
|
|
141
|
+
})
|
|
142
|
+
], CustomColumnDefinition.prototype, "cellsFragmentName", void 0);
|
|
143
|
+
// CustomColumnDefinitions
|
|
144
|
+
let CustomColumnDefinitions = class CustomColumnDefinitions {
|
|
145
|
+
};
|
|
146
|
+
__decorate([
|
|
147
|
+
(0, decoration_1.syncRule)({
|
|
148
|
+
// todo: Implement when custom columns are supported.
|
|
149
|
+
})
|
|
150
|
+
], CustomColumnDefinitions.prototype, "items", void 0);
|
|
151
|
+
CustomColumnDefinitions = __decorate([
|
|
152
|
+
(0, decoration_1.syncRule)({
|
|
153
|
+
// todo: Implement when custom columns are supported.
|
|
154
|
+
})
|
|
155
|
+
], CustomColumnDefinitions);
|
|
156
|
+
/**
|
|
157
|
+
* This function provides the additional 'custom' entry to be added to the list of columns representing the custom columns.
|
|
158
|
+
*
|
|
159
|
+
* @returns Optional manifest path and schema definition for custom columns; both are undefined when no custom columns should be generated.
|
|
160
|
+
*/
|
|
161
|
+
function getCustomColumnsDefinition() {
|
|
162
|
+
return {
|
|
163
|
+
manifestPath: undefined,
|
|
164
|
+
customColumnsDefinition: undefined
|
|
165
|
+
}; // Todo: Implement logic for custom columns
|
|
166
|
+
}
|
|
167
|
+
const ACCESSOR_CUSTOM_COLUMNS = 'custom';
|
|
168
|
+
// GeneralTableColumns
|
|
169
|
+
let GeneralTableColumns = class GeneralTableColumns {
|
|
170
|
+
};
|
|
171
|
+
exports.GeneralTableColumns = GeneralTableColumns;
|
|
172
|
+
exports.GeneralTableColumns = GeneralTableColumns = __decorate([
|
|
173
|
+
(0, decoration_1.syncRule)({
|
|
174
|
+
processingRuleAdapter(processingRule, schemaHandlingParams) {
|
|
175
|
+
const columnsInfo = schemaHandlingParams.specificParams;
|
|
176
|
+
const columnDefinitions = columnsInfo.columns;
|
|
177
|
+
const properties = {};
|
|
178
|
+
const columnInfos = {};
|
|
179
|
+
columnDefinitions.forEach(function (columnDefinition, i) {
|
|
180
|
+
const propertyDefinition = {
|
|
181
|
+
$ref: common_1.DEFINITION_LINK_PREFIX + 'GeneralTableColumn'
|
|
182
|
+
};
|
|
183
|
+
propertyDefinition[ux_specification_types_1.SchemaTag.propertyIndex] = i;
|
|
184
|
+
// Note: The accessor defined below must be a unique identifier of the column within the list of columns.
|
|
185
|
+
// On the first glance columnDefinition.dataField.stableIdPart looks like a good candidate for that.
|
|
186
|
+
// However, there are edge cases in which there are two columns defined which have the same stableIdPart.
|
|
187
|
+
// This indicates either a situation in which the page will fail to load (because of a duplicate id) or a situation
|
|
188
|
+
// in which some column does not have a stable id at all. Fiori Tools should be able to handle the later case, but no flex changes should
|
|
189
|
+
// be allowed for a column without stable id (which is ensured by syncRuleForTableColumnProperty).
|
|
190
|
+
const accessor = `TableColumn${i}`;
|
|
191
|
+
properties[accessor] = propertyDefinition;
|
|
192
|
+
const columnInfo = {
|
|
193
|
+
// facet: columnsInfo.facet
|
|
194
|
+
column: columnDefinition,
|
|
195
|
+
smartTableId: columnsInfo.smartTableId,
|
|
196
|
+
iconTabFilterKey: columnsInfo.iconTabFilterKey
|
|
197
|
+
};
|
|
198
|
+
columnInfos[accessor] = columnInfo;
|
|
199
|
+
});
|
|
200
|
+
const { customColumnsDefinition } = getCustomColumnsDefinition();
|
|
201
|
+
if (customColumnsDefinition) {
|
|
202
|
+
properties[ACCESSOR_CUSTOM_COLUMNS] = customColumnsDefinition;
|
|
203
|
+
}
|
|
204
|
+
processingRule.element.properties = properties;
|
|
205
|
+
processingRule.element.additionalProperties = false;
|
|
206
|
+
processingRule.referenceAdaptation = {
|
|
207
|
+
processingRulesAdapter(property, processingRule) {
|
|
208
|
+
const isCustomColumn = property === ACCESSOR_CUSTOM_COLUMNS;
|
|
209
|
+
const columnInfo = columnInfos[property];
|
|
210
|
+
processingRule.referenceAdaptation = {
|
|
211
|
+
suffix: `${isCustomColumn ? '' : property}${(0, stableIdUtils_1.getSuffixFromIconTabFilterKey)(columnsInfo.iconTabFilterKey)}`,
|
|
212
|
+
specificParams: columnInfo,
|
|
213
|
+
syncRuleProvider: isCustomColumn ? CustomColumnDefinitions : GeneralTableColumn
|
|
214
|
+
};
|
|
215
|
+
}
|
|
216
|
+
};
|
|
217
|
+
}
|
|
218
|
+
})
|
|
219
|
+
], GeneralTableColumns);
|
|
220
|
+
/**
|
|
221
|
+
* The SyncRule for the columns of a table. It collects the information needed to generate the nodes for the columns and to adapt the nodes for the columns in the manifest and to provide the information needed to generate flex changes for the columns.
|
|
222
|
+
*/
|
|
223
|
+
exports.syncRuleColumns = {
|
|
224
|
+
processingRuleAdapter(processingRule, schemaHandlingParams) {
|
|
225
|
+
const tableParams = schemaHandlingParams.specificParams;
|
|
226
|
+
if (tableParams.multiTableInfo &&
|
|
227
|
+
(!tableParams.multiTableInfo.variantInfo || tableParams.multiTableInfo.variantInfo.isChart)) {
|
|
228
|
+
delete processingRule.element;
|
|
229
|
+
return; // no columns defined in the global table settings of a multi table app and for chart views
|
|
230
|
+
}
|
|
231
|
+
const lineItemInfo = tableParams.multiTableInfo
|
|
232
|
+
? tableParams.multiTableInfo.variantInfo.lineItemInfo
|
|
233
|
+
: tableParams.lineItemInfo;
|
|
234
|
+
if (!lineItemInfo) {
|
|
235
|
+
delete processingRule.element; // no line item available -> suppress columns. Note that this can only happen in multi table case. If global lineItem is not available whole table node will be skipped.
|
|
236
|
+
return;
|
|
237
|
+
}
|
|
238
|
+
const tableType = (0, Table_1.getTableType)(tableParams);
|
|
239
|
+
const smartTableId = tableParams.multiTableInfo
|
|
240
|
+
? tableParams.multiTableInfo.variantInfo.smartControlId
|
|
241
|
+
: tableParams.tableId;
|
|
242
|
+
const columns = lineItemInfo.dataFieldInfos.filter(function (dataField) {
|
|
243
|
+
if (dataField.target !== utils_1.DataFieldTarget.Column) {
|
|
244
|
+
return false;
|
|
245
|
+
}
|
|
246
|
+
const dataFieldDefinition = dataField.dataField;
|
|
247
|
+
if (dataFieldDefinition.$Type === "com.sap.vocabularies.UI.v1.DataField" /* UIAnnotationTypes.DataField */ ||
|
|
248
|
+
dataFieldDefinition.$Type === "com.sap.vocabularies.UI.v1.DataFieldWithUrl" /* UIAnnotationTypes.DataFieldWithUrl */) {
|
|
249
|
+
// These DataFields are excluded by the SmartTable if they do not have a Path.
|
|
250
|
+
// Note: There seem to be situations when FE decides to create a column for a DataField without Path anyway (probably if they should host the DraftIndicator).
|
|
251
|
+
// Currently, we ignore this edge case within an edge case.
|
|
252
|
+
return !!dataFieldDefinition.Value?.['path'];
|
|
253
|
+
}
|
|
254
|
+
return true;
|
|
255
|
+
});
|
|
256
|
+
const entityType = tableParams.multiTableInfo
|
|
257
|
+
? tableParams.multiTableInfo.variantInfo.entityTypeDefinition
|
|
258
|
+
: tableParams.entityType;
|
|
259
|
+
const columnsInfo = {
|
|
260
|
+
entityType,
|
|
261
|
+
tableType,
|
|
262
|
+
columns,
|
|
263
|
+
smartTableId,
|
|
264
|
+
iconTabFilterKey: tableParams.multiTableInfo?.variantInfo.iconTabFilterKey
|
|
265
|
+
};
|
|
266
|
+
processingRule.referenceAdaptation = {
|
|
267
|
+
suffix: smartTableId,
|
|
268
|
+
specificParams: columnsInfo,
|
|
269
|
+
syncRuleProvider: GeneralTableColumns
|
|
270
|
+
};
|
|
271
|
+
processingRule.element[ux_specification_types_1.SchemaTag.propertyIndex] = 1; // place columns node behind the toolbar node (which has propertyIndex 0).
|
|
272
|
+
}
|
|
273
|
+
};
|
|
274
|
+
//# sourceMappingURL=TableColumn.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableColumn.js","sourceRoot":"","sources":["../../../../../../../src/sync/v2/genericSchemaHandling/controls/TableColumn.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/sync/v2/genericSchemaHandling/controls/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,wBAAwB,CAAC;AACvC,cAAc,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/sync/v2/genericSchemaHandling/controls/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,wBAAwB,CAAC;AACvC,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC"}
|
|
@@ -25,4 +25,5 @@ __exportStar(require("./MultiEdit"), exports);
|
|
|
25
25
|
__exportStar(require("./MultiTable"), exports);
|
|
26
26
|
__exportStar(require("./MultiViewSingleTable"), exports);
|
|
27
27
|
__exportStar(require("./Table"), exports);
|
|
28
|
+
__exportStar(require("./TableColumn"), exports);
|
|
28
29
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/sync/v2/genericSchemaHandling/controls/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;;GAGG;AACH,2CAAyB;AACzB,8CAA4B;AAC5B,+CAA6B;AAC7B,8CAA4B;AAC5B,+CAA6B;AAC7B,yDAAuC;AACvC,0CAAwB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/sync/v2/genericSchemaHandling/controls/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;;GAGG;AACH,2CAAyB;AACzB,8CAA4B;AAC5B,+CAA6B;AAC7B,8CAA4B;AAC5B,+CAA6B;AAC7B,yDAAuC;AACvC,0CAAwB;AACxB,gDAA8B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectPageTable.d.ts","sourceRoot":"","sources":["../../../../../../../src/sync/v4/export/controls/ObjectPageTable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAiB,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"ObjectPageTable.d.ts","sourceRoot":"","sources":["../../../../../../../src/sync/v4/export/controls/ObjectPageTable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAiB,MAAM,6BAA6B,CAAC;AA6BhE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD;;;GAGG;AACH,qBAAa,mBAAoB,YAAW,EAAE,CAAC,mBAAmB;IAuC9D,IAAI,CAAC,EAAE,EAAE,CAAC,qBAAqB,CAAC;IA2EhC,WAAW,CAAC,EAAE,OAAO,CAAC;IA8DtB,kCAAkC,CAAC,EAAE,OAAO,CAAC;IAsC7C,aAAa,CAAC,EAAE,OAAO,CAAC;IAsCxB,eAAe,CAAC,EAAE,MAAM,CAAC;IA+CzB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAmC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,qBAAa,qBAAsB,YAAW,EAAE,CAAC,qBAAqB;IASlE,MAAM,CAAC,EAAE,OAAO,CAAC;IAUjB,IAAI,CAAC,EAAE,OAAO,CAAC;IAUf,MAAM,CAAC,EAAE,OAAO,CAAC;IA4BjB,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,qBAAa,yBAA0B,YAAW,EAAE,CAAC,uBAAuB;IAOxE,KAAK,EAAE,EAAE,CAAC,sBAAsB,EAAE,CAAC;IAQnC,cAAc,CAAC,EAAE,OAAO,CAAC;IAQzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,qBAAa,eAAgB,YAAW,EAAE,CAAC,eAAe;IAiBtD,IAAI,CAAC,EAAE,EAAE,CAAC,WAAW,CAAC;IAYtB,eAAe,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC;IAUlD,aAAa,CAAC,EAAE,EAAE,CAAC,aAAa,CAAC;IAUjC,SAAS,CAAC,EAAE,OAAO,CAAC;IAUpB,cAAc,CAAC,EAAE,MAAM,CAAC;IAWxB,YAAY,CAAC,EAAE,OAAO,CAAC;IAUvB,qBAAqB,CAAC,EAAE,yBAAyB,CAAC;IAWlD,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAU/B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAU3B,WAAW,CAAC,EAAE,OAAO,CAAC;IAWtB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAW5B,0BAA0B,CAAC,EAAE,OAAO,CAAC;IAWrC,sBAAsB,CAAC,EAAE,OAAO,CAAC;IAYjC,cAAc,CAAC,EAAE,EAAE,CAAC,cAAc,CAAC;IA2BnC,YAAY,CAAC,EAAE,mBAAmB,CAAC;IAmDnC,YAAY,CAAC,EAAE,EAAE,CAAC,YAAY,CAAC;IAmC/B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAkClB,WAAW,CAAC,EAAE,WAAW,CAAC;IA2B1B,uBAAuB,CAAC,EAAE,iCAAiC,CAAC;CAC/D;AAED,qBAAa,iCAAkC,YAAW,EAAE,CAAC,iCAAiC;IAS1F,sBAAsB,CAAC,EAAE,OAAO,CAAC;CACpC"}
|
|
@@ -11,6 +11,7 @@ const ux_specification_types_1 = require("@sap/ux-specification-types");
|
|
|
11
11
|
const ux_specification_types_2 = require("@sap/ux-specification-types");
|
|
12
12
|
const decorators_1 = require("../../../common/decoration/decorators");
|
|
13
13
|
const decorator_paths_1 = require("../../../common/decoration/decorator-paths");
|
|
14
|
+
const utils_1 = require("../utils");
|
|
14
15
|
const application_1 = require("../../application");
|
|
15
16
|
const Table_1 = require("./Table");
|
|
16
17
|
/**
|
|
@@ -29,7 +30,8 @@ __decorate([
|
|
|
29
30
|
}
|
|
30
31
|
}),
|
|
31
32
|
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b'),
|
|
32
|
-
(0, decorators_1.hide)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable)),
|
|
33
|
+
(0, decorators_1.hide)((0, decorator_paths_1.or)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable), (0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.app.minUI5Version, (0, utils_1.compareUI5Version)('gte', decorator_paths_1.MIN_UI5_VERSION_FOR_TABLE_TYPE_RESTRICTIONS)), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.type))))),
|
|
34
|
+
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.app.minUI5Version, (0, utils_1.compareUI5Version)('gte', decorator_paths_1.MIN_UI5_VERSION_FOR_TABLE_TYPE_RESTRICTIONS)), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.type)), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.name)), (0, decorator_paths_1.msg)('PROPERTY_REQUIRES_TABLE_TYPE', { propertyName: 'name' })),
|
|
33
35
|
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.name)), (0, decorator_paths_1.msg)('PROPERTY_NOT_ALLOWED_FOR_TABLE_TYPE', { propertyName: 'name', tableType: decorator_paths_1.opTableContext.type }, { deletable: true })),
|
|
34
36
|
(0, decorators_1.enums)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.TreeTable), [
|
|
35
37
|
ux_specification_types_1.v4.TableCreationModeType.NewPage,
|
|
@@ -46,9 +48,10 @@ __decorate([
|
|
|
46
48
|
}
|
|
47
49
|
}),
|
|
48
50
|
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b'),
|
|
49
|
-
(0, decorators_1.hide)((0, decorator_paths_1.or)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable), (0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.TreeTable), (0, decorator_paths_1.and)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.name), (0, decorator_paths_1.not)(decorator_paths_1.opTableContext.creationMode.name, ux_specification_types_1.v4.TableCreationModeType.Inline)),
|
|
51
|
+
(0, decorators_1.hide)((0, decorator_paths_1.or)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable), (0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.TreeTable), (0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.app.minUI5Version, (0, utils_1.compareUI5Version)('gte', decorator_paths_1.MIN_UI5_VERSION_FOR_TABLE_TYPE_RESTRICTIONS)), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.type))), (0, decorator_paths_1.and)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.name), (0, decorator_paths_1.not)(decorator_paths_1.opTableContext.creationMode.name, ux_specification_types_1.v4.TableCreationModeType.Inline)),
|
|
50
52
|
// When name is not set, navigation determines default: NewPage if navigation exists, Inline otherwise
|
|
51
53
|
(0, decorator_paths_1.and)((0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.name)), (0, decorator_paths_1.when)(decorator_paths_1.opTableContext.hasNavigation, true)))),
|
|
54
|
+
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.app.minUI5Version, (0, utils_1.compareUI5Version)('gte', decorator_paths_1.MIN_UI5_VERSION_FOR_TABLE_TYPE_RESTRICTIONS)), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.type)), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.createAtEnd)), (0, decorator_paths_1.msg)('PROPERTY_REQUIRES_TABLE_TYPE', { propertyName: 'createAtEnd' })),
|
|
52
55
|
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.createAtEnd)), (0, decorator_paths_1.msg)('PROPERTY_NOT_ALLOWED_FOR_TABLE_TYPE', { propertyName: 'createAtEnd', tableType: decorator_paths_1.opTableContext.type }, { deletable: true })),
|
|
53
56
|
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.TreeTable), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.createAtEnd)), (0, decorator_paths_1.msg)('PROPERTY_NOT_ALLOWED_FOR_TABLE_TYPE', { propertyName: 'createAtEnd', tableType: ux_specification_types_1.v4.TableTypeV4.TreeTable }, { deletable: true })),
|
|
54
57
|
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.name), (0, decorator_paths_1.not)(decorator_paths_1.opTableContext.creationMode.name, ux_specification_types_1.v4.TableCreationModeType.Inline), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.createAtEnd)), (0, decorator_paths_1.msg)('PROPERTY_ONLY_ALLOWED_FOR_CREATION_MODE', { propertyName: 'createAtEnd', creationMode: ux_specification_types_1.v4.TableCreationModeType.Inline }, { deletable: true })),
|
|
@@ -65,7 +68,8 @@ __decorate([
|
|
|
65
68
|
}
|
|
66
69
|
}),
|
|
67
70
|
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b'),
|
|
68
|
-
(0, decorators_1.hide)((0, decorator_paths_1.or)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable), (0, decorator_paths_1.not)(decorator_paths_1.opTableContext.creationMode.name, ux_specification_types_1.v4.TableCreationModeType.InlineCreationRows), (0, decorator_paths_1.not)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.ResponsiveTable))),
|
|
71
|
+
(0, decorators_1.hide)((0, decorator_paths_1.or)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable), (0, decorator_paths_1.not)(decorator_paths_1.opTableContext.creationMode.name, ux_specification_types_1.v4.TableCreationModeType.InlineCreationRows), (0, decorator_paths_1.not)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.ResponsiveTable), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.type)))),
|
|
72
|
+
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.app.minUI5Version, (0, utils_1.compareUI5Version)('gte', decorator_paths_1.MIN_UI5_VERSION_FOR_TABLE_TYPE_RESTRICTIONS)), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.type)), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.inlineCreationRowsHiddenInEditMode)), (0, decorator_paths_1.msg)('PROPERTY_REQUIRES_TABLE_TYPE', { propertyName: 'inlineCreationRowsHiddenInEditMode' })),
|
|
69
73
|
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.inlineCreationRowsHiddenInEditMode)), (0, decorator_paths_1.msg)('PROPERTY_NOT_ALLOWED_FOR_TABLE_TYPE', { propertyName: 'inlineCreationRowsHiddenInEditMode', tableType: decorator_paths_1.opTableContext.type }, { deletable: true })),
|
|
70
74
|
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.not)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.ResponsiveTable), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.inlineCreationRowsHiddenInEditMode)), (0, decorator_paths_1.msg)('PROPERTY_ONLY_ALLOWED_FOR_TABLE_TYPE', { propertyName: 'inlineCreationRowsHiddenInEditMode', tableType: ux_specification_types_1.v4.TableTypeV4.ResponsiveTable }, { deletable: true })),
|
|
71
75
|
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.not)(decorator_paths_1.opTableContext.creationMode.name, ux_specification_types_1.v4.TableCreationModeType.InlineCreationRows), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.inlineCreationRowsHiddenInEditMode)), (0, decorator_paths_1.msg)('PROPERTY_ONLY_ALLOWED_FOR_CREATION_MODE', {
|
|
@@ -82,7 +86,8 @@ __decorate([
|
|
|
82
86
|
}
|
|
83
87
|
}),
|
|
84
88
|
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/7cf7a31fd1ee490ab816ecd941bd2f1f'),
|
|
85
|
-
(0, decorators_1.hide)((0, decorator_paths_1.
|
|
89
|
+
(0, decorators_1.hide)((0, decorator_paths_1.not)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.TreeTable)),
|
|
90
|
+
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.app.minUI5Version, (0, utils_1.compareUI5Version)('gte', decorator_paths_1.MIN_UI5_VERSION_FOR_TABLE_TYPE_RESTRICTIONS)), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.type)), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.createInPlace)), (0, decorator_paths_1.msg)('PROPERTY_REQUIRES_TABLE_TYPE', { propertyName: 'createInPlace' })),
|
|
86
91
|
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.createInPlace)), (0, decorator_paths_1.msg)('PROPERTY_NOT_ALLOWED_FOR_TABLE_TYPE', { propertyName: 'createInPlace', tableType: decorator_paths_1.opTableContext.type }, { deletable: true })),
|
|
87
92
|
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.not)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.TreeTable), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.createInPlace)), (0, decorator_paths_1.msg)('PROPERTY_ONLY_ALLOWED_FOR_TABLE_TYPE', { propertyName: 'createInPlace', tableType: ux_specification_types_1.v4.TableTypeV4.TreeTable }, { deletable: true }))
|
|
88
93
|
], TableCreationModeOP.prototype, "createInPlace", void 0);
|
|
@@ -95,7 +100,8 @@ __decorate([
|
|
|
95
100
|
}
|
|
96
101
|
}),
|
|
97
102
|
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/7cf7a31fd1ee490ab816ecd941bd2f1f'),
|
|
98
|
-
(0, decorators_1.hide)((0, decorator_paths_1.
|
|
103
|
+
(0, decorators_1.hide)((0, decorator_paths_1.not)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.TreeTable)),
|
|
104
|
+
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.app.minUI5Version, (0, utils_1.compareUI5Version)('gte', decorator_paths_1.MIN_UI5_VERSION_FOR_TABLE_TYPE_RESTRICTIONS)), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.type)), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.isCreateEnabled)), (0, decorator_paths_1.msg)('PROPERTY_REQUIRES_TABLE_TYPE', { propertyName: 'isCreateEnabled' })),
|
|
99
105
|
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.isCreateEnabled)), (0, decorator_paths_1.msg)('PROPERTY_NOT_ALLOWED_FOR_TABLE_TYPE', { propertyName: 'isCreateEnabled', tableType: decorator_paths_1.opTableContext.type }, { deletable: true })),
|
|
100
106
|
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.not)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.TreeTable), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.isCreateEnabled)), (0, decorator_paths_1.msg)('PROPERTY_ONLY_ALLOWED_FOR_TABLE_TYPE', { propertyName: 'isCreateEnabled', tableType: ux_specification_types_1.v4.TableTypeV4.TreeTable }, { deletable: true }))
|
|
101
107
|
], TableCreationModeOP.prototype, "isCreateEnabled", void 0);
|
|
@@ -108,7 +114,8 @@ __decorate([
|
|
|
108
114
|
}
|
|
109
115
|
}),
|
|
110
116
|
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/7fee938d7cba4bfd86810cfe6d011eb0'),
|
|
111
|
-
(0, decorators_1.hide)((0, decorator_paths_1.not)(decorator_paths_1.opTableContext.creationMode.name, ux_specification_types_1.v4.TableCreationModeType.CreationDialog)),
|
|
117
|
+
(0, decorators_1.hide)((0, decorator_paths_1.or)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable), (0, decorator_paths_1.not)(decorator_paths_1.opTableContext.creationMode.name, ux_specification_types_1.v4.TableCreationModeType.CreationDialog), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.type)))),
|
|
118
|
+
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.app.minUI5Version, (0, utils_1.compareUI5Version)('gte', decorator_paths_1.MIN_UI5_VERSION_FOR_TABLE_TYPE_RESTRICTIONS)), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.type)), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.creationFields)), (0, decorator_paths_1.msg)('PROPERTY_REQUIRES_TABLE_TYPE', { propertyName: 'creationFields' })),
|
|
112
119
|
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.creationFields)), (0, decorator_paths_1.msg)('PROPERTY_NOT_ALLOWED_FOR_TABLE_TYPE', { propertyName: 'creationFields', tableType: decorator_paths_1.opTableContext.type }, { deletable: true })),
|
|
113
120
|
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.not)(decorator_paths_1.opTableContext.creationMode.name, ux_specification_types_1.v4.TableCreationModeType.CreationDialog), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode.creationFields)), (0, decorator_paths_1.msg)('PROPERTY_ONLY_ALLOWED_FOR_CREATION_MODE', { propertyName: 'creationFields', creationMode: ux_specification_types_1.v4.TableCreationModeType.CreationDialog }, { deletable: true }))
|
|
114
121
|
], TableCreationModeOP.prototype, "creationFields", void 0);
|
|
@@ -208,7 +215,9 @@ __decorate([
|
|
|
208
215
|
}),
|
|
209
216
|
(0, decorators_1.validity)({
|
|
210
217
|
since: '1.84.0'
|
|
211
|
-
})
|
|
218
|
+
}),
|
|
219
|
+
(0, decorators_1.enums)(true, decorator_paths_1.opTableContext.availableTableTypes),
|
|
220
|
+
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.app.minUI5Version, (0, utils_1.compareUI5Version)('gte', decorator_paths_1.MIN_UI5_VERSION_FOR_TABLE_TYPE_RESTRICTIONS)), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.type))), (0, decorator_paths_1.msg)('TABLE_TYPE_NOT_SET'))
|
|
212
221
|
], ObjectPageTable.prototype, "type", void 0);
|
|
213
222
|
__decorate([
|
|
214
223
|
(0, decorators_1.syncRule)({
|
|
@@ -360,7 +369,7 @@ __decorate([
|
|
|
360
369
|
(0, decorators_1.validity)({
|
|
361
370
|
since: '1.130.0'
|
|
362
371
|
}),
|
|
363
|
-
(0, decorators_1.hide)((0, decorator_paths_1.or)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode))), (0, decorator_paths_1.when)(decorator_paths_1.opTableContext.isInsertable, false)))
|
|
372
|
+
(0, decorators_1.hide)((0, decorator_paths_1.or)((0, decorator_paths_1.and)((0, decorator_paths_1.or)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable), (0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.app.minUI5Version, (0, utils_1.compareUI5Version)('gte', decorator_paths_1.MIN_UI5_VERSION_FOR_TABLE_TYPE_RESTRICTIONS)), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.type)))), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.creationMode))), (0, decorator_paths_1.when)(decorator_paths_1.opTableContext.isInsertable, false)))
|
|
364
373
|
], ObjectPageTable.prototype, "creationMode", void 0);
|
|
365
374
|
__decorate([
|
|
366
375
|
(0, decorators_1.syncRule)({
|
|
@@ -375,7 +384,8 @@ __decorate([
|
|
|
375
384
|
* since '1.130.0': 'Interactive', special message in sync/v4/generate/objectPage.ts
|
|
376
385
|
*/
|
|
377
386
|
}),
|
|
378
|
-
(0, decorators_1.hide)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.ResponsiveTable)),
|
|
387
|
+
(0, decorators_1.hide)((0, decorator_paths_1.or)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.ResponsiveTable), (0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.app.minUI5Version, (0, utils_1.compareUI5Version)('gte', decorator_paths_1.MIN_UI5_VERSION_FOR_TABLE_TYPE_RESTRICTIONS)), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.type))))),
|
|
388
|
+
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.app.minUI5Version, (0, utils_1.compareUI5Version)('gte', decorator_paths_1.MIN_UI5_VERSION_FOR_TABLE_TYPE_RESTRICTIONS)), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.type)), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.rowCountMode)), (0, decorator_paths_1.msg)('PROPERTY_REQUIRES_TABLE_TYPE', { propertyName: 'rowCountMode' })),
|
|
379
389
|
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.ResponsiveTable), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.rowCountMode)), (0, decorator_paths_1.msg)('PROPERTY_NOT_ALLOWED_FOR_TABLE_TYPE', { propertyName: 'rowCountMode', tableType: ux_specification_types_1.v4.TableTypeV4.ResponsiveTable }, { deletable: true })),
|
|
380
390
|
(0, decorators_1.enums)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.sectionLayout, ux_specification_types_1.v4.SectionLayoutType.Tabs), (0, decorator_paths_1.not)(decorator_paths_1.opTableContext.isCollection, true)), [
|
|
381
391
|
ux_specification_types_1.v4.RowCountMode.Auto
|
|
@@ -391,7 +401,8 @@ __decorate([
|
|
|
391
401
|
(0, decorators_1.validity)({
|
|
392
402
|
since: '1.120.0'
|
|
393
403
|
}),
|
|
394
|
-
(0, decorators_1.hide)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.ResponsiveTable)),
|
|
404
|
+
(0, decorators_1.hide)((0, decorator_paths_1.or)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.ResponsiveTable), (0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.app.minUI5Version, (0, utils_1.compareUI5Version)('gte', decorator_paths_1.MIN_UI5_VERSION_FOR_TABLE_TYPE_RESTRICTIONS)), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.type))))),
|
|
405
|
+
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.app.minUI5Version, (0, utils_1.compareUI5Version)('gte', decorator_paths_1.MIN_UI5_VERSION_FOR_TABLE_TYPE_RESTRICTIONS)), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.type)), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.rowCount)), (0, decorator_paths_1.msg)('PROPERTY_REQUIRES_TABLE_TYPE', { propertyName: 'rowCount' })),
|
|
395
406
|
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.ResponsiveTable), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.rowCount)), (0, decorator_paths_1.msg)('PROPERTY_NOT_ALLOWED_FOR_TABLE_TYPE', { propertyName: 'rowCount', tableType: ux_specification_types_1.v4.TableTypeV4.ResponsiveTable }, { deletable: true }))
|
|
396
407
|
], ObjectPageTable.prototype, "rowCount", void 0);
|
|
397
408
|
__decorate([
|
|
@@ -403,7 +414,9 @@ __decorate([
|
|
|
403
414
|
(0, decorators_1.validity)({
|
|
404
415
|
since: '1.139.0'
|
|
405
416
|
}),
|
|
406
|
-
(0, decorators_1.hide)((0, decorator_paths_1.not)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.ResponsiveTable)),
|
|
417
|
+
(0, decorators_1.hide)((0, decorator_paths_1.and)((0, decorator_paths_1.not)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.ResponsiveTable), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.type))),
|
|
418
|
+
(0, decorators_1.hide)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.app.minUI5Version, (0, utils_1.compareUI5Version)('gte', decorator_paths_1.MIN_UI5_VERSION_FOR_TABLE_TYPE_RESTRICTIONS)), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.type)), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.popinLayout)))),
|
|
419
|
+
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.app.minUI5Version, (0, utils_1.compareUI5Version)('gte', decorator_paths_1.MIN_UI5_VERSION_FOR_TABLE_TYPE_RESTRICTIONS)), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.type)), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.popinLayout)), (0, decorator_paths_1.msg)('PROPERTY_REQUIRES_TABLE_TYPE', { propertyName: 'popinLayout' })),
|
|
407
420
|
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.not)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.ResponsiveTable), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.popinLayout)), (0, decorator_paths_1.msg)('PROPERTY_ONLY_ALLOWED_FOR_TABLE_TYPE', { propertyName: 'popinLayout', tableType: ux_specification_types_1.v4.TableTypeV4.ResponsiveTable }, { deletable: true }))
|
|
408
421
|
], ObjectPageTable.prototype, "popinLayout", void 0);
|
|
409
422
|
__decorate([
|
|
@@ -416,6 +429,7 @@ __decorate([
|
|
|
416
429
|
since: '1.136.0'
|
|
417
430
|
}),
|
|
418
431
|
(0, decorators_1.hide)((0, decorator_paths_1.not)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable)),
|
|
432
|
+
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.app.minUI5Version, (0, utils_1.compareUI5Version)('gte', decorator_paths_1.MIN_UI5_VERSION_FOR_TABLE_TYPE_RESTRICTIONS)), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.type)), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.analyticalConfiguration)), (0, decorator_paths_1.msg)('PROPERTY_REQUIRES_TABLE_TYPE', { propertyName: 'analyticalConfiguration' })),
|
|
419
433
|
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.not)(decorator_paths_1.opTableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable), (0, decorator_paths_1.exists)(decorator_paths_1.opTableContext.analyticalConfiguration)), (0, decorator_paths_1.msg)('PROPERTY_ONLY_ALLOWED_FOR_TABLE_TYPE', { propertyName: 'analyticalConfiguration', tableType: ux_specification_types_1.v4.TableTypeV4.AnalyticalTable }, { deletable: true }))
|
|
420
434
|
], ObjectPageTable.prototype, "analyticalConfiguration", void 0);
|
|
421
435
|
class ObjectPageAnalyticalConfiguration {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ObjectPageTable.js","sourceRoot":"","sources":["../../../../../../../src/sync/v4/export/controls/ObjectPageTable.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ObjectPageTable.js","sourceRoot":"","sources":["../../../../../../../src/sync/v4/export/controls/ObjectPageTable.ts"],"names":[],"mappings":";;;;;;;;;AAAA,wEAAgE;AAChE,wEAA2D;AAC3D,sEAAoH;AACpH,gFAUoD;AACpD,oCAA6C;AAC7C,mDAAwG;AACxG,mCAYiB;AAGjB;;;GAGG;AACH,MAAa,mBAAmB;CA+U/B;AA/UD,kDA+UC;AAxSG;IAtCC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;IACjF,IAAA,iBAAI,EACD,IAAA,oBAAE,EACE,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EACzD,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,qBAAG,CAAC,aAAa,EAAE,IAAA,yBAAiB,EAAC,KAAK,EAAE,6DAA2C,CAAC,CAAC,EAC9F,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,IAAI,CAAC,CAAC,CACnC,CACJ,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,qBAAG,CAAC,aAAa,EAAE,IAAA,yBAAiB,EAAC,KAAK,EAAE,6DAA2C,CAAC,CAAC,EAC9F,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,IAAI,CAAC,CAAC,EAChC,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,CAAC,CAC3C,EACD,IAAA,qBAAG,EAAC,8BAA8B,EAAE,EAAE,YAAY,EAAE,MAAM,EAAE,CAAC,CAChE;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EAAC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EAAE,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,EACxG,IAAA,qBAAG,EACC,qCAAqC,EACrC,EAAE,YAAY,EAAE,MAAM,EAAE,SAAS,EAAE,gCAAc,CAAC,IAAI,EAAE,EACxD,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;IACA,IAAA,kBAAK,EAAC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,SAAS,CAAC,EAAE;QACxD,2BAAE,CAAC,qBAAqB,CAAC,OAAO;QAChC,2BAAE,CAAC,qBAAqB,CAAC,MAAM;QAC/B,2BAAE,CAAC,qBAAqB,CAAC,cAAc;KAC1C,CAAC;iDAC8B;AA2EhC;IAzEC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;IACjF,IAAA,iBAAI,EACD,IAAA,oBAAE,EACE,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EACzD,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,SAAS,CAAC,EACnD,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,qBAAG,CAAC,aAAa,EAAE,IAAA,yBAAiB,EAAC,KAAK,EAAE,6DAA2C,CAAC,CAAC,EAC9F,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,IAAI,CAAC,CAAC,CACnC,EACD,IAAA,qBAAG,EACC,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,CAAC,EACxC,IAAA,qBAAG,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,EAAE,2BAAE,CAAC,qBAAqB,CAAC,MAAM,CAAC,CACzE;IACD,sGAAsG;IACtG,IAAA,qBAAG,EAAC,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,EAAE,IAAA,sBAAI,EAAC,gCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC,CAC/F,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,qBAAG,CAAC,aAAa,EAAE,IAAA,yBAAiB,EAAC,KAAK,EAAE,6DAA2C,CAAC,CAAC,EAC9F,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,IAAI,CAAC,CAAC,EAChC,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,WAAW,CAAC,CAClD,EACD,IAAA,qBAAG,EAAC,8BAA8B,EAAE,EAAE,YAAY,EAAE,aAAa,EAAE,CAAC,CACvE;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EAAC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EAAE,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,WAAW,CAAC,CAAC,EAC/G,IAAA,qBAAG,EACC,qCAAqC,EACrC,EAAE,YAAY,EAAE,aAAa,EAAE,SAAS,EAAE,gCAAc,CAAC,IAAI,EAAE,EAC/D,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EAAC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,SAAS,CAAC,EAAE,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,WAAW,CAAC,CAAC,EACzG,IAAA,qBAAG,EACC,qCAAqC,EACrC,EAAE,YAAY,EAAE,aAAa,EAAE,SAAS,EAAE,2BAAE,CAAC,WAAW,CAAC,SAAS,EAAE,EACpE,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,CAAC,EACxC,IAAA,qBAAG,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,EAAE,2BAAE,CAAC,qBAAqB,CAAC,MAAM,CAAC,EACtE,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,WAAW,CAAC,CAClD,EACD,IAAA,qBAAG,EACC,yCAAyC,EACzC,EAAE,YAAY,EAAE,aAAa,EAAE,YAAY,EAAE,2BAAE,CAAC,qBAAqB,CAAC,MAAM,EAAE,EAC9E,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG;IACC,yGAAyG;IACzG,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC,EAC7C,IAAA,sBAAI,EAAC,gCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,EACxC,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,WAAW,CAAC,CAClD,EACD,IAAA,qBAAG,EACC,yCAAyC,EACzC,EAAE,YAAY,EAAE,aAAa,EAAE,YAAY,EAAE,2BAAE,CAAC,qBAAqB,CAAC,MAAM,EAAE,EAC9E,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;wDACqB;AA8DtB;IA5DC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;IACjF,IAAA,iBAAI,EACD,IAAA,oBAAE,EACE,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EACzD,IAAA,qBAAG,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,EAAE,2BAAE,CAAC,qBAAqB,CAAC,kBAAkB,CAAC,EAClF,IAAA,qBAAG,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EACxD,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,IAAI,CAAC,CAAC,CACnC,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,qBAAG,CAAC,aAAa,EAAE,IAAA,yBAAiB,EAAC,KAAK,EAAE,6DAA2C,CAAC,CAAC,EAC9F,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,IAAI,CAAC,CAAC,EAChC,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,kCAAkC,CAAC,CACzE,EACD,IAAA,qBAAG,EAAC,8BAA8B,EAAE,EAAE,YAAY,EAAE,oCAAoC,EAAE,CAAC,CAC9F;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EACzD,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,kCAAkC,CAAC,CACzE,EACD,IAAA,qBAAG,EACC,qCAAqC,EACrC,EAAE,YAAY,EAAE,oCAAoC,EAAE,SAAS,EAAE,gCAAc,CAAC,IAAI,EAAE,EACtF,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,qBAAG,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EACxD,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,kCAAkC,CAAC,CACzE,EACD,IAAA,qBAAG,EACC,sCAAsC,EACtC,EAAE,YAAY,EAAE,oCAAoC,EAAE,SAAS,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,EAAE,EACjG,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,qBAAG,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,EAAE,2BAAE,CAAC,qBAAqB,CAAC,kBAAkB,CAAC,EAClF,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,kCAAkC,CAAC,CACzE,EACD,IAAA,qBAAG,EACC,yCAAyC,EACzC;QACI,YAAY,EAAE,oCAAoC;QAClD,YAAY,EAAE,2BAAE,CAAC,qBAAqB,CAAC,kBAAkB;KAC5D,EACD,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;+EAC4C;AAsC7C;IApCC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;IACjF,IAAA,iBAAI,EAAC,IAAA,qBAAG,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC;IACxD,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,qBAAG,CAAC,aAAa,EAAE,IAAA,yBAAiB,EAAC,KAAK,EAAE,6DAA2C,CAAC,CAAC,EAC9F,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,IAAI,CAAC,CAAC,EAChC,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,aAAa,CAAC,CACpD,EACD,IAAA,qBAAG,EAAC,8BAA8B,EAAE,EAAE,YAAY,EAAE,eAAe,EAAE,CAAC,CACzE;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EACzD,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,aAAa,CAAC,CACpD,EACD,IAAA,qBAAG,EACC,qCAAqC,EACrC,EAAE,YAAY,EAAE,eAAe,EAAE,SAAS,EAAE,gCAAc,CAAC,IAAI,EAAE,EACjE,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EAAC,IAAA,qBAAG,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,SAAS,CAAC,EAAE,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,aAAa,CAAC,CAAC,EAC1G,IAAA,qBAAG,EACC,sCAAsC,EACtC,EAAE,YAAY,EAAE,eAAe,EAAE,SAAS,EAAE,2BAAE,CAAC,WAAW,CAAC,SAAS,EAAE,EACtE,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;0DACuB;AAsCxB;IApCC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;IACjF,IAAA,iBAAI,EAAC,IAAA,qBAAG,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC;IACxD,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,qBAAG,CAAC,aAAa,EAAE,IAAA,yBAAiB,EAAC,KAAK,EAAE,6DAA2C,CAAC,CAAC,EAC9F,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,IAAI,CAAC,CAAC,EAChC,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,eAAe,CAAC,CACtD,EACD,IAAA,qBAAG,EAAC,8BAA8B,EAAE,EAAE,YAAY,EAAE,iBAAiB,EAAE,CAAC,CAC3E;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EACzD,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,eAAe,CAAC,CACtD,EACD,IAAA,qBAAG,EACC,qCAAqC,EACrC,EAAE,YAAY,EAAE,iBAAiB,EAAE,SAAS,EAAE,gCAAc,CAAC,IAAI,EAAE,EACnE,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EAAC,IAAA,qBAAG,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,SAAS,CAAC,EAAE,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,eAAe,CAAC,CAAC,EAC5G,IAAA,qBAAG,EACC,sCAAsC,EACtC,EAAE,YAAY,EAAE,iBAAiB,EAAE,SAAS,EAAE,2BAAE,CAAC,WAAW,CAAC,SAAS,EAAE,EACxE,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;4DACwB;AA+CzB;IA7CC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,gDAAwC;YAChD,MAAM,EAAE,gDAAwC;SACnD;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;IACjF,IAAA,iBAAI,EACD,IAAA,oBAAE,EACE,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EACzD,IAAA,qBAAG,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,EAAE,2BAAE,CAAC,qBAAqB,CAAC,cAAc,CAAC,EAC9E,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,IAAI,CAAC,CAAC,CACnC,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,qBAAG,CAAC,aAAa,EAAE,IAAA,yBAAiB,EAAC,KAAK,EAAE,6DAA2C,CAAC,CAAC,EAC9F,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,IAAI,CAAC,CAAC,EAChC,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,cAAc,CAAC,CACrD,EACD,IAAA,qBAAG,EAAC,8BAA8B,EAAE,EAAE,YAAY,EAAE,gBAAgB,EAAE,CAAC,CAC1E;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EACzD,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,cAAc,CAAC,CACrD,EACD,IAAA,qBAAG,EACC,qCAAqC,EACrC,EAAE,YAAY,EAAE,gBAAgB,EAAE,SAAS,EAAE,gCAAc,CAAC,IAAI,EAAE,EAClE,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,qBAAG,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,EAAE,2BAAE,CAAC,qBAAqB,CAAC,cAAc,CAAC,EAC9E,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,cAAc,CAAC,CACrD,EACD,IAAA,qBAAG,EACC,yCAAyC,EACzC,EAAE,YAAY,EAAE,gBAAgB,EAAE,YAAY,EAAE,2BAAE,CAAC,qBAAqB,CAAC,cAAc,EAAE,EACzF,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;2DACyB;AAmC1B;IAjCC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,kCAA0B;YAClC,MAAM,EAAE,kCAA0B;SACrC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;IACjF,IAAA,iBAAI,EACD,IAAA,oBAAE,EACE,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EACzD,IAAA,qBAAG,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,EAAE,2BAAE,CAAC,qBAAqB,CAAC,QAAQ,CAAC,CAC3E,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EAAC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EAAE,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC,EAC5G,IAAA,qBAAG,EACC,qCAAqC,EACrC,EAAE,YAAY,EAAE,UAAU,EAAE,SAAS,EAAE,gCAAc,CAAC,IAAI,EAAE,EAC5D,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,qBAAG,EAAC,gCAAc,CAAC,YAAY,CAAC,IAAI,EAAE,2BAAE,CAAC,qBAAqB,CAAC,QAAQ,CAAC,EACxE,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,QAAQ,CAAC,CAC/C,EACD,IAAA,qBAAG,EACC,yCAAyC,EACzC,EAAE,YAAY,EAAE,UAAU,EAAE,YAAY,EAAE,2BAAE,CAAC,qBAAqB,CAAC,QAAQ,EAAE,EAC7E,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;qDACiB;AAGtB,MAAa,qBAAqB;CA0DjC;AA1DD,sDA0DC;AAjDG;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB,EAAE,6EAA6E;YAC9G,MAAM,EAAE,qCAA6B;YACrC,MAAM,EAAE,qCAA6B;SACxC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;qDACjE;AAUjB;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB,EAAE,6EAA6E;YAC9G,MAAM,EAAE,qCAA6B;YACrC,MAAM,EAAE,qCAA6B;SACxC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;mDACnE;AAUf;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,qCAA6B;YACrC,MAAM,EAAE,qCAA6B;SACxC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;qDACjE;AA4BjB;IA1BC,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,qCAA6B;YACrC,MAAM,EAAE,qCAA6B;SACxC;KACJ,CAAC;IACD,IAAA,iBAAI,EAAC,IAAA,4CAAoC,EAAC,gCAAc,CAAC,CAAC;IAC1D,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,oBAAE,EACE,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,SAAS,CAAC,EACnD,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,SAAS,CAAC,CACtD,EACD,IAAA,wBAAM,EAAC,gCAAc,CAAC,eAAe,CAAC,KAAK,CAAC,CAC/C,EACD,IAAA,qBAAG,EACC,qCAAqC,EACrC,EAAE,YAAY,EAAE,OAAO,EAAE,SAAS,EAAE,gCAAc,CAAC,IAAI,EAAE,EACzD,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;IACA,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;oDAClE;AAGpB,MAAa,yBAAyB;CAwBrC;AAxBD,8DAwBC;AAjBG;IANC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,CAAC,QAAkB,EAAE,QAAkB,EAAE,SAAiB,EAAU,EAAE,CACxE,IAAA,uCAAyB,EAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,CAAC,GAAG,qCAAY;SAC9E;KACJ,CAAC;wDACiC;AAQnC;IANC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,CAAC,QAAkB,EAAE,QAAkB,EAAE,SAAiB,EAAU,EAAE,CACxE,IAAA,uCAAyB,EAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,CAAC,GAAG,qCAAY;SAC9E;KACJ,CAAC;iEACuB;AAQzB;IANC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,CAAC,QAAkB,EAAE,QAAkB,EAAE,SAAiB,EAAU,EAAE,CACxE,IAAA,uCAAyB,EAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,CAAC,GAAG,qCAAY;SAC9E;KACJ,CAAC;6DACmB;AAGzB,MAAa,eAAe;CA2U3B;AA3UD,0CA2UC;AA1TG;IAhBC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;IACD,IAAA,kBAAK,EAAC,IAAI,EAAE,gCAAc,CAAC,mBAAmB,CAAC;IAC/C,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,qBAAG,CAAC,aAAa,EAAE,IAAA,yBAAiB,EAAC,KAAK,EAAE,6DAA2C,CAAC,CAAC,EAC9F,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,IAAI,CAAC,CAAC,CACnC,EACD,IAAA,qBAAG,EAAC,oBAAoB,CAAC,CAC5B;6CACqB;AAYtB;IAVC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,6BAAqB;SAChC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;wDAChC;AAUlD;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;sDAC+B;AAUjC;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;kDACkB;AAUpB;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;uDACsB;AAWxB;IATC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;IACD,IAAA,8BAAiB,EAAC,kEAAkE,CAAC;qDAC/D;AAUvB;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;8DACgD;AAWlD;IATC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;IACD,IAAA,8BAAiB,EAAC,kEAAkE,CAAC;6DACvD;AAU/B;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;yDACyB;AAU3B;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,QAAQ;KAClB,CAAC;oDACoB;AAWtB;IATC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;2DACtD;AAW5B;IATC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;mEAC7C;AAWrC;IATC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;+DACjD;AAYjC;IAVC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,4BAAoB;YAC5B,MAAM,EAAE,4BAAoB;SAC/B;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;uDACiC;AA2BnC;IAzBC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;YAC/B,MAAM,EAAE,0BAAkB;SAC7B;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,mEAAmE,CAAC;IACtF,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;IACD,IAAA,iBAAI,EACD,IAAA,oBAAE,EACE,IAAA,qBAAG,EACC,IAAA,oBAAE,EACE,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EACzD,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,qBAAG,CAAC,aAAa,EAAE,IAAA,yBAAiB,EAAC,KAAK,EAAE,6DAA2C,CAAC,CAAC,EAC9F,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,IAAI,CAAC,CAAC,CACnC,CACJ,EACD,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,CAAC,CAC3C,EACD,IAAA,sBAAI,EAAC,gCAAc,CAAC,YAAY,EAAE,KAAK,CAAC,CAC3C,CACJ;qDACkC;AAmDnC;IAjDC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,8BAAiB,EAAC,8DAA8D,CAAC;IACjF,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;QAChB;;WAEG;KACN,CAAC;IACD,IAAA,iBAAI,EACD,IAAA,oBAAE,EACE,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EACzD,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,qBAAG,CAAC,aAAa,EAAE,IAAA,yBAAiB,EAAC,KAAK,EAAE,6DAA2C,CAAC,CAAC,EAC9F,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,IAAI,CAAC,CAAC,CACnC,CACJ,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,qBAAG,CAAC,aAAa,EAAE,IAAA,yBAAiB,EAAC,KAAK,EAAE,6DAA2C,CAAC,CAAC,EAC9F,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,IAAI,CAAC,CAAC,EAChC,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,CACtC,EACD,IAAA,qBAAG,EAAC,8BAA8B,EAAE,EAAE,YAAY,EAAE,cAAc,EAAE,CAAC,CACxE;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EAAC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EAAE,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,CAAC,EACnG,IAAA,qBAAG,EACC,qCAAqC,EACrC,EAAE,YAAY,EAAE,cAAc,EAAE,SAAS,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,EAAE,EAC3E,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;IACA,IAAA,kBAAK,EAAC,IAAA,qBAAG,EAAC,IAAA,sBAAI,EAAC,gCAAc,CAAC,aAAa,EAAE,2BAAE,CAAC,iBAAiB,CAAC,IAAI,CAAC,EAAE,IAAA,qBAAG,EAAC,gCAAc,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC,EAAE;QAC/G,2BAAE,CAAC,YAAY,CAAC,IAAI;KACvB,CAAC;IACD,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,gCAAc,CAAC,aAAa,EAAE,2BAAE,CAAC,iBAAiB,CAAC,IAAI,CAAC,EAC7D,IAAA,qBAAG,EAAC,gCAAc,CAAC,YAAY,EAAE,IAAI,CAAC,EACtC,IAAA,wBAAM,EAAC,gCAAc,CAAC,YAAY,CAAC,EACnC,IAAA,qBAAG,EAAC,gCAAc,CAAC,YAAY,EAAE,2BAAE,CAAC,YAAY,CAAC,IAAI,CAAC,CACzD,EACD,IAAA,qBAAG,EAAC,gCAAgC,CAAC,CACxC;qDAC8B;AAmC/B;IAjCC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;IACD,IAAA,iBAAI,EACD,IAAA,oBAAE,EACE,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EACzD,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,qBAAG,CAAC,aAAa,EAAE,IAAA,yBAAiB,EAAC,KAAK,EAAE,6DAA2C,CAAC,CAAC,EAC9F,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,IAAI,CAAC,CAAC,CACnC,CACJ,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,qBAAG,CAAC,aAAa,EAAE,IAAA,yBAAiB,EAAC,KAAK,EAAE,6DAA2C,CAAC,CAAC,EAC9F,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,IAAI,CAAC,CAAC,EAChC,IAAA,wBAAM,EAAC,gCAAc,CAAC,QAAQ,CAAC,CAClC,EACD,IAAA,qBAAG,EAAC,8BAA8B,EAAE,EAAE,YAAY,EAAE,UAAU,EAAE,CAAC,CACpE;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EAAC,IAAA,sBAAI,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EAAE,IAAA,wBAAM,EAAC,gCAAc,CAAC,QAAQ,CAAC,CAAC,EAC/F,IAAA,qBAAG,EACC,qCAAqC,EACrC,EAAE,YAAY,EAAE,UAAU,EAAE,SAAS,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,EAAE,EACvE,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;iDACiB;AAkClB;IAhCC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;IACD,IAAA,iBAAI,EAAC,IAAA,qBAAG,EAAC,IAAA,qBAAG,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EAAE,IAAA,wBAAM,EAAC,gCAAc,CAAC,IAAI,CAAC,CAAC,CAAC;IAChG,IAAA,iBAAI,EACD,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,qBAAG,CAAC,aAAa,EAAE,IAAA,yBAAiB,EAAC,KAAK,EAAE,6DAA2C,CAAC,CAAC,EAC9F,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,IAAI,CAAC,CAAC,EAChC,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,WAAW,CAAC,CAAC,CAC1C,CACJ;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,qBAAG,CAAC,aAAa,EAAE,IAAA,yBAAiB,EAAC,KAAK,EAAE,6DAA2C,CAAC,CAAC,EAC9F,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,IAAI,CAAC,CAAC,EAChC,IAAA,wBAAM,EAAC,gCAAc,CAAC,WAAW,CAAC,CACrC,EACD,IAAA,qBAAG,EAAC,8BAA8B,EAAE,EAAE,YAAY,EAAE,aAAa,EAAE,CAAC,CACvE;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EAAC,IAAA,qBAAG,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EAAE,IAAA,wBAAM,EAAC,gCAAc,CAAC,WAAW,CAAC,CAAC,EACjG,IAAA,qBAAG,EACC,sCAAsC,EACtC,EAAE,YAAY,EAAE,aAAa,EAAE,SAAS,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,EAAE,EAC1E,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;oDACyB;AA2B1B;IAzBC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,uCAAyB;SAClC;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;IACD,IAAA,iBAAI,EAAC,IAAA,qBAAG,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,CAAC;IAC9D,IAAA,oBAAO,EACJ,IAAA,qBAAG,EACC,IAAA,sBAAI,EAAC,qBAAG,CAAC,aAAa,EAAE,IAAA,yBAAiB,EAAC,KAAK,EAAE,6DAA2C,CAAC,CAAC,EAC9F,IAAA,qBAAG,EAAC,IAAA,wBAAM,EAAC,gCAAc,CAAC,IAAI,CAAC,CAAC,EAChC,IAAA,wBAAM,EAAC,gCAAc,CAAC,uBAAuB,CAAC,CACjD,EACD,IAAA,qBAAG,EAAC,8BAA8B,EAAE,EAAE,YAAY,EAAE,yBAAyB,EAAE,CAAC,CACnF;IACA,IAAA,oBAAO,EACJ,IAAA,qBAAG,EAAC,IAAA,qBAAG,EAAC,gCAAc,CAAC,IAAI,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,CAAC,EAAE,IAAA,wBAAM,EAAC,gCAAc,CAAC,uBAAuB,CAAC,CAAC,EAC7G,IAAA,qBAAG,EACC,sCAAsC,EACtC,EAAE,YAAY,EAAE,yBAAyB,EAAE,SAAS,EAAE,2BAAE,CAAC,WAAW,CAAC,eAAe,EAAE,EACtF,EAAE,SAAS,EAAE,IAAI,EAAE,CACtB,CACJ;gEAC2D;AAGhE,MAAa,iCAAiC;CAU7C;AAVD,8EAUC;AADG;IARC,IAAA,qBAAQ,EAAC;QACN,QAAQ,EAAE;YACN,IAAI,EAAE,sDAAwC;SACjD;KACJ,CAAC;IACD,IAAA,qBAAQ,EAAC;QACN,KAAK,EAAE,SAAS;KACnB,CAAC;iFAC+B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../../../src/sync/v4/export/controls/Table.ts"],"names":[],"mappings":"AAAA,OAAO,EAA+B,EAAE,EAAE,MAAM,6BAA6B,CAAC;AAE9E,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAGzC,OAAO,EAMH,YAAY,EAGZ,KAAK,cAAc,EACnB,KAAK,cAAc,
|
|
1
|
+
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../../../src/sync/v4/export/controls/Table.ts"],"names":[],"mappings":"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"}
|