@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
|
@@ -122,6 +122,18 @@
|
|
|
122
122
|
],
|
|
123
123
|
"description": "Defines if the action is enabled. The default value is true.",
|
|
124
124
|
"artifactType": "Manifest"
|
|
125
|
+
},
|
|
126
|
+
"priority": {
|
|
127
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
128
|
+
"artifactType": "Manifest",
|
|
129
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
130
|
+
"enum": [
|
|
131
|
+
"AlwaysOverflow",
|
|
132
|
+
"High",
|
|
133
|
+
"Low",
|
|
134
|
+
"NeverOverflow"
|
|
135
|
+
],
|
|
136
|
+
"type": "string"
|
|
125
137
|
}
|
|
126
138
|
},
|
|
127
139
|
"additionalProperties": false,
|
|
@@ -376,14 +388,13 @@
|
|
|
376
388
|
"additionalProperties": {
|
|
377
389
|
"anyOf": [
|
|
378
390
|
{
|
|
379
|
-
"$ref": "#/definitions/
|
|
391
|
+
"$ref": "#/definitions/GroupableAction"
|
|
380
392
|
},
|
|
381
393
|
{
|
|
382
|
-
"$ref": "#/definitions/
|
|
394
|
+
"$ref": "#/definitions/ViewToolBarActionGroup"
|
|
383
395
|
},
|
|
384
396
|
{
|
|
385
|
-
"
|
|
386
|
-
"properties": {}
|
|
397
|
+
"$ref": "#/definitions/ViewToolBarAction"
|
|
387
398
|
},
|
|
388
399
|
{
|
|
389
400
|
"$ref": "#/definitions/ViewTableCustomAction"
|
|
@@ -391,15 +402,61 @@
|
|
|
391
402
|
]
|
|
392
403
|
}
|
|
393
404
|
},
|
|
405
|
+
"GroupableAction": {
|
|
406
|
+
"type": "object",
|
|
407
|
+
"properties": {
|
|
408
|
+
"priority": {
|
|
409
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
410
|
+
"artifactType": "Manifest",
|
|
411
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
412
|
+
"enum": [
|
|
413
|
+
"AlwaysOverflow",
|
|
414
|
+
"High",
|
|
415
|
+
"Low",
|
|
416
|
+
"NeverOverflow"
|
|
417
|
+
],
|
|
418
|
+
"type": "string"
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
"additionalProperties": false
|
|
422
|
+
},
|
|
394
423
|
"ViewToolBarActionGroup": {
|
|
395
424
|
"type": "object",
|
|
396
425
|
"additionalProperties": {
|
|
397
|
-
"
|
|
426
|
+
"anyOf": [
|
|
427
|
+
{
|
|
428
|
+
"$ref": "#/definitions/ViewToolBarActionBase"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"enum": [
|
|
432
|
+
"AlwaysOverflow",
|
|
433
|
+
"High",
|
|
434
|
+
"Low",
|
|
435
|
+
"NeverOverflow"
|
|
436
|
+
],
|
|
437
|
+
"type": "string"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"type": "number"
|
|
441
|
+
}
|
|
442
|
+
]
|
|
443
|
+
},
|
|
444
|
+
"properties": {
|
|
445
|
+
"priority": {
|
|
446
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
447
|
+
"artifactType": "Manifest",
|
|
448
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
449
|
+
"enum": [
|
|
450
|
+
"AlwaysOverflow",
|
|
451
|
+
"High",
|
|
452
|
+
"Low",
|
|
453
|
+
"NeverOverflow"
|
|
454
|
+
],
|
|
455
|
+
"type": "string"
|
|
456
|
+
}
|
|
398
457
|
}
|
|
399
458
|
},
|
|
400
|
-
"
|
|
401
|
-
"description": "Action",
|
|
402
|
-
"isViewNode": true,
|
|
459
|
+
"ViewToolBarActionBase": {
|
|
403
460
|
"type": "object",
|
|
404
461
|
"properties": {
|
|
405
462
|
"enableOnSelect": {
|
|
@@ -439,6 +496,36 @@
|
|
|
439
496
|
},
|
|
440
497
|
"additionalProperties": false
|
|
441
498
|
},
|
|
499
|
+
"ViewToolBarAction": {
|
|
500
|
+
"description": "Action",
|
|
501
|
+
"isViewNode": true,
|
|
502
|
+
"type": "object",
|
|
503
|
+
"properties": {
|
|
504
|
+
"enableOnSelect": {
|
|
505
|
+
"$ref": "#/definitions/SelectType",
|
|
506
|
+
"description": "Enables single selection for a bound action",
|
|
507
|
+
"artifactType": "Manifest"
|
|
508
|
+
},
|
|
509
|
+
"afterExecution": {
|
|
510
|
+
"$ref": "#/definitions/ActionAfterExecutionConfigurationToolBarLR",
|
|
511
|
+
"description": "Settings that control the behavior after creating a new entry.",
|
|
512
|
+
"artifactType": "Manifest"
|
|
513
|
+
},
|
|
514
|
+
"priority": {
|
|
515
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
516
|
+
"artifactType": "Manifest",
|
|
517
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
518
|
+
"enum": [
|
|
519
|
+
"AlwaysOverflow",
|
|
520
|
+
"High",
|
|
521
|
+
"Low",
|
|
522
|
+
"NeverOverflow"
|
|
523
|
+
],
|
|
524
|
+
"type": "string"
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
"additionalProperties": false
|
|
528
|
+
},
|
|
442
529
|
"ViewTableCustomAction": {
|
|
443
530
|
"type": "object",
|
|
444
531
|
"properties": {
|
|
@@ -494,6 +581,18 @@
|
|
|
494
581
|
],
|
|
495
582
|
"description": "Defines if the action is enabled. The default value is true.",
|
|
496
583
|
"artifactType": "Manifest"
|
|
584
|
+
},
|
|
585
|
+
"priority": {
|
|
586
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
587
|
+
"artifactType": "Manifest",
|
|
588
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
589
|
+
"enum": [
|
|
590
|
+
"AlwaysOverflow",
|
|
591
|
+
"High",
|
|
592
|
+
"Low",
|
|
593
|
+
"NeverOverflow"
|
|
594
|
+
],
|
|
595
|
+
"type": "string"
|
|
497
596
|
}
|
|
498
597
|
},
|
|
499
598
|
"additionalProperties": false,
|
|
@@ -729,6 +828,18 @@
|
|
|
729
828
|
"$ref": "#/definitions/ActionAfterExecutionConfigurationToolBarLR",
|
|
730
829
|
"description": "Settings that control the behavior after creating a new entry.",
|
|
731
830
|
"artifactType": "Manifest"
|
|
831
|
+
},
|
|
832
|
+
"priority": {
|
|
833
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
834
|
+
"artifactType": "Manifest",
|
|
835
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
836
|
+
"enum": [
|
|
837
|
+
"AlwaysOverflow",
|
|
838
|
+
"High",
|
|
839
|
+
"Low",
|
|
840
|
+
"NeverOverflow"
|
|
841
|
+
],
|
|
842
|
+
"type": "string"
|
|
732
843
|
}
|
|
733
844
|
},
|
|
734
845
|
"additionalProperties": false
|
|
@@ -736,9 +847,55 @@
|
|
|
736
847
|
"ToolBarActionGroup": {
|
|
737
848
|
"type": "object",
|
|
738
849
|
"additionalProperties": {
|
|
739
|
-
"
|
|
850
|
+
"anyOf": [
|
|
851
|
+
{
|
|
852
|
+
"$ref": "#/definitions/ToolBarActionBase"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"enum": [
|
|
856
|
+
"AlwaysOverflow",
|
|
857
|
+
"High",
|
|
858
|
+
"Low",
|
|
859
|
+
"NeverOverflow"
|
|
860
|
+
],
|
|
861
|
+
"type": "string"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"type": "number"
|
|
865
|
+
}
|
|
866
|
+
]
|
|
867
|
+
},
|
|
868
|
+
"properties": {
|
|
869
|
+
"priority": {
|
|
870
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
871
|
+
"artifactType": "Manifest",
|
|
872
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
873
|
+
"enum": [
|
|
874
|
+
"AlwaysOverflow",
|
|
875
|
+
"High",
|
|
876
|
+
"Low",
|
|
877
|
+
"NeverOverflow"
|
|
878
|
+
],
|
|
879
|
+
"type": "string"
|
|
880
|
+
}
|
|
740
881
|
}
|
|
741
882
|
},
|
|
883
|
+
"ToolBarActionBase": {
|
|
884
|
+
"type": "object",
|
|
885
|
+
"properties": {
|
|
886
|
+
"enableOnSelect": {
|
|
887
|
+
"$ref": "#/definitions/SelectType",
|
|
888
|
+
"description": "Enables single selection for a bound action.",
|
|
889
|
+
"artifactType": "Manifest"
|
|
890
|
+
},
|
|
891
|
+
"afterExecution": {
|
|
892
|
+
"$ref": "#/definitions/ActionAfterExecutionConfigurationToolBarLR",
|
|
893
|
+
"description": "Settings that control the behavior after creating a new entry.",
|
|
894
|
+
"artifactType": "Manifest"
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
"additionalProperties": false
|
|
898
|
+
},
|
|
742
899
|
"CustomTableAction": {
|
|
743
900
|
"type": "object",
|
|
744
901
|
"properties": {
|
|
@@ -794,6 +951,18 @@
|
|
|
794
951
|
],
|
|
795
952
|
"description": "Defines if the action is enabled. The default value is true.",
|
|
796
953
|
"artifactType": "Manifest"
|
|
954
|
+
},
|
|
955
|
+
"priority": {
|
|
956
|
+
"description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
|
|
957
|
+
"artifactType": "Manifest",
|
|
958
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
|
|
959
|
+
"enum": [
|
|
960
|
+
"AlwaysOverflow",
|
|
961
|
+
"High",
|
|
962
|
+
"Low",
|
|
963
|
+
"NeverOverflow"
|
|
964
|
+
],
|
|
965
|
+
"type": "string"
|
|
797
966
|
}
|
|
798
967
|
},
|
|
799
968
|
"additionalProperties": false,
|
|
@@ -955,6 +1124,30 @@
|
|
|
955
1124
|
"items": {
|
|
956
1125
|
"type": "string"
|
|
957
1126
|
}
|
|
1127
|
+
},
|
|
1128
|
+
"required": {
|
|
1129
|
+
"description": "Determines whether a custom column is required.\nIf set to true, an asterisk is displayed in the column header.",
|
|
1130
|
+
"artifactType": "Manifest",
|
|
1131
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/d525522c1bf54672ae4e02d66b38e60c",
|
|
1132
|
+
"type": "boolean"
|
|
1133
|
+
},
|
|
1134
|
+
"importance": {
|
|
1135
|
+
"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.",
|
|
1136
|
+
"artifactType": "Manifest",
|
|
1137
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/d525522c1bf54672ae4e02d66b38e60c",
|
|
1138
|
+
"enum": [
|
|
1139
|
+
"High",
|
|
1140
|
+
"Low",
|
|
1141
|
+
"Medium"
|
|
1142
|
+
],
|
|
1143
|
+
"type": "string"
|
|
1144
|
+
},
|
|
1145
|
+
"tooltip": {
|
|
1146
|
+
"description": "The tooltip is shown on the header of a custom column when a user hovers over it.",
|
|
1147
|
+
"i18nClassification": "COL: Custom column tooltip text",
|
|
1148
|
+
"artifactType": "Manifest",
|
|
1149
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/d525522c1bf54672ae4e02d66b38e60c",
|
|
1150
|
+
"type": "string"
|
|
958
1151
|
}
|
|
959
1152
|
},
|
|
960
1153
|
"additionalProperties": false,
|
|
@@ -1139,6 +1332,17 @@
|
|
|
1139
1332
|
"$ref": "#/definitions/AnalyticalConfiguration",
|
|
1140
1333
|
"artifactType": "Manifest"
|
|
1141
1334
|
},
|
|
1335
|
+
"popinLayout": {
|
|
1336
|
+
"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.",
|
|
1337
|
+
"descriptionSrcURL": "https://help.sap.com/docs/SAPUI5/b1cda5dc7a7644eb886bc6ac04c0b438/7f844f1021cd4791b8f7408eac7c1cec.html",
|
|
1338
|
+
"enum": [
|
|
1339
|
+
"Block",
|
|
1340
|
+
"GridLarge",
|
|
1341
|
+
"GridSmall"
|
|
1342
|
+
],
|
|
1343
|
+
"type": "string",
|
|
1344
|
+
"artifactType": "Manifest"
|
|
1345
|
+
},
|
|
1142
1346
|
"type": {
|
|
1143
1347
|
"$ref": "#/definitions/TableTypeV4",
|
|
1144
1348
|
"description": "Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.",
|
|
@@ -1356,6 +1560,17 @@
|
|
|
1356
1560
|
"$ref": "#/definitions/ViewAnalyticalConfiguration",
|
|
1357
1561
|
"artifactType": "Manifest"
|
|
1358
1562
|
},
|
|
1563
|
+
"popinLayout": {
|
|
1564
|
+
"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.",
|
|
1565
|
+
"descriptionSrcURL": "https://help.sap.com/docs/SAPUI5/b1cda5dc7a7644eb886bc6ac04c0b438/7f844f1021cd4791b8f7408eac7c1cec.html",
|
|
1566
|
+
"enum": [
|
|
1567
|
+
"Block",
|
|
1568
|
+
"GridLarge",
|
|
1569
|
+
"GridSmall"
|
|
1570
|
+
],
|
|
1571
|
+
"type": "string",
|
|
1572
|
+
"artifactType": "Manifest"
|
|
1573
|
+
},
|
|
1359
1574
|
"type": {
|
|
1360
1575
|
"$ref": "#/definitions/TableTypeV4",
|
|
1361
1576
|
"description": "Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.",
|
|
@@ -1695,6 +1910,30 @@
|
|
|
1695
1910
|
"items": {
|
|
1696
1911
|
"type": "string"
|
|
1697
1912
|
}
|
|
1913
|
+
},
|
|
1914
|
+
"required": {
|
|
1915
|
+
"description": "Determines whether a custom column is required.\nIf set to true, an asterisk is displayed in the column header.",
|
|
1916
|
+
"artifactType": "Manifest",
|
|
1917
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/d525522c1bf54672ae4e02d66b38e60c",
|
|
1918
|
+
"type": "boolean"
|
|
1919
|
+
},
|
|
1920
|
+
"importance": {
|
|
1921
|
+
"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.",
|
|
1922
|
+
"artifactType": "Manifest",
|
|
1923
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/d525522c1bf54672ae4e02d66b38e60c",
|
|
1924
|
+
"enum": [
|
|
1925
|
+
"High",
|
|
1926
|
+
"Low",
|
|
1927
|
+
"Medium"
|
|
1928
|
+
],
|
|
1929
|
+
"type": "string"
|
|
1930
|
+
},
|
|
1931
|
+
"tooltip": {
|
|
1932
|
+
"description": "The tooltip is shown on the header of a custom column when a user hovers over it.",
|
|
1933
|
+
"i18nClassification": "COL: Custom column tooltip text",
|
|
1934
|
+
"artifactType": "Manifest",
|
|
1935
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/d525522c1bf54672ae4e02d66b38e60c",
|
|
1936
|
+
"type": "string"
|
|
1698
1937
|
}
|
|
1699
1938
|
},
|
|
1700
1939
|
"additionalProperties": false,
|