@sap/ux-specification 1.71.93 → 1.71.95

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 (81) hide show
  1. package/CHANGELOG.md +63 -1
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  3. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  4. package/dist/documentation/v2/v2-ListReport.html +2 -2
  5. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  6. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  7. package/dist/index-min.js +37 -37
  8. package/dist/index-min.js.map +4 -4
  9. package/dist/package.json +6 -6
  10. package/dist/schemas/v2/AnalyticalListPageConfig.json +42 -4
  11. package/dist/schemas/v2/ListReportConfig.json +107 -69
  12. package/dist/schemas/v2/ObjectPageConfig.json +92 -24
  13. package/dist/src/sync/common/distTagEvaluator.d.ts.map +1 -1
  14. package/dist/src/sync/common/distTagEvaluator.js +9 -2
  15. package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
  16. package/dist/src/sync/common/generate/objectPage.d.ts +6 -5
  17. package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
  18. package/dist/src/sync/common/generate/objectPage.js +117 -86
  19. package/dist/src/sync/common/generate/objectPage.js.map +1 -1
  20. package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
  21. package/dist/src/sync/common/generate/utils.js +6 -4
  22. package/dist/src/sync/common/generate/utils.js.map +1 -1
  23. package/dist/src/sync/common/i18n.json +3 -1
  24. package/dist/src/sync/common/importProject.d.ts.map +1 -1
  25. package/dist/src/sync/common/importProject.js +20 -10
  26. package/dist/src/sync/common/importProject.js.map +1 -1
  27. package/dist/src/sync/common/utils.d.ts +8 -7
  28. package/dist/src/sync/common/utils.d.ts.map +1 -1
  29. package/dist/src/sync/common/utils.js +29 -22
  30. package/dist/src/sync/common/utils.js.map +1 -1
  31. package/dist/src/sync/v2/export/controls/Action.d.ts +21 -0
  32. package/dist/src/sync/v2/export/controls/Action.d.ts.map +1 -1
  33. package/dist/src/sync/v2/export/controls/Action.js +93 -1
  34. package/dist/src/sync/v2/export/controls/Action.js.map +1 -1
  35. package/dist/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  36. package/dist/src/sync/v2/export/controls/Fragment.js +2 -4
  37. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
  38. package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
  39. package/dist/src/sync/v2/export/exportPage.js +13 -3
  40. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  41. package/dist/src/sync/v2/export/manifest.js +1 -1
  42. package/dist/src/sync/v2/export/manifest.js.map +1 -1
  43. package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  44. package/dist/src/sync/v2/generate/analyticalListReport.js +2 -0
  45. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  46. package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -1
  47. package/dist/src/sync/v2/generate/listReport.js +6 -2
  48. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  49. package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  50. package/dist/src/sync/v2/generate/objectPage.js +61 -62
  51. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  52. package/dist/src/sync/v2/generate/utils.d.ts +20 -0
  53. package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
  54. package/dist/src/sync/v2/generate/utils.js +62 -2
  55. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  56. package/dist/src/sync/v2/import/app/appProvider.d.ts +2 -2
  57. package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  58. package/dist/src/sync/v2/import/app/appProvider.js +41 -18
  59. package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
  60. package/dist/src/sync/v2/import/common/index.d.ts +9 -0
  61. package/dist/src/sync/v2/import/common/index.d.ts.map +1 -1
  62. package/dist/src/sync/v2/import/common/index.js +44 -19
  63. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  64. package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  65. package/dist/src/sync/v2/import/pages/analyticalListPage.js +6 -27
  66. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  67. package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  68. package/dist/src/sync/v2/import/pages/listReport.js +20 -31
  69. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  70. package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  71. package/dist/src/sync/v2/import/pages/objectPage.js +84 -62
  72. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  73. package/dist/src/sync/v2/import/utils.d.ts +14 -0
  74. package/dist/src/sync/v2/import/utils.d.ts.map +1 -1
  75. package/dist/src/sync/v2/import/utils.js +68 -5
  76. package/dist/src/sync/v2/import/utils.js.map +1 -1
  77. package/dist/src/sync/v2/types.d.ts +6 -1
  78. package/dist/src/sync/v2/types.d.ts.map +1 -1
  79. package/dist/src/sync/v2/types.js +6 -1
  80. package/dist/src/sync/v2/types.js.map +1 -1
  81. package/package.json +6 -6
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.71.93",
3
+ "version": "1.71.95",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -47,14 +47,14 @@
47
47
  "publisher": "SAPSE",
