@sap/ux-specification 1.90.5 → 1.90.9

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 (228) hide show
  1. package/CHANGELOG.md +110 -0
  2. package/dist/index-min.js +1 -1
  3. package/dist/schemas/v2/AnalyticalListPageConfig.json +460 -53
  4. package/dist/schemas/v2/ListReportConfig.json +358 -104
  5. package/dist/schemas/v2/ObjectPageConfig.json +293 -92
  6. package/dist/schemas/v2/OverviewPageConfig.json +126 -46
  7. package/dist/schemas/v4/AnalyticalListPageConfig.json +110 -36
  8. package/dist/schemas/v4/ApplicationV4.json +0 -6
  9. package/dist/schemas/v4/ListReportConfig.json +110 -36
  10. package/dist/schemas/v4/ObjectPageConfig.json +349 -68
  11. package/dist/scripts/extractDocu.d.ts +1 -0
  12. package/dist/scripts/extractDocu.js +311 -0
  13. package/dist/scripts/extractDocu.js.map +1 -0
  14. package/dist/scripts/spec.d.ts +1 -0
  15. package/dist/scripts/spec.js +114 -0
  16. package/dist/scripts/spec.js.map +1 -0
  17. package/dist/scripts/to-json-schema.d.ts +10 -0
  18. package/dist/scripts/to-json-schema.js +121 -0
  19. package/dist/scripts/to-json-schema.js.map +1 -0
  20. package/dist/specification/v2/index-min.js +1 -1
  21. package/dist/specification/v4/index-min.js +1 -1
  22. package/dist/src/api.js +3 -5
  23. package/dist/src/api.js.map +1 -1
  24. package/dist/src/apiTypes.d.ts +2 -1
  25. package/dist/src/extensionLogger.js +6 -0
  26. package/dist/src/extensionLogger.js.map +1 -1
  27. package/dist/src/specification/common/types.d.ts +4 -0
  28. package/dist/src/specification/common/types.js +5 -0
  29. package/dist/src/specification/common/types.js.map +1 -1
  30. package/dist/src/specification/common/webapp/manifest/Manifest.d.ts +7 -0
  31. package/dist/src/specification/common/webapp/manifest/Manifest.js +8 -0
  32. package/dist/src/specification/common/webapp/manifest/Manifest.js.map +1 -1
  33. package/dist/src/specification/v2/controls/Card.d.ts +8 -2
  34. package/dist/src/specification/v2/controls/Card.js +2 -0
  35. package/dist/src/specification/v2/controls/Card.js.map +1 -1
  36. package/dist/src/specification/v2/controls/FilterBar.d.ts +20 -0
  37. package/dist/src/specification/v2/controls/FilterBar.js +51 -0
  38. package/dist/src/specification/v2/controls/FilterBar.js.map +1 -1
  39. package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +12 -3
  40. package/dist/src/specification/v2/controls/ObjectPageTable.js.map +1 -1
  41. package/dist/src/specification/v2/controls/ObjectPageToolBar.d.ts +19 -0
  42. package/dist/src/specification/v2/controls/ObjectPageToolBar.js +3 -0
  43. package/dist/src/specification/v2/controls/ObjectPageToolBar.js.map +1 -0
  44. package/dist/src/specification/v2/controls/Table.d.ts +53 -5
  45. package/dist/src/specification/v2/controls/Table.js.map +1 -1
  46. package/dist/src/specification/v2/controls/ToolBar.d.ts +19 -0
  47. package/dist/src/specification/v2/controls/ToolBar.js +3 -0
  48. package/dist/src/specification/v2/controls/ToolBar.js.map +1 -0
  49. package/dist/src/specification/v2/controls/index.d.ts +2 -0
  50. package/dist/src/specification/v2/controls/index.js.map +1 -1
  51. package/dist/src/specification/v2/pages/AnalyticalListPageConfig.d.ts +2 -2
  52. package/dist/src/specification/v2/webapp/manifest/sapUi5.d.ts +2 -1
  53. package/dist/src/specification/v2/webapp/manifest/sapUi5.js +1 -0
  54. package/dist/src/specification/v2/webapp/manifest/sapUi5.js.map +1 -1
  55. package/dist/src/specification/v4/controls/FilterBar.d.ts +1 -1
  56. package/dist/src/specification/v4/controls/ObjectPageHeader.d.ts +2 -0
  57. package/dist/src/specification/v4/controls/ObjectPageHeaderSection.d.ts +58 -0
  58. package/dist/src/specification/v4/controls/ObjectPageHeaderSection.js +7 -0
  59. package/dist/src/specification/v4/controls/ObjectPageHeaderSection.js.map +1 -0
  60. package/dist/src/specification/v4/controls/ObjectPageSection.d.ts +27 -3
  61. package/dist/src/specification/v4/controls/ObjectPageSection.js.map +1 -1
  62. package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +71 -2
  63. package/dist/src/specification/v4/controls/ObjectPageToolBar.d.ts +25 -0
  64. package/dist/src/specification/v4/controls/ObjectPageToolBar.js +3 -0
  65. package/dist/src/specification/v4/controls/ObjectPageToolBar.js.map +1 -0
  66. package/dist/src/specification/v4/controls/Table.d.ts +7 -1
  67. package/dist/src/specification/v4/controls/Table.js +1 -1
  68. package/dist/src/specification/v4/controls/Table.js.map +1 -1
  69. package/dist/src/specification/v4/controls/ToolBar.d.ts +28 -0
  70. package/dist/src/specification/v4/controls/ToolBar.js +8 -0
  71. package/dist/src/specification/v4/controls/ToolBar.js.map +1 -0
  72. package/dist/src/specification/v4/controls/index.d.ts +3 -0
  73. package/dist/src/specification/v4/controls/index.js +2 -0
  74. package/dist/src/specification/v4/controls/index.js.map +1 -1
  75. package/dist/src/specification/v4/page.d.ts +0 -2
  76. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.d.ts +34 -2
  77. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.js.map +1 -1
  78. package/dist/src/specification/v4/webapp/manifest/sapUi5.d.ts +6 -1
  79. package/dist/src/specification/v4/webapp/manifest/sapUi5.js.map +1 -1
  80. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.d.ts +1 -0
  81. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js +1 -0
  82. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js.map +1 -1
  83. package/dist/src/sync/common/appProvider.d.ts +3 -1
  84. package/dist/src/sync/common/appProvider.js +2 -1
  85. package/dist/src/sync/common/appProvider.js.map +1 -1
  86. package/dist/src/sync/common/decoration/control.js +7 -4
  87. package/dist/src/sync/common/decoration/control.js.map +1 -1
  88. package/dist/src/sync/common/decoration/factory.d.ts +1 -1
  89. package/dist/src/sync/common/decoration/factory.js.map +1 -1
  90. package/dist/src/sync/common/flexUtils.d.ts +3 -2
  91. package/dist/src/sync/common/flexUtils.js +4 -1
  92. package/dist/src/sync/common/flexUtils.js.map +1 -1
  93. package/dist/src/sync/common/i18n.json +2 -1
  94. package/dist/src/sync/common/importProject.js +6 -6
  95. package/dist/src/sync/common/importProject.js.map +1 -1
  96. package/dist/src/sync/common/types.d.ts +22 -5
  97. package/dist/src/sync/common/types.js +20 -4
  98. package/dist/src/sync/common/types.js.map +1 -1
  99. package/dist/src/sync/common/utils.d.ts +72 -20
  100. package/dist/src/sync/common/utils.js +233 -97
  101. package/dist/src/sync/common/utils.js.map +1 -1
  102. package/dist/src/sync/v2/application.js +7 -6
  103. package/dist/src/sync/v2/application.js.map +1 -1
  104. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts +1 -0
  105. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js +5 -5
  106. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +1 -1
  107. package/dist/src/sync/v2/export/controls/Card.d.ts +2 -1
  108. package/dist/src/sync/v2/export/controls/Card.js +7 -0
  109. package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
  110. package/dist/src/sync/v2/export/controls/FilterBar.d.ts +3 -0
  111. package/dist/src/sync/v2/export/controls/FilterBar.js +36 -0
  112. package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
  113. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js +2 -1
  114. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -1
  115. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +1 -0
  116. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +12 -0
  117. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  118. package/dist/src/sync/v2/export/controls/Table.d.ts +11 -2
  119. package/dist/src/sync/v2/export/controls/Table.js +38 -5
  120. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  121. package/dist/src/sync/v2/export/export.d.ts +2 -2
  122. package/dist/src/sync/v2/export/export.js +15 -13
  123. package/dist/src/sync/v2/export/export.js.map +1 -1
  124. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js +1 -1
  125. package/dist/src/sync/v2/generate/analyticalListReport.d.ts +3 -1
  126. package/dist/src/sync/v2/generate/analyticalListReport.js +59 -16
  127. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  128. package/dist/src/sync/v2/generate/generate.d.ts +5 -2
  129. package/dist/src/sync/v2/generate/generate.js +7 -4
  130. package/dist/src/sync/v2/generate/generate.js.map +1 -1
  131. package/dist/src/sync/v2/generate/listReport.d.ts +5 -2
  132. package/dist/src/sync/v2/generate/listReport.js +63 -30
  133. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  134. package/dist/src/sync/v2/generate/objectPage.js +75 -56
  135. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  136. package/dist/src/sync/v2/generate/utils.d.ts +19 -2
  137. package/dist/src/sync/v2/generate/utils.js +134 -57
  138. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  139. package/dist/src/sync/v2/import/app/appProvider.d.ts +3 -2
  140. package/dist/src/sync/v2/import/app/appProvider.js +10 -9
  141. package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
  142. package/dist/src/sync/v2/import/app/ovpProvider.js +6 -6
  143. package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -1
  144. package/dist/src/sync/v2/import/common/index.d.ts +1 -0
  145. package/dist/src/sync/v2/import/common/index.js +11 -7
  146. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  147. package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts +1 -1
  148. package/dist/src/sync/v2/import/pages/analyticalListPage.js +15 -14
  149. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  150. package/dist/src/sync/v2/import/pages/listReport.d.ts +1 -1
  151. package/dist/src/sync/v2/import/pages/listReport.js +15 -15
  152. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  153. package/dist/src/sync/v2/import/pages/objectPage.js +12 -11
  154. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  155. package/dist/src/sync/v2/import/pages/overviewPage.js +5 -3
  156. package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  157. package/dist/src/sync/v2/import/utils.d.ts +0 -12
  158. package/dist/src/sync/v2/import/utils.js +0 -35
  159. package/dist/src/sync/v2/import/utils.js.map +1 -1
  160. package/dist/src/sync/v4/application.d.ts +3 -0
  161. package/dist/src/sync/v4/application.js +9 -0
  162. package/dist/src/sync/v4/application.js.map +1 -1
  163. package/dist/src/sync/v4/export/controls/ObjectPageHeader.d.ts +2 -1
  164. package/dist/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -1
  165. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts +21 -0
  166. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js +65 -0
  167. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js.map +1 -0
  168. package/dist/src/sync/v4/export/controls/ObjectPageTable.d.ts +18 -4
  169. package/dist/src/sync/v4/export/controls/ObjectPageTable.js +96 -0
  170. package/dist/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  171. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +6 -2
  172. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +17 -0
  173. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
  174. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +4 -0
  175. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js +21 -0
  176. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -0
  177. package/dist/src/sync/v4/export/controls/Table.d.ts +25 -1
  178. package/dist/src/sync/v4/export/controls/Table.js +169 -0
  179. package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
  180. package/dist/src/sync/v4/export/controls/TableColumn.d.ts +5 -1
  181. package/dist/src/sync/v4/export/controls/TableColumn.js +17 -0
  182. package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  183. package/dist/src/sync/v4/export/controls/ToolBar.d.ts +4 -0
  184. package/dist/src/sync/v4/export/controls/ToolBar.js +6 -0
  185. package/dist/src/sync/v4/export/controls/ToolBar.js.map +1 -0
  186. package/dist/src/sync/v4/export/controls/ToolBarAction.d.ts +4 -0
  187. package/dist/src/sync/v4/export/controls/ToolBarAction.js +21 -0
  188. package/dist/src/sync/v4/export/controls/ToolBarAction.js.map +1 -0
  189. package/dist/src/sync/v4/export/controls/index.d.ts +4 -0
  190. package/dist/src/sync/v4/export/controls/index.js +4 -0
  191. package/dist/src/sync/v4/export/controls/index.js.map +1 -1
  192. package/dist/src/sync/v4/export/export.d.ts +2 -1
  193. package/dist/src/sync/v4/export/export.js +60 -50
  194. package/dist/src/sync/v4/export/export.js.map +1 -1
  195. package/dist/src/sync/v4/export/factory.js +3 -1
  196. package/dist/src/sync/v4/export/factory.js.map +1 -1
  197. package/dist/src/sync/v4/export/manifest.js +28 -7
  198. package/dist/src/sync/v4/export/manifest.js.map +1 -1
  199. package/dist/src/sync/v4/export/pages/AnalyticalListPage.js +2 -2
  200. package/dist/src/sync/v4/export/pages/AnalyticalListPage.js.map +1 -1
  201. package/dist/src/sync/v4/export/pages/ListReport.js +1 -4
  202. package/dist/src/sync/v4/export/pages/ListReport.js.map +1 -1
  203. package/dist/src/sync/v4/generate/listReport.d.ts +1 -0
  204. package/dist/src/sync/v4/generate/listReport.js +7 -2
  205. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  206. package/dist/src/sync/v4/generate/objectPage.js +167 -69
  207. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  208. package/dist/src/sync/v4/import/app/appProvider.d.ts +2 -1
  209. package/dist/src/sync/v4/import/app/appProvider.js +25 -11
  210. package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
  211. package/dist/src/sync/v4/import/fragment.js +4 -3
  212. package/dist/src/sync/v4/import/fragment.js.map +1 -1
  213. package/dist/src/sync/v4/import/pages/analyticalListPage.js +7 -6
  214. package/dist/src/sync/v4/import/pages/analyticalListPage.js.map +1 -1
  215. package/dist/src/sync/v4/import/pages/listReport.d.ts +2 -2
  216. package/dist/src/sync/v4/import/pages/listReport.js +32 -19
  217. package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
  218. package/dist/src/sync/v4/import/pages/objectPage.d.ts +3 -1
  219. package/dist/src/sync/v4/import/pages/objectPage.js +74 -21
  220. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  221. package/dist/src/sync/v4/utils/StableIdHelper.js +12 -1
  222. package/dist/src/sync/v4/utils/StableIdHelper.js.map +1 -1
  223. package/dist/src/sync/v4/utils/utils.d.ts +13 -2
  224. package/dist/src/sync/v4/utils/utils.js +49 -29
  225. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  226. package/dist/test/test-utils/utils.d.ts +0 -1
  227. package/dist/test/unit/import/importAppV4.test.d.ts +1 -0
  228. package/package.json +9 -9
