@sap/ux-specification 1.108.19 → 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 CHANGED
@@ -8,12 +8,15 @@ 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.108.19] - 2023-11-16
11
+ ## [1.120.0] - 2023-11-16
12
12
 
13
13
  ### Added
14
14
 
15
- ### Changed
15
+ - OData V4:
16
+ - Added support for TreeTable
16
17
 
18
+ ### Changed
19
+
17
20
  ### Removed
18
21
 
19
22
  ### Deprecated
@@ -21,7 +24,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
21
24
  ### Fixed
22
25
 
23
26
  - Fixed an exception "Cannot read properties of undefined (reading 'includes')" when generating the app schemas
24
-
27
+
25
28
  - OData V4:
26
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
27
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
@@ -33,483 +36,13 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
33
36
 
34
37
  - Update transitive dependencies
35
38
 
36
- Upgrades:
39
+ Upgrades
37
40
 
38
41
  - eslint to 8.53.0
39
42
  - axios to 1.6.0
40
- - @sap-ux/fe-fpm-writer to 0.24.1
43
+ - @sap-ux/fe-fpm-writer to v0.24.1
41
44
  - @types/jquery to v3.5.27
42
45
  - @types/semver to v7.5.5
43
46
  - @types/d3 to v7.4.3
44
47
  - @types/mem-fs-editor to v7.0.6
