@sap/ux-specification 1.139.4 → 1.139.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 +66 -1
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ListReportNew.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +251 -254
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/ApplicationV2.json +46 -12
- package/dist/schemas/v2/ListReportNewConfig.json +136 -0
- package/dist/schemas/v2/ObjectPageConfig.json +11 -5
- package/dist/schemas/v4/ApplicationV4.json +61 -28
- package/dist/schemas/v4/BuildingBlocksConfig.json +163 -640
- package/dist/schemas/v4/ListReportConfig.json +248 -9
- package/dist/schemas/v4/ObjectPageConfig.json +269 -3
- package/dist/specification/package.json +16 -16
- package/dist/specification/scripts/macros/schema.d.ts +7 -0
- package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
- package/dist/specification/scripts/macros/schema.js +61 -14
- package/dist/specification/scripts/macros/schema.js.map +1 -1
- package/dist/specification/scripts/macros/types.d.ts +1 -0
- package/dist/specification/scripts/macros/types.d.ts.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.js +64 -9
- package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts.map +1 -1
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js +1 -0
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.d.ts +65 -4
- package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.js +138 -8
- package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
- package/dist/specification/src/sync/common/distTagEvaluator.d.ts +10 -3
- package/dist/specification/src/sync/common/distTagEvaluator.d.ts.map +1 -1
- package/dist/specification/src/sync/common/distTagEvaluator.js +14 -4
- package/dist/specification/src/sync/common/distTagEvaluator.js.map +1 -1
- package/dist/specification/src/sync/common/dist_tag.json +9 -5
- package/dist/specification/src/sync/common/generate/objectPage.d.ts +10 -1
- package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/objectPage.js +63 -7
- package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.d.ts +11 -4
- package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.js +32 -20
- package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/common/i18n.json +9 -2
- package/dist/specification/src/sync/common/rules.d.ts +1 -0
- package/dist/specification/src/sync/common/rules.d.ts.map +1 -1
- package/dist/specification/src/sync/common/rules.js +38 -13
- package/dist/specification/src/sync/common/rules.js.map +1 -1
- package/dist/specification/src/sync/common/utils.d.ts +64 -0
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +149 -15
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/application.d.ts +1 -0
- package/dist/specification/src/sync/v2/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/application.js +18 -0
- package/dist/specification/src/sync/v2/application.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPage.js +15 -4
- package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js +6 -12
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
- package/dist/specification/src/sync/v2/export/factory.d.ts +26 -0
- package/dist/specification/src/sync/v2/export/factory.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/factory.js +3 -3
- package/dist/specification/src/sync/v2/export/factory.js.map +1 -1
- package/dist/specification/src/sync/v2/export/pages/ObjectPage.d.ts +1 -0
- package/dist/specification/src/sync/v2/export/pages/ObjectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/pages/ObjectPage.js +11 -0
- package/dist/specification/src/sync/v2/export/pages/ObjectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/listReport.js +46 -1
- package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts +1 -2
- package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.js +63 -13
- package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +4 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/stableIdUtils.d.ts +8 -0
- package/dist/specification/src/sync/v2/generate/stableIdUtils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/stableIdUtils.js +1 -0
- package/dist/specification/src/sync/v2/generate/stableIdUtils.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js +3 -2
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.d.ts +78 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js +454 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.d.ts +22 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.js +124 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.js.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts +55 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +152 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +3 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +3 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts +4 -2
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js +61 -23
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/overviewPage.js +32 -13
- package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
- package/dist/specification/src/sync/v2/utils.d.ts +23 -0
- package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/utils.js +67 -0
- package/dist/specification/src/sync/v2/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/application.d.ts +4 -0
- package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/application.js +51 -1
- package/dist/specification/src/sync/v4/application.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts +3 -2
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.js +14 -2
- package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +3 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +17 -2
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.d.ts +3 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.js +20 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts +6 -2
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js +27 -4
- package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js +10 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts +7 -2
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js +37 -4
- package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.d.ts +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.js +10 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +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 +10 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +4 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.js +30 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +7 -2
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js +36 -3
- package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +3 -0
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +40 -23
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts +7 -0
- package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/TableColumn.js +60 -0
- package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +14 -4
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +75 -9
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js +13 -3
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.js +2 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts +107 -0
- package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js +392 -0
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/listReport.d.ts +107 -2
- package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.js +176 -91
- package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts +1 -0
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +64 -8
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts +141 -0
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/App.js +208 -0
- package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +193 -0
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +384 -0
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +172 -0
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +410 -0
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +70 -0
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/Page.js +73 -0
- package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/utils.d.ts +9 -0
- package/dist/specification/src/sync/v4/sync-rules/utils.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/utils.js +43 -0
- package/dist/specification/src/sync/v4/sync-rules/utils.js.map +1 -0
- package/dist/specification/src/sync/v4/utils/utils.d.ts +16 -4
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +100 -26
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/types/src/common/types.d.ts +114 -3
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js +8 -0
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/common/webapp/manifest/Manifest.d.ts +1 -1
- package/dist/types/src/common/webapp/manifest/Manifest.d.ts.map +1 -1
- package/dist/types/src/v2/application.d.ts +18 -0
- package/dist/types/src/v2/application.d.ts.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts +4 -4
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +10 -1
- package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts.map +1 -1
- package/dist/types/src/v4/application.d.ts +13 -6
- package/dist/types/src/v4/application.d.ts.map +1 -1
- package/dist/types/src/v4/controls/Action.d.ts +16 -0
- package/dist/types/src/v4/controls/Action.d.ts.map +1 -0
- package/dist/types/src/v4/controls/Action.js +11 -0
- package/dist/types/src/v4/controls/Action.js.map +1 -0
- package/dist/types/src/v4/controls/CustomAction.d.ts +2 -1
- package/dist/types/src/v4/controls/CustomAction.d.ts.map +1 -1
- package/dist/types/src/v4/controls/CustomAction.js.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +2 -1
- package/dist/types/src/v4/controls/ObjectPageFooter.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts +6 -3
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +6 -3
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageSection.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +7 -0
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +10 -7
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts.map +1 -1
- package/dist/types/src/v4/controls/Table.d.ts +14 -1
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v4/controls/Table.js.map +1 -1
- package/dist/types/src/v4/controls/ToolBar.d.ts +32 -10
- package/dist/types/src/v4/controls/ToolBar.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ToolBar.js.map +1 -1
- package/dist/types/src/v4/controls/index.d.ts +1 -0
- package/dist/types/src/v4/controls/index.d.ts.map +1 -1
- package/dist/types/src/v4/controls/index.js +1 -0
- package/dist/types/src/v4/controls/index.js.map +1 -1
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +59 -0
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.js.map +1 -1
- package/package.json +16 -16
|
@@ -134,6 +134,18 @@
|
|
|
134
134
|
],
|
|
135
135
|
"description": "Defines if the action is enabled. The default value is true.",
|
|
136
136
|
"artifactType": "Manifest"
|
|
137
|
+
},
|
|
138
|
+
"priority": {
|
|
139
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
140
|
+
"artifactType": "Manifest",
|
|
141
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
142
|
+
"enum": [
|
|
143
|
+
"AlwaysOverflow",
|
|
144
|
+
"High",
|
|
145
|
+
"Low",
|
|
146
|
+
"NeverOverflow"
|
|
147
|
+
],
|
|
148
|
+
"type": "string"
|
|
137
149
|
}
|
|
138
150
|
},
|
|
139
151
|
"additionalProperties": false,
|
|
@@ -175,6 +187,18 @@
|
|
|
175
187
|
"$ref": "#/definitions/ActionAfterExecutionConfigurationObjectPageHeader",
|
|
176
188
|
"description": "Settings that control the behavior after creating a new entry.",
|
|
177
189
|
"artifactType": "Manifest"
|
|
190
|
+
},
|
|
191
|
+
"priority": {
|
|
192
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
193
|
+
"artifactType": "Manifest",
|
|
194
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
195
|
+
"enum": [
|
|
196
|
+
"AlwaysOverflow",
|
|
197
|
+
"High",
|
|
198
|
+
"Low",
|
|
199
|
+
"NeverOverflow"
|
|
200
|
+
],
|
|
201
|
+
"type": "string"
|
|
178
202
|
}
|
|
179
203
|
},
|
|
180
204
|
"additionalProperties": false
|
|
@@ -263,9 +287,50 @@
|
|
|
263
287
|
"ObjectPageHeaderActionGroup": {
|
|
264
288
|
"type": "object",
|
|
265
289
|
"additionalProperties": {
|
|
266
|
-
"
|
|
290
|
+
"anyOf": [
|
|
291
|
+
{
|
|
292
|
+
"$ref": "#/definitions/ObjectPageHeaderActionBase"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"enum": [
|
|
296
|
+
"AlwaysOverflow",
|
|
297
|
+
"High",
|
|
298
|
+
"Low",
|
|
299
|
+
"NeverOverflow"
|
|
300
|
+
],
|
|
301
|
+
"type": "string"
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"type": "number"
|
|
305
|
+
}
|
|
306
|
+
]
|
|
307
|
+
},
|
|
308
|
+
"properties": {
|
|
309
|
+
"priority": {
|
|
310
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
311
|
+
"artifactType": "Manifest",
|
|
312
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
313
|
+
"enum": [
|
|
314
|
+
"AlwaysOverflow",
|
|
315
|
+
"High",
|
|
316
|
+
"Low",
|
|
317
|
+
"NeverOverflow"
|
|
318
|
+
],
|
|
319
|
+
"type": "string"
|
|
320
|
+
}
|
|
267
321
|
}
|
|
268
322
|
},
|
|
323
|
+
"ObjectPageHeaderActionBase": {
|
|
324
|
+
"type": "object",
|
|
325
|
+
"properties": {
|
|
326
|
+
"afterExecution": {
|
|
327
|
+
"$ref": "#/definitions/ActionAfterExecutionConfigurationObjectPageHeader",
|
|
328
|
+
"description": "Settings that control the behavior after creating a new entry.",
|
|
329
|
+
"artifactType": "Manifest"
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
"additionalProperties": false
|
|
333
|
+
},
|
|
269
334
|
"HeaderSections": {
|
|
270
335
|
"description": "Header Sections",
|
|
271
336
|
"isViewNode": true,
|
|
@@ -776,6 +841,18 @@
|
|
|
776
841
|
"$ref": "#/definitions/SelectType",
|
|
777
842
|
"description": "Enables single selection for a bound action.",
|
|
778
843
|
"artifactType": "Manifest"
|
|
844
|
+
},
|
|
845
|
+
"priority": {
|
|
846
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
847
|
+
"artifactType": "Manifest",
|
|
848
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
849
|
+
"enum": [
|
|
850
|
+
"AlwaysOverflow",
|
|
851
|
+
"High",
|
|
852
|
+
"Low",
|
|
853
|
+
"NeverOverflow"
|
|
854
|
+
],
|
|
855
|
+
"type": "string"
|
|
779
856
|
}
|
|
780
857
|
},
|
|
781
858
|
"additionalProperties": false
|
|
@@ -846,6 +923,18 @@
|
|
|
846
923
|
],
|
|
847
924
|
"description": "Defines if the action is enabled. The default value is true.",
|
|
848
925
|
"artifactType": "Manifest"
|
|
926
|
+
},
|
|
927
|
+
"priority": {
|
|
928
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
929
|
+
"artifactType": "Manifest",
|
|
930
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
931
|
+
"enum": [
|
|
932
|
+
"AlwaysOverflow",
|
|
933
|
+
"High",
|
|
934
|
+
"Low",
|
|
935
|
+
"NeverOverflow"
|
|
936
|
+
],
|
|
937
|
+
"type": "string"
|
|
849
938
|
}
|
|
850
939
|
},
|
|
851
940
|
"additionalProperties": false,
|
|
@@ -876,9 +965,50 @@
|
|
|
876
965
|
"ObjectPageToolBarActionGroup": {
|
|
877
966
|
"type": "object",
|
|
878
967
|
"additionalProperties": {
|
|
879
|
-
"
|
|
968
|
+
"anyOf": [
|
|
969
|
+
{
|
|
970
|
+
"$ref": "#/definitions/ObjectPageToolBarActionBase"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"enum": [
|
|
974
|
+
"AlwaysOverflow",
|
|
975
|
+
"High",
|
|
976
|
+
"Low",
|
|
977
|
+
"NeverOverflow"
|
|
978
|
+
],
|
|
979
|
+
"type": "string"
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"type": "number"
|
|
983
|
+
}
|
|
984
|
+
]
|
|
985
|
+
},
|
|
986
|
+
"properties": {
|
|
987
|
+
"priority": {
|
|
988
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
989
|
+
"artifactType": "Manifest",
|
|
990
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
991
|
+
"enum": [
|
|
992
|
+
"AlwaysOverflow",
|
|
993
|
+
"High",
|
|
994
|
+
"Low",
|
|
995
|
+
"NeverOverflow"
|
|
996
|
+
],
|
|
997
|
+
"type": "string"
|
|
998
|
+
}
|
|
880
999
|
}
|
|
881
1000
|
},
|
|
1001
|
+
"ObjectPageToolBarActionBase": {
|
|
1002
|
+
"type": "object",
|
|
1003
|
+
"properties": {
|
|
1004
|
+
"enableOnSelect": {
|
|
1005
|
+
"$ref": "#/definitions/SelectType",
|
|
1006
|
+
"description": "Enables single selection for a bound action.",
|
|
1007
|
+
"artifactType": "Manifest"
|
|
1008
|
+
}
|
|
1009
|
+
},
|
|
1010
|
+
"additionalProperties": false
|
|
1011
|
+
},
|
|
882
1012
|
"PersonalizationTypeOP": {
|
|
883
1013
|
"type": "object",
|
|
884
1014
|
"properties": {
|
|
@@ -1055,6 +1185,30 @@
|
|
|
1055
1185
|
"items": {
|
|
1056
1186
|
"type": "string"
|
|
1057
1187
|
}
|
|
1188
|
+
},
|
|
1189
|
+
"required": {
|
|
1190
|
+
"description": "Determines whether a custom column is required.\nIf set to true, an asterisk is displayed in the column header.",
|
|
1191
|
+
"artifactType": "Manifest",
|
|
1192
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/d525522c1bf54672ae4e02d66b38e60c",
|
|
1193
|
+
"type": "boolean"
|
|
1194
|
+
},
|
|
1195
|
+
"importance": {
|
|
1196
|
+
"description": "The responsive table provides a feature where the table automatically moves columns to the pop-in area in the following order based on their importance:\n- Columns with \"Low\" importance are hidden first.\n- Columns with \"Medium\" importance are hidden next.\n- Columns with \"High\" importance are always displayed.",
|
|
1197
|
+
"artifactType": "Manifest",
|
|
1198
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/d525522c1bf54672ae4e02d66b38e60c",
|
|
1199
|
+
"enum": [
|
|
1200
|
+
"High",
|
|
1201
|
+
"Low",
|
|
1202
|
+
"Medium"
|
|
1203
|
+
],
|
|
1204
|
+
"type": "string"
|
|
1205
|
+
},
|
|
1206
|
+
"tooltip": {
|
|
1207
|
+
"description": "The tooltip is shown on the header of a custom column when a user hovers over it.",
|
|
1208
|
+
"i18nClassification": "COL: Custom column tooltip text",
|
|
1209
|
+
"artifactType": "Manifest",
|
|
1210
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/d525522c1bf54672ae4e02d66b38e60c",
|
|
1211
|
+
"type": "string"
|
|
1058
1212
|
}
|
|
1059
1213
|
},
|
|
1060
1214
|
"additionalProperties": false,
|
|
@@ -1413,6 +1567,17 @@
|
|
|
1413
1567
|
}
|
|
1414
1568
|
]
|
|
1415
1569
|
},
|
|
1570
|
+
"popinLayout": {
|
|
1571
|
+
"description": "Defines the layout options of the table popins. A popin layout defined at the table level takes precedence over a popin layout defined at the application level.",
|
|
1572
|
+
"descriptionSrcURL": "https://help.sap.com/docs/SAPUI5/b1cda5dc7a7644eb886bc6ac04c0b438/7f844f1021cd4791b8f7408eac7c1cec.html",
|
|
1573
|
+
"enum": [
|
|
1574
|
+
"Block",
|
|
1575
|
+
"GridLarge",
|
|
1576
|
+
"GridSmall"
|
|
1577
|
+
],
|
|
1578
|
+
"type": "string",
|
|
1579
|
+
"artifactType": "Manifest"
|
|
1580
|
+
},
|
|
1416
1581
|
"enableFullScreen": {
|
|
1417
1582
|
"description": "Enables full screen mode for this table. This adds a button to the table toolbar which opens the table in a full screen dialog.",
|
|
1418
1583
|
"type": "boolean",
|
|
@@ -1941,6 +2106,18 @@
|
|
|
1941
2106
|
],
|
|
1942
2107
|
"description": "Defines if the action is enabled. The default value is true.",
|
|
1943
2108
|
"artifactType": "Manifest"
|
|
2109
|
+
},
|
|
2110
|
+
"priority": {
|
|
2111
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
2112
|
+
"artifactType": "Manifest",
|
|
2113
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2114
|
+
"enum": [
|
|
2115
|
+
"AlwaysOverflow",
|
|
2116
|
+
"High",
|
|
2117
|
+
"Low",
|
|
2118
|
+
"NeverOverflow"
|
|
2119
|
+
],
|
|
2120
|
+
"type": "string"
|
|
1944
2121
|
}
|
|
1945
2122
|
},
|
|
1946
2123
|
"additionalProperties": false,
|
|
@@ -1956,6 +2133,18 @@
|
|
|
1956
2133
|
"$ref": "#/definitions/ActionAfterExecutionConfigurationForm",
|
|
1957
2134
|
"description": "Settings that control the behavior after creating a new entry.",
|
|
1958
2135
|
"artifactType": "Manifest"
|
|
2136
|
+
},
|
|
2137
|
+
"priority": {
|
|
2138
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
2139
|
+
"artifactType": "Manifest",
|
|
2140
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2141
|
+
"enum": [
|
|
2142
|
+
"AlwaysOverflow",
|
|
2143
|
+
"High",
|
|
2144
|
+
"Low",
|
|
2145
|
+
"NeverOverflow"
|
|
2146
|
+
],
|
|
2147
|
+
"type": "string"
|
|
1959
2148
|
}
|
|
1960
2149
|
},
|
|
1961
2150
|
"additionalProperties": false
|
|
@@ -1980,9 +2169,50 @@
|
|
|
1980
2169
|
"ObjectPageFormActionGroup": {
|
|
1981
2170
|
"type": "object",
|
|
1982
2171
|
"additionalProperties": {
|
|
1983
|
-
"
|
|
2172
|
+
"anyOf": [
|
|
2173
|
+
{
|
|
2174
|
+
"$ref": "#/definitions/FormActionBase"
|
|
2175
|
+
},
|
|
2176
|
+
{
|
|
2177
|
+
"enum": [
|
|
2178
|
+
"AlwaysOverflow",
|
|
2179
|
+
"High",
|
|
2180
|
+
"Low",
|
|
2181
|
+
"NeverOverflow"
|
|
2182
|
+
],
|
|
2183
|
+
"type": "string"
|
|
2184
|
+
},
|
|
2185
|
+
{
|
|
2186
|
+
"type": "number"
|
|
2187
|
+
}
|
|
2188
|
+
]
|
|
2189
|
+
},
|
|
2190
|
+
"properties": {
|
|
2191
|
+
"priority": {
|
|
2192
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
2193
|
+
"artifactType": "Manifest",
|
|
2194
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2195
|
+
"enum": [
|
|
2196
|
+
"AlwaysOverflow",
|
|
2197
|
+
"High",
|
|
2198
|
+
"Low",
|
|
2199
|
+
"NeverOverflow"
|
|
2200
|
+
],
|
|
2201
|
+
"type": "string"
|
|
2202
|
+
}
|
|
1984
2203
|
}
|
|
1985
2204
|
},
|
|
2205
|
+
"FormActionBase": {
|
|
2206
|
+
"type": "object",
|
|
2207
|
+
"properties": {
|
|
2208
|
+
"afterExecution": {
|
|
2209
|
+
"$ref": "#/definitions/ActionAfterExecutionConfigurationForm",
|
|
2210
|
+
"description": "Settings that control the behavior after creating a new entry.",
|
|
2211
|
+
"artifactType": "Manifest"
|
|
2212
|
+
}
|
|
2213
|
+
},
|
|
2214
|
+
"additionalProperties": false
|
|
2215
|
+
},
|
|
1986
2216
|
"ObjectPageSectionDataPoint": {
|
|
1987
2217
|
"type": "object",
|
|
1988
2218
|
"properties": {
|
|
@@ -2241,6 +2471,18 @@
|
|
|
2241
2471
|
],
|
|
2242
2472
|
"description": "Defines if the action is enabled. The default value is true.",
|
|
2243
2473
|
"artifactType": "Manifest"
|
|
2474
|
+
},
|
|
2475
|
+
"priority": {
|
|
2476
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
2477
|
+
"artifactType": "Manifest",
|
|
2478
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2479
|
+
"enum": [
|
|
2480
|
+
"AlwaysOverflow",
|
|
2481
|
+
"High",
|
|
2482
|
+
"Low",
|
|
2483
|
+
"NeverOverflow"
|
|
2484
|
+
],
|
|
2485
|
+
"type": "string"
|
|
2244
2486
|
}
|
|
2245
2487
|
},
|
|
2246
2488
|
"additionalProperties": false,
|
|
@@ -2346,6 +2588,18 @@
|
|
|
2346
2588
|
],
|
|
2347
2589
|
"description": "Defines if the action is enabled. The default value is true.",
|
|
2348
2590
|
"artifactType": "Manifest"
|
|
2591
|
+
},
|
|
2592
|
+
"priority": {
|
|
2593
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
2594
|
+
"artifactType": "Manifest",
|
|
2595
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2596
|
+
"enum": [
|
|
2597
|
+
"AlwaysOverflow",
|
|
2598
|
+
"High",
|
|
2599
|
+
"Low",
|
|
2600
|
+
"NeverOverflow"
|
|
2601
|
+
],
|
|
2602
|
+
"type": "string"
|
|
2349
2603
|
}
|
|
2350
2604
|
},
|
|
2351
2605
|
"additionalProperties": false,
|
|
@@ -2380,6 +2634,18 @@
|
|
|
2380
2634
|
"$ref": "#/definitions/ActionAfterExecutionConfigurationFooter",
|
|
2381
2635
|
"description": "Settings that control the behavior after creating a new entry.",
|
|
2382
2636
|
"artifactType": "Manifest"
|
|
2637
|
+
},
|
|
2638
|
+
"priority": {
|
|
2639
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
2640
|
+
"artifactType": "Manifest",
|
|
2641
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
2642
|
+
"enum": [
|
|
2643
|
+
"AlwaysOverflow",
|
|
2644
|
+
"High",
|
|
2645
|
+
"Low",
|
|
2646
|
+
"NeverOverflow"
|
|
2647
|
+
],
|
|
2648
|
+
"type": "string"
|
|
2383
2649
|
}
|
|
2384
2650
|
},
|
|
2385
2651
|
"additionalProperties": false
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.139.
|
|
3
|
+
"version": "1.139.6",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"docuV4": "ts-node ./scripts/extractDocu.ts --version=v4 format=excel",
|
|
35
35
|
"htmlV2": "ts-node ./scripts/extractDocu.ts --version=v2 --format=html",
|
|
36
36
|
"htmlV4": "ts-node ./scripts/extractDocu.ts --version=v4 --format=html",
|
|
37
|
-
"lint": "eslint .
|
|
38
|
-
"lint:summary": "eslint .
|
|
39
|
-
"lint:fix": "eslint . --
|
|
40
|
-
"lint:report": "eslint .
|
|
41
|
-
"lint:report:jslint": "eslint .
|
|
37
|
+
"lint": "eslint .",
|
|
38
|
+
"lint:summary": "eslint . -f summary",
|
|
39
|
+
"lint:fix": "eslint . --fix",
|
|
40
|
+
"lint:report": "eslint . -f multiple",
|
|
41
|
+
"lint:report:jslint": "eslint . -o reports/lint/eslint.jslint.xml -f jslint-xml",
|
|
42
42
|
"macros": "ts-node ./scripts/macros/index.ts",
|
|
43
43
|
"test": "jest && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
|
|
44
44
|
"test:ci": "jest --ci --forceExit --detectOpenHandles && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
|
|
@@ -49,20 +49,20 @@
|
|
|
49
49
|
"publisher": "SAPSE",
|
|
50
50
|
"license": "SEE LICENSE IN LICENSE",
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@sap-ux/fe-fpm-writer": "0.
|
|
53
|
-
"@sap-ux/vocabularies-types": "0.
|
|
52
|
+
"@sap-ux/fe-fpm-writer": "0.40.11",
|
|
53
|
+
"@sap-ux/vocabularies-types": "0.14.5"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@sap-ux/annotation-converter": "0.10.
|
|
57
|
-
"@sap-ux/edmx-parser": "0.9.
|
|
58
|
-
"@sap-ux/project-access": "1.
|
|
59
|
-
"@sap/ux-specification-types": "1.139.
|
|
56
|
+
"@sap-ux/annotation-converter": "0.10.19",
|
|
57
|
+
"@sap-ux/edmx-parser": "0.9.8",
|
|
58
|
+
"@sap-ux/project-access": "1.34.2",
|
|
59
|
+
"@sap/ux-specification-types": "1.139.6",
|
|
60
60
|
"@sapui5/types": "latest-1.139",
|
|
61
61
|
"@types/d3": "7.4.3",
|
|
62
62
|
"@types/jquery": "3.5.33",
|
|
63
|
+
"@types/json-schema": "7.0.15",
|
|
63
64
|
"@types/mem-fs": "1.1.5",
|
|
64
65
|
"@types/mem-fs-editor": "7.0.1",
|
|
65
|
-
"@types/json-schema": "7.0.5",
|
|
66
66
|
"@ui5/flexibility-utils": "0.1.3",
|
|
67
67
|
"@xml-tools/ast": "5.0.5",
|
|
68
68
|
"@xml-tools/parser": "1.0.11",
|
|
@@ -71,17 +71,17 @@
|
|
|
71
71
|
"d3": "7.9.0",
|
|
72
72
|
"deepmerge": "4.3.1",
|
|
73
73
|
"ejs": "3.1.10",
|
|
74
|
+
"eslint-formatter-checkstyle": "9.0.1",
|
|
74
75
|
"excel4node": "1.8.2",
|
|
75
|
-
"i18next": "25.
|
|
76
|
+
"i18next": "25.7.4",
|
|
76
77
|
"jquery": "3.7.1",
|
|
77
78
|
"jsdom": "25.0.1",
|
|
78
|
-
"lodash.unset": "4.5.2",
|
|
79
79
|
"mem-fs": "2.1.0",
|
|
80
80
|
"mem-fs-editor": "9.7.0",
|
|
81
81
|
"path": "0.12.7",
|
|
82
82
|
"reflect-metadata": "0.2.2",
|
|
83
83
|
"semver": "7.7.3",
|
|
84
|
-
"typescript-json-schema": "0.
|
|
84
|
+
"typescript-json-schema": "0.67.1",
|
|
85
85
|
"xml-js": "1.6.11"
|
|
86
86
|
},
|
|
87
87
|
"husky": {
|
|
@@ -2,6 +2,13 @@ import type { SchemaDefinition } from '@sap/ux-specification-types';
|
|
|
2
2
|
import type { MacrosAPI } from './types';
|
|
3
3
|
import type { JSONSchema7TypeName } from 'json-schema';
|
|
4
4
|
export declare const UI5_TO_JSON_SCHEMA_TYPE_MAP: Map<string, JSONSchema7TypeName>;
|
|
5
|
+
/**
|
|
6
|
+
* Semantic classification patterns for properties
|
|
7
|
+
* Used to determine if a property should be visible (isViewNode = true/false)
|
|
8
|
+
*/
|
|
9
|
+
export declare const PROPERTY_SEMANTICS: {
|
|
10
|
+
AGGREGATIONS: RegExp[];
|
|
11
|
+
};
|
|
5
12
|
/**
|
|
6
13
|
* Method generates generic schema for passed "sap.fe.macros" api.
|
|
7
14
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../scripts/macros/schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAGpE,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../scripts/macros/schema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAGpE,OAAO,KAAK,EACR,SAAS,EAOZ,MAAM,SAAS,CAAC;AAGjB,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAGvD,eAAO,MAAM,2BAA2B,EAAE,GAAG,CAAC,MAAM,EAAE,mBAAmB,CAAgC,CAAC;AAC1G;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;CAE9B,CAAC;AAwSF;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,GAAG,EAAE,SAAS,GAAG,gBAAgB,CAkD/D"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UI5_TO_JSON_SCHEMA_TYPE_MAP = void 0;
|
|
3
|
+
exports.PROPERTY_SEMANTICS = exports.UI5_TO_JSON_SCHEMA_TYPE_MAP = void 0;
|
|
4
4
|
exports.generateSchema = generateSchema;
|
|
5
5
|
const ux_specification_types_1 = require("@sap/ux-specification-types");
|
|
6
6
|
const ux_specification_types_2 = require("@sap/ux-specification-types");
|
|
@@ -8,6 +8,13 @@ const types_1 = require("./types");
|
|
|
8
8
|
const corrections_1 = require("./corrections");
|
|
9
9
|
const common_1 = require("../../src/sync/common");
|
|
10
10
|
exports.UI5_TO_JSON_SCHEMA_TYPE_MAP = new Map([['int', 'number']]);
|
|
11
|
+
/**
|
|
12
|
+
* Semantic classification patterns for properties
|
|
13
|
+
* Used to determine if a property should be visible (isViewNode = true/false)
|
|
14
|
+
*/
|
|
15
|
+
exports.PROPERTY_SEMANTICS = {
|
|
16
|
+
AGGREGATIONS: [/^(columns?|actions?|items?|content|filters?)/i, /buttonGroups/]
|
|
17
|
+
};
|
|
11
18
|
/**
|
|
12
19
|
* Method checks if passed type is atomic type like 'boolean', 'string', 'number', etc.
|
|
13
20
|
*
|
|
@@ -63,16 +70,20 @@ function formatDescription(description) {
|
|
|
63
70
|
* @param {MacrosPropertyType} metadataType Metadata property type.
|
|
64
71
|
* @param {string} [description] Description of definition.
|
|
65
72
|
* @param {string} defaultAggreation Default aggregation.
|
|
73
|
+
* @param {string} symbolName Name of the symbol.
|
|
66
74
|
* @returns {SchemaDefinition} JSON schema for definition.
|
|
67
75
|
*/
|
|
68
|
-
function prepareDefinition(metadataType, description, defaultAggreation) {
|
|
76
|
+
function prepareDefinition(metadataType, description, defaultAggreation, symbolName) {
|
|
69
77
|
if (description) {
|
|
70
78
|
// Remove html markup from description
|
|
71
79
|
description = formatDescription(description);
|
|
72
80
|
}
|
|
81
|
+
// For main control definitions (classes), default to true as they are primary UI building blocks
|
|
82
|
+
// But exclude configuration objects (*Options classes)
|
|
83
|
+
const isViewNode = !symbolName.endsWith('Options');
|
|
73
84
|
const definition = {
|
|
74
85
|
description,
|
|
75
|
-
isViewNode
|
|
86
|
+
isViewNode,
|
|
76
87
|
type: 'object',
|
|
77
88
|
properties: {},
|
|
78
89
|
additionalProperties: false,
|
|
@@ -141,7 +152,6 @@ function prepareSchemaProperty(property, metadataType, type, types) {
|
|
|
141
152
|
pattern: "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
|
|
142
153
|
});
|
|
143
154
|
}
|
|
144
|
-
const isViewNode = schemaTypes.some((schemaType) => !!schemaType.$ref);
|
|
145
155
|
// Define result
|
|
146
156
|
const propertySchema = schemaTypes.length === 1
|
|
147
157
|
? { ...schemaTypes[0] }
|
|
@@ -150,10 +160,6 @@ function prepareSchemaProperty(property, metadataType, type, types) {
|
|
|
150
160
|
};
|
|
151
161
|
propertySchema.description = formatDescription(property.description);
|
|
152
162
|
propertySchema['artifactType'] = ux_specification_types_1.ArtifactType.XMLProperty;
|
|
153
|
-
if (isViewNode) {
|
|
154
|
-
propertySchema.description = property.name;
|
|
155
|
-
propertySchema.isViewNode = true;
|
|
156
|
-
}
|
|
157
163
|
propertySchema.metadata = {
|
|
158
164
|
type: metadataType
|
|
159
165
|
};
|
|
@@ -198,14 +204,17 @@ function prepareEvent(property) {
|
|
|
198
204
|
* Method prepares schema object for passed SAPUI5 aggregation.
|
|
199
205
|
*
|
|
200
206
|
* @param aggregation SAPUI5 aggregation.
|
|
207
|
+
* @param defaultAggregation The default aggregation name for the parent class.
|
|
201
208
|
* @returns JSON schema.
|
|
202
209
|
*/
|
|
203
|
-
function prepareAggregations(aggregation) {
|
|
210
|
+
function prepareAggregations(aggregation, defaultAggregation) {
|
|
204
211
|
const schemaTypes = getTypes(aggregation.type);
|
|
212
|
+
const isViewNode = (defaultAggregation && aggregation.name === defaultAggregation) ||
|
|
213
|
+
exports.PROPERTY_SEMANTICS.AGGREGATIONS.some((pattern) => pattern.test(aggregation.name));
|
|
205
214
|
return {
|
|
206
215
|
type: 'object',
|
|
207
216
|
additionalProperties: schemaTypes.length ? schemaTypes[0] : { anyOf: schemaTypes },
|
|
208
|
-
isViewNode
|
|
217
|
+
isViewNode,
|
|
209
218
|
metadata: {
|
|
210
219
|
path: [],
|
|
211
220
|
type: ux_specification_types_2.MacrosPropertyType.Aggregation
|
|
@@ -225,6 +234,43 @@ function applyNamespaces(api, schema) {
|
|
|
225
234
|
}
|
|
226
235
|
}
|
|
227
236
|
}
|
|
237
|
+
/**
|
|
238
|
+
* Collects metadata (properties and aggregations) from a class symbol and all of its base classes by walking up the inheritance chain.
|
|
239
|
+
*
|
|
240
|
+
* @param {ClassSymbol} symbol The class symbol whose metadata should be retrieved.
|
|
241
|
+
* @param {ClassSymbol[]} allSymbols A list of all class symbols, used to resolve the full inheritance chain.
|
|
242
|
+
* @returns {{ properties: UI5Property[], aggregations: UI5Aggregation[] }}
|
|
243
|
+
* An object containing merged properties and aggregations accumulated from
|
|
244
|
+
* the class and its inheritance hierarchy.
|
|
245
|
+
*/
|
|
246
|
+
function getMetadata(symbol, allSymbols) {
|
|
247
|
+
const result = {
|
|
248
|
+
properties: [],
|
|
249
|
+
aggregations: []
|
|
250
|
+
};
|
|
251
|
+
// variable is used to prevent infinite loops
|
|
252
|
+
const visited = new Set();
|
|
253
|
+
let currentSymbol = symbol;
|
|
254
|
+
while (currentSymbol && !visited.has(currentSymbol.name)) {
|
|
255
|
+
visited.add(currentSymbol.name);
|
|
256
|
+
const { properties = [], aggregations = [] } = currentSymbol[types_1.CLASS_SYMBOL_METADATA_PROPERTY] ?? {};
|
|
257
|
+
// Add properties without duplicates
|
|
258
|
+
for (const property of properties) {
|
|
259
|
+
if (!result.properties.some((existingProperty) => existingProperty.name === property.name)) {
|
|
260
|
+
result.properties.push(property);
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
// Add aggregations without duplicates
|
|
264
|
+
for (const aggregation of aggregations) {
|
|
265
|
+
if (!result.aggregations.some((existingAggregation) => existingAggregation.name === aggregation.name)) {
|
|
266
|
+
result.aggregations.push(aggregation);
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
// Go to next base class in inheritance chain
|
|
270
|
+
currentSymbol = currentSymbol.extends ? allSymbols.find((s) => s.name === currentSymbol.extends) : undefined;
|
|
271
|
+
}
|
|
272
|
+
return result;
|
|
273
|
+
}
|
|
228
274
|
/**
|
|
229
275
|
* Method generates generic schema for passed "sap.fe.macros" api.
|
|
230
276
|
*
|
|
@@ -239,17 +285,18 @@ function generateSchema(api) {
|
|
|
239
285
|
// Handle classes
|
|
240
286
|
const classSymbols = api.symbols.filter((symbol) => symbol.kind === types_1.SYMBOL_KIND_CLASS);
|
|
241
287
|
for (const symbol of classSymbols) {
|
|
242
|
-
const definition = prepareDefinition(ux_specification_types_2.MacrosPropertyType.Control, symbol.description, symbol[types_1.CLASS_SYMBOL_METADATA_PROPERTY]?.defaultAggregation);
|
|
288
|
+
const definition = prepareDefinition(ux_specification_types_2.MacrosPropertyType.Control, symbol.description, symbol[types_1.CLASS_SYMBOL_METADATA_PROPERTY]?.defaultAggregation, symbol.name);
|
|
243
289
|
definitions[symbol.name] = definition;
|
|
244
290
|
const events = symbol.events || [];
|
|
245
|
-
const { properties
|
|
291
|
+
const { properties, aggregations } = getMetadata(symbol, classSymbols);
|
|
246
292
|
// Handle properties
|
|
247
293
|
for (const property of properties) {
|
|
248
294
|
definition.properties[property.name] = prepareProperty(property);
|
|
249
295
|
}
|
|
250
296
|
// Handle aggregations
|
|
297
|
+
const defaultAggregation = symbol[types_1.CLASS_SYMBOL_METADATA_PROPERTY]?.defaultAggregation;
|
|
251
298
|
for (const aggregation of aggregations) {
|
|
252
|
-
definition.properties[aggregation.name] = prepareAggregations(aggregation);
|
|
299
|
+
definition.properties[aggregation.name] = prepareAggregations(aggregation, defaultAggregation);
|
|
253
300
|
}
|
|
254
301
|
// Handle events
|
|
255
302
|
for (const event of events) {
|
|
@@ -261,7 +308,7 @@ function generateSchema(api) {
|
|
|
261
308
|
// Handle typedefs
|
|
262
309
|
const typedefSymbols = api.symbols.filter((symbol) => symbol.kind === types_1.SYMBOL_KIND_TYPEDEF);
|
|
263
310
|
for (const symbol of typedefSymbols) {
|
|
264
|
-
const definition = prepareDefinition(ux_specification_types_2.MacrosPropertyType.Control, symbol.description, symbol[types_1.CLASS_SYMBOL_METADATA_PROPERTY]?.defaultAggregation);
|
|
311
|
+
const definition = prepareDefinition(ux_specification_types_2.MacrosPropertyType.Control, symbol.description, symbol[types_1.CLASS_SYMBOL_METADATA_PROPERTY]?.defaultAggregation, symbol.name);
|
|
265
312
|
definitions[symbol.name] = definition;
|
|
266
313
|
const properties = symbol.properties || [];
|
|
267
314
|
for (const property of properties) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../../scripts/macros/schema.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../../scripts/macros/schema.ts"],"names":[],"mappings":"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"}
|
|
@@ -34,6 +34,7 @@ export interface ClassSymbol extends BaseSymbol {
|
|
|
34
34
|
kind: typeof SYMBOL_KIND_CLASS;
|
|
35
35
|
since?: string;
|
|
36
36
|
events?: UI5Event[];
|
|
37
|
+
extends?: string;
|
|
37
38
|
[CLASS_SYMBOL_METADATA_PROPERTY]?: SymbolMetadata;
|
|
38
39
|
}
|
|
39
40
|
export interface TypedefSymbol extends BaseSymbol {
|