@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,30 +3,36 @@
3
3
  "properties": {
4
4
  "showConfirmationOnDraftActivate": {
5
5
  "description": "Set showConfirmationOnDraftActivate to true to enable a confirmation before a save if you have pending warnings.",
6
- "type": "boolean"
6
+ "type": "boolean",
7
+ "artifactType": "Manifest"
7
8
  },
8
9
  "hideChevronForUnauthorizedExtNav": {
9
10
  "description": "If you set this property to true, the navigation chevron is hidden in case the launchpad indicates that the user has no authorization to navigate.",
10
- "type": "boolean"
11
+ "type": "boolean",
12
+ "artifactType": "Manifest"
11
13
  },
12
14
  "allowDeepLinking": {
13
15
  "description": "allowDeepLinking restricts deep linking to certain object page levels.",
14
- "type": "boolean"
16
+ "type": "boolean",
17
+ "artifactType": "Manifest"
15
18
  },
16
19
  "navToListOnSave": {
17
20
  "description": "If you set navToListOnSave to true, the application will navigate back to the list on a save.",
18
- "type": "boolean"
21
+ "type": "boolean",
22
+ "artifactType": "Manifest"
19
23
  },
20
24
  "defaultLayoutTypeIfExternalNavigation": {
21
25
  "description": "If this flag is set, then during inbound navigation to flexible column layout application, if the navigation context points to a unique object, then the object page is opened in full screen mode.",
22
26
  "type": "string",
23
27
  "enum": [
24
28
  "MidColumnFullScreen"
25
- ]
29
+ ],
30
+ "artifactType": "Manifest"
26
31
  },
27
32
  "globalChartSettings": {
28
33
  "$ref": "#/definitions/GlobalChartSettings",
29
- "description": "Settings for all charts on an object page"
34
+ "description": "Settings for all charts on an object page",
35
+ "artifactType": "Manifest"
30
36
  },
