@sap/ux-specification 1.124.4 → 1.124.5

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 (90) hide show
  1. package/CHANGELOG.md +23 -28
  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 +101 -101
  13. package/dist/index-min.js.map +3 -3
  14. package/dist/schemas/v2/AnalyticalListPageConfig.json +76 -76
  15. package/dist/schemas/v2/ApplicationV2.json +5 -5
  16. package/dist/schemas/v2/ListReportConfig.json +86 -85
  17. package/dist/schemas/v2/ObjectPageConfig.json +83 -83
  18. package/dist/schemas/v2/OverviewPageConfig.json +84 -84
  19. package/dist/schemas/v4/ApplicationV4.json +4 -4
  20. package/dist/schemas/v4/BuildingBlocksConfig.json +138 -8
  21. package/dist/schemas/v4/ListReportConfig.json +50 -50
  22. package/dist/schemas/v4/ObjectPageConfig.json +47 -47
  23. package/dist/specification/package.json +4 -4
  24. package/dist/specification/src/api.js +1 -1
  25. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  26. package/dist/specification/src/sync/v2/export/controls/Fragment.js +14 -6
  27. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  28. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  29. package/dist/specification/src/sync/v2/export/export.js +6 -1
  30. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  31. package/dist/specification/src/sync/v2/import/common/index.d.ts +3 -2
  32. package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
  33. package/dist/specification/src/sync/v2/import/common/index.js +38 -23
  34. package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
  35. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +1 -1
  36. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  37. package/dist/specification/src/sync/v2/import/pages/listReport.js +1 -1
  38. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  39. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  40. package/dist/specification/src/sync/v2/import/pages/objectPage.js +1 -1
  41. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  42. package/dist/types/src/common/Application.d.ts +4 -8
  43. package/dist/types/src/common/Application.d.ts.map +1 -1
  44. package/dist/types/src/v2/application.d.ts +1 -1
  45. package/dist/types/src/v2/controls/Action.d.ts +4 -2
  46. package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
  47. package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +6 -6
  48. package/dist/types/src/v2/controls/Card.d.ts +37 -36
  49. package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
  50. package/dist/types/src/v2/controls/Card.js.map +1 -1
  51. package/dist/types/src/v2/controls/Field.d.ts +1 -1
  52. package/dist/types/src/v2/controls/FilterBar.d.ts +18 -14
  53. package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
  54. package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
  55. package/dist/types/src/v2/controls/ObjectPageChart.d.ts +2 -2
  56. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +2 -2
  57. package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +4 -4
  58. package/dist/types/src/v2/controls/ObjectPageSection.d.ts +2 -2
  59. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +20 -20
  60. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  61. package/dist/types/src/v2/controls/Table.d.ts +52 -47
  62. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  63. package/dist/types/src/v2/controls/Table.js.map +1 -1
  64. package/dist/types/src/v2/overviewPage.d.ts +2 -2
  65. package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +4 -4
  66. package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +5 -5
  67. package/dist/types/src/v4/controls/CustomAction.d.ts +3 -3
  68. package/dist/types/src/v4/controls/FilterBar.d.ts +5 -7
  69. package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -1
  70. package/dist/types/src/v4/controls/FilterBar.js.map +1 -1
  71. package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +1 -1
  72. package/dist/types/src/v4/controls/ObjectPageForm.d.ts +1 -1
  73. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +6 -6
  74. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +2 -2
  75. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -2
  76. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
  77. package/dist/types/src/v4/controls/ObjectPageSection.d.ts +2 -2
  78. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +4 -4
  79. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +2 -2
  80. package/dist/types/src/v4/controls/Table.d.ts +28 -35
  81. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  82. package/dist/types/src/v4/controls/ToolBar.d.ts +3 -3
  83. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +1 -2
  84. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
  85. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts +3 -4
  86. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts.map +1 -1
  87. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +10 -8
  88. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
  89. package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +1 -1
  90. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -8,13 +8,13 @@ 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.124.4] - 2024-10-16
11
+ ## [1.124.5] - 2024-10-30
12
12
 
13
13
  ### Added
14
14
 
15
15
  ### Changed
16
16
 
17
- - Definition of PageType adjusted to the needs of consuming applications at Fiori Toolsuite
17
+ - Descriptions of all properties have been reviewed.
18
18
 
19
19
  ### Removed
20
20
 
@@ -22,6 +22,27 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
22
22
 
23
23
  ### Fixed
24
24
 
25
+ - 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.
26
+
27
+ ### Quality
28
+
29
+ Upgrades:
30
+
31
+ - typescript to 5.6.3
32
+ - typescript-eslint monorepo to 8.10.0
33
+ - i18next to 23.16.2
34
+ - npm-run-all2 to 6.2.6
35
+ - @types/jquery to 3.5.32
36
+ - i18next to 23.16.4
37
+ - @types/jest to 29.5.14
38
+ - @sap-ux/fe-fpm-writer to 0.31.10
39
+
40
+ ## [1.124.4] - 2024-10-16
41
+
42
+ ### Changed
43
+
44
+ - Definition of PageType adjusted to the needs of consuming applications at Fiori Toolsuite
45
+
25
46
  ### Quality
26
47
 
27
48
  Upgrades:
@@ -44,12 +65,6 @@ OData V4:
44
65
  - added enum definition and values for `properties` of custom columns, list report and object page.
45
66
  - Support of `cloudDevAdaptionStatus` internal setting.
46
67
 
47
- ### Changed
48
-
49
- ### Removed
50
-
51
- ### Deprecated
52
-
53
68
  ### Fixed
54
69
 
55
70
  - OData V2: Flex change is removed if the facet ID contains a single hyphen.
@@ -80,12 +95,6 @@ Upgrades:
80
95
 
81
96
  - Add `i18nClassification` property for macros schema properties(Support translation inputs for macros/building block properties).
82
97
 
83
- ### Changed
84
-
85
- ### Removed
86
-
87
- ### Deprecated
88
-
89
98
  ### Fixed
90
99
 
91
100
  - Table views: new error handling for undefined keys.
@@ -108,14 +117,6 @@ Upgrades:
108
117
 
109
118
  ## [1.124.1] - 2024-09-04
110
119
 
111
- ### Added
112
-
113
- ### Changed
114
-
115
- ### Removed
116
-
117
- ### Deprecated
118
-
119
120
  ### Fixed
120
121
 
