@sap/ux-specification 1.96.46 → 1.96.48
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 -1
- 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 +11 -25
- package/dist/schemas/v2/ObjectPageConfig.json +53 -70
- package/dist/schemas/v2/OverviewPageConfig.json +8 -24
- package/dist/schemas/v4/ApplicationV4.json +2 -1
- package/dist/schemas/v4/ListReportConfig.json +48 -34
- 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.d.ts.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.js +25 -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 +27 -26
|
@@ -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": {
|
|
@@ -550,9 +559,7 @@
|
|
|
550
559
|
"createMode": {
|
|
551
560
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
552
561
|
"type": "string",
|
|
553
|
-
"
|
|
554
|
-
"inline"
|
|
555
|
-
],
|
|
562
|
+
"const": "inline",
|
|
556
563
|
"artifactType": "Manifest"
|
|
557
564
|
},
|
|
558
565
|
"disableDefaultInlineCreateSort": {
|
|
@@ -693,7 +700,7 @@
|
|
|
693
700
|
"type": "string"
|
|
694
701
|
}
|
|
695
702
|
],
|
|
696
|
-
"description": "
|
|
703
|
+
"description": "Allows you to define if the action button should be visible on the screen.",
|
|
697
704
|
"artifactType": "FlexChange",
|
|
698
705
|
"controlType": "sap.m.Button"
|
|
699
706
|
},
|
|
@@ -705,13 +712,13 @@
|
|
|
705
712
|
"controlType": "sap.m.Button"
|
|
706
713
|
},
|
|
707
714
|
"icon": {
|
|
708
|
-
"description": "
|
|
715
|
+
"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.",
|
|
709
716
|
"type": "string",
|
|
710
717
|
"artifactType": "FlexChange",
|
|
711
718
|
"controlType": "sap.m.Button"
|
|
712
719
|
},
|
|
713
720
|
"activeIcon": {
|
|
714
|
-
"description": "
|
|
721
|
+
"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.",
|
|
715
722
|
"type": "string",
|
|
716
723
|
"artifactType": "FlexChange",
|
|
717
724
|
"controlType": "sap.m.Button"
|
|
@@ -799,13 +806,13 @@
|
|
|
799
806
|
"controlType": "sap.m.Button"
|
|
800
807
|
},
|
|
801
808
|
"icon": {
|
|
802
|
-
"description": "
|
|
809
|
+
"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.",
|
|
803
810
|
"type": "string",
|
|
804
811
|
"artifactType": "FlexChange",
|
|
805
812
|
"controlType": "sap.m.Button"
|
|
806
813
|
},
|
|
807
814
|
"activeIcon": {
|
|
808
|
-
"description": "
|
|
815
|
+
"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.",
|
|
809
816
|
"type": "string",
|
|
810
817
|
"artifactType": "FlexChange",
|
|
811
818
|
"controlType": "sap.m.Button"
|
|
@@ -876,9 +883,7 @@
|
|
|
876
883
|
"description": "The UI5 control used for your extension",
|
|
877
884
|
"artifactType": "Manifest",
|
|
878
885
|
"type": "string",
|
|
879
|
-
"
|
|
880
|
-
"sap.ui.core.Fragment"
|
|
881
|
-
]
|
|
886
|
+
"const": "sap.ui.core.Fragment"
|
|
882
887
|
},
|
|
883
888
|
"fragmentName": {
|
|
884
889
|
"description": "The relative path to your fragment with path segments separated by '.'. The first element is the app ID.",
|
|
@@ -932,9 +937,7 @@
|
|
|
932
937
|
"type": {
|
|
933
938
|
"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.",
|
|
934
939
|
"type": "string",
|
|
935
|
-
"
|
|
936
|
-
"ResponsiveTable"
|
|
937
|
-
],
|
|
940
|
+
"const": "ResponsiveTable",
|
|
938
941
|
"artifactType": "Manifest"
|
|
939
942
|
},
|
|
940
943
|
"includeItemInSelection": {
|
|
@@ -1004,9 +1007,7 @@
|
|
|
1004
1007
|
"createMode": {
|
|
1005
1008
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
1006
1009
|
"type": "string",
|
|
1007
|
-
"
|
|
1008
|
-
"inline"
|
|
1009
|
-
],
|
|
1010
|
+
"const": "inline",
|
|
1010
1011
|
"artifactType": "Manifest"
|
|
1011
1012
|
},
|
|
1012
1013
|
"disableDefaultInlineCreateSort": {
|
|
@@ -1039,9 +1040,7 @@
|
|
|
1039
1040
|
"type": {
|
|
1040
1041
|
"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.",
|
|
1041
1042
|
"type": "string",
|
|
1042
|
-
"
|
|
1043
|
-
"AnalyticalTable"
|
|
1044
|
-
],
|
|
1043
|
+
"const": "AnalyticalTable",
|
|
1045
1044
|
"artifactType": "Manifest"
|
|
1046
1045
|
},
|
|
1047
1046
|
"condensedTableLayout": {
|
|
@@ -1095,9 +1094,7 @@
|
|
|
1095
1094
|
"createMode": {
|
|
1096
1095
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
1097
1096
|
"type": "string",
|
|
1098
|
-
"
|
|
1099
|
-
"inline"
|
|
1100
|
-
],
|
|
1097
|
+
"const": "inline",
|
|
1101
1098
|
"artifactType": "Manifest"
|
|
1102
1099
|
},
|
|
1103
1100
|
"disableDefaultInlineCreateSort": {
|
|
@@ -1130,9 +1127,7 @@
|
|
|
1130
1127
|
"type": {
|
|
1131
1128
|
"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
1129
|
"type": "string",
|
|
1133
|
-
"
|
|
1134
|
-
"GridTable"
|
|
1135
|
-
],
|
|
1130
|
+
"const": "GridTable",
|
|
1136
1131
|
"artifactType": "Manifest"
|
|
1137
1132
|
},
|
|
1138
1133
|
"condensedTableLayout": {
|
|
@@ -1186,9 +1181,7 @@
|
|
|
1186
1181
|
"createMode": {
|
|
1187
1182
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
1188
1183
|
"type": "string",
|
|
1189
|
-
"
|
|
1190
|
-
"inline"
|
|
1191
|
-
],
|
|
1184
|
+
"const": "inline",
|
|
1192
1185
|
"artifactType": "Manifest"
|
|
1193
1186
|
},
|
|
1194
1187
|
"disableDefaultInlineCreateSort": {
|
|
@@ -1221,9 +1214,7 @@
|
|
|
1221
1214
|
"type": {
|
|
1222
1215
|
"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.",
|
|
1223
1216
|
"type": "string",
|
|
1224
|
-
"
|
|
1225
|
-
"TreeTable"
|
|
1226
|
-
],
|
|
1217
|
+
"const": "TreeTable",
|
|
1227
1218
|
"artifactType": "Manifest"
|
|
1228
1219
|
},
|
|
1229
1220
|
"condensedTableLayout": {
|
|
@@ -1277,9 +1268,7 @@
|
|
|
1277
1268
|
"createMode": {
|
|
1278
1269
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
1279
1270
|
"type": "string",
|
|
1280
|
-
"
|
|
1281
|
-
"inline"
|
|
1282
|
-
],
|
|
1271
|
+
"const": "inline",
|
|
1283
1272
|
"artifactType": "Manifest"
|
|
1284
1273
|
},
|
|
1285
1274
|
"disableDefaultInlineCreateSort": {
|
|
@@ -1326,7 +1315,7 @@
|
|
|
1326
1315
|
"type": "string"
|
|
1327
1316
|
}
|
|
1328
1317
|
],
|
|
1329
|
-
"description": "
|
|
1318
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
1330
1319
|
"artifactType": "FlexChange",
|
|
1331
1320
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
1332
1321
|
}
|
|
@@ -1371,7 +1360,7 @@
|
|
|
1371
1360
|
"type": "string"
|
|
1372
1361
|
}
|
|
1373
1362
|
],
|
|
1374
|
-
"description": "
|
|
1363
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
1375
1364
|
"artifactType": "FlexChange",
|
|
1376
1365
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
1377
1366
|
}
|
|
@@ -1403,7 +1392,7 @@
|
|
|
1403
1392
|
"type": "string"
|
|
1404
1393
|
}
|
|
1405
1394
|
],
|
|
1406
|
-
"description": "
|
|
1395
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
1407
1396
|
"artifactType": "FlexChange",
|
|
1408
1397
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
1409
1398
|
}
|
|
@@ -1433,7 +1422,7 @@
|
|
|
1433
1422
|
"type": "string"
|
|
1434
1423
|
}
|
|
1435
1424
|
],
|
|
1436
|
-
"description": "
|
|
1425
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
1437
1426
|
"artifactType": "FlexChange",
|
|
1438
1427
|
"controlType": "sap.uxap.ObjectPageSubSection"
|
|
1439
1428
|
}
|
|
@@ -1487,7 +1476,7 @@
|
|
|
1487
1476
|
"type": "string"
|
|
1488
1477
|
}
|
|
1489
1478
|
],
|
|
1490
|
-
"description": "
|
|
1479
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
1491
1480
|
"artifactType": "FlexChange",
|
|
1492
1481
|
"controlType": "sap.uxap.ObjectPageSubSection"
|
|
1493
1482
|
}
|
|
@@ -1519,7 +1508,7 @@
|
|
|
1519
1508
|
"type": "string"
|
|
1520
1509
|
}
|
|
1521
1510
|
],
|
|
1522
|
-
"description": "
|
|
1511
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
1523
1512
|
"artifactType": "FlexChange",
|
|
1524
1513
|
"controlType": "sap.uxap.ObjectPageSubSection"
|
|
1525
1514
|
}
|
|
@@ -1554,9 +1543,7 @@
|
|
|
1554
1543
|
"properties": {
|
|
1555
1544
|
"className": {
|
|
1556
1545
|
"type": "string",
|
|
1557
|
-
"
|
|
1558
|
-
"sap.ui.core.mvc.View"
|
|
1559
|
-
]
|
|
1546
|
+
"const": "sap.ui.core.mvc.View"
|
|
1560
1547
|
},
|
|
1561
1548
|
"viewName": {
|
|
1562
1549
|
"type": "string"
|
|
@@ -1609,18 +1596,14 @@
|
|
|
1609
1596
|
"properties": {
|
|
1610
1597
|
"className": {
|
|
1611
1598
|
"type": "string",
|
|
1612
|
-
"
|
|
1613
|
-
"sap.ui.core.Fragment"
|
|
1614
|
-
]
|
|
1599
|
+
"const": "sap.ui.core.Fragment"
|
|
1615
1600
|
},
|
|
1616
1601
|
"fragmentName": {
|
|
1617
1602
|
"type": "string"
|
|
1618
1603
|
},
|
|
1619
1604
|
"type": {
|
|
1620
1605
|
"type": "string",
|
|
1621
|
-
"
|
|
1622
|
-
"XML"
|
|
1623
|
-
]
|
|
1606
|
+
"const": "XML"
|
|
1624
1607
|
},
|
|
1625
1608
|
"relatedFacet": {
|
|
1626
1609
|
"type": "string"
|
|
@@ -1681,7 +1664,7 @@
|
|
|
1681
1664
|
"type": "string"
|
|
1682
1665
|
}
|
|
1683
1666
|
],
|
|
1684
|
-
"description": "
|
|
1667
|
+
"description": "Allows you to define if the action button should be visible on the screen.",
|
|
1685
1668
|
"artifactType": "FlexChange",
|
|
1686
1669
|
"controlType": "sap.m.Button"
|
|
1687
1670
|
},
|
|
@@ -1693,13 +1676,13 @@
|
|
|
1693
1676
|
"controlType": "sap.m.Button"
|
|
1694
1677
|
},
|
|
1695
1678
|
"icon": {
|
|
1696
|
-
"description": "
|
|
1679
|
+
"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.",
|
|
1697
1680
|
"type": "string",
|
|
1698
1681
|
"artifactType": "FlexChange",
|
|
1699
1682
|
"controlType": "sap.m.Button"
|
|
1700
1683
|
},
|
|
1701
1684
|
"activeIcon": {
|
|
1702
|
-
"description": "
|
|
1685
|
+
"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.",
|
|
1703
1686
|
"type": "string",
|
|
1704
1687
|
"artifactType": "FlexChange",
|
|
1705
1688
|
"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
|
},
|