@sap/ux-specification 1.124.19 → 1.136.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.
Files changed (104) hide show
  1. package/CHANGELOG.md +7 -481
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  3. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  4. package/dist/documentation/v2/v2-ListReport.html +2 -2
  5. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  6. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  7. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  8. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  9. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  10. package/dist/documentation/v4/v4-ListReport.html +2 -2
  11. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  12. package/dist/index-min.js +106 -106
  13. package/dist/index-min.js.map +4 -4
  14. package/dist/schemas/v4/ApplicationV4.json +47 -0
  15. package/dist/schemas/v4/BuildingBlocksConfig.json +2499 -1001
  16. package/dist/schemas/v4/ListReportConfig.json +19 -1
  17. package/dist/schemas/v4/ObjectPageConfig.json +27 -0
  18. package/dist/specification/package.json +4 -4
  19. package/dist/specification/src/sync/common/DataFieldStrategy.d.ts +63 -0
  20. package/dist/specification/src/sync/common/DataFieldStrategy.d.ts.map +1 -0
  21. package/dist/specification/src/sync/common/DataFieldStrategy.js +356 -0
  22. package/dist/specification/src/sync/common/DataFieldStrategy.js.map +1 -0
  23. package/dist/specification/src/sync/common/generate/objectPage.d.ts +62 -1
  24. package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
  25. package/dist/specification/src/sync/common/generate/objectPage.js +164 -59
  26. package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
  27. package/dist/specification/src/sync/common/generate/utils.d.ts +9 -1
  28. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  29. package/dist/specification/src/sync/common/generate/utils.js +18 -0
  30. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  31. package/dist/specification/src/sync/common/index.d.ts +1 -0
  32. package/dist/specification/src/sync/common/index.d.ts.map +1 -1
  33. package/dist/specification/src/sync/common/index.js +1 -0
  34. package/dist/specification/src/sync/common/index.js.map +1 -1
  35. package/dist/specification/src/sync/common/utils.d.ts +25 -5
  36. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  37. package/dist/specification/src/sync/common/utils.js +27 -64
  38. package/dist/specification/src/sync/common/utils.js.map +1 -1
  39. package/dist/specification/src/sync/v4/application.d.ts +1 -0
  40. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  41. package/dist/specification/src/sync/v4/application.js +22 -0
  42. package/dist/specification/src/sync/v4/application.js.map +1 -1
  43. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts +4 -1
  44. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +1 -1
  45. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js +4 -1
  46. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js.map +1 -1
  47. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts +2 -2
  48. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -1
  49. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -1
  50. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts +3 -0
  51. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
  52. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js +4 -1
  53. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
  54. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +6 -0
  55. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +1 -1
  56. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js +7 -1
  57. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
  58. package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts +2 -2
  59. package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts.map +1 -1
  60. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +6 -0
  61. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
  62. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +7 -1
  63. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  64. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  65. package/dist/specification/src/sync/v4/export/export.js +15 -2
  66. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  67. package/dist/specification/src/sync/v4/generate/objectPage.d.ts +21 -0
  68. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  69. package/dist/specification/src/sync/v4/generate/objectPage.js +42 -36
  70. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  71. package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  72. package/dist/specification/src/sync/v4/import/pages/listReport.js +13 -5
  73. package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
  74. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  75. package/dist/specification/src/sync/v4/import/pages/objectPage.js +36 -38
  76. package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
  77. package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts +21 -0
  78. package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -1
  79. package/dist/specification/src/sync/v4/utils/StableIdHelper.js +24 -53
  80. package/dist/specification/src/sync/v4/utils/StableIdHelper.js.map +1 -1
  81. package/dist/specification/src/sync/v4/utils/utils.d.ts +68 -2
  82. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  83. package/dist/specification/src/sync/v4/utils/utils.js +273 -121
  84. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  85. package/dist/types/src/common/types.d.ts +5 -0
  86. package/dist/types/src/common/types.d.ts.map +1 -1
  87. package/dist/types/src/common/types.js +5 -0
  88. package/dist/types/src/common/types.js.map +1 -1
  89. package/dist/types/src/common/webapp/manifest/Manifest.d.ts +2 -1
  90. package/dist/types/src/common/webapp/manifest/Manifest.d.ts.map +1 -1
  91. package/dist/types/src/common/webapp/manifest/Manifest.js +1 -0
  92. package/dist/types/src/common/webapp/manifest/Manifest.js.map +1 -1
  93. package/dist/types/src/v4/application.d.ts +39 -0
  94. package/dist/types/src/v4/application.d.ts.map +1 -1
  95. package/dist/types/src/v4/controls/ObjectPageForm.d.ts +4 -1
  96. package/dist/types/src/v4/controls/ObjectPageForm.d.ts.map +1 -1
  97. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +4 -1
  98. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts.map +1 -1
  99. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +4 -1
  100. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts.map +1 -1
  101. package/dist/types/src/v4/controls/ToolBar.d.ts +8 -2
  102. package/dist/types/src/v4/controls/ToolBar.d.ts.map +1 -1
  103. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +1 -1
  104. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -8,11 +8,14 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
