@sap/ux-specification 1.90.24 → 1.90.27

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.
Files changed (160) hide show
  1. package/CHANGELOG.md +80 -1
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
  3. package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
  4. package/dist/documentation/v2/v2-ListReport.html +1 -1
  5. package/dist/documentation/v2/v2-ObjectPage.html +1 -1
  6. package/dist/documentation/v2/v2-OverviewPage.html +1 -1
  7. package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
  8. package/dist/documentation/v4/v4-ListReport.html +1 -1
  9. package/dist/documentation/v4/v4-ObjectPage.html +1 -1
  10. package/dist/index-min.js +1 -1
  11. package/dist/schemas/v2/AnalyticalListPageConfig.json +10 -10
  12. package/dist/schemas/v2/ListReportConfig.json +15 -15
  13. package/dist/schemas/v2/ObjectPageConfig.json +204 -20
  14. package/dist/schemas/v4/ListReportConfig.json +33 -3
  15. package/dist/schemas/v4/ObjectPageConfig.json +36 -0
  16. package/dist/scripts/to-json-schema.js +1 -1
  17. package/dist/scripts/to-json-schema.js.map +1 -1
  18. package/dist/specification/v2/index-min.js +1 -1
  19. package/dist/src/apiTypes.d.ts +2 -1
  20. package/dist/src/project.d.ts +1 -0
  21. package/dist/src/project.js +13 -5
  22. package/dist/src/project.js.map +1 -1
  23. package/dist/src/specification/v2/controls/Action.d.ts +6 -4
  24. package/dist/src/specification/v2/controls/ObjectPageHeader.d.ts +3 -2
  25. package/dist/src/specification/v2/controls/ObjectPageSection.d.ts +40 -7
  26. package/dist/src/specification/v2/controls/ObjectPageSection.js.map +1 -1
  27. package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +5 -3
  28. package/dist/src/specification/v2/controls/ObjectPageTable.js.map +1 -1
  29. package/dist/src/specification/v2/controls/Table.d.ts +7 -4
  30. package/dist/src/specification/v2/controls/Table.js.map +1 -1
  31. package/dist/src/specification/v4/controls/ObjectPageSection.d.ts +22 -1
  32. package/dist/src/specification/v4/controls/ObjectPageSection.js.map +1 -1
  33. package/dist/src/specification/v4/controls/Table.d.ts +8 -0
  34. package/dist/src/specification/v4/pages/ListReportConfig.d.ts +6 -1
  35. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.d.ts +1 -0
  36. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js.map +1 -1
  37. package/dist/src/sync/common/decoration/control.d.ts +1 -1
  38. package/dist/src/sync/common/decoration/control.js +27 -22
  39. package/dist/src/sync/common/decoration/control.js.map +1 -1
  40. package/dist/src/sync/common/generate/objectPage.d.ts +5 -4
  41. package/dist/src/sync/common/generate/objectPage.js +67 -66
  42. package/dist/src/sync/common/generate/objectPage.js.map +1 -1
  43. package/dist/src/sync/common/generate/utils.d.ts +54 -13
  44. package/dist/src/sync/common/generate/utils.js +140 -47
  45. package/dist/src/sync/common/generate/utils.js.map +1 -1
  46. package/dist/src/sync/common/import/utils.d.ts +3 -2
  47. package/dist/src/sync/common/import/utils.js +11 -6
  48. package/dist/src/sync/common/import/utils.js.map +1 -1
  49. package/dist/src/sync/common/importProject.js +20 -19
  50. package/dist/src/sync/common/importProject.js.map +1 -1
  51. package/dist/src/sync/common/types.d.ts +105 -26
  52. package/dist/src/sync/common/types.js +101 -22
  53. package/dist/src/sync/common/types.js.map +1 -1
  54. package/dist/src/sync/common/utils.d.ts +17 -12
  55. package/dist/src/sync/common/utils.js +132 -88
  56. package/dist/src/sync/common/utils.js.map +1 -1
  57. package/dist/src/sync/v2/export/controls/Action.d.ts +12 -10
  58. package/dist/src/sync/v2/export/controls/Action.js.map +1 -1
  59. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js +1 -1
  60. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +1 -1
  61. package/dist/src/sync/v2/export/controls/FormAction.d.ts +9 -7
  62. package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -1
  63. package/dist/src/sync/v2/export/controls/Fragment.js +2 -2
  64. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
  65. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +6 -4
  66. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -1
  67. package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts +3 -2
  68. package/dist/src/sync/v2/export/controls/ObjectPageHeader.js.map +1 -1
  69. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +6 -4
  70. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
  71. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +26 -14
  72. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +57 -5
  73. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
  74. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +5 -3
  75. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  76. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +6 -4
  77. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -1
  78. package/dist/src/sync/v2/export/controls/Table.d.ts +6 -3
  79. package/dist/src/sync/v2/export/controls/Table.js +89 -48
  80. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  81. package/dist/src/sync/v2/export/controls/TableColumn.d.ts +12 -10
  82. package/dist/src/sync/v2/export/controls/TableColumn.js.map +1 -1
  83. package/dist/src/sync/v2/export/export.d.ts +0 -1
  84. package/dist/src/sync/v2/export/export.js +222 -160
  85. package/dist/src/sync/v2/export/export.js.map +1 -1
  86. package/dist/src/sync/v2/export/exportPage.js +35 -34
  87. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  88. package/dist/src/sync/v2/export/manifest.d.ts +22 -0
  89. package/dist/src/sync/v2/export/manifest.js +77 -36
  90. package/dist/src/sync/v2/export/manifest.js.map +1 -1
  91. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +1 -1
  92. package/dist/src/sync/v2/export/pages/OverviewPage.js +18 -16
  93. package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
  94. package/dist/src/sync/v2/generate/analyticalListReport.js +10 -10
  95. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  96. package/dist/src/sync/v2/generate/listReport.js +1 -1
  97. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  98. package/dist/src/sync/v2/generate/objectPage.js +57 -43
  99. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  100. package/dist/src/sync/v2/generate/utils.d.ts +5 -4
  101. package/dist/src/sync/v2/generate/utils.js +73 -69
  102. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  103. package/dist/src/sync/v2/import/app/appProvider.d.ts +9 -0
  104. package/dist/src/sync/v2/import/app/appProvider.js +36 -13
  105. package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
  106. package/dist/src/sync/v2/import/app/ovpProvider.js +1 -1
  107. package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -1
  108. package/dist/src/sync/v2/import/common/index.js +6 -6
  109. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  110. package/dist/src/sync/v2/import/pages/objectPage.js +93 -101
  111. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  112. package/dist/src/sync/v2/import/pages/overviewPage.js +1 -1
  113. package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  114. package/dist/src/sync/v2/import/utils.js +1 -1
  115. package/dist/src/sync/v2/import/utils.js.map +1 -1
  116. package/dist/src/sync/v2/types.d.ts +8 -3
  117. package/dist/src/sync/v2/types.js +6 -2
  118. package/dist/src/sync/v2/types.js.map +1 -1
  119. package/dist/src/sync/v4/application.d.ts +22 -10
  120. package/dist/src/sync/v4/application.js +68 -19
  121. package/dist/src/sync/v4/application.js.map +1 -1
  122. package/dist/src/sync/v4/export/controls/ObjectPageTable.js +6 -18
  123. package/dist/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  124. package/dist/src/sync/v4/export/controls/Table.d.ts +8 -1
  125. package/dist/src/sync/v4/export/controls/Table.js +110 -86
  126. package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
  127. package/dist/src/sync/v4/export/controls/TableColumn.js +4 -4
  128. package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  129. package/dist/src/sync/v4/export/export.js +285 -150
  130. package/dist/src/sync/v4/export/export.js.map +1 -1
  131. package/dist/src/sync/v4/export/manifest.js +25 -6
  132. package/dist/src/sync/v4/export/manifest.js.map +1 -1
  133. package/dist/src/sync/v4/export/pages/ListReport.d.ts +1 -0
  134. package/dist/src/sync/v4/export/pages/ListReport.js +7 -0
  135. package/dist/src/sync/v4/export/pages/ListReport.js.map +1 -1
  136. package/dist/src/sync/v4/export/pages/ObjectPage.js +3 -2
  137. package/dist/src/sync/v4/export/pages/ObjectPage.js.map +1 -1
  138. package/dist/src/sync/v4/export/types.d.ts +5 -5
  139. package/dist/src/sync/v4/generate/listReport.js +304 -156
  140. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  141. package/dist/src/sync/v4/generate/objectPage.d.ts +1 -1
  142. package/dist/src/sync/v4/generate/objectPage.js +286 -148
  143. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  144. package/dist/src/sync/v4/import/app/appProvider.js +32 -22
  145. package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
  146. package/dist/src/sync/v4/import/pages/listReport.js +54 -37
  147. package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
  148. package/dist/src/sync/v4/import/pages/objectPage.d.ts +13 -0
  149. package/dist/src/sync/v4/import/pages/objectPage.js +64 -35
  150. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  151. package/dist/src/sync/v4/import/utils.d.ts +2 -1
  152. package/dist/src/sync/v4/import/utils.js.map +1 -1
  153. package/dist/src/sync/v4/types.d.ts +2 -0
  154. package/dist/src/sync/v4/utils/StableIdHelper.js +13 -10
  155. package/dist/src/sync/v4/utils/StableIdHelper.js.map +1 -1
  156. package/dist/src/sync/v4/utils/utils.d.ts +7 -7
  157. package/dist/src/sync/v4/utils/utils.js +44 -34
  158. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  159. package/dist/test/unit/export/manifest.test.d.ts +1 -0
  160. package/package.json +3 -3
