@sap/ux-specification 1.96.27 → 1.96.29
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/dist/documentation/runDocu-min.js +5 -5
- package/dist/documentation/runDocu-min.js.map +2 -2
- package/dist/documentation/styleDocu.css +30 -4
- package/dist/documentation/v2/v2-AnalyticalListPage.html +4 -3
- package/dist/documentation/v2/v2-ApplicationV2.html +6 -4
- package/dist/documentation/v2/v2-ListReport.html +4 -3
- package/dist/documentation/v2/v2-ObjectPage.html +4 -3
- package/dist/documentation/v2/v2-OverviewPage.html +4 -3
- package/dist/documentation/v4/v4-ApplicationV4.html +6 -4
- package/dist/documentation/v4/v4-BuildingBlocks.html +61 -0
- package/dist/documentation/v4/v4-FreestylePage.html +4 -3
- package/dist/documentation/v4/v4-ListReport.html +4 -3
- package/dist/documentation/v4/v4-ObjectPage.html +4 -3
- package/dist/index-min.js +271 -187
- package/dist/index-min.js.map +3 -3
- package/dist/package.json +114 -0
- package/dist/schemas/v2/AnalyticalListPageConfig.json +4 -20
- package/dist/schemas/v2/ListReportConfig.json +4 -20
- package/dist/schemas/v2/ObjectPageConfig.json +4 -20
- package/dist/schemas/v4/BuildingBlocksConfig.json +750 -0
- package/dist/schemas/v4/ListReportConfig.json +1 -0
- package/dist/schemas/v4/ObjectPageConfig.json +185 -9
- package/dist/scripts/extractDocu.js +12 -6
- package/dist/scripts/extractDocu.js.map +1 -1
- package/dist/scripts/macros/api.d.ts +9 -0
- package/dist/scripts/macros/api.d.ts.map +1 -0
- package/dist/scripts/macros/api.js +161 -0
- package/dist/scripts/macros/api.js.map +1 -0
- package/dist/scripts/macros/cmd.d.ts +7 -0
- package/dist/scripts/macros/cmd.d.ts.map +1 -0
- package/dist/scripts/macros/cmd.js +49 -0
- package/dist/scripts/macros/cmd.js.map +1 -0
- package/dist/scripts/macros/corrections.d.ts +18 -0
- package/dist/scripts/macros/corrections.d.ts.map +1 -0
- package/dist/scripts/macros/corrections.js +188 -0
- package/dist/scripts/macros/corrections.js.map +1 -0
- package/dist/scripts/macros/index.d.ts +2 -0
- package/dist/scripts/macros/index.d.ts.map +1 -0
- package/dist/scripts/macros/index.js +8 -0
- package/dist/scripts/macros/index.js.map +1 -0
- package/dist/scripts/macros/schema.d.ts +9 -0
- package/dist/scripts/macros/schema.d.ts.map +1 -0
- package/dist/scripts/macros/schema.js +201 -0
- package/dist/scripts/macros/schema.js.map +1 -0
- package/dist/scripts/macros/types.d.ts +77 -0
- package/dist/scripts/macros/types.d.ts.map +1 -0
- package/dist/scripts/macros/types.js +14 -0
- package/dist/scripts/macros/types.js.map +1 -0
- package/dist/scripts/runDocu.js +12 -10
- package/dist/scripts/runDocu.js.map +1 -1
- package/dist/src/api.d.ts.map +1 -1
- package/dist/src/api.js +8 -1
- package/dist/src/api.js.map +1 -1
- package/dist/src/project.d.ts +1 -0
- package/dist/src/project.d.ts.map +1 -1
- package/dist/src/project.js +6 -4
- package/dist/src/project.js.map +1 -1
- package/dist/src/specification/schemaAccess.d.ts.map +1 -1
- package/dist/src/specification/schemaAccess.js +16 -3
- package/dist/src/specification/schemaAccess.js.map +1 -1
- package/dist/src/sync/common/appProvider.d.ts +12 -0
- package/dist/src/sync/common/appProvider.d.ts.map +1 -1
- package/dist/src/sync/common/appProvider.js +51 -18
- package/dist/src/sync/common/appProvider.js.map +1 -1
- package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/common/generate/objectPage.js +2 -1
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts +7 -7
- package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/common/generate/utils.js +13 -33
- package/dist/src/sync/common/generate/utils.js.map +1 -1
- package/dist/src/sync/common/i18n.json +2 -1
- package/dist/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/src/sync/common/importProject.js +67 -31
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/types.d.ts +6 -0
- package/dist/src/sync/common/types.d.ts.map +1 -0
- package/dist/src/sync/common/types.js +3 -0
- package/dist/src/sync/common/types.js.map +1 -0
- package/dist/src/sync/common/utils.d.ts +26 -5
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +44 -7
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +1 -4
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +4 -25
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.d.ts +3 -6
- package/dist/src/sync/v2/export/controls/Table.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.js +20 -28
- package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +1 -0
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/listReport.js +1 -0
- package/dist/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.js +1 -0
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageFooter.d.ts +5 -1
- package/dist/src/sync/v4/export/controls/ObjectPageFooter.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageFooter.js +4 -1
- package/dist/src/sync/v4/export/controls/ObjectPageFooter.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageFooterAction.d.ts +14 -0
- package/dist/src/sync/v4/export/controls/ObjectPageFooterAction.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageFooterAction.js +83 -1
- package/dist/src/sync/v4/export/controls/ObjectPageFooterAction.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeader.d.ts +5 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeader.js +4 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts +14 -0
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.js +83 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/src/sync/v4/export/export.d.ts +1 -0
- package/dist/src/sync/v4/export/export.d.ts.map +1 -1
- package/dist/src/sync/v4/export/export.js +11 -6
- package/dist/src/sync/v4/export/export.js.map +1 -1
- package/dist/src/sync/v4/export/fpmCustomPage.d.ts +11 -0
- package/dist/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -0
- package/dist/src/sync/v4/export/fpmCustomPage.js +131 -0
- package/dist/src/sync/v4/export/fpmCustomPage.js.map +1 -0
- package/dist/src/sync/v4/generate/fpmCustomPage.d.ts +10 -0
- package/dist/src/sync/v4/generate/fpmCustomPage.d.ts.map +1 -0
- package/dist/src/sync/v4/generate/fpmCustomPage.js +266 -0
- package/dist/src/sync/v4/generate/fpmCustomPage.js.map +1 -0
- package/dist/src/sync/v4/generate/generate.d.ts +13 -1
- package/dist/src/sync/v4/generate/generate.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/generate.js +22 -1
- package/dist/src/sync/v4/generate/generate.js.map +1 -1
- package/dist/src/sync/v4/generate/index.d.ts +2 -1
- package/dist/src/sync/v4/generate/index.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/index.js +4 -1
- package/dist/src/sync/v4/generate/index.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +45 -12
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.d.ts +2 -1
- package/dist/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.js +2 -2
- package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v4/import/app/baseAppProvider.d.ts +7 -2
- package/dist/src/sync/v4/import/app/baseAppProvider.d.ts.map +1 -1
- package/dist/src/sync/v4/import/app/baseAppProvider.js +26 -6
- package/dist/src/sync/v4/import/app/baseAppProvider.js.map +1 -1
- package/dist/src/sync/v4/import/app/freestyleProvider.d.ts +2 -1
- package/dist/src/sync/v4/import/app/freestyleProvider.d.ts.map +1 -1
- package/dist/src/sync/v4/import/app/freestyleProvider.js +2 -2
- package/dist/src/sync/v4/import/app/freestyleProvider.js.map +1 -1
- package/dist/src/sync/v4/import/index.d.ts +1 -0
- package/dist/src/sync/v4/import/index.d.ts.map +1 -1
- package/dist/src/sync/v4/import/index.js +1 -0
- package/dist/src/sync/v4/import/index.js.map +1 -1
- package/dist/src/sync/v4/import/pages/fpmCustomPage.d.ts +9 -0
- package/dist/src/sync/v4/import/pages/fpmCustomPage.d.ts.map +1 -0
- package/dist/src/sync/v4/import/pages/fpmCustomPage.js +102 -0
- package/dist/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -0
- package/dist/src/sync/v4/import/pages/objectPage.js +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/utils/macros.d.ts +29 -0
- package/dist/src/sync/v4/utils/macros.d.ts.map +1 -0
- package/dist/src/sync/v4/utils/macros.js +113 -0
- package/dist/src/sync/v4/utils/macros.js.map +1 -0
- package/dist/src/sync/v4/utils/utils.d.ts +11 -1
- package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/src/sync/v4/utils/utils.js +88 -1
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/package.json +17 -8
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
<link href="../styleDocu.css" rel="stylesheet" />
|
|
5
5
|
</head>
|
|
6
6
|
<body>
|
|
7
|
+
<div id="version-container">SAP Fiori elements for OData V4<br />@sap/ux-specification 1.96.29</div>
|
|
7
8
|
<div id="button-container">
|
|
8
9
|
<input type="button" id="resetTree" value="Reset" /><input type="button" value="Expand" id="expandTree" />
|
|
9
10
|
</div>
|
|
@@ -21,7 +22,7 @@
|
|
|
21
22
|
fill-rule="evenodd"
|
|
22
23
|
clip-rule="evenodd"
|
|
23
24
|
d="M9.50249 10C7.02149 10 5.00249 7.981 5.00249 5.5C5.00249 3.019 7.02149 1 9.50249 1C11.9835 1 14.0025 3.019 14.0025 5.5C14.0025 7.981 11.9835 10 9.50249 10ZM9.50249 0C6.47049 0 4.00249 2.468 4.00249 5.5C4.00249 6.947 4.56849 8.261 5.48549 9.244L0.000488281 15.331L0.743488 16.001L6.23149 9.911C7.14749 10.592 8.27649 11 9.50249 11C12.5355 11 15.0025 8.532 15.0025 5.5C15.0025 2.468 12.5355 0 9.50249 0Z"
|
|
24
|
-
fill="
|
|
25
|
+
fill="var(--vscode-icon-foreground)" />
|
|
25
26
|
</g>
|
|
26
27
|
</svg>
|
|
27
28
|
<input type="search" data-type="search" placeholder="Search properties" id="search-input" />
|
|
@@ -37,7 +38,7 @@
|
|
|
37
38
|
fill-rule="evenodd"
|
|
38
39
|
clip-rule="evenodd"
|
|
39
40
|
d="M3.71313 3L3.00699 3.7049L6.79636 7.497L3 11.2941L3.70714 12L7.5025 8.20391L11.2939 11.996L12 11.2901L8.20863 7.497L11.994 3.71089L11.2869 3.00499L7.5025 6.7901L3.71313 3Z"
|
|
40
|
-
fill="
|
|
41
|
+
fill="var(--vscode-icon-foreground)" />
|
|
41
42
|
</g>
|
|
42
43
|
</svg>
|
|
43
44
|
</div>
|
|
@@ -54,7 +55,8 @@
|
|
|
54
55
|
<script>
|
|
55
56
|
// placeholder for data
|
|
56
57
|
var exports = {},
|
|
57
|
-
floorPlanIcon
|
|
58
|
-
|
|
58
|
+
floorPlanIcon = `<svg id="floorPlan-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
59
|
+
<g><path fill-rule="evenodd" clip-rule="evenodd" fill="#C5C5C5"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="#C5C5C5" 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"/></g></svg>`;
|
|
60
|
+
var treeData = {"name":"ApplicationV4","description":"SAP Fiori elements for OData V4<br>@sap/ux-specification version 1.96.29","type":"schema","children":[{"name":"settings","children":[{"name":"flexibleColumnLayout","children":[{"name":"limitFCLToTwoColumns","children":[],"type":"boolean","description":"To limit Flexible Column Layout to two columns. The third level will be displayed in full screen and not in a third column."}],"type":"object","description":"The flexible column layout allows users to see more details on the page, and to expand and collapse the screen areas. For the overview page, this layout is not relevant."},{"name":"viewPath","children":[],"type":"string","description":"Represents a prefix that is prepended in front of the viewName"},{"name":"viewType","children":[],"type":"HTML|JSON|XML","description":"standard view type of views"},{"name":"controllerExtensions","children":[{"name":"controllerName","children":[],"type":"string"},{"name":"controllerNames","children":[],"type":"array"}],"type":"object","description":"Controller extensions allow users to extensiate default behaviour with custom controllers code."},{"name":"title","children":[],"type":"string","description":"To change the application header, in your project artifacts, change the i18n property file\nfor your app under webapp/i18n/i18n.properties ->appTitle. Then, refer to the title as\n{{appTitle}} in the sap.app section of the manifest file."},{"name":"description","children":[],"type":"string","description":"To change the application header, in your project artifacts, change the i18n property file\nfor your app under webapp/i18n/i18n.properties ->appDescription. Then, refer to the description\nas {{appDescription}} in the sap.app section of the manifest file."},{"name":"flexEnabled","children":[],"type":"boolean","description":"To enable key user adaptation for the application, set the flexEnabled property to \"true\"."}]}]};
|
|
59
61
|
</script>
|
|
60
62
|
<script type="module" src="./../runDocu-min.js"></script>
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<head>
|
|
3
|
+
<meta charset="utf-8" />
|
|
4
|
+
<link href="../styleDocu.css" rel="stylesheet" />
|
|
5
|
+
</head>
|
|
6
|
+
<body>
|
|
7
|
+
<div id="version-container">SAP Fiori elements for OData V4<br />@sap/ux-specification 1.96.29</div>
|
|
8
|
+
<div id="button-container">
|
|
9
|
+
<input type="button" id="resetTree" value="Reset" /><input type="button" value="Expand" id="expandTree" />
|
|
10
|
+
</div>
|
|
11
|
+
<div id="search-container">
|
|
12
|
+
<div id="search-input-container">
|
|
13
|
+
<svg
|
|
14
|
+
id="search-icon"
|
|
15
|
+
width="14"
|
|
16
|
+
height="14"
|
|
17
|
+
viewBox="0 0 16 16"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
20
|
+
<g>
|
|
21
|
+
<path
|
|
22
|
+
fill-rule="evenodd"
|
|
23
|
+
clip-rule="evenodd"
|
|
24
|
+
d="M9.50249 10C7.02149 10 5.00249 7.981 5.00249 5.5C5.00249 3.019 7.02149 1 9.50249 1C11.9835 1 14.0025 3.019 14.0025 5.5C14.0025 7.981 11.9835 10 9.50249 10ZM9.50249 0C6.47049 0 4.00249 2.468 4.00249 5.5C4.00249 6.947 4.56849 8.261 5.48549 9.244L0.000488281 15.331L0.743488 16.001L6.23149 9.911C7.14749 10.592 8.27649 11 9.50249 11C12.5355 11 15.0025 8.532 15.0025 5.5C15.0025 2.468 12.5355 0 9.50249 0Z"
|
|
25
|
+
fill="var(--vscode-icon-foreground)" />
|
|
26
|
+
</g>
|
|
27
|
+
</svg>
|
|
28
|
+
<input type="search" data-type="search" placeholder="Search properties" id="search-input" />
|
|
29
|
+
<svg
|
|
30
|
+
id="search-close-icon"
|
|
31
|
+
width="14"
|
|
32
|
+
height="14"
|
|
33
|
+
viewBox="0 0 16 16"
|
|
34
|
+
fill="none"
|
|
35
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
36
|
+
<g>
|
|
37
|
+
<path
|
|
38
|
+
fill-rule="evenodd"
|
|
39
|
+
clip-rule="evenodd"
|
|
40
|
+
d="M3.71313 3L3.00699 3.7049L6.79636 7.497L3 11.2941L3.70714 12L7.5025 8.20391L11.2939 11.996L12 11.2901L8.20863 7.497L11.994 3.71089L11.2869 3.00499L7.5025 6.7901L3.71313 3Z"
|
|
41
|
+
fill="var(--vscode-icon-foreground)" />
|
|
42
|
+
</g>
|
|
43
|
+
</svg>
|
|
44
|
+
</div>
|
|
45
|
+
<ul
|
|
46
|
+
id="search-result"
|
|
47
|
+
data-role="listview"
|
|
48
|
+
data-filter="true"
|
|
49
|
+
data-filter-reveal="true"
|
|
50
|
+
data-input="#search-input"
|
|
51
|
+
data-inset="true"></ul>
|
|
52
|
+
</div>
|
|
53
|
+
<svg id="tree-container"></svg>
|
|
54
|
+
</body>
|
|
55
|
+
<script>
|
|
56
|
+
// placeholder for data
|
|
57
|
+
var exports = {},
|
|
58
|
+
floorPlanIcon;
|
|
59
|
+
var treeData = {"name":"BuildingBlocks","description":"SAP Fiori elements for OData V4<br>@sap/ux-specification version 1.96.29","type":"schema","children":[{"name":"$filePath","children":[],"type":"string"}]};
|
|
60
|
+
</script>
|
|
61
|
+
<script type="module" src="./../runDocu-min.js"></script>
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
<link href="../styleDocu.css" rel="stylesheet" />
|
|
5
5
|
</head>
|
|
6
6
|
<body>
|
|
7
|
+
<div id="version-container">SAP Fiori elements for OData V4<br />@sap/ux-specification 1.96.29</div>
|
|
7
8
|
<div id="button-container">
|
|
8
9
|
<input type="button" id="resetTree" value="Reset" /><input type="button" value="Expand" id="expandTree" />
|
|
9
10
|
</div>
|
|
@@ -21,7 +22,7 @@
|
|
|
21
22
|
fill-rule="evenodd"
|
|
22
23
|
clip-rule="evenodd"
|
|
23
24
|
d="M9.50249 10C7.02149 10 5.00249 7.981 5.00249 5.5C5.00249 3.019 7.02149 1 9.50249 1C11.9835 1 14.0025 3.019 14.0025 5.5C14.0025 7.981 11.9835 10 9.50249 10ZM9.50249 0C6.47049 0 4.00249 2.468 4.00249 5.5C4.00249 6.947 4.56849 8.261 5.48549 9.244L0.000488281 15.331L0.743488 16.001L6.23149 9.911C7.14749 10.592 8.27649 11 9.50249 11C12.5355 11 15.0025 8.532 15.0025 5.5C15.0025 2.468 12.5355 0 9.50249 0Z"
|
|
24
|
-
fill="
|
|
25
|
+
fill="var(--vscode-icon-foreground)" />
|
|
25
26
|
</g>
|
|
26
27
|
</svg>
|
|
27
28
|
<input type="search" data-type="search" placeholder="Search properties" id="search-input" />
|
|
@@ -37,7 +38,7 @@
|
|
|
37
38
|
fill-rule="evenodd"
|
|
38
39
|
clip-rule="evenodd"
|
|
39
40
|
d="M3.71313 3L3.00699 3.7049L6.79636 7.497L3 11.2941L3.70714 12L7.5025 8.20391L11.2939 11.996L12 11.2901L8.20863 7.497L11.994 3.71089L11.2869 3.00499L7.5025 6.7901L3.71313 3Z"
|
|
40
|
-
fill="
|
|
41
|
+
fill="var(--vscode-icon-foreground)" />
|
|
41
42
|
</g>
|
|
42
43
|
</svg>
|
|
43
44
|
</div>
|
|
@@ -55,6 +56,6 @@
|
|
|
55
56
|
// placeholder for data
|
|
56
57
|
var exports = {},
|
|
57
58
|
floorPlanIcon;
|
|
58
|
-
var treeData = {"name":"FreestylePage","description":"SAP Fiori elements for OData V4<br>@sap/ux-specification version 1.96.
|
|
59
|
+
var treeData = {"name":"FreestylePage","description":"SAP Fiori elements for OData V4<br>@sap/ux-specification version 1.96.29","type":"schema","children":[{"name":"$filePath","children":[],"type":"string"}]};
|
|
59
60
|
</script>
|
|
60
61
|
<script type="module" src="./../runDocu-min.js"></script>
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
<link href="../styleDocu.css" rel="stylesheet" />
|
|
5
5
|
</head>
|
|
6
6
|
<body>
|
|
7
|
+
<div id="version-container">SAP Fiori elements for OData V4<br />@sap/ux-specification 1.96.29</div>
|
|
7
8
|
<div id="button-container">
|
|
8
9
|
<input type="button" id="resetTree" value="Reset" /><input type="button" value="Expand" id="expandTree" />
|
|
9
10
|
</div>
|
|
@@ -21,7 +22,7 @@
|
|
|
21
22
|
fill-rule="evenodd"
|
|
22
23
|
clip-rule="evenodd"
|
|
23
24
|
d="M9.50249 10C7.02149 10 5.00249 7.981 5.00249 5.5C5.00249 3.019 7.02149 1 9.50249 1C11.9835 1 14.0025 3.019 14.0025 5.5C14.0025 7.981 11.9835 10 9.50249 10ZM9.50249 0C6.47049 0 4.00249 2.468 4.00249 5.5C4.00249 6.947 4.56849 8.261 5.48549 9.244L0.000488281 15.331L0.743488 16.001L6.23149 9.911C7.14749 10.592 8.27649 11 9.50249 11C12.5355 11 15.0025 8.532 15.0025 5.5C15.0025 2.468 12.5355 0 9.50249 0Z"
|
|
24
|
-
fill="
|
|
25
|
+
fill="var(--vscode-icon-foreground)" />
|
|
25
26
|
</g>
|
|
26
27
|
</svg>
|
|
27
28
|
<input type="search" data-type="search" placeholder="Search properties" id="search-input" />
|
|
@@ -37,7 +38,7 @@
|
|
|
37
38
|
fill-rule="evenodd"
|
|
38
39
|
clip-rule="evenodd"
|
|
39
40
|
d="M3.71313 3L3.00699 3.7049L6.79636 7.497L3 11.2941L3.70714 12L7.5025 8.20391L11.2939 11.996L12 11.2901L8.20863 7.497L11.994 3.71089L11.2869 3.00499L7.5025 6.7901L3.71313 3Z"
|
|
40
|
-
fill="
|
|
41
|
+
fill="var(--vscode-icon-foreground)" />
|
|
41
42
|
</g>
|
|
42
43
|
</svg>
|
|
43
44
|
</div>
|
|
@@ -56,6 +57,6 @@
|
|
|
56
57
|
var exports = {},
|
|
57
58
|
floorPlanIcon = `<svg id="floorPlan-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
58
59
|
<g><path fill-rule="evenodd" clip-rule="evenodd" fill="#C5C5C5"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"/></g></svg>`;
|
|
59
|
-
var treeData = {"name":"ListReport","description":"SAP Fiori elements for OData V4<br>@sap/ux-specification version 1.96.27","type":"schema","children":[{"name":"variantManagement","children":[],"type":"Control|None|Page","artifact":"Manifest","description":"variantManagement defines how the variant management of page personalizations is controlled.\n- None - No variant management by default.\n- Control - Individual personalizations for each control."},{"name":"filterBar","children":[],"type":"object","description":"Filter Bar"},{"name":"chart","children":[{"name":"annotationPath","children":[],"type":"string","description":"The primary annotation path can be either UI.Chart, UI.PresentationVariant, or UI.SelectionPresentationVariant."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"enableOnSelect","children":[],"type":"multi|single","artifact":"Manifest","description":"Enables single selection for a bound action"},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"The \"enableAutoScroll\" allows you to scroll to the newly created or changed item after execution of an action"}],"type":"object","description":"Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)"},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor action."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to other actions."},{"name":"requiresSelection","children":[],"type":"boolean","artifact":"Manifest","description":"Indicates whether the action requires a selection of items."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest","description":" allows the definition of a target action handler."},{"name":"visible","children":[],"type":"false|true","artifact":"Manifest","description":"Whether the action button should be visible on the screen."},{"name":"enabled","children":[],"type":"false|true","artifact":"Manifest","description":"Whether the action button should be enabled. Default value is `true`."}]}],"type":"object","description":"Chart Toolbar"}],"type":"object","artifact":"Manifest","description":"Chart"},{"name":"table","children":[{"name":"annotationPath","children":[],"type":"string","description":"The secondary annotation path can be either UI.LineItem, UI.PresentationVariant, or UI.SelectionPresentationVariant.","artifact":"Manifest"},{"name":"initialLoad","children":[],"type":"Auto|Disabled|Enabled","description":"initialLoad defines whether or not the data in the table is automatically loaded.\n- Disabled - Data is never loaded when opening the app without an app state.\n- Enabled - Data is always loaded when opening the app.\n- Auto - Data is only loaded, if initial/preset filters are available (e.g. defined by \"SelectionVariant\" definition, URL parameters or user defaults).","artifact":"Manifest"},{"name":"personalization","children":[{"name":"column","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can add and remove columns to a given table."},{"name":"sort","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can sort a given table."},{"name":"filter","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can filter data of a given table."}],"type":"object","description":"Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.","artifact":"Manifest"},{"name":"creationMode","children":[{"name":"name","children":[],"type":"CreationRow|Inline|NewPage","artifact":"Manifest","description":" possible values are:\n- NewPage: The create action leads to a new page.\n- Inline: The create action leads to a new row at the table.\n- CreationRow: No create button will be rendered, an empty row is directly given.\nThe default is \"NewPage\"."},{"name":"createAtEnd","children":[],"type":"boolean","artifact":"Manifest","description":"In case of inline creation mode you can decide if the new row will be created at the end of the table, or directly after the currently selected table. The default value is \"true\""}],"type":"object","description":"Defines the page behavior when a new record is created.","artifact":"Manifest"},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"enableOnSelect","children":[],"type":"multi|single","artifact":"Manifest","description":"Enables single selection for a bound action"},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"The \"enableAutoScroll\" allows you to scroll to the newly created or changed item after execution of an action"}],"type":"object","artifact":"Manifest","description":"Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)"},{"name":"requiresSelection","children":[],"type":"boolean","artifact":"Manifest","description":"Indicates whether the action requires a selection of items."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor action."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to other actions."},{"name":"press","children":[],"type":"string","artifact":"Manifest","description":" allows the definition of a target action handler."},{"name":"visible","children":[],"type":"false|true","artifact":"Manifest","description":"Whether the action button should be visible on the screen."},{"name":"enabled","children":[],"type":"false|true","artifact":"Manifest","description":"Whether the action button should be enabled. Default value is `true`."}]}],"type":"object","description":"Tool Bar"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"Manifest","description":"A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize."},{"name":"availability","children":[],"type":"Adaptation|Default|Hidden","artifact":"Manifest","description":"Defines where the column should be shown.\n- Default: it will be shown by default in the table.\n- Adaptation: it will initially not shown in the table but be available via end user adaptation\n- Hidden: the column is neither available in the table nor in adaptation"},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"The \"enableAutoScroll\" allows you to scroll to the newly created or changed item after execution of an action"}],"type":"object","artifact":"Manifest","description":"Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)"},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another column to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor column."}],"type":"object","artifact":"Manifest","description":"Defines the position of the column relative to other columns."},{"name":"header","children":[],"type":"string","artifact":"Manifest","description":"The header is shown on the table as header, as well as in the add/remove dialog."},{"name":"template","children":[],"type":"string","artifact":"Manifest","description":" allows the definition of a target fragment."},{"name":"horizontalAlign","children":[],"type":"Begin|Center|End","artifact":"Manifest","description":"Aligns the header as well as the content horizontally."},{"name":"properties","children":[],"type":"array","artifact":"Manifest","description":"If provided and sorting is enabled for the table the custom column header can be clicked. This will lead to a list of properties (or one) that can be sorted by, they are displayed as the labels of the properties, corresponding to their definition in the annotations."}]}]},{"name":"type","children":[],"type":"AnalyticalTable|GridTable|ResponsiveTable","description":"Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.","artifact":"Manifest"},{"name":"selectionMode","children":[],"type":"Auto|Multi|None|Single","description":"Applications can influence whether the table rows are selectable or not, and whether it allows for single selection or multiple selection. It can take the following values:\n- \"Auto\": This is the default value. In this mode, Fiori Elements first checks if there are any custom actions or IBN buttons in the table toolbar that require a context. If no such buttons are found, then no table selection is allowed in display mode. In edit mode too a selection is not allowed unless there is a Delete button in the table toolbar in which case multiple row selection will be allowed.\n- \"Multi\": This will allow end users to select multiple table records (in both display and edit mode)\n- \"Single\" This will allow end user to select only a single table record (in both display and edit mode)\n- \"None\": This will not allow the end user to select any table record in display mode. This will also be the case in edit mode unless the table has a delete button enabled, in which multiple selection is allowed in delete mode.","artifact":"Manifest"},{"name":"selectAll","children":[],"type":"boolean","description":"The selectAll configuration overrides the selectionLimit and allows the user to select all the items. When set to true, the select all feature is enabled: a checkbox in the table header is displayed which selects all items when clicked.","artifact":"Manifest"},{"name":"selectionLimit","children":[],"type":"number","description":"With the selectionLimit you can define how many items can be selected at a time,","artifact":"Manifest"},{"name":"enableExport","children":[],"type":"boolean","description":" otherwise it is disabled.\nTo disable the export in List Report or to enable it in Object Page, use the \"enableExport\" property and set it to false or true.","artifact":"Manifest"},{"name":"quickVariantSelection","children":[{"name":"paths","children":[{"name":"annotationPath","children":[],"type":"string"}],"type":"object","artifact":"Manifest","description":"List of annotation paths referring to SelectionVariant annotations"},{"name":"hideTableTitle","children":[],"type":"boolean","artifact":"Manifest","description":"You can hide the table and display only the titles of the tabs. To do so, add the hideTableTitle option and set it to true."},{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"You can show the counts of entries of each view. To do so, add the showCounts option and set it to true."}],"type":"object","description":"With quickVariantSelection you can switch on the multiple view feature (single table mode). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand.","artifact":"Manifest"},{"name":"condensedTableLayout","children":[],"type":"boolean","description":"You can set the content density to condensed for ui.table on the list report and object page applications.","artifact":"Manifest"},{"name":"views","children":[{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"You can show the counts of entries of each view. To do so, add the showCounts option and set it to true."},{"name":"key","children":[],"type":"string","artifact":"Manifest","description":"Unique tab identifier."},{"name":"index","children":[],"type":"number","artifact":"Manifest"},{"name":"annotationPath","children":[],"type":"string","artifact":"Manifest","description":"To use charts in multiple table mode, define a UI.Chart annotation, including a qualifier.\nReference the UI.Chart annotation in your SelectionPresentationVariant or PresentationVariant for your view."},{"name":"entitySet","children":[],"type":"string","artifact":"Manifest","description":"Each chart can be based on a different entitySet."},{"name":"keepPreviousPersonalization","children":[],"type":"boolean","artifact":"Manifest","description":"The tab keeps the default LineItem ID (without the key), so the variant is applied to it."},{"name":"personalization","children":[{"name":"column","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can add and remove columns to a given table."},{"name":"sort","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can sort a given table."},{"name":"filter","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can filter data of a given table."}],"type":"object","artifact":"Manifest","description":"Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases."},{"name":"creationMode","children":[{"name":"name","children":[],"type":"CreationRow|Inline|NewPage","artifact":"Manifest","description":" possible values are:\n- NewPage: The create action leads to a new page.\n- Inline: The create action leads to a new row at the table.\n- CreationRow: No create button will be rendered, an empty row is directly given.\nThe default is \"NewPage\"."},{"name":"createAtEnd","children":[],"type":"boolean","artifact":"Manifest","description":"In case of inline creation mode you can decide if the new row will be created at the end of the table, or directly after the currently selected table. The default value is \"true\""}],"type":"object","artifact":"Manifest","description":"Defines the page behavior when a new record is created."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"enableOnSelect","children":[],"type":"multi|single","artifact":"Manifest","description":"Enables single selection for a bound action"},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"The \"enableAutoScroll\" allows you to scroll to the newly created or changed item after execution of an action"}],"type":"object","artifact":"Manifest","description":"Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)"},{"name":"requiresSelection","children":[],"type":"boolean","artifact":"Manifest","description":"Indicates whether the action requires a selection of items."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor action."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to other actions."},{"name":"press","children":[],"type":"string","artifact":"Manifest","description":" allows the definition of a target action handler."},{"name":"visible","children":[],"type":"false|true","artifact":"Manifest","description":"Whether the action button should be visible on the screen."},{"name":"enabled","children":[],"type":"false|true","artifact":"Manifest","description":"Whether the action button should be enabled. Default value is `true`."}]}],"type":"object","description":"Chart Toolbar"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"Manifest","description":"A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize."},{"name":"availability","children":[],"type":"Adaptation|Default|Hidden","artifact":"Manifest","description":"Defines where the column should be shown.\n- Default: it will be shown by default in the table.\n- Adaptation: it will initially not shown in the table but be available via end user adaptation\n- Hidden: the column is neither available in the table nor in adaptation"},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"The \"enableAutoScroll\" allows you to scroll to the newly created or changed item after execution of an action"}],"type":"object","artifact":"Manifest","description":"Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)"},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another column to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor column."}],"type":"object","artifact":"Manifest","description":"Defines the position of the column relative to other columns."},{"name":"header","children":[],"type":"string","artifact":"Manifest","description":"The header is shown on the table as header, as well as in the add/remove dialog."},{"name":"template","children":[],"type":"string","artifact":"Manifest","description":" allows the definition of a target fragment."},{"name":"horizontalAlign","children":[],"type":"Begin|Center|End","artifact":"Manifest","description":"Aligns the header as well as the content horizontally."},{"name":"properties","children":[],"type":"array","artifact":"Manifest","description":"If provided and sorting is enabled for the table the custom column header can be clicked. This will lead to a list of properties (or one) that can be sorted by, they are displayed as the labels of the properties, corresponding to their definition in the annotations."}],"type":"object","description":"Columns"}]},{"name":"visible","children":[],"type":"false|true","artifact":"Manifest","description":"Specifies whether the view is visible or not"},{"name":"type","children":[],"type":"AnalyticalTable|GridTable|ResponsiveTable","artifact":"Manifest","description":"Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones."},{"name":"selectionMode","children":[],"type":"Auto|Multi|None|Single","artifact":"Manifest","description":"Applications can influence whether the table rows are selectable or not, and whether it allows for single selection or multiple selection. It can take the following values:\n- \"Auto\": This is the default value. In this mode, Fiori Elements first checks if there are any custom actions or IBN buttons in the table toolbar that require a context. If no such buttons are found, then no table selection is allowed in display mode. In edit mode too a selection is not allowed unless there is a Delete button in the table toolbar in which case multiple row selection will be allowed.\n- \"Multi\": This will allow end users to select multiple table records (in both display and edit mode)\n- \"Single\" This will allow end user to select only a single table record (in both display and edit mode)\n- \"None\": This will not allow the end user to select any table record in display mode. This will also be the case in edit mode unless the table has a delete button enabled, in which multiple selection is allowed in delete mode."},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"The selectAll configuration overrides the selectionLimit and allows the user to select all the items. When set to true, the select all feature is enabled: a checkbox in the table header is displayed which selects all items when clicked."},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"With the selectionLimit you can define how many items can be selected at a time,"},{"name":"enableExport","children":[],"type":"boolean","artifact":"Manifest","description":" otherwise it is disabled.\nTo disable the export in List Report or to enable it in Object Page, use the \"enableExport\" property and set it to false or true."},{"name":"quickVariantSelection","children":[{"name":"paths","children":[{"name":"annotationPath","children":[],"type":"string"}],"type":"object","artifact":"Manifest","description":"List of annotation paths referring to SelectionVariant annotations"},{"name":"hideTableTitle","children":[],"type":"boolean","artifact":"Manifest","description":"You can hide the table and display only the titles of the tabs. To do so, add the hideTableTitle option and set it to true."},{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"You can show the counts of entries of each view. To do so, add the showCounts option and set it to true."}],"type":"object","artifact":"Manifest","description":"With quickVariantSelection you can switch on the multiple view feature (single table mode). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand."},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"You can set the content density to condensed for ui.table on the list report and object page applications."},{"name":"label","children":[],"type":"string","artifact":"Manifest","description":"View title (localization supported)."},{"name":"template","children":[],"type":"string","artifact":"Manifest","description":"The name contains sap.app.id as a prefix, followed by the path in the app/webapp folder and the name of the XML view."}]}],"type":"object","description":"Table"},{"name":"defaultTemplateAnnotationPath","children":[],"type":"string","artifact":"Manifest","description":"defaultTemplateAnnotationPath must be a reference to a SelectionPresentationVariant.\nYou use the SelectionPresentationVariant to configure the default visualizations and default filter values of the main content area."},{"name":"defaultPath","children":[],"type":"both|primary|secondary","artifact":"Manifest","description":"defaultPath can be \"primary\", \"secondary\", or \"both\". If it is \"primary\", SAP Fiori elements loads the app in chart-only view. If it is \"secondary\", SAP Fiori elements loads the app in table-only view. If it is \"both\", SAP Fiori elements loads the app in hybrid view."}]};
|
|
60
|
+
var treeData = {"name":"ListReport","description":"SAP Fiori elements for OData V4<br>@sap/ux-specification version 1.96.29","type":"schema","children":[{"name":"variantManagement","children":[],"type":"Control|None|Page","artifact":"Manifest","description":"variantManagement defines how the variant management of page personalizations is controlled.\n- None - No variant management by default.\n- Control - Individual personalizations for each control."},{"name":"filterBar","children":[],"type":"object","description":"Filter Bar"},{"name":"chart","children":[{"name":"annotationPath","children":[],"type":"string","description":"The primary annotation path can be either UI.Chart, UI.PresentationVariant, or UI.SelectionPresentationVariant."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"enableOnSelect","children":[],"type":"multi|single","artifact":"Manifest","description":"Enables single selection for a bound action"},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"The \"enableAutoScroll\" allows you to scroll to the newly created or changed item after execution of an action"}],"type":"object","description":"Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)"},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor action."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to other actions."},{"name":"requiresSelection","children":[],"type":"boolean","artifact":"Manifest","description":"Indicates whether the action requires a selection of items."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest","description":" allows the definition of a target action handler."},{"name":"visible","children":[],"type":"false|true","artifact":"Manifest","description":"Whether the action button should be visible on the screen."},{"name":"enabled","children":[],"type":"false|true","artifact":"Manifest","description":"Whether the action button should be enabled. Default value is `true`."}]}],"type":"object","description":"Chart Toolbar"}],"type":"object","artifact":"Manifest","description":"Chart"},{"name":"table","children":[{"name":"annotationPath","children":[],"type":"string","description":"The secondary annotation path can be either UI.LineItem, UI.PresentationVariant, or UI.SelectionPresentationVariant.","artifact":"Manifest"},{"name":"initialLoad","children":[],"type":"Auto|Disabled|Enabled","description":"initialLoad defines whether or not the data in the table is automatically loaded.\n- Disabled - Data is never loaded when opening the app without an app state.\n- Enabled - Data is always loaded when opening the app.\n- Auto - Data is only loaded, if initial/preset filters are available (e.g. defined by \"SelectionVariant\" definition, URL parameters or user defaults).","artifact":"Manifest"},{"name":"personalization","children":[{"name":"column","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can add and remove columns to a given table."},{"name":"sort","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can sort a given table."},{"name":"filter","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can filter data of a given table."}],"type":"object","description":"Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.","artifact":"Manifest"},{"name":"creationMode","children":[{"name":"name","children":[],"type":"CreationRow|Inline|NewPage","artifact":"Manifest","description":" possible values are:\n- NewPage: The create action leads to a new page.\n- Inline: The create action leads to a new row at the table.\n- CreationRow: No create button will be rendered, an empty row is directly given.\nThe default is \"NewPage\"."},{"name":"createAtEnd","children":[],"type":"boolean","artifact":"Manifest","description":"In case of inline creation mode you can decide if the new row will be created at the end of the table, or directly after the currently selected table. The default value is \"true\""}],"type":"object","description":"Defines the page behavior when a new record is created.","artifact":"Manifest"},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"enableOnSelect","children":[],"type":"multi|single","artifact":"Manifest","description":"Enables single selection for a bound action"},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"The \"enableAutoScroll\" allows you to scroll to the newly created or changed item after execution of an action"}],"type":"object","artifact":"Manifest","description":"Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)"},{"name":"requiresSelection","children":[],"type":"boolean","artifact":"Manifest","description":"Indicates whether the action requires a selection of items."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor action."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to other actions."},{"name":"press","children":[],"type":"string","artifact":"Manifest","description":" allows the definition of a target action handler."},{"name":"visible","children":[],"type":"false|true","artifact":"Manifest","description":"Whether the action button should be visible on the screen."},{"name":"enabled","children":[],"type":"false|true","artifact":"Manifest","description":"Whether the action button should be enabled. Default value is `true`."}]}],"type":"object","description":"Tool Bar"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"Manifest","description":"A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize."},{"name":"availability","children":[],"type":"Adaptation|Default|Hidden","artifact":"Manifest","description":"Defines where the column should be shown.\n- Default: it will be shown by default in the table.\n- Adaptation: it will initially not shown in the table but be available via end user adaptation\n- Hidden: the column is neither available in the table nor in adaptation"},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"The \"enableAutoScroll\" allows you to scroll to the newly created or changed item after execution of an action"}],"type":"object","artifact":"Manifest","description":"Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)"},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another column to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor column."}],"type":"object","artifact":"Manifest","description":"Defines the position of the column relative to other columns."},{"name":"header","children":[],"type":"string","artifact":"Manifest","description":"The header is shown on the table as header, as well as in the add/remove dialog."},{"name":"template","children":[],"type":"string","artifact":"Manifest","description":" allows the definition of a target fragment."},{"name":"horizontalAlign","children":[],"type":"Begin|Center|End","artifact":"Manifest","description":"Aligns the header as well as the content horizontally."},{"name":"properties","children":[],"type":"array","artifact":"Manifest","description":"If provided and sorting is enabled for the table the custom column header can be clicked. This will lead to a list of properties (or one) that can be sorted by, they are displayed as the labels of the properties, corresponding to their definition in the annotations."}]}]},{"name":"type","children":[],"type":"AnalyticalTable|GridTable|ResponsiveTable","description":"Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.","artifact":"Manifest"},{"name":"selectionMode","children":[],"type":"Auto|Multi|None|Single","description":"Applications can influence whether the table rows are selectable or not, and whether it allows for single selection or multiple selection. It can take the following values:\n- \"Auto\": This is the default value. In this mode, Fiori Elements first checks if there are any custom actions or IBN buttons in the table toolbar that require a context. If no such buttons are found, then no table selection is allowed in display mode. In edit mode too a selection is not allowed unless there is a Delete button in the table toolbar in which case multiple row selection will be allowed.\n- \"Multi\": This will allow end users to select multiple table records (in both display and edit mode)\n- \"Single\" This will allow end user to select only a single table record (in both display and edit mode)\n- \"None\": This will not allow the end user to select any table record in display mode. This will also be the case in edit mode unless the table has a delete button enabled, in which multiple selection is allowed in delete mode.","artifact":"Manifest"},{"name":"selectAll","children":[],"type":"boolean","description":"The selectAll configuration overrides the selectionLimit and allows the user to select all the items. When set to true, the select all feature is enabled: a checkbox in the table header is displayed which selects all items when clicked.","artifact":"Manifest"},{"name":"selectionLimit","children":[],"type":"number","description":"With the selectionLimit you can define how many items can be selected at a time,","artifact":"Manifest"},{"name":"enableExport","children":[],"type":"boolean","description":" otherwise it is disabled.\nTo disable the export in List Report or to enable it in Object Page, use the \"enableExport\" property and set it to false or true.","artifact":"Manifest"},{"name":"quickVariantSelection","children":[{"name":"paths","children":[{"name":"annotationPath","children":[],"type":"string"}],"type":"object","artifact":"Manifest","description":"List of annotation paths referring to SelectionVariant annotations"},{"name":"hideTableTitle","children":[],"type":"boolean","artifact":"Manifest","description":"You can hide the table and display only the titles of the tabs. To do so, add the hideTableTitle option and set it to true."},{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"You can show the counts of entries of each view. To do so, add the showCounts option and set it to true."}],"type":"object","description":"With quickVariantSelection you can switch on the multiple view feature (single table mode). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand.","artifact":"Manifest"},{"name":"condensedTableLayout","children":[],"type":"boolean","description":"You can set the content density to condensed for ui.table on the list report and object page applications.","artifact":"Manifest"},{"name":"views","children":[{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"You can show the counts of entries of each view. To do so, add the showCounts option and set it to true."},{"name":"key","children":[],"type":"string","artifact":"Manifest","description":"Unique tab identifier."},{"name":"index","children":[],"type":"number","artifact":"Manifest"},{"name":"annotationPath","children":[],"type":"string","artifact":"Manifest","description":"To use charts in multiple table mode, define a UI.Chart annotation, including a qualifier.\nReference the UI.Chart annotation in your SelectionPresentationVariant or PresentationVariant for your view."},{"name":"entitySet","children":[],"type":"string","artifact":"Manifest","description":"Each chart can be based on a different entitySet."},{"name":"keepPreviousPersonalization","children":[],"type":"boolean","artifact":"Manifest","description":"The tab keeps the default LineItem ID (without the key), so the variant is applied to it."},{"name":"personalization","children":[{"name":"column","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can add and remove columns to a given table."},{"name":"sort","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can sort a given table."},{"name":"filter","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can filter data of a given table."}],"type":"object","artifact":"Manifest","description":"Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases."},{"name":"creationMode","children":[{"name":"name","children":[],"type":"CreationRow|Inline|NewPage","artifact":"Manifest","description":" possible values are:\n- NewPage: The create action leads to a new page.\n- Inline: The create action leads to a new row at the table.\n- CreationRow: No create button will be rendered, an empty row is directly given.\nThe default is \"NewPage\"."},{"name":"createAtEnd","children":[],"type":"boolean","artifact":"Manifest","description":"In case of inline creation mode you can decide if the new row will be created at the end of the table, or directly after the currently selected table. The default value is \"true\""}],"type":"object","artifact":"Manifest","description":"Defines the page behavior when a new record is created."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"enableOnSelect","children":[],"type":"multi|single","artifact":"Manifest","description":"Enables single selection for a bound action"},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"The \"enableAutoScroll\" allows you to scroll to the newly created or changed item after execution of an action"}],"type":"object","artifact":"Manifest","description":"Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)"},{"name":"requiresSelection","children":[],"type":"boolean","artifact":"Manifest","description":"Indicates whether the action requires a selection of items."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor action."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to other actions."},{"name":"press","children":[],"type":"string","artifact":"Manifest","description":" allows the definition of a target action handler."},{"name":"visible","children":[],"type":"false|true","artifact":"Manifest","description":"Whether the action button should be visible on the screen."},{"name":"enabled","children":[],"type":"false|true","artifact":"Manifest","description":"Whether the action button should be enabled. Default value is `true`."}]}],"type":"object","description":"Chart Toolbar"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"Manifest","description":"A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize."},{"name":"availability","children":[],"type":"Adaptation|Default|Hidden","artifact":"Manifest","description":"Defines where the column should be shown.\n- Default: it will be shown by default in the table.\n- Adaptation: it will initially not shown in the table but be available via end user adaptation\n- Hidden: the column is neither available in the table nor in adaptation"},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"The \"enableAutoScroll\" allows you to scroll to the newly created or changed item after execution of an action"}],"type":"object","artifact":"Manifest","description":"Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)"},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another column to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor column."}],"type":"object","artifact":"Manifest","description":"Defines the position of the column relative to other columns."},{"name":"header","children":[],"type":"string","artifact":"Manifest","description":"The header is shown on the table as header, as well as in the add/remove dialog."},{"name":"template","children":[],"type":"string","artifact":"Manifest","description":" allows the definition of a target fragment."},{"name":"horizontalAlign","children":[],"type":"Begin|Center|End","artifact":"Manifest","description":"Aligns the header as well as the content horizontally."},{"name":"properties","children":[],"type":"array","artifact":"Manifest","description":"If provided and sorting is enabled for the table the custom column header can be clicked. This will lead to a list of properties (or one) that can be sorted by, they are displayed as the labels of the properties, corresponding to their definition in the annotations."}],"type":"object","description":"Columns"}]},{"name":"visible","children":[],"type":"false|true","artifact":"Manifest","description":"Specifies whether the view is visible or not"},{"name":"type","children":[],"type":"AnalyticalTable|GridTable|ResponsiveTable","artifact":"Manifest","description":"Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones."},{"name":"selectionMode","children":[],"type":"Auto|Multi|None|Single","artifact":"Manifest","description":"Applications can influence whether the table rows are selectable or not, and whether it allows for single selection or multiple selection. It can take the following values:\n- \"Auto\": This is the default value. In this mode, Fiori Elements first checks if there are any custom actions or IBN buttons in the table toolbar that require a context. If no such buttons are found, then no table selection is allowed in display mode. In edit mode too a selection is not allowed unless there is a Delete button in the table toolbar in which case multiple row selection will be allowed.\n- \"Multi\": This will allow end users to select multiple table records (in both display and edit mode)\n- \"Single\" This will allow end user to select only a single table record (in both display and edit mode)\n- \"None\": This will not allow the end user to select any table record in display mode. This will also be the case in edit mode unless the table has a delete button enabled, in which multiple selection is allowed in delete mode."},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"The selectAll configuration overrides the selectionLimit and allows the user to select all the items. When set to true, the select all feature is enabled: a checkbox in the table header is displayed which selects all items when clicked."},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"With the selectionLimit you can define how many items can be selected at a time,"},{"name":"enableExport","children":[],"type":"boolean","artifact":"Manifest","description":" otherwise it is disabled.\nTo disable the export in List Report or to enable it in Object Page, use the \"enableExport\" property and set it to false or true."},{"name":"quickVariantSelection","children":[{"name":"paths","children":[{"name":"annotationPath","children":[],"type":"string"}],"type":"object","artifact":"Manifest","description":"List of annotation paths referring to SelectionVariant annotations"},{"name":"hideTableTitle","children":[],"type":"boolean","artifact":"Manifest","description":"You can hide the table and display only the titles of the tabs. To do so, add the hideTableTitle option and set it to true."},{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"You can show the counts of entries of each view. To do so, add the showCounts option and set it to true."}],"type":"object","artifact":"Manifest","description":"With quickVariantSelection you can switch on the multiple view feature (single table mode). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand."},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"You can set the content density to condensed for ui.table on the list report and object page applications."},{"name":"label","children":[],"type":"string","artifact":"Manifest","description":"View title (localization supported)."},{"name":"template","children":[],"type":"string","artifact":"Manifest","description":"The name contains sap.app.id as a prefix, followed by the path in the app/webapp folder and the name of the XML view."}]}],"type":"object","description":"Table"},{"name":"defaultTemplateAnnotationPath","children":[],"type":"string","artifact":"Manifest","description":"defaultTemplateAnnotationPath must be a reference to a SelectionPresentationVariant.\nYou use the SelectionPresentationVariant to configure the default visualizations and default filter values of the main content area."},{"name":"defaultPath","children":[],"type":"both|primary|secondary","artifact":"Manifest","description":"defaultPath can be \"primary\", \"secondary\", or \"both\". If it is \"primary\", SAP Fiori elements loads the app in chart-only view. If it is \"secondary\", SAP Fiori elements loads the app in table-only view. If it is \"both\", SAP Fiori elements loads the app in hybrid view."}]};
|
|
60
61
|
</script>
|
|
61
62
|
<script type="module" src="./../runDocu-min.js"></script>
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
<link href="../styleDocu.css" rel="stylesheet" />
|
|
5
5
|
</head>
|
|
6
6
|
<body>
|
|
7
|
+
<div id="version-container">SAP Fiori elements for OData V4<br />@sap/ux-specification 1.96.29</div>
|
|
7
8
|
<div id="button-container">
|
|
8
9
|
<input type="button" id="resetTree" value="Reset" /><input type="button" value="Expand" id="expandTree" />
|
|
9
10
|
</div>
|
|
@@ -21,7 +22,7 @@
|
|
|
21
22
|
fill-rule="evenodd"
|
|
22
23
|
clip-rule="evenodd"
|
|
23
24
|
d="M9.50249 10C7.02149 10 5.00249 7.981 5.00249 5.5C5.00249 3.019 7.02149 1 9.50249 1C11.9835 1 14.0025 3.019 14.0025 5.5C14.0025 7.981 11.9835 10 9.50249 10ZM9.50249 0C6.47049 0 4.00249 2.468 4.00249 5.5C4.00249 6.947 4.56849 8.261 5.48549 9.244L0.000488281 15.331L0.743488 16.001L6.23149 9.911C7.14749 10.592 8.27649 11 9.50249 11C12.5355 11 15.0025 8.532 15.0025 5.5C15.0025 2.468 12.5355 0 9.50249 0Z"
|
|
24
|
-
fill="
|
|
25
|
+
fill="var(--vscode-icon-foreground)" />
|
|
25
26
|
</g>
|
|
26
27
|
</svg>
|
|
27
28
|
<input type="search" data-type="search" placeholder="Search properties" id="search-input" />
|
|
@@ -37,7 +38,7 @@
|
|
|
37
38
|
fill-rule="evenodd"
|
|
38
39
|
clip-rule="evenodd"
|
|
39
40
|
d="M3.71313 3L3.00699 3.7049L6.79636 7.497L3 11.2941L3.70714 12L7.5025 8.20391L11.2939 11.996L12 11.2901L8.20863 7.497L11.994 3.71089L11.2869 3.00499L7.5025 6.7901L3.71313 3Z"
|
|
40
|
-
fill="
|
|
41
|
+
fill="var(--vscode-icon-foreground)" />
|
|
41
42
|
</g>
|
|
42
43
|
</svg>
|
|
43
44
|
</div>
|
|
@@ -56,6 +57,6 @@
|
|
|
56
57
|
var exports = {},
|
|
57
58
|
floorPlanIcon = `<svg id="floorPlan-icon" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
58
59
|
<g><path fill-rule="evenodd" clip-rule="evenodd" fill="#C5C5C5"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"/></g></svg>`;
|
|
59
|
-
var treeData = {"name":"ObjectPage","description":"SAP Fiori elements for OData V4<br>@sap/ux-specification version 1.96.27","type":"schema","children":[{"name":"header","children":[{"name":"editableHeaderContent","children":[],"type":"boolean","artifact":"Manifest","description":"Set editableHeaderContent to true to make the header fields editable."},{"name":"showRelatedApps","children":[],"type":"boolean","artifact":"Manifest","description":"Set showRelatedApps to true to show the navigation button for related apps."},{"name":"visible","children":[],"type":"boolean","artifact":"Manifest","description":"Set visible to true to make the header visible."},{"name":"anchorBarVisible","children":[],"type":"boolean","artifact":"Manifest","description":"Set visible to true to make the anchor bar visible."},{"name":"actions","children":[{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"The \"enableAutoScroll\" allows you to scroll to the newly created or changed item after execution of an action"}],"type":"object","artifact":"Manifest","description":"Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)"}]},{"name":"sections","children":[{"name":"sectionId","children":[{"name":"stashed","children":[],"type":"boolean","artifact":"Manifest","description":"Header facets marked as stashed are initially not visible on the UI. Key users can add these header facets via key user adaptation."},{"name":"flexSettings","children":[{"name":"designtime","children":[],"type":"string","artifact":"Manifest","description":"You can restrict the adaptability of header facets via the setting 'flexSettings'/'designtime'. 'not-adaptable-visibility' means that 'remove' and 'add' are not possible, but 'move' is enabled."}]},{"name":"form","children":[],"type":"object","description":"Form"},{"name":"contact","children":[],"type":"object","description":"Contact"},{"name":"address","children":[],"type":"object","description":"Address"}]}]}]},{"name":"layout","children":[{"name":"sectionLayout","children":[],"type":"Page|Tabs","artifact":"Manifest","description":"sectionLayout defines the layout of the sections. The default is \"Page\" (all sections in one page), possible values are \"Page\" and \"Tabs\" (every section in its own tab)."}]},{"name":"variantManagement","children":[],"type":"Control|None","artifact":"Manifest","description":"variantManagement defines how the variant management of page personalizations is controlled.\n- None - No variant management by default.\n- Control - Individual personalizations for each control."},{"name":"sections","children":[{"name":"sectionId","children":[{"name":"table","children":[{"name":"enableFullScreen","children":[],"type":"boolean","artifact":"Manifest","description":" this will display a new button on the table toolbar allowing the user to open the table in a fullscreen dialog."},{"name":"enablePaste","children":[],"type":"boolean","artifact":"Manifest","description":"In the Object Page tables, it is possible to add several items at a time by copying and pasting data from an excel file, if this property is set to true."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"enableOnSelect","children":[],"type":"multi|single","artifact":"Manifest","description":"Enables single selection for a bound action"},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor action."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to other actions."},{"name":"requiresSelection","children":[],"type":"boolean","artifact":"Manifest","description":"Indicates whether the action requires a selection of items."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest","description":" allows the definition of a target action handler."},{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"Manifest","description":"Whether the action button should be visible on the screen."},{"name":"enabled","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"Manifest","description":"Whether the action button should be enabled. Default value is `true`."}]}],"type":"object","description":"Tool Bar"},{"name":"creationMode","children":[{"name":"name","children":[],"type":"CreationRow|Inline|NewPage","artifact":"Manifest","description":" possible values are:\n- NewPage: The create action leads to a new page.\n- Inline: The create action leads to a new row at the table.\n- CreationRow: No create button will be rendered, an empty row is directly given.\nThe default is \"NewPage\"."},{"name":"createAtEnd","children":[],"type":"boolean","artifact":"Manifest","description":"In case of inline creation mode you can decide if the new row will be created at the end of the table, or direcly after the currently selected table. The default value is \"true\""}],"type":"object","artifact":"Manifest","description":"Defines the page behavior when a new record is created."},{"name":"personalization","children":[{"name":"column","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can add and remove columns to a given table."},{"name":"sort","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can sort a given table."},{"name":"filter","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can filter data of a given table."}],"type":"object","artifact":"Manifest","description":"Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases."},{"name":"quickVariantSelection","children":[{"name":"paths","children":[{"name":"annotationPath","children":[],"type":"string"}],"type":"object","artifact":"Manifest","description":"List of annotation paths referring to SelectionVariant annotations"},{"name":"hideTableTitle","children":[],"type":"boolean","artifact":"Manifest","description":"You can hide the table and display only the titles of the tabs. To do so, add the hideTableTitle option and set it to true."},{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"You can show the counts of entries of each view. To do so, add the showCounts option and set it to true."}],"type":"object","artifact":"Manifest","description":"With quickVariantSelection you can switch on the multiple view feature (single table mode). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand."},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"Manifest","description":"A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize."},{"name":"availability","children":[],"type":"Adaptation|Default|Hidden","artifact":"Manifest","description":"Defines where the column should be shown.\n- Default: it will be shown by default in the table.\n- Adaptation: it will initially not shown in the table but be available via end user adaptation\n- Hidden: the column is neither available in the table nor in adaptation"},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another column to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor column."}],"type":"object","artifact":"Manifest","description":"Defines the position of the column relative to other columns."},{"name":"header","children":[],"type":"string","artifact":"Manifest","description":"The header is shown on the table as header, as well as in the add/remove dialog."},{"name":"template","children":[],"type":"string","artifact":"Manifest","description":" allows the definition of a target fragment."},{"name":"horizontalAlign","children":[],"type":"Begin|Center|End","artifact":"Manifest","description":"Aligns the header as well as the content horizontally."},{"name":"properties","children":[],"type":"array","artifact":"Manifest","description":"If provided and sorting is enabled for the table the custom column header can be clicked. This will lead to a list of properties (or one) that can be sorted by, they are displayed as the labels of the properties, corresponding to their definition in the annotations."}]}]},{"name":"type","children":[],"type":"AnalyticalTable|GridTable|ResponsiveTable","artifact":"Manifest","description":"Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones."},{"name":"selectionMode","children":[],"type":"Auto|Multi|None|Single","artifact":"Manifest","description":"Applications can influence whether the table rows are selectable or not, and whether it allows for single selection or multiple selection. It can take the following values:\n- \"Auto\": This is the default value. In this mode, Fiori Elements first checks if there are any custom actions or IBN buttons in the table toolbar that require a context. If no such buttons are found, then no table selection is allowed in display mode. In edit mode too a selection is not allowed unless there is a Delete button in the table toolbar in which case multiple row selection will be allowed.\n- \"Multi\": This will allow end users to select multiple table records (in both display and edit mode)\n- \"Single\" This will allow end user to select only a single table record (in both display and edit mode)\n- \"None\": This will not allow the end user to select any table record in display mode. This will also be the case in edit mode unless the table has a delete button enabled, in which multiple selection is allowed in delete mode."},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"The selectAll configuration overrides the selectionLimit and allows the user to select all the items. When set to true, the select all feature is enabled: a checkbox in the table header is displayed which selects all items when clicked."},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"With the selectionLimit you can define how many items can be selected at a time,"},{"name":"enableExport","children":[],"type":"boolean","artifact":"Manifest","description":" otherwise it is disabled.\nTo disable the export in List Report or to enable it in Object Page, use the \"enableExport\" property and set it to false or true."},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"You can set the content density to condensed for ui.table on the list report and object page applications."}]},{"name":"form","children":[{"name":"actions","children":[{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor action."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to other actions."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest","description":" allows the definition of a target action handler."},{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"Manifest","description":"Whether the action button should be visible on the screen."},{"name":"enabled","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"Manifest","description":"Whether the action button should be enabled. Default value is `true`."},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"The \"enableAutoScroll\" allows you to scroll to the newly created or changed item after execution of an action"}],"type":"object","artifact":"Manifest","description":"Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)"}]}],"type":"object","description":"Form"},{"name":"dataPoint","children":[],"type":"object","description":"Data Point"},{"name":"contact","children":[],"type":"object","description":"Contact"},{"name":"address","children":[],"type":"object","description":"Address"},{"name":"chart","children":[{"name":"toolBar","children":[{"name":"actions","children":[{"name":"enableOnSelect","children":[],"type":"multi|single","artifact":"Manifest","description":"Enables single selection for a bound action"},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor action."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to other actions."},{"name":"requiresSelection","children":[],"type":"boolean","artifact":"Manifest","description":"Indicates whether the action requires a selection of items."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest","description":" allows the definition of a target action handler."},{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"Manifest","description":"Whether the action button should be visible on the screen."},{"name":"enabled","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"Manifest","description":"Whether the action button should be enabled. Default value is `true`."}]}],"type":"object","description":"Chart Toolbar"}],"type":"object","description":"Chart"}]}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"The \"enableAutoScroll\" allows you to scroll to the newly created or changed item after execution of an action"}],"type":"object","artifact":"Manifest","description":"Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)"}]}]}]};
|
|
60
|
+
var treeData = {"name":"ObjectPage","description":"SAP Fiori elements for OData V4<br>@sap/ux-specification version 1.96.29","type":"schema","children":[{"name":"header","children":[{"name":"editableHeaderContent","children":[],"type":"boolean","artifact":"Manifest","description":"Set editableHeaderContent to true to make the header fields editable."},{"name":"showRelatedApps","children":[],"type":"boolean","artifact":"Manifest","description":"Set showRelatedApps to true to show the navigation button for related apps."},{"name":"visible","children":[],"type":"boolean","artifact":"Manifest","description":"Set visible to true to make the header visible."},{"name":"anchorBarVisible","children":[],"type":"boolean","artifact":"Manifest","description":"Set visible to true to make the anchor bar visible."},{"name":"actions","children":[{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor action."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to other actions."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest","description":" allows the definition of a target action handler."},{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"Manifest","description":"Whether the action button should be visible on the screen."},{"name":"enabled","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"Manifest","description":"Whether the action button should be enabled. Default value is `true`."},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"The \"enableAutoScroll\" allows you to scroll to the newly created or changed item after execution of an action"}],"type":"object","artifact":"Manifest","description":"Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)"}]},{"name":"sections","children":[{"name":"sectionId","children":[{"name":"stashed","children":[],"type":"boolean","artifact":"Manifest","description":"Header facets marked as stashed are initially not visible on the UI. Key users can add these header facets via key user adaptation."},{"name":"flexSettings","children":[{"name":"designtime","children":[],"type":"string","artifact":"Manifest","description":"You can restrict the adaptability of header facets via the setting 'flexSettings'/'designtime'. 'not-adaptable-visibility' means that 'remove' and 'add' are not possible, but 'move' is enabled."}]},{"name":"form","children":[],"type":"object","description":"Form"},{"name":"contact","children":[],"type":"object","description":"Contact"},{"name":"address","children":[],"type":"object","description":"Address"}]}]}]},{"name":"layout","children":[{"name":"sectionLayout","children":[],"type":"Page|Tabs","artifact":"Manifest","description":"sectionLayout defines the layout of the sections. The default is \"Page\" (all sections in one page), possible values are \"Page\" and \"Tabs\" (every section in its own tab)."}]},{"name":"variantManagement","children":[],"type":"Control|None","artifact":"Manifest","description":"variantManagement defines how the variant management of page personalizations is controlled.\n- None - No variant management by default.\n- Control - Individual personalizations for each control."},{"name":"sections","children":[{"name":"sectionId","children":[{"name":"table","children":[{"name":"enableFullScreen","children":[],"type":"boolean","artifact":"Manifest","description":" this will display a new button on the table toolbar allowing the user to open the table in a fullscreen dialog."},{"name":"enablePaste","children":[],"type":"boolean","artifact":"Manifest","description":"In the Object Page tables, it is possible to add several items at a time by copying and pasting data from an excel file, if this property is set to true."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"enableOnSelect","children":[],"type":"multi|single","artifact":"Manifest","description":"Enables single selection for a bound action"},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor action."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to other actions."},{"name":"requiresSelection","children":[],"type":"boolean","artifact":"Manifest","description":"Indicates whether the action requires a selection of items."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest","description":" allows the definition of a target action handler."},{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"Manifest","description":"Whether the action button should be visible on the screen."},{"name":"enabled","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"Manifest","description":"Whether the action button should be enabled. Default value is `true`."}]}],"type":"object","description":"Tool Bar"},{"name":"creationMode","children":[{"name":"name","children":[],"type":"CreationRow|Inline|NewPage","artifact":"Manifest","description":" possible values are:\n- NewPage: The create action leads to a new page.\n- Inline: The create action leads to a new row at the table.\n- CreationRow: No create button will be rendered, an empty row is directly given.\nThe default is \"NewPage\"."},{"name":"createAtEnd","children":[],"type":"boolean","artifact":"Manifest","description":"In case of inline creation mode you can decide if the new row will be created at the end of the table, or direcly after the currently selected table. The default value is \"true\""}],"type":"object","artifact":"Manifest","description":"Defines the page behavior when a new record is created."},{"name":"personalization","children":[{"name":"column","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can add and remove columns to a given table."},{"name":"sort","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can sort a given table."},{"name":"filter","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can filter data of a given table."}],"type":"object","artifact":"Manifest","description":"Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases."},{"name":"quickVariantSelection","children":[{"name":"paths","children":[{"name":"annotationPath","children":[],"type":"string"}],"type":"object","artifact":"Manifest","description":"List of annotation paths referring to SelectionVariant annotations"},{"name":"hideTableTitle","children":[],"type":"boolean","artifact":"Manifest","description":"You can hide the table and display only the titles of the tabs. To do so, add the hideTableTitle option and set it to true."},{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"You can show the counts of entries of each view. To do so, add the showCounts option and set it to true."}],"type":"object","artifact":"Manifest","description":"With quickVariantSelection you can switch on the multiple view feature (single table mode). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand."},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"Manifest","description":"A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize."},{"name":"availability","children":[],"type":"Adaptation|Default|Hidden","artifact":"Manifest","description":"Defines where the column should be shown.\n- Default: it will be shown by default in the table.\n- Adaptation: it will initially not shown in the table but be available via end user adaptation\n- Hidden: the column is neither available in the table nor in adaptation"},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another column to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor column."}],"type":"object","artifact":"Manifest","description":"Defines the position of the column relative to other columns."},{"name":"header","children":[],"type":"string","artifact":"Manifest","description":"The header is shown on the table as header, as well as in the add/remove dialog."},{"name":"template","children":[],"type":"string","artifact":"Manifest","description":" allows the definition of a target fragment."},{"name":"horizontalAlign","children":[],"type":"Begin|Center|End","artifact":"Manifest","description":"Aligns the header as well as the content horizontally."},{"name":"properties","children":[],"type":"array","artifact":"Manifest","description":"If provided and sorting is enabled for the table the custom column header can be clicked. This will lead to a list of properties (or one) that can be sorted by, they are displayed as the labels of the properties, corresponding to their definition in the annotations."}]}]},{"name":"type","children":[],"type":"AnalyticalTable|GridTable|ResponsiveTable","artifact":"Manifest","description":"Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones."},{"name":"selectionMode","children":[],"type":"Auto|Multi|None|Single","artifact":"Manifest","description":"Applications can influence whether the table rows are selectable or not, and whether it allows for single selection or multiple selection. It can take the following values:\n- \"Auto\": This is the default value. In this mode, Fiori Elements first checks if there are any custom actions or IBN buttons in the table toolbar that require a context. If no such buttons are found, then no table selection is allowed in display mode. In edit mode too a selection is not allowed unless there is a Delete button in the table toolbar in which case multiple row selection will be allowed.\n- \"Multi\": This will allow end users to select multiple table records (in both display and edit mode)\n- \"Single\" This will allow end user to select only a single table record (in both display and edit mode)\n- \"None\": This will not allow the end user to select any table record in display mode. This will also be the case in edit mode unless the table has a delete button enabled, in which multiple selection is allowed in delete mode."},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"The selectAll configuration overrides the selectionLimit and allows the user to select all the items. When set to true, the select all feature is enabled: a checkbox in the table header is displayed which selects all items when clicked."},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"With the selectionLimit you can define how many items can be selected at a time,"},{"name":"enableExport","children":[],"type":"boolean","artifact":"Manifest","description":" otherwise it is disabled.\nTo disable the export in List Report or to enable it in Object Page, use the \"enableExport\" property and set it to false or true."},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"You can set the content density to condensed for ui.table on the list report and object page applications."}]},{"name":"form","children":[{"name":"actions","children":[{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor action."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to other actions."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest","description":" allows the definition of a target action handler."},{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"Manifest","description":"Whether the action button should be visible on the screen."},{"name":"enabled","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"Manifest","description":"Whether the action button should be enabled. Default value is `true`."},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"The \"enableAutoScroll\" allows you to scroll to the newly created or changed item after execution of an action"}],"type":"object","artifact":"Manifest","description":"Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)"}]}],"type":"object","description":"Form"},{"name":"dataPoint","children":[],"type":"object","description":"Data Point"},{"name":"contact","children":[],"type":"object","description":"Contact"},{"name":"address","children":[],"type":"object","description":"Address"},{"name":"chart","children":[{"name":"toolBar","children":[{"name":"actions","children":[{"name":"enableOnSelect","children":[],"type":"multi|single","artifact":"Manifest","description":"Enables single selection for a bound action"},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor action."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to other actions."},{"name":"requiresSelection","children":[],"type":"boolean","artifact":"Manifest","description":"Indicates whether the action requires a selection of items."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest","description":" allows the definition of a target action handler."},{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"Manifest","description":"Whether the action button should be visible on the screen."},{"name":"enabled","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"Manifest","description":"Whether the action button should be enabled. Default value is `true`."}]}],"type":"object","description":"Chart Toolbar"}],"type":"object","description":"Chart"}]}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor action."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to other actions."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest","description":" allows the definition of a target action handler."},{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"Manifest","description":"Whether the action button should be visible on the screen."},{"name":"enabled","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"Manifest","description":"Whether the action button should be enabled. Default value is `true`."},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"The \"enableAutoScroll\" allows you to scroll to the newly created or changed item after execution of an action"}],"type":"object","artifact":"Manifest","description":"Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)"}]}]}]};
|
|
60
61
|
</script>
|
|
61
62
|
<script type="module" src="./../runDocu-min.js"></script>
|