@@ -3,47 +3,58 @@
3
3
  "properties": {
4
4
  "globalFilterModel": {
5
5
  "description": "globalFilterModel defines the OData model that contains entity definitions relevant for global filters.",
6
- "type": "string"
6
+ "type": "string",
7
+ "artifactType": "Manifest"
7
8
  },
8
9
  "globalFilterEntityType": {
9
10
  "description": "globalFilterEntityType defines the entity type to use as a global filter in the smart filter bar control.",
10
- "type": "string"
11
+ "type": "string",
12
+ "artifactType": "Manifest"
11
13
  },
12
14
  "globalFilterEntitySet": {
13
15
  "description": "globalFilterEntitySet defines the entity set to use as global filter in the smart filter bar control.",
14
- "type": "string"
16
+ "type": "string",
17
+ "artifactType": "Manifest"
15
18
  },
16
19
  "containerLayout": {
17
20
  "$ref": "#/definitions/ContainerLayoutType",
18
- "description": "containerLayout represents the layout of the card container, as fixed or resizable. The default value is fixed."
21
+ "description": "containerLayout represents the layout of the card container, as fixed or resizable. The default value is fixed.",
22
+ "artifactType": "Manifest"
19
23
  },
20
24
  "smartVariantRequired": {
21
25
  "description": "Set smartVariantRequired to false to deactivate smart variant management in the global filters. The default value is true.",
22
- "type": "boolean"
26
+ "type": "boolean",
27
+ "artifactType": "Manifest"
23
28
  },
24
29
  "showDateInRelativeFormat": {
25
30
  "description": "Set showDateInRelativeFormat to true to enable relative or normal date formatting in OVP applications.",
26
- "type": "boolean"
31
+ "type": "boolean",
32
+ "artifactType": "Manifest"
27
33
  },
28
34
  "enableLiveFilter": {
29
35
  "description": "Set enableLiveFilter to true to activate a live update in the global filter. The default requires the user to click the Go button..",
30
- "type": "boolean"
36
+ "type": "boolean",
37
+ "artifactType": "Manifest"
31
38
  },
32
39
  "imageSupported": {
33
40
  "description": "imageSupported allows the condensed list card to show images or icons.",
34
- "type": "boolean"
41
+ "type": "boolean",
42
+ "artifactType": "Manifest"
35
43
  },
36
44
  "considerAnalyticalParameters": {
37
45
  "description": "considerAnalyticalParameters enables analytical parameter support for the smart filter bar.",
38
- "type": "boolean"
46
+ "type": "boolean",
47
+ "artifactType": "Manifest"
39
48
  },
40
49
  "refreshIntervalInMinutes": {
41
50
  "description": "refreshIntervalInMinutes represents the time interval in minutes to auto refresh the card models.",
42
- "type": "number"
51
+ "type": "number",
52
+ "artifactType": "Manifest"
43
53
  },
44
54
  "useDateRangeType": {
45
55
  "description": "Set useDateRangeType to true to enable semantic date range control for the smart filter bar.",
46
- "type": "boolean"
56
+ "type": "boolean",
57
+ "artifactType": "Manifest"
47
58
  },
48
59
  "chartSettings": {
49
60
  "description": "Define settings for analytical charts.",
@@ -54,7 +65,8 @@
54
65
  "type": "boolean"
55
66
  }
56
67
  },
