@sap/ux-specification 1.100.1 → 1.100.2
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 +28 -13
- 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/src/project.d.ts +1 -0
- package/dist/src/specification/v2/controls/Action.d.ts +6 -4
- package/dist/src/specification/v2/controls/ObjectPageHeader.d.ts +3 -2
- package/dist/src/specification/v2/controls/ObjectPageSection.d.ts +40 -7
- 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/sync/common/decoration/control.d.ts +1 -1
- package/dist/src/sync/common/generate/utils.d.ts +12 -2
- package/dist/src/sync/common/import/utils.d.ts +3 -2
- package/dist/src/sync/common/types.d.ts +4 -0
- package/dist/src/sync/common/utils.d.ts +2 -2
- 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 +5 -3
- package/dist/src/sync/v2/export/controls/TableColumn.d.ts +12 -10
- package/dist/src/sync/v2/types.d.ts +8 -3
- package/dist/src/sync/v4/export/controls/Table.d.ts +2 -0
- package/package.json +2 -2
|
@@ -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"
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
127
127
|
},
|
|
128
128
|
"exportType": {
|
|
129
|
-
"$ref": "#/definitions/
|
|
129
|
+
"$ref": "#/definitions/smarttable.ExportType",
|
|
130
130
|
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
131
131
|
"artifactType": "FlexChange",
|
|
132
132
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
},
|
|
174
174
|
"additionalProperties": false
|
|
175
175
|
},
|
|
176
|
-
"
|
|
176
|
+
"PopinLayout": {
|
|
177
177
|
"enum": [
|
|
178
178
|
"Block",
|
|
179
179
|
"GridLarge",
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
"path"
|
|
258
258
|
]
|
|
259
259
|
},
|
|
260
|
-
"
|
|
260
|
+
"smarttable.ExportType": {
|
|
261
261
|
"description": "Provides the type of services available for export in the `SmartTable` control.",
|
|
262
262
|
"enum": [
|
|
263
263
|
"GW",
|
|
@@ -460,7 +460,7 @@
|
|
|
460
460
|
"controlType": "sap.m.Button"
|
|
461
461
|
},
|
|
462
462
|
"type": {
|
|
463
|
-
"$ref": "#/definitions/
|
|
463
|
+
"$ref": "#/definitions/ButtonType",
|
|
464
464
|
"description": "Defines the Button type.",
|
|
465
465
|
"artifactType": "FlexChange",
|
|
466
466
|
"controlType": "sap.m.Button"
|
|
@@ -468,7 +468,7 @@
|
|
|
468
468
|
},
|
|
469
469
|
"additionalProperties": false
|
|
470
470
|
},
|
|
471
|
-
"
|
|
471
|
+
"ButtonType": {
|
|
472
472
|
"description": "Different predefined button types for the {@link sap.m.Button sap.m.Button}.",
|
|
473
473
|
"enum": [
|
|
474
474
|
"Accept",
|
|
@@ -524,7 +524,7 @@
|
|
|
524
524
|
"pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
525
525
|
"anyOf": [
|
|
526
526
|
{
|
|
527
|
-
"$ref": "#/definitions/
|
|
527
|
+
"$ref": "#/definitions/TextAlign"
|
|
528
528
|
},
|
|
529
529
|
{
|
|
530
530
|
"type": "string"
|
|
@@ -537,7 +537,7 @@
|
|
|
537
537
|
},
|
|
538
538
|
"additionalProperties": false
|
|
539
539
|
},
|
|
540
|
-
"
|
|
540
|
+
"TextAlign": {
|
|
541
541
|
"description": "Configuration options for text alignments.",
|
|
542
542
|
"enum": [
|
|
543
543
|
"Begin",
|
|
@@ -574,7 +574,7 @@
|
|
|
574
574
|
"controlType": "sap.m.Button"
|
|
575
575
|
},
|
|
576
576
|
"type": {
|
|
577
|
-
"$ref": "#/definitions/
|
|
577
|
+
"$ref": "#/definitions/ButtonType",
|
|
578
578
|
"description": "Defines the Button type.",
|
|
579
579
|
"artifactType": "FlexChange",
|
|
580
580
|
"controlType": "sap.m.Button"
|
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
"pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
590
590
|
"anyOf": [
|
|
591
591
|
{
|
|
592
|
-
"$ref": "#/definitions/
|
|
592
|
+
"$ref": "#/definitions/TextAlign"
|
|
593
593
|
},
|
|
594
594
|
{
|
|
595
595
|
"type": "string"
|
|
@@ -698,7 +698,7 @@
|
|
|
698
698
|
"pattern": "^(Block|GridLarge|GridSmall)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
699
699
|
"anyOf": [
|
|
700
700
|
{
|
|
701
|
-
"$ref": "#/definitions/
|
|
701
|
+
"$ref": "#/definitions/PopinLayout"
|
|
702
702
|
},
|
|
703
703
|
{
|
|
704
704
|
"type": "string"
|
|
@@ -757,7 +757,7 @@
|
|
|
757
757
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
758
758
|
},
|
|
759
759
|
"exportType": {
|
|
760
|
-
"$ref": "#/definitions/
|
|
760
|
+
"$ref": "#/definitions/smarttable.ExportType",
|
|
761
761
|
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
762
762
|
"artifactType": "FlexChange",
|
|
763
763
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
@@ -856,7 +856,7 @@
|
|
|
856
856
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
857
857
|
},
|
|
858
858
|
"exportType": {
|
|
859
|
-
"$ref": "#/definitions/
|
|
859
|
+
"$ref": "#/definitions/smarttable.ExportType",
|
|
860
860
|
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
861
861
|
"artifactType": "FlexChange",
|
|
862
862
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
@@ -986,7 +986,7 @@
|
|
|
986
986
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
987
987
|
},
|
|
988
988
|
"exportType": {
|
|
989
|
-
"$ref": "#/definitions/
|
|
989
|
+
"$ref": "#/definitions/smarttable.ExportType",
|
|
990
990
|
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
991
991
|
"artifactType": "FlexChange",
|
|
992
992
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
@@ -1105,7 +1105,7 @@
|
|
|
1105
1105
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1106
1106
|
},
|
|
1107
1107
|
"exportType": {
|
|
1108
|
-
"$ref": "#/definitions/
|
|
1108
|
+
"$ref": "#/definitions/smarttable.ExportType",
|
|
1109
1109
|
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
1110
1110
|
"artifactType": "FlexChange",
|
|
1111
1111
|
"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"
|
package/dist/src/project.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export interface Project {
|
|
|
9
9
|
}
|
|
10
10
|
export declare const readDirectory: (path: string) => Promise<string[]>;
|
|
11
11
|
export declare const isDirectory: (path: string) => Promise<boolean>;
|
|
12
|
+
export declare const getChanges: (webapp: string) => Promise<string[]>;
|
|
12
13
|
/**
|
|
13
14
|
* Get the project artefacts, like manifest, service metadata, annotations
|
|
14
15
|
* @param root - project root where package.json is
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
/// <reference types="@sapui5/ts-types" />
|
|
1
|
+
/// <reference types="@sapui5/ts-types-esm" />
|
|
2
|
+
import type { ButtonType } from 'sap/m/library';
|
|
3
|
+
import type { URI } from 'sap/ui/core/library';
|
|
2
4
|
/**
|
|
3
5
|
* Actions
|
|
4
6
|
* @isViewNode true
|
|
@@ -19,15 +21,15 @@ export interface Action {
|
|
|
19
21
|
/**
|
|
20
22
|
* Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.
|
|
21
23
|
*/
|
|
22
|
-
icon?:
|
|
24
|
+
icon?: URI;
|
|
23
25
|
/**
|
|
24
26
|
* Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.
|
|
25
27
|
*/
|
|
26
|
-
activeIcon?:
|
|
28
|
+
activeIcon?: URI;
|
|
27
29
|
/**
|
|
28
30
|
* Defines the Button type.
|
|
29
31
|
*/
|
|
30
|
-
type?:
|
|
32
|
+
type?: ButtonType;
|
|
31
33
|
}
|
|
32
34
|
/**
|
|
33
35
|
* Form Action
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
/// <reference types="@sapui5/ts-types" />
|
|
1
|
+
/// <reference types="@sapui5/ts-types-esm" />
|
|
2
2
|
import type { HeaderAction } from '.';
|
|
3
|
+
import type AvatarShape from 'sap/m/AvatarShape';
|
|
3
4
|
export interface GenericActions {
|
|
4
5
|
[id: string]: HeaderAction;
|
|
5
6
|
}
|
|
@@ -23,7 +24,7 @@ export interface ObjectPageHeader<ACT = GenericActions> {
|
|
|
23
24
|
/**
|
|
24
25
|
* With displayShape you can define the shape of the avatar.
|
|
25
26
|
*/
|
|
26
|
-
displayShape?:
|
|
27
|
+
displayShape?: AvatarShape;
|
|
27
28
|
/**
|
|
28
29
|
* Set properties of actions on Object Page Header
|
|
29
30
|
*/
|