@sap/ux-specification 1.96.10 → 1.96.13
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 +83 -16
- package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
- package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
- package/dist/documentation/v2/v2-ListReport.html +1 -1
- package/dist/documentation/v2/v2-ObjectPage.html +1 -1
- package/dist/documentation/v2/v2-OverviewPage.html +1 -1
- package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
- package/dist/documentation/v4/v4-ListReport.html +1 -1
- package/dist/documentation/v4/v4-ObjectPage.html +1 -1
- package/dist/index-min.js +1 -1
- package/dist/schemas/v2/AnalyticalListPageConfig.json +10 -10
- package/dist/schemas/v2/ListReportConfig.json +15 -15
- package/dist/schemas/v2/ObjectPageConfig.json +204 -20
- package/dist/schemas/v4/ListReportConfig.json +22 -2
- package/dist/schemas/v4/ObjectPageConfig.json +36 -0
- package/dist/specification/v2/index-min.js +1 -1
- package/dist/src/apiTypes.d.ts +5 -4
- package/dist/src/project.d.ts +1 -0
- package/dist/src/specification/v2/controls/Action.d.ts +6 -4
- package/dist/src/specification/v2/controls/Facets.d.ts +2 -1
- package/dist/src/specification/v2/controls/ObjectPageHeader.d.ts +3 -2
- package/dist/src/specification/v2/controls/ObjectPageSection.d.ts +44 -9
- package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +5 -3
- package/dist/src/specification/v2/controls/Table.d.ts +7 -4
- package/dist/src/specification/v4/controls/ObjectPageSection.d.ts +22 -1
- package/dist/src/specification/v4/controls/Table.d.ts +4 -0
- package/dist/src/sync/common/appProvider.d.ts +1 -1
- package/dist/src/sync/common/decoration/control.d.ts +1 -1
- package/dist/src/sync/common/decoration/decorators.d.ts +2 -2
- package/dist/src/sync/common/generate/objectPage.d.ts +8 -9
- package/dist/src/sync/common/generate/utils.d.ts +62 -13
- package/dist/src/sync/common/import/utils.d.ts +9 -2
- package/dist/src/sync/common/importProject.d.ts +2 -3
- package/dist/src/sync/common/types.d.ts +65 -9
- package/dist/src/sync/common/utils.d.ts +30 -23
- package/dist/src/sync/v2/application.d.ts +3 -3
- package/dist/src/sync/v2/export/controls/Action.d.ts +12 -10
- package/dist/src/sync/v2/export/controls/FormAction.d.ts +9 -7
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +6 -4
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts +3 -2
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +6 -4
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +26 -14
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +5 -3
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +6 -4
- package/dist/src/sync/v2/export/controls/Table.d.ts +6 -3
- package/dist/src/sync/v2/export/controls/TableColumn.d.ts +12 -10
- package/dist/src/sync/v2/export/export.d.ts +0 -1
- package/dist/src/sync/v2/export/manifest.d.ts +6 -0
- package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +1 -1
- package/dist/src/sync/v2/generate/listReport.d.ts +3 -4
- package/dist/src/sync/v2/generate/utils.d.ts +11 -9
- package/dist/src/sync/v2/import/app/appProvider.d.ts +9 -0
- package/dist/src/sync/v2/types.d.ts +8 -3
- package/dist/src/sync/v4/application.d.ts +22 -10
- package/dist/src/sync/v4/export/controls/Table.d.ts +8 -2
- package/dist/src/sync/v4/export/types.d.ts +5 -5
- package/dist/src/sync/v4/generate/listReport.d.ts +2 -2
- package/dist/src/sync/v4/generate/objectPage.d.ts +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.d.ts +13 -0
- package/dist/src/sync/v4/import/utils.d.ts +2 -1
- package/dist/src/sync/v4/types.d.ts +2 -0
- package/dist/src/sync/v4/utils/utils.d.ts +10 -11
- package/package.json +8 -8
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
128
128
|
},
|
|
129
129
|
"exportType": {
|
|
130
|
-
"$ref": "#/definitions/
|
|
130
|
+
"$ref": "#/definitions/smarttable.ExportType",
|
|
131
131
|
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
132
132
|
"artifactType": "FlexChange",
|
|
133
133
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
"path"
|
|
222
222
|
]
|
|
223
223
|
},
|
|
224
|
-
"
|
|
224
|
+
"smarttable.ExportType": {
|
|
225
225
|
"description": "Provides the type of services available for export in the `SmartTable` control.",
|
|
226
226
|
"enum": [
|
|
227
227
|
"GW",
|
|
@@ -424,7 +424,7 @@
|
|
|
424
424
|
"controlType": "sap.m.Button"
|
|
425
425
|
},
|
|
426
426
|
"type": {
|
|
427
|
-
"$ref": "#/definitions/
|
|
427
|
+
"$ref": "#/definitions/ButtonType",
|
|
428
428
|
"description": "Defines the Button type.",
|
|
429
429
|
"artifactType": "FlexChange",
|
|
430
430
|
"controlType": "sap.m.Button"
|
|
@@ -432,7 +432,7 @@
|
|
|
432
432
|
},
|
|
433
433
|
"additionalProperties": false
|
|
434
434
|
},
|
|
435
|
-
"
|
|
435
|
+
"ButtonType": {
|
|
436
436
|
"description": "Different predefined button types for the {@link sap.m.Button sap.m.Button}.",
|
|
437
437
|
"enum": [
|
|
438
438
|
"Accept",
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
"pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
489
489
|
"anyOf": [
|
|
490
490
|
{
|
|
491
|
-
"$ref": "#/definitions/
|
|
491
|
+
"$ref": "#/definitions/TextAlign"
|
|
492
492
|
},
|
|
493
493
|
{
|
|
494
494
|
"type": "string"
|
|
@@ -501,7 +501,7 @@
|
|
|
501
501
|
},
|
|
502
502
|
"additionalProperties": false
|
|
503
503
|
},
|
|
504
|
-
"
|
|
504
|
+
"TextAlign": {
|
|
505
505
|
"description": "Configuration options for text alignments.",
|
|
506
506
|
"enum": [
|
|
507
507
|
"Begin",
|
|
@@ -538,7 +538,7 @@
|
|
|
538
538
|
"controlType": "sap.m.Button"
|
|
539
539
|
},
|
|
540
540
|
"type": {
|
|
541
|
-
"$ref": "#/definitions/
|
|
541
|
+
"$ref": "#/definitions/ButtonType",
|
|
542
542
|
"description": "Defines the Button type.",
|
|
543
543
|
"artifactType": "FlexChange",
|
|
544
544
|
"controlType": "sap.m.Button"
|
|
@@ -553,7 +553,7 @@
|
|
|
553
553
|
"pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
554
554
|
"anyOf": [
|
|
555
555
|
{
|
|
556
|
-
"$ref": "#/definitions/
|
|
556
|
+
"$ref": "#/definitions/TextAlign"
|
|
557
557
|
},
|
|
558
558
|
{
|
|
559
559
|
"type": "string"
|
|
@@ -711,7 +711,7 @@
|
|
|
711
711
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
712
712
|
},
|
|
713
713
|
"exportType": {
|
|
714
|
-
"$ref": "#/definitions/
|
|
714
|
+
"$ref": "#/definitions/smarttable.ExportType",
|
|
715
715
|
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
716
716
|
"artifactType": "FlexChange",
|
|
717
717
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
@@ -836,7 +836,7 @@
|
|
|
836
836
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
837
837
|
},
|
|
838
838
|
"exportType": {
|
|
839
|
-
"$ref": "#/definitions/
|
|
839
|
+
"$ref": "#/definitions/smarttable.ExportType",
|
|
840
840
|
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
841
841
|
"artifactType": "FlexChange",
|
|
842
842
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"pattern": "^(Block|GridLarge|GridSmall)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
68
68
|
"anyOf": [
|
|
69
69
|
{
|
|
70
|
-
"$ref": "#/definitions/
|
|
70
|
+
"$ref": "#/definitions/PopinLayout"
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
73
|
"type": "string"
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
122
122
|
},
|
|
123
123
|
"exportType": {
|
|
124
|
-
"$ref": "#/definitions/
|
|
124
|
+
"$ref": "#/definitions/smarttable.ExportType",
|
|
125
125
|
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
126
126
|
"artifactType": "FlexChange",
|
|
127
127
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
},
|
|
169
169
|
"additionalProperties": false
|
|
170
170
|
},
|
|
171
|
-
"
|
|
171
|
+
"PopinLayout": {
|
|
172
172
|
"enum": [
|
|
173
173
|
"Block",
|
|
174
174
|
"GridLarge",
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"path"
|
|
226
226
|
]
|
|
227
227
|
},
|
|
228
|
-
"
|
|
228
|
+
"smarttable.ExportType": {
|
|
229
229
|
"description": "Provides the type of services available for export in the `SmartTable` control.",
|
|
230
230
|
"enum": [
|
|
231
231
|
"GW",
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
"controlType": "sap.m.Button"
|
|
429
429
|
},
|
|
430
430
|
"type": {
|
|
431
|
-
"$ref": "#/definitions/
|
|
431
|
+
"$ref": "#/definitions/ButtonType",
|
|
432
432
|
"description": "Defines the Button type.",
|
|
433
433
|
"artifactType": "FlexChange",
|
|
434
434
|
"controlType": "sap.m.Button"
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
},
|
|
437
437
|
"additionalProperties": false
|
|
438
438
|
},
|
|
439
|
-
"
|
|
439
|
+
"ButtonType": {
|
|
440
440
|
"description": "Different predefined button types for the {@link sap.m.Button sap.m.Button}.",
|
|
441
441
|
"enum": [
|
|
442
442
|
"Accept",
|
|
@@ -492,7 +492,7 @@
|
|
|
492
492
|
"pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
493
493
|
"anyOf": [
|
|
494
494
|
{
|
|
495
|
-
"$ref": "#/definitions/
|
|
495
|
+
"$ref": "#/definitions/TextAlign"
|
|
496
496
|
},
|
|
497
497
|
{
|
|
498
498
|
"type": "string"
|
|
@@ -505,7 +505,7 @@
|
|
|
505
505
|
},
|
|
506
506
|
"additionalProperties": false
|
|
507
507
|
},
|
|
508
|
-
"
|
|
508
|
+
"TextAlign": {
|
|
509
509
|
"description": "Configuration options for text alignments.",
|
|
510
510
|
"enum": [
|
|
511
511
|
"Begin",
|
|
@@ -542,7 +542,7 @@
|
|
|
542
542
|
"controlType": "sap.m.Button"
|
|
543
543
|
},
|
|
544
544
|
"type": {
|
|
545
|
-
"$ref": "#/definitions/
|
|
545
|
+
"$ref": "#/definitions/ButtonType",
|
|
546
546
|
"description": "Defines the Button type.",
|
|
547
547
|
"artifactType": "FlexChange",
|
|
548
548
|
"controlType": "sap.m.Button"
|
|
@@ -557,7 +557,7 @@
|
|
|
557
557
|
"pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
558
558
|
"anyOf": [
|
|
559
559
|
{
|
|
560
|
-
"$ref": "#/definitions/
|
|
560
|
+
"$ref": "#/definitions/TextAlign"
|
|
561
561
|
},
|
|
562
562
|
{
|
|
563
563
|
"type": "string"
|
|
@@ -666,7 +666,7 @@
|
|
|
666
666
|
"pattern": "^(Block|GridLarge|GridSmall)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
667
667
|
"anyOf": [
|
|
668
668
|
{
|
|
669
|
-
"$ref": "#/definitions/
|
|
669
|
+
"$ref": "#/definitions/PopinLayout"
|
|
670
670
|
},
|
|
671
671
|
{
|
|
672
672
|
"type": "string"
|
|
@@ -720,7 +720,7 @@
|
|
|
720
720
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
721
721
|
},
|
|
722
722
|
"exportType": {
|
|
723
|
-
"$ref": "#/definitions/
|
|
723
|
+
"$ref": "#/definitions/smarttable.ExportType",
|
|
724
724
|
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
725
725
|
"artifactType": "FlexChange",
|
|
726
726
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
@@ -819,7 +819,7 @@
|
|
|
819
819
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
820
820
|
},
|
|
821
821
|
"exportType": {
|
|
822
|
-
"$ref": "#/definitions/
|
|
822
|
+
"$ref": "#/definitions/smarttable.ExportType",
|
|
823
823
|
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
824
824
|
"artifactType": "FlexChange",
|
|
825
825
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
@@ -949,7 +949,7 @@
|
|
|
949
949
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
950
950
|
},
|
|
951
951
|
"exportType": {
|
|
952
|
-
"$ref": "#/definitions/
|
|
952
|
+
"$ref": "#/definitions/smarttable.ExportType",
|
|
953
953
|
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
954
954
|
"artifactType": "FlexChange",
|
|
955
955
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
@@ -1068,7 +1068,7 @@
|
|
|
1068
1068
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1069
1069
|
},
|
|
1070
1070
|
"exportType": {
|
|
1071
|
-
"$ref": "#/definitions/
|
|
1071
|
+
"$ref": "#/definitions/smarttable.ExportType",
|
|
1072
1072
|
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
1073
1073
|
"artifactType": "FlexChange",
|
|
1074
1074
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"pattern": "^(Circle|Square)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
95
95
|
"anyOf": [
|
|
96
96
|
{
|
|
97
|
-
"$ref": "#/definitions/
|
|
97
|
+
"$ref": "#/definitions/AvatarShape"
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
100
|
"type": "string"
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
},
|
|
112
112
|
"additionalProperties": false
|
|
113
113
|
},
|
|
114
|
-
"
|
|
114
|
+
"AvatarShape": {
|
|
115
115
|
"enum": [
|
|
116
116
|
"Circle",
|
|
117
117
|
"Square"
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
169
169
|
},
|
|
170
170
|
"type": {
|
|
171
|
-
"$ref": "#/definitions/
|
|
171
|
+
"$ref": "#/definitions/ButtonType",
|
|
172
172
|
"description": "Defines the Button type.",
|
|
173
173
|
"artifactType": "FlexChange",
|
|
174
174
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
},
|
|
177
177
|
"additionalProperties": false
|
|
178
178
|
},
|
|
179
|
-
"
|
|
179
|
+
"ButtonType": {
|
|
180
180
|
"description": "Different predefined button types for the {@link sap.m.Button sap.m.Button}.",
|
|
181
181
|
"enum": [
|
|
182
182
|
"Accept",
|
|
@@ -232,6 +232,9 @@
|
|
|
232
232
|
"type": "object",
|
|
233
233
|
"additionalProperties": {
|
|
234
234
|
"anyOf": [
|
|
235
|
+
{
|
|
236
|
+
"$ref": "#/definitions/ObjectPageSectionV2"
|
|
237
|
+
},
|
|
235
238
|
{
|
|
236
239
|
"$ref": "#/definitions/ObjectPageSectionFormV2"
|
|
237
240
|
},
|
|
@@ -241,12 +244,45 @@
|
|
|
241
244
|
{
|
|
242
245
|
"$ref": "#/definitions/ObjectPageSectionChartV2"
|
|
243
246
|
},
|
|
247
|
+
{
|
|
248
|
+
"$ref": "#/definitions/ObjectPageSectionContactV2"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"$ref": "#/definitions/ObjectPageSectionAddressV2"
|
|
252
|
+
},
|
|
244
253
|
{
|
|
245
254
|
"$ref": "#/definitions/ObjectPageSubSectionV2"
|
|
246
255
|
}
|
|
247
256
|
]
|
|
248
257
|
}
|
|
249
258
|
},
|
|
259
|
+
"ObjectPageSectionV2": {
|
|
260
|
+
"description": "Section",
|
|
261
|
+
"isViewNode": true,
|
|
262
|
+
"type": "object",
|
|
263
|
+
"properties": {
|
|
264
|
+
"visible": {
|
|
265
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
266
|
+
"anyOf": [
|
|
267
|
+
{
|
|
268
|
+
"enum": [
|
|
269
|
+
false,
|
|
270
|
+
true,
|
|
271
|
+
"{ui>/editable}",
|
|
272
|
+
"{= !${ui>/editable}}"
|
|
273
|
+
]
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"type": "string"
|
|
277
|
+
}
|
|
278
|
+
],
|
|
279
|
+
"description": "Whether the section should be visible on the screen.",
|
|
280
|
+
"artifactType": "FlexChange",
|
|
281
|
+
"controlType": "sap.uxap.ObjectPageSection"
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
"additionalProperties": false
|
|
285
|
+
},
|
|
250
286
|
"ObjectPageSectionFormV2": {
|
|
251
287
|
"description": "Form",
|
|
252
288
|
"isViewNode": true,
|
|
@@ -374,7 +410,7 @@
|
|
|
374
410
|
"controlType": "sap.m.Button"
|
|
375
411
|
},
|
|
376
412
|
"type": {
|
|
377
|
-
"$ref": "#/definitions/
|
|
413
|
+
"$ref": "#/definitions/ButtonType",
|
|
378
414
|
"description": "Defines the Button type.",
|
|
379
415
|
"artifactType": "FlexChange",
|
|
380
416
|
"controlType": "sap.m.Button"
|
|
@@ -457,7 +493,7 @@
|
|
|
457
493
|
"pattern": "^(Block|GridLarge|GridSmall)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
458
494
|
"anyOf": [
|
|
459
495
|
{
|
|
460
|
-
"$ref": "#/definitions/
|
|
496
|
+
"$ref": "#/definitions/PopinLayout"
|
|
461
497
|
},
|
|
462
498
|
{
|
|
463
499
|
"type": "string"
|
|
@@ -506,7 +542,7 @@
|
|
|
506
542
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
507
543
|
},
|
|
508
544
|
"exportType": {
|
|
509
|
-
"$ref": "#/definitions/
|
|
545
|
+
"$ref": "#/definitions/smarttable.ExportType",
|
|
510
546
|
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
511
547
|
"artifactType": "FlexChange",
|
|
512
548
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
@@ -540,7 +576,7 @@
|
|
|
540
576
|
},
|
|
541
577
|
"additionalProperties": false
|
|
542
578
|
},
|
|
543
|
-
"
|
|
579
|
+
"PopinLayout": {
|
|
544
580
|
"enum": [
|
|
545
581
|
"Block",
|
|
546
582
|
"GridLarge",
|
|
@@ -623,7 +659,7 @@
|
|
|
623
659
|
"key"
|
|
624
660
|
]
|
|
625
661
|
},
|
|
626
|
-
"
|
|
662
|
+
"smarttable.ExportType": {
|
|
627
663
|
"description": "Provides the type of services available for export in the `SmartTable` control.",
|
|
628
664
|
"enum": [
|
|
629
665
|
"GW",
|
|
@@ -697,7 +733,7 @@
|
|
|
697
733
|
"controlType": "sap.m.Button"
|
|
698
734
|
},
|
|
699
735
|
"type": {
|
|
700
|
-
"$ref": "#/definitions/
|
|
736
|
+
"$ref": "#/definitions/ButtonType",
|
|
701
737
|
"description": "Defines the Button type.",
|
|
702
738
|
"artifactType": "FlexChange",
|
|
703
739
|
"controlType": "sap.m.Button"
|
|
@@ -741,7 +777,7 @@
|
|
|
741
777
|
"pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
742
778
|
"anyOf": [
|
|
743
779
|
{
|
|
744
|
-
"$ref": "#/definitions/
|
|
780
|
+
"$ref": "#/definitions/TextAlign"
|
|
745
781
|
},
|
|
746
782
|
{
|
|
747
783
|
"type": "string"
|
|
@@ -754,7 +790,7 @@
|
|
|
754
790
|
},
|
|
755
791
|
"additionalProperties": false
|
|
756
792
|
},
|
|
757
|
-
"
|
|
793
|
+
"TextAlign": {
|
|
758
794
|
"description": "Configuration options for text alignments.",
|
|
759
795
|
"enum": [
|
|
760
796
|
"Begin",
|
|
@@ -791,7 +827,7 @@
|
|
|
791
827
|
"controlType": "sap.m.Button"
|
|
792
828
|
},
|
|
793
829
|
"type": {
|
|
794
|
-
"$ref": "#/definitions/
|
|
830
|
+
"$ref": "#/definitions/ButtonType",
|
|
795
831
|
"description": "Defines the Button type.",
|
|
796
832
|
"artifactType": "FlexChange",
|
|
797
833
|
"controlType": "sap.m.Button"
|
|
@@ -806,7 +842,7 @@
|
|
|
806
842
|
"pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
807
843
|
"anyOf": [
|
|
808
844
|
{
|
|
809
|
-
"$ref": "#/definitions/
|
|
845
|
+
"$ref": "#/definitions/TextAlign"
|
|
810
846
|
},
|
|
811
847
|
{
|
|
812
848
|
"type": "string"
|
|
@@ -915,7 +951,7 @@
|
|
|
915
951
|
"pattern": "^(Block|GridLarge|GridSmall)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
916
952
|
"anyOf": [
|
|
917
953
|
{
|
|
918
|
-
"$ref": "#/definitions/
|
|
954
|
+
"$ref": "#/definitions/PopinLayout"
|
|
919
955
|
},
|
|
920
956
|
{
|
|
921
957
|
"type": "string"
|
|
@@ -964,7 +1000,7 @@
|
|
|
964
1000
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
965
1001
|
},
|
|
966
1002
|
"exportType": {
|
|
967
|
-
"$ref": "#/definitions/
|
|
1003
|
+
"$ref": "#/definitions/smarttable.ExportType",
|
|
968
1004
|
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
969
1005
|
"artifactType": "FlexChange",
|
|
970
1006
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
@@ -1055,7 +1091,7 @@
|
|
|
1055
1091
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1056
1092
|
},
|
|
1057
1093
|
"exportType": {
|
|
1058
|
-
"$ref": "#/definitions/
|
|
1094
|
+
"$ref": "#/definitions/smarttable.ExportType",
|
|
1059
1095
|
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
1060
1096
|
"artifactType": "FlexChange",
|
|
1061
1097
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
@@ -1146,7 +1182,7 @@
|
|
|
1146
1182
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1147
1183
|
},
|
|
1148
1184
|
"exportType": {
|
|
1149
|
-
"$ref": "#/definitions/
|
|
1185
|
+
"$ref": "#/definitions/smarttable.ExportType",
|
|
1150
1186
|
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
1151
1187
|
"artifactType": "FlexChange",
|
|
1152
1188
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
@@ -1237,7 +1273,7 @@
|
|
|
1237
1273
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1238
1274
|
},
|
|
1239
1275
|
"exportType": {
|
|
1240
|
-
"$ref": "#/definitions/
|
|
1276
|
+
"$ref": "#/definitions/smarttable.ExportType",
|
|
1241
1277
|
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
1242
1278
|
"artifactType": "FlexChange",
|
|
1243
1279
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
@@ -1314,12 +1350,160 @@
|
|
|
1314
1350
|
},
|
|
1315
1351
|
"additionalProperties": false
|
|
1316
1352
|
},
|
|
1353
|
+
"ObjectPageSectionContactV2": {
|
|
1354
|
+
"type": "object",
|
|
1355
|
+
"properties": {
|
|
1356
|
+
"contact": {
|
|
1357
|
+
"description": "Contact",
|
|
1358
|
+
"isViewNode": true,
|
|
1359
|
+
"type": "object",
|
|
1360
|
+
"properties": {},
|
|
1361
|
+
"additionalProperties": true
|
|
1362
|
+
},
|
|
1363
|
+
"visible": {
|
|
1364
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
1365
|
+
"anyOf": [
|
|
1366
|
+
{
|
|
1367
|
+
"enum": [
|
|
1368
|
+
false,
|
|
1369
|
+
true,
|
|
1370
|
+
"{ui>/editable}",
|
|
1371
|
+
"{= !${ui>/editable}}"
|
|
1372
|
+
]
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"type": "string"
|
|
1376
|
+
}
|
|
1377
|
+
],
|
|
1378
|
+
"description": "Whether the section should be visible on the screen.",
|
|
1379
|
+
"artifactType": "FlexChange",
|
|
1380
|
+
"controlType": "sap.uxap.ObjectPageSection"
|
|
1381
|
+
}
|
|
1382
|
+
},
|
|
1383
|
+
"additionalProperties": false
|
|
1384
|
+
},
|
|
1385
|
+
"ObjectPageSectionAddressV2": {
|
|
1386
|
+
"type": "object",
|
|
1387
|
+
"properties": {
|
|
1388
|
+
"address": {
|
|
1389
|
+
"description": "Address",
|
|
1390
|
+
"isViewNode": true,
|
|
1391
|
+
"type": "object",
|
|
1392
|
+
"properties": {},
|
|
1393
|
+
"additionalProperties": true
|
|
1394
|
+
},
|
|
1395
|
+
"visible": {
|
|
1396
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
1397
|
+
"anyOf": [
|
|
1398
|
+
{
|
|
1399
|
+
"enum": [
|
|
1400
|
+
false,
|
|
1401
|
+
true,
|
|
1402
|
+
"{ui>/editable}",
|
|
1403
|
+
"{= !${ui>/editable}}"
|
|
1404
|
+
]
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"type": "string"
|
|
1408
|
+
}
|
|
1409
|
+
],
|
|
1410
|
+
"description": "Whether the section should be visible on the screen.",
|
|
1411
|
+
"artifactType": "FlexChange",
|
|
1412
|
+
"controlType": "sap.uxap.ObjectPageSection"
|
|
1413
|
+
}
|
|
1414
|
+
},
|
|
1415
|
+
"additionalProperties": false
|
|
1416
|
+
},
|
|
1317
1417
|
"ObjectPageSubSectionV2": {
|
|
1318
1418
|
"description": "Subsection",
|
|
1319
1419
|
"isViewNode": true,
|
|
1320
1420
|
"type": "object",
|
|
1321
1421
|
"properties": {
|
|
1322
1422
|
"subsections": {
|
|
1423
|
+
"$ref": "#/definitions/GenericSubSections"
|
|
1424
|
+
},
|
|
1425
|
+
"visible": {
|
|
1426
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
1427
|
+
"anyOf": [
|
|
1428
|
+
{
|
|
1429
|
+
"enum": [
|
|
1430
|
+
false,
|
|
1431
|
+
true,
|
|
1432
|
+
"{ui>/editable}",
|
|
1433
|
+
"{= !${ui>/editable}}"
|
|
1434
|
+
]
|
|
1435
|
+
},
|
|
1436
|
+
{
|
|
1437
|
+
"type": "string"
|
|
1438
|
+
}
|
|
1439
|
+
],
|
|
1440
|
+
"description": "Whether the section should be visible on the screen.",
|
|
1441
|
+
"artifactType": "FlexChange",
|
|
1442
|
+
"controlType": "sap.uxap.ObjectPageSubSection"
|
|
1443
|
+
}
|
|
1444
|
+
},
|
|
1445
|
+
"additionalProperties": false
|
|
1446
|
+
},
|
|
1447
|
+
"GenericSubSections": {
|
|
1448
|
+
"type": "object",
|
|
1449
|
+
"additionalProperties": {
|
|
1450
|
+
"anyOf": [
|
|
1451
|
+
{
|
|
1452
|
+
"$ref": "#/definitions/ObjectPageSectionFormV2"
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"$ref": "#/definitions/ObjectPageSectionTableV2"
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
"$ref": "#/definitions/ObjectPageSectionChartV2"
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
"$ref": "#/definitions/ObjectPageSubSectionContactV2"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"$ref": "#/definitions/ObjectPageSubSectionAddressV2"
|
|
1465
|
+
}
|
|
1466
|
+
]
|
|
1467
|
+
}
|
|
1468
|
+
},
|
|
1469
|
+
"ObjectPageSubSectionContactV2": {
|
|
1470
|
+
"type": "object",
|
|
1471
|
+
"properties": {
|
|
1472
|
+
"contact": {
|
|
1473
|
+
"description": "Contact",
|
|
1474
|
+
"isViewNode": true,
|
|
1475
|
+
"type": "object",
|
|
1476
|
+
"properties": {},
|
|
1477
|
+
"additionalProperties": true
|
|
1478
|
+
},
|
|
1479
|
+
"visible": {
|
|
1480
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
1481
|
+
"anyOf": [
|
|
1482
|
+
{
|
|
1483
|
+
"enum": [
|
|
1484
|
+
false,
|
|
1485
|
+
true,
|
|
1486
|
+
"{ui>/editable}",
|
|
1487
|
+
"{= !${ui>/editable}}"
|
|
1488
|
+
]
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"type": "string"
|
|
1492
|
+
}
|
|
1493
|
+
],
|
|
1494
|
+
"description": "Whether the section should be visible on the screen.",
|
|
1495
|
+
"artifactType": "FlexChange",
|
|
1496
|
+
"controlType": "sap.uxap.ObjectPageSubSection"
|
|
1497
|
+
}
|
|
1498
|
+
},
|
|
1499
|
+
"additionalProperties": false
|
|
1500
|
+
},
|
|
1501
|
+
"ObjectPageSubSectionAddressV2": {
|
|
1502
|
+
"type": "object",
|
|
1503
|
+
"properties": {
|
|
1504
|
+
"address": {
|
|
1505
|
+
"description": "Address",
|
|
1506
|
+
"isViewNode": true,
|
|
1323
1507
|
"type": "object",
|
|
1324
1508
|
"properties": {},
|
|
1325
1509
|
"additionalProperties": true
|
|
@@ -1526,7 +1710,7 @@
|
|
|
1526
1710
|
"controlType": "sap.m.Button"
|
|
1527
1711
|
},
|
|
1528
1712
|
"type": {
|
|
1529
|
-
"$ref": "#/definitions/
|
|
1713
|
+
"$ref": "#/definitions/ButtonType",
|
|
1530
1714
|
"description": "Defines the Button type.",
|
|
1531
1715
|
"artifactType": "FlexChange",
|
|
1532
1716
|
"controlType": "sap.m.Button"
|
|
@@ -653,6 +653,14 @@
|
|
|
653
653
|
"isViewNode": true,
|
|
654
654
|
"type": "object",
|
|
655
655
|
"properties": {
|
|
656
|
+
"key": {
|
|
657
|
+
"type": "string",
|
|
658
|
+
"artifactType": "Manifest"
|
|
659
|
+
},
|
|
660
|
+
"index": {
|
|
661
|
+
"type": "number",
|
|
662
|
+
"artifactType": "Manifest"
|
|
663
|
+
},
|
|
656
664
|
"annotationPath": {
|
|
657
665
|
"description": "To use charts in multiple table mode, define a UI.Chart annotation, including a qualifier.\nReference the UI.Chart annotation in your SelectionPresentationVariant or PresentationVariant for your view.",
|
|
658
666
|
"type": "string",
|
|
@@ -670,7 +678,9 @@
|
|
|
670
678
|
},
|
|
671
679
|
"additionalProperties": false,
|
|
672
680
|
"required": [
|
|
673
|
-
"annotationPath"
|
|
681
|
+
"annotationPath",
|
|
682
|
+
"index",
|
|
683
|
+
"key"
|
|
674
684
|
]
|
|
675
685
|
},
|
|
676
686
|
"LRTableView": {
|
|
@@ -678,6 +688,14 @@
|
|
|
678
688
|
"isViewNode": true,
|
|
679
689
|
"type": "object",
|
|
680
690
|
"properties": {
|
|
691
|
+
"key": {
|
|
692
|
+
"type": "string",
|
|
693
|
+
"artifactType": "Manifest"
|
|
694
|
+
},
|
|
695
|
+
"index": {
|
|
696
|
+
"type": "number",
|
|
697
|
+
"artifactType": "Manifest"
|
|
698
|
+
},
|
|
681
699
|
"annotationPath": {
|
|
682
700
|
"description": "The annotation path can be either UI.LineItem, UI.PresentationVariant, or UI.SelectionPresentationVariant.",
|
|
683
701
|
"type": "string",
|
|
@@ -748,7 +766,9 @@
|
|
|
748
766
|
},
|
|
749
767
|
"additionalProperties": false,
|
|
750
768
|
"required": [
|
|
751
|
-
"annotationPath"
|
|
769
|
+
"annotationPath",
|
|
770
|
+
"index",
|
|
771
|
+
"key"
|
|
752
772
|
]
|
|
753
773
|
},
|
|
754
774
|
"GenericColumns": {
|