@sap/ux-specification 1.144.5 → 1.144.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/CHANGELOG.md +21 -3
- 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/v4/BuildingBlocksConfig.json +21 -8
- package/dist/specification/package.json +14 -7
- 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/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/i18n.json +2 -0
- 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/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/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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"decorators.js","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/decorators.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"decorators.js","sourceRoot":"","sources":["../../../../../../src/sync/common/decoration/decorators.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Enums.d.ts","sourceRoot":"","sources":["../../../../../../../src/sync/common/decoration/steps/Enums.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,KAAK,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"Enums.d.ts","sourceRoot":"","sources":["../../../../../../../src/sync/common/decoration/steps/Enums.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,KAAK,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AA8DrE;;;GAGG;AACH,qBAAa,KAAM,YAAW,aAAa;IACvC,QAAQ,CAAC,IAAI,WAAW;IAExB;;;;;;OAMG;IACH,IAAI,CAAC,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,UAAU,EAAE,OAAO,EAAE,gBAAgB,GAAG,IAAI;CAuBhF"}
|
|
@@ -4,6 +4,52 @@ exports.Enums = void 0;
|
|
|
4
4
|
const decorators_1 = require("../decorators");
|
|
5
5
|
const condition_evaluator_1 = require("../condition-evaluator");
|
|
6
6
|
const enum_utils_1 = require("./enum-utils");
|
|
7
|
+
const decorator_paths_1 = require("../decorator-paths");
|
|
8
|
+
const jsonpath_plus_1 = require("jsonpath-plus");
|
|
9
|
+
/**
|
|
10
|
+
* Resolves allowedValues from static array or PathNode reference.
|
|
11
|
+
* Uses the same evaluation context as the original implementation.
|
|
12
|
+
*
|
|
13
|
+
* @param allowedValues - Static array or PathNode to resolve
|
|
14
|
+
* @param context - Runtime context for path resolution
|
|
15
|
+
* @returns Array of allowed enum values
|
|
16
|
+
*/
|
|
17
|
+
function resolveAllowedValues(allowedValues, context) {
|
|
18
|
+
if ((0, decorator_paths_1.isPathNode)(allowedValues)) {
|
|
19
|
+
const path = (0, decorator_paths_1.getPath)(allowedValues);
|
|
20
|
+
const evaluationContext = {
|
|
21
|
+
app: context.app,
|
|
22
|
+
page: context.page,
|
|
23
|
+
custom: context.custom
|
|
24
|
+
};
|
|
25
|
+
const result = (0, jsonpath_plus_1.JSONPath)({ path: `$.${path}`, json: evaluationContext });
|
|
26
|
+
return Array.isArray(result) && result.length > 0 ? result[0] : [];
|
|
27
|
+
}
|
|
28
|
+
return allowedValues;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Applies enum filtering to a single property if conditions match.
|
|
32
|
+
*
|
|
33
|
+
* @param property - Schema property definition
|
|
34
|
+
* @param enumsMetadata - Enum metadata from decorator
|
|
35
|
+
* @param evaluator - Condition evaluator instance
|
|
36
|
+
* @param context - Runtime context
|
|
37
|
+
* @returns True if filtering was applied, false otherwise
|
|
38
|
+
*/
|
|
39
|
+
function applyEnumFiltering(property, enumsMetadata, evaluator, context) {
|
|
40
|
+
const { passed } = evaluator.evaluate(enumsMetadata);
|
|
41
|
+
if (!passed) {
|
|
42
|
+
return false;
|
|
43
|
+
}
|
|
44
|
+
const currentEnumValues = (0, enum_utils_1.resolveEnumFromProperty)(property, context);
|
|
45
|
+
if (!currentEnumValues) {
|
|
46
|
+
return false;
|
|
47
|
+
}
|
|
48
|
+
const allowedValues = resolveAllowedValues(enumsMetadata.allowedValues, context);
|
|
49
|
+
const filteredValues = allowedValues.filter((v) => currentEnumValues.includes(v));
|
|
50
|
+
(0, enum_utils_1.applyFilteredEnumToProperty)(property, filteredValues, context);
|
|
51
|
+
return true;
|
|
52
|
+
}
|
|
7
53
|
/**
|
|
8
54
|
* Enums step - filters enum values based on conditions.
|
|
9
55
|
* If multiple @enums decorators exist on the same property, the first matching condition wins.
|
|
@@ -32,14 +78,7 @@ class Enums {
|
|
|
32
78
|
}
|
|
33
79
|
// Find first matching condition (first match wins)
|
|
34
80
|
for (const enumsMetadata of enumsMetadataList) {
|
|
35
|
-
|
|
36
|
-
if (passed) {
|
|
37
|
-
const currentEnumValues = (0, enum_utils_1.resolveEnumFromProperty)(property, context);
|
|
38
|
-
if (currentEnumValues) {
|
|
39
|
-
// Filter to only allowed values that exist in original enum
|
|
40
|
-
const filteredValues = enumsMetadata.allowedValues.filter((v) => currentEnumValues.includes(v));
|
|
41
|
-
(0, enum_utils_1.applyFilteredEnumToProperty)(property, filteredValues, context);
|
|
42
|
-
}
|
|
81
|
+
if (applyEnumFiltering(property, enumsMetadata, evaluator, context)) {
|
|
43
82
|
break; // First match wins, stop processing
|
|
44
83
|
}
|
|
45
84
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Enums.js","sourceRoot":"","sources":["../../../../../../../src/sync/common/decoration/steps/Enums.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Enums.js","sourceRoot":"","sources":["../../../../../../../src/sync/common/decoration/steps/Enums.ts"],"names":[],"mappings":";;;AAIA,8CAA6C;AAC7C,gEAA4D;AAC5D,6CAAoF;AACpF,wDAAyD;AACzD,iDAAyC;AAEzC;;;;;;;GAOG;AACH,SAAS,oBAAoB,CAAC,aAAkC,EAAE,OAAyB;IACvF,IAAI,IAAA,4BAAU,EAAC,aAAa,CAAC,EAAE,CAAC;QAC5B,MAAM,IAAI,GAAG,IAAA,yBAAO,EAAC,aAAa,CAAC,CAAC;QACpC,MAAM,iBAAiB,GAAG;YACtB,GAAG,EAAE,OAAO,CAAC,GAAG;YAChB,IAAI,EAAE,OAAO,CAAC,IAAI;YAClB,MAAM,EAAE,OAAO,CAAC,MAAM;SACzB,CAAC;QACF,MAAM,MAAM,GAAG,IAAA,wBAAQ,EAAC,EAAE,IAAI,EAAE,KAAK,IAAI,EAAE,EAAE,IAAI,EAAE,iBAAiB,EAAE,CAAC,CAAC;QACxE,OAAO,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,MAAM,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;IACvE,CAAC;IACD,OAAO,aAAa,CAAC;AACzB,CAAC;AAED;;;;;;;;GAQG;AACH,SAAS,kBAAkB,CACvB,QAAoB,EACpB,aAAqC,EACrC,SAA6B,EAC7B,OAAyB;IAEzB,MAAM,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC;IACrD,IAAI,CAAC,MAAM,EAAE,CAAC;QACV,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,MAAM,iBAAiB,GAAG,IAAA,oCAAuB,EAAC,QAAQ,EAAE,OAAO,CAAC,CAAC;IACrE,IAAI,CAAC,iBAAiB,EAAE,CAAC;QACrB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,MAAM,aAAa,GAAG,oBAAoB,CAAC,aAAa,CAAC,aAAa,EAAE,OAAO,CAAC,CAAC;IACjF,MAAM,cAAc,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,iBAAiB,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC;IAClF,IAAA,wCAA2B,EAAC,QAAQ,EAAE,cAAc,EAAE,OAAO,CAAC,CAAC;IAC/D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED;;;GAGG;AACH,MAAa,KAAK;IAAlB;QACa,SAAI,GAAG,OAAO,CAAC;IAgC5B,CAAC;IA9BG;;;;;;OAMG;IACH,IAAI,CAAC,MAAc,EAAE,UAAsB,EAAE,OAAyB;QAClE,IAAI,CAAC,UAAU,EAAE,UAAU,IAAI,CAAC,MAAM,EAAE,CAAC;YACrC,OAAO;QACX,CAAC;QAED,MAAM,SAAS,GAAG,IAAI,wCAAkB,CAAC,OAAO,CAAC,CAAC;QAElD,KAAK,MAAM,YAAY,IAAI,UAAU,CAAC,UAAU,EAAE,CAAC;YAC/C,MAAM,QAAQ,GAAG,UAAU,CAAC,UAAU,CAAC,YAAY,CAAe,CAAC;YACnE,MAAM,iBAAiB,GAAG,OAAO,CAAC,WAAW,CAAC,yBAAY,CAAC,KAAK,EAAE,MAAM,EAAE,YAAY,CAAC,CAAC;YAExF,IAAI,CAAC,iBAAiB,EAAE,MAAM,EAAE,CAAC;gBAC7B,SAAS;YACb,CAAC;YAED,mDAAmD;YACnD,KAAK,MAAM,aAAa,IAAI,iBAAiB,EAAE,CAAC;gBAC5C,IAAI,kBAAkB,CAAC,QAAQ,EAAE,aAAa,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,CAAC;oBAClE,MAAM,CAAC,oCAAoC;gBAC/C,CAAC;YACL,CAAC;QACL,CAAC;IACL,CAAC;CACJ;AAjCD,sBAiCC"}
|
|
@@ -58,6 +58,8 @@
|
|
|
58
58
|
"FCL_NOT_SUPPORTED_WHEN_INLINE_EDIT_ENABLED": "Flexible column layout is not supported when 'inlineEdit' is configured on a list report page.",
|
|
59
59
|
"PROPERTY_ONLY_ALLOWED_FOR_TABLE_TYPE": "The '{{- propertyName}}' property was specified in the `manifest.json` file, but this property is only valid for the '{{- tableType}}' table type.",
|
|
60
60
|
"PROPERTY_ONLY_ALLOWED_FOR_CREATION_MODE": "The '{{- propertyName}}' property was specified in the `manifest.json` file, but this property is only valid for the '{{- creationMode}}' creation mode.",
|
|
61
|
+
"TABLE_TYPE_NOT_SET": "The table type is not set. Table-type-specific properties may be incorrect.",
|
|
62
|
+
"PROPERTY_REQUIRES_TABLE_TYPE": "The '{{- propertyName}}' property was specified in the `manifest.json` file, but the table type is not set. This property may not be processed correctly.",
|
|
61
63
|
"EXPORT_TO_EXCEL_OUTDATED": "The 'useExportToExcel' property is deprecated. Use the 'enableExport' property instead.",
|
|
62
64
|
"TRANSFER_VALUE": "Transfer Value",
|
|
63
65
|
"USE_ENABLE_EXPORT_ONLY": "This value is obsolete in the newer 'Enable Export' property.",
|
|
@@ -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":"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,EAEtB,MAAM,4CAA4C,CAAC;AAWpD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEjD;;;;;;;;;GASG;AACH,wBAAgB,oCAAoC,CAChD,gBAAgB,EAAE,OAAO,YAAY,GAAG,OAAO,cAAc,GAC9D,cAAc,CAkBhB;AAED;;;;;;;;GAQG;AACH,wBAAgB,0BAA0B,CACtC,eAAe,EAAE,OAAO,EACxB,aAAa,EAAE,MAAM,EACrB,IAAI,EAAE,MAAM,EACZ,WAAW,EAAE,MAAM,GACpB,IAAI,CAUN;AAED;;;;;;GAMG;AACH,wBAAgB,0BAA0B,CAAC,eAAe,EAAE,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,GAAG,EAAE,MAAM,GAAG,IAAI,CAI7G;AAED;;;;;;GAMG;AACH,wBAAgB,wCAAwC,CAAC,eAAe,EAAE,OAAO,EAAE,YAAY,EAAE,OAAO,GAAG,IAAI,CAS9G;AAED;;;;;;;GAOG;AACH,wBAAgB,wCAAwC,CAAC,eAAe,EAAE,MAAM,EAAE,GAAG,MAAM,EAAE,GAAG,SAAS,CAMxG;AAED;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAAC,aAAa,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAO5E;AAiGD;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,eAAe,EAAE,OAAO,EAAE,YAAY,EAAE,OAAO,GAAG,IAAI,CAsBpF;AAED;;;;;;;GAOG;AACH,wBAAgB,qBAAqB,CACjC,eAAe,EAAE,OAAO,EACxB,YAAY,EAAE,OAAO,EACrB,GAAG,EAAE,MAAM,EACX,WAAW,CAAC,EAAE,MAAM,GACrB,IAAI,CAaN;AAED;;;;;;;GAOG;AACH,wBAAgB,6BAA6B,CACzC,eAAe,EAAE,OAAO,EACxB,YAAY,EAAE,OAAO,EACrB,GAAG,EAAE,MAAM,EACX,WAAW,EAAE,MAAM,GACpB,IAAI,CAKN;AAED;;;;;;;GAOG;AACH,wBAAgB,6BAA6B,CACzC,eAAe,EAAE,OAAO,EACxB,aAAa,EAAE,MAAM,EACrB,IAAI,EAAE,MAAM,EACZ,WAAW,EAAE,MAAM,GACpB,IAAI,CAeN;AA2DD;;;;;GAKG;AACH,wBAAgB,oBAAoB,CAAC,eAAe,KAAA,qBAiBnD;AAED;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,eAAe,EAAE,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,GAAG,EAAE,MAAM,GAAG,IAAI,CA0BvG;AAED;;GAEG;AACH,qBAAa,mBAAoB,YAAW,EAAE,CAAC,mBAAmB;IAU9D,MAAM,CAAC,EAAE,OAAO,CAAC;IAWjB,IAAI,CAAC,EAAE,OAAO,CAAC;IAWf,MAAM,CAAC,EAAE,OAAO,CAAC;IA0BjB,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,qBAAa,uBAAwB,YAAW,EAAE,CAAC,uBAAuB;IAUtE,MAAM,CAAC,EAAE,OAAO,CAAC;IAWjB,IAAI,CAAC,EAAE,OAAO,CAAC;IAWf,MAAM,CAAC,EAAE,OAAO,CAAC;IA0BjB,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB;AAED;;GAEG;AAEH,qBAAa,uBAAwB,YAAW,EAAE,CAAC,uBAAuB;IAOtE,KAAK,EAAE,EAAE,CAAC,sBAAsB,EAAE,CAAC;IAQnC,cAAc,CAAC,EAAE,OAAO,CAAC;IAQzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB;AAED;;GAEG;AAEH,qBAAa,aAAc,YAAW,EAAE,CAAC,aAAa;IAmBlD,IAAI,CAAC,EAAE,EAAE,CAAC,WAAW,CAAC;IAatB,eAAe,CAAC,EAAE,mBAAmB,GAAG,OAAO,CAAC;IAYhD,aAAa,CAAC,EAAE,EAAE,CAAC,aAAa,CAAC;IAWjC,SAAS,CAAC,EAAE,OAAO,CAAC;IAWpB,cAAc,CAAC,EAAE,MAAM,CAAC;IAYxB,YAAY,CAAC,EAAE,OAAO,CAAC;IAWvB,qBAAqB,CAAC,EAAE,uBAAuB,CAAC;IAYhD,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAW/B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAW5B,0BAA0B,CAAC,EAAE,OAAO,CAAC;IAWrC,sBAAsB,CAAC,EAAE,OAAO,CAAC;CACpC;AAED;;GAEG;AAEH,qBAAa,QAAS,YAAW,EAAE,CAAC,YAAY;IAQ5C,cAAc,EAAE,MAAM,CAAC;IAGvB,OAAO,CAAC,EAAE,EAAE,CAAC,gBAAgB,CAAC;CACjC;AAED,qBAAa,kBAAmB,YAAW,EAAE,CAAC,kBAAkB;IAQ5D,GAAG,EAAE,MAAM,CAAC;IAYZ,KAAK,EAAE,MAAM,CAAC;IASd,cAAc,EAAE,MAAM,CAAC;IAQvB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED;;GAEG;AAEH,qBAAa,iBAAkB,SAAQ,kBAAmB,YAAW,EAAE,CAAC,aAAa;IAkBjF,IAAI,CAAC,EAAE,EAAE,CAAC,WAAW,CAAC;IAYtB,eAAe,CAAC,EAAE,uBAAuB,GAAG,OAAO,CAAC;IAWpD,aAAa,CAAC,EAAE,EAAE,CAAC,aAAa,CAAC;IAWjC,SAAS,CAAC,EAAE,OAAO,CAAC;IAWpB,cAAc,CAAC,EAAE,MAAM,CAAC;IAYxB,YAAY,CAAC,EAAE,OAAO,CAAC;IAWvB,qBAAqB,CAAC,EAAE,uBAAuB,CAAC;IAYhD,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAW/B,0BAA0B,CAAC,EAAE,OAAO,CAAC;IAWrC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAW5B,sBAAsB,CAAC,EAAE,OAAO,CAAC;IAYjC,cAAc,CAAC,EAAE,EAAE,CAAC,cAAc,CAAC;IA4BnC,YAAY,CAAC,EAAE,mBAAmB,CAAC;IAcnC,uBAAuB,CAAC,EAAE,2BAA2B,CAAC;CACzD;AAED;;GAEG;AAEH,qBAAa,QAAS,SAAQ,iBAAkB,YAAW,EAAE,CAAC,YAAY;IAQ9D,cAAc,EAAE,MAAM,CAAC;IAY/B,WAAW,CAAC,EAAE,EAAE,CAAC,eAAe,CAAC;IAGjC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,EAAE,CAAC,WAAW,CAAC;CAC5B;AAED;;GAEG;AAEH,qBAAa,WAAY,SAAQ,kBAAmB,YAAW,EAAE,CAAC,WAAW;IAEzE,OAAO,CAAC,EAAE,EAAE,CAAC,gBAAgB,CAAC;IAQ9B,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB;AAED;;GAEG;AAEH,qBAAa,WAAY,SAAQ,iBAAiB;IAO9C,2BAA2B,CAAC,EAAE,OAAO,CAAC;IAQtC,OAAO,CAAC,EAAE,OAAO,CAAC;IAGlB,OAAO,CAAC,EAAE,OAAO,CAAC;IAclB,uBAAuB,CAAC,EAAE,2BAA2B,CAAC;IAkCtD,WAAW,CAAC,EAAE,WAAW,CAAC;CAC7B;AAED,qBAAa,kBAAmB,YAAW,EAAE,CAAC,kBAAkB;IAM5D,GAAG,EAAE,MAAM,CAAC;IAYZ,KAAK,EAAE,MAAM,CAAC;IAOd,KAAK,CAAC,EAAE,MAAM,CAAC;IAOf,QAAQ,EAAE,MAAM,CAAC;IAQjB,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,qBAAa,uBAAwB,YAAW,EAAE,CAAC,uBAAuB;IAqBtE,sBAAsB,CAAC,EAAE,OAAO,CAAC;CACpC;AAED,qBAAa,2BAA4B,YAAW,EAAE,CAAC,2BAA2B;IAqB9E,sBAAsB,CAAC,EAAE,OAAO,CAAC;CACpC;AAED;;GAEG;AACH,qBAAa,gBAAiB,YAAW,EAAE,CAAC,gBAAgB;IAExD,CAAC,GAAG,EAAE,MAAM,GAAG,EAAE,CAAC,UAAU,CAAC;IAQ7B,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB;AAED;;GAEG;AAEH,qBAAa,KAAM,SAAQ,aAAc,YAAW,EAAE,CAAC,KAAK;IAQxD,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,KAAK,CAAC,EAAE,gBAAgB,CAAC;IAYzB,WAAW,CAAC,EAAE,EAAE,CAAC,eAAe,CAAC;IAGjC,OAAO,CAAC,EAAE,OAAO,CAAC;IAYlB,cAAc,CAAC,EAAE,EAAE,CAAC,cAAc,CAAC;IA4BnC,YAAY,CAAC,EAAE,mBAAmB,CAAC;IAcnC,uBAAuB,CAAC,EAAE,uBAAuB,CAAC;IAkClD,WAAW,CAAC,EAAE,WAAW,CAAC;CAC7B;AAED,qBAAa,mBAAoB,YAAW,EAAE,CAAC,mBAAmB;IAkC9D,IAAI,CAAC,EAAE,EAAE,CAAC,qBAAqB,CAAC,OAAO,GAAG,EAAE,CAAC,qBAAqB,CAAC,cAAc,CAAC;IA6ClF,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IA2B1B,aAAa,CAAC,EAAE,OAAO,CAAC;IA2BxB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC5B"}
|
|
@@ -37,7 +37,7 @@ const application_1 = require("../../application");
|
|
|
37
37
|
* @returns Condition for hiding the group property
|
|
38
38
|
*/
|
|
39
39
|
function getGroupPersonalizationHideCondition(tableContextPath) {
|
|
40
|
-
return (0, decorator_paths_1.or)((0, decorator_paths_1.and)((0, decorator_paths_1.or)((0, decorator_paths_1.when)(
|
|
40
|
+
return (0, decorator_paths_1.or)((0, decorator_paths_1.and)((0, decorator_paths_1.or)((0, decorator_paths_1.when)(tableContextPath.type, ux_specification_types_1.v4.TableTypeV4.TreeTable), (0, decorator_paths_1.when)(tableContextPath.type, ux_specification_types_1.v4.TableTypeV4.GridTable)), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(tableContextPath.personalization.group))), (0, decorator_paths_1.and)((0, decorator_paths_1.when)(tableContextPath.type, ux_specification_types_1.v4.TableTypeV4.ResponsiveTable), (0, decorator_paths_1.when)(decorator_paths_1.app.minUI5Version, (0, utils_1.compareUI5Version)('lt', '1.120.0'))), (0, decorator_paths_1.and)((0, decorator_paths_1.when)(tableContextPath.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable), (0, decorator_paths_1.when)(decorator_paths_1.app.minUI5Version, (0, utils_1.compareUI5Version)('lt', '1.108.0'))));
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
43
43
|
* Deletes a property from the creation mode section of the manifest object,
|
|
@@ -520,7 +520,9 @@ __decorate([
|
|
|
520
520
|
(0, decorators_1.validity)({
|
|
521
521
|
since: '1.84.0'
|
|
522
522
|
}),
|
|
523
|
-
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/7f844f1021cd4791b8f7408eac7c1cec')
|
|
523
|
+
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/7f844f1021cd4791b8f7408eac7c1cec'),
|
|
524
|
+
(0, decorators_1.enums)(true, decorator_paths_1.tableContext.availableTableTypes),
|
|
525
|
+
(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.tableContext.type))), (0, decorator_paths_1.msg)('TABLE_TYPE_NOT_SET'))
|
|
524
526
|
], TableSettings.prototype, "type", void 0);
|
|
525
527
|
__decorate([
|
|
526
528
|
(0, decorators_1.syncRule)({
|
|
@@ -696,7 +698,9 @@ __decorate([
|
|
|
696
698
|
}),
|
|
697
699
|
(0, decorators_1.validity)({
|
|
698
700
|
since: '1.84.0'
|
|
699
|
-
})
|
|
701
|
+
}),
|
|
702
|
+
(0, decorators_1.enums)(true, decorator_paths_1.tableContext.availableTableTypes),
|
|
703
|
+
(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.tableContext.type))), (0, decorator_paths_1.msg)('TABLE_TYPE_NOT_SET'))
|
|
700
704
|
], TableViewSettings.prototype, "type", void 0);
|
|
701
705
|
__decorate([
|
|
702
706
|
(0, decorators_1.syncRule)({
|
|
@@ -827,7 +831,7 @@ __decorate([
|
|
|
827
831
|
(0, decorators_1.validity)({
|
|
828
832
|
since: '1.130.0'
|
|
829
833
|
}),
|
|
830
|
-
(0, decorators_1.hide)((0, decorator_paths_1.or)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.tableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.tableContext.creationMode))), (0, decorator_paths_1.when)(decorator_paths_1.tableContext.isInsertable, false)))
|
|
834
|
+
(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.tableContext.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.tableContext.type)))), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.tableContext.creationMode))), (0, decorator_paths_1.when)(decorator_paths_1.tableContext.isInsertable, false)))
|
|
831
835
|
// The properties messages will be evaluated on the children level and will not be decorated to avoid duplicate messages.
|
|
832
836
|
], TableViewSettings.prototype, "creationMode", void 0);
|
|
833
837
|
__decorate([
|
|
@@ -923,7 +927,9 @@ __decorate([
|
|
|
923
927
|
(0, decorators_1.validity)({
|
|
924
928
|
since: '1.139.0'
|
|
925
929
|
}),
|
|
926
|
-
(0, decorators_1.hide)((0, decorator_paths_1.not)(decorator_paths_1.tableContext.type, ux_specification_types_1.v4.TableTypeV4.ResponsiveTable)),
|
|
930
|
+
(0, decorators_1.hide)((0, decorator_paths_1.and)((0, decorator_paths_1.not)(decorator_paths_1.tableContext.type, ux_specification_types_1.v4.TableTypeV4.ResponsiveTable), (0, decorator_paths_1.exists)(decorator_paths_1.tableContext.type))),
|
|
931
|
+
(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.tableContext.type)), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.tableContext.popinLayout)))),
|
|
932
|
+
(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.tableContext.type)), (0, decorator_paths_1.exists)(decorator_paths_1.tableContext.popinLayout)), (0, decorator_paths_1.msg)('PROPERTY_REQUIRES_TABLE_TYPE', { propertyName: 'popinLayout' })),
|
|
927
933
|
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.not)(decorator_paths_1.tableContext.type, ux_specification_types_1.v4.TableTypeV4.ResponsiveTable), (0, decorator_paths_1.exists)(decorator_paths_1.tableContext.popinLayout)), (0, decorator_paths_1.msg)('PROPERTY_NOT_ALLOWED_FOR_TABLE_TYPE', { propertyName: 'popinLayout', tableType: decorator_paths_1.tableContext.type }, { deletable: true }))
|
|
928
934
|
], LRTableView.prototype, "popinLayout", void 0);
|
|
929
935
|
class TableViewExtension {
|
|
@@ -1061,7 +1067,7 @@ __decorate([
|
|
|
1061
1067
|
(0, decorators_1.validity)({
|
|
1062
1068
|
since: '1.130.0'
|
|
1063
1069
|
}),
|
|
1064
|
-
(0, decorators_1.hide)((0, decorator_paths_1.or)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.tableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.tableContext.creationMode))), (0, decorator_paths_1.when)(decorator_paths_1.tableContext.isInsertable, false)))
|
|
1070
|
+
(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.tableContext.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.tableContext.type)))), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.tableContext.creationMode))), (0, decorator_paths_1.when)(decorator_paths_1.tableContext.isInsertable, false)))
|
|
1065
1071
|
// The properties messages will be evaluated on the children level and will not be decorated to avoid duplicate messages.
|
|
1066
1072
|
], Table.prototype, "creationMode", void 0);
|
|
1067
1073
|
__decorate([
|
|
@@ -1085,7 +1091,9 @@ __decorate([
|
|
|
1085
1091
|
(0, decorators_1.validity)({
|
|
1086
1092
|
since: '1.139.0'
|
|
1087
1093
|
}),
|
|
1088
|
-
(0, decorators_1.hide)((0, decorator_paths_1.not)(decorator_paths_1.tableContext.type, ux_specification_types_1.v4.TableTypeV4.ResponsiveTable)),
|
|
1094
|
+
(0, decorators_1.hide)((0, decorator_paths_1.and)((0, decorator_paths_1.not)(decorator_paths_1.tableContext.type, ux_specification_types_1.v4.TableTypeV4.ResponsiveTable), (0, decorator_paths_1.exists)(decorator_paths_1.tableContext.type))),
|
|
1095
|
+
(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.tableContext.type)), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.tableContext.popinLayout)))),
|
|
1096
|
+
(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.tableContext.type)), (0, decorator_paths_1.exists)(decorator_paths_1.tableContext.popinLayout)), (0, decorator_paths_1.msg)('PROPERTY_REQUIRES_TABLE_TYPE', { propertyName: 'popinLayout' })),
|
|
1089
1097
|
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.not)(decorator_paths_1.tableContext.type, ux_specification_types_1.v4.TableTypeV4.ResponsiveTable), (0, decorator_paths_1.exists)(decorator_paths_1.tableContext.popinLayout)), (0, decorator_paths_1.msg)('PROPERTY_NOT_ALLOWED_FOR_TABLE_TYPE', { propertyName: 'popinLayout', tableType: decorator_paths_1.tableContext.type }, { deletable: true }))
|
|
1090
1098
|
], Table.prototype, "popinLayout", void 0);
|
|
1091
1099
|
class TableCreationModeLR {
|
|
@@ -1100,7 +1108,8 @@ __decorate([
|
|
|
1100
1108
|
}
|
|
1101
1109
|
}),
|
|
1102
1110
|
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/ceb9284b16f64f30865ce999dbd56064'),
|
|
1103
|
-
(0, decorators_1.hide)((0, decorator_paths_1.when)(decorator_paths_1.tableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable)),
|
|
1111
|
+
(0, decorators_1.hide)((0, decorator_paths_1.or)((0, decorator_paths_1.when)(decorator_paths_1.tableContext.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.tableContext.type))))),
|
|
1112
|
+
(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.tableContext.type)), (0, decorator_paths_1.exists)(decorator_paths_1.tableContext.creationMode.name)), (0, decorator_paths_1.msg)('PROPERTY_REQUIRES_TABLE_TYPE', { propertyName: 'name' })),
|
|
1104
1113
|
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.tableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable), (0, decorator_paths_1.exists)(decorator_paths_1.tableContext.creationMode.name)), (0, decorator_paths_1.msg)('PROPERTY_NOT_ALLOWED_FOR_TABLE_TYPE', { propertyName: 'creationMode', tableType: decorator_paths_1.tableContext.type }, { deletable: true }))
|
|
1105
1114
|
], TableCreationModeLR.prototype, "name", void 0);
|
|
1106
1115
|
__decorate([
|
|
@@ -1113,7 +1122,8 @@ __decorate([
|
|
|
1113
1122
|
}
|
|
1114
1123
|
}),
|
|
1115
1124
|
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/7fee938d7cba4bfd86810cfe6d011eb0'),
|
|
1116
|
-
(0, decorators_1.hide)((0, decorator_paths_1.or)((0, decorator_paths_1.when)(decorator_paths_1.tableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable), (0, decorator_paths_1.not)(decorator_paths_1.tableContext.creationMode.name, ux_specification_types_1.v4.TableCreationModeType.CreationDialog))),
|
|
1125
|
+
(0, decorators_1.hide)((0, decorator_paths_1.or)((0, decorator_paths_1.when)(decorator_paths_1.tableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable), (0, decorator_paths_1.not)(decorator_paths_1.tableContext.creationMode.name, ux_specification_types_1.v4.TableCreationModeType.CreationDialog), (0, decorator_paths_1.not)((0, decorator_paths_1.exists)(decorator_paths_1.tableContext.type)))),
|
|
1126
|
+
(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.tableContext.type)), (0, decorator_paths_1.exists)(decorator_paths_1.tableContext.creationMode.creationFields)), (0, decorator_paths_1.msg)('PROPERTY_REQUIRES_TABLE_TYPE', { propertyName: 'creationFields' })),
|
|
1117
1127
|
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.when)(decorator_paths_1.tableContext.type, ux_specification_types_1.v4.TableTypeV4.AnalyticalTable), (0, decorator_paths_1.exists)(decorator_paths_1.tableContext.creationMode.creationFields)), (0, decorator_paths_1.msg)('PROPERTY_NOT_ALLOWED_FOR_TABLE_TYPE', { propertyName: 'creationFields', tableType: decorator_paths_1.tableContext.type }, { deletable: true })),
|
|
1118
1128
|
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.not)(decorator_paths_1.tableContext.creationMode.name, ux_specification_types_1.v4.TableCreationModeType.CreationDialog), (0, decorator_paths_1.exists)(decorator_paths_1.tableContext.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 }))
|
|
1119
1129
|
], TableCreationModeLR.prototype, "creationFields", void 0);
|
|
@@ -1127,6 +1137,7 @@ __decorate([
|
|
|
1127
1137
|
}),
|
|
1128
1138
|
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/7cf7a31fd1ee490ab816ecd941bd2f1f'),
|
|
1129
1139
|
(0, decorators_1.hide)((0, decorator_paths_1.not)(decorator_paths_1.tableContext.type, ux_specification_types_1.v4.TableTypeV4.TreeTable)),
|
|
1140
|
+
(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.tableContext.type)), (0, decorator_paths_1.exists)(decorator_paths_1.tableContext.creationMode.createInPlace)), (0, decorator_paths_1.msg)('PROPERTY_REQUIRES_TABLE_TYPE', { propertyName: 'createInPlace' })),
|
|
1130
1141
|
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.not)(decorator_paths_1.tableContext.type, ux_specification_types_1.v4.TableTypeV4.TreeTable), (0, decorator_paths_1.exists)(decorator_paths_1.tableContext.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 }))
|
|
1131
1142
|
], TableCreationModeLR.prototype, "createInPlace", void 0);
|
|
1132
1143
|
__decorate([
|
|
@@ -1139,6 +1150,7 @@ __decorate([
|
|
|
1139
1150
|
}),
|
|
1140
1151
|
(0, decorators_1.descriptionSrcURL)('https://ui5.sap.com/#/topic/7cf7a31fd1ee490ab816ecd941bd2f1f'),
|
|
1141
1152
|
(0, decorators_1.hide)((0, decorator_paths_1.not)(decorator_paths_1.tableContext.type, ux_specification_types_1.v4.TableTypeV4.TreeTable)),
|
|
1153
|
+
(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.tableContext.type)), (0, decorator_paths_1.exists)(decorator_paths_1.tableContext.creationMode.isCreateEnabled)), (0, decorator_paths_1.msg)('PROPERTY_REQUIRES_TABLE_TYPE', { propertyName: 'isCreateEnabled' })),
|
|
1142
1154
|
(0, decorators_1.message)((0, decorator_paths_1.and)((0, decorator_paths_1.not)(decorator_paths_1.tableContext.type, ux_specification_types_1.v4.TableTypeV4.TreeTable), (0, decorator_paths_1.exists)(decorator_paths_1.tableContext.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 }))
|
|
1143
1155
|
], TableCreationModeLR.prototype, "isCreateEnabled", void 0);
|
|
1144
1156
|
//# sourceMappingURL=Table.js.map
|