@@ -3,18 +3,18 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
+ const i18next_1 = __importDefault(require("i18next"));
7
+ const extensionLogger_1 = require("../../../extensionLogger");
6
8
  const common_1 = require("../../../specification/common");
7
9
  const v4_1 = require("../../../v4");
8
10
  const common_2 = require("../../common");
9
11
  const utils_1 = require("../utils/utils");
10
- const i18next_1 = __importDefault(require("i18next"));
11
- const extensionLogger_1 = require("../../../extensionLogger");
12
12
  /**
13
13
  * Callback for adding a single action to headerActions of V4
14
14
  * @param {EntityType} entityType - current entity type
15
- * @param {object} appSchema Schema of the app
15
+ * @param {Definition} appSchema Schema of the app
16
16
  * @param actionAnnotation - annotation as present in AVT ConverterOutput
17
- * @param headerActions - list of header actions, to be enhanced
17
+ * @param {Definition} headerActions - list of header actions, to be enhanced
18
18
  * @param {ConverterOutput} oDataServiceAVT - complete service information, as returned by annotation vocabularies tool
19
19
  */
20
20
  function addHeaderActionCallBackV4(entityType, appSchema, actionAnnotation, headerActions, oDataServiceAVT) {
@@ -23,124 +23,258 @@ function addHeaderActionCallBackV4(entityType, appSchema, actionAnnotation, head
23
23
  item.$Type === "com.sap.vocabularies.UI.v1.DataFieldForIntentBasedNavigation" /* DataFieldForIntentBasedNavigation */) {
24
24
  const action = common_2.replaceAlias(item.Action, oDataServiceAVT);
25
25
  const { actionName, actionId } = common_2.getActionNameAndId(action, entityType);
26
- const description = item.Label || actionName;
27
- const actionDefinitionKey = `HeaderAction<${common_2.prepareRef(actionId)}>`;
28
26
  const convertedIdentification = actionAnnotation.fullyQualifiedName.replace(`@${"com.sap.vocabularies.UI.v1.Identification" /* Identification */}`, `/@${"com.sap.vocabularies.UI.v1.Identification" /* Identification */}`);
29
- appSchema['definitions'][actionDefinitionKey] = {
30
- isViewNode: true,
27
+ const actionDefinitionKey = `HeaderAction<${common_2.prepareRef(actionId)}>`;
28
+ const headerAction = (appSchema.definitions[actionDefinitionKey] = {
31
29
  type: 'object',
32
30
  properties: {},
33
- description: description,
34
- annotationPath: `/${convertedIdentification}/${index}`
35
- };
31
+ description: item.Label || actionName
32
+ });
33
+ headerAction[v4_1.SchemaTag.isViewNode] = true;
34
+ headerAction[v4_1.SchemaTag.annotationPath] = `/${convertedIdentification}/${index}`;
36
35
  headerActions.properties[actionId] = {
37
36
  $ref: `${common_2.DEFINITION_LINK_PREFIX}${actionDefinitionKey}`
38
37
  };
39
38
  }
40
39
  };
41
40
  }