31
37
  "header": {
32
38
  "$ref": "#/definitions/ObjectPageHeader<GenericActions>"
@@ -67,19 +73,32 @@
67
73
  "properties": {
68
74
  "showRelatedApps": {
69
75
  "description": "Set showRelatedApps to true to show the navigation button for related apps.",
70
- "type": "boolean"
76
+ "type": "boolean",
77
+ "artifactType": "Manifest"
71
78
  },
72
79
  "editableHeaderContent": {
73
80
  "description": "Set editableHeaderContent to true to make the header fields editable.",
74
- "type": "boolean"
81
+ "type": "boolean",
82
+ "artifactType": "Manifest"
75
83
  },
76
84
  "simpleHeaderFacets": {
77
85
  "description": "Set simpleHeaderFacets to true to use simpler header facets.",
78
- "type": "boolean"
86
+ "type": "boolean",
87
+ "artifactType": "Manifest"
79
88
  },
80
89
  "displayShape": {
81
- "$ref": "#/definitions/AvatarShape",
82
- "description": "With displayShape you can define the shape of the avatar."
90
+ "pattern": "^(Circle|Square)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
91
+ "anyOf": [
92
+ {
93
+ "$ref": "#/definitions/AvatarShape"
94
+ },
95
+ {
96
+ "type": "string"
97
+ }
98
+ ],
99
+ "description": "With displayShape you can define the shape of the avatar.",
100
+ "artifactType": "FlexChange",
101
+ "controlType": "sap.f.Avatar"
83
102
  },
84
103
  "actions": {
85
104
  "$ref": "#/definitions/GenericActions",
@@ -107,12 +126,22 @@
107
126
  "type": "object",
108
127
  "properties": {
109
128
  "visible": {
110
- "enum": [
111
- false,
112
- true,
113
- "{= !${ui>/editable}}",
114
- "{ui>/editable}"
115
- ]
129
+ "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
130
+ "anyOf": [
131
+ {
132
+ "enum": [
133
+ false,
134
+ true,
135
+ "{= !${ui>/editable}}",
136
+ "{ui>/editable}"
137
+ ]
138
+ },
139
+ {
140
+ "type": "string"
141
+ }
142
+ ],
143
+ "artifactType": "FlexChange",
144
+ "controlType": "sap.m.Button"
116
145
  }
117
146
  },
118
147
  "additionalProperties": false
@@ -124,19 +153,27 @@
124
153
  "properties": {
125
154
  "showHeaderContent": {
126
155
  "description": "showHeaderContent determines the visibility of the Header content.",
127
- "type": "boolean"
156
+ "type": "boolean",
157
+ "artifactType": "FlexChange",
158
+ "controlType": "sap.uxap.ObjectPageLayout"
128
159
  },
129
160
  "showAnchorBar": {
130
161
  "description": "showAnchorBar determines whether the navigation bar (anchor bar) is displayed.",
131
- "type": "boolean"
162
+ "type": "boolean",
163
+ "artifactType": "FlexChange",
164
+ "controlType": "sap.uxap.ObjectPageLayout"
132
165
  },
133
166
  "useIconTabBar": {
134
167
  "description": "useIconTabBar determines whether the navigation mode is tab-based instead of based on the default anchor bar.",
135
- "type": "boolean"
168
+ "type": "boolean",
169
+ "artifactType": "FlexChange",
170
+ "controlType": "sap.uxap.ObjectPageLayout"
136
171
  },
137
172
  "alwaysShowContentHeader": {
138
173
  "description": "alwaysShowContentHeader determines whether header content will always be expanded on desktop.",
139
- "type": "boolean"
174
+ "type": "boolean",
175
+ "artifactType": "FlexChange",
176
+ "controlType": "sap.uxap.ObjectPageLayout"
140
177
  }
141
178
  },
142
179
  "additionalProperties": false
@@ -189,64 +226,99 @@
189
226
  "properties": {
190
227
  "multiSelect": {
191
228
  "description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
192
- "type": "boolean"
229
+ "type": "boolean",
230
+ "artifactType": "Manifest"
193
231
  },
194
232
  "type": {
195
233
  "description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
196
234
  "type": "string",
197
235
  "enum": [
198
236
  "ResponsiveTable"
199
- ]
237
+ ],
238
+ "artifactType": "Manifest"
200
239
  },
201
240
  "includeItemInSelection": {
202
241
  "description": "Set includeItemInSelection to true if you want items to be selectable when clicked, rather than after the selection control has been set.",
203
- "type": "boolean"
242
+ "type": "boolean",
243
+ "artifactType": "FlexChange",
244
+ "controlType": "sap.m.Table"
204
245
  },
205
246
  "popinLayout": {
206
- "$ref": "#/definitions/PopinLayout",
207
- "description": "popinLayout defines the layout in which the table pop-in rows shall be rendered."
247
+ "pattern": "^(Block|GridLarge|GridSmall)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
248
+ "anyOf": [
249
+ {
250
+ "$ref": "#/definitions/PopinLayout"
251
+ },
252
+ {
253
+ "type": "string"
254
+ }
255
+ ],
256
+ "description": "popinLayout defines the layout in which the table pop-in rows shall be rendered.",
257
+ "artifactType": "FlexChange",
258
+ "controlType": "sap.m.Table"
259
+ },
260
+ "growingThreshold": {
261
+ "description": "growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.",
262
+ "type": "number",
263
+ "artifactType": "FlexChange",
264
+ "controlType": "sap.m.Table"
208
265
  },
209
266
  "createWithParameterDialog": {
210
267
  "$ref": "#/definitions/Fields4DialogOP",
211
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page."
268
+ "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
269
+ "artifactType": "Manifest"
212
270
  },
213
271
  "editable": {
214
272
  "description": "With editable you can control if a table can be edited. It should be set to false for smart tables with non-editable content.",
215
- "type": "boolean"
273
+ "type": "boolean",
274
+ "artifactType": "FlexChange",
275
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
216
276
  },
217
277
  "selectAll": {
218
278
  "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
219
- "type": "boolean"
279
+ "type": "boolean",
280
+ "artifactType": "Manifest"
220
281
  },
221
282
  "selectionLimit": {
222
283
  "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
223
- "type": "number"
284
+ "type": "number",
285
+ "artifactType": "Manifest"
224
286
  },
225
287
  "quickVariantSelection": {
226
288
  "$ref": "#/definitions/QuickVariantSelectionOP",
227
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before."
289
+ "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
290
+ "artifactType": "Manifest"
228
291
  },
229
292
  "useExportToExcel": {
230
293
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
231
- "type": "boolean"
294
+ "type": "boolean",
295
+ "artifactType": "FlexChange",
296
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
232
297
  },
233
298
  "createMode": {
234
299
  "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
235
300
  "type": "string",
236
301
  "enum": [
237
302
  "inline"
238
- ]
303
+ ],
304
+ "artifactType": "Manifest"
239
305
  },
240
306
  "disableDefaultInlineCreateSort": {
241
307
  "description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
242
- "type": "boolean"
308
+ "type": "boolean",
309
+ "artifactType": "Manifest"
243
310
  },
244
311
  "columns": {
245
312
  "$ref": "#/definitions/GenericColumns"
246
313
  },
247
314
  "variantManagement": {
248
315
  "description": "To enable variant management for a specific table on an object page.",
249
- "type": "boolean"
316
+ "type": "boolean",
317
+ "artifactType": "Manifest"
318
+ },
319
+ "toolBar": {
320
+ "$ref": "#/definitions/ObjectPageToolBar",
321
+ "description": "Tool Bar"
250
322
  }
251
323
  },
252
324
  "additionalProperties": false
@@ -266,7 +338,8 @@
266
338
  "type": "object",
267
339
  "additionalProperties": {
268
340
  "$ref": "#/definitions/FieldPath"
269
- }
341
+ },
342
+ "artifactType": "Manifest"
270
343
  }
