@sap/ux-specification 1.108.13 → 1.108.15
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 +65 -16
- package/dist/documentation/runDocu-min.js +19 -15
- package/dist/documentation/runDocu-min.js.map +4 -4
- package/dist/documentation/v2/v2-AnalyticalListPage.html +18 -6
- package/dist/documentation/v2/v2-ApplicationV2.html +18 -6
- package/dist/documentation/v2/v2-ListReport.html +18 -6
- package/dist/documentation/v2/v2-ObjectPage.html +18 -6
- package/dist/documentation/v2/v2-OverviewPage.html +18 -6
- package/dist/documentation/v4/v4-ApplicationV4.html +18 -6
- package/dist/documentation/v4/v4-BuildingBlocks.html +18 -6
- package/dist/documentation/v4/v4-FreestylePage.html +18 -6
- package/dist/documentation/v4/v4-ListReport.html +18 -6
- package/dist/documentation/v4/v4-ObjectPage.html +18 -6
- package/dist/index-min.js +150 -138
- package/dist/index-min.js.map +4 -4
- package/dist/package.json +26 -25
- package/dist/schemas/v2/AnalyticalListPageConfig.json +8 -16
- package/dist/schemas/v2/ApplicationV2.json +3 -4
- package/dist/schemas/v2/ListReportConfig.json +12 -28
- package/dist/schemas/v2/ObjectPageConfig.json +48 -55
- package/dist/schemas/v2/OverviewPageConfig.json +8 -24
- package/dist/schemas/v4/ApplicationV4.json +2 -1
- package/dist/schemas/v4/BuildingBlocksConfig.json +220 -9
- package/dist/schemas/v4/ListReportConfig.json +50 -35
- package/dist/schemas/v4/ObjectPageConfig.json +36 -33
- package/dist/src/sync/common/decoration/control.d.ts.map +1 -1
- package/dist/src/sync/common/decoration/control.js +1 -0
- package/dist/src/sync/common/decoration/control.js.map +1 -1
- package/dist/src/sync/common/distTagEvaluator.d.ts.map +1 -1
- package/dist/src/sync/common/distTagEvaluator.js +9 -2
- package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
- package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/common/generate/objectPage.js +13 -5
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts +7 -0
- package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/common/generate/utils.js +23 -7
- package/dist/src/sync/common/generate/utils.js.map +1 -1
- package/dist/src/sync/common/i18n.json +5 -2
- package/dist/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/src/sync/common/importProject.js +20 -10
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +8 -7
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +16 -9
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.js +2 -4
- package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.js +2 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.js.map +1 -1
- package/dist/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/src/sync/v2/export/export.js +9 -1
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
- package/dist/src/sync/v2/export/exportPage.js +13 -3
- package/dist/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/src/sync/v2/export/manifest.js +1 -1
- package/dist/src/sync/v2/export/manifest.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +11 -0
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.js +1 -1
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/overviewPage.js +1 -1
- package/dist/src/sync/v2/generate/overviewPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +5 -3
- package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/utils.js +37 -32
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.d.ts +2 -2
- package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.js +41 -18
- package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.d.ts.map +1 -1
- package/dist/src/sync/v2/import/common/index.js +5 -6
- package/dist/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.js +7 -28
- package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.js +20 -31
- package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js +4 -30
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/utils.d.ts +15 -0
- package/dist/src/sync/v2/import/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/import/utils.js +69 -5
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +2 -3
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +15 -11
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.js +71 -57
- package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.js +28 -22
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.js +24 -19
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/utils.d.ts +1 -1
- package/dist/src/sync/v4/import/utils.d.ts.map +1 -1
- package/dist/src/sync/v4/import/utils.js +4 -4
- package/dist/src/sync/v4/import/utils.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.d.ts +1 -2
- package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/src/sync/v4/utils/utils.js +3 -3
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/package.json +26 -25
|
@@ -24,9 +24,7 @@
|
|
|
24
24
|
"defaultLayoutTypeIfExternalNavigation": {
|
|
25
25
|
"description": "If this flag is set, then during inbound navigation to flexible column layout application, if the navigation context points to a unique object, then the object page is opened in full screen mode.",
|
|
26
26
|
"type": "string",
|
|
27
|
-
"
|
|
28
|
-
"MidColumnFullScreen"
|
|
29
|
-
],
|
|
27
|
+
"const": "MidColumnFullScreen",
|
|
30
28
|
"artifactType": "Manifest"
|
|
31
29
|
},
|
|
32
30
|
"globalChartSettings": {
|
|
@@ -144,7 +142,7 @@
|
|
|
144
142
|
"type": "string"
|
|
145
143
|
}
|
|
146
144
|
],
|
|
147
|
-
"description": "
|
|
145
|
+
"description": "Allows you to define if the action button should be visible on the screen.",
|
|
148
146
|
"artifactType": "FlexChange",
|
|
149
147
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
150
148
|
},
|
|
@@ -156,13 +154,13 @@
|
|
|
156
154
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
157
155
|
},
|
|
158
156
|
"icon": {
|
|
159
|
-
"description": "
|
|
157
|
+
"description": "An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
160
158
|
"type": "string",
|
|
161
159
|
"artifactType": "FlexChange",
|
|
162
160
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
163
161
|
},
|
|
164
162
|
"activeIcon": {
|
|
165
|
-
"description": "
|
|
163
|
+
"description": "An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
166
164
|
"type": "string",
|
|
167
165
|
"artifactType": "FlexChange",
|
|
168
166
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
@@ -202,8 +200,21 @@
|
|
|
202
200
|
"type": "object",
|
|
203
201
|
"properties": {
|
|
204
202
|
"showHeaderContent": {
|
|
203
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
204
|
+
"anyOf": [
|
|
205
|
+
{
|
|
206
|
+
"enum": [
|
|
207
|
+
false,
|
|
208
|
+
true,
|
|
209
|
+
"{ui>/editable}",
|
|
210
|
+
"{= !${ui>/editable}}"
|
|
211
|
+
]
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"type": "string"
|
|
215
|
+
}
|
|
216
|
+
],
|
|
205
217
|
"description": "showHeaderContent determines the visibility of the Header content.",
|
|
206
|
-
"type": "boolean",
|
|
207
218
|
"artifactType": "FlexChange",
|
|
208
219
|
"controlType": "sap.uxap.ObjectPageLayout"
|
|
209
220
|
},
|
|
@@ -276,7 +287,7 @@
|
|
|
276
287
|
"type": "string"
|
|
277
288
|
}
|
|
278
289
|
],
|
|
279
|
-
"description": "
|
|
290
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
280
291
|
"artifactType": "FlexChange",
|
|
281
292
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
282
293
|
}
|
|
@@ -306,7 +317,7 @@
|
|
|
306
317
|
"type": "string"
|
|
307
318
|
}
|
|
308
319
|
],
|
|
309
|
-
"description": "
|
|
320
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
310
321
|
"artifactType": "FlexChange",
|
|
311
322
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
312
323
|
}
|
|
@@ -353,7 +364,7 @@
|
|
|
353
364
|
"type": "string"
|
|
354
365
|
}
|
|
355
366
|
],
|
|
356
|
-
"description": "
|
|
367
|
+
"description": "Allows you to define if the field should be visible on the screen.",
|
|
357
368
|
"artifactType": "FlexChange",
|
|
358
369
|
"controlType": "sap.ui.comp.smartform.GroupElement"
|
|
359
370
|
}
|
|
@@ -386,7 +397,7 @@
|
|
|
386
397
|
"type": "string"
|
|
387
398
|
}
|
|
388
399
|
],
|
|
389
|
-
"description": "
|
|
400
|
+
"description": "Allows you to define if the action button should be visible on the screen.",
|
|
390
401
|
"artifactType": "FlexChange",
|
|
391
402
|
"controlType": "sap.m.Button"
|
|
392
403
|
},
|
|
@@ -398,13 +409,13 @@
|
|
|
398
409
|
"controlType": "sap.m.Button"
|
|
399
410
|
},
|
|
400
411
|
"icon": {
|
|
401
|
-
"description": "
|
|
412
|
+
"description": "An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
402
413
|
"type": "string",
|
|
403
414
|
"artifactType": "FlexChange",
|
|
404
415
|
"controlType": "sap.m.Button"
|
|
405
416
|
},
|
|
406
417
|
"activeIcon": {
|
|
407
|
-
"description": "
|
|
418
|
+
"description": "An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
408
419
|
"type": "string",
|
|
409
420
|
"artifactType": "FlexChange",
|
|
410
421
|
"controlType": "sap.m.Button"
|
|
@@ -457,7 +468,7 @@
|
|
|
457
468
|
"type": "string"
|
|
458
469
|
}
|
|
459
470
|
],
|
|
460
|
-
"description": "
|
|
471
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
461
472
|
"artifactType": "FlexChange",
|
|
462
473
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
463
474
|
}
|
|
@@ -478,9 +489,7 @@
|
|
|
478
489
|
"type": {
|
|
479
490
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
480
491
|
"type": "string",
|
|
481
|
-
"
|
|
482
|
-
"ResponsiveTable"
|
|
483
|
-
],
|
|
492
|
+
"const": "ResponsiveTable",
|
|
484
493
|
"artifactType": "Manifest"
|
|
485
494
|
},
|
|
486
495
|
"includeItemInSelection": {
|
|
@@ -699,7 +708,7 @@
|
|
|
699
708
|
"type": "string"
|
|
700
709
|
}
|
|
701
710
|
],
|
|
702
|
-
"description": "
|
|
711
|
+
"description": "Allows you to define if the action button should be visible on the screen.",
|
|
703
712
|
"artifactType": "FlexChange",
|
|
704
713
|
"controlType": "sap.m.Button"
|
|
705
714
|
},
|
|
@@ -711,13 +720,13 @@
|
|
|
711
720
|
"controlType": "sap.m.Button"
|
|
712
721
|
},
|
|
713
722
|
"icon": {
|
|
714
|
-
"description": "
|
|
723
|
+
"description": "An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
715
724
|
"type": "string",
|
|
716
725
|
"artifactType": "FlexChange",
|
|
717
726
|
"controlType": "sap.m.Button"
|
|
718
727
|
},
|
|
719
728
|
"activeIcon": {
|
|
720
|
-
"description": "
|
|
729
|
+
"description": "An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
721
730
|
"type": "string",
|
|
722
731
|
"artifactType": "FlexChange",
|
|
723
732
|
"controlType": "sap.m.Button"
|
|
@@ -805,13 +814,13 @@
|
|
|
805
814
|
"controlType": "sap.m.Button"
|
|
806
815
|
},
|
|
807
816
|
"icon": {
|
|
808
|
-
"description": "
|
|
817
|
+
"description": "An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
809
818
|
"type": "string",
|
|
810
819
|
"artifactType": "FlexChange",
|
|
811
820
|
"controlType": "sap.m.Button"
|
|
812
821
|
},
|
|
813
822
|
"activeIcon": {
|
|
814
|
-
"description": "
|
|
823
|
+
"description": "An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
815
824
|
"type": "string",
|
|
816
825
|
"artifactType": "FlexChange",
|
|
817
826
|
"controlType": "sap.m.Button"
|
|
@@ -882,9 +891,7 @@
|
|
|
882
891
|
"description": "The UI5 control used for your extension",
|
|
883
892
|
"artifactType": "Manifest",
|
|
884
893
|
"type": "string",
|
|
885
|
-
"
|
|
886
|
-
"sap.ui.core.Fragment"
|
|
887
|
-
]
|
|
894
|
+
"const": "sap.ui.core.Fragment"
|
|
888
895
|
},
|
|
889
896
|
"fragmentName": {
|
|
890
897
|
"description": "The relative path to your fragment with path segments separated by '.'. The first element is the app ID.",
|
|
@@ -938,9 +945,7 @@
|
|
|
938
945
|
"type": {
|
|
939
946
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
940
947
|
"type": "string",
|
|
941
|
-
"
|
|
942
|
-
"ResponsiveTable"
|
|
943
|
-
],
|
|
948
|
+
"const": "ResponsiveTable",
|
|
944
949
|
"artifactType": "Manifest"
|
|
945
950
|
},
|
|
946
951
|
"includeItemInSelection": {
|
|
@@ -1042,9 +1047,7 @@
|
|
|
1042
1047
|
"type": {
|
|
1043
1048
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
1044
1049
|
"type": "string",
|
|
1045
|
-
"
|
|
1046
|
-
"AnalyticalTable"
|
|
1047
|
-
],
|
|
1050
|
+
"const": "AnalyticalTable",
|
|
1048
1051
|
"artifactType": "Manifest"
|
|
1049
1052
|
},
|
|
1050
1053
|
"condensedTableLayout": {
|
|
@@ -1130,9 +1133,7 @@
|
|
|
1130
1133
|
"type": {
|
|
1131
1134
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
1132
1135
|
"type": "string",
|
|
1133
|
-
"
|
|
1134
|
-
"GridTable"
|
|
1135
|
-
],
|
|
1136
|
+
"const": "GridTable",
|
|
1136
1137
|
"artifactType": "Manifest"
|
|
1137
1138
|
},
|
|
1138
1139
|
"condensedTableLayout": {
|
|
@@ -1218,9 +1219,7 @@
|
|
|
1218
1219
|
"type": {
|
|
1219
1220
|
"description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
|
|
1220
1221
|
"type": "string",
|
|
1221
|
-
"
|
|
1222
|
-
"TreeTable"
|
|
1223
|
-
],
|
|
1222
|
+
"const": "TreeTable",
|
|
1224
1223
|
"artifactType": "Manifest"
|
|
1225
1224
|
},
|
|
1226
1225
|
"condensedTableLayout": {
|
|
@@ -1320,7 +1319,7 @@
|
|
|
1320
1319
|
"type": "string"
|
|
1321
1320
|
}
|
|
1322
1321
|
],
|
|
1323
|
-
"description": "
|
|
1322
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
1324
1323
|
"artifactType": "FlexChange",
|
|
1325
1324
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
1326
1325
|
}
|
|
@@ -1365,7 +1364,7 @@
|
|
|
1365
1364
|
"type": "string"
|
|
1366
1365
|
}
|
|
1367
1366
|
],
|
|
1368
|
-
"description": "
|
|
1367
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
1369
1368
|
"artifactType": "FlexChange",
|
|
1370
1369
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
1371
1370
|
}
|
|
@@ -1397,7 +1396,7 @@
|
|
|
1397
1396
|
"type": "string"
|
|
1398
1397
|
}
|
|
1399
1398
|
],
|
|
1400
|
-
"description": "
|
|
1399
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
1401
1400
|
"artifactType": "FlexChange",
|
|
1402
1401
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
1403
1402
|
}
|
|
@@ -1427,7 +1426,7 @@
|
|
|
1427
1426
|
"type": "string"
|
|
1428
1427
|
}
|
|
1429
1428
|
],
|
|
1430
|
-
"description": "
|
|
1429
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
1431
1430
|
"artifactType": "FlexChange",
|
|
1432
1431
|
"controlType": "sap.uxap.ObjectPageSubSection"
|
|
1433
1432
|
}
|
|
@@ -1481,7 +1480,7 @@
|
|
|
1481
1480
|
"type": "string"
|
|
1482
1481
|
}
|
|
1483
1482
|
],
|
|
1484
|
-
"description": "
|
|
1483
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
1485
1484
|
"artifactType": "FlexChange",
|
|
1486
1485
|
"controlType": "sap.uxap.ObjectPageSubSection"
|
|
1487
1486
|
}
|
|
@@ -1513,7 +1512,7 @@
|
|
|
1513
1512
|
"type": "string"
|
|
1514
1513
|
}
|
|
1515
1514
|
],
|
|
1516
|
-
"description": "
|
|
1515
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
1517
1516
|
"artifactType": "FlexChange",
|
|
1518
1517
|
"controlType": "sap.uxap.ObjectPageSubSection"
|
|
1519
1518
|
}
|
|
@@ -1548,9 +1547,7 @@
|
|
|
1548
1547
|
"properties": {
|
|
1549
1548
|
"className": {
|
|
1550
1549
|
"type": "string",
|
|
1551
|
-
"
|
|
1552
|
-
"sap.ui.core.mvc.View"
|
|
1553
|
-
]
|
|
1550
|
+
"const": "sap.ui.core.mvc.View"
|
|
1554
1551
|
},
|
|
1555
1552
|
"viewName": {
|
|
1556
1553
|
"type": "string"
|
|
@@ -1603,18 +1600,14 @@
|
|
|
1603
1600
|
"properties": {
|
|
1604
1601
|
"className": {
|
|
1605
1602
|
"type": "string",
|
|
1606
|
-
"
|
|
1607
|
-
"sap.ui.core.Fragment"
|
|
1608
|
-
]
|
|
1603
|
+
"const": "sap.ui.core.Fragment"
|
|
1609
1604
|
},
|
|
1610
1605
|
"fragmentName": {
|
|
1611
1606
|
"type": "string"
|
|
1612
1607
|
},
|
|
1613
1608
|
"type": {
|
|
1614
1609
|
"type": "string",
|
|
1615
|
-
"
|
|
1616
|
-
"XML"
|
|
1617
|
-
]
|
|
1610
|
+
"const": "XML"
|
|
1618
1611
|
},
|
|
1619
1612
|
"relatedFacet": {
|
|
1620
1613
|
"type": "string"
|
|
@@ -1675,7 +1668,7 @@
|
|
|
1675
1668
|
"type": "string"
|
|
1676
1669
|
}
|
|
1677
1670
|
],
|
|
1678
|
-
"description": "
|
|
1671
|
+
"description": "Allows you to define if the action button should be visible on the screen.",
|
|
1679
1672
|
"artifactType": "FlexChange",
|
|
1680
1673
|
"controlType": "sap.m.Button"
|
|
1681
1674
|
},
|
|
@@ -1687,13 +1680,13 @@
|
|
|
1687
1680
|
"controlType": "sap.m.Button"
|
|
1688
1681
|
},
|
|
1689
1682
|
"icon": {
|
|
1690
|
-
"description": "
|
|
1683
|
+
"description": "An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
1691
1684
|
"type": "string",
|
|
1692
1685
|
"artifactType": "FlexChange",
|
|
1693
1686
|
"controlType": "sap.m.Button"
|
|
1694
1687
|
},
|
|
1695
1688
|
"activeIcon": {
|
|
1696
|
-
"description": "
|
|
1689
|
+
"description": "An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
1697
1690
|
"type": "string",
|
|
1698
1691
|
"artifactType": "FlexChange",
|
|
1699
1692
|
"controlType": "sap.m.Button"
|
|
@@ -661,9 +661,7 @@
|
|
|
661
661
|
]
|
|
662
662
|
},
|
|
663
663
|
{
|
|
664
|
-
"
|
|
665
|
-
"auto"
|
|
666
|
-
],
|
|
664
|
+
"const": "auto",
|
|
667
665
|
"type": "string"
|
|
668
666
|
}
|
|
669
667
|
]
|
|
@@ -930,9 +928,7 @@
|
|
|
930
928
|
]
|
|
931
929
|
},
|
|
932
930
|
{
|
|
933
|
-
"
|
|
934
|
-
"auto"
|
|
935
|
-
],
|
|
931
|
+
"const": "auto",
|
|
936
932
|
"type": "string"
|
|
937
933
|
}
|
|
938
934
|
]
|
|
@@ -1000,9 +996,7 @@
|
|
|
1000
996
|
"template": {
|
|
1001
997
|
"description": "Represents the Stack Card component path to use for this card.",
|
|
1002
998
|
"type": "string",
|
|
1003
|
-
"
|
|
1004
|
-
"sap.ovp.cards.stack"
|
|
1005
|
-
],
|
|
999
|
+
"const": "sap.ovp.cards.stack",
|
|
1006
1000
|
"artifactType": "Manifest"
|
|
1007
1001
|
},
|
|
1008
1002
|
"stackCardSettings": {
|
|
@@ -1109,9 +1103,7 @@
|
|
|
1109
1103
|
]
|
|
1110
1104
|
},
|
|
1111
1105
|
{
|
|
1112
|
-
"
|
|
1113
|
-
"auto"
|
|
1114
|
-
],
|
|
1106
|
+
"const": "auto",
|
|
1115
1107
|
"type": "string"
|
|
1116
1108
|
}
|
|
1117
1109
|
]
|
|
@@ -1274,9 +1266,7 @@
|
|
|
1274
1266
|
]
|
|
1275
1267
|
},
|
|
1276
1268
|
{
|
|
1277
|
-
"
|
|
1278
|
-
"auto"
|
|
1279
|
-
],
|
|
1269
|
+
"const": "auto",
|
|
1280
1270
|
"type": "string"
|
|
1281
1271
|
}
|
|
1282
1272
|
]
|
|
@@ -1501,9 +1491,7 @@
|
|
|
1501
1491
|
]
|
|
1502
1492
|
},
|
|
1503
1493
|
{
|
|
1504
|
-
"
|
|
1505
|
-
"auto"
|
|
1506
|
-
],
|
|
1494
|
+
"const": "auto",
|
|
1507
1495
|
"type": "string"
|
|
1508
1496
|
}
|
|
1509
1497
|
]
|
|
@@ -1654,9 +1642,7 @@
|
|
|
1654
1642
|
]
|
|
1655
1643
|
},
|
|
1656
1644
|
{
|
|
1657
|
-
"
|
|
1658
|
-
"auto"
|
|
1659
|
-
],
|
|
1645
|
+
"const": "auto",
|
|
1660
1646
|
"type": "string"
|
|
1661
1647
|
}
|
|
1662
1648
|
]
|
|
@@ -1771,9 +1757,7 @@
|
|
|
1771
1757
|
]
|
|
1772
1758
|
},
|
|
1773
1759
|
{
|
|
1774
|
-
"
|
|
1775
|
-
"auto"
|
|
1776
|
-
],
|
|
1760
|
+
"const": "auto",
|
|
1777
1761
|
"type": "string"
|
|
1778
1762
|
}
|
|
1779
1763
|
]
|
|
@@ -52,7 +52,8 @@
|
|
|
52
52
|
"type": "string"
|
|
53
53
|
},
|
|
54
54
|
"flexEnabled": {
|
|
55
|
-
"description": "
|
|
55
|
+
"description": "Allows you to enable key user adaptation for an application.",
|
|
56
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ccd45ba3f0b446a0901b2c9d42b8ad53",
|
|
56
57
|
"type": "boolean"
|
|
57
58
|
}
|
|
58
59
|
},
|