@sap/ux-specification 1.108.20 → 1.120.1

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