271
344
  },
272
345
  "additionalProperties": false,
@@ -291,7 +364,8 @@
291
364
  "properties": {
292
365
  "showCounts": {
293
366
  "description": "To show the number of records available, set showCounts to true.",
294
- "type": "boolean"
367
+ "type": "boolean",
368
+ "artifactType": "Manifest"
295
369
  },
296
370
  "variants": {
297
371
  "description": "The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations.",
@@ -301,7 +375,8 @@
301
375
  "^[0-9]+$": {
302
376
  "$ref": "#/definitions/QuickVariant"
303
377
  }
304
- }
378
+ },
379
+ "artifactType": "Manifest"
305
380
  }
306
381
  },
307
382
  "additionalProperties": false,
@@ -352,11 +427,23 @@
352
427
  "properties": {
353
428
  "width": {
354
429
  "description": "The width property defines the width of the column.",
355
- "type": "string"
430
+ "type": "string",
431
+ "artifactType": "FlexChange",
432
+ "controlType": "sap.m.Column"
356
433
  },
357
434
  "hAlign": {
358
- "$ref": "#/definitions/HAlign",
359
- "description": "The hAlign property defines the horizontal alignment of the column content."
435
+ "pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
436
+ "anyOf": [
437
+ {
438
+ "$ref": "#/definitions/HAlign"
439
+ },
440
+ {
441
+ "type": "string"
442
+ }
443
+ ],
444
+ "description": "The hAlign property defines the horizontal alignment of the column content.",
445
+ "artifactType": "FlexChange",
446
+ "controlType": "sap.m.Column"
360
447
  }
361
448
  },
362
449
  "additionalProperties": false
@@ -439,6 +526,30 @@
439
526
  ],
440
527
  "type": "string"
441
528
  },