48
48
  "license": "SEE LICENSE IN LICENSE",
49
49
  "dependencies": {
50
- "@sap-ux/vocabularies-types": "0.9.2"
50
+ "@sap-ux/vocabularies-types": "0.9.3"
51
51
  },
52
52
  "devDependencies": {
53
- "@sap-ux/annotation-converter": "0.7.3",
54
- "@sap/ux-specification-types": "1.71.93",
53
+ "@sap-ux/annotation-converter": "0.7.4",
54
+ "@sap/ux-specification-types": "1.71.95",
55
55
  "@sap-ux/edmx-parser": "0.6.0",
56
- "@types/d3": "7.4.0",
57
- "@types/jquery": "3.5.18",
56
+ "@types/d3": "7.4.1",
57
+ "@types/jquery": "3.5.20",
58
58
  "@ui5/flexibility-utils": "0.1.3",
59
59
  "ajv": "6.12.6",
60
60
  "axios": "0.27.2",
@@ -7,6 +7,10 @@
7
7
  "artifactType": "FlexChange",
8
8
  "controlType": "sap.f.DynamicPage"
9
9
  },
10
+ "header": {
11
+ "$ref": "#/definitions/Header",
12
+ "description": "Header"
13
+ },
10
14
  "table": {
11
15
  "anyOf": [
12
16
  {
@@ -43,6 +47,40 @@
43
47
  },
44
48
  "additionalProperties": false,
45
49
  "definitions": {
50
+ "Header": {
51
+ "description": "Header",
52
+ "isViewNode": true,
53
+ "type": "object",
54
+ "properties": {
55
+ "actions": {
56
+ "$ref": "#/definitions/HeaderActionsStandard"
57
+ }
58
+ },
59
+ "additionalProperties": false
60
+ },
61
+ "HeaderActionsStandard": {
62
+ "type": "object",
63
+ "properties": {
64
+ "Share": {
65
+ "$ref": "#/definitions/Share"
66
+ }
67
+ },
68
+ "additionalProperties": false
69
+ },
70
+ "Share": {
71
+ "description": "Share",
72
+ "isViewNode": true,
73
+ "type": "object",
74
+ "properties": {
75
+ "visible": {
76
+ "description": "Allows you to define if the button is visible on the screen.",
77
+ "type": "boolean",
78
+ "artifactType": "FlexChange",
79
+ "controlType": "sap.m.Button"
80
+ }
81
+ },
82
+ "additionalProperties": false
83
+ },
46
84
  "ALPResponsiveTable": {
47
85
  "description": "Table",
48
86
  "isViewNode": true,
@@ -314,13 +352,13 @@
314
352
  "controlType": "sap.m.Button"
315
353
  },
316
354
  "icon": {
317
- "description": "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.",
355
+ "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.",
318
356
  "type": "string",
319
357
  "artifactType": "FlexChange",
320
358
  "controlType": "sap.m.Button"
321
359
  },
322
360
  "activeIcon": {
323
- "description": "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.",
361
+ "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.",
324
362
  "type": "string",
325
363
  "artifactType": "FlexChange",
326
364
  "controlType": "sap.m.Button"
@@ -421,13 +459,13 @@
421
459
  "controlType": "sap.m.Button"
422
460
  },
423
461
  "icon": {
424
- "description": "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.",
462
+ "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.",
425
463
  "type": "string",
426
464
  "artifactType": "FlexChange",
427
465
  "controlType": "sap.m.Button"
428
466
  },
429
467
  "activeIcon": {
430
- "description": "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.",
468
+ "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.",
431
469
  "type": "string",
432
470
  "artifactType": "FlexChange",
433
471
  "controlType": "sap.m.Button"
@@ -7,6 +7,13 @@
7
7
  "artifactType": "FlexChange",
8
8
  "controlType": "sap.f.DynamicPage"
9
9
  },
10
+ "header": {
11
+ "$ref": "#/definitions/Header",
12
+ "description": "Header"
13
+ },
14
+ "filterBar": {
15
+ "$ref": "#/definitions/ListReportFilterBar"
16
+ },
10
17
  "table": {
11
18
  "anyOf": [
12
19
  {
@@ -23,9 +30,6 @@
23
30
  }
24
31
  ]
25
32
  },
26
- "filterBar": {
27
- "$ref": "#/definitions/ListReportFilterBar"
28
- },
29
33
  "footer": {
30
34
  "$ref": "#/definitions/GenericFooter"
31
35
  },
@@ -35,6 +39,102 @@
35
39
  },
36
40
  "additionalProperties": false,
37
41
  "definitions": {
42
+ "Header": {
43
+ "description": "Header",
44
+ "isViewNode": true,
45
+ "type": "object",
46
+ "properties": {
47
+ "actions": {
48
+ "$ref": "#/definitions/HeaderActionsStandard"
49
+ }
50
+ },
51
+ "additionalProperties": false
52
+ },
53
+ "HeaderActionsStandard": {
54
+ "type": "object",
55
+ "properties": {
56
+ "Share": {
57
+ "$ref": "#/definitions/Share"
58
+ }
59
+ },
60
+ "additionalProperties": false
61
+ },
62
+ "Share": {
63
+ "description": "Share",
64
+ "isViewNode": true,
65
+ "type": "object",
66
+ "properties": {
67
+ "visible": {
68
+ "description": "Allows you to define if the button is visible on the screen.",
69
+ "type": "boolean",
70
+ "artifactType": "FlexChange",
71
+ "controlType": "sap.m.Button"
72
+ }
73
+ },
74
+ "additionalProperties": false
75
+ },
76
+ "ListReportFilterBar": {
77
+ "description": "Filter Bar",
78
+ "isViewNode": true,
79
+ "type": "object",
80
+ "properties": {
81
+ "smartVariantManagement": {
82
+ "description": "Controls whether smart variant management is active. Default is true.",
83
+ "type": "boolean",
84
+ "artifactType": "Manifest"
85
+ },
86
+ "liveMode": {
87
+ "description": "If liveMode is set, the search will be automatically triggered when a filter value is set.",
88
+ "type": "boolean",
89
+ "artifactType": "FlexChange",
90
+ "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
91
+ },
92
+ "variantManagementHidden": {
93
+ "description": "If you set the flag to false or if the flag is not at all contained in the manifest of the app, the standard variant management is available and can be enabled or disabled.",
94
+ "type": "boolean",
95
+ "artifactType": "Manifest"
96
+ },
97
+ "subTitleIfVariantMgmtHidden": {
98
+ "description": "You can choose an app-specific title by setting the corresponding value for the subTitleIfVariantMgmtHidden property.",
99
+ "i18nClassification": "TIT: Subtitle if variant management is hidden",
100
+ "type": "string",
101
+ "artifactType": "Manifest"
102
+ },
103
+ "showClearOnFB": {
104
+ "description": "Handles visibility of the Clear button on the FilterBar.",
105
+ "type": "boolean",
106
+ "artifactType": "FlexChange",
107
+ "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
108
+ },
109
+ "showFilterConfiguration": {
110
+ "description": "Handles visibility of the Filter button on the FilterBar.",
111
+ "type": "boolean",
112
+ "artifactType": "FlexChange",
113
+ "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
114
+ },
115
+ "showRestoreOnFB": {
116
+ "description": "Handles visibility of the Restore button on the FilterBar.",
117
+ "type": "boolean",
118
+ "artifactType": "FlexChange",
119
+ "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
120
+ },
121
+ "selectionFields": {
122
+ "$ref": "#/definitions/SelectionFields"
123
+ }
124
+ },
125
+ "additionalProperties": false
126
+ },
127
+ "SelectionFields": {
128
+ "description": "Filter Fields",
129
+ "isViewNode": true,
130
+ "type": "object",
131
+ "additionalProperties": {
132
+ "description": "Filter Field",
133
+ "isViewNode": true,
134
+ "type": "object",
135
+ "properties": {}
136
+ }
137
+ },
38
138
  "AnalyticalTable": {
39
139
  "description": "Table",
40
140
  "isViewNode": true,
@@ -320,13 +420,13 @@
320
420
  "controlType": "sap.m.Button"
321
421
  },
322
422
  "icon": {
323
- "description": "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.",
423
+ "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.",
324
424
  "type": "string",
325
425
  "artifactType": "FlexChange",
326
426
  "controlType": "sap.m.Button"
327
427
  },
328
428
  "activeIcon": {
329
- "description": "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.",
429
+ "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.",
330
430
  "type": "string",
331
431
  "artifactType": "FlexChange",
332
432
  "controlType": "sap.m.Button"
@@ -427,13 +527,13 @@
427
527
  "controlType": "sap.m.Button"
428
528
  },
429
529
  "icon": {
430
- "description": "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.",
530
+ "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.",
431
531
  "type": "string",
432
532
  "artifactType": "FlexChange",
433
533
  "controlType": "sap.m.Button"
434
534
  },
435
535
  "activeIcon": {
436
- "description": "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.",
536
+ "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.",
437
537
  "type": "string",
438
538
  "artifactType": "FlexChange",
439
539
  "controlType": "sap.m.Button"
@@ -865,68 +965,6 @@
865
965
  },
866
966
  "additionalProperties": false
867
967
  },
868
- "ListReportFilterBar": {
869
- "description": "Filter Bar",
870
- "isViewNode": true,
871
- "type": "object",
872
- "properties": {
873
- "smartVariantManagement": {
874
- "description": "Controls whether smart variant management is active. Default is true.",
875
- "type": "boolean",
876
- "artifactType": "Manifest"
877
- },
878
- "liveMode": {
879
- "description": "If liveMode is set, the search will be automatically triggered when a filter value is set.",
880
- "type": "boolean",
881
- "artifactType": "FlexChange",
882
- "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
883
- },
884
- "variantManagementHidden": {
885
- "description": "If you set the flag to false or if the flag is not at all contained in the manifest of the app, the standard variant management is available and can be enabled or disabled.",
886
- "type": "boolean",
887
- "artifactType": "Manifest"
888
- },
889
- "subTitleIfVariantMgmtHidden": {
890
- "description": "You can choose an app-specific title by setting the corresponding value for the subTitleIfVariantMgmtHidden property.",
891
- "i18nClassification": "TIT: Subtitle if variant management is hidden",
892
- "type": "string",
893
- "artifactType": "Manifest"
894
- },
895
- "showClearOnFB": {
896
- "description": "Handles visibility of the Clear button on the FilterBar.",
897
- "type": "boolean",
898
- "artifactType": "FlexChange",
899
- "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
900
- },
901
- "showFilterConfiguration": {
902
- "description": "Handles visibility of the Filter button on the FilterBar.",
903
- "type": "boolean",
904
- "artifactType": "FlexChange",
905
- "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
906
- },
907
- "showRestoreOnFB": {
908
- "description": "Handles visibility of the Restore button on the FilterBar.",
909
- "type": "boolean",
910
- "artifactType": "FlexChange",
911
- "controlType": "sap.ui.comp.smartfilterbar.SmartFilterBar"
912
- },
913
- "selectionFields": {
914
- "$ref": "#/definitions/SelectionFields"
915
- }
916
- },
917
- "additionalProperties": false
918
- },
919
- "SelectionFields": {
920
- "description": "Filter Fields",
921
- "isViewNode": true,
922
- "type": "object",
923
- "additionalProperties": {
924
- "description": "Filter Field",
925
- "isViewNode": true,
926
- "type": "object",
927
- "properties": {}
928
- }
929
- },
930
968
  "GenericFooter": {
931
969
  "description": "Footer",
932
970
  "isViewNode": true,
@@ -98,6 +98,14 @@
98
98
  "type": "object",
99
99
  "additionalProperties": {
100
100
  "$ref": "#/definitions/HeaderAction"
101
+ },
102
+ "properties": {
103
+ "UpAndDownNavigation": {
104
+ "$ref": "#/definitions/UpAndDownNavigationOP"
105
+ },
106
+ "Share": {
107
+ "$ref": "#/definitions/ShareOP"
108
+ }
101
109
  }
102
110
  },
103
111
  "HeaderAction": {
@@ -120,7 +128,7 @@
120
128
  "type": "string"
121
129
  }
122
130
  ],
123
- "description": "Whether the button should be visible on the screen.",
131
+ "description": "Allows you to define if the action button is visible on the screen.",
124
132
  "artifactType": "FlexChange",
125
133
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
126
134
  },