41
+ /**
42
+ * Adds definitions for collections in object page sections to the app schema
43
+ * @param {FacetConfig} facet - the given facet from the UI annotations
44
+ * @param {string} facetKey - key of the facet, as used in annotation
45
+ * @param {Definition} appSchema - app schema in general
46
+ * @param {Definition} sections - schema of current sections definition.
47
+ * @param {SectionType} sectionPrefix - prefix to distinguish Section and HeaderSection
48
+ * @param {GenerateSchemaParameters} generateParameters - list of API input parameters
49
+ * @param {SapUiAppPageV4} v4Page Current page in manifest
50
+ */
51
+ function handleCollection(facet, facetKey, appSchema, sections, sectionPrefix, generateParameters, v4Page) {
52
+ const collectionFacet = (sections.properties[facetKey] = common_2.createDefaultSection(appSchema, facet, facetKey));
53
+ collectionFacet.properties = {
54
+ subsections: {
55
+ additionalProperties: false,
56
+ type: 'object',
57
+ properties: {},
58
+ description: 'Subsections'
59
+ }
60
+ };
61
+ const subSections = collectionFacet.properties.subsections;
62
+ subSections[v4_1.SchemaTag.annotationPath] = facet.annotationPath;
63
+ subSections[v4_1.SchemaTag.isViewNode] = true;
64
+ for (const key in facet.facets) {
65
+ addSection(generateParameters, facet.facets, key, subSections, appSchema, sectionPrefix, v4Page);
66
+ }
67
+ }
42
68
  /**
43
69
  * Adds definitions for line items in object page sections to the app schema
44
- * @param facet - the given facet from the UI annotations
45
- * @param facetIdInSchema - key of the facet, as used in schema
46
- * @param facetIdInManifest - key of the facet, as used in annotation
47
- * @param facets - list of all facets
48
- * @param appSchema - app schema in general
70
+ * @param {FacetConfig} facet - the given facet from the UI annotations
71
+ * @param {string} facetKey - key of the facet, as used in annotation
72
+ * @param {Definition} appSchema - app schema in general
73
+ * @param {object} lineItemFacet - current lineItem facet
49
74
  * @param {ConverterOutput} oDataServiceAVT - complete service information, as returned by annotation vocabularies tool
50
75
  * @param {SapUiAppPageV4} v4Page Current page in manifest
51
76
  * @param {ExtensionLogger} logger - logger for exceptions
52
77
  */