529
+ "ObjectPageToolBar": {
530
+ "description": "Toolbar",
531
+ "isViewNode": true,
532
+ "type": "object",
533
+ "properties": {
534
+ "actions": {
535
+ "$ref": "#/definitions/ObjectPageToolBarActions"
536
+ }
537
+ },
538
+ "additionalProperties": false,
539
+ "required": [
540
+ "actions"
541
+ ]
542
+ },
543
+ "ObjectPageToolBarActions": {
544
+ "description": "Actions",
545
+ "isViewNode": true,
546
+ "type": "object",
547
+ "additionalProperties": {
548
+ "type": "object",
549
+ "properties": {},
550
+ "additionalProperties": true
551
+ }
552
+ },
442
553
  "ObjectPageResponsiveTableWithInlineDelete": {
443
554
  "description": "Table",
444
555
  "isViewNode": true,
@@ -447,64 +558,99 @@
447
558
  "properties": {
448
559
  "inlineDelete": {
449
560
  "description": "Used to enable inline deletion in a responsive table of list report and object page",
450
- "type": "boolean"
561
+ "type": "boolean",
562
+ "artifactType": "Manifest"
451
563
  },
452
564
  "type": {
453
565
  "description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
454
566
  "type": "string",
455
567
  "enum": [
456
568
  "ResponsiveTable"
457
- ]
569
+ ],
570
+ "artifactType": "Manifest"
458
571
  },
459
572
  "includeItemInSelection": {
460
573
  "description": "Set includeItemInSelection to true if you want items to be selectable when clicked, rather than after the selection control has been set.",
461
- "type": "boolean"
574
+ "type": "boolean",
575
+ "artifactType": "FlexChange",
576
+ "controlType": "sap.m.Table"
462
577
  },
463
578
  "popinLayout": {
464
- "$ref": "#/definitions/PopinLayout",
465
- "description": "popinLayout defines the layout in which the table pop-in rows shall be rendered."
579
+ "pattern": "^(Block|GridLarge|GridSmall)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
580
+ "anyOf": [
581
+ {
582
+ "$ref": "#/definitions/PopinLayout"
583
+ },
584
+ {
585
+ "type": "string"
586
+ }
587
+ ],
588
+ "description": "popinLayout defines the layout in which the table pop-in rows shall be rendered.",
589
+ "artifactType": "FlexChange",
590
+ "controlType": "sap.m.Table"
591
+ },
592
+ "growingThreshold": {
593
+ "description": "growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.",
594
+ "type": "number",
595
+ "artifactType": "FlexChange",
596
+ "controlType": "sap.m.Table"
466
597
  },
467
598
  "createWithParameterDialog": {
468
599
  "$ref": "#/definitions/Fields4DialogOP",
469
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page."
600
+ "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
601
+ "artifactType": "Manifest"
470
602
  },
471
603
  "editable": {
472
604
  "description": "With editable you can control if a table can be edited. It should be set to false for smart tables with non-editable content.",
473
- "type": "boolean"
605
+ "type": "boolean",
606
+ "artifactType": "FlexChange",
607
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
474
608
  },
475
609
  "selectAll": {
476
610
  "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
477
- "type": "boolean"
611
+ "type": "boolean",
612
+ "artifactType": "Manifest"
478
613
  },
479
614
  "selectionLimit": {
480
615
  "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
481
- "type": "number"
616
+ "type": "number",
617
+ "artifactType": "Manifest"
482
618
  },
483
619
  "quickVariantSelection": {
484
620
  "$ref": "#/definitions/QuickVariantSelectionOP",
485
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before."
621
+ "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
622
+ "artifactType": "Manifest"
486
623
  },
487
624
  "useExportToExcel": {
488
625
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
489
- "type": "boolean"
626
+ "type": "boolean",
627
+ "artifactType": "FlexChange",
628
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
490
629
  },
491
630
  "createMode": {
492
631
  "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
493
632
  "type": "string",
494
633
  "enum": [
495
634
  "inline"
496
- ]
635
+ ],
636
+ "artifactType": "Manifest"
497
637
  },
498
638
  "disableDefaultInlineCreateSort": {
499
639
  "description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
500
- "type": "boolean"
640
+ "type": "boolean",
641
+ "artifactType": "Manifest"
501
642
  },
502
643
  "columns": {
503
644
  "$ref": "#/definitions/GenericColumns"
504
645
  },
505
646
  "variantManagement": {
506
647
  "description": "To enable variant management for a specific table on an object page.",
507
- "type": "boolean"
648
+ "type": "boolean",
649
+ "artifactType": "Manifest"
650
+ },
651
+ "toolBar": {
652
+ "$ref": "#/definitions/ObjectPageToolBar",
653
+ "description": "Tool Bar"
508
654
  }
509
655
  },
510
656
  "additionalProperties": false
@@ -520,57 +666,75 @@
520
666
  "type": "string",
521
667
  "enum": [
522
668
  "AnalyticalTable"
523
- ]
669
+ ],
670
+ "artifactType": "Manifest"
524
671
  },
525
672
  "condensedTableLayout": {
526
673
  "description": "For the analytical table, grid table and tree table you can decide on a condensed table layout by setting condensedTableLayout to true.",
527
- "type": "boolean"
674
+ "type": "boolean",
675
+ "artifactType": "Manifest"
528
676
  },
529
677
  "multiSelect": {
530
678
  "description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
531
- "type": "boolean"
679
+ "type": "boolean",
680
+ "artifactType": "Manifest"
532
681
  },