@@ -132,13 +140,13 @@
132
140
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
133
141
  },
134
142
  "icon": {
135
- "description": "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.",
143
+ "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.",
136
144
  "type": "string",
137
145
  "artifactType": "FlexChange",
138
146
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
139
147
  },
140
148
  "activeIcon": {
141
- "description": "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.",
149
+ "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.",
142
150
  "type": "string",
143
151
  "artifactType": "FlexChange",
144
152
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
@@ -166,6 +174,34 @@
166
174
  ],
167
175
  "type": "string"
168
176
  },
177
+ "UpAndDownNavigationOP": {
178
+ "description": "Up and Down Navigation",
179
+ "isViewNode": true,
180
+ "type": "object",
181
+ "properties": {
182
+ "visible": {
183
+ "description": "Allows you to define if the button is visible on the screen.",
184
+ "type": "boolean",
185
+ "artifactType": "FlexChange",
186
+ "controlType": "sap.m.Button"
187
+ }
188
+ },
189
+ "additionalProperties": false
190
+ },
191
+ "ShareOP": {
192
+ "description": "Share",
193
+ "isViewNode": true,
194
+ "type": "object",
195
+ "properties": {
196
+ "visible": {
197
+ "description": "Allows you to define if the button is visible on the screen.",
198
+ "type": "boolean",
199
+ "artifactType": "FlexChange",
200
+ "controlType": "sap.m.Button"
201
+ }
202
+ },
203
+ "additionalProperties": false
204
+ },
169
205
  "ObjectPageLayout": {
170
206
  "description": "Page Layout",
171
207
  "isViewNode": true,
@@ -259,7 +295,7 @@
259
295
  "type": "string"
260
296
  }