57
- "additionalProperties": false
68
+ "additionalProperties": false,
69
+ "artifactType": "Manifest"
58
70
  },
59
71
  "filterSettings": {
60
72
  "description": "The global filter lets end users filter the data displayed on one or more cards.",
@@ -65,19 +77,23 @@
65
77
  "description": "You can define date ranges, such as lastYear or nextQuarter on the Smart Filter Bar"
66
78
  }
67
79
  },
68
- "additionalProperties": false
80
+ "additionalProperties": false,
81
+ "artifactType": "Manifest"
69
82
  },
70
83
  "showBasicSearch": {
71
84
  "description": "Determines if the basic search shall be part of the global filters.",
72
- "type": "boolean"
85
+ "type": "boolean",
86
+ "artifactType": "Manifest"
73
87
  },
74
88
  "disableErrorPage": {
75
89
  "description": "Disables the error page of OVP. Error page in OVP appears only when all cards have failed.",
76
- "type": "boolean"
90
+ "type": "boolean",
91
+ "artifactType": "Manifest"
77
92
  },
78
93
  "bHeaderExpanded": {
79
94
  "description": "Shows smart filter bar in expanded mode.",
80
- "type": "boolean"
95
+ "type": "boolean",
96
+ "artifactType": "Manifest"
81
97
  },