121
122
  - Supply of oDataVersion and fioriElementsVersion in the app.json
@@ -139,12 +140,6 @@ OData V4:
139
140
 
140
141
  - Support of `disableCopyToClipboard` table property
141
142
 
142
- ### Changed
143
-
144
- ### Removed
145
-
146
- ### Deprecated
147
-
148
143
  ### Fixed
149
144
 
150
145
  - Start of debug script for schema generation via launch.json.
@@ -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.4</div>
8
+ <div id="version-container">SAP Fiori elements for OData V2<br />@sap/ux-specification 1.124.5</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.4","type":"schema","children":[{"name":"fitContent","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.f.DynamicPage","description":"undefined"},{"name":"header","children":[{"name":"actions","children":[{"name":"Share","children":[{"name":"visible","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"}]}]}],"type":"object","description":"undefined"},{"name":"table","children":[{"name":"type","children":[],"type":"string","artifact":"Manifest","description":"https://ui5.sap.com/sdk/#/topic/7f844f1021cd4791b8f7408eac7c1cec"},{"name":"growingThreshold","children":[],"type":"number","artifact":"UI5 flexibility","control":"sap.m.Table","description":"undefined"},{"name":"qualifier","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"defaultContentView","children":[],"type":"chart|charttable|table","artifact":"Manifest","description":"undefined"},{"name":"defaultFilterMode","children":[],"type":"compact|visual","artifact":"Manifest","description":"undefined"},{"name":"contentTitle","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"autoHide","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"allFiltersAsInParameters","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"multiSelect","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"createWithParameterDialog","children":[{"name":"fields","children":[],"type":"array","artifact":"Manifest"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"undefined"},{"name":"showTablePersonalisation","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"undefined"},{"name":"useExportToExcel","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"undefined"},{"name":"exportType","children":[],"type":"GW|UI5Client|UI5ClientPDF","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"undefined"},{"name":"copy","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"quickVariantSelection","children":[{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"variants","children":[{"name":"key","children":[],"type":"string","description":"undefined"},{"name":"annotationPath","children":[],"type":"string","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"quickVariantSelectionX","children":[{"name":"enableAutoBinding","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"variants","children":[{"name":"entitySet","children":[],"type":"string","description":"undefined"},{"name":"multiSelect","children":[],"type":"boolean","description":"undefined"},{"name":"selectAll","children":[],"type":"boolean","description":"undefined"},{"name":"selectionLimit","children":[],"type":"number","description":"undefined"},{"name":"type","children":[],"type":"AnalyticalTable|GridTable|ResponsiveTable|TreeTable","description":"undefined"},{"name":"showItemNavigationOnChart","children":[],"type":"boolean","description":"undefined"},{"name":"inlineDelete","children":[],"type":"boolean","description":"undefined"},{"name":"key","children":[],"type":"string","description":"undefined"},{"name":"annotationPath","children":[],"type":"string","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"enableTableFilterInPageVariant","children":[],"type":"boolean","artifact":"Manifest","description":"https://ui5.sap.com/sdk/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"},{"name":"dataLoadSettings","children":[{"name":"loadDataOnAppLaunch","children":[],"type":"always|ifAnyFilterExist|never","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}]}],"type":"object","description":"undefined"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Column","description":"undefined"},{"name":"hAlign","children":[],"type":"Begin|Center|End|Initial|Left|Right","artifact":"UI5 flexibility","control":"sap.m.Column","description":"undefined"},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}],"type":"object","description":"undefined"}]}]},{"name":"filterBar","children":[{"name":"showGoButtonOnFilterBar","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"filterDefaultsFromSelectionVariant","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"smartVariantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"liveMode","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"undefined"},{"name":"variantManagementHidden","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"subTitleIfVariantMgmtHidden","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"dateSettings","children":[{"name":"useDateRange","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"undefined"},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"showClearOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"undefined"},{"name":"showFilterConfiguration","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"undefined"},{"name":"showRestoreOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"undefined"},{"name":"selectionFields","children":[{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"undefined"},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"customDateRangeImplementation","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"filter","children":[],"type":"array","artifact":"Manifest","description":"undefined"},{"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":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"}]}]},{"name":"chart","children":[{"name":"showLegendButton","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"undefined"},{"name":"showDownloadButton","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"undefined"},{"name":"showChartTypeSelectionButton","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"undefined"},{"name":"ignoredChartTypes","children":[],"type":"array","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"undefined"},{"name":"showDataLabel","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}]}]},{"name":"keyPerformanceIndicators","children":[{"name":"model","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"entitySet","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"qualifier","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"filterable","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"detailNavigation","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"groupId","children":[],"type":"string","artifact":"Manifest","description":"undefined"}],"type":"object","description":"undefined"}]};
59
+ var treeData = {"name":"AnalyticalListPage","description":"SAP Fiori elements for OData V2<br>@sap/ux-specification version 1.124.5","type":"schema","children":[{"name":"fitContent","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.f.DynamicPage","description":"undefined"},{"name":"header","children":[{"name":"actions","children":[{"name":"Share","children":[{"name":"visible","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"}]}]}],"type":"object","description":"undefined"},{"name":"table","children":[{"name":"type","children":[],"type":"string","artifact":"Manifest","description":"https://ui5.sap.com/sdk/#/topic/7f844f1021cd4791b8f7408eac7c1cec"},{"name":"growingThreshold","children":[],"type":"number","artifact":"UI5 flexibility","control":"sap.m.Table","description":"undefined"},{"name":"qualifier","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"defaultContentView","children":[],"type":"chart|charttable|table","artifact":"Manifest","description":"undefined"},{"name":"defaultFilterMode","children":[],"type":"compact|visual","artifact":"Manifest","description":"undefined"},{"name":"contentTitle","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"autoHide","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"allFiltersAsInParameters","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"multiSelect","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"createWithParameterDialog","children":[{"name":"fields","children":[],"type":"array","artifact":"Manifest"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"undefined"},{"name":"showTablePersonalisation","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"undefined"},{"name":"useExportToExcel","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"undefined"},{"name":"exportType","children":[],"type":"GW|UI5Client|UI5ClientPDF","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"undefined"},{"name":"copy","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"quickVariantSelection","children":[{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"variants","children":[{"name":"key","children":[],"type":"string","description":"undefined"},{"name":"annotationPath","children":[],"type":"string","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"quickVariantSelectionX","children":[{"name":"enableAutoBinding","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"variants","children":[{"name":"entitySet","children":[],"type":"string","description":"undefined"},{"name":"multiSelect","children":[],"type":"boolean","description":"undefined"},{"name":"selectAll","children":[],"type":"boolean","description":"undefined"},{"name":"selectionLimit","children":[],"type":"number","description":"undefined"},{"name":"type","children":[],"type":"AnalyticalTable|GridTable|ResponsiveTable|TreeTable","description":"undefined"},{"name":"showItemNavigationOnChart","children":[],"type":"boolean","description":"undefined"},{"name":"inlineDelete","children":[],"type":"boolean","description":"undefined"},{"name":"key","children":[],"type":"string","description":"undefined"},{"name":"annotationPath","children":[],"type":"string","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"enableTableFilterInPageVariant","children":[],"type":"boolean","artifact":"Manifest","description":"https://ui5.sap.com/sdk/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"},{"name":"dataLoadSettings","children":[{"name":"loadDataOnAppLaunch","children":[],"type":"always|ifAnyFilterExist|never","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}]}],"type":"object","description":"undefined"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Column","description":"undefined"},{"name":"hAlign","children":[],"type":"Begin|Center|End|Initial|Left|Right","artifact":"UI5 flexibility","control":"sap.m.Column","description":"undefined"},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}],"type":"object","description":"undefined"}]}]},{"name":"filterBar","children":[{"name":"showGoButtonOnFilterBar","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"filterDefaultsFromSelectionVariant","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"smartVariantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"liveMode","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"undefined"},{"name":"variantManagementHidden","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"subTitleIfVariantMgmtHidden","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"dateSettings","children":[{"name":"useDateRange","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"undefined"},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"showClearOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"undefined"},{"name":"showFilterConfiguration","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"undefined"},{"name":"showRestoreOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"undefined"},{"name":"selectionFields","children":[{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"undefined"},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"customDateRangeImplementation","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"filter","children":[],"type":"array","artifact":"Manifest","description":"undefined"},{"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":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"}]}]},{"name":"chart","children":[{"name":"showLegendButton","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"undefined"},{"name":"showDownloadButton","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"undefined"},{"name":"showChartTypeSelectionButton","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"undefined"},{"name":"ignoredChartTypes","children":[],"type":"array","artifact":"UI5 flexibility","control":"sap.ui.comp.smartchart.SmartChart","description":"undefined"},{"name":"showDataLabel","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}]}]},{"name":"keyPerformanceIndicators","children":[{"name":"model","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"entitySet","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"qualifier","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"filterable","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"detailNavigation","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"groupId","children":[],"type":"string","artifact":"Manifest","description":"undefined"}],"type":"object","description":"undefined"}]};
60
60
 
61
61
  var initTreeDiagram = () => {
62
62
  if (!window.treeDiagram) {
@@ -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.4</div>
8
+ <div id="version-container">SAP Fiori elements for OData V2<br />@sap/ux-specification 1.124.5</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="M3 3H13V4L14 4.5V3C14 2.44771 13.5523 2 13 2H3C2.44772 2 2 2.44771 2 3V13C2 13.5523 2.44772 14 3 14H4L3.5 13H3V6H6.79999L7 5H3V3Z"/><path fill-rule="evenodd" clip-rule="evenodd" fill="var(--vscode-icon-foreground)" d="M8.28944 4.55013C8.08524 4.54527 7.90338 4.67855 7.84651 4.87473C7.72432 5.2963 7.6087 5.85047 7.57817 6.50159C7.55755 6.90136 7.57389 7.26774 7.6084 7.59183C7.14124 7.51867 6.56355 7.49155 5.9202 7.60389C5.53848 7.66768 5.21146 7.7753 4.94353 7.87882C4.77595 7.94356 4.66294 8.10177 4.65604 8.28128C4.64316 8.61616 4.66223 9.20756 4.94215 9.87157L4.9427 9.87287C5.10582 10.2564 5.31634 10.5678 5.52562 10.8133C5.04431 11.475 4.72674 12.3015 4.65154 13.2092C4.63368 13.4249 4.77178 13.6227 4.98034 13.6802C5.50707 13.8255 6.24965 13.9717 7.14457 13.9473C8.41699 13.9108 9.40314 13.5455 9.98776 13.2715C10.1669 13.1875 10.2702 12.9963 10.2422 12.8004C10.2245 12.6761 10.2147 12.5012 10.2427 12.2906C10.279 12.0236 10.3694 11.8204 10.4419 11.6889C10.5324 11.5249 10.5118 11.322 10.3902 11.1795C10.2686 11.037 10.0714 10.9847 9.89519 11.0482C9.57944 11.1621 9.05531 11.3087 8.4241 11.2734C7.97335 11.2478 7.62017 11.1448 7.49082 11.1017C7.25504 11.0231 7.0002 11.1506 6.92161 11.3863C6.84301 11.6221 6.97044 11.8769 7.20621 11.9555C7.38503 12.0151 7.81976 12.1405 8.37342 12.172C8.73572 12.1922 9.06814 12.165 9.35869 12.1164C9.35591 12.1341 9.35316 12.153 9.35071 12.1711C9.33105 12.3185 9.32406 12.4555 9.32528 12.5797C8.80396 12.7935 8.04887 13.0209 7.11923 13.0477C6.5294 13.0637 6.01468 12.9951 5.5973 12.9053C5.72067 12.2067 6.01582 11.6045 6.41153 11.1414C6.42714 11.1286 6.44207 11.1147 6.45621 11.0995C6.47511 11.0793 6.49179 11.0577 6.50624 11.0352C6.97818 10.5288 7.57578 10.2101 8.19028 10.1441C9.38946 10.0141 10.3214 10.869 10.4939 11.0359C10.6725 11.2087 10.9574 11.2041 11.1302 11.0255C11.3031 10.8469 11.2984 10.562 11.1198 10.3892C10.9385 10.2137 9.73609 9.07121 8.09326 9.24935C7.36648 9.32751 6.6927 9.647 6.13655 10.1389C6.00352 9.9691 5.87453 9.7641 5.7712 9.52132C5.62761 9.18046 5.57487 8.86423 5.559 8.61555C5.71656 8.56568 5.88655 8.52193 6.06996 8.49136L6.07355 8.49074C6.89742 8.34656 7.59518 8.48011 8.02817 8.60531C8.17937 8.64903 8.34242 8.61058 8.45815 8.50392C8.57388 8.39725 8.62547 8.23788 8.5942 8.08362C8.51409 7.68841 8.4452 7.16228 8.47702 6.54698L8.47713 6.54474C8.49589 6.14338 8.55165 5.7845 8.62004 5.47956C9.00004 5.53292 9.59947 5.68299 10.1451 6.1105C9.92078 6.41779 9.64801 6.86697 9.4904 7.41311C9.42847 7.62214 9.39189 7.82094 9.36997 7.97205C9.35889 8.04841 9.35139 8.11379 9.34627 8.16346C9.34372 8.18828 9.34176 8.2091 9.34032 8.22477L9.33859 8.24355L9.3381 8.24876C9.31065 8.49577 9.48864 8.71826 9.73565 8.74571C9.98266 8.77315 10.2051 8.59516 10.2326 8.34815C10.2335 8.3401 10.2345 8.32891 10.2359 8.31491C10.2458 8.21004 10.2705 7.94769 10.3537 7.66752L10.3547 7.66398C10.4535 7.321 10.6151 7.0216 10.7701 6.78769C10.9839 7.10354 11.2229 7.58086 11.2592 8.19734C11.274 8.49701 11.2593 8.96542 11.0381 9.53348C11.0178 9.58553 11.0075 9.6409 11.0075 9.69676C11.0075 10.008 11.0845 10.333 11.3818 10.4816C11.5368 10.5592 11.6889 10.5524 11.8033 10.5236C11.9034 10.4983 11.9905 10.4521 12.0438 10.4228C12.0784 10.4037 12.1094 10.386 12.1386 10.3692C12.219 10.3231 12.2867 10.2843 12.3824 10.2464L12.3885 10.2438C12.5093 10.1938 12.662 10.1525 12.8499 10.1525C13.0204 10.1525 13.1762 10.0562 13.2524 9.90371C13.4973 9.414 13.8461 8.56346 13.932 7.45511C14.0177 6.3884 13.8215 5.5248 13.6626 5.00534C13.615 4.84985 13.4873 4.73211 13.3284 4.69736C13.1079 4.64912 12.7116 4.59308 12.2434 4.6979C11.9079 4.77323 11.6521 4.89716 11.477 5.0022C11.2639 5.13007 11.1948 5.40648 11.3227 5.61959C11.4505 5.83271 11.727 5.90181 11.9401 5.77394C12.0504 5.70778 12.2169 5.62626 12.4406 5.57604C12.6027 5.53978 12.7522 5.53387 12.8781 5.54114C12.9929 5.99437 13.0954 6.63079 13.0348 7.38363L13.0347 7.38501C12.9726 8.18807 12.7503 8.83523 12.5554 9.27279C12.3596 9.30016 12.1899 9.35224 12.0475 9.41094L12.0214 9.42157C12.164 8.89507 12.1732 8.45471 12.158 8.15055L12.1578 8.14688C12.086 6.91328 11.4078 6.10954 11.1726 5.84339C11.1665 5.83646 11.1601 5.82972 11.1536 5.82318C11.1491 5.81872 11.1438 5.81292 11.1315 5.79923L11.1288 5.79622C11.1192 5.78543 11.1017 5.76577 11.0826 5.74653C9.98289 4.60991 8.55395 4.55643 8.28944 4.55013Z"/>`;
59
- var treeData = {"name":"ApplicationV2","description":"SAP Fiori elements for OData V2<br>@sap/ux-specification version 1.124.4","type":"schema","children":[{"name":"settings","children":[{"name":"forceGlobalRefresh","children":[],"type":"boolean","description":"undefined"},{"name":"flexibleColumnLayout","children":[],"type":"object","description":"undefined"},{"name":"tableColumnVerticalAlignment","children":[],"type":"Bottom|Middle|Top","description":"undefined"},{"name":"draftDiscardConfirmationSettings","children":[{"name":"enabled","children":[],"type":"string","description":"undefined"}],"type":"object","description":"undefined"},{"name":"statePreservationMode","children":[],"type":"discovery|persistence","description":"undefined"},{"name":"title","children":[],"type":"string","description":"undefined"},{"name":"description","children":[],"type":"string","description":"undefined"},{"name":"flexEnabled","children":[],"type":"boolean","description":"https://ui5.sap.com/sdk/#/topic/ccd45ba3f0b446a0901b2c9d42b8ad53"}]}]};
59
+ var treeData = {"name":"ApplicationV2","description":"SAP Fiori elements for OData V2<br>@sap/ux-specification version 1.124.5","type":"schema","children":[{"name":"settings","children":[{"name":"forceGlobalRefresh","children":[],"type":"boolean","description":"undefined"},{"name":"flexibleColumnLayout","children":[],"type":"object","description":"undefined"},{"name":"tableColumnVerticalAlignment","children":[],"type":"Bottom|Middle|Top","description":"undefined"},{"name":"draftDiscardConfirmationSettings","children":[{"name":"enabled","children":[],"type":"string","description":"undefined"}],"type":"object","description":"undefined"},{"name":"statePreservationMode","children":[],"type":"discovery|persistence","description":"undefined"},{"name":"title","children":[],"type":"string","description":"undefined"},{"name":"description","children":[],"type":"string","description":"undefined"},{"name":"flexEnabled","children":[],"type":"boolean","description":"https://ui5.sap.com/sdk/#/topic/ccd45ba3f0b446a0901b2c9d42b8ad53"}]}]};
60
60
 
61
61
  var initTreeDiagram = () => {
62
62
  if (!window.treeDiagram) {
@@ -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.4</div>
8
+ <div id="version-container">SAP Fiori elements for OData V2<br />@sap/ux-specification 1.124.5</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="M5 3.0028H2V2.0048H5V3.0028ZM6.0044 3.0028H9.0044V2.0048H6.0044V3.0028ZM10.0014 3.0028H13.0014V2.0048H10.0014V3.0028ZM1 14.993L0.997 4.995H14.988V14.988L1 14.993ZM14.988 0.995V3.994H0.996L0.995 1L14.988 0.995ZM14 7H10V6H14V7ZM11 9.0028H14V8.0048H11V9.0028ZM14 11H10V10H14V11ZM14 13.0028H11V12.0048H14V13.0028ZM6 12.999H9V12.001H6V12.999ZM9 10.999H6V10.001H9V10.999ZM6 8.999H9V8.001H6V8.999ZM9 6.999H6V6.001H9V6.999ZM2 12.999H5V12.001H2V12.999ZM5 11.0028H2V10.0048H5V11.0028ZM2 9.0028H5V8.0048H2V9.0028ZM5 6.999H2V6.001H5V6.999ZM14.993 0H0.995C0.446 0 0 0.446 0 0.995V14.993C0 15.542 0.446 15.988 0.995 15.988H14.993C15.542 15.988 15.988 15.542 15.988 14.993V0.995C15.988 0.446 15.542 0 14.993 0Z"/>`;
59
- var treeData = {"name":"ListReport","description":"SAP Fiori elements for OData V2<br>@sap/ux-specification version 1.124.4","type":"schema","children":[{"name":"fitContent","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.f.DynamicPage","description":"undefined"},{"name":"header","children":[{"name":"actions","children":[{"name":"Share","children":[{"name":"visible","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"}]}]}],"type":"object","description":"undefined"},{"name":"filterBar","children":[{"name":"annotationPath","children":[],"type":"string","artifact":"Manifest","description":"https://ui5.sap.com/sdk/#/topic/49a6ba5b8d6946208322a9f7e16837c2"},{"name":"smartVariantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"liveMode","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"undefined"},{"name":"variantManagementHidden","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"subTitleIfVariantMgmtHidden","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"dateSettings","children":[{"name":"useDateRange","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"undefined"},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"showClearOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"undefined"},{"name":"showFilterConfiguration","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"undefined"},{"name":"showRestoreOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"undefined"},{"name":"selectionFields","children":[{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"undefined"},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"customDateRangeImplementation","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"filter","children":[],"type":"array","artifact":"Manifest","description":"undefined"},{"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":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"}]}]},{"name":"table","children":[{"name":"type","children":[],"type":"string","artifact":"Manifest","description":"https://ui5.sap.com/sdk/#/topic/7f844f1021cd4791b8f7408eac7c1cec"},{"name":"qualifier","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"defaultContentView","children":[],"type":"chart|charttable|table","artifact":"Manifest","description":"undefined"},{"name":"defaultFilterMode","children":[],"type":"compact|visual","artifact":"Manifest","description":"undefined"},{"name":"contentTitle","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"allFiltersAsInParameters","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"createWithFilters","children":[{"name":"strategy","children":[],"type":"string","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"multiSelect","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"createWithParameterDialog","children":[{"name":"fields","children":[],"type":"array","artifact":"Manifest"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"undefined"},{"name":"showTablePersonalisation","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"undefined"},{"name":"useExportToExcel","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"undefined"},{"name":"exportType","children":[],"type":"GW|UI5Client|UI5ClientPDF","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"undefined"},{"name":"copy","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"quickVariantSelection","children":[{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"variants","children":[{"name":"key","children":[],"type":"string","description":"undefined"},{"name":"annotationPath","children":[],"type":"string","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"quickVariantSelectionX","children":[{"name":"enableAutoBinding","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"variants","children":[{"name":"entitySet","children":[],"type":"string","description":"undefined"},{"name":"multiSelect","children":[],"type":"boolean","description":"undefined"},{"name":"selectAll","children":[],"type":"boolean","description":"undefined"},{"name":"selectionLimit","children":[],"type":"number","description":"undefined"},{"name":"type","children":[],"type":"AnalyticalTable|GridTable|ResponsiveTable|TreeTable","description":"undefined"},{"name":"showItemNavigationOnChart","children":[],"type":"boolean","description":"undefined"},{"name":"inlineDelete","children":[],"type":"boolean","description":"undefined"},{"name":"key","children":[],"type":"string","description":"undefined"},{"name":"annotationPath","children":[],"type":"string","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"enableTableFilterInPageVariant","children":[],"type":"boolean","artifact":"Manifest","description":"https://ui5.sap.com/sdk/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"},{"name":"dataLoadSettings","children":[{"name":"loadDataOnAppLaunch","children":[],"type":"always|ifAnyFilterExist|never","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}]}],"type":"object","description":"undefined"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Column","description":"undefined"},{"name":"hAlign","children":[],"type":"Begin|Center|End|Initial|Left|Right","artifact":"UI5 flexibility","control":"sap.m.Column","description":"undefined"},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}],"type":"object","description":"undefined"}]},{"name":"includeItemInSelection","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Table","description":"undefined"},{"name":"popinLayout","children":[],"type":"Block|GridLarge|GridSmall","artifact":"UI5 flexibility","control":"sap.m.Table","description":"undefined"},{"name":"growingThreshold","children":[],"type":"number","artifact":"UI5 flexibility","control":"sap.m.Table","description":"undefined"},{"name":"multiEdit","children":[{"name":"enabled","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"annotationPath","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"ignoredFields","children":[],"type":"array","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"inlineDelete","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}]}]}]};
59
+ var treeData = {"name":"ListReport","description":"SAP Fiori elements for OData V2<br>@sap/ux-specification version 1.124.5","type":"schema","children":[{"name":"fitContent","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.f.DynamicPage","description":"undefined"},{"name":"header","children":[{"name":"actions","children":[{"name":"Share","children":[{"name":"visible","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"}]}]}],"type":"object","description":"undefined"},{"name":"filterBar","children":[{"name":"annotationPath","children":[],"type":"string","artifact":"Manifest","description":"https://ui5.sap.com/sdk/#/topic/49a6ba5b8d6946208322a9f7e16837c2"},{"name":"smartVariantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"liveMode","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"undefined"},{"name":"variantManagementHidden","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"subTitleIfVariantMgmtHidden","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"dateSettings","children":[{"name":"useDateRange","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"undefined"},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"showClearOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"undefined"},{"name":"showFilterConfiguration","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"undefined"},{"name":"showRestoreOnFB","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smartfilterbar.SmartFilterBar","description":"undefined"},{"name":"selectionFields","children":[{"name":"selectedValues","children":[],"type":"array","artifact":"Manifest","description":"undefined"},{"name":"exclude","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"customDateRangeImplementation","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"filter","children":[],"type":"array","artifact":"Manifest","description":"undefined"},{"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":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"}]}]},{"name":"table","children":[{"name":"type","children":[],"type":"string","artifact":"Manifest","description":"https://ui5.sap.com/sdk/#/topic/7f844f1021cd4791b8f7408eac7c1cec"},{"name":"qualifier","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"defaultContentView","children":[],"type":"chart|charttable|table","artifact":"Manifest","description":"undefined"},{"name":"defaultFilterMode","children":[],"type":"compact|visual","artifact":"Manifest","description":"undefined"},{"name":"contentTitle","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"allFiltersAsInParameters","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"createWithFilters","children":[{"name":"strategy","children":[],"type":"string","artifact":"Manifest","description":"https://ui5.sap.com/sdk#/topic/189e2d8a59f04a2693a4fde7f4a91a65"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"multiSelect","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"createWithParameterDialog","children":[{"name":"fields","children":[],"type":"array","artifact":"Manifest"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"undefined"},{"name":"showTablePersonalisation","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"undefined"},{"name":"useExportToExcel","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"undefined"},{"name":"exportType","children":[],"type":"GW|UI5Client|UI5ClientPDF","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"undefined"},{"name":"copy","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"quickVariantSelection","children":[{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"variants","children":[{"name":"key","children":[],"type":"string","description":"undefined"},{"name":"annotationPath","children":[],"type":"string","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"quickVariantSelectionX","children":[{"name":"enableAutoBinding","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"variants","children":[{"name":"entitySet","children":[],"type":"string","description":"undefined"},{"name":"multiSelect","children":[],"type":"boolean","description":"undefined"},{"name":"selectAll","children":[],"type":"boolean","description":"undefined"},{"name":"selectionLimit","children":[],"type":"number","description":"undefined"},{"name":"type","children":[],"type":"AnalyticalTable|GridTable|ResponsiveTable|TreeTable","description":"undefined"},{"name":"showItemNavigationOnChart","children":[],"type":"boolean","description":"undefined"},{"name":"inlineDelete","children":[],"type":"boolean","description":"undefined"},{"name":"key","children":[],"type":"string","description":"undefined"},{"name":"annotationPath","children":[],"type":"string","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"enableTableFilterInPageVariant","children":[],"type":"boolean","artifact":"Manifest","description":"https://ui5.sap.com/sdk/#/topic/3e2b4d212b66481a829ccef1dc0ca16b"},{"name":"dataLoadSettings","children":[{"name":"loadDataOnAppLaunch","children":[],"type":"always|ifAnyFilterExist|never","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}]}],"type":"object","description":"undefined"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Column","description":"undefined"},{"name":"hAlign","children":[],"type":"Begin|Center|End|Initial|Left|Right","artifact":"UI5 flexibility","control":"sap.m.Column","description":"undefined"},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}],"type":"object","description":"undefined"}]},{"name":"includeItemInSelection","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Table","description":"undefined"},{"name":"popinLayout","children":[],"type":"Block|GridLarge|GridSmall","artifact":"UI5 flexibility","control":"sap.m.Table","description":"undefined"},{"name":"growingThreshold","children":[],"type":"number","artifact":"UI5 flexibility","control":"sap.m.Table","description":"undefined"},{"name":"multiEdit","children":[{"name":"enabled","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"annotationPath","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"ignoredFields","children":[],"type":"array","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"inlineDelete","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}]}]}]};
60
60
 
61
61
  var initTreeDiagram = () => {
62
62
  if (!window.treeDiagram) {
@@ -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.4</div>
8
+ <div id="version-container">SAP Fiori elements for OData V2<br />@sap/ux-specification 1.124.5</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 13V14H6V13H9ZM9 11V12H6V11H9ZM13 9V10H10V9H13ZM9 9V10H6V9H9ZM5 9V10H2V9H5ZM14.989 7.996L14.988 14.989H1L1.001 7.996H14.989ZM3.998 2C5.1 2 5.996 2.896 5.996 3.998C5.996 5.1 5.1 5.996 3.998 5.996C2.896 5.996 2 5.1 2 3.998C2 2.896 2.896 2 3.998 2ZM14 4.0046V5.0046H8V4.0046H14ZM3.998 3C3.447 3 3 3.447 3 3.998C3 4.549 3.447 4.996 3.998 4.996C4.549 4.996 4.996 4.549 4.996 3.998C4.996 3.447 4.549 3 3.998 3ZM12.002 2V3H8V2H12.002ZM14.989 1.001V6.995H1.001V1L14.989 1.001ZM14.989 0H1.001C0.449 0 0 0.449 0 1.001V14.989C0 15.541 0.449 15.989 1.001 15.989H14.989C15.541 15.989 15.989 15.541 15.989 14.989V1.001C15.989 0.488429 15.6027 0.0646684 15.1056 0.00674636L14.989 0Z"/>`;
59
- var treeData = {"name":"ObjectPage","description":"SAP Fiori elements for OData V2<br>@sap/ux-specification version 1.124.4","type":"schema","children":[{"name":"showConfirmationOnDraftActivate","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"hideChevronForUnauthorizedExtNav","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"allowDeepLinking","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"navToListOnSave","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"defaultLayoutTypeIfExternalNavigation","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"globalTableSettings","children":[{"name":"type","children":[],"type":"AnalyticalTable|GridTable|ResponsiveTable|TreeTable","artifact":"Manifest","description":"undefined"},{"name":"multiSelect","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"inlineDelete","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"copy","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"globalChartSettings","children":[{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"header","children":[{"name":"showRelatedApps","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"editableHeaderContent","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"simpleHeaderFacets","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"displayShape","children":[],"type":"Circle|Square","artifact":"UI5 flexibility","control":"sap.f.Avatar","description":"undefined"},{"name":"actions","children":[{"name":"UpAndDownNavigation","children":[{"name":"visible","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"}]},{"name":"Share","children":[{"name":"visible","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"}]},{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageHeaderActionButton","description":"undefined"},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageHeaderActionButton","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageHeaderActionButton","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageHeaderActionButton","description":"undefined"},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageHeaderActionButton","description":"undefined"}],"type":"object","description":"undefined"},{"name":"showHeaderAsCarouselOnDesktop","children":[],"type":"boolean","artifact":"Manifest","description":"https://ui5.sap.com/#/topic/17dbd5b7a61e4cdcb079062e976cd63f"},{"name":"sections","children":[{"name":"sectionId","children":[{"name":"visible","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.VBox","description":"undefined"},{"name":"subsections","children":[{"name":"subsectionId","children":[{"name":"visible","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.VBox","description":"undefined"},{"name":"type","children":[],"type":"string"},{"name":"className","children":[],"type":"string"},{"name":"fragmentName","children":[],"type":"string"},{"name":"relatedFacet","children":[],"type":"string"},{"name":"title","children":[],"type":"string","description":"undefined"}]}]},{"name":"type","children":[],"type":"string"},{"name":"className","children":[],"type":"string"},{"name":"fragmentName","children":[],"type":"string"},{"name":"relatedFacet","children":[],"type":"string"},{"name":"title","children":[],"type":"string","description":"undefined"}]}]}]},{"name":"layout","children":[{"name":"showHeaderContent","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageLayout","description":"undefined"},{"name":"showAnchorBar","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageLayout","description":"undefined"},{"name":"useIconTabBar","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageLayout","description":"undefined"},{"name":"alwaysShowContentHeader","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageLayout","description":"undefined"}]},{"name":"sections","children":[{"name":"sectionId","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageSubSection","description":"undefined"},{"name":"form","children":[{"name":"fields","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.ui.comp.smartform.GroupElement","description":"undefined"}]},{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}]}]},{"name":"table","children":[{"name":"multiSelect","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"type","children":[],"type":"string","artifact":"Manifest","description":"https://ui5.sap.com/sdk/#/topic/7f844f1021cd4791b8f7408eac7c1cec"},{"name":"includeItemInSelection","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Table","description":"undefined"},{"name":"popinLayout","children":[],"type":"Block|GridLarge|GridSmall","artifact":"UI5 flexibility","control":"sap.m.Table","description":"undefined"},{"name":"growingThreshold","children":[],"type":"number","artifact":"UI5 flexibility","control":"sap.m.Table","description":"undefined"},{"name":"createMode","children":[],"type":"creationRows|creationRowsHiddenInEditMode|inline","artifact":"Manifest","description":"undefined"},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"undefined"},{"name":"disableDefaultInlineCreateSort","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"useExportToExcel","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"undefined"},{"name":"exportType","children":[],"type":"GW|UI5Client|UI5ClientPDF","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"undefined"},{"name":"editable","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"undefined"},{"name":"showPasteButton","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"https://ui5.sap.com/#/topic/f6a8fd2812d9442a9bba2f6fb296c42e"},{"name":"createWithParameterDialog","children":[{"name":"fields","children":[],"type":"array","artifact":"Manifest"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"copy","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"quickVariantSelection","children":[{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"variants","children":[{"name":"Instance (key = number)","children":[{"name":"key","children":[],"type":"string","description":"undefined"},{"name":"annotationPath","children":[],"type":"string","description":"undefined"}]}],"type":"object","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}]}],"type":"object","description":"undefined"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Column","description":"undefined"},{"name":"hAlign","children":[],"type":"Begin|Center|End|Initial|Left|Right","artifact":"UI5 flexibility","control":"sap.m.Column","description":"undefined"},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}],"type":"object","description":"undefined"}]},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"inlineDelete","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"}]},{"name":"chart","children":[{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"}]},{"name":"contact","children":[],"type":"object","description":"undefined"},{"name":"address","children":[],"type":"object","description":"undefined"},{"name":"subsections","children":[{"name":"subsectionId","children":[{"name":"form","children":[{"name":"fields","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.ui.comp.smartform.GroupElement","description":"undefined"}]},{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}]}]},{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageSubSection","description":"undefined"},{"name":"table","children":[{"name":"multiSelect","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"type","children":[],"type":"string","artifact":"Manifest","description":"https://ui5.sap.com/sdk/#/topic/7f844f1021cd4791b8f7408eac7c1cec"},{"name":"includeItemInSelection","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Table","description":"undefined"},{"name":"popinLayout","children":[],"type":"Block|GridLarge|GridSmall","artifact":"UI5 flexibility","control":"sap.m.Table","description":"undefined"},{"name":"growingThreshold","children":[],"type":"number","artifact":"UI5 flexibility","control":"sap.m.Table","description":"undefined"},{"name":"createMode","children":[],"type":"creationRows|creationRowsHiddenInEditMode|inline","artifact":"Manifest","description":"undefined"},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"undefined"},{"name":"disableDefaultInlineCreateSort","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"useExportToExcel","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"undefined"},{"name":"exportType","children":[],"type":"GW|UI5Client|UI5ClientPDF","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"undefined"},{"name":"editable","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"undefined"},{"name":"showPasteButton","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"https://ui5.sap.com/#/topic/f6a8fd2812d9442a9bba2f6fb296c42e"},{"name":"createWithParameterDialog","children":[{"name":"fields","children":[],"type":"array","artifact":"Manifest"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"copy","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"quickVariantSelection","children":[{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"variants","children":[{"name":"Instance (key = number)","children":[{"name":"key","children":[],"type":"string","description":"undefined"},{"name":"annotationPath","children":[],"type":"string","description":"undefined"}]}],"type":"object","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}]}],"type":"object","description":"undefined"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Column","description":"undefined"},{"name":"hAlign","children":[],"type":"Begin|Center|End|Initial|Left|Right","artifact":"UI5 flexibility","control":"sap.m.Column","description":"undefined"},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}],"type":"object","description":"undefined"}]},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"inlineDelete","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"}]},{"name":"chart","children":[{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"}]},{"name":"contact","children":[],"type":"object","description":"undefined"},{"name":"address","children":[],"type":"object","description":"undefined"}]}]}]}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"SaveAndEdit","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"}]},{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}]}]}]};
59
+ var treeData = {"name":"ObjectPage","description":"SAP Fiori elements for OData V2<br>@sap/ux-specification version 1.124.5","type":"schema","children":[{"name":"showConfirmationOnDraftActivate","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"hideChevronForUnauthorizedExtNav","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"allowDeepLinking","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"navToListOnSave","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"defaultLayoutTypeIfExternalNavigation","children":[],"type":"string","artifact":"Manifest","description":"undefined"},{"name":"globalTableSettings","children":[{"name":"type","children":[],"type":"AnalyticalTable|GridTable|ResponsiveTable|TreeTable","artifact":"Manifest","description":"undefined"},{"name":"multiSelect","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"inlineDelete","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"copy","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"globalChartSettings","children":[{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"header","children":[{"name":"showRelatedApps","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"editableHeaderContent","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"simpleHeaderFacets","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"displayShape","children":[],"type":"Circle|Square","artifact":"UI5 flexibility","control":"sap.f.Avatar","description":"undefined"},{"name":"actions","children":[{"name":"UpAndDownNavigation","children":[{"name":"visible","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"}]},{"name":"Share","children":[{"name":"visible","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"}]},{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageHeaderActionButton","description":"undefined"},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageHeaderActionButton","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageHeaderActionButton","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageHeaderActionButton","description":"undefined"},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageHeaderActionButton","description":"undefined"}],"type":"object","description":"undefined"},{"name":"showHeaderAsCarouselOnDesktop","children":[],"type":"boolean","artifact":"Manifest","description":"https://ui5.sap.com/#/topic/17dbd5b7a61e4cdcb079062e976cd63f"},{"name":"sections","children":[{"name":"sectionId","children":[{"name":"visible","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.VBox","description":"undefined"},{"name":"subsections","children":[{"name":"subsectionId","children":[{"name":"visible","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.VBox","description":"undefined"},{"name":"type","children":[],"type":"string"},{"name":"className","children":[],"type":"string"},{"name":"fragmentName","children":[],"type":"string"},{"name":"relatedFacet","children":[],"type":"string"},{"name":"title","children":[],"type":"string","description":"undefined"}]}]},{"name":"type","children":[],"type":"string"},{"name":"className","children":[],"type":"string"},{"name":"fragmentName","children":[],"type":"string"},{"name":"relatedFacet","children":[],"type":"string"},{"name":"title","children":[],"type":"string","description":"undefined"}]}]}]},{"name":"layout","children":[{"name":"showHeaderContent","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageLayout","description":"undefined"},{"name":"showAnchorBar","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageLayout","description":"undefined"},{"name":"useIconTabBar","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageLayout","description":"undefined"},{"name":"alwaysShowContentHeader","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageLayout","description":"undefined"}]},{"name":"sections","children":[{"name":"sectionId","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageSubSection","description":"undefined"},{"name":"form","children":[{"name":"fields","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.ui.comp.smartform.GroupElement","description":"undefined"}]},{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}]}]},{"name":"table","children":[{"name":"multiSelect","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"type","children":[],"type":"string","artifact":"Manifest","description":"https://ui5.sap.com/sdk/#/topic/7f844f1021cd4791b8f7408eac7c1cec"},{"name":"includeItemInSelection","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Table","description":"undefined"},{"name":"popinLayout","children":[],"type":"Block|GridLarge|GridSmall","artifact":"UI5 flexibility","control":"sap.m.Table","description":"undefined"},{"name":"growingThreshold","children":[],"type":"number","artifact":"UI5 flexibility","control":"sap.m.Table","description":"undefined"},{"name":"createMode","children":[],"type":"creationRows|creationRowsHiddenInEditMode|inline","artifact":"Manifest","description":"undefined"},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"undefined"},{"name":"disableDefaultInlineCreateSort","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"useExportToExcel","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"undefined"},{"name":"exportType","children":[],"type":"GW|UI5Client|UI5ClientPDF","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"undefined"},{"name":"editable","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"undefined"},{"name":"showPasteButton","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"https://ui5.sap.com/#/topic/f6a8fd2812d9442a9bba2f6fb296c42e"},{"name":"createWithParameterDialog","children":[{"name":"fields","children":[],"type":"array","artifact":"Manifest"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"copy","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"quickVariantSelection","children":[{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"variants","children":[{"name":"Instance (key = number)","children":[{"name":"key","children":[],"type":"string","description":"undefined"},{"name":"annotationPath","children":[],"type":"string","description":"undefined"}]}],"type":"object","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}]}],"type":"object","description":"undefined"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Column","description":"undefined"},{"name":"hAlign","children":[],"type":"Begin|Center|End|Initial|Left|Right","artifact":"UI5 flexibility","control":"sap.m.Column","description":"undefined"},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}],"type":"object","description":"undefined"}]},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"inlineDelete","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"}]},{"name":"chart","children":[{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"}]},{"name":"contact","children":[],"type":"object","description":"undefined"},{"name":"address","children":[],"type":"object","description":"undefined"},{"name":"subsections","children":[{"name":"subsectionId","children":[{"name":"form","children":[{"name":"fields","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.ui.comp.smartform.GroupElement","description":"undefined"}]},{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}]}]},{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageSubSection","description":"undefined"},{"name":"table","children":[{"name":"multiSelect","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"type","children":[],"type":"string","artifact":"Manifest","description":"https://ui5.sap.com/sdk/#/topic/7f844f1021cd4791b8f7408eac7c1cec"},{"name":"includeItemInSelection","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Table","description":"undefined"},{"name":"popinLayout","children":[],"type":"Block|GridLarge|GridSmall","artifact":"UI5 flexibility","control":"sap.m.Table","description":"undefined"},{"name":"growingThreshold","children":[],"type":"number","artifact":"UI5 flexibility","control":"sap.m.Table","description":"undefined"},{"name":"createMode","children":[],"type":"creationRows|creationRowsHiddenInEditMode|inline","artifact":"Manifest","description":"undefined"},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"undefined"},{"name":"disableDefaultInlineCreateSort","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"useExportToExcel","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"undefined"},{"name":"exportType","children":[],"type":"GW|UI5Client|UI5ClientPDF","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"undefined"},{"name":"editable","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"undefined"},{"name":"showPasteButton","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"https://ui5.sap.com/#/topic/f6a8fd2812d9442a9bba2f6fb296c42e"},{"name":"createWithParameterDialog","children":[{"name":"fields","children":[],"type":"array","artifact":"Manifest"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"copy","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"quickVariantSelection","children":[{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"variants","children":[{"name":"Instance (key = number)","children":[{"name":"key","children":[],"type":"string","description":"undefined"},{"name":"annotationPath","children":[],"type":"string","description":"undefined"}]}],"type":"object","artifact":"Manifest","description":"undefined"}],"type":"object","artifact":"Manifest","description":"undefined"},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}]}],"type":"object","description":"undefined"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Column","description":"undefined"},{"name":"hAlign","children":[],"type":"Begin|Center|End|Initial|Left|Right","artifact":"UI5 flexibility","control":"sap.m.Column","description":"undefined"},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}],"type":"object","description":"undefined"}]},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"inlineDelete","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"}]},{"name":"chart","children":[{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"undefined"}]},{"name":"contact","children":[],"type":"object","description":"undefined"},{"name":"address","children":[],"type":"object","description":"undefined"}]}]}]}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"SaveAndEdit","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"}]},{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"undefined"},{"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":"undefined"}]}]}]};
60
60
 
61
61
  var initTreeDiagram = () => {
62
62
  if (!window.treeDiagram) {