@sap/ux-specification 1.142.2 → 1.142.4
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 +117 -43
- 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 +288 -282
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/AnalyticalListPageConfig.json +3 -3
- package/dist/schemas/v2/ListReportConfig.json +5 -5
- package/dist/schemas/v2/ListReportNewConfig.json +1 -1
- package/dist/schemas/v2/ObjectPageConfig.json +5 -5
- package/dist/schemas/v4/ApplicationV4.json +1 -1
- package/dist/schemas/v4/BuildingBlocksConfig.json +128 -42
- package/dist/schemas/v4/ListReportConfig.json +24 -6
- package/dist/schemas/v4/ObjectPageConfig.json +32 -8
- package/dist/specification/package.json +14 -12
- package/dist/specification/scripts/extractDocu.js +18 -1
- package/dist/specification/scripts/extractDocu.js.map +1 -1
- package/dist/specification/scripts/generate-validity-report.d.ts +15 -0
- package/dist/specification/scripts/generate-validity-report.d.ts.map +1 -0
- package/dist/specification/scripts/generate-validity-report.js +367 -0
- package/dist/specification/scripts/generate-validity-report.js.map +1 -0
- package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
- package/dist/specification/scripts/macros/corrections.js +36 -1
- package/dist/specification/scripts/macros/corrections.js.map +1 -1
- package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
- package/dist/specification/scripts/macros/schema.js +13 -0
- package/dist/specification/scripts/macros/schema.js.map +1 -1
- package/dist/specification/src/api.js +1 -1
- package/dist/specification/src/i18n/i18n.d.ts.map +1 -1
- package/dist/specification/src/i18n/i18n.js +2 -1
- package/dist/specification/src/i18n/i18n.js.map +1 -1
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts +8 -1
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts.map +1 -1
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js +10 -7
- package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +503 -0
- package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -0
- package/dist/specification/src/sync/common/decoration/decorator-paths.js +497 -0
- package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -0
- package/dist/specification/src/sync/common/decoration/decorators.d.ts +116 -24
- package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.js +308 -78
- package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/index.d.ts +1 -0
- package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/index.js +1 -0
- package/dist/specification/src/sync/common/decoration/index.js.map +1 -1
- package/dist/specification/src/sync/common/dist_tag.json +8 -3
- package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/common/generate/objectPage.js +3 -1
- package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/common/i18n.json +2 -1
- package/dist/specification/src/sync/common/rules.d.ts +25 -0
- package/dist/specification/src/sync/common/rules.d.ts.map +1 -1
- package/dist/specification/src/sync/common/rules.js +27 -2
- package/dist/specification/src/sync/common/rules.js.map +1 -1
- package/dist/specification/src/sync/common/utils.d.ts +22 -6
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +122 -18
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js +9 -7
- package/dist/specification/src/sync/v2/generate/analyticalListReport.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 +3 -1
- package/dist/specification/src/sync/v2/generate/listReport.js.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 +58 -2
- package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/overviewPage.d.ts +1 -9
- package/dist/specification/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/overviewPage.js +30 -1
- package/dist/specification/src/sync/v2/generate/overviewPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.js +2 -0
- package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts +2 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +5 -0
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +2 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js +5 -0
- package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js +2 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/utils.d.ts +28 -1
- package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/utils.js +37 -0
- package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/utils.d.ts +12 -2
- package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/utils.js +19 -2
- package/dist/specification/src/sync/v2/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/application.d.ts +31 -2
- package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/application.js +44 -4
- package/dist/specification/src/sync/v4/application.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.js +2 -1
- package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts +4 -3
- package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Header.js +7 -3
- package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +2 -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 +7 -0
- package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +2 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +0 -13
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +32 -17
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +90 -60
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/TableColumn.js +2 -2
- package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +2 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +4 -3
- package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
- package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/export.js +25 -3
- package/dist/specification/src/sync/v4/export/export.js.map +1 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.js +1 -1
- package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/actions.d.ts +1 -1
- package/dist/specification/src/sync/v4/generate/actions.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +20 -12
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +10 -1
- package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/index.d.ts +1 -1
- package/dist/specification/src/sync/v4/generate/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/index.js +1 -1
- package/dist/specification/src/sync/v4/generate/index.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts +73 -0
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +354 -0
- package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/{listReport.d.ts → list-report/listReport.d.ts} +27 -16
- package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/generate/{listReport.js → list-report/listReport.js} +194 -164
- package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -0
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +145 -44
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/pages/listReport.js +2 -1
- package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v4/import/utils.js +5 -3
- package/dist/specification/src/sync/v4/import/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts +9 -7
- package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/App.js +4 -8
- package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +2 -9
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +2 -11
- package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +219 -96
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +557 -211
- package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +17 -22
- package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/Page.js +15 -22
- package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts +1 -0
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js +17 -9
- package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/index.d.ts +5 -0
- package/dist/specification/src/sync/v4/sync-rules/index.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/index.js +21 -0
- package/dist/specification/src/sync/v4/sync-rules/index.js.map +1 -0
- package/dist/specification/src/sync/v4/sync-rules/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/sync-rules/utils.js +4 -0
- package/dist/specification/src/sync/v4/sync-rules/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/index.d.ts +2 -0
- package/dist/specification/src/sync/v4/utils/index.d.ts.map +1 -0
- package/dist/specification/src/sync/v4/utils/index.js +18 -0
- package/dist/specification/src/sync/v4/utils/index.js.map +1 -0
- package/dist/specification/src/sync/v4/utils/utils.d.ts +9 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +17 -2
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/specification/test/test-projects/v2sttaProdMan2/webapp/manifest.json +550 -0
- package/dist/specification/test/test-projects/v4new/webapp/manifest.json +147 -0
- package/dist/specification/test/test-utils/utils.d.ts +71 -0
- package/dist/specification/test/test-utils/utils.d.ts.map +1 -0
- package/dist/specification/test/test-utils/utils.js +400 -0
- package/dist/specification/test/test-utils/utils.js.map +1 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.d.ts +131 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.d.ts.map +1 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.js +661 -0
- package/dist/specification/test/unit/decorators/validity-test-utils.js.map +1 -0
- package/dist/types/src/apiTypes.d.ts +2 -3
- package/dist/types/src/apiTypes.d.ts.map +1 -1
- package/dist/types/src/apiTypes.js.map +1 -1
- package/dist/types/src/common/types.d.ts +119 -13
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v4/controls/Table.d.ts +3 -3
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/package.json +14 -12
- package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts +0 -107
- package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +0 -1
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js +0 -394
- package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +0 -1
- package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +0 -1
- package/dist/specification/src/sync/v4/generate/listReport.js.map +0 -1
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
},
|
|
166
166
|
"exportType": {
|
|
167
167
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
168
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
168
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
169
169
|
"artifactType": "FlexChange",
|
|
170
170
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
171
171
|
},
|
|
@@ -740,7 +740,7 @@
|
|
|
740
740
|
},
|
|
741
741
|
"exportType": {
|
|
742
742
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
743
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
743
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
744
744
|
"artifactType": "FlexChange",
|
|
745
745
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
746
746
|
},
|
|
@@ -864,7 +864,7 @@
|
|
|
864
864
|
},
|
|
865
865
|
"exportType": {
|
|
866
866
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
867
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
867
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
868
868
|
"artifactType": "FlexChange",
|
|
869
869
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
870
870
|
},
|
|
@@ -519,7 +519,7 @@
|
|
|
519
519
|
},
|
|
520
520
|
"exportType": {
|
|
521
521
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
522
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
522
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
523
523
|
"artifactType": "FlexChange",
|
|
524
524
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
525
525
|
},
|
|
@@ -1084,7 +1084,7 @@
|
|
|
1084
1084
|
},
|
|
1085
1085
|
"exportType": {
|
|
1086
1086
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
1087
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
1087
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
1088
1088
|
"artifactType": "FlexChange",
|
|
1089
1089
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1090
1090
|
},
|
|
@@ -1177,7 +1177,7 @@
|
|
|
1177
1177
|
},
|
|
1178
1178
|
"exportType": {
|
|
1179
1179
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
1180
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
1180
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
1181
1181
|
"artifactType": "FlexChange",
|
|
1182
1182
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1183
1183
|
},
|
|
@@ -1306,7 +1306,7 @@
|
|
|
1306
1306
|
},
|
|
1307
1307
|
"exportType": {
|
|
1308
1308
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
1309
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
1309
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
1310
1310
|
"artifactType": "FlexChange",
|
|
1311
1311
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1312
1312
|
},
|
|
@@ -1469,7 +1469,7 @@
|
|
|
1469
1469
|
},
|
|
1470
1470
|
"exportType": {
|
|
1471
1471
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
1472
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
1472
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
1473
1473
|
"artifactType": "FlexChange",
|
|
1474
1474
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1475
1475
|
},
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
},
|
|
460
460
|
"exportType": {
|
|
461
461
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
462
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
462
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
463
463
|
"artifactType": "FlexChange",
|
|
464
464
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
465
465
|
},
|
|
@@ -755,7 +755,7 @@
|
|
|
755
755
|
},
|
|
756
756
|
"exportType": {
|
|
757
757
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
758
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
758
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
759
759
|
"artifactType": "FlexChange",
|
|
760
760
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
761
761
|
},
|
|
@@ -1226,7 +1226,7 @@
|
|
|
1226
1226
|
},
|
|
1227
1227
|
"exportType": {
|
|
1228
1228
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
1229
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
1229
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
1230
1230
|
"artifactType": "FlexChange",
|
|
1231
1231
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1232
1232
|
},
|
|
@@ -1326,7 +1326,7 @@
|
|
|
1326
1326
|
},
|
|
1327
1327
|
"exportType": {
|
|
1328
1328
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
1329
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
1329
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
1330
1330
|
"artifactType": "FlexChange",
|
|
1331
1331
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1332
1332
|
},
|
|
@@ -1426,7 +1426,7 @@
|
|
|
1426
1426
|
},
|
|
1427
1427
|
"exportType": {
|
|
1428
1428
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
1429
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
1429
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
1430
1430
|
"artifactType": "FlexChange",
|
|
1431
1431
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1432
1432
|
},
|
|
@@ -1526,7 +1526,7 @@
|
|
|
1526
1526
|
},
|
|
1527
1527
|
"exportType": {
|
|
1528
1528
|
"$ref": "#/definitions/smarttable.ExportType",
|
|
1529
|
-
"description": "Specifies the type of export to be used in the SmartTable control.
|
|
1529
|
+
"description": "Specifies the type of export to be used in the SmartTable control.",
|
|
1530
1530
|
"artifactType": "FlexChange",
|
|
1531
1531
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1532
1532
|
},
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"controllerExtensions": {
|
|
44
44
|
"$ref": "#/definitions/ControllerExtensions",
|
|
45
45
|
"description": "Controller extensions allow users to extensiate default behaviour with custom controllers code.",
|
|
46
|
-
"manifestPath": "$[\"sap.ui5\"].extends.extensions[\"sap.ui.controllerExtensions\"]
|
|
46
|
+
"manifestPath": "$[\"sap.ui5\"].extends.extensions[\"sap.ui.controllerExtensions\"]"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"$ref": "#/definitions/Dependencies",
|
|
@@ -40,6 +40,14 @@
|
|
|
40
40
|
"type": "Property"
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
|
+
"filterBar": {
|
|
44
|
+
"type": "string",
|
|
45
|
+
"description": "Id of the FilterBar building block associated with the chart.",
|
|
46
|
+
"artifactType": "XMLProperty",
|
|
47
|
+
"metadata": {
|
|
48
|
+
"type": "Property"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
43
51
|
"header": {
|
|
44
52
|
"type": "string",
|
|
45
53
|
"description": "Specifies the header text that is shown in the chart",
|
|
@@ -460,7 +468,7 @@
|
|
|
460
468
|
"type": "object",
|
|
461
469
|
"properties": {
|
|
462
470
|
"number": {
|
|
463
|
-
"type": "
|
|
471
|
+
"type": "any",
|
|
464
472
|
"description": "The Number to be displayed.",
|
|
465
473
|
"artifactType": "XMLProperty",
|
|
466
474
|
"metadata": {
|
|
@@ -476,22 +484,15 @@
|
|
|
476
484
|
}
|
|
477
485
|
},
|
|
478
486
|
"status": {
|
|
479
|
-
"type": "
|
|
487
|
+
"type": "any",
|
|
480
488
|
"description": "The Status to be displayed.",
|
|
481
489
|
"artifactType": "XMLProperty",
|
|
482
490
|
"metadata": {
|
|
483
491
|
"type": "Property"
|
|
484
|
-
}
|
|
485
|
-
"enum": [
|
|
486
|
-
"Success",
|
|
487
|
-
"Error",
|
|
488
|
-
"Warning",
|
|
489
|
-
"None",
|
|
490
|
-
"Information"
|
|
491
|
-
]
|
|
492
|
+
}
|
|
492
493
|
},
|
|
493
494
|
"text": {
|
|
494
|
-
"type": "
|
|
495
|
+
"type": "any",
|
|
495
496
|
"description": "The Text to be displayed.",
|
|
496
497
|
"artifactType": "XMLProperty",
|
|
497
498
|
"metadata": {
|
|
@@ -500,7 +501,7 @@
|
|
|
500
501
|
"i18nClassification": "TXT: Text of the KPITag"
|
|
501
502
|
},
|
|
502
503
|
"tooltip": {
|
|
503
|
-
"type": "
|
|
504
|
+
"type": "any",
|
|
504
505
|
"description": "The Tooltip to be displayed.",
|
|
505
506
|
"artifactType": "XMLProperty",
|
|
506
507
|
"metadata": {
|
|
@@ -509,7 +510,7 @@
|
|
|
509
510
|
"i18nClassification": "CAP: Tooltip of the KPITag"
|
|
510
511
|
},
|
|
511
512
|
"unit": {
|
|
512
|
-
"type": "
|
|
513
|
+
"type": "any",
|
|
513
514
|
"description": "The Unit of Measure of the number to be displayed.",
|
|
514
515
|
"artifactType": "XMLProperty",
|
|
515
516
|
"metadata": {
|
|
@@ -646,13 +647,7 @@
|
|
|
646
647
|
"artifactType": "XMLProperty",
|
|
647
648
|
"metadata": {
|
|
648
649
|
"type": "Property"
|
|
649
|
-
}
|
|
650
|
-
"enum": [
|
|
651
|
-
"XS",
|
|
652
|
-
"S",
|
|
653
|
-
"M",
|
|
654
|
-
"L"
|
|
655
|
-
]
|
|
650
|
+
}
|
|
656
651
|
},
|
|
657
652
|
"id": {
|
|
658
653
|
"type": "string",
|
|
@@ -736,7 +731,7 @@
|
|
|
736
731
|
},
|
|
737
732
|
"description": {
|
|
738
733
|
"type": "string",
|
|
739
|
-
"description": "Provides additional details of the page. This property is considered only if the title property is defined.",
|
|
734
|
+
"description": "Provides additional details of the page. This property is considered only if the title property is defined.\nCan be a string or a binding info object.",
|
|
740
735
|
"artifactType": "XMLProperty",
|
|
741
736
|
"metadata": {
|
|
742
737
|
"type": "Property"
|
|
@@ -744,7 +739,7 @@
|
|
|
744
739
|
},
|
|
745
740
|
"title": {
|
|
746
741
|
"type": "string",
|
|
747
|
-
"description": "Title of the page. If no title is provided, the title, avatar, and description are derived from the unqualified HeaderInfo annotation associated with the entity.",
|
|
742
|
+
"description": "Title of the page. If no title is provided, the title, avatar, and description are derived from the unqualified HeaderInfo annotation associated with the entity.\nCan be a string or a binding info object.",
|
|
748
743
|
"artifactType": "XMLProperty",
|
|
749
744
|
"metadata": {
|
|
750
745
|
"type": "Property"
|
|
@@ -828,7 +823,7 @@
|
|
|
828
823
|
}
|
|
829
824
|
},
|
|
830
825
|
"required": {
|
|
831
|
-
"type": "
|
|
826
|
+
"type": "boolean",
|
|
832
827
|
"description": "Use the 'required' attribute to make sure that the editor is filled with some text.",
|
|
833
828
|
"artifactType": "XMLProperty",
|
|
834
829
|
"metadata": {
|
|
@@ -836,7 +831,7 @@
|
|
|
836
831
|
}
|
|
837
832
|
},
|
|
838
833
|
"value": {
|
|
839
|
-
"type": "
|
|
834
|
+
"type": "string",
|
|
840
835
|
"description": "The value contained in the editor. You can use this attribute to set a default value.",
|
|
841
836
|
"artifactType": "XMLProperty",
|
|
842
837
|
"metadata": {
|
|
@@ -928,7 +923,7 @@
|
|
|
928
923
|
}
|
|
929
924
|
},
|
|
930
925
|
"required": {
|
|
931
|
-
"type": "
|
|
926
|
+
"type": "boolean",
|
|
932
927
|
"description": "Use the 'required' attribute to make sure that the editor is filled with some text.",
|
|
933
928
|
"artifactType": "XMLProperty",
|
|
934
929
|
"metadata": {
|
|
@@ -936,7 +931,7 @@
|
|
|
936
931
|
}
|
|
937
932
|
},
|
|
938
933
|
"value": {
|
|
939
|
-
"type": "
|
|
934
|
+
"type": "string",
|
|
940
935
|
"description": "The value contained in the editor. You can use this attribute to set a default value.",
|
|
941
936
|
"artifactType": "XMLProperty",
|
|
942
937
|
"metadata": {
|
|
@@ -1096,6 +1091,14 @@
|
|
|
1096
1091
|
"isViewNode": true,
|
|
1097
1092
|
"type": "object",
|
|
1098
1093
|
"properties": {
|
|
1094
|
+
"for": {
|
|
1095
|
+
"$ref": "#/definitions/string[]",
|
|
1096
|
+
"description": "A list of control IDs to which the variant management is applied.",
|
|
1097
|
+
"artifactType": "XMLProperty",
|
|
1098
|
+
"metadata": {
|
|
1099
|
+
"type": "Property"
|
|
1100
|
+
}
|
|
1101
|
+
},
|
|
1099
1102
|
"headerLevel": {
|
|
1100
1103
|
"type": "string",
|
|
1101
1104
|
"description": "Header level for the variant management, determining its position or style.",
|
|
@@ -1184,6 +1187,14 @@
|
|
|
1184
1187
|
"type": "Property"
|
|
1185
1188
|
}
|
|
1186
1189
|
},
|
|
1190
|
+
"priority": {
|
|
1191
|
+
"type": "string",
|
|
1192
|
+
"description": "Defines the priority of the action in the overflow toolbar.",
|
|
1193
|
+
"artifactType": "XMLProperty",
|
|
1194
|
+
"metadata": {
|
|
1195
|
+
"type": "Property"
|
|
1196
|
+
}
|
|
1197
|
+
},
|
|
1187
1198
|
"requiresSelection": {
|
|
1188
1199
|
"type": "boolean",
|
|
1189
1200
|
"description": "Defines if the action requires a selection.",
|
|
@@ -1290,6 +1301,14 @@
|
|
|
1290
1301
|
"type": "Property"
|
|
1291
1302
|
}
|
|
1292
1303
|
},
|
|
1304
|
+
"priority": {
|
|
1305
|
+
"type": "string",
|
|
1306
|
+
"description": "Defines the priority of the action in the overflow toolbar.",
|
|
1307
|
+
"artifactType": "XMLProperty",
|
|
1308
|
+
"metadata": {
|
|
1309
|
+
"type": "Property"
|
|
1310
|
+
}
|
|
1311
|
+
},
|
|
1293
1312
|
"requiresSelection": {
|
|
1294
1313
|
"type": "boolean",
|
|
1295
1314
|
"description": "Defines if the action requires a selection.",
|
|
@@ -1331,6 +1350,14 @@
|
|
|
1331
1350
|
"type": "Property"
|
|
1332
1351
|
}
|
|
1333
1352
|
},
|
|
1353
|
+
"filterBar": {
|
|
1354
|
+
"type": "string",
|
|
1355
|
+
"description": "Id of the FilterBar building block associated with the chart.",
|
|
1356
|
+
"artifactType": "XMLProperty",
|
|
1357
|
+
"metadata": {
|
|
1358
|
+
"type": "Property"
|
|
1359
|
+
}
|
|
1360
|
+
},
|
|
1334
1361
|
"header": {
|
|
1335
1362
|
"type": "string",
|
|
1336
1363
|
"description": "Specifies the header text that is shown in the chart",
|
|
@@ -1672,10 +1699,7 @@
|
|
|
1672
1699
|
"metadata": {
|
|
1673
1700
|
"type": "Property"
|
|
1674
1701
|
},
|
|
1675
|
-
"
|
|
1676
|
-
"RadioButtons",
|
|
1677
|
-
""
|
|
1678
|
-
]
|
|
1702
|
+
"const": "RadioButtons"
|
|
1679
1703
|
},
|
|
1680
1704
|
"measureDisplayMode": {
|
|
1681
1705
|
"type": "string",
|
|
@@ -1746,7 +1770,7 @@
|
|
|
1746
1770
|
]
|
|
1747
1771
|
},
|
|
1748
1772
|
"textLinesEdit": {
|
|
1749
|
-
"type": "
|
|
1773
|
+
"type": "any",
|
|
1750
1774
|
"description": "Maximum number of lines for multiline texts in edit mode.\n",
|
|
1751
1775
|
"artifactType": "XMLProperty",
|
|
1752
1776
|
"metadata": {
|
|
@@ -1754,7 +1778,7 @@
|
|
|
1754
1778
|
}
|
|
1755
1779
|
},
|
|
1756
1780
|
"textMaxCharactersDisplay": {
|
|
1757
|
-
"type": "
|
|
1781
|
+
"type": "any",
|
|
1758
1782
|
"description": "Maximum number of characters from the beginning of the text field that are shown initially.\n",
|
|
1759
1783
|
"artifactType": "XMLProperty",
|
|
1760
1784
|
"metadata": {
|
|
@@ -1762,7 +1786,7 @@
|
|
|
1762
1786
|
}
|
|
1763
1787
|
},
|
|
1764
1788
|
"textMaxLength": {
|
|
1765
|
-
"type": "
|
|
1789
|
+
"type": "any",
|
|
1766
1790
|
"description": "Defines the maximum number of characters for the multiline text value.\n\nIf a multiline text exceeds the maximum number of allowed characters, the counter below the input field displays the exact number.\n",
|
|
1767
1791
|
"artifactType": "XMLProperty",
|
|
1768
1792
|
"metadata": {
|
|
@@ -1770,7 +1794,7 @@
|
|
|
1770
1794
|
}
|
|
1771
1795
|
},
|
|
1772
1796
|
"textMaxLines": {
|
|
1773
|
-
"type": "
|
|
1797
|
+
"type": "any",
|
|
1774
1798
|
"description": "Maximum number of lines that multiline texts in edit mode can grow to.\n",
|
|
1775
1799
|
"artifactType": "XMLProperty",
|
|
1776
1800
|
"metadata": {
|
|
@@ -2176,13 +2200,7 @@
|
|
|
2176
2200
|
"artifactType": "XMLProperty",
|
|
2177
2201
|
"metadata": {
|
|
2178
2202
|
"type": "Property"
|
|
2179
|
-
}
|
|
2180
|
-
"enum": [
|
|
2181
|
-
"XS",
|
|
2182
|
-
"S",
|
|
2183
|
-
"M",
|
|
2184
|
-
"L"
|
|
2185
|
-
]
|
|
2203
|
+
}
|
|
2186
2204
|
},
|
|
2187
2205
|
"id": {
|
|
2188
2206
|
"type": "string",
|
|
@@ -2257,7 +2275,19 @@
|
|
|
2257
2275
|
"disabled": true,
|
|
2258
2276
|
"metadata": {
|
|
2259
2277
|
"type": "Property"
|
|
2260
|
-
}
|
|
2278
|
+
},
|
|
2279
|
+
"enum": [
|
|
2280
|
+
"font-style",
|
|
2281
|
+
"font",
|
|
2282
|
+
"clipboard",
|
|
2283
|
+
"structure",
|
|
2284
|
+
"undo",
|
|
2285
|
+
"insert",
|
|
2286
|
+
"link",
|
|
2287
|
+
"text-align",
|
|
2288
|
+
"table",
|
|
2289
|
+
"styleselect"
|
|
2290
|
+
]
|
|
2261
2291
|
},
|
|
2262
2292
|
"priority": {
|
|
2263
2293
|
"type": "number",
|
|
@@ -2664,6 +2694,14 @@
|
|
|
2664
2694
|
"type": "Property"
|
|
2665
2695
|
}
|
|
2666
2696
|
},
|
|
2697
|
+
"disableStrictHandling": {
|
|
2698
|
+
"type": "boolean",
|
|
2699
|
+
"description": "Disables strict handling for this action.\nWhen true, the action does not use strict message handling.",
|
|
2700
|
+
"artifactType": "XMLProperty",
|
|
2701
|
+
"metadata": {
|
|
2702
|
+
"type": "Property"
|
|
2703
|
+
}
|
|
2704
|
+
},
|
|
2667
2705
|
"enableAutoScroll": {
|
|
2668
2706
|
"type": "boolean",
|
|
2669
2707
|
"description": "Determines if the auto scroll is enabled after executing the action.",
|
|
@@ -3623,6 +3661,18 @@
|
|
|
3623
3661
|
"aggregationCardinality": "Single"
|
|
3624
3662
|
}
|
|
3625
3663
|
},
|
|
3664
|
+
"quickVariantSelection": {
|
|
3665
|
+
"type": "object",
|
|
3666
|
+
"additionalProperties": {
|
|
3667
|
+
"$ref": "#/definitions/sap.fe.macros.table.QuickVariantSelection"
|
|
3668
|
+
},
|
|
3669
|
+
"isViewNode": false,
|
|
3670
|
+
"metadata": {
|
|
3671
|
+
"path": [],
|
|
3672
|
+
"type": "Aggregation",
|
|
3673
|
+
"aggregationCardinality": "Single"
|
|
3674
|
+
}
|
|
3675
|
+
},
|
|
3626
3676
|
"beforeRebindTable": {
|
|
3627
3677
|
"type": "string",
|
|
3628
3678
|
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nIt can also contain an optional parameter, `quickFilterKey`, which indicates what is the quick filter key (if any) being processed for the table.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
@@ -4044,6 +4094,18 @@
|
|
|
4044
4094
|
"aggregationCardinality": "Single"
|
|
4045
4095
|
}
|
|
4046
4096
|
},
|
|
4097
|
+
"quickVariantSelection": {
|
|
4098
|
+
"type": "object",
|
|
4099
|
+
"additionalProperties": {
|
|
4100
|
+
"$ref": "#/definitions/sap.fe.macros.table.QuickVariantSelection"
|
|
4101
|
+
},
|
|
4102
|
+
"isViewNode": false,
|
|
4103
|
+
"metadata": {
|
|
4104
|
+
"path": [],
|
|
4105
|
+
"type": "Aggregation",
|
|
4106
|
+
"aggregationCardinality": "Single"
|
|
4107
|
+
}
|
|
4108
|
+
},
|
|
4047
4109
|
"beforeRebindTable": {
|
|
4048
4110
|
"type": "string",
|
|
4049
4111
|
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nIt can also contain an optional parameter, `quickFilterKey`, which indicates what is the quick filter key (if any) being processed for the table.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
@@ -4567,6 +4629,18 @@
|
|
|
4567
4629
|
"aggregationCardinality": "Single"
|
|
4568
4630
|
}
|
|
4569
4631
|
},
|
|
4632
|
+
"quickVariantSelection": {
|
|
4633
|
+
"type": "object",
|
|
4634
|
+
"additionalProperties": {
|
|
4635
|
+
"$ref": "#/definitions/sap.fe.macros.table.QuickVariantSelection"
|
|
4636
|
+
},
|
|
4637
|
+
"isViewNode": false,
|
|
4638
|
+
"metadata": {
|
|
4639
|
+
"path": [],
|
|
4640
|
+
"type": "Aggregation",
|
|
4641
|
+
"aggregationCardinality": "Single"
|
|
4642
|
+
}
|
|
4643
|
+
},
|
|
4570
4644
|
"beforeRebindTable": {
|
|
4571
4645
|
"type": "string",
|
|
4572
4646
|
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nIt can also contain an optional parameter, `quickFilterKey`, which indicates what is the quick filter key (if any) being processed for the table.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
@@ -5023,6 +5097,18 @@
|
|
|
5023
5097
|
"aggregationCardinality": "Single"
|
|
5024
5098
|
}
|
|
5025
5099
|
},
|
|
5100
|
+
"quickVariantSelection": {
|
|
5101
|
+
"type": "object",
|
|
5102
|
+
"additionalProperties": {
|
|
5103
|
+
"$ref": "#/definitions/sap.fe.macros.table.QuickVariantSelection"
|
|
5104
|
+
},
|
|
5105
|
+
"isViewNode": false,
|
|
5106
|
+
"metadata": {
|
|
5107
|
+
"path": [],
|
|
5108
|
+
"type": "Aggregation",
|
|
5109
|
+
"aggregationCardinality": "Single"
|
|
5110
|
+
}
|
|
5111
|
+
},
|
|
5026
5112
|
"beforeRebindTable": {
|
|
5027
5113
|
"type": "string",
|
|
5028
5114
|
"description": "Before a table rebind, an event is triggered that contains information about the binding.\nThe event contains a parameter, `collectionBindingInfo`, which is an instance of `CollectionBindingInfoAPI`.\nIt can also contain an optional parameter, `quickFilterKey`, which indicates what is the quick filter key (if any) being processed for the table.\nThis allows you to manipulate the table's list binding.\nYou can use this event to attach event handlers to the table's list binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
|
|
@@ -802,9 +802,15 @@
|
|
|
802
802
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/9f4e1192f1384b85bc160288e17f69c4"
|
|
803
803
|
},
|
|
804
804
|
"personalization": {
|
|
805
|
-
"$ref": "#/definitions/ViewPersonalizationType",
|
|
806
805
|
"description": "Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
|
|
807
|
-
"
|
|
806
|
+
"anyOf": [
|
|
807
|
+
{
|
|
808
|
+
"$ref": "#/definitions/ViewPersonalizationType"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"type": "boolean"
|
|
812
|
+
}
|
|
813
|
+
]
|
|
808
814
|
},
|
|
809
815
|
"toolBar": {
|
|
810
816
|
"$ref": "#/definitions/ToolBar",
|
|
@@ -1620,9 +1626,15 @@
|
|
|
1620
1626
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/9f4e1192f1384b85bc160288e17f69c4"
|
|
1621
1627
|
},
|
|
1622
1628
|
"personalization": {
|
|
1623
|
-
"$ref": "#/definitions/PersonalizationType",
|
|
1624
1629
|
"description": "Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
|
|
1625
|
-
"
|
|
1630
|
+
"anyOf": [
|
|
1631
|
+
{
|
|
1632
|
+
"$ref": "#/definitions/PersonalizationType"
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"type": "boolean"
|
|
1636
|
+
}
|
|
1637
|
+
]
|
|
1626
1638
|
},
|
|
1627
1639
|
"views": {
|
|
1628
1640
|
"$ref": "#/definitions/MultiTableModeV4"
|
|
@@ -1834,9 +1846,15 @@
|
|
|
1834
1846
|
"artifactType": "Manifest"
|
|
1835
1847
|
},
|
|
1836
1848
|
"personalization": {
|
|
1837
|
-
"$ref": "#/definitions/ViewPersonalizationType",
|
|
1838
1849
|
"description": "Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
|
|
1839
|
-
"
|
|
1850
|
+
"anyOf": [
|
|
1851
|
+
{
|
|
1852
|
+
"$ref": "#/definitions/ViewPersonalizationType"
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
"type": "boolean"
|
|
1856
|
+
}
|
|
1857
|
+
]
|
|
1840
1858
|
},
|
|
1841
1859
|
"toolBar": {
|
|
1842
1860
|
"$ref": "#/definitions/ToolBar",
|
|
@@ -827,9 +827,15 @@
|
|
|
827
827
|
"description": "Tool Bar"
|
|
828
828
|
},
|
|
829
829
|
"personalization": {
|
|
830
|
-
"$ref": "#/definitions/PersonalizationTypeOP",
|
|
831
830
|
"description": "Defines the personalization mode which is only effective if the variant management on the page is set to `Page` or `Control`.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties 'Column', 'Sort' and 'Filter' accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
|
|
832
|
-
"
|
|
831
|
+
"anyOf": [
|
|
832
|
+
{
|
|
833
|
+
"$ref": "#/definitions/PersonalizationTypeOP"
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"type": "boolean"
|
|
837
|
+
}
|
|
838
|
+
]
|
|
833
839
|
},
|
|
834
840
|
"quickVariantSelection": {
|
|
835
841
|
"$ref": "#/definitions/QuickVariantSelectionV4OP",
|
|
@@ -1760,9 +1766,15 @@
|
|
|
1760
1766
|
"description": "Tool Bar"
|
|
1761
1767
|
},
|
|
1762
1768
|
"personalization": {
|
|
1763
|
-
"$ref": "#/definitions/PersonalizationTypeOP",
|
|
1764
1769
|
"description": "Defines the personalization mode which is only effective if the variant management on the page is set to `Page` or `Control`.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties 'Column', 'Sort' and 'Filter' accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
|
|
1765
|
-
"
|
|
1770
|
+
"anyOf": [
|
|
1771
|
+
{
|
|
1772
|
+
"$ref": "#/definitions/PersonalizationTypeOP"
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"type": "boolean"
|
|
1776
|
+
}
|
|
1777
|
+
]
|
|
1766
1778
|
},
|
|
1767
1779
|
"quickVariantSelection": {
|
|
1768
1780
|
"$ref": "#/definitions/QuickVariantSelectionV4OP",
|
|
@@ -2025,9 +2037,15 @@
|
|
|
2025
2037
|
"description": "Tool Bar"
|
|
2026
2038
|
},
|
|
2027
2039
|
"personalization": {
|
|
2028
|
-
"$ref": "#/definitions/PersonalizationTypeOP",
|
|
2029
2040
|
"description": "Defines the personalization mode which is only effective if the variant management on the page is set to `Page` or `Control`.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties 'Column', 'Sort' and 'Filter' accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
|
|
2030
|
-
"
|
|
2041
|
+
"anyOf": [
|
|
2042
|
+
{
|
|
2043
|
+
"$ref": "#/definitions/PersonalizationTypeOP"
|
|
2044
|
+
},
|
|
2045
|
+
{
|
|
2046
|
+
"type": "boolean"
|
|
2047
|
+
}
|
|
2048
|
+
]
|
|
2031
2049
|
},
|
|
2032
2050
|
"quickVariantSelection": {
|
|
2033
2051
|
"$ref": "#/definitions/QuickVariantSelectionV4OP",
|
|
@@ -2185,9 +2203,15 @@
|
|
|
2185
2203
|
"description": "Tool Bar"
|
|
2186
2204
|
},
|
|
2187
2205
|
"personalization": {
|
|
2188
|
-
"$ref": "#/definitions/PersonalizationTypeOP",
|
|
2189
2206
|
"description": "Defines the personalization mode which is only effective if the variant management on the page is set to `Page` or `Control`.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties 'Column', 'Sort' and 'Filter' accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
|
|
2190
|
-
"
|
|
2207
|
+
"anyOf": [
|
|
2208
|
+
{
|
|
2209
|
+
"$ref": "#/definitions/PersonalizationTypeOP"
|
|
2210
|
+
},
|
|
2211
|
+
{
|
|
2212
|
+
"type": "boolean"
|
|
2213
|
+
}
|
|
2214
|
+
]
|
|
2191
2215
|
},
|
|
2192
2216
|
"quickVariantSelection": {
|
|
2193
2217
|
"$ref": "#/definitions/QuickVariantSelectionV4OP",
|