45
- - @sapui5/ts-types-esm to 1.108.24
46
-
47
- ## [1.108.18] - 2023-11-02
48
-
49
- ### Added
50
-
51
- - OData V4:
52
- - Added additional log entries while executing API calls for schema generation, and error log entries in case of missing UI.LineItem annotation
53
-
54
- ### Changed
55
-
56
- - UX adjustments of inplace documentation:
57
- - Harmonized the zoom behavior and removed the ability to scroll via the mouse wheel
58
-
59
- ### Removed
60
-
61
- - OData V2:
62
- - Removed the `visibility` property for *addresses* on subsections of the object page, as flexibility changes are not supported on this level
63
-
64
- ### Deprecated
65
-
66
- ### Fixed
67
-
68
- - OData V2:
69
- - Fixed an issue with the selector ID of flexibility changes generated for **contacts** on the subsection level of object pages
70
- - OData V4:
71
- - Schema generation: Mark custom anchors in "oneOf" enums and additional anchor enum enhancements (missing descriptions for some actions and sections)
72
-
73
- ### Quality
74
-
75
- - Update transitive dependencies
76
-
77
- Upgrades:
78
-
79
- - @sap-ux/fe-fpm-writer to 0.24.0
80
- - @types/semver to 7.5.4
81
- - @types/d3 to 7.4.2
82
- - @types/mem-fs-editor to 7.0.5
83
- - @types/jquery to 3.5.25
84
- - @sap-ux/annotation-converter to 0.8.0
85
- - @sap-ux/vocabularies-types to 0.10.0
86
- - @sap-ux/edmx-parser to 0.7.0
87
- - esbuild to 0.19.5
88
- - @ui5/manifest to 1.61.0
89
- - eslint to 8.52.0
90
-
91
- ## [1.108.17] - 2023-10-19
92
-
93
- ### Added
94
-
95
- - OData V4:
96
- - `displayName` property for `relatedFacet` and `relativePosition` custom section properties
97
- - Missing `key` property for macros action group
98
-
99
- ### Changed
100
-
101
- - Own definitions for the manifest or app descriptor have been replaced as far as possible by the given definitions from npm module @ui5/manifest
102
-
103
- ### Removed
104
-
105
- ### Deprecated
106
-
107
- ### Fixed
108
-
109
- - 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
110
- - OData V4:
111
- - Extra entry `sap.ui5/extends/extensions/sap.ui.controllerExtensions` is created in manifest.json during sync
112
-
113
- ### Quality
114
-
115
- - Update transitive dependencies
116
-
117
- Upgrades:
118
-
119
- - rimraf to 5.0.5
120
- - eslint to 8.51.0
121
- - @types/jquery to 3.5.22
122
- - esbuild to 0.19.4
123
- - @sapui5/ts-types-esm to 1.108.23
124
-
125
- ## [1.108.16] - 2023-10-05
126
-
127
- ### Added
128
-
129
- - OData V2:
130
- - Added support for standard header actions `Share` and `Up and Down Navigation`, and footer action `Save and Edit`
131
- - OData V4:
132
- - Support for custom header sections
133
- - Support for custom filter fields
134
-
135
- ### Changed
136
-
137
- ### Removed
138
-
139
- ### Deprecated
140
-
141
- ### Fixed
142
-
143
- - OData V2:
144
- - 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
145
- - OData V4:
146
- - Added missing descriptions to custom section properties `relatedFacet`, `relativePosition`, `id`, `fragmentName`
147
- - Custom section properties `className` and `type` are marked as hidden
148
-
149
- ### Quality
150
-
151
- - Update transitive dependencies
152
-
153
- Upgrades:
154
-
155
- - @sap-ux/fe-fpm-writer to 0.23.8
156
- - eslint to 8.50.0
157
- - @types/d3 to 7.4.1
158
- - @types/semver to 7.5.3
159
- - @types/jquery to 3.5.20
160
- - @types/mem-fs-editor to 7.0.4
161
-
162
- ## [1.108.15] - 2023-09-21
163
-
164
- ### Added
165
-
166
- - Check "UI.LineItem is not defined" added to OData V2
167
- - More error messages added to the logger in case of inconsistencies with regards to the page definitions in manifest
168
- - Added new tag `descriptionSrcURL` to certain properties
169
-
170
- ### Changed
171
-
172
- - Error handling enhanced to detect missing component names of pages. An error message is added to the log passed in the API call
173
- - References now use platform-independent SAPUI5 CDN URL `ui5.sap.com`
174
-
175
- ### Fixed
176
-
177
- - The error message "UI.LineItem is not defined" wrongly appeared in the output log when views and/or (Selection)PresentationVariants have been used
178
- - In case of a missing entitySet definition in the manifest for a List Report, subsequent Object Pages got deleted during the export
179
-
180
- ### Quality
181
-
182
- - Update transitive dependencies
183
-
184
- Upgrades:
185
-
186
- - eslint to v8.49.0
187
- - @sap-ux/annotation-converter to 0.7.4
188
- - @sap-ux/vocabularies-types to 0.9.3
189
- - @sap-ux/vocabularies-types to 0.9.3
190
- - @sapui5/ts-types-esm to 1.108.22
191
- - @types/semver to v7.5.2
192
- - esbuild to 0.19.3
193
- - @types/jquery to 3.5.19
194
- - @sap-ux/fe-fpm-writer to 0.23.5
195
-
196
- ## [1.108.14] - 2023-09-07
197
-
198
- ### Added
199
-
200
- - OData V2:
201
- - Added support for the binding pattern to `showHeaderContent` property
202
-
203
- ### Fixed
204
-
205
- - OData V4:
206
- - Wrong annotation path is generated for connected fields with a different entity type than the section
207
- - OData V2:
208
- - Schema was not completely filled for custom columns, enum values for fragmentName and cellsFragmentName had been partially missing
209
-
210
- ### Quality
211
-
212
- - Update transitive dependencies
213
-
214
- Upgrades:
215
-
216
- - @types/jquery to 3.5.18
217
- - eslint to 8.48.0
218
- - esbuild to 0.19.2
219
- - @sap-ux/fe-fpm-writer to 0.23.2
220
- - jquery to 3.7.1
221
- - @types/semver to 7.5.1
222
- - @sap-ux/vocabularies-types to 0.9.2
223
- - @sap-ux/annotation-converter to 0.7.3
224
- - typescript-json-schema to v0.57.0
225
-
226
- ## [1.108.13] - 2023-08-23
227
-
228
- ### Quality
229
-
230
- - Update transitive dependencies
231
-
232
- Upgrades:
233
-
234
- - eslint to 8.47.0
235
- - eslint-config-prettier to 8.10.0
236
- - @sapui5/ts-types-esm to 1.108.21
237
- - @sap-ux/fe-fpm-writer to 0.23.0
238
- - @sap-ux/annotation-converter to 0.7.2
239
-
240
- ## [1.108.12] - 2023-08-09
241
-
242
- ### Added
243
-
244
- - 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
245
- - OData V4:
246
- - Support connected fields on the Object Page
247
-
248
- ### Quality
249
-
250
- - Update transitive dependencies
251
-
252
- Upgrades:
253
-
254
- - eslint to 8.46.0
255
- - eslint-config-prettier to 8.9.0
256
-
257
- ## [1.108.11] - 2023-07-26
258
-
259
- ### Added
260
-
261
- - OData V4:
262
- - Default aggregation support for macros table and action group
263
- - Multiple namespaces support for macros
264
-
265
- ### Fixed
266
-
267
- - Fixed an issue with the CHANGELOG.md file not being visible on npmjs
268
- - 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
269
-
270
- ### Quality
271
-
272
- - Update transitive dependencies
273
-
274
- Upgrades:
275
-
276
- - eslint to 8.45.0
277
- - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.62.0
278
- - @sap-ux/vocabularies-types to 0.9.1
279
-
280
- ## [1.108.10] - 2023-07-12
281
-
282
- ### Quality
283
-
284
- - Update transitive dependencies
285
-
286
- Upgrades:
287
-
288
- - @sap-ux/fe-fpm-writer to 0.22.3
289
- - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.61.0
290
- - eslint to 8.44.0
291
- - eslint-formatter-multiple to 2.0.0
292
- - eslint-plugin-prettier to 4.2.1
293
- - semver to 7.5.4
294
- - @sapui5/ts-types-esm to 1.108.20
295
-
296
- ## [1.108.9] - 2023-06-30
297
-
298
- ### Fixed
299
-
300
- - OData V2:
301
- - Fixed type of variant key for QuickVariantSelection (X) on tables to `string`.
302
- - OData V4:
303
- - Exception on macro table with metaPath to PresentationVariant.
304
-
305
- ### Quality
306
-
307
- - Update transitive dependencies
308
-
309
- Upgrades:
310
-
311
- - semver to 7.5.3
312
- - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.60.0
313
- - @sap-ux/vocabularies-types to 0.9.0
314
- - @sap-ux/edmx-parser to 0.6.0
315
- - @sapui5/ts-types-esm to 1.108.19
316
- - @sap-ux/fe-fpm-writer to 0.22.2
317
-
318
- ## [1.108.8] - 2023-06-14
319
-
320
- ### Added
321
-
322
- - OData V4:
323
- - Support for Custom subsections.
324
-
325
- ### Changed
326
-
327
- - OData V4:
328
- - Changed binding expression to use "isEditable" property instead of "editable". Thus we have binding expressions {ui>/isEditable} and {= !${ui>/isEditable}}.
329
-
330
- ### Fixed
331
-
332
- - OData V4:
333
- - When adding new pages, the export calculates the route pattern for the new manifest entry.
334
- 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.
335
-
336
- ### Quality
337
-
338
- - Update transitive dependencies
339
-
340
- Upgrades:
341
-
342
- - d3 to 7.8.5
343
- - @sapui5/ts-types-esm to 1.108.18
344
- - i18next to 22.5.1
345
- - @sap-ux/fe-fpm-writer to 0.22.1
346
-
347
- ## [1.108.7] - 2023-05-31
348
-
349
- ### Fixed
350
-
351
- - Correct missing or inconsistent tags `keys`and `dataType` in the app schema generation, especially for intentbased navigation
352
-
353
- ### Quality
354
-
355
- - Update transitive dependencies
356
-
357
- Upgrades:
358
-
359
- - @sapui5/ts-types-esm to 1.108.16
360
- - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.59.8
361
- - i18next to 22.5.0
362
- - ts-node to 8.10.2
363
- - rimraf to 5.0.1
364
- - @sap-ux/fe-fpm-writer to 0.20.2
365
-
366
- ## [1.108.6] - 2023-05-18
367
-
368
- ### Added
369
-
370
- - General:
371
- - Enhancement of error handling, more explicit messages are passed to the logger.
372
- Fix of error handling of exceptions from annotation parser.
373
- - Fix for List Report with multiple views and Object pages on second level in Page map
374
-
375
- - OData V4:
376
- - Added ID (`internalId`) property for macros metadata in schema
377
-
378
- ### Quality
379
-
380
- - Update transitive dependencies
381
-
382
- Upgrades:
383
-
384
- - excel4node to 1.8.2
385
- - rimraf to 5.0.0
386
- - i18next to 22.4.15
387
- - @sap-ux/fe-fpm-writer to 0.18.9
388
- - @sapui5/ts-types-esm to 1.108.15
389
- - semver to 7.5.1
390
- - typescript-eslint to 5.59.5
391
- - jquery to 3.7.0
392
-
393
- ## [1.108.5] - 2023-05-04
394
-
395
- ### Added
396
-
397
- - OData V4:
398
- - OP: New value "InilneCreationRows" added to creationMode->name property
399
- - OP: Addded support for property 'inlineCreationRowsHiddenInEditMode' in creationMode
400
-
401
- ### Fixed
402
-
403
- - OData V4:
404
- - Parsing of commented contents in XML fragments, comments are now getting ignored during generation and import
405
-
406
- ### Quality
407
-
408
- - Update transitive dependencies
409
-
410
- Upgrades:
411
- - prettier to 2.8.8
412
- - @sapui5/ts-types-esm to 1.108.13
413
- - typescript to 4.9.5
414
- - @types/node to 18.16.3
415
- - patch-package to 6.5.1
416
- - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.59.2
417
- - Update @sap-ux/vocabularies-types to 0.7.4
418
- - Update @sap-ux/annotation-converter to 0.5.22
419
- - Update @sap-ux/edmx-parser to 0.5.14
420
-
421
- ## [1.108.4] - 2023-04-19
422
-
423
- ### Fixed
424
-
425
- - OData V4:
426
- - Fixed an issue with custom extensions running into an endless loop
427
-
428
- ### Quality
429
-
430
- - Update transitive dependencies
431
-
432
- Upgrades:
433
- - @sapui5/ts-types-esm to 1.108.12
434
- - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.58.0
435
- - @types/mem-fs-editor to 7.0.3
436
- - semver to 7.5.0
437
-
438
- ## [1.108.3] - 2023-04-05
439
-
440
- ### Added
441
-
442
- - OData V4:
443
- - Building blocks support for custom sections
444
-
445
- ### Quality
446
-
447
- - Update transitive dependencies
448
-
449
- Upgrades:
450
- - excel4node to 1.8.1
451
- - eslint-config-prettier to 8.8.0
452
- - prettier to 2.8.7
453
- - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.57.0
454
- - d3 to 7.8.4
455
-
456
- ## [1.108.2] - 2023-03-22
457
-
458
- ### Added
459
-
460
- - 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.
461
-
462
- ### Quality
463
-
464
- Upgrades:
465
- - chalk to 4.1.2
466
- - types/jest to 28.1.8
467
- - jQuery to 3.6.4
468
- - sapui5/ts-types-esm to 1.108.11
469
- - ejs to 3.1.9
470
- - deepmerge to 4.3.1
471
- - eslint-config-prettier to 8.7.0
472
- - prettier to 2.8.4
473
-
474
- ## [1.108.0] - 2023-03-08
475
-
476
- ### Fixed
477
-
478
- - OData V2:
479
- - Fixed deletion issues for Custom Columns that appeared after positions were changed
480
-
481
- ### Quality
482
-
483
- - Upgrade "typescript" to "4.9.4"
484
- - Upgrade "@typescript-eslint/eslint-plugin" and "@typescript-eslint/parser" to "5.52.0"
485
- - Upgrade "ts-node" to "10.9.1"
486
- - Upgrade "@sapui5/ts-types-esm" to "1.108.10"
487
- - Upgrade "@sap-ux/fe-fpm-writer" to "0.18.7"
488
- - Upgrade "mem-fs-editor" to "9.7.0"
489
- - Revert "typescript-json-schema" to "0.53.0" in types package
490
-
491
- ## [1.108.0] - 2023-02-22
492
-
493
- ### Added
494
-
495
- - OData V2:
496
- - Additional values `creationRows` and `creationRowsHiddenInEditMode` of property `CreateMode` are supported now for object page tables.
497
-
498
- ### Changed
499
-
500
- - OData V4:
501
- - Adapted view property key handling for views created using different `entitySet` value.
502
-
503
- ### Quality
504
-
505
- - Upgrade transitive dependencies
506
- - Upgrade "@types/jquery" to "3.5.16"
507
- - Upgrade "@types/mem-fs-editor" to "7.0.2"
508
- - Upgrade "excel4node" to "1.8.0"
509
- - Upgrade "i18next" to "20.6.1"
510
- - Upgrade "typescript-json-schema" to "0.55.0" in types package
511
- - Upgrade "@sap-ux/fe-fpm-writer` to "0.18.5"
512
- - Upgrade "d3" to "7.8.2"
513
- - Upgrade "@sapui5/ts-types-esm" to "1.108.7"
514
- - Upgrade "jest", "ts-jest", "@types/jest"
515
- - Upgrade "set-value"
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.108.19</div>
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.19","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) {