82
98
  "cards": {
83
99
  "description": "Cards",
@@ -124,7 +140,8 @@
124
140
  "properties": {
125
141
  "useDateRange": {
126
142
  "description": "If set to true all date fields with filter restriction interval will be treated as DateTimeRange filters.",
127
- "type": "boolean"
143
+ "type": "boolean",
144
+ "artifactType": "Manifest"
128
145
  },
129
146
  "selectedValues": {
130
147
  "description": "The selectedValues property is a set of standard date range values that you want to include or exclude.",
@@ -133,6 +150,7 @@
133
150
  "enum": [
134
151
  "DATE",
135
152
  "DATERANGE",
153
+ "DAYS",
136
154
  "FROM",
137
155
  "LAST2WEEKS",
138
156
  "LAST3WEEKS",
@@ -145,7 +163,10 @@
145
163
  "LASTQUARTERS",
146
164
  "LASTWEEK",
147
165
  "LASTWEEKS",
166
+ "LASTYEAR",
148
167
  "LASTYEARS",
168
+ "MONTH",
169
+ "NEXT",
149
170
  "NEXT2WEEKS",
150
171
  "NEXT3WEEKS",
151
172
  "NEXT4WEEKS",
@@ -158,6 +179,7 @@
158
179
  "NEXTWEEK",
159
180
  "NEXTWEEKS",
160
181
  "NEXTYEARS",
182
+ "QUARTER",
161
183
  "QUARTER1",
162
184
  "QUARTER2",
163
185
  "QUARTER3",
@@ -170,21 +192,27 @@
170
192
  "TODAY",
171
193
  "TODAYFROMTO",
172
194
  "TOMORROW",
195
+ "WEEK",
196
+ "YEAR",
197
+ "YEARTODATE",
173
198
  "YESTERDAY"
174
199
  ],
175
200
  "type": "string"
176
- }
201
+ },
202
+ "artifactType": "Manifest"
177
203
  },
