@sap/ux-specification 1.84.73 → 1.84.75
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 +67 -0
- 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-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-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +46 -46
- package/dist/index-min.js.map +4 -4
- package/dist/package.json +7 -7
- package/dist/schemas/v2/AnalyticalListPageConfig.json +42 -4
- package/dist/schemas/v2/ApplicationV2.json +2 -1
- package/dist/schemas/v2/ListReportConfig.json +560 -522
- package/dist/schemas/v2/ObjectPageConfig.json +92 -24
- package/dist/schemas/v4/ApplicationV4.json +2 -1
- package/dist/schemas/v4/ListReportConfig.json +35 -22
- package/dist/schemas/v4/ObjectPageConfig.json +27 -12
- 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 +6 -5
- package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/common/generate/objectPage.js +117 -86
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/common/generate/utils.js +6 -4
- 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 +15 -8
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +43 -24
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Action.d.ts +21 -0
- package/dist/src/sync/v2/export/controls/Action.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Action.js +93 -1
- package/dist/src/sync/v2/export/controls/Action.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/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 +2 -0
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/listReport.js +5 -2
- package/dist/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.js +62 -63
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +20 -0
- package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/utils.js +62 -2
- 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 +9 -0
- package/dist/src/sync/v2/import/common/index.d.ts.map +1 -1
- package/dist/src/sync/v2/import/common/index.js +44 -19
- 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 +6 -27
- 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 +17 -29
- 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 +84 -62
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/utils.d.ts +14 -0
- package/dist/src/sync/v2/import/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/import/utils.js +68 -5
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/src/sync/v2/types.d.ts +6 -1
- package/dist/src/sync/v2/types.d.ts.map +1 -1
- package/dist/src/sync/v2/types.js +6 -1
- package/dist/src/sync/v2/types.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +45 -47
- 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 +17 -3
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.d.ts +3 -2
- package/dist/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.js +68 -55
- 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 +49 -33
- 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 +52 -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/package.json +7 -7
|
@@ -120,6 +120,14 @@
|
|
|
120
120
|
"type": "object",
|
|
121
121
|
"additionalProperties": {
|
|
122
122
|
"$ref": "#/definitions/HeaderAction"
|
|
123
|
+
},
|
|
124
|
+
"properties": {
|
|
125
|
+
"UpAndDownNavigation": {
|
|
126
|
+
"$ref": "#/definitions/UpAndDownNavigationOP"
|
|
127
|
+
},
|
|
128
|
+
"Share": {
|
|
129
|
+
"$ref": "#/definitions/ShareOP"
|
|
130
|
+
}
|
|
123
131
|
}
|
|
124
132
|
},
|
|
125
133
|
"HeaderAction": {
|
|
@@ -142,7 +150,7 @@
|
|
|
142
150
|
"type": "string"
|
|
143
151
|
}
|
|
144
152
|
],
|
|
145
|
-
"description": "
|
|
153
|
+
"description": "Allows you to define if the action button is visible on the screen.",
|
|
146
154
|
"artifactType": "FlexChange",
|
|
147
155
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
148
156
|
},
|
|
@@ -154,13 +162,13 @@
|
|
|
154
162
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
155
163
|
},
|
|
156
164
|
"icon": {
|
|
157
|
-
"description": "
|
|
165
|
+
"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.",
|
|
158
166
|
"type": "string",
|
|
159
167
|
"artifactType": "FlexChange",
|
|
160
168
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
161
169
|
},
|
|
162
170
|
"activeIcon": {
|
|
163
|
-
"description": "
|
|
171
|
+
"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.",
|
|
164
172
|
"type": "string",
|
|
165
173
|
"artifactType": "FlexChange",
|
|
166
174
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
@@ -193,6 +201,34 @@
|
|
|
193
201
|
],
|
|
194
202
|
"type": "string"
|
|
195
203
|
},
|
|
204
|
+
"UpAndDownNavigationOP": {
|
|
205
|
+
"description": "Up and Down Navigation",
|
|
206
|
+
"isViewNode": true,
|
|
207
|
+
"type": "object",
|
|
208
|
+
"properties": {
|
|
209
|
+
"visible": {
|
|
210
|
+
"description": "Allows you to define if the button is visible on the screen.",
|
|
211
|
+
"type": "boolean",
|
|
212
|
+
"artifactType": "FlexChange",
|
|
213
|
+
"controlType": "sap.m.Button"
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"additionalProperties": false
|
|
217
|
+
},
|
|
218
|
+
"ShareOP": {
|
|
219
|
+
"description": "Share",
|
|
220
|
+
"isViewNode": true,
|
|
221
|
+
"type": "object",
|
|
222
|
+
"properties": {
|
|
223
|
+
"visible": {
|
|
224
|
+
"description": "Allows you to define if the button is visible on the screen.",
|
|
225
|
+
"type": "boolean",
|
|
226
|
+
"artifactType": "FlexChange",
|
|
227
|
+
"controlType": "sap.m.Button"
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
"additionalProperties": false
|
|
231
|
+
},
|
|
196
232
|
"ObjectPageLayout": {
|
|
197
233
|
"description": "Page Layout",
|
|
198
234
|
"isViewNode": true,
|
|
@@ -286,7 +322,7 @@
|
|
|
286
322
|
"type": "string"
|
|
287
323
|
}
|
|
288
324
|
],
|
|
289
|
-
"description": "
|
|
325
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
290
326
|
"artifactType": "FlexChange",
|
|
291
327
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
292
328
|
}
|
|
@@ -316,7 +352,7 @@
|
|
|
316
352
|
"type": "string"
|
|
317
353
|
}
|
|
318
354
|
],
|
|
319
|
-
"description": "
|
|
355
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
320
356
|
"artifactType": "FlexChange",
|
|
321
357
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
322
358
|
}
|
|
@@ -363,7 +399,7 @@
|
|
|
363
399
|
"type": "string"
|
|
364
400
|
}
|
|
365
401
|
],
|
|
366
|
-
"description": "
|
|
402
|
+
"description": "Allows you to define if the field should be visible on the screen.",
|
|
367
403
|
"artifactType": "FlexChange",
|
|
368
404
|
"controlType": "sap.ui.comp.smartform.GroupElement"
|
|
369
405
|
}
|
|
@@ -396,7 +432,7 @@
|
|
|
396
432
|
"type": "string"
|
|
397
433
|
}
|
|
398
434
|
],
|
|
399
|
-
"description": "
|
|
435
|
+
"description": "Allows you to define if the action button is visible on the screen.",
|
|
400
436
|
"artifactType": "FlexChange",
|
|
401
437
|
"controlType": "sap.m.Button"
|
|
402
438
|
},
|
|
@@ -408,13 +444,13 @@
|
|
|
408
444
|
"controlType": "sap.m.Button"
|
|
409
445
|
},
|
|
410
446
|
"icon": {
|
|
411
|
-
"description": "
|
|
447
|
+
"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.",
|
|
412
448
|
"type": "string",
|
|
413
449
|
"artifactType": "FlexChange",
|
|
414
450
|
"controlType": "sap.m.Button"
|
|
415
451
|
},
|
|
416
452
|
"activeIcon": {
|
|
417
|
-
"description": "
|
|
453
|
+
"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.",
|
|
418
454
|
"type": "string",
|
|
419
455
|
"artifactType": "FlexChange",
|
|
420
456
|
"controlType": "sap.m.Button"
|
|
@@ -467,7 +503,7 @@
|
|
|
467
503
|
"type": "string"
|
|
468
504
|
}
|
|
469
505
|
],
|
|
470
|
-
"description": "
|
|
506
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
471
507
|
"artifactType": "FlexChange",
|
|
472
508
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
473
509
|
}
|
|
@@ -698,7 +734,7 @@
|
|
|
698
734
|
"type": "string"
|
|
699
735
|
}
|
|
700
736
|
],
|
|
701
|
-
"description": "
|
|
737
|
+
"description": "Allows you to define if the action button is visible on the screen.",
|
|
702
738
|
"artifactType": "FlexChange",
|
|
703
739
|
"controlType": "sap.m.Button"
|
|
704
740
|
},
|
|
@@ -710,13 +746,13 @@
|
|
|
710
746
|
"controlType": "sap.m.Button"
|
|
711
747
|
},
|
|
712
748
|
"icon": {
|
|
713
|
-
"description": "
|
|
749
|
+
"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.",
|
|
714
750
|
"type": "string",
|
|
715
751
|
"artifactType": "FlexChange",
|
|
716
752
|
"controlType": "sap.m.Button"
|
|
717
753
|
},
|
|
718
754
|
"activeIcon": {
|
|
719
|
-
"description": "
|
|
755
|
+
"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.",
|
|
720
756
|
"type": "string",
|
|
721
757
|
"artifactType": "FlexChange",
|
|
722
758
|
"controlType": "sap.m.Button"
|
|
@@ -803,13 +839,13 @@
|
|
|
803
839
|
"controlType": "sap.m.Button"
|
|
804
840
|
},
|
|
805
841
|
"icon": {
|
|
806
|
-
"description": "
|
|
842
|
+
"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.",
|
|
807
843
|
"type": "string",
|
|
808
844
|
"artifactType": "FlexChange",
|
|
809
845
|
"controlType": "sap.m.Button"
|
|
810
846
|
},
|
|
811
847
|
"activeIcon": {
|
|
812
|
-
"description": "
|
|
848
|
+
"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.",
|
|
813
849
|
"type": "string",
|
|
814
850
|
"artifactType": "FlexChange",
|
|
815
851
|
"controlType": "sap.m.Button"
|
|
@@ -1312,7 +1348,7 @@
|
|
|
1312
1348
|
"type": "string"
|
|
1313
1349
|
}
|
|
1314
1350
|
],
|
|
1315
|
-
"description": "
|
|
1351
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
1316
1352
|
"artifactType": "FlexChange",
|
|
1317
1353
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
1318
1354
|
}
|
|
@@ -1357,7 +1393,7 @@
|
|
|
1357
1393
|
"type": "string"
|
|
1358
1394
|
}
|
|
1359
1395
|
],
|
|
1360
|
-
"description": "
|
|
1396
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
1361
1397
|
"artifactType": "FlexChange",
|
|
1362
1398
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
1363
1399
|
}
|
|
@@ -1389,7 +1425,7 @@
|
|
|
1389
1425
|
"type": "string"
|
|
1390
1426
|
}
|
|
1391
1427
|
],
|
|
1392
|
-
"description": "
|
|
1428
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
1393
1429
|
"artifactType": "FlexChange",
|
|
1394
1430
|
"controlType": "sap.uxap.ObjectPageSection"
|
|
1395
1431
|
}
|
|
@@ -1419,7 +1455,7 @@
|
|
|
1419
1455
|
"type": "string"
|
|
1420
1456
|
}
|
|
1421
1457
|
],
|
|
1422
|
-
"description": "
|
|
1458
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
1423
1459
|
"artifactType": "FlexChange",
|
|
1424
1460
|
"controlType": "sap.uxap.ObjectPageSubSection"
|
|
1425
1461
|
}
|
|
@@ -1473,7 +1509,7 @@
|
|
|
1473
1509
|
"type": "string"
|
|
1474
1510
|
}
|
|
1475
1511
|
],
|
|
1476
|
-
"description": "
|
|
1512
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
1477
1513
|
"artifactType": "FlexChange",
|
|
1478
1514
|
"controlType": "sap.uxap.ObjectPageSubSection"
|
|
1479
1515
|
}
|
|
@@ -1505,7 +1541,7 @@
|
|
|
1505
1541
|
"type": "string"
|
|
1506
1542
|
}
|
|
1507
1543
|
],
|
|
1508
|
-
"description": "
|
|
1544
|
+
"description": "Allows you to define if the section should be visible on the screen.",
|
|
1509
1545
|
"artifactType": "FlexChange",
|
|
1510
1546
|
"controlType": "sap.uxap.ObjectPageSubSection"
|
|
1511
1547
|
}
|
|
@@ -1640,6 +1676,11 @@
|
|
|
1640
1676
|
"type": "object",
|
|
1641
1677
|
"additionalProperties": {
|
|
1642
1678
|
"$ref": "#/definitions/ObjectPageFooterAction"
|
|
1679
|
+
},
|
|
1680
|
+
"properties": {
|
|
1681
|
+
"SaveAndEdit": {
|
|
1682
|
+
"$ref": "#/definitions/SaveAndEditOP"
|
|
1683
|
+
}
|
|
1643
1684
|
}
|
|
1644
1685
|
},
|
|
1645
1686
|
"ObjectPageFooterAction": {
|
|
@@ -1662,7 +1703,7 @@
|
|
|
1662
1703
|
"type": "string"
|
|
1663
1704
|
}
|
|
1664
1705
|
],
|
|
1665
|
-
"description": "
|
|
1706
|
+
"description": "Allows you to define if the action button is visible on the screen.",
|
|
1666
1707
|
"artifactType": "FlexChange",
|
|
1667
1708
|
"controlType": "sap.m.Button"
|
|
1668
1709
|
},
|
|
@@ -1674,13 +1715,13 @@
|
|
|
1674
1715
|
"controlType": "sap.m.Button"
|
|
1675
1716
|
},
|
|
1676
1717
|
"icon": {
|
|
1677
|
-
"description": "
|
|
1718
|
+
"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.",
|
|
1678
1719
|
"type": "string",
|
|
1679
1720
|
"artifactType": "FlexChange",
|
|
1680
1721
|
"controlType": "sap.m.Button"
|
|
1681
1722
|
},
|
|
1682
1723
|
"activeIcon": {
|
|
1683
|
-
"description": "
|
|
1724
|
+
"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.",
|
|
1684
1725
|
"type": "string",
|
|
1685
1726
|
"artifactType": "FlexChange",
|
|
1686
1727
|
"controlType": "sap.m.Button"
|
|
@@ -1693,6 +1734,33 @@
|
|
|
1693
1734
|
}
|
|
1694
1735
|
},
|
|
1695
1736
|
"additionalProperties": false
|
|
1737
|
+
},
|
|
1738
|
+
"SaveAndEditOP": {
|
|
1739
|
+
"description": "Save and Edit",
|
|
1740
|
+
"isViewNode": true,
|
|
1741
|
+
"type": "object",
|
|
1742
|
+
"properties": {
|
|
1743
|
+
"visible": {
|
|
1744
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
|
|
1745
|
+
"anyOf": [
|
|
1746
|
+
{
|
|
1747
|
+
"enum": [
|
|
1748
|
+
false,
|
|
1749
|
+
true,
|
|
1750
|
+
"{ui>/editable}",
|
|
1751
|
+
"{= !${ui>/editable}}"
|
|
1752
|
+
]
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"type": "string"
|
|
1756
|
+
}
|
|
1757
|
+
],
|
|
1758
|
+
"description": "Allows you to define if the button is visible on the screen.",
|
|
1759
|
+
"artifactType": "FlexChange",
|
|
1760
|
+
"controlType": "sap.m.Button"
|
|
1761
|
+
}
|
|
1762
|
+
},
|
|
1763
|
+
"additionalProperties": false
|
|
1696
1764
|
}
|
|
1697
1765
|
},
|
|
1698
1766
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
@@ -44,7 +44,8 @@
|
|
|
44
44
|
"type": "string"
|
|
45
45
|
},
|
|
46
46
|
"flexEnabled": {
|
|
47
|
-
"description": "
|
|
47
|
+
"description": "Allows you to enable key user adaptation for an application.",
|
|
48
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ccd45ba3f0b446a0901b2c9d42b8ad53",
|
|
48
49
|
"type": "boolean"
|
|
49
50
|
}
|
|
50
51
|
},
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"defaultPath": {
|
|
35
35
|
"$ref": "#/definitions/DefaultPathType",
|
|
36
|
-
"description": "
|
|
36
|
+
"description": "Allows you to set the initial view mode\n\n- primary: This property loads the app in chart-only view.\n- secondary: This property loads the app in table-only view.\n- both: This property loads the app in hybrid view.",
|
|
37
37
|
"artifactType": "Manifest"
|
|
38
38
|
},
|
|
39
39
|
"$schema": {
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"type": "string"
|
|
151
151
|
},
|
|
152
152
|
"initialLoad": {
|
|
153
|
-
"description": "
|
|
153
|
+
"description": "Allows you to define whether or not the data in the table is automatically loaded.",
|
|
154
154
|
"type": "boolean"
|
|
155
155
|
},
|
|
156
156
|
"personalization": {
|
|
@@ -170,18 +170,19 @@
|
|
|
170
170
|
},
|
|
171
171
|
"selectionMode": {
|
|
172
172
|
"$ref": "#/definitions/SelectionMode",
|
|
173
|
-
"description": "
|
|
173
|
+
"description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n\n- Auto: This type is now deprecated. Choose any of the following modes.\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the delete button.\n- Single: This type allows single table selection if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the Delete button.\n- None: No table selection is possible in display mode. In edit mode, the selection (including multiple row selection) is still possible when the Delete button is available in the table toolbar."
|
|
174
174
|
},
|
|
175
175
|
"selectAll": {
|
|
176
176
|
"description": "The selectAll configuration overrides the selectionLimit and allows the user to select all the items. When set to true, the select all feature is enabled: a checkbox in the table header is displayed which selects all items when clicked.",
|
|
177
177
|
"type": "boolean"
|
|
178
178
|
},
|
|
179
179
|
"selectionLimit": {
|
|
180
|
-
"description": "
|
|
180
|
+
"description": "You can define how many items can be selected at a time using the selectionLimit.",
|
|
181
181
|
"type": "number"
|
|
182
182
|
},
|
|
183
183
|
"enableExport": {
|
|
184
|
-
"description": "
|
|
184
|
+
"description": "By default, export is enabled in the List Report and on the Object Page. When enabled, the Export button is displayed in the table toolbar.",
|
|
185
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
|
|
185
186
|
"type": "boolean"
|
|
186
187
|
},
|
|
187
188
|
"quickVariantSelection": {
|
|
@@ -189,7 +190,8 @@
|
|
|
189
190
|
"description": "With quickVariantSelection you can switch on the multiple view feature (single table mode). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand."
|
|
190
191
|
},
|
|
191
192
|
"condensedTableLayout": {
|
|
192
|
-
"description": "
|
|
193
|
+
"description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
|
|
194
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
|
|
193
195
|
"type": "boolean"
|
|
194
196
|
}
|
|
195
197
|
},
|
|
@@ -255,7 +257,8 @@
|
|
|
255
257
|
"type": "object",
|
|
256
258
|
"properties": {
|
|
257
259
|
"width": {
|
|
258
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
260
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
261
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
259
262
|
"type": "string",
|
|
260
263
|
"artifactType": "Manifest"
|
|
261
264
|
},
|
|
@@ -286,7 +289,8 @@
|
|
|
286
289
|
"artifactType": "Manifest"
|
|
287
290
|
},
|
|
288
291
|
"width": {
|
|
289
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
292
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
293
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
290
294
|
"type": "string",
|
|
291
295
|
"artifactType": "Manifest"
|
|
292
296
|
},
|
|
@@ -302,12 +306,13 @@
|
|
|
302
306
|
"type": "object",
|
|
303
307
|
"properties": {
|
|
304
308
|
"navigateToInstance": {
|
|
305
|
-
"description": "By default,
|
|
309
|
+
"description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
|
|
310
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d",
|
|
306
311
|
"type": "boolean",
|
|
307
312
|
"artifactType": "Manifest"
|
|
308
313
|
},
|
|
309
314
|
"enableAutoScroll": {
|
|
310
|
-
"description": "
|
|
315
|
+
"description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
|
|
311
316
|
"type": "boolean",
|
|
312
317
|
"artifactType": "Manifest"
|
|
313
318
|
}
|
|
@@ -331,8 +336,9 @@
|
|
|
331
336
|
"type": "string"
|
|
332
337
|
},
|
|
333
338
|
"width": {
|
|
334
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
339
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
335
340
|
"artifactType": "Manifest",
|
|
341
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
336
342
|
"type": "string"
|
|
337
343
|
},
|
|
338
344
|
"template": {
|
|
@@ -465,7 +471,8 @@
|
|
|
465
471
|
"artifactType": "Manifest"
|
|
466
472
|
},
|
|
467
473
|
"initialLoad": {
|
|
468
|
-
"description": "
|
|
474
|
+
"description": "Allows you to define whether or not the data in the table is automatically loaded\n\n- Auto (default): An initial load of data only occurs if some default filter values have been set in the filter bar\n- Enabled: An initial load of data occurs for the standard variant\n- Disabled: An initial load of data does not occur for the standard variant, and the user has to actively click the Go button.",
|
|
475
|
+
"descriptionSrcURL": "https://ui5.sap.com/#/topic/9f4e1192f1384b85bc160288e17f69c4",
|
|
469
476
|
"type": "boolean",
|
|
470
477
|
"artifactType": "Manifest"
|
|
471
478
|
},
|
|
@@ -491,7 +498,7 @@
|
|
|
491
498
|
},
|
|
492
499
|
"selectionMode": {
|
|
493
500
|
"$ref": "#/definitions/SelectionMode",
|
|
494
|
-
"description": "
|
|
501
|
+
"description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n\n- Auto: This type is now deprecated. Choose any of the following modes.\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the delete button.\n- Single: This type allows single table selection if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the Delete button.\n- None: No table selection is possible in display mode. In edit mode, the selection (including multiple row selection) is still possible when the Delete button is available in the table toolbar.",
|
|
495
502
|
"artifactType": "Manifest"
|
|
496
503
|
},
|
|
497
504
|
"selectAll": {
|
|
@@ -500,12 +507,13 @@
|
|
|
500
507
|
"artifactType": "Manifest"
|
|
501
508
|
},
|
|
502
509
|
"selectionLimit": {
|
|
503
|
-
"description": "
|
|
510
|
+
"description": "You can define how many items can be selected at a time using the selectionLimit.",
|
|
504
511
|
"type": "number",
|
|
505
512
|
"artifactType": "Manifest"
|
|
506
513
|
},
|
|
507
514
|
"enableExport": {
|
|
508
|
-
"description": "
|
|
515
|
+
"description": "By default, export is enabled in the List Report and on the Object Page. When enabled, the Export button is displayed in the table toolbar.",
|
|
516
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
|
|
509
517
|
"type": "boolean",
|
|
510
518
|
"artifactType": "Manifest"
|
|
511
519
|
},
|
|
@@ -515,7 +523,8 @@
|
|
|
515
523
|
"artifactType": "Manifest"
|
|
516
524
|
},
|
|
517
525
|
"condensedTableLayout": {
|
|
518
|
-
"description": "
|
|
526
|
+
"description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
|
|
527
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
|
|
519
528
|
"type": "boolean",
|
|
520
529
|
"artifactType": "Manifest"
|
|
521
530
|
}
|
|
@@ -617,7 +626,7 @@
|
|
|
617
626
|
},
|
|
618
627
|
"selectionMode": {
|
|
619
628
|
"$ref": "#/definitions/SelectionMode",
|
|
620
|
-
"description": "
|
|
629
|
+
"description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n\n- Auto: This type is now deprecated. Choose any of the following modes.\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the delete button.\n- Single: This type allows single table selection if relevant actions are available in the toolbar. In edit mode, multiple selection is possible with the Delete button.\n- None: No table selection is possible in display mode. In edit mode, the selection (including multiple row selection) is still possible when the Delete button is available in the table toolbar.",
|
|
621
630
|
"artifactType": "Manifest"
|
|
622
631
|
},
|
|
623
632
|
"selectAll": {
|
|
@@ -626,12 +635,13 @@
|
|
|
626
635
|
"artifactType": "Manifest"
|
|
627
636
|
},
|
|
628
637
|
"selectionLimit": {
|
|
629
|
-
"description": "
|
|
638
|
+
"description": "You can define how many items can be selected at a time using the selectionLimit.",
|
|
630
639
|
"type": "number",
|
|
631
640
|
"artifactType": "Manifest"
|
|
632
641
|
},
|
|
633
642
|
"enableExport": {
|
|
634
|
-
"description": "
|
|
643
|
+
"description": "By default, export is enabled in the List Report and on the Object Page. When enabled, the Export button is displayed in the table toolbar.",
|
|
644
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd",
|
|
635
645
|
"type": "boolean",
|
|
636
646
|
"artifactType": "Manifest"
|
|
637
647
|
},
|
|
@@ -641,7 +651,8 @@
|
|
|
641
651
|
"artifactType": "Manifest"
|
|
642
652
|
},
|
|
643
653
|
"condensedTableLayout": {
|
|
644
|
-
"description": "
|
|
654
|
+
"description": "Allows you to set the content density to condensed for ui.table on the List Report and Object Page.",
|
|
655
|
+
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c",
|
|
645
656
|
"type": "boolean",
|
|
646
657
|
"artifactType": "Manifest"
|
|
647
658
|
}
|
|
@@ -777,7 +788,8 @@
|
|
|
777
788
|
"type": "object",
|
|
778
789
|
"properties": {
|
|
779
790
|
"width": {
|
|
780
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
791
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
792
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
781
793
|
"type": "string",
|
|
782
794
|
"artifactType": "Manifest"
|
|
783
795
|
},
|
|
@@ -800,7 +812,8 @@
|
|
|
800
812
|
"artifactType": "Manifest"
|
|
801
813
|
},
|
|
802
814
|
"width": {
|
|
803
|
-
"description": "A string type that represents CSS size values.\nRefer to https://
|
|
815
|
+
"description": "A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
816
|
+
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize",
|
|
804
817
|
"type": "string",
|
|
805
818
|
"artifactType": "Manifest"
|
|
806
819
|
},
|