@sap/ux-specification 1.108.9 → 1.108.11

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 (48) hide show
  1. package/CHANGELOG.md +271 -0
  2. package/dist/documentation/runDocu-min.js +5 -5
  3. package/dist/documentation/runDocu-min.js.map +1 -1
  4. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  5. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  6. package/dist/documentation/v2/v2-ListReport.html +2 -2
  7. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  8. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  9. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  10. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  11. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  12. package/dist/documentation/v4/v4-ListReport.html +2 -2
  13. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  14. package/dist/index-min.js +109 -109
  15. package/dist/index-min.js.map +2 -2
  16. package/dist/package.json +7 -6
  17. package/dist/schemas/v4/BuildingBlocksConfig.json +447 -80
  18. package/dist/src/sync/common/generate/utils.js +1 -1
  19. package/dist/src/sync/common/generate/utils.js.map +1 -1
  20. package/dist/src/sync/v2/export/controls/Table.d.ts.map +1 -1
  21. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  22. package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.js +0 -1
  23. package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
  24. package/dist/src/sync/v4/generate/fpm-custom-page/extensions.d.ts +1 -1
  25. package/dist/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +1 -1
  26. package/dist/src/sync/v4/generate/fpm-custom-page/extensions.js +14 -10
  27. package/dist/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
  28. package/dist/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  29. package/dist/src/sync/v4/generate/fpm-custom-page/generator.js +122 -38
  30. package/dist/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  31. package/dist/src/sync/v4/generate/fpm-custom-page/utils.d.ts +13 -0
  32. package/dist/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
  33. package/dist/src/sync/v4/generate/fpm-custom-page/utils.js +17 -1
  34. package/dist/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  35. package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
  36. package/dist/src/sync/v4/generate/listReport.js +4 -1
  37. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  38. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  39. package/dist/src/sync/v4/generate/objectPage.js +85 -85
  40. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  41. package/dist/src/sync/v4/utils/macros.d.ts.map +1 -1
  42. package/dist/src/sync/v4/utils/macros.js +42 -1
  43. package/dist/src/sync/v4/utils/macros.js.map +1 -1
  44. package/dist/src/sync/v4/utils/utils.d.ts +20 -20
  45. package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
  46. package/dist/src/sync/v4/utils/utils.js +35 -35
  47. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  48. package/package.json +7 -6