178
204
  "exclude": {
179
205
  "description": "The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.",
180
- "type": "boolean"
206
+ "type": "boolean",
207
+ "artifactType": "Manifest"
181
208
  },
182
209
  "fields": {
183
210
  "description": "For a fields' list you can define the set of standard date range values separately.",
184
211
  "type": "object",
185
212
  "additionalProperties": {
186
213
  "$ref": "#/definitions/SelectedValues"
187
- }
214
+ },
215
+ "artifactType": "Manifest"
188
216
  }
189
217
  },
190
218
  "additionalProperties": false
@@ -199,6 +227,7 @@
199
227
  "enum": [
200
228
  "DATE",
201
229
  "DATERANGE",
230
+ "DAYS",
202
231
  "FROM",
203
232
  "LAST2WEEKS",
204
233
  "LAST3WEEKS",
@@ -211,7 +240,10 @@
211
240
  "LASTQUARTERS",
212
241
  "LASTWEEK",
213
242
  "LASTWEEKS",
243
+ "LASTYEAR",
214
244
  "LASTYEARS",
245
+ "MONTH",
246
+ "NEXT",
215
247
  "NEXT2WEEKS",
216
248
  "NEXT3WEEKS",
217
249
  "NEXT4WEEKS",
@@ -224,6 +256,7 @@
224
256
  "NEXTWEEK",
225
257
  "NEXTWEEKS",
226
258
  "NEXTYEARS",
259
+ "QUARTER",
227
260
  "QUARTER1",
228
261
  "QUARTER2",
229
262
  "QUARTER3",
@@ -236,6 +269,9 @@
236
269
  "TODAY",
237
270
  "TODAYFROMTO",
238
271
  "TOMORROW",
272
+ "WEEK",
273
+ "YEAR",
274
+ "YEARTODATE",
239
275
  "YESTERDAY"
240
276
  ],