53
- function handleLineItem(facet, facetIdInManifest, facetIdInSchema, facets, appSchema, oDataServiceAVT, v4Page, logger) {
54
- let navigationProperty = '', annotation = '';
55
- [navigationProperty, annotation] = facetIdInSchema.split('::');
56
- const schemaIdForOpSection = `ObjectPageSectionTableV4<${facetIdInSchema}>`;
57
- appSchema['definitions'][schemaIdForOpSection] = JSON.parse(JSON.stringify(appSchema['definitions']['ObjectPageSectionTableV4']));
58
- const schemaIdForTable = `ObjectPageTable<${facetIdInSchema}>`;
59
- appSchema['definitions'][schemaIdForOpSection].properties.table.$ref = `${common_2.DEFINITION_LINK_PREFIX}${schemaIdForTable}`;
60
- appSchema['definitions'][schemaIdForTable] = JSON.parse(JSON.stringify(appSchema['definitions'][v4_1.DefinitionName.ObjectPageTable]));
61
- appSchema['definitions'][schemaIdForOpSection].annotationPath = facet.annotationPath;
62
- common_2.addSectionTitleAndDescription(facet, appSchema['definitions'][schemaIdForOpSection], facetIdInSchema);
63
- appSchema['definitions'][schemaIdForOpSection].properties.table.$ref = `${common_2.DEFINITION_LINK_PREFIX}ObjectPageTable<${facetIdInSchema}>`;
64
- const idForTable = `ObjectPageTable<${facetIdInSchema}>`;
65
- appSchema['definitions'][idForTable] = JSON.parse(JSON.stringify(appSchema['definitions'][v4_1.DefinitionName.ObjectPageTable]));
78
+ function handleLineItem(facet, facetKey, appSchema, lineItemFacet, oDataServiceAVT, v4Page, logger) {
79
+ const lineItemId = common_2.getFacetKeyInSchema(facetKey);
80
+ const annotation = lineItemId.split('::')[1];
81
+ const tableDefinition = common_2.parseSchemaDefinition(v4_1.DefinitionName.ObjectPageTable, facetKey, appSchema);
66
82
  if (facet.entityType && annotation) {
67
- appSchema['definitions'][idForTable].annotationPath = `/${facet.entityType.fullyQualifiedName}/${annotation}`;
83
+ tableDefinition[v4_1.SchemaTag.annotationPath] = `/${facet.entityType.fullyQualifiedName}/${annotation}`;
68
84
  }
69
- appSchema['definitions'][idForTable].properties['columns'] = {
70
- $ref: common_2.DEFINITION_LINK_PREFIX + facetIdInSchema
85
+ tableDefinition.properties.columns = {
86
+ $ref: `${common_2.DEFINITION_LINK_PREFIX}${lineItemId}`
71
87
  };
72
- appSchema['definitions'][idForTable].properties['toolBar'].$ref = `${common_2.DEFINITION_LINK_PREFIX}ObjectPageToolBar<${facetIdInSchema}>`;
88
+ tableDefinition.properties.toolBar.$ref = common_2.getFacetDefinitionLink(v4_1.DefinitionName.ObjectPageToolBar, facetKey);
73
89
  //adjust quickVariantSelection
74
- appSchema['definitions'][idForTable].properties['quickVariantSelection'].$ref = `${common_2.DEFINITION_LINK_PREFIX}QuickVariantSelectionV4OP<${facetIdInSchema}>`;
75
- appSchema['definitions'][`QuickVariantSelectionV4OP<${facetIdInSchema}>`] = JSON.parse(JSON.stringify(appSchema['definitions']['QuickVariantSelectionV4OP']));
76
- appSchema['definitions'][`AnnotationPathAsObject<${facetIdInSchema}>`] = JSON.parse(JSON.stringify(appSchema['definitions'][v4_1.DefinitionName.AnnotationPathAsObject]));
77
- appSchema['definitions'][`QuickVariantSelectionV4OP<${facetIdInSchema}>`].properties.paths.items.$ref = `${common_2.DEFINITION_LINK_PREFIX}AnnotationPathAsObject<${facetIdInSchema}>`;
78
- common_2.addEnumForSingleTabVariant(facet.entityType, appSchema, `AnnotationPathAsObject<${facetIdInSchema}>`);
79
- for (const facetKey in facets) {
80
- if (facets[facetKey].base === common_2.FacetBase.LineItem && facetKey.includes(navigationProperty)) {
81
- utils_1.addLineItemsType(appSchema, facets[facetKey].target, facets[facetKey].entityType, oDataServiceAVT, v4_1.DefinitionName.ObjectPageTableColumn, facetIdInSchema);
82
- }
90
+ tableDefinition.properties.quickVariantSelection.$ref = common_2.getFacetDefinitionLink(v4_1.DefinitionName.QuickVariantSelectionV4OP, facetKey);
91
+ const tableQVS = common_2.parseSchemaDefinition(v4_1.DefinitionName.QuickVariantSelectionV4OP, facetKey, appSchema);
92
+ tableQVS.properties.paths['items'].$ref = common_2.getFacetDefinitionLink(v4_1.DefinitionName.AnnotationPathAsObject, facetKey);
93
+ common_2.parseSchemaDefinition(v4_1.DefinitionName.AnnotationPathAsObject, facetKey, appSchema);
94
+ common_2.addEnumForSingleTabVariant(facet.entityType, appSchema, `${v4_1.DefinitionName.AnnotationPathAsObject}<${lineItemId}>`);
95
+ utils_1.addLineItemsType(appSchema, lineItemFacet['target'], lineItemFacet['entityType'], oDataServiceAVT, lineItemId, v4_1.DefinitionName.ObjectPageTableColumn);
96
+ return tableDefinition;
97
+ }
98
+ /**
99
+ * Adds definitions for table section in object page sections to the app schema
100
+ * @param {FacetConfig} facet - current facet.
101
+ * @param {string} facetKey - facet key.
102
+ * @param {Definition} appSchema - app specific schema that potentially gets enhanced.
103
+ * @param {object} lineItemFacet - current lineItem facet
104
+ * @param {GenerateSchemaParameters} generateParameters - list of API input parameters
105
+ * @param {SapUiAppPageV4} v4Page Current page in manifest
106
+ * @param {Definition} sections - schema of current sections definition.
107
+ * @returns {object} sectionTable - section of app schema containing added table section
108
+ */
109
+ function handleSectionTable(facet, facetKey, appSchema, lineItemFacet, generateParameters, v4Page, sections) {
110
+ if (sections) {
111
+ sections.properties[facetKey] = {
112
+ $ref: common_2.getFacetDefinitionLink(v4_1.DefinitionName.ObjectPageSectionTableV4, facetKey)
113
+ };
83
114
  }
115
+ const sectionTable = common_2.parseSchemaDefinition(v4_1.DefinitionName.ObjectPageSectionTableV4, facetKey, appSchema);
116
+ common_2.addSectionTitleAndDescription(facet, sectionTable, common_2.getFacetKeyInSchema(facetKey));
117
+ sectionTable[v4_1.SchemaTag.annotationPath] = facet.annotationPath;
118
+ sectionTable.properties.table['$ref'] = common_2.getFacetDefinitionLink(v4_1.DefinitionName.ObjectPageTable, facetKey);
119
+ const table = handleLineItem(facet, facetKey, appSchema, lineItemFacet, generateParameters.serviceAVT, v4Page, generateParameters.logger);
120
+ return { sectionTable, table };
84
121
  }
85
122
  /**
86
123
  * Adds definitions for Identification and Form facet items in object page sections to the app schema
87
- * @param {FacetConfigs} facet - current facet.
124
+ * @param {FacetConfig} facet - current facet.
88
125
  * @param {string} facetKey - facet key.
89
126
  * @param {object} sections - schema of current sections definition.
90
127
  * @param {object} appSchema - app specific schema that potentially gets enhanced.
91
128
  * @param {SectionType} sectionPrefix - prefix to distinguish Section and HeaderSection
92
- * @param {SectionType} formDefinitionKey - key to identify new definition
93
129
  */
94
- function handleFormIdentification(facet, facetKey, sections, appSchema, sectionPrefix, formDefinitionKey) {
130
+ function handleFormIdentification(facet, facetKey, sections, appSchema, sectionPrefix) {
131
+ let definitionType;
132
+ if (sectionPrefix === v4_1.SectionType.Section) {
133
+ definitionType = v4_1.DefinitionName.ObjectPageSectionForm;
134
+ }
135
+ else if (sectionPrefix === v4_1.SectionType.HeaderSection) {
136
+ definitionType = v4_1.DefinitionName.ObjectPageHeaderSectionForm;
137
+ }
95
138
  sections['properties'][facetKey] = {
96
- $ref: `${common_2.DEFINITION_LINK_PREFIX}${formDefinitionKey}`
139
+ $ref: common_2.getFacetDefinitionLink(definitionType, facetKey)
97
140
  };
98
- appSchema['definitions'][formDefinitionKey] = JSON.parse(JSON.stringify(appSchema['definitions'][`ObjectPage${sectionPrefix}Form`]));
141
+ const formSection = common_2.parseSchemaDefinition(definitionType, facetKey, appSchema);
99
142
  if (!facet.ID) {
100
- appSchema['definitions'][formDefinitionKey]['properties'] = {};
143
+ formSection.properties = {};
101
144
  }
102
- common_2.addSectionTitleAndDescription(facet, appSchema['definitions'][formDefinitionKey], facetKey);
103
- appSchema['definitions'][formDefinitionKey]['annotationPath'] = facet.annotationPath;
104
- appSchema['definitions'][formDefinitionKey]['isViewNode'] = true;
145
+ common_2.addSectionTitleAndDescription(facet, formSection, facetKey);
146
+ formSection[v4_1.SchemaTag.annotationPath] = facet.annotationPath;
147
+ formSection[v4_1.SchemaTag.isViewNode] = true;
105
148
  const withActions = facet.base === common_2.FacetBase.Identification && facetKey.indexOf('#') < 0 ? false : true;
106
- common_2.handleForm(sectionPrefix, facet, appSchema['definitions'][formDefinitionKey], appSchema, common_1.FioriElementsVersion.v4, withActions);
149
+ common_2.handleForm(sectionPrefix, facet, formSection, appSchema, common_1.FioriElementsVersion.v4, withActions);
107
150
  }
108
151
  /**
109
- * Adds definitions for DataPoint items in object page sections to the app schema
110
- * @param {FacetConfigs} facet - current facet.
152
+ * Adds definitions for header sections (DataPoint, Chart) in object page sections to the app schema
153
+ * @param {FacetConfig} facet - current facet.
111
154
  * @param {string} facetKey - facet key.
112
155
  * @param {object} sections - schema of current sections definition.
113
156
  * @param {object} appSchema - app specific schema that potentially gets enhanced.
114
- * @param {SectionType} sectionPrefix - prefix to distinguish Section and HeaderSection
115
157
  * @param {SectionType} facetDefinitionKey - key to identify new definition
116
158
  */
117
- function handleChartAndDataPoint(facet, facetKey, sections, appSchema, facetDefinitionKey) {
159
+ function handleHeaderFacet(facet, facetKey, sections, appSchema, facetDefinitionKey) {
118
160
  sections['properties'][facetKey] = {
119
161
  $ref: `${common_2.DEFINITION_LINK_PREFIX}${facetDefinitionKey}`
120
162
  };
121
- appSchema['definitions'][facetDefinitionKey] = JSON.parse(JSON.stringify(appSchema['definitions'][`CommonHeaderFacetSettings`]));
122
- common_2.addTargetTitleAndSectionDescription(facet, appSchema['definitions'][facetDefinitionKey], facetKey);
123
- appSchema['definitions'][facetDefinitionKey]['annotationPath'] = facet.annotationPath;
124
- appSchema['definitions'][facetDefinitionKey]['dataType'] = common_2.determineDataTypeOfTarget(facet === null || facet === void 0 ? void 0 : facet.target);
125
- appSchema['definitions'][facetDefinitionKey]['isViewNode'] = true;
163
+ const sectionFacet = common_2.parseSchemaDefinition(v4_1.DefinitionName.CommonHeaderFacetSettings, facetDefinitionKey, appSchema, false);
164
+ common_2.addTargetTitleAndSectionDescription(facet, sectionFacet, facetKey);
165
+ sectionFacet[v4_1.SchemaTag.annotationPath] = facet.annotationPath;
166
+ sectionFacet[v4_1.SchemaTag.dataType] = common_2.determineDataTypeOfTarget(facet === null || facet === void 0 ? void 0 : facet.target);
167
+ sectionFacet[v4_1.SchemaTag.isViewNode] = true;
126
168
  }
127
169
  /**
128
- * Adds definitions for Address and Contact items in object page sections to the app schema
129
- * @param {FacetConfigs} facet - current facet.
170
+ * Adds definitions for Chart items in object page sections to the app schema
171
+ * @param {FacetConfig | Chart | object} facet - current facet.
130
172
  * @param {string} facetKey - facet key.
131
- * @param {object} sections - schema of current sections definition.
132
173
  * @param {object} appSchema - app specific schema that potentially gets enhanced.
133
- * @param {SectionType} sectionPrefix - prefix to distinguish Section and HeaderSection
134
- * @param {SectionType} facetDefinitionKey - key to identify new definition
174
+ * @param {EntityType} entityType - current entity type
135
175
  */
136
- function handleAddressContact(facet, facetKey, sections, appSchema, sectionPrefix, facetDefinitionKey) {
137
- sections['properties'][facetKey] = {
138
- $ref: `${common_2.DEFINITION_LINK_PREFIX}${facetDefinitionKey}`
139
- };
140
- appSchema['definitions'][facetDefinitionKey] = JSON.parse(JSON.stringify(appSchema['definitions'][`ObjectPage${sectionPrefix}${facet.base}`]));
141
- common_2.addSectionTitleAndDescription(facet, appSchema['definitions'][facetDefinitionKey], facetKey);
142
- appSchema['definitions'][facetDefinitionKey]['annotationPath'] = facet.annotationPath;
143
- appSchema['definitions'][facetDefinitionKey]['isViewNode'] = true;
176
+ function handleChartActions(facet, facetKey, appSchema, entityType) {
177
+ const actions = common_2.parseSchemaDefinition(v4_1.DefinitionName.ObjectPageToolBarActions, facetKey, appSchema);
178
+ actions.additionalProperties = false;
179
+ actions.properties = {};
180
+ if (facet.Actions) {
181
+ let i = 0;
182
+ facet.Actions.forEach((actionRecord) => {
183
+ const description = common_2.getDataFieldDescription(actionRecord, entityType);
184
+ const prefix = actionRecord.$Type.split(v4_1.UIVOCABULARYDOT)[1];
185
+ const actionId = actionRecord.Action.replace('/', '??');
186
+ const toolBarActionsProperty = (actions.properties[`${prefix}::${actionRecord.Action}`] = {
187
+ $ref: common_2.getFacetDefinitionLink(v4_1.DefinitionName.ObjectPageToolBarAction, actionId),
188
+ description
189
+ });
190
+ toolBarActionsProperty[v4_1.SchemaTag.propertyIndex] = i;
191
+ toolBarActionsProperty[v4_1.SchemaTag.annotationType] = actionRecord.$Type;
192
+ const toolBarAction = common_2.parseSchemaDefinition(v4_1.DefinitionName.ObjectPageToolBarAction, common_2.prepareRef(actionId), appSchema);
193
+ toolBarAction[v4_1.SchemaTag.annotationPath] = common_2.getFacetAnnotationPath(actionRecord);
194
+ toolBarAction[v4_1.SchemaTag.dataType] = common_2.determineDataType(actionRecord);
195
+ toolBarAction.properties = {};
196
+ i++;
197
+ });
198
+ }
199
+ return actions;
200
+ }
201
+ /**
202
+ * Adds definitions for Chart items in object page sections to the app schema
203
+ * @param {FacetConfig | Chart | object} facet - current facet.
204
+ * @param {string} facetKey - facet key.
205
+ * @param {object} appSchema - app specific schema that potentially gets enhanced.
206
+ * @param {EntityType} entityType - current entity type
207
+ */
208
+ function handleChart(facet, facetKey, appSchema, entityType) {
209
+ const chart = common_2.parseSchemaDefinition(v4_1.DefinitionName.ObjectPageChart, facetKey, appSchema);
210
+ chart[v4_1.SchemaTag.annotationPath] = common_2.getFacetAnnotationPath(facet);
211
+ chart[v4_1.SchemaTag.dataType] = common_2.determineDataTypeOfTarget(facet.target || facet);
212
+ chart[v4_1.SchemaTag.isViewNode] = true;
213
+ chart.properties.toolBar['$ref'] = common_2.getFacetDefinitionLink(v4_1.DefinitionName.ObjectPageToolBar, facetKey);
214
+ const chartToolBar = common_2.parseSchemaDefinition(v4_1.DefinitionName.ObjectPageToolBar, facetKey, appSchema);
215
+ chartToolBar.properties.actions['$ref'] = common_2.getFacetDefinitionLink(v4_1.DefinitionName.ObjectPageToolBarActions, facetKey);
216
+ const chartActions = handleChartActions(facet, facetKey, appSchema, entityType);
217
+ return { chart, chartActions };
218
+ }
219
+ /**
220
+ * Adds definitions for Chart section in object page sections to the app schema
221
+ * @param {FacetConfig} facet - current facet.
222
+ * @param {string} facetKey - facet key.
223
+ * @param {object} appSchema - app specific schema that potentially gets enhanced.
224
+ * @param {object} sections - schema of current sections definition.
225
+ * @param {EntityType} entityType - current entity type
226
+ */
227
+ function handleSectionChart(facet, facetKey, appSchema, sections, entityType = facet.entityType) {
228
+ if (sections) {
229
+ sections.properties[facetKey] = {
230
+ $ref: common_2.getFacetDefinitionLink(v4_1.DefinitionName.ObjectPageSectionChart, facetKey)
231
+ };
232
+ }
233
+ const sectionChart = common_2.parseSchemaDefinition(v4_1.DefinitionName.ObjectPageSectionChart, facetKey, appSchema);
234
+ sectionChart[v4_1.SchemaTag.annotationPath] = common_2.getFacetAnnotationPath(facet);
235
+ sectionChart.properties.chart['$ref'] = common_2.getFacetDefinitionLink(v4_1.DefinitionName.ObjectPageChart, facetKey);
236
+ const { chart, chartActions } = handleChart(facet.target || facet, facetKey, appSchema, entityType);
237
+ return { sectionChart, chart, chartActions };
238
+ }
239
+ /**
240
+ * Adds definitions for presentation variants in object page sections to the app schema
241
+ * @param {FacetConfig} facet - the given facet from the UI annotations
242
+ * @param {string} facetKey - key of the facet, as used in annotation
243
+ * @param {Definition} appSchema - app schema in general
244
+ * @param {object} sections - schema of current sections definition.
245
+ * @param {GenerateSchemaParameters} generateParameters - list of API input parameters
246
+ * @param {SapUiAppPageV4} v4Page Current page in manifest
247
+ */
248
+ function handleSectionPresentationVariant(facet, facetKey, appSchema, sections, generateParameters, v4Page) {
249
+ var _a;
250
+ const facetTarget = facet.target.Visualizations
251
+ ? (_a = facet.target.Visualizations[0]) === null || _a === void 0 ? void 0 : _a.$target : undefined;
252
+ if (facetTarget) {
253
+ const [namespace, target] = facet.target[v4_1.SchemaTag.fullyQualifiedName].split('@');
254
+ const visualizationKey = `@${facetTarget.fullyQualifiedName.split('@')[1]}`;
255
+ sections.properties[`${facetKey}<${visualizationKey}>`] = {
256
+ $ref: common_2.getFacetDefinitionLink(v4_1.DefinitionName.ObjectPageSectionPresentationVariant, visualizationKey)
257
+ };
258
+ const sectionDefinition = common_2.parseSchemaDefinition(v4_1.DefinitionName.ObjectPageSectionPresentationVariant, visualizationKey, appSchema);
259
+ delete sectionDefinition.additionalProperties;
260
+ common_2.addTargetTitleAndSectionDescription(facet, sectionDefinition, facetKey);
261
+ sectionDefinition[v4_1.SchemaTag.annotationPath] = facet.annotationPath;
262
+ sectionDefinition[v4_1.SchemaTag.isViewNode] = true;
263
+ const annotationPath = `/${namespace}/@${target}`;
264
+ const visualizationType = visualizationKey.split(v4_1.UIVOCABULARYDOT)[1];
265
+ if (visualizationType.startsWith('Chart')) {
266
+ sectionDefinition.$ref = common_2.getFacetDefinitionLink(v4_1.DefinitionName.ObjectPageSectionChart, visualizationKey);
267
+ const { sectionChart, chart } = handleSectionChart(facetTarget, visualizationKey, appSchema, undefined, facet.entityType);
268
+ sectionChart[v4_1.SchemaTag.annotationPath] = annotationPath;
269
+ chart[v4_1.SchemaTag.annotationPath] = `/${namespace}/${visualizationKey}`;
270
+ }
271
+ else if (visualizationType.startsWith('LineItem')) {
272
+ sectionDefinition.$ref = common_2.getFacetDefinitionLink(v4_1.DefinitionName.ObjectPageSectionTableV4, visualizationKey);
273
+ const { sectionTable, table } = handleSectionTable(facet, visualizationKey, appSchema, { target: facetTarget, entityType: facet.entityType }, generateParameters, v4Page);
274
+ sectionTable[v4_1.SchemaTag.annotationPath] = annotationPath;
275
+ table[v4_1.SchemaTag.annotationPath] = `/${namespace}/${visualizationKey}`;
276
+ }
277
+ }
144
278
  }
145
279
  /**
146
280
  * Creates a section definition in app schema.
@@ -149,54 +283,54 @@ function handleAddressContact(facet, facetKey, sections, appSchema, sectionPrefi
149
283
  * @param {string} facetKey - facet key.
150
284
  * @param {object} sections - schema of current sections definition.
151
285
  * @param {object} appSchema - app specific schema that potentially gets enhanced.
152
- * @param {ConverterOutput} oDataServiceAVT - complete service information, as returned by annotation vocabularies tool
153
286
  * @param {SectionType} sectionPrefix - prefix to distinguish Section and HeaderSection
154
287
  * @param {SapUiAppPageV4} v4Page Current page in manifest
155
288
  */
156
289
  function addSection(generateParameters, facets, facetKey, sections, appSchema, sectionPrefix, v4Page) {
157
290
  const facet = facets[facetKey];
158
- const facetKeyInSchema = facetKey.replace('#', '::');
159
- if (facet.base === 'CollectionFacet') {
160
- //handle collection facets
161
- sections['properties'][facetKey] = common_2.createSectionWithoutProperties(facet, facetKey);
162
- sections['properties'][facetKey].properties = {
163
- subsections: {
164
- additionalProperties: false,
165
- type: 'object',
166
- properties: {},
167
- annotationPath: facet.annotationPath,
168
- isViewNode: true,
169
- description: 'Subsections'
291
+ const facetDefinitionKey = `ObjectPage${sectionPrefix}${facet.base}<${common_2.getFacetKeyInSchema(facetKey)}>`;
292
+ switch (facet.base) {
293
+ case common_2.FacetBase.PresentationVariant: {
294
+ handleSectionPresentationVariant(facet, facetKey, appSchema, sections, generateParameters, v4Page);
295
+ break;
296
+ }
297
+ case common_2.FacetBase.CollectionFacet: {
298
+ handleCollection(facet, facetKey, appSchema, sections, sectionPrefix, generateParameters, v4Page);
299
+ break;
300
+ }
301
+ case common_2.FacetBase.LineItem: {
302
+ if (sectionPrefix === v4_1.SectionType.Section) {
303
+ const lineItemFacet = facets[facetKey];
304
+ handleSectionTable(facet, facetKey, appSchema, lineItemFacet, generateParameters, v4Page, sections);
170
305
  }
171
- };
172
- const subSections = sections['properties'][facetKey].properties.subsections;
173
- for (const key in facet['facets']) {
174
- addSection(generateParameters, facet['facets'], key, subSections, appSchema, sectionPrefix, v4Page);
306
+ break;
307
+ }
308
+ case common_2.FacetBase.Form:
309
+ case common_2.FacetBase.Identification: {
310
+ handleFormIdentification(facet, facetKey, sections, appSchema, sectionPrefix);
311
+ break;
312
+ }
313
+ case common_2.FacetBase.DataPoint: {
314
+ handleHeaderFacet(facet, facetKey, sections, appSchema, facetDefinitionKey);
315
+ break;
316
+ }
317
+ case common_2.FacetBase.Chart: {
318
+ if (sectionPrefix === v4_1.SectionType.HeaderSection) {
319
+ handleHeaderFacet(facet, facetKey, sections, appSchema, facetDefinitionKey);
320
+ }
321
+ else if (sectionPrefix === v4_1.SectionType.Section) {
322
+ handleSectionChart(facet, facetKey, appSchema, sections);
323
+ }
324
+ break;
325
+ }
326
+ case common_2.FacetBase.Address:
327
+ case common_2.FacetBase.Contact: {
328
+ common_2.handleAddressContact(facet, facetKey, sections, appSchema, sectionPrefix);
329
+ break;
330
+ }
331
+ default: {
332
+ sections['properties'][facetKey] = common_2.createDefaultSection(appSchema, facet, facetKey);
175
333
  }
176
- }
177
- else if (facet.base === 'LineItem' && sectionPrefix === v4_1.SectionType.Section) {
178
- const tableDefinitionKey = `ObjectPage${sectionPrefix}TableV4<${facetKeyInSchema}>`;
179
- //handle reference facet (if comprising line item)
180
- sections['properties'][facetKey] = {
181
- $ref: `${common_2.DEFINITION_LINK_PREFIX}${tableDefinitionKey}`
182
- };
183
- handleLineItem(facet, facetKey, facetKeyInSchema, facets, appSchema, generateParameters.serviceAVT, v4Page, generateParameters.logger);
184
- }
185
- else if (facet.base === common_2.FacetBase.Form || facet.base === common_2.FacetBase.Identification) {
186
- const formDefinitionKey = `ObjectPage${sectionPrefix}Form<${facetKeyInSchema}>`;
187
- handleFormIdentification(facet, facetKey, sections, appSchema, sectionPrefix, formDefinitionKey);
188
- }
189
- else if (facet.base === common_2.FacetBase.DataPoint ||
190
- (facet.base === common_2.FacetBase.Chart && sectionPrefix === v4_1.SectionType.HeaderSection)) {
191
- const facetDefinitionKey = `ObjectPage${sectionPrefix}${facet.base}<${facetKeyInSchema}>`;
192
- handleChartAndDataPoint(facet, facetKey, sections, appSchema, facetDefinitionKey);
193
- }
194
- else if (facet.base === common_2.FacetBase.Address || facet.base === common_2.FacetBase.Contact) {
195
- const facetDefinitionKey = `ObjectPage${sectionPrefix}${facet.base}<${facetKeyInSchema}>`;
196
- handleAddressContact(facet, facetKey, sections, appSchema, sectionPrefix, facetDefinitionKey);
197
- }
198
- else {
199
- sections['properties'][facetKey] = common_2.createSectionWithoutProperties(facet, facetKey);
200
334
  }
201
335
  }
202
336
  /**
@@ -210,16 +344,16 @@ function addSections(generateParameters, appSchema, entityType, v4Page) {
210
344
  // Get facet annotations
211
345
  const facets = common_2.getObjectPageFacets(entityType, generateParameters === null || generateParameters === void 0 ? void 0 : generateParameters.serviceAVT, common_1.FioriElementsVersion.v4, generateParameters.logger);
212
346
  if (!facets) {
213
- delete appSchema['definitions']['ObjectPageSubSections'];
347
+ delete appSchema.definitions[v4_1.DefinitionName.ObjectPageSubSections];
214
348
  return;
215
349
  }
216
- const sections = appSchema['definitions']['Sections'];
350
+ const sections = appSchema.definitions[v4_1.DefinitionName.Sections];
217
351
  for (const facetKey in facets) {
218
352
  addSection(generateParameters, facets, facetKey, sections, appSchema, v4_1.SectionType.Section, v4Page);
219
353
  }
220
354
  // Custom sections as part of sections
221
- if (appSchema['definitions']['CustomSections']) {
222
- sections.properties = Object.assign(Object.assign({}, sections.properties), appSchema['definitions']['CustomSections'].properties);
355
+ if (appSchema.definitions[v4_1.DefinitionName.CustomSections]) {
356
+ sections.properties = Object.assign(Object.assign({}, sections.properties), appSchema.definitions[v4_1.DefinitionName.CustomSections].properties);
223
357
  }
224
358
  }
225
359
  /**
@@ -232,7 +366,7 @@ function addSections(generateParameters, appSchema, entityType, v4Page) {
232
366
  function addHeaderSections(generateParameters, appSchema, entityType, v4Page) {
233
367
  // Get facet annotations
234
368
  const facets = common_2.getObjectPageHeaderFacets(entityType, generateParameters === null || generateParameters === void 0 ? void 0 : generateParameters.serviceAVT, common_1.FioriElementsVersion.v4, generateParameters.logger);
235
- const sections = appSchema['definitions']['HeaderSections'];
369
+ const sections = appSchema.definitions[v4_1.DefinitionName.HeaderSections];
236
370
  sections.properties = {};
237
371
  sections.additionalProperties = false;
238
372
  if (!facets) {
@@ -242,11 +376,11 @@ function addHeaderSections(generateParameters, appSchema, entityType, v4Page) {
242
376
  addSection(generateParameters, facets, facetKey, sections, appSchema, v4_1.SectionType.HeaderSection, v4Page);
243
377
  }
244
378
  //delete generic definitions
245
- delete appSchema['definitions']['ObjectPageHeaderSectionForm'];
246
- delete appSchema['definitions']['ObjectPageHeaderSectionChart'];
247
- delete appSchema['definitions']['ObjectPageHeaderSectionDataPoint'];
248
- delete appSchema['definitions']['ObjectPageHeaderSectionContact'];
249
- delete appSchema['definitions']['ObjectPageHeaderSectionAddress'];
379
+ delete appSchema.definitions[v4_1.DefinitionName.ObjectPageHeaderSectionForm];
380
+ delete appSchema.definitions[v4_1.DefinitionName.ObjectPageHeaderSectionChart];
381
+ delete appSchema.definitions[v4_1.DefinitionName.ObjectPageHeaderSectionDataPoint];
382
+ delete appSchema.definitions[v4_1.DefinitionName.ObjectPageHeaderSectionContact];
383
+ delete appSchema.definitions[v4_1.DefinitionName.ObjectPageHeaderSectionAddress];
250
384
  }
251
385
  /**
252
386
  * Adds the related facets keys 'enum' to the app schema
@@ -282,7 +416,7 @@ function addRelatedFacetKeysType(generateParameters, schema, entityType, entityS
282
416
  });
283
417
  }
284
418
  // Update schema definition
285
- common_2.addDefinitionForRelatedFacetKeys(schema, ['ObjectPageCustomSectionFragment'], facetSections, [
419
+ common_2.addDefinitionForRelatedFacetKeys(schema, [v4_1.DefinitionName.ObjectPageCustomSectionFragment], facetSections, [
286
420
  'ID',
287
421
  'label',
288
422
  'key'
@@ -302,7 +436,7 @@ function addHeader(generateParameters, appSchema, entityType, v4Page) {
302
436
  // Add header actions
303
437
  common_2.addHeaderActions(appSchema, entityType, generateParameters === null || generateParameters === void 0 ? void 0 : generateParameters.serviceAVT, addHeaderActionCallBackV4);
304
438
  // Add header sections
305
- appSchema['definitions']['HeaderSections']['annotationPath'] = `/${entityType.fullyQualifiedName}/@${"com.sap.vocabularies.UI.v1.HeaderFacets" /* HeaderFacets */}`;
439
+ appSchema.definitions[v4_1.DefinitionName.HeaderSections][v4_1.SchemaTag.annotationPath] = `/${entityType.fullyQualifiedName}/@${"com.sap.vocabularies.UI.v1.HeaderFacets" /* HeaderFacets */}`;
306
440
  addHeaderSections(generateParameters, appSchema, entityType, v4Page);
307
441
  }
308
442
  /**
@@ -318,8 +452,8 @@ function generateObjectPageSchemaV4(generateParameters, genericSchema, entityTyp
318
452
  var _a, _b;
319
453
  const appSchema = JSON.parse(JSON.stringify(genericSchema));
320
454
  // Change reference to generated sections
321
- appSchema['properties']['sections'] = {
322
- $ref: common_2.DEFINITION_LINK_PREFIX + 'Sections'
455
+ appSchema.properties.sections = {
456
+ $ref: `${common_2.DEFINITION_LINK_PREFIX}${v4_1.DefinitionName.Sections}`
323
457
  };
324
458
  const entitySet = (_b = (_a = generateParameters === null || generateParameters === void 0 ? void 0 : generateParameters.serviceAVT) === null || _a === void 0 ? void 0 : _a.entitySets) === null || _b === void 0 ? void 0 : _b.find((es) => es.entityType.name === entityTypeName);
325
459
  if (!entitySet) {
@@ -344,13 +478,13 @@ function generateObjectPageSchemaV4(generateParameters, genericSchema, entityTyp
344
478
  return appSchema;
345
479
  }
346
480
  //initialize sections
347
- appSchema['definitions']['Sections'] = {
481
+ const sections = (appSchema.definitions[v4_1.DefinitionName.Sections] = {
348
482
  type: 'object',
349
483
  properties: {},
350
484
  additionalProperties: false,
351
- isViewNode: true,
352
- description: 'Sections'
353
- };
485
+ description: v4_1.DefinitionName.Sections
486
+ });
487
+ sections[v4_1.SchemaTag.isViewNode] = true;
354
488
  if (entitySet) {
355
489
  const pages = generateParameters.manifest[common_1.ManifestSection.ui5].routing.targets;
356
490
  if (!pages) {
@@ -371,7 +505,8 @@ function generateObjectPageSchemaV4(generateParameters, genericSchema, entityTyp
371
505
  // Add Header
372
506
  addHeader(generateParameters, appSchema, entityType, v4Page);
373
507
  // Add sections
374
- appSchema['definitions']['Sections']['annotationPath'] = `/${entitySet.entityType.fullyQualifiedName}/@${"com.sap.vocabularies.UI.v1.Facets" /* Facets */}`;
508
+ sections[v4_1.SchemaTag.isViewNode] = true;
509
+ sections[v4_1.SchemaTag.annotationPath] = `/${entitySet.entityType.fullyQualifiedName}/@${"com.sap.vocabularies.UI.v1.Facets" /* Facets */}`;
375
510
  addSections(generateParameters, appSchema, entityType, v4Page);
376
511
  // Custom Section facets
377
512
  addRelatedFacetKeysType(generateParameters, appSchema, entityType, entitySet.name, pages);
@@ -379,20 +514,23 @@ function generateObjectPageSchemaV4(generateParameters, genericSchema, entityTyp
379
514
  common_2.addFooterActions(appSchema, entityType, generateParameters === null || generateParameters === void 0 ? void 0 : generateParameters.serviceAVT);
380
515
  }
381
516
  // Delete generic definitions from schema
382
- delete appSchema['definitions']['GenericSections'];
383
- delete appSchema['definitions']['ObjectPageSubSections'];
384
- delete appSchema['definitions']['ObjectPageTable'];
385
- delete appSchema['definitions']['GenericColumnsOP'];
386
- delete appSchema['definitions']['CommonHeaderFacetSettings'];
387
- delete appSchema['definitions']['ObjectPageSectionTableV4'];
388
- delete appSchema['definitions']['ObjectPageSectionForm'];
389
- delete appSchema['definitions']['ObjectPageSectionDataPoint'];
390
- delete appSchema['definitions']['ObjectPageSectionAddress'];
391
- delete appSchema['definitions']['ObjectPageSectionContact'];
392
- delete appSchema['definitions']['ObjectPageToolBar'];
393
- delete appSchema['definitions']['ObjectPageToolBarActions'];
394
- delete appSchema['definitions']['ObjectPageToolBarAction'];
395
- delete appSchema['definitions']['QuickVariantSelectionV4OP'];
517
+ delete appSchema.definitions[v4_1.DefinitionName.CommonHeaderFacetSettings];
518
+ delete appSchema.definitions[v4_1.DefinitionName.GenericColumnsOP];
519
+ delete appSchema.definitions[v4_1.DefinitionName.GenericSections];
520
+ delete appSchema.definitions[v4_1.DefinitionName.ObjectPageChart];
521
+ delete appSchema.definitions[v4_1.DefinitionName.ObjectPageSectionAddress];
522
+ delete appSchema.definitions[v4_1.DefinitionName.ObjectPageSectionChart];
523
+ delete appSchema.definitions[v4_1.DefinitionName.ObjectPageSectionContact];
524
+ delete appSchema.definitions[v4_1.DefinitionName.ObjectPageSectionDataPoint];
525
+ delete appSchema.definitions[v4_1.DefinitionName.ObjectPageSectionForm];
526
+ delete appSchema.definitions[v4_1.DefinitionName.ObjectPageSectionTableV4];
527
+ delete appSchema.definitions[v4_1.DefinitionName.ObjectPageSectionPresentationVariant];
528
+ delete appSchema.definitions[v4_1.DefinitionName.ObjectPageSubSections];
529
+ delete appSchema.definitions[v4_1.DefinitionName.ObjectPageTable];
530
+ delete appSchema.definitions[v4_1.DefinitionName.ObjectPageToolBar];
531
+ delete appSchema.definitions[v4_1.DefinitionName.ObjectPageToolBarAction];
532
+ delete appSchema.definitions[v4_1.DefinitionName.ObjectPageToolBarActions];
533
+ delete appSchema.definitions[v4_1.DefinitionName.QuickVariantSelectionV4OP];
396
534
  return appSchema;
397
535
  }
398
536
  exports.generateObjectPageSchemaV4 = generateObjectPageSchemaV4;