@sap/ux-specification 1.124.4 → 1.124.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +51 -28
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +112 -112
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/AnalyticalListPageConfig.json +76 -76
- package/dist/schemas/v2/ApplicationV2.json +5 -5
- package/dist/schemas/v2/ListReportConfig.json +86 -85
- package/dist/schemas/v2/ObjectPageConfig.json +83 -83
- package/dist/schemas/v2/OverviewPageConfig.json +84 -84
- package/dist/schemas/v4/ApplicationV4.json +5 -6
- package/dist/schemas/v4/BuildingBlocksConfig.json +138 -8
- package/dist/schemas/v4/ListReportConfig.json +50 -50
- package/dist/schemas/v4/ObjectPageConfig.json +47 -47
- package/dist/specification/package.json +7 -7
- package/dist/specification/src/api.js +2 -2
- package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/common/appProvider.js +19 -3
- package/dist/specification/src/sync/common/appProvider.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.d.ts +3 -3
- package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.js +17 -11
- package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.js +14 -6
- package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/export.js +6 -1
- package/dist/specification/src/sync/v2/export/export.js.map +1 -1
- package/dist/specification/src/sync/v2/import/common/index.d.ts +7 -7
- package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/common/index.js +62 -69
- package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/specification/src/sync/v2/import/controls/table.d.ts +28 -2
- package/dist/specification/src/sync/v2/import/controls/table.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/controls/table.js +98 -22
- package/dist/specification/src/sync/v2/import/controls/table.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +12 -3
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +9 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js +48 -7
- package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js +57 -19
- package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/export/manifest.js +1 -1
- package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +2 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/app/appProvider.js +9 -3
- package/dist/specification/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/types/src/common/Application.d.ts +4 -8
- package/dist/types/src/common/Application.d.ts.map +1 -1
- package/dist/types/src/v2/application.d.ts +1 -1
- package/dist/types/src/v2/controls/Action.d.ts +4 -2
- package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
- package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +6 -6
- package/dist/types/src/v2/controls/Card.d.ts +37 -36
- package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Card.js.map +1 -1
- package/dist/types/src/v2/controls/Field.d.ts +1 -1
- package/dist/types/src/v2/controls/FilterBar.d.ts +18 -14
- package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
- package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageChart.d.ts +2 -2
- package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +2 -2
- package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +4 -4
- package/dist/types/src/v2/controls/ObjectPageSection.d.ts +2 -2
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts +20 -20
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +52 -47
- package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.js.map +1 -1
- package/dist/types/src/v2/overviewPage.d.ts +2 -2
- package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +4 -4
- package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +5 -5
- package/dist/types/src/v4/controls/CustomAction.d.ts +3 -3
- package/dist/types/src/v4/controls/FilterBar.d.ts +5 -7
- package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -1
- package/dist/types/src/v4/controls/FilterBar.js.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +6 -6
- package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +2 -2
- package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -2
- package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageSection.d.ts +2 -2
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +4 -4
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +2 -2
- package/dist/types/src/v4/controls/Table.d.ts +28 -35
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ToolBar.d.ts +3 -3
- package/dist/types/src/v4/page.d.ts +1 -1
- package/dist/types/src/v4/page.d.ts.map +1 -1
- package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +1 -2
- package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
- package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts +3 -4
- package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +10 -8
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -8,13 +8,41 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
|
|
|
8
8
|
|
|
9
9
|
[NodeJS](https://nodejs.org/en/download/) Version `18.18.0` or higher
|
|
10
10
|
|
|
11
|
-
## [1.124.
|
|
11
|
+
## [1.124.6] - 2024-11-13
|
|
12
12
|
|
|
13
13
|
### Added
|
|
14
14
|
|
|
15
15
|
### Changed
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
### Removed
|
|
18
|
+
|
|
19
|
+
### Deprecated
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
|
|
23
|
+
- OData V2: flex changes had not been written for table columns of type DataField that use a navigationPath.
|
|
24
|
+
|
|
25
|
+
### Quality
|
|
26
|
+
|
|
27
|
+
Upgrades:
|
|
28
|
+
|
|
29
|
+
- npm-run-all2 to v7
|
|
30
|
+
- typescript-eslint to 8.13.0
|
|
31
|
+
- uuid to 11.0.2
|
|
32
|
+
- @sap-ux/fe-fpm-writer to 0.31.16
|
|
33
|
+
- @sap-ux/annotation-converter to 0.9.9
|
|
34
|
+
- @sap-ux/vocabularies-types to 0.11.6
|
|
35
|
+
- @sap-ux/edmx-parser to 0.8.2
|
|
36
|
+
- i18next to 23.16.5
|
|
37
|
+
- [Security] - upgrade cross-spawn to 7.0.5
|
|
38
|
+
|
|
39
|
+
## [1.124.5] - 2024-10-30
|
|
40
|
+
|
|
41
|
+
### Added
|
|
42
|
+
|
|
43
|
+
### Changed
|
|
44
|
+
|
|
45
|
+
- Descriptions of all properties have been reviewed.
|
|
18
46
|
|
|
19
47
|
### Removed
|
|
20
48
|
|
|
@@ -22,6 +50,27 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
|
|
|
22
50
|
|
|
23
51
|
### Fixed
|
|
24
52
|
|
|
53
|
+
- 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.
|
|
54
|
+
|
|
55
|
+
### Quality
|
|
56
|
+
|
|
57
|
+
Upgrades:
|
|
58
|
+
|
|
59
|
+
- typescript to 5.6.3
|
|
60
|
+
- typescript-eslint monorepo to 8.10.0
|
|
61
|
+
- i18next to 23.16.2
|
|
62
|
+
- npm-run-all2 to 6.2.6
|
|
63
|
+
- @types/jquery to 3.5.32
|
|
64
|
+
- i18next to 23.16.4
|
|
65
|
+
- @types/jest to 29.5.14
|
|
66
|
+
- @sap-ux/fe-fpm-writer to 0.31.10
|
|
67
|
+
|
|
68
|
+
## [1.124.4] - 2024-10-16
|
|
69
|
+
|
|
70
|
+
### Changed
|
|
71
|
+
|
|
72
|
+
- Definition of PageType adjusted to the needs of consuming applications at Fiori Toolsuite
|
|
73
|
+
|
|
25
74
|
### Quality
|
|
26
75
|
|
|
27
76
|
Upgrades:
|
|
@@ -44,12 +93,6 @@ OData V4:
|
|
|
44
93
|
- added enum definition and values for `properties` of custom columns, list report and object page.
|
|
45
94
|
- Support of `cloudDevAdaptionStatus` internal setting.
|
|
46
95
|
|
|
47
|
-
### Changed
|
|
48
|
-
|
|
49
|
-
### Removed
|
|
50
|
-
|
|
51
|
-
### Deprecated
|
|
52
|
-
|
|
53
96
|
### Fixed
|
|
54
97
|
|
|
55
98
|
- OData V2: Flex change is removed if the facet ID contains a single hyphen.
|
|
@@ -80,12 +123,6 @@ Upgrades:
|
|
|
80
123
|
|
|
81
124
|
- Add `i18nClassification` property for macros schema properties(Support translation inputs for macros/building block properties).
|
|
82
125
|
|
|
83
|
-
### Changed
|
|
84
|
-
|
|
85
|
-
### Removed
|
|
86
|
-
|
|
87
|
-
### Deprecated
|
|
88
|
-
|
|
89
126
|
### Fixed
|
|
90
127
|
|
|
91
128
|
- Table views: new error handling for undefined keys.
|
|
@@ -108,14 +145,6 @@ Upgrades:
|
|
|
108
145
|
|
|
109
146
|
## [1.124.1] - 2024-09-04
|
|
110
147
|
|
|
111
|
-
### Added
|
|
112
|
-
|
|
113
|
-
### Changed
|
|
114
|
-
|
|
115
|
-
### Removed
|
|
116
|
-
|
|
117
|
-
### Deprecated
|
|
118
|
-
|
|
119
148
|
### Fixed
|
|
120
149
|
|
|
121
150
|
- Supply of oDataVersion and fioriElementsVersion in the app.json
|
|
@@ -139,12 +168,6 @@ OData V4:
|
|
|
139
168
|
|
|
140
169
|
- Support of `disableCopyToClipboard` table property
|
|
141
170
|
|
|
142
|
-
### Changed
|
|
143
|
-
|
|
144
|
-
### Removed
|
|
145
|
-
|
|
146
|
-
### Deprecated
|
|
147
|
-
|
|
148
171
|
### Fixed
|
|
149
172
|
|
|
150
173
|
- 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.
|
|
8
|
+
<div id="version-container">SAP Fiori elements for OData V2<br />@sap/ux-specification 1.124.6</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.6","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.
|
|
8
|
+
<div id="version-container">SAP Fiori elements for OData V2<br />@sap/ux-specification 1.124.6</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.
|
|
59
|
+
var treeData = {"name":"ApplicationV2","description":"SAP Fiori elements for OData V2<br>@sap/ux-specification version 1.124.6","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.
|
|
8
|
+
<div id="version-container">SAP Fiori elements for OData V2<br />@sap/ux-specification 1.124.6</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.6","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.
|
|
8
|
+
<div id="version-container">SAP Fiori elements for OData V2<br />@sap/ux-specification 1.124.6</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.6","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) {
|