241
277
  "type": "string"
@@ -275,6 +311,7 @@
275
311
  "enum": [
276
312
  "DATE",
277
313
  "DATERANGE",
314
+ "DAYS",
278
315
  "FROM",
279
316
  "LAST2WEEKS",
280
317
  "LAST3WEEKS",
@@ -287,7 +324,10 @@
287
324
  "LASTQUARTERS",
288
325
  "LASTWEEK",
289
326
  "LASTWEEKS",
327
+ "LASTYEAR",
290
328
  "LASTYEARS",
329
+ "MONTH",
330
+ "NEXT",
291
331
  "NEXT2WEEKS",
292
332
  "NEXT3WEEKS",
293
333
  "NEXT4WEEKS",
@@ -300,6 +340,7 @@
300
340
  "NEXTWEEK",
301
341
  "NEXTWEEKS",
302
342
  "NEXTYEARS",
343
+ "QUARTER",
303
344
  "QUARTER1",
304
345
  "QUARTER2",
305
346
  "QUARTER3",
@@ -312,6 +353,9 @@
312
353
  "TODAY",
313
354
  "TODAYFROMTO",
314
355
  "TOMORROW",
356
+ "WEEK",
357
+ "YEAR",
358
+ "YEARTODATE",
315
359
  "YESTERDAY"
316
360
  ],
317
361
  "type": "string"
@@ -348,6 +392,7 @@
348
392
  "enum": [
349
393
  "DATE",
350
394
  "DATERANGE",
395
+ "DAYS",
351
396
  "FROM",
352
397
  "LAST2WEEKS",
353
398
  "LAST3WEEKS",
@@ -360,7 +405,10 @@
360
405
  "LASTQUARTERS",
361
406
  "LASTWEEK",
362
407
  "LASTWEEKS",
408
+ "LASTYEAR",
363
409
  "LASTYEARS",
410
+ "MONTH",
411
+ "NEXT",
364
412
  "NEXT2WEEKS",
365
413
  "NEXT3WEEKS",
366
414
  "NEXT4WEEKS",
@@ -373,6 +421,7 @@
373
421
  "NEXTWEEK",
374
422
  "NEXTWEEKS",
375
423
  "NEXTYEARS",
424
+ "QUARTER",
376
425
  "QUARTER1",
377
426
  "QUARTER2",
378
427
  "QUARTER3",
@@ -385,6 +434,9 @@
385
434
  "TODAY",
386
435
  "TODAYFROMTO",
387
436
  "TOMORROW",
437
+ "WEEK",
438
+ "YEAR",
439
+ "YEARTODATE",
388
440
  "YESTERDAY"
389
441
  ],
390
442
  "type": "string"