package/CHANGELOG.md ADDED
@@ -0,0 +1,271 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project are documented in this file.
4
+
5
+ This project adheres to [Semantic Versioning](http://semver.org/) and the changelog is formatted based on [Keep a Changelog](http://keepachangelog.com/).
6
+
7
+ ## [1.108.11] - 2023-07-26
8
+
9
+ ### Added
10
+
11
+ - OData V4:
12
+ - Default aggregation support for macros table and action group
13
+ - Multiple namespaces support for macros
14
+
15
+ ### Changed
16
+
17
+ ### Removed
18
+
19
+ ### Deprecated
20
+
21
+ ### Fixed
22
+
23
+ - Fixed an issue with the CHANGELOG.md file not being visible on npmjs
24
+ - Fixed an issue with schema generation where annotation columns were not resolved in cases when a macros table was referring to a line item with a qualifier defined in the metaPath
25
+
26
+ ### Quality
27
+
28
+ - Update transitive dependencies
29
+
30
+ Upgrades:
31
+
32
+ - eslint to 8.45.0
33
+ - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.62.0
34
+ - @sap-ux/vocabularies-types to 0.9.1
35
+
36
+ ## [1.108.10] - 2023-07-12
37
+
38
+ ### Quality
39
+
40
+ - Update transitive dependencies
41
+
42
+ Upgrades:
43
+
44
+ - @sap-ux/fe-fpm-writer to 0.22.3
45
+ - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.61.0
46
+ - eslint to 8.44.0
47
+ - eslint-formatter-multiple to 2.0.0
48
+ - eslint-plugin-prettier to 4.2.1
49
+ - semver to 7.5.4
50
+ - @sapui5/ts-types-esm to 1.108.20
51
+
52
+ ## [1.108.9] - 2023-06-30
53
+
54
+ ### Fixed
55
+
56
+ - OData V2:
57
+ - Fixed type of variant key for QuickVariantSelection (X) on tables to `string`.
58
+ - OData V4:
59
+ - Exception on macro table with metaPath to PresentationVariant.
60
+
61
+ ### Quality
62
+
63
+ - Update transitive dependencies
64
+
65
+ Upgrades:
66
+
67
+ - semver to 7.5.3
68
+ - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.60.0
69
+ - @sap-ux/vocabularies-types to 0.9.0
70
+ - @sap-ux/edmx-parser to 0.6.0
71
+ - @sapui5/ts-types-esm to 1.108.19
72
+ - @sap-ux/fe-fpm-writer to 0.22.2
73
+
74
+ ## [1.108.8] - 2023-06-14
75
+
76
+ ### Added
77
+
78
+ - OData V4:
79
+ - Support for Custom subsections.
80
+
81
+ ### Changed
82
+
83
+ - OData V4:
84
+ - Changed binding expression to use "isEditable" property instead of "editable". Thus we have binding expressions {ui>/isEditable} and {= !${ui>/isEditable}}.
85
+
86
+ ### Fixed
87
+
88
+ - OData V4:
89
+ - When adding new pages, the export calculates the route pattern for the new manifest entry.
90
+ Indeed, the previous logic did not consider the naming at parent pages, but defined the key name in the pattern as `key`(+ index). This led to navigation errors at run-time. Now, the key names of existing parent pages are taken over to the child page's pattern.
91
+
92
+ ### Quality
93
+
94
+ - Update transitive dependencies
95
+
96
+ Upgrades:
97
+
98
+ - d3 to 7.8.5
99
+ - @sapui5/ts-types-esm to 1.108.18
100
+ - i18next to 22.5.1
101
+ - @sap-ux/fe-fpm-writer to 0.22.1
102
+
103
+ ## [1.108.7] - 2023-05-31
104
+
105
+ ### Fixed
106
+
107
+ - Correct missing or inconsistent tags `keys`and `dataType` in the app schema generation, especially for intentbased navigation
108
+
109
+ ### Quality
110
+
111
+ - Update transitive dependencies
112
+
113
+ Upgrades:
114
+
115
+ - @sapui5/ts-types-esm to 1.108.16
116
+ - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.59.8
117
+ - i18next to 22.5.0
118
+ - ts-node to 8.10.2
119
+ - rimraf to 5.0.1
120
+ - @sap-ux/fe-fpm-writer to 0.20.2
121
+
122
+ ## [1.108.6] - 2023-05-18
123
+
124
+ ### Added
125
+
126
+ - General:
127
+ - Enhancement of error handling, more explicit messages are passed to the logger.
128
+ Fix of error handling of exceptions from annotation parser.
129
+ - Fix for List Report with multiple views and Object pages on second level in Page map
130
+
131
+ - OData V4:
132
+ - Added ID (`internalId`) property for macros metadata in schema
133
+
134
+ ### Quality
135
+
136
+ - Update transitive dependencies
137
+
138
+ Upgrades:
139
+
140
+ - excel4node to 1.8.2
141
+ - rimraf to 5.0.0
142
+ - i18next to 22.4.15
143
+ - @sap-ux/fe-fpm-writer to 0.18.9
144
+ - @sapui5/ts-types-esm to 1.108.15
145
+ - semver to 7.5.1
146
+ - typescript-eslint to 5.59.5
147
+ - jquery to 3.7.0
148
+
149
+ ## [1.108.5] - 2023-05-04
150
+
151
+ ### Added
152
+
153
+ - OData V4:
154
+ - OP: New value "InilneCreationRows" added to creationMode->name property
155
+ - OP: Addded support for property 'inlineCreationRowsHiddenInEditMode' in creationMode
156
+
157
+ ### Fixed
158
+
159
+ - OData V4:
160
+ - Parsing of commented contents in XML fragments, comments are now getting ignored during generation and import
161
+
162
+ ### Quality
163
+
164
+ - Update transitive dependencies
165
+
166
+ Upgrades:
167
+ - prettier to 2.8.8
168
+ - @sapui5/ts-types-esm to 1.108.13
169
+ - typescript to 4.9.5
170
+ - @types/node to 18.16.3
171
+ - patch-package to 6.5.1
172
+ - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.59.2
173
+ - Update @sap-ux/vocabularies-types to 0.7.4
174
+ - Update @sap-ux/annotation-converter to 0.5.22
175
+ - Update @sap-ux/edmx-parser to 0.5.14
176
+
177
+ ## [1.108.4] - 2023-04-19
178
+
179
+ ### Fixed
180
+
181
+ - OData V4:
182
+ - Fixed an issue with custom extensions running into an endless loop
183
+
184
+ ### Quality
185
+
186
+ - Update transitive dependencies
187
+
188
+ Upgrades:
189
+ - @sapui5/ts-types-esm to 1.108.12
190
+ - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.58.0
191
+ - @types/mem-fs-editor to 7.0.3
192
+ - semver to 7.5.0
193
+
194
+ ## [1.108.3] - 2023-04-05
195
+
196
+ ### Added
197
+
198
+ - OData V4:
199
+ - Building blocks support for custom sections
200
+
201
+ ### Quality
202
+
203
+ - Update transitive dependencies
204
+
205
+ Upgrades:
206
+ - excel4node to 1.8.1
207
+ - eslint-config-prettier to 8.8.0
208
+ - prettier to 2.8.7
209
+ - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.57.0
210
+ - d3 to 7.8.4
211
+
212
+ ## [1.108.2] - 2023-03-22
213
+
214
+ ### Added
215
+
216
+ - OData V4: the schema App.json and config app.json that get generated now also comprise the information `routePattern` for each page, i.e. the route pattern of the page as comprised in the manifest.json.
217
+
218
+ ### Quality
219
+
220
+ Upgrades:
221
+ - chalk to 4.1.2
222
+ - types/jest to 28.1.8
223
+ - jQuery to 3.6.4
224
+ - sapui5/ts-types-esm to 1.108.11
225
+ - ejs to 3.1.9
226
+ - deepmerge to 4.3.1
227
+ - eslint-config-prettier to 8.7.0
228
+ - prettier to 2.8.4
229
+
230
+ ## [1.108.0] - 2023-03-08
231
+
232
+ ### Fixed
233
+
234
+ - OData V2:
235
+ - Fixed deletion issues for Custom Columns that appeared after positions were changed
236
+
237
+ ### Quality
238
+
239
+ - Upgrade "typescript" to "4.9.4"
240
+ - Upgrade "@typescript-eslint/eslint-plugin" and "@typescript-eslint/parser" to "5.52.0"
241
+ - Upgrade "ts-node" to "10.9.1"
242
+ - Upgrade "@sapui5/ts-types-esm" to "1.108.10"
243
+ - Upgrade "@sap-ux/fe-fpm-writer" to "0.18.7"
244
+ - Upgrade "mem-fs-editor" to "9.7.0"
245
+ - Revert "typescript-json-schema" to "0.53.0" in types package
246
+
247
+ ## [1.108.0] - 2023-02-22
248
+
249
+ ### Added
250
+
251
+ - OData V2:
252
+ - Additional values `creationRows` and `creationRowsHiddenInEditMode` of property `CreateMode` are supported now for object page tables.
253
+
254
+ ### Changed
255
+
256
+ - OData V4:
257
+ - Adapted view property key handling for views created using different `entitySet` value.
258
+
259
+ ### Quality
260
+
261
+ - Upgrade transitive dependencies
262
+ - Upgrade "@types/jquery" to "3.5.16"
263
+ - Upgrade "@types/mem-fs-editor" to "7.0.2"
264
+ - Upgrade "excel4node" to "1.8.0"
265
+ - Upgrade "i18next" to "20.6.1"
266
+ - Upgrade "typescript-json-schema" to "0.55.0" in types package
267
+ - Upgrade "@sap-ux/fe-fpm-writer` to "0.18.5"
268
+ - Upgrade "d3" to "7.8.2"
269
+ - Upgrade "@sapui5/ts-types-esm" to "1.108.7"
270
+ - Upgrade "jest", "ts-jest", "@types/jest"
271
+ - Upgrade "set-value"