261
297
  ],
262
- "description": "Whether the section should be visible on the screen.",
298
+ "description": "Allows you to define if the section should be visible on the screen.",
263
299
  "artifactType": "FlexChange",
264
300
  "controlType": "sap.uxap.ObjectPageSection"
265
301
  }
@@ -289,7 +325,7 @@
289
325
  "type": "string"
290
326
  }
291
327
  ],
292
- "description": "Whether the section should be visible on the screen.",
328
+ "description": "Allows you to define if the section should be visible on the screen.",
293
329
  "artifactType": "FlexChange",
294
330
  "controlType": "sap.uxap.ObjectPageSection"
295
331
  }
@@ -336,7 +372,7 @@
336
372
  "type": "string"
337
373
  }
338
374
  ],
339
- "description": "Whether the field should be visible on the screen.",
375
+ "description": "Allows you to define if the field should be visible on the screen.",
340
376
  "artifactType": "FlexChange",
341
377
  "controlType": "sap.ui.comp.smartform.GroupElement"
342
378
  }
@@ -369,7 +405,7 @@
369
405
  "type": "string"
370
406
  }
371
407
  ],
372
- "description": "Whether the button should be visible on the screen.",
408
+ "description": "Allows you to define if the action button is visible on the screen.",
373
409
  "artifactType": "FlexChange",