@@ -413,16 +465,19 @@
413
465
  "properties": {
414
466
  "model": {
415
467
  "description": "Represents the model for the card",
416
- "type": "string"
468
+ "type": "string",
469
+ "artifactType": "Manifest"
417
470
  },
418
471
  "template": {
419
472
  "description": "Represents the card component path to use for this card.",
420
- "pattern": "^(?!(sap.ovp.cards.charts.analytical|sap.ovp.cards.v4.charts.analytical|sap.ovp.cards.linklist|sap.ovp.cards.list|sap.ovp.cards.v4.list|sap.ovp.cards.stack|sap.ovp.cards.table|sap.ovp.cards.v4.table)$).*$",
421
- "type": "string"
473
+ "pattern": "^(?!(sap.ovp.cards.charts.analytical|sap.ovp.cards.v4.charts.analytical|sap.ovp.cards.linklist|sap.ovp.cards.v4.linklist|sap.ovp.cards.list|sap.ovp.cards.v4.list|sap.ovp.cards.stack|sap.ovp.cards.table|sap.ovp.cards.v4.table)$).*$",
474
+ "type": "string",
475
+ "artifactType": "Manifest"
422
476
  },
423
477
  "settings": {
424
478
  "$ref": "#/definitions/CustomCardSettings",
425
- "description": "Represents the properties that are passed to the custom card."
479
+ "description": "Represents the properties that are passed to the custom card.",
480
+ "artifactType": "Manifest"
426
481
  }
427
482
  },
428
483
  "additionalProperties": false,
@@ -706,7 +761,8 @@
706
761
  "properties": {
707
762
  "model": {
708
763
  "description": "Represents the model for the List Card",
709
- "type": "string"
764
+ "type": "string",
765
+ "artifactType": "Manifest"
710
766
  },
711
767
  "template": {
712
768
  "description": "Represents the card component path to use for this List Card.",
@@ -714,11 +770,13 @@
714
770
  "sap.ovp.cards.list",
715
771
  "sap.ovp.cards.v4.list"
716
772
  ],
717
- "type": "string"
773
+ "type": "string",
774
+ "artifactType": "Manifest"
718
775
  },
719
776
  "listCardSettings": {
720
777
  "$ref": "#/definitions/ListCardSettings",
721
- "description": "Represents the properties that are passed to the list card."
778
+ "description": "Represents the properties that are passed to the list card.",
779
+ "artifactType": "Manifest"
722
780
  },
723
781
  "tabs": {
724
782
  "description": "Represents the List Card with view switch control.",
@@ -731,7 +789,8 @@
731
789
  "minItems": 1,
732
790
  "additionalItems": {
733
791
  "$ref": "#/definitions/TabSetting"
734
- }
792
+ },
793
+ "artifactType": "Manifest"
735
794
  }
736
795
  },
737
796
  "additionalProperties": false,
@@ -790,6 +849,10 @@
790
849
  "$ref": "#/definitions/TabSetting"
791
850
  }
792
851
  },
852
+ "dataPointAnnotationPath": {
853
+ "description": "Represents the data point annotation path.",
854
+ "type": "string"
855
+ },
793
856
  "title": {
794
857
  "description": "The language-dependent title of the card, used in the card header.",
795
858
  "i18nClassification": "TIT: Title of the card, used in the card header",
@@ -962,18 +1025,21 @@
962
1025
  "properties": {
963
1026
  "model": {
964
1027
  "description": "Represents the model for the StackCard.",
965
- "type": "string"
1028
+ "type": "string",
1029
+ "artifactType": "Manifest"
966
1030
  },
967
1031
  "template": {
968
1032
  "description": "Represents the Stack Card component path to use for this card.",
969
1033
  "type": "string",
970
1034
  "enum": [
971
1035
  "sap.ovp.cards.stack"
972
- ]
1036
+ ],
1037
+ "artifactType": "Manifest"
973
1038
  },
974
1039
  "stackCardSettings": {
975
1040
  "$ref": "#/definitions/StackCardSettings",
976
- "description": "Represents the properties that are passed to the stack card."
1041
+ "description": "Represents the properties that are passed to the stack card.",
1042
+ "artifactType": "Manifest"
977
1043
  },
978
1044
  "tabs": {
979
1045
  "description": "Represents the Stack Card with view switch control.",
@@ -986,7 +1052,8 @@
986
1052
  "minItems": 1,
987
1053
  "additionalItems": {
988
1054
  "$ref": "#/definitions/TabSetting"
989
- }
1055
+ },
1056
+ "artifactType": "Manifest"
990
1057
  }
991
1058
  },
992
1059
  "additionalProperties": false,