533
682
  "createWithParameterDialog": {
534
683
  "$ref": "#/definitions/Fields4DialogOP",
535
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page."
684
+ "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
685
+ "artifactType": "Manifest"
536
686
  },
537
687
  "editable": {
538
688
  "description": "With editable you can control if a table can be edited. It should be set to false for smart tables with non-editable content.",
539
- "type": "boolean"
689
+ "type": "boolean",
690
+ "artifactType": "FlexChange",
691
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
540
692
  },
541
693
  "selectAll": {
542
694
  "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
543
- "type": "boolean"
695
+ "type": "boolean",
696
+ "artifactType": "Manifest"
544
697
  },
545
698
  "selectionLimit": {
546
699
  "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
547
- "type": "number"
700
+ "type": "number",
701
+ "artifactType": "Manifest"
548
702
  },
549
703
  "quickVariantSelection": {
550
704
  "$ref": "#/definitions/QuickVariantSelectionOP",
551
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before."
705
+ "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
706
+ "artifactType": "Manifest"
552
707
  },
553
708
  "useExportToExcel": {
554
709
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
555
- "type": "boolean"
710
+ "type": "boolean",
711
+ "artifactType": "FlexChange",
712
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
556
713
  },
557
714
  "createMode": {
558
715
  "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
559
716
  "type": "string",
560
717
  "enum": [
561
718
  "inline"
562
- ]
719
+ ],
720
+ "artifactType": "Manifest"
563
721
  },
564
722
  "disableDefaultInlineCreateSort": {
565
723
  "description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
566
- "type": "boolean"
724
+ "type": "boolean",
725
+ "artifactType": "Manifest"
567
726
  },
568
727
  "columns": {
569
728
  "$ref": "#/definitions/GenericColumns"
570
729
  },
571
730
  "variantManagement": {
572
731
  "description": "To enable variant management for a specific table on an object page.",
573
- "type": "boolean"
732
+ "type": "boolean",
733
+ "artifactType": "Manifest"
734
+ },
735
+ "toolBar": {
736
+ "$ref": "#/definitions/ObjectPageToolBar",
737
+ "description": "Tool Bar"
574
738
  }
575
739
  },
576
740
  "additionalProperties": false
@@ -586,57 +750,75 @@
586
750
  "type": "string",
587
751
  "enum": [
588
752
  "GridTable"
589
- ]
753
+ ],
754
+ "artifactType": "Manifest"
590
755
  },
591
756
  "condensedTableLayout": {
592
757
  "description": "For the analytical table, grid table and tree table you can decide on a condensed table layout by setting condensedTableLayout to true.",
593
- "type": "boolean"
758
+ "type": "boolean",
759
+ "artifactType": "Manifest"
594
760
  },
595
761
  "multiSelect": {
596
762
  "description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
597
- "type": "boolean"
763
+ "type": "boolean",
764
+ "artifactType": "Manifest"
598
765
  },
599
766
  "createWithParameterDialog": {
600
767
  "$ref": "#/definitions/Fields4DialogOP",
601
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page."
768
+ "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
769
+ "artifactType": "Manifest"
602
770
  },
603
771
  "editable": {
604
772
  "description": "With editable you can control if a table can be edited. It should be set to false for smart tables with non-editable content.",
605
- "type": "boolean"
773
+ "type": "boolean",
774
+ "artifactType": "FlexChange",
775
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
606
776
  },
607
777
  "selectAll": {
608
778
  "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
609
- "type": "boolean"
779
+ "type": "boolean",
780
+ "artifactType": "Manifest"
610
781
  },
611
782
  "selectionLimit": {
612
783
  "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
613
- "type": "number"
784
+ "type": "number",
785
+ "artifactType": "Manifest"
614
786
  },
615
787
  "quickVariantSelection": {
616
788
  "$ref": "#/definitions/QuickVariantSelectionOP",
617
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before."
789
+ "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
790
+ "artifactType": "Manifest"
618
791
  },
619
792
  "useExportToExcel": {
620
793
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
621
- "type": "boolean"
794
+ "type": "boolean",
795
+ "artifactType": "FlexChange",
796
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
622
797
  },