374
410
  "controlType": "sap.m.Button"
375
411
  },
@@ -381,13 +417,13 @@
381
417
  "controlType": "sap.m.Button"
382
418
  },
383
419
  "icon": {
384
- "description": "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.",
420
+ "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.",
385
421
  "type": "string",
386
422
  "artifactType": "FlexChange",
387
423
  "controlType": "sap.m.Button"
388
424
  },
389
425
  "activeIcon": {
390
- "description": "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.",
426
+ "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.",
391
427
  "type": "string",
392
428
  "artifactType": "FlexChange",
393
429
  "controlType": "sap.m.Button"
@@ -437,7 +473,7 @@
437
473
  "type": "string"
438
474
  }
439
475
  ],
440
- "description": "Whether the section should be visible on the screen.",
476
+ "description": "Allows you to define if the section should be visible on the screen.",
441
477
  "artifactType": "FlexChange",
442
478
  "controlType": "sap.uxap.ObjectPageSection"
443
479
  }
@@ -640,7 +676,7 @@
640
676
  "type": "string"
641
677
  }
642
678
  ],
643
- "description": "Whether the button should be visible on the screen.",
679
+ "description": "Allows you to define if the action button is visible on the screen.",
644
680
  "artifactType": "FlexChange",
645
681
  "controlType": "sap.m.Button"