@@ -1113,18 +1180,22 @@
1113
1180
  "properties": {
1114
1181
  "model": {
1115
1182
  "description": "Represents the model for the Link list Card.",
1116
- "type": "string"
1183
+ "type": "string",
1184
+ "artifactType": "Manifest"
1117
1185
  },
1118
1186
  "template": {
1119
1187
  "description": "Represents the Link list Card component path to use for this card.",
1120
- "type": "string",
1121
1188
  "enum": [
1122
- "sap.ovp.cards.linklist"
1123
- ]
1189
+ "sap.ovp.cards.linklist",
1190
+ "sap.ovp.cards.v4.linklist"
1191
+ ],
1192
+ "type": "string",
1193
+ "artifactType": "Manifest"
1124
1194
  },
1125
1195
  "linkListCardSettings": {
1126
1196
  "$ref": "#/definitions/LinkListCardSettings",
1127
- "description": "Represents the properties that are passed to the link list card."
1197
+ "description": "Represents the properties that are passed to the link list card.",
1198
+ "artifactType": "Manifest"
1128
1199
  },
1129
1200
  "tabs": {
1130
1201
  "description": "Represents the card with view switch control.",
@@ -1137,7 +1208,8 @@
1137
1208
  "minItems": 1,
1138
1209
  "additionalItems": {
1139
1210
  "$ref": "#/definitions/TabSetting"
1140
- }
1211
+ },
1212
+ "artifactType": "Manifest"
1141
1213
  }
1142
1214
  },
1143
1215
  "additionalProperties": false,
@@ -1301,7 +1373,8 @@
1301
1373
  "properties": {
1302
1374
  "model": {
1303
1375
  "description": "Represents the model for the TableCard.",
1304
- "type": "string"
1376
+ "type": "string",
1377
+ "artifactType": "Manifest"
1305
1378
  },
1306
1379
  "template": {
1307
1380
  "description": "Represents the Table Card component path to use for this card.",
@@ -1309,11 +1382,13 @@
1309
1382
  "sap.ovp.cards.table",
1310
1383
  "sap.ovp.cards.v4.table"
1311
1384
  ],
1312
- "type": "string"
1385
+ "type": "string",
1386
+ "artifactType": "Manifest"
1313
1387
  },
1314
1388
  "tableCardSettings": {
1315
1389
  "$ref": "#/definitions/TableCardSettings",
1316
- "description": "Represents the properties that are passed to the table card."
1390
+ "description": "Represents the properties that are passed to the table card.",
1391
+ "artifactType": "Manifest"
1317
1392
  },
1318
1393
  "tabs": {
1319
1394
  "description": "Represents the card with view switch control.",
@@ -1326,11 +1401,13 @@
1326
1401
  "minItems": 1,
1327
1402
  "additionalItems": {
1328
1403
  "$ref": "#/definitions/TabSetting"
1329
- }
1404
+ },
1405
+ "artifactType": "Manifest"
1330
1406
  },
1331
1407
  "disableTableCardFlexibility": {
1332
1408
  "description": "If you set disableTableCardFlexibility to true, then at runtime, DataField records are sorted according to the importance set in the com.sap.vocabularies.UI.v1.ImportanceType annotation, and their order of entry.\nIf you set disableTableCardFlexibility to false, then at runtime, table columns are sorted according to the importance set in the com.sap.vocabularies.UI.v1.ImportanceType annotation, and their order of entry.",
1333
- "type": "boolean"
1409
+ "type": "boolean",
1410
+ "artifactType": "Manifest"
1334
1411
  }
1335
1412
  },
1336
1413
  "additionalProperties": false,
@@ -1479,7 +1556,8 @@
1479
1556
  "properties": {
1480
1557
  "model": {
1481
1558
  "description": "Represents the model for the Analytical Card",
1482
- "type": "string"
1559
+ "type": "string",
1560
+ "artifactType": "Manifest"
1483
1561
  },
1484
1562
  "template": {
1485
1563
  "description": "Represents the Analytical Card component path to use for this card.",
@@ -1487,7 +1565,8 @@
1487
1565
  "sap.ovp.cards.charts.analytical",
1488
1566
  "sap.ovp.cards.v4.charts.analytical"
1489
1567
  ],
1490
- "type": "string"
1568
+ "type": "string",
1569
+ "artifactType": "Manifest"
1491
1570
  },
1492
1571
  "analyticalCardSettings": {
1493
1572
  "description": "Represents the properties that are passed to the analytical card.",
@@ -1511,7 +1590,8 @@
1511
1590
  "minItems": 1,
1512
1591
  "additionalItems": {
1513
1592
  "$ref": "#/definitions/TabSetting"
1514
- }
1593
+ },
1594
+ "artifactType": "Manifest"
1515
1595
  }
1516
1596
  },
1517
1597
  "additionalProperties": false,