623
798
  "createMode": {
624
799
  "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
625
800
  "type": "string",
626
801
  "enum": [
627
802
  "inline"
628
- ]
803
+ ],
804
+ "artifactType": "Manifest"
629
805
  },
630
806
  "disableDefaultInlineCreateSort": {
631
807
  "description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
632
- "type": "boolean"
808
+ "type": "boolean",
809
+ "artifactType": "Manifest"
633
810
  },
634
811
  "columns": {
635
812
  "$ref": "#/definitions/GenericColumns"
636
813
  },
637
814
  "variantManagement": {
638
815
  "description": "To enable variant management for a specific table on an object page.",
639
- "type": "boolean"
816
+ "type": "boolean",
817
+ "artifactType": "Manifest"
818
+ },
819
+ "toolBar": {
820
+ "$ref": "#/definitions/ObjectPageToolBar",
821
+ "description": "Tool Bar"
640
822
  }
641
823
  },
642
824
  "additionalProperties": false
@@ -652,57 +834,75 @@
652
834
  "type": "string",
653
835
  "enum": [
654
836
  "TreeTable"
655
- ]
837
+ ],
838
+ "artifactType": "Manifest"
656
839
  },
657
840
  "condensedTableLayout": {
658
841
  "description": "For the analytical table, grid table and tree table you can decide on a condensed table layout by setting condensedTableLayout to true.",
659
- "type": "boolean"
842
+ "type": "boolean",
843
+ "artifactType": "Manifest"
660
844
  },
661
845
  "multiSelect": {
662
846
  "description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
663
- "type": "boolean"
847
+ "type": "boolean",
848
+ "artifactType": "Manifest"
664
849
  },
665
850
  "createWithParameterDialog": {
666
851
  "$ref": "#/definitions/Fields4DialogOP",
667
- "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page."
852
+ "description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
853
+ "artifactType": "Manifest"
668
854
  },
669
855
  "editable": {
670
856
  "description": "With editable you can control if a table can be edited. It should be set to false for smart tables with non-editable content.",
671
- "type": "boolean"
857
+ "type": "boolean",
858
+ "artifactType": "FlexChange",
859
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
672
860
  },
673
861
  "selectAll": {
674
862
  "description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
675
- "type": "boolean"
863
+ "type": "boolean",
864
+ "artifactType": "Manifest"
676
865
  },
677
866
  "selectionLimit": {
678
867
  "description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
679
- "type": "number"
868
+ "type": "number",
869
+ "artifactType": "Manifest"
680
870
  },
681
871
  "quickVariantSelection": {
682
872
  "$ref": "#/definitions/QuickVariantSelectionOP",
683
- "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before."
873
+ "description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
874
+ "artifactType": "Manifest"
684
875
  },
685
876
  "useExportToExcel": {
686
877
  "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
687
- "type": "boolean"
878
+ "type": "boolean",
879
+ "artifactType": "FlexChange",
880
+ "controlType": "sap.ui.comp.smarttable.SmartTable"
688
881
  },
689
882
  "createMode": {
690
883
  "description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
691
884
  "type": "string",
692
885
  "enum": [
693
886
  "inline"
694
- ]
887
+ ],
888
+ "artifactType": "Manifest"
695
889
  },
696
890
  "disableDefaultInlineCreateSort": {
697
891
  "description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
698
- "type": "boolean"
892
+ "type": "boolean",
893
+ "artifactType": "Manifest"
699
894
  },
700
895
  "columns": {
701
896
  "$ref": "#/definitions/GenericColumns"
702
897
  },
703
898
  "variantManagement": {
704
899
  "description": "To enable variant management for a specific table on an object page.",
705
- "type": "boolean"
900
+ "type": "boolean",
901
+ "artifactType": "Manifest"
902
+ },
903
+ "toolBar": {
904
+ "$ref": "#/definitions/ObjectPageToolBar",
905
+ "description": "Tool Bar"
706
906
  }
707
907
  },
708
908
  "additionalProperties": false
@@ -725,7 +925,8 @@
725
925
  "properties": {
726
926
  "variantManagement": {
727
927
  "description": "To enable variant management for charts in an object page",
728
- "type": "boolean"
928
+ "type": "boolean",
929
+ "artifactType": "Manifest"
729
930
  }
730
931
  },
731
932
  "additionalProperties": false