@sap/ux-specification 1.108.18 → 1.120.0
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.
- package/CHANGELOG.md +17 -448
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +88 -88
- package/dist/index-min.js.map +3 -3
- package/dist/package.json +9 -9
- package/dist/schemas/v4/BuildingBlocksConfig.json +253 -32
- package/dist/schemas/v4/ListReportConfig.json +18 -1
- package/dist/schemas/v4/ObjectPageConfig.json +8 -1
- package/dist/src/sync/common/distTagEvaluator.js +1 -1
- package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
- package/dist/src/sync/common/dist_tag.json +12 -3
- package/dist/src/sync/common/generate/utils.js +1 -1
- package/dist/src/sync/common/generate/utils.js.map +1 -1
- package/dist/src/sync/common/i18n.json +1 -1
- package/dist/src/sync/common/utils.d.ts +1 -1
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +14 -10
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.js +1 -1
- package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/src/sync/v2/export/export.js +4 -4
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/export/exportPage.js +1 -1
- package/dist/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.js +1 -1
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.js +4 -4
- package/dist/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js +10 -0
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v4/export/controls/Table.d.ts +1 -0
- package/dist/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/Table.js +10 -0
- package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v4/export/export.d.ts.map +1 -1
- package/dist/src/sync/v4/export/export.js +4 -4
- package/dist/src/sync/v4/export/export.js.map +1 -1
- package/dist/src/sync/v4/export/manifest.d.ts.map +1 -1
- package/dist/src/sync/v4/export/manifest.js +6 -4
- package/dist/src/sync/v4/export/manifest.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +3 -3
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +3 -3
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.js +3 -3
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/sync-rules/controllerExtensions.js +1 -1
- package/dist/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/src/sync/v4/utils/utils.js +21 -14
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -8,472 +8,41 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
|
|
|
8
8
|
|
|
9
9
|
[NodeJS](https://nodejs.org/en/download/) Version `18.18.0` or higher
|
|
10
10
|
|
|
11
|
-
## [1.
|
|
11
|
+
## [1.120.0] - 2023-11-16
|
|
12
12
|
|
|
13
13
|
### Added
|
|
14
14
|
|
|
15
15
|
- OData V4:
|
|
16
|
-
- Added
|
|
16
|
+
- Added support for TreeTable
|
|
17
17
|
|
|
18
18
|
### Changed
|
|
19
|
-
|
|
20
|
-
- UX adjustments of inplace documentation:
|
|
21
|
-
- Harmonized the zoom behavior and removed the ability to scroll via mouse wheel
|
|
22
19
|
|
|
23
20
|
### Removed
|
|
24
21
|
|
|
25
|
-
- OData V2:
|
|
26
|
-
- Removed the `visibility` property for *addresses* on subsections of the object page, as flexibility changes are not supported on this level
|
|
27
|
-
|
|
28
|
-
### Deprecated
|
|
29
|
-
|
|
30
|
-
### Fixed
|
|
31
|
-
|
|
32
|
-
- OData V2:
|
|
33
|
-
- Fixed an issue with the selector ID of flexibility changes generated for *contacts* on subsection level of object pages
|
|
34
|
-
- OData V4:
|
|
35
|
-
- Schema generation: mark custom anchors in "oneOf" enums and additional anchor enum enhancements (missing descriptions for some actions and sections)
|
|
36
|
-
|
|
37
|
-
### Quality
|
|
38
|
-
|
|
39
|
-
- Update transitive dependencies
|
|
40
|
-
|
|
41
|
-
Upgrades:
|
|
42
|
-
|
|
43
|
-
- @sap-ux/fe-fpm-writer to 0.24.0
|
|
44
|
-
- @types/semver to 7.5.4
|
|
45
|
-
- @types/d3 to 7.4.2
|
|
46
|
-
- @types/mem-fs-editor to 7.0.5
|
|
47
|
-
- @types/jquery to 3.5.25
|
|
48
|
-
- @sap-ux/annotation-converter to 0.8.0
|
|
49
|
-
- @sap-ux/vocabularies-types to 0.10.0
|
|
50
|
-
- @sap-ux/edmx-parser to 0.7.0
|
|
51
|
-
- esbuild to 0.19.5
|
|
52
|
-
- @ui5/manifest to 1.61.0
|
|
53
|
-
- eslint to 8.52.0
|
|
54
|
-
|
|
55
|
-
## [1.108.17] - 2023-10-19
|
|
56
|
-
|
|
57
|
-
### Added
|
|
58
|
-
|
|
59
|
-
- OData V4:
|
|
60
|
-
- `displayName` property for `relatedFacet` and `relativePosition` custom section properties
|
|
61
|
-
- Missing `key` property for macros action group
|
|
62
|
-
|
|
63
|
-
### Changed
|
|
64
|
-
|
|
65
|
-
- Own definitions for the manifest or app descriptor have been replaced as far as possible by the given definitions from npm module @ui5/manifest
|
|
66
|
-
|
|
67
|
-
### Removed
|
|
68
|
-
|
|
69
|
-
### Deprecated
|
|
70
|
-
|
|
71
|
-
### Fixed
|
|
72
|
-
|
|
73
|
-
- Under certain circumstances, the non-existence of the UI.LineItem annotation led to the exception "find is not a function" when executing the importProject API
|
|
74
|
-
- OData V4:
|
|
75
|
-
- Extra entry `sap.ui5/extends/extensions/sap.ui.controllerExtensions` is created in manifest.json during sync
|
|
76
|
-
|
|
77
|
-
### Quality
|
|
78
|
-
|
|
79
|
-
- Update transitive dependencies
|
|
80
|
-
|
|
81
|
-
Upgrades:
|
|
82
|
-
|
|
83
|
-
- rimraf to 5.0.5
|
|
84
|
-
- eslint to 8.51.0
|
|
85
|
-
- @types/jquery to 3.5.22
|
|
86
|
-
- esbuild to 0.19.4
|
|
87
|
-
- @sapui5/ts-types-esm to 1.108.23
|
|
88
|
-
|
|
89
|
-
## [1.108.16] - 2023-10-05
|
|
90
|
-
|
|
91
|
-
### Added
|
|
92
|
-
|
|
93
|
-
- OData V2:
|
|
94
|
-
- Added support for standard header actions `Share` and `Up and Down Navigation`, and footer action `Save and Edit`
|
|
95
|
-
- OData V4:
|
|
96
|
-
- Support for custom header sections
|
|
97
|
-
- Support for custom filter fields
|
|
98
|
-
|
|
99
|
-
### Changed
|
|
100
|
-
|
|
101
|
-
### Removed
|
|
102
|
-
|
|
103
22
|
### Deprecated
|
|
104
23
|
|
|
105
24
|
### Fixed
|
|
106
25
|
|
|
107
|
-
-
|
|
108
|
-
- A missing entitySet definition for a page in manifest was not indicated correctly in the returned log. Even worse, the export deleted the related page in such a scenario. This is fixed now, the schema generation as well as the import are more fault-tolerant now with regard to this situation
|
|
109
|
-
- OData V4:
|
|
110
|
-
- Added missing descriptions to custom section properties `relatedFacet`, `relativePosition`, `id`, `fragmentName`
|
|
111
|
-
- Custom section properties `className` and `type` are marked as hidden
|
|
112
|
-
|
|
113
|
-
### Quality
|
|
114
|
-
|
|
115
|
-
- Update transitive dependencies
|
|
116
|
-
|
|
117
|
-
Upgrades:
|
|
118
|
-
|
|
119
|
-
- @sap-ux/fe-fpm-writer to 0.23.8
|
|
120
|
-
- eslint to 8.50.0
|
|
121
|
-
- @types/d3 to 7.4.1
|
|
122
|
-
- @types/semver to 7.5.3
|
|
123
|
-
- @types/jquery to 3.5.20
|
|
124
|
-
- @types/mem-fs-editor to 7.0.4
|
|
125
|
-
|
|
126
|
-
## [1.108.15] - 2023-09-21
|
|
127
|
-
|
|
128
|
-
### Added
|
|
129
|
-
|
|
130
|
-
- Check "UI.LineItem is not defined" added to OData V2
|
|
131
|
-
- More error messages added to the logger in case of inconsistencies with regards to the page definitions in manifest
|
|
132
|
-
- Added new tag `descriptionSrcURL` to certain properties
|
|
133
|
-
|
|
134
|
-
### Changed
|
|
135
|
-
|
|
136
|
-
- Error handling enhanced to detect missing component names of pages. An error message is added to the log passed in the API call
|
|
137
|
-
- References now use platform-independent SAPUI5 CDN URL `ui5.sap.com`
|
|
138
|
-
|
|
139
|
-
### Fixed
|
|
140
|
-
|
|
141
|
-
- The error message "UI.LineItem is not defined" wrongly appeared in the output log when views and/or (Selection)PresentationVariants have been used
|
|
142
|
-
- In case of a missing entitySet definition in the manifest for a List Report, subsequent Object Pages got deleted during the export
|
|
143
|
-
|
|
144
|
-
### Quality
|
|
145
|
-
|
|
146
|
-
- Update transitive dependencies
|
|
147
|
-
|
|
148
|
-
Upgrades:
|
|
149
|
-
|
|
150
|
-
- eslint to v8.49.0
|
|
151
|
-
- @sap-ux/annotation-converter to 0.7.4
|
|
152
|
-
- @sap-ux/vocabularies-types to 0.9.3
|
|
153
|
-
- @sap-ux/vocabularies-types to 0.9.3
|
|
154
|
-
- @sapui5/ts-types-esm to 1.108.22
|
|
155
|
-
- @types/semver to v7.5.2
|
|
156
|
-
- esbuild to 0.19.3
|
|
157
|
-
- @types/jquery to 3.5.19
|
|
158
|
-
- @sap-ux/fe-fpm-writer to 0.23.5
|
|
159
|
-
|
|
160
|
-
## [1.108.14] - 2023-09-07
|
|
161
|
-
|
|
162
|
-
### Added
|
|
163
|
-
|
|
164
|
-
- OData V2:
|
|
165
|
-
- Added support for the binding pattern to `showHeaderContent` property
|
|
166
|
-
|
|
167
|
-
### Fixed
|
|
168
|
-
|
|
169
|
-
- OData V4:
|
|
170
|
-
- Wrong annotation path is generated for connected fields with a different entity type than the section
|
|
171
|
-
- OData V2:
|
|
172
|
-
- Schema was not completely filled for custom columns, enum values for fragmentName and cellsFragmentName had been partially missing
|
|
173
|
-
|
|
174
|
-
### Quality
|
|
175
|
-
|
|
176
|
-
- Update transitive dependencies
|
|
177
|
-
|
|
178
|
-
Upgrades:
|
|
179
|
-
|
|
180
|
-
- @types/jquery to 3.5.18
|
|
181
|
-
- eslint to 8.48.0
|
|
182
|
-
- esbuild to 0.19.2
|
|
183
|
-
- @sap-ux/fe-fpm-writer to 0.23.2
|
|
184
|
-
- jquery to 3.7.1
|
|
185
|
-
- @types/semver to 7.5.1
|
|
186
|
-
- @sap-ux/vocabularies-types to 0.9.2
|
|
187
|
-
- @sap-ux/annotation-converter to 0.7.3
|
|
188
|
-
- typescript-json-schema to v0.57.0
|
|
189
|
-
|
|
190
|
-
## [1.108.13] - 2023-08-23
|
|
191
|
-
|
|
192
|
-
### Quality
|
|
193
|
-
|
|
194
|
-
- Update transitive dependencies
|
|
195
|
-
|
|
196
|
-
Upgrades:
|
|
197
|
-
|
|
198
|
-
- eslint to 8.47.0
|
|
199
|
-
- eslint-config-prettier to 8.10.0
|
|
200
|
-
- @sapui5/ts-types-esm to 1.108.21
|
|
201
|
-
- @sap-ux/fe-fpm-writer to 0.23.0
|
|
202
|
-
- @sap-ux/annotation-converter to 0.7.2
|
|
203
|
-
|
|
204
|
-
## [1.108.12] - 2023-08-09
|
|
205
|
-
|
|
206
|
-
### Added
|
|
207
|
-
|
|
208
|
-
- During the API call, an additional check verifies the given specification version against the minUI5Version from the passed manifest; in case of a mismatch a warning is added to the logger
|
|
209
|
-
- OData V4:
|
|
210
|
-
- Support connected fields on the Object Page
|
|
211
|
-
|
|
212
|
-
### Quality
|
|
213
|
-
|
|
214
|
-
- Update transitive dependencies
|
|
215
|
-
|
|
216
|
-
Upgrades:
|
|
217
|
-
|
|
218
|
-
- eslint to 8.46.0
|
|
219
|
-
- eslint-config-prettier to 8.9.0
|
|
220
|
-
|
|
221
|
-
## [1.108.11] - 2023-07-26
|
|
222
|
-
|
|
223
|
-
### Added
|
|
224
|
-
|
|
225
|
-
- OData V4:
|
|
226
|
-
- Default aggregation support for macros table and action group
|
|
227
|
-
- Multiple namespaces support for macros
|
|
228
|
-
|
|
229
|
-
### Fixed
|
|
230
|
-
|
|
231
|
-
- Fixed an issue with the CHANGELOG.md file not being visible on npmjs
|
|
232
|
-
- 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
|
|
233
|
-
|
|
234
|
-
### Quality
|
|
235
|
-
|
|
236
|
-
- Update transitive dependencies
|
|
237
|
-
|
|
238
|
-
Upgrades:
|
|
239
|
-
|
|
240
|
-
- eslint to 8.45.0
|
|
241
|
-
- @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.62.0
|
|
242
|
-
- @sap-ux/vocabularies-types to 0.9.1
|
|
243
|
-
|
|
244
|
-
## [1.108.10] - 2023-07-12
|
|
245
|
-
|
|
246
|
-
### Quality
|
|
247
|
-
|
|
248
|
-
- Update transitive dependencies
|
|
249
|
-
|
|
250
|
-
Upgrades:
|
|
251
|
-
|
|
252
|
-
- @sap-ux/fe-fpm-writer to 0.22.3
|
|
253
|
-
- @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.61.0
|
|
254
|
-
- eslint to 8.44.0
|
|
255
|
-
- eslint-formatter-multiple to 2.0.0
|
|
256
|
-
- eslint-plugin-prettier to 4.2.1
|
|
257
|
-
- semver to 7.5.4
|
|
258
|
-
- @sapui5/ts-types-esm to 1.108.20
|
|
259
|
-
|
|
260
|
-
## [1.108.9] - 2023-06-30
|
|
261
|
-
|
|
262
|
-
### Fixed
|
|
263
|
-
|
|
264
|
-
- OData V2:
|
|
265
|
-
- Fixed type of variant key for QuickVariantSelection (X) on tables to `string`.
|
|
266
|
-
- OData V4:
|
|
267
|
-
- Exception on macro table with metaPath to PresentationVariant.
|
|
268
|
-
|
|
269
|
-
### Quality
|
|
270
|
-
|
|
271
|
-
- Update transitive dependencies
|
|
272
|
-
|
|
273
|
-
Upgrades:
|
|
274
|
-
|
|
275
|
-
- semver to 7.5.3
|
|
276
|
-
- @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.60.0
|
|
277
|
-
- @sap-ux/vocabularies-types to 0.9.0
|
|
278
|
-
- @sap-ux/edmx-parser to 0.6.0
|
|
279
|
-
- @sapui5/ts-types-esm to 1.108.19
|
|
280
|
-
- @sap-ux/fe-fpm-writer to 0.22.2
|
|
281
|
-
|
|
282
|
-
## [1.108.8] - 2023-06-14
|
|
283
|
-
|
|
284
|
-
### Added
|
|
285
|
-
|
|
286
|
-
- OData V4:
|
|
287
|
-
- Support for Custom subsections.
|
|
288
|
-
|
|
289
|
-
### Changed
|
|
290
|
-
|
|
291
|
-
- OData V4:
|
|
292
|
-
- Changed binding expression to use "isEditable" property instead of "editable". Thus we have binding expressions {ui>/isEditable} and {= !${ui>/isEditable}}.
|
|
293
|
-
|
|
294
|
-
### Fixed
|
|
295
|
-
|
|
296
|
-
- OData V4:
|
|
297
|
-
- When adding new pages, the export calculates the route pattern for the new manifest entry.
|
|
298
|
-
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.
|
|
299
|
-
|
|
300
|
-
### Quality
|
|
301
|
-
|
|
302
|
-
- Update transitive dependencies
|
|
303
|
-
|
|
304
|
-
Upgrades:
|
|
305
|
-
|
|
306
|
-
- d3 to 7.8.5
|
|
307
|
-
- @sapui5/ts-types-esm to 1.108.18
|
|
308
|
-
- i18next to 22.5.1
|
|
309
|
-
- @sap-ux/fe-fpm-writer to 0.22.1
|
|
310
|
-
|
|
311
|
-
## [1.108.7] - 2023-05-31
|
|
312
|
-
|
|
313
|
-
### Fixed
|
|
314
|
-
|
|
315
|
-
- Correct missing or inconsistent tags `keys`and `dataType` in the app schema generation, especially for intentbased navigation
|
|
316
|
-
|
|
317
|
-
### Quality
|
|
318
|
-
|
|
319
|
-
- Update transitive dependencies
|
|
320
|
-
|
|
321
|
-
Upgrades:
|
|
322
|
-
|
|
323
|
-
- @sapui5/ts-types-esm to 1.108.16
|
|
324
|
-
- @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.59.8
|
|
325
|
-
- i18next to 22.5.0
|
|
326
|
-
- ts-node to 8.10.2
|
|
327
|
-
- rimraf to 5.0.1
|
|
328
|
-
- @sap-ux/fe-fpm-writer to 0.20.2
|
|
329
|
-
|
|
330
|
-
## [1.108.6] - 2023-05-18
|
|
331
|
-
|
|
332
|
-
### Added
|
|
333
|
-
|
|
334
|
-
- General:
|
|
335
|
-
- Enhancement of error handling, more explicit messages are passed to the logger.
|
|
336
|
-
Fix of error handling of exceptions from annotation parser.
|
|
337
|
-
- Fix for List Report with multiple views and Object pages on second level in Page map
|
|
338
|
-
|
|
339
|
-
- OData V4:
|
|
340
|
-
- Added ID (`internalId`) property for macros metadata in schema
|
|
341
|
-
|
|
342
|
-
### Quality
|
|
343
|
-
|
|
344
|
-
- Update transitive dependencies
|
|
345
|
-
|
|
346
|
-
Upgrades:
|
|
347
|
-
|
|
348
|
-
- excel4node to 1.8.2
|
|
349
|
-
- rimraf to 5.0.0
|
|
350
|
-
- i18next to 22.4.15
|
|
351
|
-
- @sap-ux/fe-fpm-writer to 0.18.9
|
|
352
|
-
- @sapui5/ts-types-esm to 1.108.15
|
|
353
|
-
- semver to 7.5.1
|
|
354
|
-
- typescript-eslint to 5.59.5
|
|
355
|
-
- jquery to 3.7.0
|
|
356
|
-
|
|
357
|
-
## [1.108.5] - 2023-05-04
|
|
358
|
-
|
|
359
|
-
### Added
|
|
360
|
-
|
|
361
|
-
- OData V4:
|
|
362
|
-
- OP: New value "InilneCreationRows" added to creationMode->name property
|
|
363
|
-
- OP: Addded support for property 'inlineCreationRowsHiddenInEditMode' in creationMode
|
|
364
|
-
|
|
365
|
-
### Fixed
|
|
366
|
-
|
|
367
|
-
- OData V4:
|
|
368
|
-
- Parsing of commented contents in XML fragments, comments are now getting ignored during generation and import
|
|
369
|
-
|
|
370
|
-
### Quality
|
|
371
|
-
|
|
372
|
-
- Update transitive dependencies
|
|
373
|
-
|
|
374
|
-
Upgrades:
|
|
375
|
-
- prettier to 2.8.8
|
|
376
|
-
- @sapui5/ts-types-esm to 1.108.13
|
|
377
|
-
- typescript to 4.9.5
|
|
378
|
-
- @types/node to 18.16.3
|
|
379
|
-
- patch-package to 6.5.1
|
|
380
|
-
- @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.59.2
|
|
381
|
-
- Update @sap-ux/vocabularies-types to 0.7.4
|
|
382
|
-
- Update @sap-ux/annotation-converter to 0.5.22
|
|
383
|
-
- Update @sap-ux/edmx-parser to 0.5.14
|
|
384
|
-
|
|
385
|
-
## [1.108.4] - 2023-04-19
|
|
386
|
-
|
|
387
|
-
### Fixed
|
|
388
|
-
|
|
389
|
-
- OData V4:
|
|
390
|
-
- Fixed an issue with custom extensions running into an endless loop
|
|
391
|
-
|
|
392
|
-
### Quality
|
|
393
|
-
|
|
394
|
-
- Update transitive dependencies
|
|
395
|
-
|
|
396
|
-
Upgrades:
|
|
397
|
-
- @sapui5/ts-types-esm to 1.108.12
|
|
398
|
-
- @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.58.0
|
|
399
|
-
- @types/mem-fs-editor to 7.0.3
|
|
400
|
-
- semver to 7.5.0
|
|
401
|
-
|
|
402
|
-
## [1.108.3] - 2023-04-05
|
|
403
|
-
|
|
404
|
-
### Added
|
|
26
|
+
- Fixed an exception "Cannot read properties of undefined (reading 'includes')" when generating the app schemas
|
|
405
27
|
|
|
406
28
|
- OData V4:
|
|
407
|
-
-
|
|
29
|
+
- If multiple facets refer to target annotations without an ID but with identical labels, only one of the facets was shown in the page editor
|
|
30
|
+
- An error message was added to the logger if the ID was missing for a reference facet. This was wrong, the ID is optional for reference facets. Instead, the error message is now added for missing IDs of collection facets
|
|
31
|
+
- Building blocks:
|
|
32
|
+
- The number of new lines that get created from the description of building block properties was decreased
|
|
33
|
+
- Missing 'enum' for multiple building block properties
|
|
408
34
|
|
|
409
35
|
### Quality
|
|
410
36
|
|
|
411
37
|
- Update transitive dependencies
|
|
412
38
|
|
|
413
|
-
Upgrades
|
|
414
|
-
- excel4node to 1.8.1
|
|
415
|
-
- eslint-config-prettier to 8.8.0
|
|
416
|
-
- prettier to 2.8.7
|
|
417
|
-
- @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.57.0
|
|
418
|
-
- d3 to 7.8.4
|
|
419
|
-
|
|
420
|
-
## [1.108.2] - 2023-03-22
|
|
421
|
-
|
|
422
|
-
### Added
|
|
423
|
-
|
|
424
|
-
- 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.
|
|
425
|
-
|
|
426
|
-
### Quality
|
|
427
|
-
|
|
428
|
-
Upgrades:
|
|
429
|
-
- chalk to 4.1.2
|
|
430
|
-
- types/jest to 28.1.8
|
|
431
|
-
- jQuery to 3.6.4
|
|
432
|
-
- sapui5/ts-types-esm to 1.108.11
|
|
433
|
-
- ejs to 3.1.9
|
|
434
|
-
- deepmerge to 4.3.1
|
|
435
|
-
- eslint-config-prettier to 8.7.0
|
|
436
|
-
- prettier to 2.8.4
|
|
437
|
-
|
|
438
|
-
## [1.108.0] - 2023-03-08
|
|
439
|
-
|
|
440
|
-
### Fixed
|
|
441
|
-
|
|
442
|
-
- OData V2:
|
|
443
|
-
- Fixed deletion issues for Custom Columns that appeared after positions were changed
|
|
444
|
-
|
|
445
|
-
### Quality
|
|
446
|
-
|
|
447
|
-
- Upgrade "typescript" to "4.9.4"
|
|
448
|
-
- Upgrade "@typescript-eslint/eslint-plugin" and "@typescript-eslint/parser" to "5.52.0"
|
|
449
|
-
- Upgrade "ts-node" to "10.9.1"
|
|
450
|
-
- Upgrade "@sapui5/ts-types-esm" to "1.108.10"
|
|
451
|
-
- Upgrade "@sap-ux/fe-fpm-writer" to "0.18.7"
|
|
452
|
-
- Upgrade "mem-fs-editor" to "9.7.0"
|
|
453
|
-
- Revert "typescript-json-schema" to "0.53.0" in types package
|
|
454
|
-
|
|
455
|
-
## [1.108.0] - 2023-02-22
|
|
456
|
-
|
|
457
|
-
### Added
|
|
458
|
-
|
|
459
|
-
- OData V2:
|
|
460
|
-
- Additional values `creationRows` and `creationRowsHiddenInEditMode` of property `CreateMode` are supported now for object page tables.
|
|
461
|
-
|
|
462
|
-
### Changed
|
|
463
|
-
|
|
464
|
-
- OData V4:
|
|
465
|
-
- Adapted view property key handling for views created using different `entitySet` value.
|
|
466
|
-
|
|
467
|
-
### Quality
|
|
39
|
+
Upgrades
|
|
468
40
|
|
|
469
|
-
-
|
|
470
|
-
-
|
|
471
|
-
-
|
|
472
|
-
-
|
|
473
|
-
-
|
|
474
|
-
-
|
|
475
|
-
-
|
|
476
|
-
-
|
|
477
|
-
- Upgrade "@sapui5/ts-types-esm" to "1.108.7"
|
|
478
|
-
- Upgrade "jest", "ts-jest", "@types/jest"
|
|
479
|
-
- Upgrade "set-value"
|
|
41
|
+
- eslint to 8.53.0
|
|
42
|
+
- axios to 1.6.0
|
|
43
|
+
- @sap-ux/fe-fpm-writer to v0.24.1
|
|
44
|
+
- @types/jquery to v3.5.27
|
|
45
|
+
- @types/semver to v7.5.5
|
|
46
|
+
- @types/d3 to v7.4.3
|
|
47
|
+
- @types/mem-fs-editor to v7.0.6
|
|
48
|
+
- @sapui5/ts-types-esm to 1.120.1
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<link href="../styleDocu.css" rel="stylesheet" />
|
|
6
6
|
</head>
|
|
7
7
|
<body>
|
|
8
|
-
<div id="version-container">SAP Fiori elements for OData V2<br />@sap/ux-specification 1.
|
|
8
|
+
<div id="version-container">SAP Fiori elements for OData V2<br />@sap/ux-specification 1.120.0</div>
|
|
9
9
|
<div id="button-container">
|
|
10
10
|
<input type="button" id="resetTree" value="Reset" /><input type="button" value="Expand" id="expandTree" />
|
|
11
11
|
</div>
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
<script src="./../runDocu-min.js"></script>
|
|
57
57
|
<script>
|
|
58
58
|
var floorPlanIcon = `<path fill-rule="evenodd" clip-rule="evenodd" fill="var(--vscode-icon-foreground)"d="M9 13V14H6V13H9ZM5 13V14H2V13H5ZM13 13V14H10V13H13ZM9 11V12H6V11H9ZM5 11V12H2V11H5ZM13 11V12H10V11H13ZM5 9V10H2V9H5ZM9 9V10H6V9H9ZM13 9V10H10V9H13ZM3.986 1.998V6.024H1.965V1.998H3.986ZM6.99 4.01V6.01H4.99V4.01H6.99ZM10.008 3.019V6.01H8.008V3.019H10.008ZM13.005 1.998V6.011H11.005V1.998H13.005ZM1 14.988H14.988V7.995H1V14.988ZM1.001 6.994H14.989V1H1.001V6.994ZM1.00169 0C0.449309 0 0 0.448336 0 1.00075V14.9992C0 15.5517 0.449309 16 1.00169 16H14.9993C15.5517 16 16 15.5517 16 14.9992V1.00075C16 0.448336 15.5517 0 14.9993 0H1.00169Z"/>`;
|
|
59
|
-
var treeData = {"name":"AnalyticalListPage","description":"SAP Fiori elements for OData V2<br>@sap/ux-specification version 1.108.18","type":"schema","children":[{"name":"fitContent","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.f.DynamicPage","description":"Set fitContent to true to optimize the dynamic page responsiveness on small screens and behavior when the DynamicPageHeader is expanded or collapsed."},{"name":"header","children":[{"name":"actions","children":[{"name":"Share","children":[{"name":"visible","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Allows you to define if the button is visible on the screen."}]}]}],"type":"object","description":"Header"},{"name":"table","children":[{"name":"type","children":[],"type":"string","artifact":"Manifest","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."},{"name":"growingThreshold","children":[],"type":"number","artifact":"UI5 flexibility","control":"sap.m.Table","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."},{"name":"qualifier","children":[],"type":"string","artifact":"Manifest","description":"Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier."},{"name":"defaultContentView","children":[],"type":"chart|charttable|table","artifact":"Manifest","description":"Determines the visualization of content area"},{"name":"defaultFilterMode","children":[],"type":"compact|visual","artifact":"Manifest","description":"Determines the filter mode that is used"},{"name":"contentTitle","children":[],"type":"string","artifact":"Manifest","description":"Lets you define title for the content area"},{"name":"autoHide","children":[],"type":"boolean","artifact":"Manifest","description":"This setting allows developer to determine chart / table interaction. 'true' would mean chart act as filter for table, 'false' would mean that matching table rows are highlighted but table is not filtered."},{"name":"allFiltersAsInParameters","children":[],"type":"boolean","artifact":"Manifest","description":"All filter fields will be set as in parameter"},{"name":"multiSelect","children":[],"type":"boolean","artifact":"Manifest","description":"Single selection in tables is enabled by default. If you want, you can enable multi-select."},{"name":"createWithParameterDialog","children":[{"name":"fields","children":[],"type":"array","artifact":"Manifest"}],"type":"object","artifact":"Manifest","description":"You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page."},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"The 'Select All' button is disabled by default. To enable it, set selectAll to true."},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","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."},{"name":"showTablePersonalisation","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"The showTablePersonalisation attribute can be set to false to hide the table personalization button."},{"name":"useExportToExcel","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel."},{"name":"exportType","children":[],"type":"GW|UI5Client|UI5ClientPDF","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"Specifies the type of export to be used in the SmartTable control. UI5Client is the default option."},{"name":"fitContainer","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"Set to false if the table does not occupy the entire space available in the container."},{"name":"quickVariantSelection","children":[{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"To show the number of records available, set showCounts to true."},{"name":"variants","children":[{"name":"key","children":[],"type":"string","description":"A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory."},{"name":"annotationPath","children":[],"type":"string","description":"Use annotationPath to define a specific variant that points to a SelectionVariant or SelectionPresentationVariant annotation."}],"type":"object","artifact":"Manifest","description":"The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations."}],"type":"object","artifact":"Manifest","description":"With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand."},{"name":"quickVariantSelectionX","children":[{"name":"enableAutoBinding","children":[],"type":"boolean","artifact":"Manifest","description":"When set to true, this enables automatic binding of the table with either the tableBindingPath (if it exists) or the entitySet property."},{"name":"variants","children":[{"name":"entitySet","children":[],"type":"string","description":"Represents the entity set that will be displayed in this variant"},{"name":"multiSelect","children":[],"type":"boolean","description":"Single selection in tables is enabled by default. If you want, you can enable multi-select."},{"name":"selectAll","children":[],"type":"boolean","description":"The 'Select All' button is disabled by default. To enable it, set selectAll to true."},{"name":"selectionLimit","children":[],"type":"number","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."},{"name":"type","children":[],"type":"AnalyticalTable|GridTable|ResponsiveTable|TreeTable","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."},{"name":"showItemNavigationOnChart","children":[],"type":"boolean","description":"To enable navigation for charts, you have to set the property to \"true\" and maintain an internal navigation target in the manifest."},{"name":"inlineDelete","children":[],"type":"boolean","description":"Used to enable inline deletion in a responsive table of list report and object page"},{"name":"key","children":[],"type":"string","description":"A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory."},{"name":"annotationPath","children":[],"type":"string","description":"Use annotationPath to define a specific variant that points to a SelectionVariant or SelectionPresentationVariant annotation."}],"type":"object","artifact":"Manifest","description":"The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations."},{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"To show the number of records available, set showCounts to true."}],"type":"object","artifact":"Manifest","description":"Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations."},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true."},{"name":"enableTableFilterInPageVariant","children":[],"type":"boolean","artifact":"Manifest","description":"If you have enabled harmonized variant management, by default, you cannot set a filter in the table personalization settings.\nTo enable filtering, set the enableTableFilterInPageVariant property to true."},{"name":"dataLoadSettings","children":[{"name":"loadDataOnAppLaunch","children":[],"type":"always|ifAnyFilterExist|never","artifact":"Manifest","description":"Change the default behavior for autoloading of data.\nFor multi-view scenarios, you can also change the setting enableAutobinding to False under quickVariantSelectionX instead of using the loadDataOnAppLaunch setting."}],"type":"object","artifact":"Manifest","description":"Change the default behavior for autoloading of data."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}],"type":"object","description":"Tool Bar"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Column","description":"The width property defines the width of the column."},{"name":"hAlign","children":[],"type":"Begin|Center|End|Initial|Left|Right","artifact":"UI5 flexibility","control":"sap.m.Column","description":"The hAlign property defines the horizontal alignment of the column content."},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}],"type":"object","description":"Columns"}]}]},{"name":"filterBar","children":[{"name":"showGoButtonOnFilterBar","children":[],"type":"boolean","artifact":"Manifest","description":"Go button is displayed for compact filters when this is set to true"},{"name":"filterDefaultsFromSelectionVariant","children":[],"type":"boolean","artifact":"Manifest","description":"Lets you to add default values for FilterBar using SelectionVariant annotation"},{"name":"smartVariantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"Controls whether smart variant management is active. Default is true."},{"name":"liveMode","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"If liveMode is set, the search will be automatically triggered when a filter value is set."},{"name":"variantManagementHidden","children":[],"type":"boolean","artifact":"Manifest","description":"If you set the flag to true, then standard variant management is not available in the app. The app name is displayed instead.\nIf 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."},{"name":"subTitleIfVariantMgmtHidden","children":[],"type":"string","artifact":"Manifest","description":"You can choose an app-specific title by setting the corresponding value for the subTitleIfVariantMgmtHidden property."},{"name":"dateSettings","children":[{"name":"useDateRange","children":[],"type":"boolean","artifact":"Manifest","description":"If set to true all date fields with filter restriction interval will be treated as DateTimeRange filters."},{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","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."}],"type":"object","artifact":"Manifest","description":"Use to set date settings for fields in smart filter bar"},{"name":"showClearOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Clear button on the FilterBar."},{"name":"showFilterConfiguration","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Filter button on the FilterBar."},{"name":"showRestoreOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Restore button on the FilterBar."},{"name":"selectionFields","children":[{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","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."},{"name":"customDateRangeImplementation","children":[],"type":"string","artifact":"Manifest","description":"This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types."},{"name":"filter","children":[],"type":"array","artifact":"Manifest","description":"You can use the filter settings to include and exclude specific date range values."},{"name":"defaultValue","children":[{"name":"operation","children":[],"type":"DATETOYEAR|LAST2WEEKS|LAST3WEEKS|LAST4WEEKS|LAST5WEEKS|LASTMONTH|LASTQUARTER|LASTWEEK|LASTYEAR|QUARTER1|QUARTER2|QUARTER3|QUARTER4|THISMONTH|THISQUARTER|THISWEEK|THISYEAR|TODAY|TOMORROW|YEARTODATE|YESTERDAY","artifact":"Manifest","description":"The operation property is the value that will be set for semantic date range."}],"type":"object","artifact":"Manifest","description":"You can set a default value for semantic date range."}]}]},{"name":"chart","children":[{"name":"showLegendButton","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"Controls the visibility of the legend button."},{"name":"showDownloadButton","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"Controls the visibility of the chart download button."},{"name":"showChartTypeSelectionButton","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"Controls the visibility of the chart type button."},{"name":"ignoredChartTypes","children":[],"type":"array","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"Comma-separated value fields do not showup in the list of available chart types."},{"name":"showDataLabel","children":[],"type":"boolean","artifact":"Manifest","description":"Controls the visibility of the data label."}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}]},{"name":"keyPerformanceIndicators","children":[{"name":"model","children":[],"type":"string","artifact":"Manifest","description":"Links to the item in \"models\" section which provides additional information"},{"name":"entitySet","children":[],"type":"string","artifact":"Manifest","description":"EntitySet used for bringing up the details displayed within the KPI tag/card"},{"name":"qualifier","children":[],"type":"string","artifact":"Manifest","description":"Refers to the UI.KPI annotation"},{"name":"filterable","children":[],"type":"boolean","artifact":"Manifest","description":"It ensures that KPI shows up as filterable"},{"name":"detailNavigation","children":[],"type":"string","artifact":"Manifest","description":"Points to an element within \"outbound\" property of the \"crossNavigation\" section"},{"name":"groupId","children":[],"type":"string","artifact":"Manifest","description":"To achieve faster end-to-end response time within analytical list page, enable batching of KPI by defining groupId in the KPI section of the descriptor configuration file"}],"type":"object","description":"Key Performance Indicators"}]};
|
|
59
|
+
var treeData = {"name":"AnalyticalListPage","description":"SAP Fiori elements for OData V2<br>@sap/ux-specification version 1.120.0","type":"schema","children":[{"name":"fitContent","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.f.DynamicPage","description":"Set fitContent to true to optimize the dynamic page responsiveness on small screens and behavior when the DynamicPageHeader is expanded or collapsed."},{"name":"header","children":[{"name":"actions","children":[{"name":"Share","children":[{"name":"visible","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Allows you to define if the button is visible on the screen."}]}]}],"type":"object","description":"Header"},{"name":"table","children":[{"name":"type","children":[],"type":"string","artifact":"Manifest","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."},{"name":"growingThreshold","children":[],"type":"number","artifact":"UI5 flexibility","control":"sap.m.Table","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."},{"name":"qualifier","children":[],"type":"string","artifact":"Manifest","description":"Represents the SelectionPresentationVariant qualifier. ALP looks for SelectionPresentationVariant with this qualifier and if not found, it looks for PresentationVariant with this qualifier."},{"name":"defaultContentView","children":[],"type":"chart|charttable|table","artifact":"Manifest","description":"Determines the visualization of content area"},{"name":"defaultFilterMode","children":[],"type":"compact|visual","artifact":"Manifest","description":"Determines the filter mode that is used"},{"name":"contentTitle","children":[],"type":"string","artifact":"Manifest","description":"Lets you define title for the content area"},{"name":"autoHide","children":[],"type":"boolean","artifact":"Manifest","description":"This setting allows developer to determine chart / table interaction. 'true' would mean chart act as filter for table, 'false' would mean that matching table rows are highlighted but table is not filtered."},{"name":"allFiltersAsInParameters","children":[],"type":"boolean","artifact":"Manifest","description":"All filter fields will be set as in parameter"},{"name":"multiSelect","children":[],"type":"boolean","artifact":"Manifest","description":"Single selection in tables is enabled by default. If you want, you can enable multi-select."},{"name":"createWithParameterDialog","children":[{"name":"fields","children":[],"type":"array","artifact":"Manifest"}],"type":"object","artifact":"Manifest","description":"You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page."},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"The 'Select All' button is disabled by default. To enable it, set selectAll to true."},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","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."},{"name":"showTablePersonalisation","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"The showTablePersonalisation attribute can be set to false to hide the table personalization button."},{"name":"useExportToExcel","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel."},{"name":"exportType","children":[],"type":"GW|UI5Client|UI5ClientPDF","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"Specifies the type of export to be used in the SmartTable control. UI5Client is the default option."},{"name":"fitContainer","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"Set to false if the table does not occupy the entire space available in the container."},{"name":"quickVariantSelection","children":[{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"To show the number of records available, set showCounts to true."},{"name":"variants","children":[{"name":"key","children":[],"type":"string","description":"A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory."},{"name":"annotationPath","children":[],"type":"string","description":"Use annotationPath to define a specific variant that points to a SelectionVariant or SelectionPresentationVariant annotation."}],"type":"object","artifact":"Manifest","description":"The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations."}],"type":"object","artifact":"Manifest","description":"With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have added to your annotations beforehand."},{"name":"quickVariantSelectionX","children":[{"name":"enableAutoBinding","children":[],"type":"boolean","artifact":"Manifest","description":"When set to true, this enables automatic binding of the table with either the tableBindingPath (if it exists) or the entitySet property."},{"name":"variants","children":[{"name":"entitySet","children":[],"type":"string","description":"Represents the entity set that will be displayed in this variant"},{"name":"multiSelect","children":[],"type":"boolean","description":"Single selection in tables is enabled by default. If you want, you can enable multi-select."},{"name":"selectAll","children":[],"type":"boolean","description":"The 'Select All' button is disabled by default. To enable it, set selectAll to true."},{"name":"selectionLimit","children":[],"type":"number","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."},{"name":"type","children":[],"type":"AnalyticalTable|GridTable|ResponsiveTable|TreeTable","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."},{"name":"showItemNavigationOnChart","children":[],"type":"boolean","description":"To enable navigation for charts, you have to set the property to \"true\" and maintain an internal navigation target in the manifest."},{"name":"inlineDelete","children":[],"type":"boolean","description":"Used to enable inline deletion in a responsive table of list report and object page"},{"name":"key","children":[],"type":"string","description":"A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory."},{"name":"annotationPath","children":[],"type":"string","description":"Use annotationPath to define a specific variant that points to a SelectionVariant or SelectionPresentationVariant annotation."}],"type":"object","artifact":"Manifest","description":"The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations."},{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"To show the number of records available, set showCounts to true."}],"type":"object","artifact":"Manifest","description":"Switch on the multiple view feature (Multiple table mode with charts) and link to the variants you have added to your annotations."},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"For analytical tables, grid tables and tree tables you can define a condensed table layout by setting condensedTableLayout to true."},{"name":"enableTableFilterInPageVariant","children":[],"type":"boolean","artifact":"Manifest","description":"If you have enabled harmonized variant management, by default, you cannot set a filter in the table personalization settings.\nTo enable filtering, set the enableTableFilterInPageVariant property to true."},{"name":"dataLoadSettings","children":[{"name":"loadDataOnAppLaunch","children":[],"type":"always|ifAnyFilterExist|never","artifact":"Manifest","description":"Change the default behavior for autoloading of data.\nFor multi-view scenarios, you can also change the setting enableAutobinding to False under quickVariantSelectionX instead of using the loadDataOnAppLaunch setting."}],"type":"object","artifact":"Manifest","description":"Change the default behavior for autoloading of data."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}],"type":"object","description":"Tool Bar"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Column","description":"The width property defines the width of the column."},{"name":"hAlign","children":[],"type":"Begin|Center|End|Initial|Left|Right","artifact":"UI5 flexibility","control":"sap.m.Column","description":"The hAlign property defines the horizontal alignment of the column content."},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}],"type":"object","description":"Columns"}]}]},{"name":"filterBar","children":[{"name":"showGoButtonOnFilterBar","children":[],"type":"boolean","artifact":"Manifest","description":"Go button is displayed for compact filters when this is set to true"},{"name":"filterDefaultsFromSelectionVariant","children":[],"type":"boolean","artifact":"Manifest","description":"Lets you to add default values for FilterBar using SelectionVariant annotation"},{"name":"smartVariantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"Controls whether smart variant management is active. Default is true."},{"name":"liveMode","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"If liveMode is set, the search will be automatically triggered when a filter value is set."},{"name":"variantManagementHidden","children":[],"type":"boolean","artifact":"Manifest","description":"If you set the flag to true, then standard variant management is not available in the app. The app name is displayed instead.\nIf 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."},{"name":"subTitleIfVariantMgmtHidden","children":[],"type":"string","artifact":"Manifest","description":"You can choose an app-specific title by setting the corresponding value for the subTitleIfVariantMgmtHidden property."},{"name":"dateSettings","children":[{"name":"useDateRange","children":[],"type":"boolean","artifact":"Manifest","description":"If set to true all date fields with filter restriction interval will be treated as DateTimeRange filters."},{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","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."}],"type":"object","artifact":"Manifest","description":"Use to set date settings for fields in smart filter bar"},{"name":"showClearOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Clear button on the FilterBar."},{"name":"showFilterConfiguration","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Filter button on the FilterBar."},{"name":"showRestoreOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles visibility of the Restore button on the FilterBar."},{"name":"selectionFields","children":[{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","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."},{"name":"customDateRangeImplementation","children":[],"type":"string","artifact":"Manifest","description":"This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types."},{"name":"filter","children":[],"type":"array","artifact":"Manifest","description":"You can use the filter settings to include and exclude specific date range values."},{"name":"defaultValue","children":[{"name":"operation","children":[],"type":"DATETOYEAR|LAST2WEEKS|LAST3WEEKS|LAST4WEEKS|LAST5WEEKS|LASTMONTH|LASTQUARTER|LASTWEEK|LASTYEAR|QUARTER1|QUARTER2|QUARTER3|QUARTER4|THISMONTH|THISQUARTER|THISWEEK|THISYEAR|TODAY|TOMORROW|YEARTODATE|YESTERDAY","artifact":"Manifest","description":"The operation property is the value that will be set for semantic date range."}],"type":"object","artifact":"Manifest","description":"You can set a default value for semantic date range."}]}]},{"name":"chart","children":[{"name":"showLegendButton","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"Controls the visibility of the legend button."},{"name":"showDownloadButton","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"Controls the visibility of the chart download button."},{"name":"showChartTypeSelectionButton","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"Controls the visibility of the chart type button."},{"name":"ignoredChartTypes","children":[],"type":"array","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"Comma-separated value fields do not showup in the list of available chart types."},{"name":"showDataLabel","children":[],"type":"boolean","artifact":"Manifest","description":"Controls the visibility of the data label."}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","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."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}]},{"name":"keyPerformanceIndicators","children":[{"name":"model","children":[],"type":"string","artifact":"Manifest","description":"Links to the item in \"models\" section which provides additional information"},{"name":"entitySet","children":[],"type":"string","artifact":"Manifest","description":"EntitySet used for bringing up the details displayed within the KPI tag/card"},{"name":"qualifier","children":[],"type":"string","artifact":"Manifest","description":"Refers to the UI.KPI annotation"},{"name":"filterable","children":[],"type":"boolean","artifact":"Manifest","description":"It ensures that KPI shows up as filterable"},{"name":"detailNavigation","children":[],"type":"string","artifact":"Manifest","description":"Points to an element within \"outbound\" property of the \"crossNavigation\" section"},{"name":"groupId","children":[],"type":"string","artifact":"Manifest","description":"To achieve faster end-to-end response time within analytical list page, enable batching of KPI by defining groupId in the KPI section of the descriptor configuration file"}],"type":"object","description":"Key Performance Indicators"}]};
|
|
60
60
|
|
|
61
61
|
var initTreeDiagram = () => {
|
|
62
62
|
if (!window.treeDiagram) {
|