646
682
  },
@@ -652,13 +688,13 @@
652
688
  "controlType": "sap.m.Button"
653
689
  },
654
690
  "icon": {
655
- "description": "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.",
691
+ "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.",
656
692
  "type": "string",
657
693
  "artifactType": "FlexChange",
658
694
  "controlType": "sap.m.Button"
659
695
  },
660
696
  "activeIcon": {
661
- "description": "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.",
697
+ "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.",
662
698
  "type": "string",
663
699
  "artifactType": "FlexChange",
664
700
  "controlType": "sap.m.Button"
@@ -745,13 +781,13 @@
745
781
  "controlType": "sap.m.Button"
746
782
  },
747
783
  "icon": {
748
- "description": "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.",
784
+ "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.",
749
785
  "type": "string",
750
786
  "artifactType": "FlexChange",
751
787
  "controlType": "sap.m.Button"
752
788
  },
753
789
  "activeIcon": {
754
- "description": "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.",
790
+ "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.",
755
791
  "type": "string",
756
792
  "artifactType": "FlexChange",
757
793
  "controlType": "sap.m.Button"
@@ -1116,7 +1152,7 @@
1116
1152
  "type": "string"
1117
1153
  }
1118
1154
  ],
1119
- "description": "Whether the section should be visible on the screen.",
1155
+ "description": "Allows you to define if the section should be visible on the screen.",
1120
1156
  "artifactType": "FlexChange",
1121
1157
  "controlType": "sap.uxap.ObjectPageSection"
1122
1158
  }
@@ -1160,7 +1196,7 @@
1160
1196
  "type": "string"
1161
1197
  }
1162
1198
  ],
1163
- "description": "Whether the section should be visible on the screen.",
1199
+ "description": "Allows you to define if the section should be visible on the screen.",
1164
1200
  "artifactType": "FlexChange",
1165
1201
  "controlType": "sap.uxap.ObjectPageSection"
1166
1202
  }
@@ -1192,7 +1228,7 @@
1192
1228
  "type": "string"
1193
1229
  }
1194
1230
  ],
1195
- "description": "Whether the section should be visible on the screen.",
1231
+ "description": "Allows you to define if the section should be visible on the screen.",
1196
1232
  "artifactType": "FlexChange",
1197
1233
  "controlType": "sap.uxap.ObjectPageSection"
1198
1234
  }
@@ -1222,7 +1258,7 @@
1222
1258
  "type": "string"
1223
1259
  }
1224
1260
  ],
1225
- "description": "Whether the section should be visible on the screen.",
1261
+ "description": "Allows you to define if the section should be visible on the screen.",
1226
1262
  "artifactType": "FlexChange",
1227
1263
  "controlType": "sap.uxap.ObjectPageSubSection"
1228
1264
  }
@@ -1276,7 +1312,7 @@
1276
1312
  "type": "string"
1277
1313
  }
1278
1314
  ],
1279
- "description": "Whether the section should be visible on the screen.",
1315
+ "description": "Allows you to define if the section should be visible on the screen.",
1280
1316
  "artifactType": "FlexChange",
1281
1317
  "controlType": "sap.uxap.ObjectPageSubSection"
1282
1318
  }
@@ -1308,7 +1344,7 @@
1308
1344
  "type": "string"
1309
1345
  }
1310
1346
  ],
1311
- "description": "Whether the section should be visible on the screen.",
1347
+ "description": "Allows you to define if the section should be visible on the screen.",
1312
1348
  "artifactType": "FlexChange",
1313
1349
  "controlType": "sap.uxap.ObjectPageSubSection"
