@sap/ux-specification 1.96.11 → 1.96.14

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.
Files changed (54) hide show
  1. package/CHANGELOG.md +63 -6
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
  3. package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
  4. package/dist/documentation/v2/v2-ListReport.html +1 -1
  5. package/dist/documentation/v2/v2-ObjectPage.html +1 -1
  6. package/dist/documentation/v2/v2-OverviewPage.html +1 -1
  7. package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
  8. package/dist/documentation/v4/v4-ListReport.html +1 -1
  9. package/dist/documentation/v4/v4-ObjectPage.html +1 -1
  10. package/dist/index-min.js +1 -1
  11. package/dist/schemas/v2/AnalyticalListPageConfig.json +10 -10
  12. package/dist/schemas/v2/ListReportConfig.json +15 -15
  13. package/dist/schemas/v2/ObjectPageConfig.json +204 -20
  14. package/dist/schemas/v4/ListReportConfig.json +3 -3
  15. package/dist/src/apiTypes.d.ts +3 -3
  16. package/dist/src/project.d.ts +1 -0
  17. package/dist/src/specification/v2/controls/Action.d.ts +6 -4
  18. package/dist/src/specification/v2/controls/Facets.d.ts +2 -1
  19. package/dist/src/specification/v2/controls/ObjectPageHeader.d.ts +3 -2
  20. package/dist/src/specification/v2/controls/ObjectPageSection.d.ts +44 -9
  21. package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +5 -3
  22. package/dist/src/specification/v2/controls/Table.d.ts +7 -4
  23. package/dist/src/specification/v4/controls/Table.d.ts +2 -2
  24. package/dist/src/specification/v4/pages/ListReportConfig.d.ts +1 -1
  25. package/dist/src/sync/common/appProvider.d.ts +1 -1
  26. package/dist/src/sync/common/decoration/control.d.ts +1 -1
  27. package/dist/src/sync/common/decoration/decorators.d.ts +2 -2
  28. package/dist/src/sync/common/generate/objectPage.d.ts +8 -9
  29. package/dist/src/sync/common/generate/utils.d.ts +28 -10
  30. package/dist/src/sync/common/import/utils.d.ts +9 -2
  31. package/dist/src/sync/common/importProject.d.ts +2 -3
  32. package/dist/src/sync/common/types.d.ts +9 -2
  33. package/dist/src/sync/common/utils.d.ts +19 -17
  34. package/dist/src/sync/v2/application.d.ts +3 -3
  35. package/dist/src/sync/v2/export/controls/Action.d.ts +12 -10
  36. package/dist/src/sync/v2/export/controls/FormAction.d.ts +9 -7
  37. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +6 -4
  38. package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts +3 -2
  39. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +6 -4
  40. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +26 -14
  41. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +5 -3
  42. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +6 -4
  43. package/dist/src/sync/v2/export/controls/Table.d.ts +5 -3
  44. package/dist/src/sync/v2/export/controls/TableColumn.d.ts +12 -10
  45. package/dist/src/sync/v2/generate/listReport.d.ts +3 -4
  46. package/dist/src/sync/v2/generate/utils.d.ts +7 -6
  47. package/dist/src/sync/v2/types.d.ts +8 -3
  48. package/dist/src/sync/v4/export/controls/Table.d.ts +3 -1
  49. package/dist/src/sync/v4/export/pages/ListReport.d.ts +1 -1
  50. package/dist/src/sync/v4/generate/listReport.d.ts +2 -2
  51. package/dist/src/sync/v4/types.d.ts +1 -1
  52. package/dist/src/sync/v4/utils/utils.d.ts +12 -11
  53. package/dist/test/test-utils/utils.d.ts +1 -2
  54. 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/sap.ui.comp.smarttable.ExportType",
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
- "sap.ui.comp.smarttable.ExportType": {
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/sap.m.ButtonType",
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
- "sap.m.ButtonType": {
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/sap.ui.core.TextAlign"
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
- "sap.ui.core.TextAlign": {
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/sap.m.ButtonType",
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/sap.ui.core.TextAlign"
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/sap.ui.comp.smarttable.ExportType",
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/sap.ui.comp.smarttable.ExportType",
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/sap.m.PopinLayout"
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/sap.ui.comp.smarttable.ExportType",
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
- "sap.m.PopinLayout": {
171
+ "PopinLayout": {
172
172
  "enum": [
173
173
  "Block",
174
174
  "GridLarge",
@@ -225,7 +225,7 @@
225
225
  "path"
226
226
  ]
227
227
  },
228
- "sap.ui.comp.smarttable.ExportType": {
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/sap.m.ButtonType",
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
- "sap.m.ButtonType": {
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/sap.ui.core.TextAlign"
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
- "sap.ui.core.TextAlign": {
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/sap.m.ButtonType",
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/sap.ui.core.TextAlign"
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/sap.m.PopinLayout"
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/sap.ui.comp.smarttable.ExportType",
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/sap.ui.comp.smarttable.ExportType",
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/sap.ui.comp.smarttable.ExportType",
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/sap.ui.comp.smarttable.ExportType",
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/sap.m.AvatarShape"
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
- "sap.m.AvatarShape": {
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/sap.m.ButtonType",
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
- "sap.m.ButtonType": {
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/sap.m.ButtonType",
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/sap.m.PopinLayout"
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/sap.ui.comp.smarttable.ExportType",
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
- "sap.m.PopinLayout": {
579
+ "PopinLayout": {
544
580
  "enum": [
545
581
  "Block",
546
582
  "GridLarge",
@@ -623,7 +659,7 @@
623
659
  "key"
624
660
  ]
625
661
  },
626
- "sap.ui.comp.smarttable.ExportType": {
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/sap.m.ButtonType",
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/sap.ui.core.TextAlign"
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
- "sap.ui.core.TextAlign": {
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/sap.m.ButtonType",
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/sap.ui.core.TextAlign"
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/sap.m.PopinLayout"
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/sap.ui.comp.smarttable.ExportType",
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/sap.ui.comp.smarttable.ExportType",
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/sap.ui.comp.smarttable.ExportType",
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/sap.ui.comp.smarttable.ExportType",
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/sap.m.ButtonType",
1713
+ "$ref": "#/definitions/ButtonType",
1530
1714
  "description": "Defines the Button type.",
1531
1715
  "artifactType": "FlexChange",
1532
1716
  "controlType": "sap.m.Button"
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "filterBar": {
10
10
  "$ref": "#/definitions/FilterBar",
11
- "description": "Filter bar"
11
+ "description": "Filter Bar"
12
12
  },
13
13
  "chart": {
14
14
  "$ref": "#/definitions/ALPChartView",
@@ -240,7 +240,7 @@
240
240
  "artifactType": "Manifest"
241
241
  },
242
242
  "createAtEnd": {
243
- "description": "In case of inline creation mode you can decide if the new row will be created at the end of the table, or direcly after the currently selected table. The default value is \"true\"",
243
+ "description": "In case of inline creation mode you can decide if the new row will be created at the end of the table, or directly after the currently selected table. The default value is \"true\"",
244
244
  "type": "boolean",
245
245
  "artifactType": "Manifest"
246
246
  }
@@ -595,7 +595,7 @@
595
595
  "artifactType": "Manifest"
596
596
  },
597
597
  "createAtEnd": {
598
- "description": "In case of inline creation mode you can decide if the new row will be created at the end of the table, or direcly after the currently selected table. The default value is \"true\"",
598
+ "description": "In case of inline creation mode you can decide if the new row will be created at the end of the table, or directly after the currently selected table. The default value is \"true\"",
599
599
  "type": "boolean",
600
600
  "artifactType": "Manifest"
601
601
  }
@@ -6,7 +6,7 @@ import type { Page as PageV4 } from './specification/v4/page';
6
6
  import type { FileData, File, ExportResults } from './sync/common/types';
7
7
  import type { ApplicationV2, ObjectPageConfig as ObjectPageConfigV2, ListReportConfig as ListReportConfigV2, OverviewPageConfig as OverviewPageConfigV2, AnalyticalListPageConfig as AnalyticalListPageConfigV2, Manifest as ManifestV2, FlexChangeLayer } from './v2';
8
8
  import type { ApplicationV4, ObjectPageConfig as ObjectPageConfigV4, ListReportConfig as ListReportConfigV4, Manifest as ManifestV4 } from './v4';
9
- import type { ConverterOutput } from '@sap-ux/vocabularies-types';
9
+ import type { ConvertedMetadata } from '@sap-ux/vocabularies-types';
10
10
  import type { CustomPage, CustomTableColumn, CustomSection } from '@sap-ux/fe-fpm-writer';
11
11
  import type { Editor } from 'mem-fs-editor';
12
12
  import type { TemplateType } from './sync/common';
@@ -240,7 +240,7 @@ export declare type ImportAnalyticalListPageV2 = {
240
240
  */
241
241
  export declare type ImportListReportV4Parameters = {
242
242
  manifest: object;
243
- jsonSchema: object;
243
+ jsonSchema: Definition;
244
244
  logger?: ExtensionLogger;
245
245
  };
246
246
  export declare type ImportListReportV4 = {
@@ -284,7 +284,7 @@ export interface ImportProjectParameters {
284
284
  export interface GenerateAppSchemaParameters {
285
285
  templateType: TemplateType;
286
286
  manifest: ManifestV2 | ManifestV4;
287
- serviceAVT: ConverterOutput;
287
+ serviceAVT: ConvertedMetadata;
288
288
  fioriElementsVersion: FioriElementsVersion;
289
289
  fragments?: FileData[];
290
290
  logger?: ExtensionLogger;
@@ -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