8
8
 
9
9
  [NodeJS](https://nodejs.org/en/download/) Version `20.14.0` or higher
10
10
 
11
- ## [1.124.19] - 2025-06-11
11
+ ## [1.136.0] - 2025-06-11
12
12
 
13
13
  ### Added
14
14
 
15
+ First version for SAP UI5 1.136 and higher
16
+
15
17
  OData V4:
18
+ - Support of `hideDraft` related internal setting
16
19
  - Basic support for new SAP Ariba LR/OP templates
17
20
 
18
21
  OData V4/V2:
@@ -20,6 +23,9 @@ OData V4/V2:
20
23
 
21
24
  ### Fixed
22
25
 
26
+ OData V4:
27
+ - Export of the empty application settings
28
+
23
29
  OData V4/V2:
24
30
  - Schema generation - update description for "flexibleColumnLayout" property
25
31
 
@@ -38,483 +44,3 @@ Upgrades:
38
44
  | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | minor | [`0.33.28` -> `0.35.0`]
39
45
  | [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types)) | devDependencies | minor | [`0.12.0` -> `0.13.0`]
40
46
  | [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types)) | dependencies | minor | [`0.12.0` -> `0.13.0`]
41
-
42
- ## [1.124.18] - 2025-05-28
43
-
44
- ### Quality
45
-
46
- Upgrades:
47
-
48
- | Package | Type | Update | Change |
49
- |---|---|---|---|
50
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.14` -> `50.6.17`] |
51
- | [semver](https://github.com/npm/node-semver) | devDependencies | patch | [`7.7.1` -> `7.7.2`] |
52
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.2` -> `29.3.4`] |
53
-
54
- ## [1.124.17] - 2025-05-14
55
-
56
- ### Fixed
57
-
58
- - Schema generation fails with error `Cannot read properties of undefined (reading 'fullyQualifiedName')`
59
-
60
- ### Quality
61
-
62
- Upgrades:
63
-
64
- | Package | Type | Update | Change |
65
- |---|---|---|---|
66
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.11` -> `50.6.14`] |
67
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | minor | [`5.2.6` -> `5.4.0`] |
68
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.3` -> `0.25.4`] |
69
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.31.0` -> `8.32.1`] |
70
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.31.0` -> `8.32.1`] |
71
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.33.26` -> `0.33.28`] |
72
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.33.26` -> `0.33.28`] |
73
-
74
- ## [1.124.16] - 2025-04-30
75
-
76
- ### Quality
77
-
78
- Upgrades:
79
-
80
- | Package | Type | Update | Change |
81
- |---|---|---|---|
82
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.33.22` -> `0.33.26`] |
83
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.33.22` -> `0.33.26`] |
84
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.8.4` -> `1.9.0`] |
85
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.9` -> `50.6.11`] |
86
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.2` -> `0.25.3`] |
87
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.29.1` -> `8.31.0`] |
88
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.29.1` -> `8.31.0`] |
89
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.1` -> `29.3.2`] |
90
-
91
-
92
- ## [1.124.15] - 2025-03-16
93
-
94
- ### Added
95
-
96
- ### Changed
97
-
98
- ### Removed
99
-
100
- ### Deprecated
101
-
102
- - `globalFilterEntityType` property, if defined, a message is set, otherwise, the property is marked as hidden.
103
-
104
- ### Fixed
105
-
106
- ### Quality
107
-
108
- Upgrades:
109
-
110
- | Package | Type | Update | Change |
111
- |---|---|---|---|
112
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.8` -> `50.6.9`] |
113
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.5` -> `5.2.6`]
114
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | patch | [`8.29.0` -> `8.29.1`]|
115
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | patch | [`8.29.0` -> `8.29.1`] |
116
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.8.2` -> `5.8.3`]
117
-
118
-
119
- ## [1.124.14] - 2025-03-02
120
-
121
- ### Added
122
- - Support rowCount and rowCountMode settings for grid, analytical and tree tables on object pages in OData V4
123
-
124
- ### Quality
125
-
126
- Upgrades:
127
-
128
- | Package | Type | Update | Change |
129
- |---|---|---|---|
130
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.33.16` -> `0.33.19`] |
131
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.33.16` -> `0.33.19`] |
132
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.2` -> `1.8.4`] |
133
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.3` -> `5.2.5`] |
134
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | minor | [`29.2.6` -> `29.3.1`] |
135
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.1` -> `0.25.2`] |
136
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.26.1` -> `8.29.0`] |
137
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.26.1` -> `8.29.0`] |
138
-
139
- ## [1.124.13] - 2025-03-19
140
-
141
- ### Added
142
-
143
- ### Changed
144
-
145
- ### Removed
146
-
147
- ### Deprecated
148
-
149
- ### Fixed
150
-
151
- - Fixed an issue with annotations `path` property containing custom alias
152
-
153
- ### Quality
154
-
155
- Upgrades:
156
-
157
- | Package | Type | Update | Change |
158
- |---|---|---|---|
159
- | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | devDependencies | minor | [`0.9.11` -> `0.10.3`]
160
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.1` -> `1.8.2`] |
161
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.33.14` -> `0.33.16`] |
162
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.33.14` -> `0.33.16`] |
163
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | patch | [`8.26.0` -> `8.26.1`] |
164
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | patch | [`8.26.0` -> `8.26.1`] |
165
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.0` -> `0.25.1`] |
166
-
167
-
168
- ## [1.124.12] - 2025-03-05
169
-
170
- ### Added
171
-
172
- OData V2:
173
- - Support of `cloudDevAdaptionStatus` internal setting
174
-
175
- ### Changed
176
-
177
- ### Removed
178
-
179
- ### Deprecated
180
-
181
- ### Fixed
182
-
183
- ### Quality
184
-
185
- Upgrades:
186
-
187
- | Package | Type | Update | Change |
188
- |---|---|---|---|
189
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.33.4` -> `0.33.14`]
190
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.33.4` -> `0.33.14`]
191
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.24.0` -> `8.26.0`]
192
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.24.0` -> `8.26.0`]
193
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.7.9` -> `1.8.1`]
194
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | patch | [`3.5.1` -> `3.5.3`]
195
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.2.5` -> `29.2.6`]
196
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | minor | [`5.7.3` -> `5.8.2`]
197
- | [uuid](https://github.com/uuidjs/uuid) | devDependencies | minor | [`11.0.5` -> `11.1.0`]
198
-
199
- ## [1.124.11] - 2025-02-19
200
-
201
- ### Added
202
-
203
- ### Changed
204
-
205
- ### Removed
206
-
207
- ### Deprecated
208
-
209
- ### Fixed
210
-
211
- ### Quality
212
-
213
- Upgrades:
214
-
215
- | Package | Type | Update | Change |
216
- |---|---|---|---|
217
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.33.0` -> `0.33.4`] |
218
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.33.0` -> `0.33.4`] |
219
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | minor | [`3.4.2` -> `3.5.1`] |
220
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | minor | [`0.24.2` -> `0.25.0`] |
221
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.23.0` -> `8.24.0`] |
222
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.23.0` -> `8.24.0`] |
223
-
224
- ## [1.124.10] - 2025-02-05
225
- ### Added
226
-
227
- ### Changed
228
-
229
- - OData V4: A chart presentation variant header facet of an Object page is now displayed analog to a micro chart header facet with no additional subnode `Chart`.
230
-
231
- ### Removed
232
-
233
- ### Deprecated
234
-
235
- ### Fixed
236
-
237
- - OData V2: Fixed deletion issue for `quickVariantSelectionX` variants.
238
-
239
- ### Quality
240
-
241
- Upgrades:
242
-
243
- Package Type Update Change
244
- semver devDependencies minor 7.6.3 -> 7.7.1
245
- @sap-ux/fe-fpm-writer (source) devDependencies minor 0.31.25 -> 0.32.2
246
- @sap-ux/fe-fpm-writer (source) dependencies minor 0.31.25 -> 0.32.2
247
- @typescript-eslint/eslint-plugin (source) devDependencies minor 8.20.0 -> 8.23.0
248
- @typescript-eslint/parser (source) devDependencies minor 8.20.0 -> 8.23.0
249
-
250
- ## [1.124.9] - 2025-01-22
251
-
252
- ### Added
253
-
254
- ### Changed
255
-
256
- ### Removed
257
-
258
- ### Deprecated
259
-
260
- ### Fixed
261
-
262
- ### Quality
263
-
264
- Upgrades:
265
-
266
- | Package | Type | Update | Change |
267
- |---|---|---|---|
268
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | patch | [`0.31.23` -> `0.31.25`]
269
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | patch | [`0.31.23` -> `0.31.25`]
270
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.7.2` -> `5.7.3`]
271
- | [uuid](https://github.com/uuidjs/uuid) | devDependencies | patch | [`11.0.4` -> `11.0.5`]
272
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.19.1` -> `8.20.0`]
273
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.19.1` -> `8.20.0`]
274
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.1` -> `5.2.3`]
275
-
276
- ## [1.124.8] - 2025-01-08
277
-
278
- ### Added
279
-
280
- ### Changed
281
-
282
- ### Removed
283
-
284
- - OData V4: removed `noData` aggregation on `sap.fe.macros.Table`, since there is no UI support for it.
285
-
286
- ### Deprecated
287
-
288
- ### Fixed
289
-
290
- - OData V4:
291
- - Allow to delete last custom filter field
292
- - `noData` aggregations on `sap.fe.macros.Table` will not be shown, since there is no UI support for it.
293
- - Avoid deletion of unknown properties in custom page settings
294
- - Allow the modification of custom page properties using the API method `exportConfigEntityByPath`.
295
- - General: Deletion requests, via the api method deleteConfigEntityByPath, had not been recognized as such in all cases. The path was considered, but then updates happened, per underlying property.
296
-
297
- ### Quality
298
-
299
- Upgrades:
300
- - | [uuid](https://github.com/uuidjs/uuid) | devDependencies | patch | [`11.0.3` -> `11.0.4`]
301
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.18.2` -> `8.19.1`]
302
- - | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.18.2` -> `8.19.1`]
303
-
304
- - @sap-ux/fe-fpm-writer to 0.31.23
305
- - prettier to 3.4.2
306
- - esbuild to 0.24.2
307
- - npm-run-all2 to 7.0.2
308
-
309
- ## [1.124.7] - 2024-12-04
310
-
311
- ### Added
312
-
313
- ### Changed
314
-
315
- ### Removed
316
-
317
- ### Deprecated
318
-
319
- ### Fixed
320
-
321
- - Description for config doc and excel sheet fixed
322
-
323
- ### Quality
324
-
325
- Upgrades:
326
-
327
- - @sap-ux/annotation-converter (source) devDependencies patch 0.9.9 -> 0.9.11
328
- - @sap-ux/vocabularies-types (source) devDependencies minor 0.11.6 -> 0.12.0
329
- - @sap-ux/vocabularies-types (source) dependencies minor 0.11.6 -> 0.12.0
330
- - @sap-ux/vocabularies-types (source) resolutions minor 0.11.6 -> 0.12.0
331
- - typescript (source) devDependencies minor 5.6.3 -> 5.7.2
332
- - i18next (source) devDependencies patch 23.16.5 -> 23.16.8
333
- - @sap-ux/fe-fpm-writer (source) devDependencies patch 0.31.18 -> 0.31.21
334
- - @sap-ux/fe-fpm-writer (source) dependencies patch 0.31.18 -> 0.31.21
335
- - @typescript-eslint/eslint-plugin (source) devDependencies minor 8.13.0 -> 8.15.0
336
- - @typescript-eslint/parser (source) devDependencies minor 8.13.0 -> 8.15.0
337
- - uuid devDependencies patch 11.0.2 -> 11.0.3
338
- - axios source devDependencies patch 1.7.7 -> 1.7.9
339
-
340
- ## [1.124.6] - 2024-11-13
341
-
342
- ### Added
343
-
344
- ### Changed
345
-
346
- ### Removed
347
-
348
- ### Deprecated
349
-
350
- ### Fixed
351
-
352
- - OData V2: flex changes had not been written for table columns of type DataField that use a navigationPath.
353
-
354
- ### Quality
355
-
356
- Upgrades:
357
-
358
- - npm-run-all2 to v7
359
- - typescript-eslint to 8.13.0
360
- - uuid to 11.0.2
361
- - @sap-ux/fe-fpm-writer to 0.31.16
362
- - @sap-ux/annotation-converter to 0.9.9
363
- - @sap-ux/vocabularies-types to 0.11.6
364
- - @sap-ux/edmx-parser to 0.8.2
365
- - i18next to 23.16.5
366
- - [Security] - upgrade cross-spawn to 7.0.5
367
-
368
- ## [1.124.5] - 2024-10-30
369
-
370
- ### Added
371
-
372
- ### Changed
373
-
374
- - Descriptions of all properties have been reviewed.
375
-
376
- ### Removed
377
-
378
- ### Deprecated
379
-
380
- ### Fixed
381
-
382
- - An exception occured if a view fragment was completely empty. This is now caught, leading to an error message in the log that better describes the root cause.
383
-
384
- ### Quality
385
-
386
- Upgrades:
387
-
388
- - typescript to 5.6.3
389
- - typescript-eslint monorepo to 8.10.0
390
- - i18next to 23.16.2
391
- - npm-run-all2 to 6.2.6
392
- - @types/jquery to 3.5.32
393
- - i18next to 23.16.4
394
- - @types/jest to 29.5.14
395
- - @sap-ux/fe-fpm-writer to 0.31.10
396
-
397
- ## [1.124.4] - 2024-10-16
398
-
399
- ### Changed
400
-
401
- - Definition of PageType adjusted to the needs of consuming applications at Fiori Toolsuite
402
-
403
- ### Quality
404
-
405
- Upgrades:
406
-
407
- - "@sap-ux/vocabularies-types": "0.11.4"
408
- - "@sap-ux/annotation-converter": "0.9.6"
409
- - i18next to 23.15.2
410
- - esbuild to 0.24.0
411
- - @sap-ux/fe-fpm-writer to 0.31.7
412
- - @sapui5/types to latest-1.124
413
- - @typescript-eslint/eslint-plugin to 8.8.1
414
- - @typescript-eslint/parser to 8.8.1
415
-
416
- ## [1.124.3] - 2024-10-04
417
-
418
- ### Added
419
-
420
- OData V4:
421
-
422
- - added enum definition and values for `properties` of custom columns, list report and object page.
423
- - Support of `cloudDevAdaptionStatus` internal setting.
424
-
425
- ### Fixed
426
-
427
- - OData V2: Flex change is removed if the facet ID contains a single hyphen.
428
- - General: exception "No schema available for type: FreestylePage" when calling `importProject` for an app that does not have any pages defined (yet).
429
-
430
- ### Quality
431
-
432
- Upgrades:
433
-
434
- - @sap-ux/fe-fpm-writer to 0.31.4
435
- - eslint to 8.57.1
436
- - npm-run-all2 to 6.2.3
437
- - @types/jquery to 3.5.31
438
- - @types/jest to 29.5.13
439
- - jest-file-snapshot to 0.7.0
440
- - ts-jest to 29.2.5
441
- - i18next to 23.15.1
442
- - @ui5/manifest to 1.67.0
443
- - jsdom to 25.0.1
444
- - tar to 7.0.0
445
- - ini to 5.0.0
446
- - uuid to 10.0.0
447
- - typescript to 5.6.2
448
-
449
- ## [1.124.2] - 2024-09-18
450
-
451
- ### Added
452
-
453
- - Add `i18nClassification` property for macros schema properties(Support translation inputs for macros/building block properties).
454
-
455
- ### Fixed
456
-
457
- - Table views: new error handling for undefined keys.
458
- - Corrections for API functions exportConfigEntityByPath and deleteConfigEntityByPath:
459
- - change indicator was not set for manifest.json in v4.
460
- - entityPath was not forwarded at overview pages.
461
- - the check against entityPathArray did not consider intermediate anyOf definitions, and thus exited without executing the property change.
462
- - FPM custom pages had not been considered by function `exportConfigEntityByPathV4`.
463
-
464
- ### Quality
465
-
466
- Upgrades:
467
-
468
- - @sap-ux/fe-fpm-writer to 0.30.0
469
- - @sapui5/types to 1.128.1
470
- - @sap-ux/vocabularies-types to 0.11.3
471
- - @sap-ux/annotation-converter to 0.9.5
472
- - ws to 8.18.0
473
- - @sap-ux/edmx-parser to 0.8.1
474
-
475
- ## [1.124.1] - 2024-09-04
476
-
477
- ### Fixed
478
-
479
- - Supply of oDataVersion and fioriElementsVersion in the app.json
480
-
481
- ### Quality
482
-
483
- Upgrades:
484
-
485
- - axios to 1.7.7
486
- - @sap-ux/fe-fpm-writer to 0.28.3
487
- - jsdom to 24.1.3
488
- - new resolution: "@sap/ux-cds-compiler-facade": "1.14.2"
489
-
490
- ## [1.124.0] - 2024-08-21
491
-
492
- ### Added
493
-
494
- First version for SAP UI5 1.124 and higher
495
-
496
- OData V4:
497
-
498
- - Support of `disableCopyToClipboard` table property
499
-
500
- ### Fixed
501
-
502
- - Start of debug script for schema generation via launch.json.
503
- - Error "TypeError: Cannot read properties of undefined (reading 'replace')" is thrown on export attempt when empty action is presented in annotations.
504
- - app.json config of freestyle apps could not be generated in all cases.
505
- - OData V4 and freestyle: If routing name and target name had been different for an entry in manifest.json, the export had falsified the routing information.
506
-
507
- ### Quality
508
-
509
- Upgrades:
510
-
511
- - micromatch to 4.0.8
512
- - eslint-plugin-prettier to 5.2.1
513
- - rimraf to 5.0.10
514
- - @sapui5/types to 1.127.0
515
- - i18next to 23.14.0
516
- - esbuild to 0.23.1
517
- - @sap-ux/fe-fpm-writer to 0.27.5
518
- - @sap-ux/vocabularies-types to 0.11.1
519
- - @sap-ux/annotation-converter to 0.9.2
520
- - @sap-ux/edmx-parser to 0.7.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.124.19</div>
8
+ <div id="version-container">SAP Fiori elements for OData V2<br />@sap/ux-specification 1.136.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.124.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":"Specifies the type of table."},{"name":"growingThreshold","children":[],"type":"number","artifact":"UI5 flexibility","control":"sap.m.Table","description":"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 qualifier of an annotation. 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 a title for the content area."},{"name":"autoHide","children":[],"type":"boolean","artifact":"Manifest","description":"This property determines chart/table interaction.\nWhen set to true, the chart acts as a filter for the table. When set to false', the matching table rows are highlighted but the table isn't filtered."},{"name":"allFiltersAsInParameters","children":[],"type":"boolean","artifact":"Manifest","description":"Determines if 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":"Enables the creation of objects that have a maximum of eight 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 this property to true."},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.\nIf 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":"copy","children":[],"type":"boolean","artifact":"Manifest","description":"If copy is set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table."},{"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":"The key property is mandatory. It is used for initializing the corresponding SegmentedButton item."},{"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 a SelectionVariant or SelectionPresentationVariant annotation."}],"type":"object","artifact":"Manifest","description":"With quickVariantSelection, you can switch to multiple views (single table mode).\nEach view links to a variant you have added to your annotations."},{"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 is 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":"When new data is loaded from the back-end system, the number of lines is restricted to the specified limit. The default value is 200.\nIf selectAll is true, the selection limit is not evaluated."},{"name":"type","children":[],"type":"AnalyticalTable|GridTable|ResponsiveTable|TreeTable","description":"Specifies the type of table"},{"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":"The key property is mandatory. It is used for initializing the corresponding SegmentedButton item."},{"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 a SelectionVariant or SelectionPresentationVariant annotation."},{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"To show the number of records available, set showCounts to true."}],"type":"object","artifact":"Manifest","description":"Switches to multiple views (multi-table mode), based on variants you have defined as annotations."},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"Sets a condensed table layout for analytical tables, grid tables, and tree tables."},{"name":"enableTableFilterInPageVariant","children":[],"type":"boolean","artifact":"Manifest","description":"If you have enabled harmonized variant management, by default, business users cannot set a filter in the table personalization settings.\nTo enable filtering for business users, you must set the enableTableFilterInPageVariant property to true."},{"name":"dataLoadSettings","children":[{"name":"loadDataOnAppLaunch","children":[],"type":"always|ifAnyFilterExist|never","artifact":"Manifest","description":"Changes the default behavior for autoloading data.\nFor multi-view scenarios, you can change the enableAutobinding property to False under quickVariantSelectionX instead."}],"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.\nThis can be an image or an icon from the Icon Explorer (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.\nThis can be an image or an icon from the Icon Explorer (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":"Defines the width of the column."},{"name":"hAlign","children":[],"type":"Begin|Center|End|Initial|Left|Right","artifact":"UI5 flexibility","control":"sap.m.Column","description":"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.\nThis can be an image or an icon from the Icon Explorer (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.\nThis can be an image or an icon from the Icon Explorer (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":"Determines whether the Go button is displayed for compact filters."},{"name":"filterDefaultsFromSelectionVariant","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether you can add default values for the filter bar using a 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 the flag is false or undefined, 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":"This property is set to True by default. This excludes all values given as selectedValues from the list of date range filters.\nIf 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":"Defines the date settings for fields in the smart filter bar."},{"name":"showClearOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles the visibility of the Clear button on the filter bar."},{"name":"showFilterConfiguration","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles the visibility of the Filter button on the filter bar."},{"name":"showRestoreOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles the visibility of the Restore button on the filter bar."},{"name":"selectionFields","children":[{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"Defines a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","description":"This property is set to True by default which excludes all values given as selectedValues from the list of date range filters.\nIf this 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 can be used to modify the date range value list.\nYou can either remove the 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.\nThis can be an image or an icon from the Icon Explorer (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.\nThis can be an image or an icon from the Icon Explorer (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":"Link to the item in the 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":"This ensures that the KPI is filterable."},{"name":"detailNavigation","children":[],"type":"string","artifact":"Manifest","description":"Points to an element within the outbound property of the crossNavigation section."},{"name":"groupId","children":[],"type":"string","artifact":"Manifest","description":"To achieve a faster end-to-end response time within this page, enable batching by defining a 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.136.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":"Specifies the type of table."},{"name":"growingThreshold","children":[],"type":"number","artifact":"UI5 flexibility","control":"sap.m.Table","description":"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 qualifier of an annotation. 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 a title for the content area."},{"name":"autoHide","children":[],"type":"boolean","artifact":"Manifest","description":"This property determines chart/table interaction.\nWhen set to true, the chart acts as a filter for the table. When set to false', the matching table rows are highlighted but the table isn't filtered."},{"name":"allFiltersAsInParameters","children":[],"type":"boolean","artifact":"Manifest","description":"Determines if 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":"Enables the creation of objects that have a maximum of eight 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 this property to true."},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"When new data is loaded, the number of lines is restricted to the specified limit. The default value is 200.\nIf 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":"copy","children":[],"type":"boolean","artifact":"Manifest","description":"If copy is set to true, the Copy to Clipboard button is shown in the table toolbar.\nBy default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured for the corresponding table."},{"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":"The key property is mandatory. It is used for initializing the corresponding SegmentedButton item."},{"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 a SelectionVariant or SelectionPresentationVariant annotation."}],"type":"object","artifact":"Manifest","description":"With quickVariantSelection, you can switch to multiple views (single table mode).\nEach view links to a variant you have added to your annotations."},{"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 is 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":"When new data is loaded from the back-end system, the number of lines is restricted to the specified limit. The default value is 200.\nIf selectAll is true, the selection limit is not evaluated."},{"name":"type","children":[],"type":"AnalyticalTable|GridTable|ResponsiveTable|TreeTable","description":"Specifies the type of table"},{"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":"The key property is mandatory. It is used for initializing the corresponding SegmentedButton item."},{"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 a SelectionVariant or SelectionPresentationVariant annotation."},{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"To show the number of records available, set showCounts to true."}],"type":"object","artifact":"Manifest","description":"Switches to multiple views (multi-table mode), based on variants you have defined as annotations."},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"Sets a condensed table layout for analytical tables, grid tables, and tree tables."},{"name":"enableTableFilterInPageVariant","children":[],"type":"boolean","artifact":"Manifest","description":"If you have enabled harmonized variant management, by default, business users cannot set a filter in the table personalization settings.\nTo enable filtering for business users, you must set the enableTableFilterInPageVariant property to true."},{"name":"dataLoadSettings","children":[{"name":"loadDataOnAppLaunch","children":[],"type":"always|ifAnyFilterExist|never","artifact":"Manifest","description":"Changes the default behavior for autoloading data.\nFor multi-view scenarios, you can change the enableAutobinding property to False under quickVariantSelectionX instead."}],"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.\nThis can be an image or an icon from the Icon Explorer (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.\nThis can be an image or an icon from the Icon Explorer (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":"Defines the width of the column."},{"name":"hAlign","children":[],"type":"Begin|Center|End|Initial|Left|Right","artifact":"UI5 flexibility","control":"sap.m.Column","description":"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.\nThis can be an image or an icon from the Icon Explorer (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.\nThis can be an image or an icon from the Icon Explorer (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":"Determines whether the Go button is displayed for compact filters."},{"name":"filterDefaultsFromSelectionVariant","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether you can add default values for the filter bar using a 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 the flag is false or undefined, 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":"This property is set to True by default. This excludes all values given as selectedValues from the list of date range filters.\nIf 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":"Defines the date settings for fields in the smart filter bar."},{"name":"showClearOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles the visibility of the Clear button on the filter bar."},{"name":"showFilterConfiguration","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles the visibility of the Filter button on the filter bar."},{"name":"showRestoreOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"Handles the visibility of the Restore button on the filter bar."},{"name":"selectionFields","children":[{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"Defines a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","description":"This property is set to True by default which excludes all values given as selectedValues from the list of date range filters.\nIf this 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 can be used to modify the date range value list.\nYou can either remove the 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.\nThis can be an image or an icon from the Icon Explorer (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.\nThis can be an image or an icon from the Icon Explorer (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":"Link to the item in the 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":"This ensures that the KPI is filterable."},{"name":"detailNavigation","children":[],"type":"string","artifact":"Manifest","description":"Points to an element within the outbound property of the crossNavigation section."},{"name":"groupId","children":[],"type":"string","artifact":"Manifest","description":"To achieve a faster end-to-end response time within this page, enable batching by defining a 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) {