1314
1350
  }
@@ -1443,6 +1479,11 @@
1443
1479
  "type": "object",
1444
1480
  "additionalProperties": {
1445
1481
  "$ref": "#/definitions/ObjectPageFooterAction"
1482
+ },
1483
+ "properties": {
1484
+ "SaveAndEdit": {
1485
+ "$ref": "#/definitions/SaveAndEditOP"
1486
+ }
1446
1487
  }
1447
1488
  },
1448
1489
  "ObjectPageFooterAction": {
@@ -1465,7 +1506,7 @@
1465
1506
  "type": "string"
1466
1507
  }
1467
1508
  ],
1468
- "description": "Whether the button should be visible on the screen.",
1509
+ "description": "Allows you to define if the action button is visible on the screen.",
1469
1510
  "artifactType": "FlexChange",
1470
1511
  "controlType": "sap.m.Button"
1471
1512
  },
@@ -1477,13 +1518,13 @@
1477
1518
  "controlType": "sap.m.Button"
1478
1519
  },
1479
1520
  "icon": {
1480
- "description": "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.",
1521
+ "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.",
1481
1522
  "type": "string",
1482
1523
  "artifactType": "FlexChange",
1483
1524
  "controlType": "sap.m.Button"
1484
1525
  },
1485
1526
  "activeIcon": {
1486
- "description": "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.",
1527
+ "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.",
1487
1528
  "type": "string",
1488
1529
  "artifactType": "FlexChange",
1489
1530
  "controlType": "sap.m.Button"
@@ -1496,6 +1537,33 @@
1496
1537
  }
1497
1538
  },
1498
1539
  "additionalProperties": false
1540
+ },
1541
+ "SaveAndEditOP": {
1542
+ "description": "Save and Edit",
1543
+ "isViewNode": true,
1544
+ "type": "object",
1545
+ "properties": {
1546
+ "visible": {
1547
+ "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
1548
+ "anyOf": [
1549
+ {
1550
+ "enum": [
1551
+ false,
1552
+ true,
1553
+ "{ui>/editable}",
1554
+ "{= !${ui>/editable}}"
1555
+ ]
1556
+ },
1557
+ {
1558
+ "type": "string"
1559
+ }
1560
+ ],
1561
+ "description": "Allows you to define if the button is visible on the screen.",
1562
+ "artifactType": "FlexChange",
1563
+ "controlType": "sap.m.Button"
1564
+ }
1565
+ },
1566
+ "additionalProperties": false
1499
1567
  }
1500
1568
  },
1501
1569
  "$schema": "http://json-schema.org/draft-07/schema#"
@@ -1 +1 @@
1
- {"version":3,"file":"distTagEvaluator.d.ts","sourceRoot":"","sources":["../../../../src/sync/common/distTagEvaluator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAOnE,qBAAa,gBAAgB;IACzB,MAAM,CAAC,cAAc,EAAE,MAAM,EAAE,CAAM;;IAQrC;;OAEG;IACH,MAAM,CAAC,mBAAmB,IAAI,IAAI;IAIlC;;;OAGG;IACI,cAAc,IAAI,MAAM,GAAG,SAAS;IAI3C;;;;;OAKG;IACI,oBAAoB,IAAI,MAAM,EAAE;IAoBvC;;;;OAIG;IACI,yBAAyB,CAAC,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,eAAe,GAAG,IAAI;CAuBzF"}
1
+ {"version":3,"file":"distTagEvaluator.d.ts","sourceRoot":"","sources":["../../../../src/sync/common/distTagEvaluator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAOnE,qBAAa,gBAAgB;IACzB,MAAM,CAAC,cAAc,EAAE,MAAM,EAAE,CAAM;;IAQrC;;OAEG;IACH,MAAM,CAAC,mBAAmB,IAAI,IAAI;IAIlC;;;OAGG;IACI,cAAc,IAAI,MAAM,GAAG,SAAS;IAI3C;;;;;OAKG;IACI,oBAAoB,IAAI,MAAM,EAAE;IAoBvC;;;;OAIG;IACI,yBAAyB,CAAC,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,eAAe,GAAG,IAAI;CA6BzF"}