@sap/ux-specification 1.96.47 → 1.96.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +68 -3
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +138 -138
- package/dist/index-min.js.map +4 -4
- package/dist/package.json +10 -10
- package/dist/schemas/v2/AnalyticalListPageConfig.json +42 -4
- package/dist/schemas/v2/ApplicationV2.json +2 -1
- package/dist/schemas/v2/ListReportConfig.json +579 -541
- package/dist/schemas/v2/ObjectPageConfig.json +92 -24
- package/dist/schemas/v4/ApplicationV4.json +2 -1
- package/dist/schemas/v4/ListReportConfig.json +122 -36
- package/dist/schemas/v4/ObjectPageConfig.json +176 -42
- package/dist/src/api.d.ts.map +1 -1
- package/dist/src/api.js +6 -3
- package/dist/src/api.js.map +1 -1
- package/dist/src/sync/common/distTagEvaluator.d.ts.map +1 -1
- package/dist/src/sync/common/distTagEvaluator.js +9 -2
- package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
- package/dist/src/sync/common/generate/objectPage.d.ts +4 -3
- package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/common/generate/objectPage.js +99 -68
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/common/generate/utils.js +6 -4
- package/dist/src/sync/common/generate/utils.js.map +1 -1
- package/dist/src/sync/common/i18n.json +5 -2
- package/dist/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/src/sync/common/importProject.js +21 -11
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +17 -8
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +84 -28
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Action.d.ts +21 -0
- package/dist/src/sync/v2/export/controls/Action.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Action.js +93 -1
- package/dist/src/sync/v2/export/controls/Action.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.js +2 -4
- package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
- package/dist/src/sync/v2/export/exportPage.js +13 -3
- package/dist/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/src/sync/v2/export/manifest.js +1 -1
- package/dist/src/sync/v2/export/manifest.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +2 -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 +5 -2
- 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 +62 -63
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +20 -0
- package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/utils.js +59 -2
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.d.ts +2 -2
- package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.js +41 -18
- package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.d.ts +9 -0
- package/dist/src/sync/v2/import/common/index.d.ts.map +1 -1
- package/dist/src/sync/v2/import/common/index.js +44 -19
- package/dist/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.js +6 -27
- package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.js +17 -29
- package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js +84 -62
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/utils.d.ts +15 -0
- package/dist/src/sync/v2/import/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/import/utils.js +69 -5
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/src/sync/v2/types.d.ts +6 -1
- package/dist/src/sync/v2/types.d.ts.map +1 -1
- package/dist/src/sync/v2/types.js +6 -1
- package/dist/src/sync/v2/types.js.map +1 -1
- package/dist/src/sync/v4/application.d.ts +10 -0
- package/dist/src/sync/v4/application.d.ts.map +1 -1
- package/dist/src/sync/v4/application.js +21 -1
- package/dist/src/sync/v4/application.js.map +1 -1
- package/dist/src/sync/v4/export/controls/FilterBar.d.ts +11 -0
- package/dist/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/FilterBar.js +77 -1
- package/dist/src/sync/v4/export/controls/FilterBar.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.d.ts +18 -0
- package/dist/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.d.ts.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.js +158 -0
- package/dist/src/sync/v4/export/controls/ObjectPageCustomHeaderSection.js.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts +3 -2
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js.map +1 -1
- package/dist/src/sync/v4/export/controls/index.d.ts +1 -0
- package/dist/src/sync/v4/export/controls/index.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/index.js +1 -0
- package/dist/src/sync/v4/export/controls/index.js.map +1 -1
- package/dist/src/sync/v4/export/export.d.ts.map +1 -1
- package/dist/src/sync/v4/export/export.js +33 -34
- package/dist/src/sync/v4/export/export.js.map +1 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/annotations.js +4 -4
- package/dist/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +74 -49
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +60 -38
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.js +71 -57
- package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.js +61 -22
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.js +56 -19
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/utils.d.ts +1 -1
- package/dist/src/sync/v4/import/utils.d.ts.map +1 -1
- package/dist/src/sync/v4/import/utils.js +4 -4
- package/dist/src/sync/v4/import/utils.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.d.ts +15 -8
- package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/src/sync/v4/utils/utils.js +65 -13
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/package.json +10 -10
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<link href="../styleDocu.css" rel="stylesheet" />
|
|
6
6
|
</head>
|
|
7
7
|
<body>
|
|
8
|
-
<div id="version-container">SAP Fiori elements for OData V2<br />@sap/ux-specification 1.96.
|
|
8
|
+
<div id="version-container">SAP Fiori elements for OData V2<br />@sap/ux-specification 1.96.49</div>
|
|
9
9
|
<div id="button-container">
|
|
10
10
|
<input type="button" id="resetTree" value="Reset" /><input type="button" value="Expand" id="expandTree" />
|
|
11
11
|
</div>
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
<script src="./../runDocu-min.js"></script>
|
|
57
57
|
<script>
|
|
58
58
|
var floorPlanIcon = `<path fill-rule="evenodd" clip-rule="evenodd" fill="var(--vscode-icon-foreground)"d="M9 13V14H6V13H9ZM9 11V12H6V11H9ZM13 9V10H10V9H13ZM9 9V10H6V9H9ZM5 9V10H2V9H5ZM14.989 7.996L14.988 14.989H1L1.001 7.996H14.989ZM3.998 2C5.1 2 5.996 2.896 5.996 3.998C5.996 5.1 5.1 5.996 3.998 5.996C2.896 5.996 2 5.1 2 3.998C2 2.896 2.896 2 3.998 2ZM14 4.0046V5.0046H8V4.0046H14ZM3.998 3C3.447 3 3 3.447 3 3.998C3 4.549 3.447 4.996 3.998 4.996C4.549 4.996 4.996 4.549 4.996 3.998C4.996 3.447 4.549 3 3.998 3ZM12.002 2V3H8V2H12.002ZM14.989 1.001V6.995H1.001V1L14.989 1.001ZM14.989 0H1.001C0.449 0 0 0.449 0 1.001V14.989C0 15.541 0.449 15.989 1.001 15.989H14.989C15.541 15.989 15.989 15.541 15.989 14.989V1.001C15.989 0.488429 15.6027 0.0646684 15.1056 0.00674636L14.989 0Z"/>`;
|
|
59
|
-
var treeData = {"name":"ObjectPage","description":"SAP Fiori elements for OData V2<br>@sap/ux-specification version 1.96.47","type":"schema","children":[{"name":"showConfirmationOnDraftActivate","children":[],"type":"boolean","artifact":"Manifest","description":"Set showConfirmationOnDraftActivate to true to enable a confirmation before a save if you have pending warnings."},{"name":"hideChevronForUnauthorizedExtNav","children":[],"type":"boolean","artifact":"Manifest","description":"If you set this property to true, the navigation chevron is hidden in case the launchpad indicates that the user has no authorization to navigate."},{"name":"allowDeepLinking","children":[],"type":"boolean","artifact":"Manifest","description":"allowDeepLinking restricts deep linking to certain object page levels."},{"name":"navToListOnSave","children":[],"type":"boolean","artifact":"Manifest","description":"If you set navToListOnSave to true, the application will navigate back to the list on a save."},{"name":"defaultLayoutTypeIfExternalNavigation","children":[],"type":"string","artifact":"Manifest","description":"If this flag is set, then during inbound navigation to flexible column layout application, if the navigation context points to a unique object, then the object page is opened in full screen mode."},{"name":"globalChartSettings","children":[{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"To enable variant management for charts in an object page"}],"type":"object","artifact":"Manifest","description":"Settings for all charts on an object page"},{"name":"header","children":[{"name":"showRelatedApps","children":[],"type":"boolean","artifact":"Manifest","description":"Set showRelatedApps to true to show the navigation button for related apps."},{"name":"editableHeaderContent","children":[],"type":"boolean","artifact":"Manifest","description":"Set editableHeaderContent to true to make the header fields editable."},{"name":"simpleHeaderFacets","children":[],"type":"boolean","artifact":"Manifest","description":"Set simpleHeaderFacets to true to use simpler header facets."},{"name":"displayShape","children":[],"type":"Circle|Square","artifact":"UI5 flexibility","control":"sap.f.Avatar","description":"With displayShape you can define the shape of the avatar."},{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageHeaderActionButton","description":"Whether the button should be visible on the screen."},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageHeaderActionButton","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageHeaderActionButton","description":"Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageHeaderActionButton","description":"Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageHeaderActionButton","description":"Defines the Button type."}],"type":"object","description":"Set properties of actions on Object Page Header"}]},{"name":"layout","children":[{"name":"showHeaderContent","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageLayout","description":"showHeaderContent determines the visibility of the Header content."},{"name":"showAnchorBar","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageLayout","description":"showAnchorBar determines whether the navigation bar (anchor bar) is displayed."},{"name":"useIconTabBar","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageLayout","description":"useIconTabBar determines whether the navigation mode is tab-based instead of based on the default anchor bar."},{"name":"alwaysShowContentHeader","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageLayout","description":"alwaysShowContentHeader determines whether header content will always be expanded on desktop."}]},{"name":"sections","children":[{"name":"sectionId","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageSubSection","description":"Whether the section should be visible on the screen."},{"name":"form","children":[{"name":"fields","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.ui.comp.smartform.GroupElement","description":"Whether the field should be visible on the screen."}]},{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Whether the button should be visible on the screen."},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}]},{"name":"table","children":[{"name":"multiSelect","children":[],"type":"boolean","artifact":"Manifest","description":"Single selection in tables is enabled by default. If you want, you can enable multi-select."},{"name":"type","children":[],"type":"string","artifact":"Manifest","description":"Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones."},{"name":"includeItemInSelection","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Table","description":"Set includeItemInSelection to true if you want items to be selectable when clicked, rather than after the selection control has been set."},{"name":"popinLayout","children":[],"type":"Block|GridLarge|GridSmall","artifact":"UI5 flexibility","control":"sap.m.Table","description":"popinLayout defines the layout in which the table pop-in rows shall be rendered."},{"name":"growingThreshold","children":[],"type":"number","artifact":"UI5 flexibility","control":"sap.m.Table","description":"growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true."},{"name":"createWithParameterDialog","children":[{"name":"fields","children":[],"type":"array","artifact":"Manifest"}],"type":"object","artifact":"Manifest","description":"You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page."},{"name":"editable","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"With editable you can control if a table can be edited. It should be set to false for smart tables with non-editable content."},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"The 'Select All' button is disabled by default. To enable it, set selectAll to true."},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated."},{"name":"quickVariantSelection","children":[{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"To show the number of records available, set showCounts to true."},{"name":"variants","children":[{"name":"Instance (key = number)","children":[{"name":"key","children":[],"type":"string","description":"A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory."},{"name":"annotationPath","children":[],"type":"string","description":"Use annotationPath to define a specific variant that points to a SelectionVariant or SelectionPresentationVariant annotation."}]}],"type":"object","artifact":"Manifest","description":"The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations."}],"type":"object","artifact":"Manifest","description":"With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before."},{"name":"useExportToExcel","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel."},{"name":"exportType","children":[],"type":"GW|UI5Client","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"Specifies the type of export to be used in the SmartTable control. UI5Client is the default option."},{"name":"createMode","children":[],"type":"string","artifact":"Manifest","description":"Use createMode 'inline' to enable inline creation of table entries for draft enabled applications."},{"name":"disableDefaultInlineCreateSort","children":[],"type":"boolean","artifact":"Manifest","description":"If createMode is set to inline, you can use this setting to disable the default sort order."},{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"To enable variant management for a specific table on an object page."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Whether the button should be visible on the screen."},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}],"type":"object","description":"Tool Bar"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Column","description":"The width property defines the width of the column."},{"name":"hAlign","children":[],"type":"Begin|Center|End|Initial|Left|Right","artifact":"UI5 flexibility","control":"sap.m.Column","description":"The hAlign property defines the horizontal alignment of the column content."},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}],"type":"object","description":"Columns"}]},{"name":"inlineDelete","children":[],"type":"boolean","artifact":"Manifest","description":"Used to enable inline deletion in a responsive table of list report and object page"},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"For the analytical table, grid table and tree table you can decide on a condensed table layout by setting condensedTableLayout to true."}]},{"name":"chart","children":[{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"To enable variant management for charts in an object page"}]},{"name":"contact","children":[],"type":"object","description":"Contact"},{"name":"address","children":[],"type":"object","description":"Address"},{"name":"subsections","children":[{"name":"subsectionId","children":[{"name":"form","children":[{"name":"fields","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.ui.comp.smartform.GroupElement","description":"Whether the field should be visible on the screen."}]},{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Whether the button should be visible on the screen."},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}]},{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageSubSection","description":"Whether the section should be visible on the screen."},{"name":"table","children":[{"name":"multiSelect","children":[],"type":"boolean","artifact":"Manifest","description":"Single selection in tables is enabled by default. If you want, you can enable multi-select."},{"name":"type","children":[],"type":"string","artifact":"Manifest","description":"Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones."},{"name":"includeItemInSelection","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Table","description":"Set includeItemInSelection to true if you want items to be selectable when clicked, rather than after the selection control has been set."},{"name":"popinLayout","children":[],"type":"Block|GridLarge|GridSmall","artifact":"UI5 flexibility","control":"sap.m.Table","description":"popinLayout defines the layout in which the table pop-in rows shall be rendered."},{"name":"growingThreshold","children":[],"type":"number","artifact":"UI5 flexibility","control":"sap.m.Table","description":"growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true."},{"name":"createWithParameterDialog","children":[{"name":"fields","children":[],"type":"array","artifact":"Manifest"}],"type":"object","artifact":"Manifest","description":"You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page."},{"name":"editable","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"With editable you can control if a table can be edited. It should be set to false for smart tables with non-editable content."},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"The 'Select All' button is disabled by default. To enable it, set selectAll to true."},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated."},{"name":"quickVariantSelection","children":[{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"To show the number of records available, set showCounts to true."},{"name":"variants","children":[{"name":"Instance (key = number)","children":[{"name":"key","children":[],"type":"string","description":"A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory."},{"name":"annotationPath","children":[],"type":"string","description":"Use annotationPath to define a specific variant that points to a SelectionVariant or SelectionPresentationVariant annotation."}]}],"type":"object","artifact":"Manifest","description":"The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations."}],"type":"object","artifact":"Manifest","description":"With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before."},{"name":"useExportToExcel","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel."},{"name":"exportType","children":[],"type":"GW|UI5Client","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"Specifies the type of export to be used in the SmartTable control. UI5Client is the default option."},{"name":"createMode","children":[],"type":"string","artifact":"Manifest","description":"Use createMode 'inline' to enable inline creation of table entries for draft enabled applications."},{"name":"disableDefaultInlineCreateSort","children":[],"type":"boolean","artifact":"Manifest","description":"If createMode is set to inline, you can use this setting to disable the default sort order."},{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"To enable variant management for a specific table on an object page."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Whether the button should be visible on the screen."},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}],"type":"object","description":"Tool Bar"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Column","description":"The width property defines the width of the column."},{"name":"hAlign","children":[],"type":"Begin|Center|End|Initial|Left|Right","artifact":"UI5 flexibility","control":"sap.m.Column","description":"The hAlign property defines the horizontal alignment of the column content."},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}],"type":"object","description":"Columns"}]},{"name":"inlineDelete","children":[],"type":"boolean","artifact":"Manifest","description":"Used to enable inline deletion in a responsive table of list report and object page"},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"For the analytical table, grid table and tree table you can decide on a condensed table layout by setting condensedTableLayout to true."}]},{"name":"chart","children":[{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"To enable variant management for charts in an object page"}]},{"name":"contact","children":[],"type":"object","description":"Contact"},{"name":"address","children":[],"type":"object","description":"Address"}]}]}]}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Whether the button should be visible on the screen."},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}]}]};
|
|
59
|
+
var treeData = {"name":"ObjectPage","description":"SAP Fiori elements for OData V2<br>@sap/ux-specification version 1.96.49","type":"schema","children":[{"name":"showConfirmationOnDraftActivate","children":[],"type":"boolean","artifact":"Manifest","description":"Set showConfirmationOnDraftActivate to true to enable a confirmation before a save if you have pending warnings."},{"name":"hideChevronForUnauthorizedExtNav","children":[],"type":"boolean","artifact":"Manifest","description":"If you set this property to true, the navigation chevron is hidden in case the launchpad indicates that the user has no authorization to navigate."},{"name":"allowDeepLinking","children":[],"type":"boolean","artifact":"Manifest","description":"allowDeepLinking restricts deep linking to certain object page levels."},{"name":"navToListOnSave","children":[],"type":"boolean","artifact":"Manifest","description":"If you set navToListOnSave to true, the application will navigate back to the list on a save."},{"name":"defaultLayoutTypeIfExternalNavigation","children":[],"type":"string","artifact":"Manifest","description":"If this flag is set, then during inbound navigation to flexible column layout application, if the navigation context points to a unique object, then the object page is opened in full screen mode."},{"name":"globalChartSettings","children":[{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"To enable variant management for charts in an object page"}],"type":"object","artifact":"Manifest","description":"Settings for all charts on an object page"},{"name":"header","children":[{"name":"showRelatedApps","children":[],"type":"boolean","artifact":"Manifest","description":"Set showRelatedApps to true to show the navigation button for related apps."},{"name":"editableHeaderContent","children":[],"type":"boolean","artifact":"Manifest","description":"Set editableHeaderContent to true to make the header fields editable."},{"name":"simpleHeaderFacets","children":[],"type":"boolean","artifact":"Manifest","description":"Set simpleHeaderFacets to true to use simpler header facets."},{"name":"displayShape","children":[],"type":"Circle|Square","artifact":"UI5 flexibility","control":"sap.f.Avatar","description":"With displayShape you can define the shape of the avatar."},{"name":"actions","children":[{"name":"UpAndDownNavigation","children":[{"name":"visible","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Allows you to define if the button is visible on the screen."}]},{"name":"Share","children":[{"name":"visible","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Allows you to define if the button is visible on the screen."}]},{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageHeaderActionButton","description":"Allows you to define if the action button is visible on the screen."},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageHeaderActionButton","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageHeaderActionButton","description":"An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageHeaderActionButton","description":"An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageHeaderActionButton","description":"Defines the Button type."}],"type":"object","description":"Set properties of actions on Object Page Header"}]},{"name":"layout","children":[{"name":"showHeaderContent","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageLayout","description":"showHeaderContent determines the visibility of the Header content."},{"name":"showAnchorBar","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageLayout","description":"showAnchorBar determines whether the navigation bar (anchor bar) is displayed."},{"name":"useIconTabBar","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageLayout","description":"useIconTabBar determines whether the navigation mode is tab-based instead of based on the default anchor bar."},{"name":"alwaysShowContentHeader","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageLayout","description":"alwaysShowContentHeader determines whether header content will always be expanded on desktop."}]},{"name":"sections","children":[{"name":"sectionId","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageSubSection","description":"Allows you to define if the section should be visible on the screen."},{"name":"form","children":[{"name":"fields","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.ui.comp.smartform.GroupElement","description":"Allows you to define if the field should be visible on the screen."}]},{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Allows you to define if the action button is visible on the screen."},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}]},{"name":"table","children":[{"name":"multiSelect","children":[],"type":"boolean","artifact":"Manifest","description":"Single selection in tables is enabled by default. If you want, you can enable multi-select."},{"name":"type","children":[],"type":"string","artifact":"Manifest","description":"Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones."},{"name":"includeItemInSelection","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Table","description":"Set includeItemInSelection to true if you want items to be selectable when clicked, rather than after the selection control has been set."},{"name":"popinLayout","children":[],"type":"Block|GridLarge|GridSmall","artifact":"UI5 flexibility","control":"sap.m.Table","description":"popinLayout defines the layout in which the table pop-in rows shall be rendered."},{"name":"growingThreshold","children":[],"type":"number","artifact":"UI5 flexibility","control":"sap.m.Table","description":"growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true."},{"name":"createWithParameterDialog","children":[{"name":"fields","children":[],"type":"array","artifact":"Manifest"}],"type":"object","artifact":"Manifest","description":"You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page."},{"name":"editable","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"With editable you can control if a table can be edited. It should be set to false for smart tables with non-editable content."},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"The 'Select All' button is disabled by default. To enable it, set selectAll to true."},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated."},{"name":"quickVariantSelection","children":[{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"To show the number of records available, set showCounts to true."},{"name":"variants","children":[{"name":"Instance (key = number)","children":[{"name":"key","children":[],"type":"string","description":"A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory."},{"name":"annotationPath","children":[],"type":"string","description":"Use annotationPath to define a specific variant that points to a SelectionVariant or SelectionPresentationVariant annotation."}]}],"type":"object","artifact":"Manifest","description":"The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations."}],"type":"object","artifact":"Manifest","description":"With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before."},{"name":"useExportToExcel","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel."},{"name":"exportType","children":[],"type":"GW|UI5Client","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"Specifies the type of export to be used in the SmartTable control. UI5Client is the default option."},{"name":"createMode","children":[],"type":"string","artifact":"Manifest","description":"Use createMode 'inline' to enable inline creation of table entries for draft enabled applications."},{"name":"disableDefaultInlineCreateSort","children":[],"type":"boolean","artifact":"Manifest","description":"If createMode is set to inline, you can use this setting to disable the default sort order."},{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"To enable variant management for a specific table on an object page."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Allows you to define if the action button is visible on the screen."},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}],"type":"object","description":"Tool Bar"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Column","description":"The width property defines the width of the column."},{"name":"hAlign","children":[],"type":"Begin|Center|End|Initial|Left|Right","artifact":"UI5 flexibility","control":"sap.m.Column","description":"The hAlign property defines the horizontal alignment of the column content."},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}],"type":"object","description":"Columns"}]},{"name":"inlineDelete","children":[],"type":"boolean","artifact":"Manifest","description":"Used to enable inline deletion in a responsive table of list report and object page"},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"For the analytical table, grid table and tree table you can decide on a condensed table layout by setting condensedTableLayout to true."}]},{"name":"chart","children":[{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"To enable variant management for charts in an object page"}]},{"name":"contact","children":[],"type":"object","description":"Contact"},{"name":"address","children":[],"type":"object","description":"Address"},{"name":"subsections","children":[{"name":"subsectionId","children":[{"name":"form","children":[{"name":"fields","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.ui.comp.smartform.GroupElement","description":"Allows you to define if the field should be visible on the screen."}]},{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Allows you to define if the action button is visible on the screen."},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}]},{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.uxap.ObjectPageSubSection","description":"Allows you to define if the section should be visible on the screen."},{"name":"table","children":[{"name":"multiSelect","children":[],"type":"boolean","artifact":"Manifest","description":"Single selection in tables is enabled by default. If you want, you can enable multi-select."},{"name":"type","children":[],"type":"string","artifact":"Manifest","description":"Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones."},{"name":"includeItemInSelection","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.m.Table","description":"Set includeItemInSelection to true if you want items to be selectable when clicked, rather than after the selection control has been set."},{"name":"popinLayout","children":[],"type":"Block|GridLarge|GridSmall","artifact":"UI5 flexibility","control":"sap.m.Table","description":"popinLayout defines the layout in which the table pop-in rows shall be rendered."},{"name":"growingThreshold","children":[],"type":"number","artifact":"UI5 flexibility","control":"sap.m.Table","description":"growingThreshold defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true."},{"name":"createWithParameterDialog","children":[{"name":"fields","children":[],"type":"array","artifact":"Manifest"}],"type":"object","artifact":"Manifest","description":"You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page."},{"name":"editable","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"With editable you can control if a table can be edited. It should be set to false for smart tables with non-editable content."},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"The 'Select All' button is disabled by default. To enable it, set selectAll to true."},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated."},{"name":"quickVariantSelection","children":[{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"To show the number of records available, set showCounts to true."},{"name":"variants","children":[{"name":"Instance (key = number)","children":[{"name":"key","children":[],"type":"string","description":"A key entry that is used for initializing the corresponding SegmentedButton item. This entry is mandatory."},{"name":"annotationPath","children":[],"type":"string","description":"Use annotationPath to define a specific variant that points to a SelectionVariant or SelectionPresentationVariant annotation."}]}],"type":"object","artifact":"Manifest","description":"The variants section contains a set of entries that point to SelectionVariants or SelectionPresentationVariants defined in the annotations."}],"type":"object","artifact":"Manifest","description":"With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before."},{"name":"useExportToExcel","children":[],"type":"boolean","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel."},{"name":"exportType","children":[],"type":"GW|UI5Client","artifact":"UI5 flexibility","control":"sap.ui.comp.smarttable.SmartTable","description":"Specifies the type of export to be used in the SmartTable control. UI5Client is the default option."},{"name":"createMode","children":[],"type":"string","artifact":"Manifest","description":"Use createMode 'inline' to enable inline creation of table entries for draft enabled applications."},{"name":"disableDefaultInlineCreateSort","children":[],"type":"boolean","artifact":"Manifest","description":"If createMode is set to inline, you can use this setting to disable the default sort order."},{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"To enable variant management for a specific table on an object page."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Allows you to define if the action button is visible on the screen."},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}],"type":"object","description":"Tool Bar"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Column","description":"The width property defines the width of the column."},{"name":"hAlign","children":[],"type":"Begin|Center|End|Initial|Left|Right","artifact":"UI5 flexibility","control":"sap.m.Column","description":"The hAlign property defines the horizontal alignment of the column content."},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}],"type":"object","description":"Columns"}]},{"name":"inlineDelete","children":[],"type":"boolean","artifact":"Manifest","description":"Used to enable inline deletion in a responsive table of list report and object page"},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"For the analytical table, grid table and tree table you can decide on a condensed table layout by setting condensedTableLayout to true."}]},{"name":"chart","children":[{"name":"variantManagement","children":[],"type":"boolean","artifact":"Manifest","description":"To enable variant management for charts in an object page"}]},{"name":"contact","children":[],"type":"object","description":"Contact"},{"name":"address","children":[],"type":"object","description":"Address"}]}]}]}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"SaveAndEdit","children":[{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Allows you to define if the button is visible on the screen."}]},{"name":"visible","children":[],"type":"false|true|{ui>/editable}|{= !${ui>/editable}}","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Allows you to define if the action button is visible on the screen."},{"name":"tooltip","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"The text of the button tooltip, preferably as an i18n key."},{"name":"icon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"An icon to be displayed as a graphical element within the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"activeIcon","children":[],"type":"string","artifact":"UI5 flexibility","control":"sap.m.Button","description":"An alternative icon for the active (depressed) state of the button. This can be an image or an icon from the icon font (https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI."},{"name":"type","children":[],"type":"Accept|Attention|Back|Critical|Default|Emphasized|Ghost|Negative|Neutral|Reject|Success|Transparent|Unstyled|Up","artifact":"UI5 flexibility","control":"sap.m.Button","description":"Defines the Button type."}]}]}]};
|
|
60
60
|
|
|
61
61
|
var initTreeDiagram = () => {
|
|
62
62
|
if (!window.treeDiagram) {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<link href="../styleDocu.css" rel="stylesheet" />
|
|
6
6
|
</head>
|
|
7
7
|
<body>
|
|
8
|
-
<div id="version-container">SAP Fiori elements for OData V2<br />@sap/ux-specification 1.96.
|
|
8
|
+
<div id="version-container">SAP Fiori elements for OData V2<br />@sap/ux-specification 1.96.49</div>
|
|
9
9
|
<div id="button-container">
|
|
10
10
|
<input type="button" id="resetTree" value="Reset" /><input type="button" value="Expand" id="expandTree" />
|
|
11
11
|
</div>
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
<script src="./../runDocu-min.js"></script>
|
|
57
57
|
<script>
|
|
58
58
|
var floorPlanIcon = `<path fill-rule="evenodd" clip-rule="evenodd" fill="var(--vscode-icon-foreground)"d="M14.988 15.488V14.988H14.989L14.988 15.488ZM14.988 14.988H1V1H14.988V14.988ZM14.988 0H1C0.448 0 0 0.448 0 1V14.988C0 15.54 0.448 15.988 1 15.988H14.988C15.54 15.988 15.988 15.54 15.988 14.988V1C15.988 0.448 15.54 0 14.988 0ZM2.9917 7.037H7.0147V3.014H2.9917V7.037ZM7.5147 2.013H2.4907C2.2147 2.013 1.9907 2.237 1.9907 2.513V7.537C1.9907 7.813 2.2147 8.037 2.4907 8.037H7.5147C7.7907 8.037 8.0147 7.813 8.0147 7.537V2.513C8.0147 2.237 7.7907 2.013 7.5147 2.013ZM7.0147 13.014H2.9917V10.034H7.0147V13.014ZM2.4907 9.034H7.5147C7.7907 9.034 8.0147 9.258 8.0147 9.534V13.514C8.0147 13.791 7.7907 14.014 7.5147 14.014H2.4907C2.2147 14.014 1.9907 13.791 1.9907 13.514V9.534C1.9907 9.258 2.2147 9.034 2.4907 9.034ZM9.9847 9.034H13.0217V3.013H9.9847V9.034ZM13.5217 2.013H9.4847C9.2087 2.013 8.9847 2.237 8.9847 2.513V9.534C8.9847 9.81 9.2087 10.034 9.4847 10.034H13.5217C13.7987 10.034 14.0217 9.81 14.0217 9.534V2.513C14.0217 2.237 13.7987 2.013 13.5217 2.013ZM13.0217 13.006H9.9847V12.021H13.0217V13.006ZM9.4847 11.02H13.5217C13.7987 11.02 14.0217 11.244 14.0217 11.52V13.506C14.0217 13.782 13.7987 14.006 13.5217 14.006H9.4847C9.2087 14.006 8.9847 13.782 8.9847 13.506V11.52C8.9847 11.244 9.2087 11.02 9.4847 11.02Z"/>`;
|
|
59
|
-
var treeData = {"name":"OverviewPage","description":"SAP Fiori elements for OData V2<br>@sap/ux-specification version 1.96.47","type":"schema","children":[{"name":"globalFilterModel","children":[],"type":"string","artifact":"Manifest","description":"globalFilterModel defines the OData model that contains entity definitions relevant for global filters."},{"name":"globalFilterEntityType","children":[],"type":"string","artifact":"Manifest","description":"globalFilterEntityType defines the entity type to use as a global filter in the smart filter bar control."},{"name":"globalFilterEntitySet","children":[],"type":"string","artifact":"Manifest","description":"globalFilterEntitySet defines the entity set to use as global filter in the smart filter bar control."},{"name":"containerLayout","children":[],"type":"fixed|resizable","artifact":"Manifest","description":"containerLayout represents the layout of the card container, as fixed or resizable. The default value is fixed."},{"name":"smartVariantRequired","children":[],"type":"boolean","artifact":"Manifest","description":"Set smartVariantRequired to false to deactivate smart variant management in the global filters. The default value is true."},{"name":"showDateInRelativeFormat","children":[],"type":"boolean","artifact":"Manifest","description":"Set showDateInRelativeFormat to true to enable relative or normal date formatting in OVP applications."},{"name":"enableLiveFilter","children":[],"type":"boolean","artifact":"Manifest","description":"Set enableLiveFilter to true to activate a live update in the global filter. The default requires the user to click the Go button.."},{"name":"imageSupported","children":[],"type":"boolean","artifact":"Manifest","description":"imageSupported allows the condensed list card to show images or icons."},{"name":"considerAnalyticalParameters","children":[],"type":"boolean","artifact":"Manifest","description":"considerAnalyticalParameters enables analytical parameter support for the smart filter bar."},{"name":"refreshIntervalInMinutes","children":[],"type":"number","artifact":"Manifest","description":"refreshIntervalInMinutes represents the time interval in minutes to auto refresh the card models."},{"name":"useDateRangeType","children":[],"type":"boolean","artifact":"Manifest","description":"Set useDateRangeType to true to enable semantic date range control for the smart filter bar."},{"name":"chartSettings","children":[{"name":"showDataLabel","children":[],"type":"boolean","description":"Set the showDataLabel property to true to make data labels visible in analytical cards."}],"type":"object","artifact":"Manifest","description":"Define settings for analytical charts."},{"name":"filterSettings","children":[{"name":"dateSettings","children":[{"name":"fields","children":[{"name":"selectedValues","children":[],"type":"array","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","description":"The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters."},{"name":"customDateRangeImplementation","children":[],"type":"string","description":"This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types."},{"name":"filter","children":[],"type":"array","description":"You can use the filter settings to include and exclude specific date range values."},{"name":"defaultValue","children":[{"name":"operation","children":[],"type":"DATETOYEAR|LAST2WEEKS|LAST3WEEKS|LAST4WEEKS|LAST5WEEKS|LASTMONTH|LASTQUARTER|LASTWEEK|LASTYEAR|QUARTER1|QUARTER2|QUARTER3|QUARTER4|THISMONTH|THISQUARTER|THISWEEK|THISYEAR|TODAY|TOMORROW|YEARTODATE|YESTERDAY","artifact":"Manifest","description":"The operation property is the value that will be set for semantic date range."}],"type":"object","description":"You can set a default value for semantic date range."}],"type":"object","description":"For a fields' list you can define the set of standard date range values separately."},{"name":"useDateRange","children":[],"type":"boolean","description":"If set to true all date fields with filter restriction interval will be treated as DateTimeRange filters."},{"name":"selectedValues","children":[],"type":"array","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","description":"The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters."}],"type":"object","description":"You can define date ranges, such as lastYear or nextQuarter on the Smart Filter Bar"}],"type":"object","artifact":"Manifest","description":"The global filter lets end users filter the data displayed on one or more cards."},{"name":"showBasicSearch","children":[],"type":"boolean","artifact":"Manifest","description":"Determines if the basic search shall be part of the global filters."},{"name":"disableErrorPage","children":[],"type":"boolean","artifact":"Manifest","description":"Disables the error page of OVP. Error page in OVP appears only when all cards have failed."},{"name":"bHeaderExpanded","children":[],"type":"boolean","artifact":"Manifest","description":"Shows smart filter bar in expanded mode."},{"name":"cards","children":[{"name":"cardKey","children":[{"name":"model","children":[],"type":"string","artifact":"Manifest","description":"Represents the model for the Analytical Card"},{"name":"template","children":[],"type":"string","artifact":"Manifest","description":"Represents the Analytical Card component path to use for this card."},{"name":"settings","children":[{"name":"itemText","children":[],"type":"string","description":"Represents the user defined string in placeholder card."},{"name":"valueSelectionInfo","children":[],"type":"string","description":"Represents things like people, number of items."},{"name":"staticContent","children":[],"type":"array","description":"Represents the static content that will be displayed in this card."},{"name":"listFlavor","children":[],"type":"string","description":"Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."},{"name":"listType","children":[],"type":"string","description":"Represents the type of list to use for this card. The list can be extended to display more information or condensed to take up less space on the card."},{"name":"sortBy","children":[],"type":"string","description":"Represents the sort key for the entity set."},{"name":"sortOrder","children":[],"type":"string","description":"Represents the sort order for the entity set."},{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"kpiAnnotationPath","children":[],"type":"string","description":"Represents the KPI annotation path."},{"name":"selectionPresentationAnnotationPath","children":[],"type":"string","description":"Represents the selection presentation annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path."},{"name":"ignoreSapText","children":[],"type":"boolean","description":"Represents the flag to indicate priority of number formatting over sap text."},{"name":"objectStreamCardsSettings","children":[{"name":"showFirstActionInFooter","children":[],"type":"boolean","description":"If this flag is set to true, the first action on the footer of the quick view card will be a navigation action.\nIf the flag is set to false, the navigation action on the footer of the quick view card isn't displayed. Other actions are shown instead.\nThe default value of the flag is false."},{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."}],"type":"object","description":"Represents the Object Stream properties - properties that are passed to the Object Stream cards."},{"name":"enableLocaleCurrencyFormatting","children":[],"type":"boolean","description":"Represents the flag to indicate the use of object number/smart field."},{"name":"navigation","children":[],"type":"chartNav|dataPointNav|headerNav|noHeaderNav","description":"Represents the configuration to alter the navigation mode in OVP Analytical Cards."},{"name":"showFilterInHeader","children":[],"type":"boolean","description":"Represents a switch to Show or Hide Filters in Cards Headers in OVP application."},{"name":"showSortingInHeader","children":[],"type":"boolean","description":"Represents a switch to Show or Hide Sorting in Cards Headers in OVP application."},{"name":"imageSupported","children":[],"type":"boolean","description":"Flag for enabling images in a condensed list card."},{"name":"showLineItemDetail","children":[],"type":"boolean","description":"Flag for show line item detail in list and table card."},{"name":"showLabelText","children":[],"type":"boolean","description":"This property is responsible for showing and hiding text labels on the geo spots."},{"name":"customParams","children":[],"type":"string","description":"This property is responsible for passing custom parameters present in the entity set to the navigating application."},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."},{"name":"entitySet","children":[],"type":"string","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"category","children":[],"type":"string","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","description":"Represents the card width calculated based on window width."},{"name":"rows","children":[],"type":"number","description":"Represents the number of line items to display for table and list cards."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Set showOnlyHeader to true to render only the card header."},{"name":"minimumTitleRow","children":[],"type":"number","description":"To show more lines of text in the title you can configure this property (maximum allowed: 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"To show more lines of text in the sub-title you can configure this property (maximum allowed: 2 lines)."}],"type":"string","description":"To load cards with specific requirements, define a default size as part of the card definition in the descriptor file."},{"name":"requireAppAuthorization","children":[],"type":"string","description":"Define an authorization check at card level."},{"name":"tabs","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path"},{"name":"value","children":[],"type":"string","description":"Represents the drop down value to be shown"},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."}],"type":"object","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","description":"add $Select parameter in data fetch URL"}],"type":"object","artifact":"Manifest","description":"Represents the properties that are passed to the custom card."},{"name":"listCardSettings","children":[{"name":"listFlavor","children":[],"type":"bar|carousel|standard","description":"Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."},{"name":"listType","children":[],"type":"condensed|extended","description":"Represents the type of list to use for this card. The list can be extended to display more information or condensed to take up less space on the card."},{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"valueSelectionInfo","children":[],"type":"string","description":"Represents things like people, number of items."},{"name":"sortBy","children":[],"type":"string","description":"Defines the property by which the list shall be sorted."},{"name":"sortOrder","children":[],"type":"ascending|descending","description":"Defines the sort order."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"showLineItemDetail","children":[],"type":"boolean","description":"Flag for show line item detail in list and table card."},{"name":"entitySet","children":[],"type":"string","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"category","children":[],"type":"string","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","description":"Represents the card width calculated based on window width."},{"name":"rows","children":[],"type":"number","description":"Represents the number of line items to display for table and list cards."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Set showOnlyHeader to true to render only the card header."},{"name":"minimumTitleRow","children":[],"type":"number","description":"To show more lines of text in the title you can configure this property (maximum allowed: 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"To show more lines of text in the sub-title you can configure this property (maximum allowed: 2 lines)."}],"type":"string","description":"To load cards with specific requirements, define a default size as part of the card definition in the descriptor file."},{"name":"requireAppAuthorization","children":[],"type":"string","description":"Define an authorization check at card level."},{"name":"tabs","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path"},{"name":"value","children":[],"type":"string","description":"Represents the drop down value to be shown"},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."}],"type":"object","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","description":"add $Select parameter in data fetch URL"}],"type":"object","artifact":"Manifest","description":"Represents the properties that are passed to the list card."},{"name":"stackCardSettings","children":[{"name":"itemText","children":[],"type":"string","description":"Represents the user defined string in placeholder card."},{"name":"objectStreamCardsNavigationProperty","children":[],"type":"string","description":"The navigation property used to display information from a secondary entity set."},{"name":"objectStreamCardsSettings","children":[{"name":"showFirstActionInFooter","children":[],"type":"boolean","description":"If this flag is set to true, the first action on the footer of the quick view card will be a navigation action.\nIf the flag is set to false, the navigation action on the footer of the quick view card isn't displayed. Other actions are shown instead.\nThe default value of the flag is false."},{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."}],"type":"object","description":"Configures additional settings for the cards displayed in the object stream."},{"name":"entitySet","children":[],"type":"string","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"category","children":[],"type":"string","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","description":"Represents the card width calculated based on window width."},{"name":"rows","children":[],"type":"number","description":"Represents the number of line items to display for table and list cards."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Set showOnlyHeader to true to render only the card header."},{"name":"minimumTitleRow","children":[],"type":"number","description":"To show more lines of text in the title you can configure this property (maximum allowed: 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"To show more lines of text in the sub-title you can configure this property (maximum allowed: 2 lines)."}],"type":"string","description":"To load cards with specific requirements, define a default size as part of the card definition in the descriptor file."},{"name":"requireAppAuthorization","children":[],"type":"string","description":"Define an authorization check at card level."},{"name":"tabs","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path"},{"name":"value","children":[],"type":"string","description":"Represents the drop down value to be shown"},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."}],"type":"object","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","description":"add $Select parameter in data fetch URL"}],"type":"object","artifact":"Manifest","description":"Represents the properties that are passed to the stack card."},{"name":"linkListCardSettings","children":[{"name":"targetUri","children":[],"type":"string","description":"The targetUri is a URI defining the link to a quick view, related application or external resource."},{"name":"listFlavor","children":[],"type":"carousel|standard","description":"listFlavor represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."},{"name":"sortBy","children":[],"type":"string","description":"sortBy defines the property by which the list shall be sorted."},{"name":"sortOrder","children":[],"type":"ascending|descending","description":"sortOrder defines the sort order. Valid values are 'ascending' or 'descending'"},{"name":"headerAnnotationPath","children":[],"type":"string","description":"headerAnnotationPath represents the path to a HeaderInfo annotation."},{"name":"staticContent","children":[{"name":"title","children":[],"type":"string","description":"The language-dependent title of the StaticContent."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the StaticContent."},{"name":"imageUri","children":[],"type":"string","description":"The uri for the image of the StaticContent."},{"name":"targetUri","children":[],"type":"string","description":"The uri for the target of the StaticContent."},{"name":"imageAltText","children":[],"type":"string","description":"The alternative text for the image of the StaticContent."},{"name":"semanticObject","children":[],"type":"string","description":"Used to provide intent based navigation."},{"name":"action","children":[],"type":"string","description":"Used to provide intent based navigation."},{"name":"openInNewWindow","children":[],"type":"boolean","description":"Open static content in a new window."}],"type":"object","description":"staticContent represents the static content of a static link list card."},{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"entitySet","children":[],"type":"string","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"category","children":[],"type":"string","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","description":"Represents the card width calculated based on window width."},{"name":"rows","children":[],"type":"number","description":"Represents the number of line items to display for table and list cards."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Set showOnlyHeader to true to render only the card header."},{"name":"minimumTitleRow","children":[],"type":"number","description":"To show more lines of text in the title you can configure this property (maximum allowed: 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"To show more lines of text in the sub-title you can configure this property (maximum allowed: 2 lines)."}],"type":"string","description":"To load cards with specific requirements, define a default size as part of the card definition in the descriptor file."},{"name":"requireAppAuthorization","children":[],"type":"string","description":"Define an authorization check at card level."},{"name":"tabs","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path"},{"name":"value","children":[],"type":"string","description":"Represents the drop down value to be shown"},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."}],"type":"object","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","description":"add $Select parameter in data fetch URL"}],"type":"object","artifact":"Manifest","description":"Represents the properties that are passed to the link list card."},{"name":"tableCardSettings","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"listFlavor","children":[],"type":"bar|carousel|standard","description":"Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."},{"name":"listType","children":[],"type":"condensed|extended","description":"Represents the type of list to use for this card. The list can be extended to display more information or condensed to take up less space on the card."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"selectionPresentationAnnotationPath","children":[],"type":"string","description":"Represents the selection presentation annotation path."},{"name":"valueSelectionInfo","children":[],"type":"string","description":"Represents things like people, number of items."},{"name":"sortBy","children":[],"type":"string","description":"Defines the property by which the list shall be sorted."},{"name":"sortOrder","children":[],"type":"ascending|descending","description":"Defines the sort order."},{"name":"showLineItemDetail","children":[],"type":"boolean","description":"Flag for show line item detail in list and table card."},{"name":"entitySet","children":[],"type":"string","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"category","children":[],"type":"string","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","description":"Represents the card width calculated based on window width."},{"name":"rows","children":[],"type":"number","description":"Represents the number of line items to display for table and list cards."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Set showOnlyHeader to true to render only the card header."},{"name":"minimumTitleRow","children":[],"type":"number","description":"To show more lines of text in the title you can configure this property (maximum allowed: 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"To show more lines of text in the sub-title you can configure this property (maximum allowed: 2 lines)."}],"type":"string","description":"To load cards with specific requirements, define a default size as part of the card definition in the descriptor file."},{"name":"requireAppAuthorization","children":[],"type":"string","description":"Define an authorization check at card level."},{"name":"tabs","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path"},{"name":"value","children":[],"type":"string","description":"Represents the drop down value to be shown"},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."}],"type":"object","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","description":"add $Select parameter in data fetch URL"}],"type":"object","artifact":"Manifest","description":"Represents the properties that are passed to the table card."},{"name":"disableTableCardFlexibility","children":[],"type":"boolean","artifact":"Manifest","description":"If you set disableTableCardFlexibility to true, then at runtime, DataField records are sorted according to the importance set in the com.sap.vocabularies.UI.v1.ImportanceType annotation, and their order of entry.\nIf you set disableTableCardFlexibility to false, then at runtime, table columns are sorted according to the importance set in the com.sap.vocabularies.UI.v1.ImportanceType annotation, and their order of entry."},{"name":"analyticalCardSettings","children":[{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"valueSelectionInfo","children":[],"type":"string","description":"Represents things like people, number of items."},{"name":"entitySet","children":[],"type":"string","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"category","children":[],"type":"string","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","description":"Represents the card width calculated based on window width."},{"name":"rows","children":[],"type":"number","description":"Represents the number of line items to display for table and list cards."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Set showOnlyHeader to true to render only the card header."},{"name":"minimumTitleRow","children":[],"type":"number","description":"To show more lines of text in the title you can configure this property (maximum allowed: 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"To show more lines of text in the sub-title you can configure this property (maximum allowed: 2 lines)."}],"type":"string","description":"To load cards with specific requirements, define a default size as part of the card definition in the descriptor file."},{"name":"requireAppAuthorization","children":[],"type":"string","description":"Define an authorization check at card level."},{"name":"tabs","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path"},{"name":"value","children":[],"type":"string","description":"Represents the drop down value to be shown"},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."}],"type":"object","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","description":"add $Select parameter in data fetch URL"}],"type":"object","description":"Represents the properties that are passed to the analytical card."}],"type":"object","description":"Cards"}]}]};
|
|
59
|
+
var treeData = {"name":"OverviewPage","description":"SAP Fiori elements for OData V2<br>@sap/ux-specification version 1.96.49","type":"schema","children":[{"name":"globalFilterModel","children":[],"type":"string","artifact":"Manifest","description":"globalFilterModel defines the OData model that contains entity definitions relevant for global filters."},{"name":"globalFilterEntityType","children":[],"type":"string","artifact":"Manifest","description":"globalFilterEntityType defines the entity type to use as a global filter in the smart filter bar control."},{"name":"globalFilterEntitySet","children":[],"type":"string","artifact":"Manifest","description":"globalFilterEntitySet defines the entity set to use as global filter in the smart filter bar control."},{"name":"containerLayout","children":[],"type":"fixed|resizable","artifact":"Manifest","description":"containerLayout represents the layout of the card container, as fixed or resizable. The default value is fixed."},{"name":"smartVariantRequired","children":[],"type":"boolean","artifact":"Manifest","description":"Set smartVariantRequired to false to deactivate smart variant management in the global filters. The default value is true."},{"name":"showDateInRelativeFormat","children":[],"type":"boolean","artifact":"Manifest","description":"Set showDateInRelativeFormat to true to enable relative or normal date formatting in OVP applications."},{"name":"enableLiveFilter","children":[],"type":"boolean","artifact":"Manifest","description":"Set enableLiveFilter to true to activate a live update in the global filter. The default requires the user to click the Go button.."},{"name":"imageSupported","children":[],"type":"boolean","artifact":"Manifest","description":"imageSupported allows the condensed list card to show images or icons."},{"name":"considerAnalyticalParameters","children":[],"type":"boolean","artifact":"Manifest","description":"considerAnalyticalParameters enables analytical parameter support for the smart filter bar."},{"name":"refreshIntervalInMinutes","children":[],"type":"number","artifact":"Manifest","description":"refreshIntervalInMinutes represents the time interval in minutes to auto refresh the card models."},{"name":"useDateRangeType","children":[],"type":"boolean","artifact":"Manifest","description":"Set useDateRangeType to true to enable semantic date range control for the smart filter bar."},{"name":"chartSettings","children":[{"name":"showDataLabel","children":[],"type":"boolean","description":"Set the showDataLabel property to true to make data labels visible in analytical cards."}],"type":"object","artifact":"Manifest","description":"Define settings for analytical charts."},{"name":"filterSettings","children":[{"name":"dateSettings","children":[{"name":"fields","children":[{"name":"selectedValues","children":[],"type":"array","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","description":"The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters."},{"name":"customDateRangeImplementation","children":[],"type":"string","description":"This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types."},{"name":"filter","children":[],"type":"array","description":"You can use the filter settings to include and exclude specific date range values."},{"name":"defaultValue","children":[{"name":"operation","children":[],"type":"DATETOYEAR|LAST2WEEKS|LAST3WEEKS|LAST4WEEKS|LAST5WEEKS|LASTMONTH|LASTQUARTER|LASTWEEK|LASTYEAR|QUARTER1|QUARTER2|QUARTER3|QUARTER4|THISMONTH|THISQUARTER|THISWEEK|THISYEAR|TODAY|TOMORROW|YEARTODATE|YESTERDAY","artifact":"Manifest","description":"The operation property is the value that will be set for semantic date range."}],"type":"object","description":"You can set a default value for semantic date range."}],"type":"object","description":"For a fields' list you can define the set of standard date range values separately."},{"name":"useDateRange","children":[],"type":"boolean","description":"If set to true all date fields with filter restriction interval will be treated as DateTimeRange filters."},{"name":"selectedValues","children":[],"type":"array","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","description":"The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters."}],"type":"object","description":"You can define date ranges, such as lastYear or nextQuarter on the Smart Filter Bar"}],"type":"object","artifact":"Manifest","description":"The global filter lets end users filter the data displayed on one or more cards."},{"name":"showBasicSearch","children":[],"type":"boolean","artifact":"Manifest","description":"Determines if the basic search shall be part of the global filters."},{"name":"disableErrorPage","children":[],"type":"boolean","artifact":"Manifest","description":"Disables the error page of OVP. Error page in OVP appears only when all cards have failed."},{"name":"bHeaderExpanded","children":[],"type":"boolean","artifact":"Manifest","description":"Shows smart filter bar in expanded mode."},{"name":"cards","children":[{"name":"cardKey","children":[{"name":"model","children":[],"type":"string","artifact":"Manifest","description":"Represents the model for the Analytical Card"},{"name":"template","children":[],"type":"string","artifact":"Manifest","description":"Represents the Analytical Card component path to use for this card."},{"name":"settings","children":[{"name":"itemText","children":[],"type":"string","description":"Represents the user defined string in placeholder card."},{"name":"valueSelectionInfo","children":[],"type":"string","description":"Represents things like people, number of items."},{"name":"staticContent","children":[],"type":"array","description":"Represents the static content that will be displayed in this card."},{"name":"listFlavor","children":[],"type":"string","description":"Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."},{"name":"listType","children":[],"type":"string","description":"Represents the type of list to use for this card. The list can be extended to display more information or condensed to take up less space on the card."},{"name":"sortBy","children":[],"type":"string","description":"Represents the sort key for the entity set."},{"name":"sortOrder","children":[],"type":"string","description":"Represents the sort order for the entity set."},{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"kpiAnnotationPath","children":[],"type":"string","description":"Represents the KPI annotation path."},{"name":"selectionPresentationAnnotationPath","children":[],"type":"string","description":"Represents the selection presentation annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path."},{"name":"ignoreSapText","children":[],"type":"boolean","description":"Represents the flag to indicate priority of number formatting over sap text."},{"name":"objectStreamCardsSettings","children":[{"name":"showFirstActionInFooter","children":[],"type":"boolean","description":"If this flag is set to true, the first action on the footer of the quick view card will be a navigation action.\nIf the flag is set to false, the navigation action on the footer of the quick view card isn't displayed. Other actions are shown instead.\nThe default value of the flag is false."},{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."}],"type":"object","description":"Represents the Object Stream properties - properties that are passed to the Object Stream cards."},{"name":"enableLocaleCurrencyFormatting","children":[],"type":"boolean","description":"Represents the flag to indicate the use of object number/smart field."},{"name":"navigation","children":[],"type":"chartNav|dataPointNav|headerNav|noHeaderNav","description":"Represents the configuration to alter the navigation mode in OVP Analytical Cards."},{"name":"showFilterInHeader","children":[],"type":"boolean","description":"Represents a switch to Show or Hide Filters in Cards Headers in OVP application."},{"name":"showSortingInHeader","children":[],"type":"boolean","description":"Represents a switch to Show or Hide Sorting in Cards Headers in OVP application."},{"name":"imageSupported","children":[],"type":"boolean","description":"Flag for enabling images in a condensed list card."},{"name":"showLineItemDetail","children":[],"type":"boolean","description":"Flag for show line item detail in list and table card."},{"name":"showLabelText","children":[],"type":"boolean","description":"This property is responsible for showing and hiding text labels on the geo spots."},{"name":"customParams","children":[],"type":"string","description":"This property is responsible for passing custom parameters present in the entity set to the navigating application."},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."},{"name":"entitySet","children":[],"type":"string","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"category","children":[],"type":"string","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","description":"Represents the card width calculated based on window width."},{"name":"rows","children":[],"type":"number","description":"Represents the number of line items to display for table and list cards."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Set showOnlyHeader to true to render only the card header."},{"name":"minimumTitleRow","children":[],"type":"number","description":"To show more lines of text in the title you can configure this property (maximum allowed: 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"To show more lines of text in the sub-title you can configure this property (maximum allowed: 2 lines)."}],"type":"string","description":"To load cards with specific requirements, define a default size as part of the card definition in the descriptor file."},{"name":"requireAppAuthorization","children":[],"type":"string","description":"Define an authorization check at card level."},{"name":"tabs","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path"},{"name":"value","children":[],"type":"string","description":"Represents the drop down value to be shown"},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."}],"type":"object","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","description":"add $Select parameter in data fetch URL"}],"type":"object","artifact":"Manifest","description":"Represents the properties that are passed to the custom card."},{"name":"listCardSettings","children":[{"name":"listFlavor","children":[],"type":"bar|carousel|standard","description":"Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."},{"name":"listType","children":[],"type":"condensed|extended","description":"Represents the type of list to use for this card. The list can be extended to display more information or condensed to take up less space on the card."},{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"valueSelectionInfo","children":[],"type":"string","description":"Represents things like people, number of items."},{"name":"sortBy","children":[],"type":"string","description":"Defines the property by which the list shall be sorted."},{"name":"sortOrder","children":[],"type":"ascending|descending","description":"Defines the sort order."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"showLineItemDetail","children":[],"type":"boolean","description":"Flag for show line item detail in list and table card."},{"name":"entitySet","children":[],"type":"string","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"category","children":[],"type":"string","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","description":"Represents the card width calculated based on window width."},{"name":"rows","children":[],"type":"number","description":"Represents the number of line items to display for table and list cards."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Set showOnlyHeader to true to render only the card header."},{"name":"minimumTitleRow","children":[],"type":"number","description":"To show more lines of text in the title you can configure this property (maximum allowed: 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"To show more lines of text in the sub-title you can configure this property (maximum allowed: 2 lines)."}],"type":"string","description":"To load cards with specific requirements, define a default size as part of the card definition in the descriptor file."},{"name":"requireAppAuthorization","children":[],"type":"string","description":"Define an authorization check at card level."},{"name":"tabs","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path"},{"name":"value","children":[],"type":"string","description":"Represents the drop down value to be shown"},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."}],"type":"object","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","description":"add $Select parameter in data fetch URL"}],"type":"object","artifact":"Manifest","description":"Represents the properties that are passed to the list card."},{"name":"stackCardSettings","children":[{"name":"itemText","children":[],"type":"string","description":"Represents the user defined string in placeholder card."},{"name":"objectStreamCardsNavigationProperty","children":[],"type":"string","description":"The navigation property used to display information from a secondary entity set."},{"name":"objectStreamCardsSettings","children":[{"name":"showFirstActionInFooter","children":[],"type":"boolean","description":"If this flag is set to true, the first action on the footer of the quick view card will be a navigation action.\nIf the flag is set to false, the navigation action on the footer of the quick view card isn't displayed. Other actions are shown instead.\nThe default value of the flag is false."},{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."}],"type":"object","description":"Configures additional settings for the cards displayed in the object stream."},{"name":"entitySet","children":[],"type":"string","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"category","children":[],"type":"string","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","description":"Represents the card width calculated based on window width."},{"name":"rows","children":[],"type":"number","description":"Represents the number of line items to display for table and list cards."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Set showOnlyHeader to true to render only the card header."},{"name":"minimumTitleRow","children":[],"type":"number","description":"To show more lines of text in the title you can configure this property (maximum allowed: 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"To show more lines of text in the sub-title you can configure this property (maximum allowed: 2 lines)."}],"type":"string","description":"To load cards with specific requirements, define a default size as part of the card definition in the descriptor file."},{"name":"requireAppAuthorization","children":[],"type":"string","description":"Define an authorization check at card level."},{"name":"tabs","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path"},{"name":"value","children":[],"type":"string","description":"Represents the drop down value to be shown"},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."}],"type":"object","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","description":"add $Select parameter in data fetch URL"}],"type":"object","artifact":"Manifest","description":"Represents the properties that are passed to the stack card."},{"name":"linkListCardSettings","children":[{"name":"targetUri","children":[],"type":"string","description":"The targetUri is a URI defining the link to a quick view, related application or external resource."},{"name":"listFlavor","children":[],"type":"carousel|standard","description":"listFlavor represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."},{"name":"sortBy","children":[],"type":"string","description":"sortBy defines the property by which the list shall be sorted."},{"name":"sortOrder","children":[],"type":"ascending|descending","description":"sortOrder defines the sort order. Valid values are 'ascending' or 'descending'"},{"name":"headerAnnotationPath","children":[],"type":"string","description":"headerAnnotationPath represents the path to a HeaderInfo annotation."},{"name":"staticContent","children":[{"name":"title","children":[],"type":"string","description":"The language-dependent title of the StaticContent."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the StaticContent."},{"name":"imageUri","children":[],"type":"string","description":"The uri for the image of the StaticContent."},{"name":"targetUri","children":[],"type":"string","description":"The uri for the target of the StaticContent."},{"name":"imageAltText","children":[],"type":"string","description":"The alternative text for the image of the StaticContent."},{"name":"semanticObject","children":[],"type":"string","description":"Used to provide intent based navigation."},{"name":"action","children":[],"type":"string","description":"Used to provide intent based navigation."},{"name":"openInNewWindow","children":[],"type":"boolean","description":"Open static content in a new window."}],"type":"object","description":"staticContent represents the static content of a static link list card."},{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"entitySet","children":[],"type":"string","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"category","children":[],"type":"string","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","description":"Represents the card width calculated based on window width."},{"name":"rows","children":[],"type":"number","description":"Represents the number of line items to display for table and list cards."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Set showOnlyHeader to true to render only the card header."},{"name":"minimumTitleRow","children":[],"type":"number","description":"To show more lines of text in the title you can configure this property (maximum allowed: 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"To show more lines of text in the sub-title you can configure this property (maximum allowed: 2 lines)."}],"type":"string","description":"To load cards with specific requirements, define a default size as part of the card definition in the descriptor file."},{"name":"requireAppAuthorization","children":[],"type":"string","description":"Define an authorization check at card level."},{"name":"tabs","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path"},{"name":"value","children":[],"type":"string","description":"Represents the drop down value to be shown"},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."}],"type":"object","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","description":"add $Select parameter in data fetch URL"}],"type":"object","artifact":"Manifest","description":"Represents the properties that are passed to the link list card."},{"name":"tableCardSettings","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"listFlavor","children":[],"type":"bar|carousel|standard","description":"Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."},{"name":"listType","children":[],"type":"condensed|extended","description":"Represents the type of list to use for this card. The list can be extended to display more information or condensed to take up less space on the card."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"selectionPresentationAnnotationPath","children":[],"type":"string","description":"Represents the selection presentation annotation path."},{"name":"valueSelectionInfo","children":[],"type":"string","description":"Represents things like people, number of items."},{"name":"sortBy","children":[],"type":"string","description":"Defines the property by which the list shall be sorted."},{"name":"sortOrder","children":[],"type":"ascending|descending","description":"Defines the sort order."},{"name":"showLineItemDetail","children":[],"type":"boolean","description":"Flag for show line item detail in list and table card."},{"name":"entitySet","children":[],"type":"string","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"category","children":[],"type":"string","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","description":"Represents the card width calculated based on window width."},{"name":"rows","children":[],"type":"number","description":"Represents the number of line items to display for table and list cards."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Set showOnlyHeader to true to render only the card header."},{"name":"minimumTitleRow","children":[],"type":"number","description":"To show more lines of text in the title you can configure this property (maximum allowed: 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"To show more lines of text in the sub-title you can configure this property (maximum allowed: 2 lines)."}],"type":"string","description":"To load cards with specific requirements, define a default size as part of the card definition in the descriptor file."},{"name":"requireAppAuthorization","children":[],"type":"string","description":"Define an authorization check at card level."},{"name":"tabs","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path"},{"name":"value","children":[],"type":"string","description":"Represents the drop down value to be shown"},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."}],"type":"object","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","description":"add $Select parameter in data fetch URL"}],"type":"object","artifact":"Manifest","description":"Represents the properties that are passed to the table card."},{"name":"disableTableCardFlexibility","children":[],"type":"boolean","artifact":"Manifest","description":"If you set disableTableCardFlexibility to true, then at runtime, DataField records are sorted according to the importance set in the com.sap.vocabularies.UI.v1.ImportanceType annotation, and their order of entry.\nIf you set disableTableCardFlexibility to false, then at runtime, table columns are sorted according to the importance set in the com.sap.vocabularies.UI.v1.ImportanceType annotation, and their order of entry."},{"name":"analyticalCardSettings","children":[{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"valueSelectionInfo","children":[],"type":"string","description":"Represents things like people, number of items."},{"name":"entitySet","children":[],"type":"string","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"category","children":[],"type":"string","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","description":"Represents the card width calculated based on window width."},{"name":"rows","children":[],"type":"number","description":"Represents the number of line items to display for table and list cards."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Set showOnlyHeader to true to render only the card header."},{"name":"minimumTitleRow","children":[],"type":"number","description":"To show more lines of text in the title you can configure this property (maximum allowed: 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"To show more lines of text in the sub-title you can configure this property (maximum allowed: 2 lines)."}],"type":"string","description":"To load cards with specific requirements, define a default size as part of the card definition in the descriptor file."},{"name":"requireAppAuthorization","children":[],"type":"string","description":"Define an authorization check at card level."},{"name":"tabs","children":[{"name":"annotationPath","children":[],"type":"string","description":"Represents the annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","description":"Represents the selection annotation path."},{"name":"chartAnnotationPath","children":[],"type":"string","description":"Represents the chart annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","description":"Represents the presentation annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","description":"Represents the data point annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","description":"Represents the identification annotation path."},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","description":"Represents the dynamic subtitle annotation path"},{"name":"value","children":[],"type":"string","description":"Represents the drop down value to be shown"},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"isSmoothed represents whether smoother curves are required or not."},{"name":"markerSize","children":[],"type":"number","description":"markerSize represents the size of the markers in scatter plots."},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"The data label type defines whether to display percentage values or actual counts in the donut chart."}],"type":"object","description":"dataLabel is a parent property that defines other properties for type."}]}],"type":"object","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Represents the configuration to customize the column stacked chart."}],"type":"object","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","description":"add $Select parameter in data fetch URL"}],"type":"object","description":"Represents the properties that are passed to the analytical card."}],"type":"object","description":"Cards"}]}]};
|
|
60
60
|
|
|
61
61
|
var initTreeDiagram = () => {
|
|
62
62
|
if (!window.treeDiagram) {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<link href="../styleDocu.css" rel="stylesheet" />
|
|
6
6
|
</head>
|
|
7
7
|
<body>
|
|
8
|
-
<div id="version-container">SAP Fiori elements for OData V4<br />@sap/ux-specification 1.96.
|
|
8
|
+
<div id="version-container">SAP Fiori elements for OData V4<br />@sap/ux-specification 1.96.49</div>
|
|
9
9
|
<div id="button-container">
|
|
10
10
|
<input type="button" id="resetTree" value="Reset" /><input type="button" value="Expand" id="expandTree" />
|
|
11
11
|
</div>
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
<script src="./../runDocu-min.js"></script>
|
|
57
57
|
<script>
|
|
58
58
|
var floorPlanIcon = `<path fill-rule="evenodd" clip-rule="evenodd" fill="var(--vscode-icon-foreground)"d="M3 3H13V4L14 4.5V3C14 2.44771 13.5523 2 13 2H3C2.44772 2 2 2.44771 2 3V13C2 13.5523 2.44772 14 3 14H4L3.5 13H3V6H6.79999L7 5H3V3Z"/><path fill-rule="evenodd" clip-rule="evenodd" fill="var(--vscode-icon-foreground)" d="M8.28944 4.55013C8.08524 4.54527 7.90338 4.67855 7.84651 4.87473C7.72432 5.2963 7.6087 5.85047 7.57817 6.50159C7.55755 6.90136 7.57389 7.26774 7.6084 7.59183C7.14124 7.51867 6.56355 7.49155 5.9202 7.60389C5.53848 7.66768 5.21146 7.7753 4.94353 7.87882C4.77595 7.94356 4.66294 8.10177 4.65604 8.28128C4.64316 8.61616 4.66223 9.20756 4.94215 9.87157L4.9427 9.87287C5.10582 10.2564 5.31634 10.5678 5.52562 10.8133C5.04431 11.475 4.72674 12.3015 4.65154 13.2092C4.63368 13.4249 4.77178 13.6227 4.98034 13.6802C5.50707 13.8255 6.24965 13.9717 7.14457 13.9473C8.41699 13.9108 9.40314 13.5455 9.98776 13.2715C10.1669 13.1875 10.2702 12.9963 10.2422 12.8004C10.2245 12.6761 10.2147 12.5012 10.2427 12.2906C10.279 12.0236 10.3694 11.8204 10.4419 11.6889C10.5324 11.5249 10.5118 11.322 10.3902 11.1795C10.2686 11.037 10.0714 10.9847 9.89519 11.0482C9.57944 11.1621 9.05531 11.3087 8.4241 11.2734C7.97335 11.2478 7.62017 11.1448 7.49082 11.1017C7.25504 11.0231 7.0002 11.1506 6.92161 11.3863C6.84301 11.6221 6.97044 11.8769 7.20621 11.9555C7.38503 12.0151 7.81976 12.1405 8.37342 12.172C8.73572 12.1922 9.06814 12.165 9.35869 12.1164C9.35591 12.1341 9.35316 12.153 9.35071 12.1711C9.33105 12.3185 9.32406 12.4555 9.32528 12.5797C8.80396 12.7935 8.04887 13.0209 7.11923 13.0477C6.5294 13.0637 6.01468 12.9951 5.5973 12.9053C5.72067 12.2067 6.01582 11.6045 6.41153 11.1414C6.42714 11.1286 6.44207 11.1147 6.45621 11.0995C6.47511 11.0793 6.49179 11.0577 6.50624 11.0352C6.97818 10.5288 7.57578 10.2101 8.19028 10.1441C9.38946 10.0141 10.3214 10.869 10.4939 11.0359C10.6725 11.2087 10.9574 11.2041 11.1302 11.0255C11.3031 10.8469 11.2984 10.562 11.1198 10.3892C10.9385 10.2137 9.73609 9.07121 8.09326 9.24935C7.36648 9.32751 6.6927 9.647 6.13655 10.1389C6.00352 9.9691 5.87453 9.7641 5.7712 9.52132C5.62761 9.18046 5.57487 8.86423 5.559 8.61555C5.71656 8.56568 5.88655 8.52193 6.06996 8.49136L6.07355 8.49074C6.89742 8.34656 7.59518 8.48011 8.02817 8.60531C8.17937 8.64903 8.34242 8.61058 8.45815 8.50392C8.57388 8.39725 8.62547 8.23788 8.5942 8.08362C8.51409 7.68841 8.4452 7.16228 8.47702 6.54698L8.47713 6.54474C8.49589 6.14338 8.55165 5.7845 8.62004 5.47956C9.00004 5.53292 9.59947 5.68299 10.1451 6.1105C9.92078 6.41779 9.64801 6.86697 9.4904 7.41311C9.42847 7.62214 9.39189 7.82094 9.36997 7.97205C9.35889 8.04841 9.35139 8.11379 9.34627 8.16346C9.34372 8.18828 9.34176 8.2091 9.34032 8.22477L9.33859 8.24355L9.3381 8.24876C9.31065 8.49577 9.48864 8.71826 9.73565 8.74571C9.98266 8.77315 10.2051 8.59516 10.2326 8.34815C10.2335 8.3401 10.2345 8.32891 10.2359 8.31491C10.2458 8.21004 10.2705 7.94769 10.3537 7.66752L10.3547 7.66398C10.4535 7.321 10.6151 7.0216 10.7701 6.78769C10.9839 7.10354 11.2229 7.58086 11.2592 8.19734C11.274 8.49701 11.2593 8.96542 11.0381 9.53348C11.0178 9.58553 11.0075 9.6409 11.0075 9.69676C11.0075 10.008 11.0845 10.333 11.3818 10.4816C11.5368 10.5592 11.6889 10.5524 11.8033 10.5236C11.9034 10.4983 11.9905 10.4521 12.0438 10.4228C12.0784 10.4037 12.1094 10.386 12.1386 10.3692C12.219 10.3231 12.2867 10.2843 12.3824 10.2464L12.3885 10.2438C12.5093 10.1938 12.662 10.1525 12.8499 10.1525C13.0204 10.1525 13.1762 10.0562 13.2524 9.90371C13.4973 9.414 13.8461 8.56346 13.932 7.45511C14.0177 6.3884 13.8215 5.5248 13.6626 5.00534C13.615 4.84985 13.4873 4.73211 13.3284 4.69736C13.1079 4.64912 12.7116 4.59308 12.2434 4.6979C11.9079 4.77323 11.6521 4.89716 11.477 5.0022C11.2639 5.13007 11.1948 5.40648 11.3227 5.61959C11.4505 5.83271 11.727 5.90181 11.9401 5.77394C12.0504 5.70778 12.2169 5.62626 12.4406 5.57604C12.6027 5.53978 12.7522 5.53387 12.8781 5.54114C12.9929 5.99437 13.0954 6.63079 13.0348 7.38363L13.0347 7.38501C12.9726 8.18807 12.7503 8.83523 12.5554 9.27279C12.3596 9.30016 12.1899 9.35224 12.0475 9.41094L12.0214 9.42157C12.164 8.89507 12.1732 8.45471 12.158 8.15055L12.1578 8.14688C12.086 6.91328 11.4078 6.10954 11.1726 5.84339C11.1665 5.83646 11.1601 5.82972 11.1536 5.82318C11.1491 5.81872 11.1438 5.81292 11.1315 5.79923L11.1288 5.79622C11.1192 5.78543 11.1017 5.76577 11.0826 5.74653C9.98289 4.60991 8.55395 4.55643 8.28944 4.55013Z"/>`;
|
|
59
|
-
var treeData = {"name":"ApplicationV4","description":"SAP Fiori elements for OData V4<br>@sap/ux-specification version 1.96.
|
|
59
|
+
var treeData = {"name":"ApplicationV4","description":"SAP Fiori elements for OData V4<br>@sap/ux-specification version 1.96.49","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":"Allows you to enable key user adaptation for an application."}]}]};
|
|
60
60
|
|
|
61
61
|
var initTreeDiagram = () => {
|
|
62
62
|
if (!window.treeDiagram) {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<link href="../styleDocu.css" rel="stylesheet" />
|
|
6
6
|
</head>
|
|
7
7
|
<body>
|
|
8
|
-
<div id="version-container">SAP Fiori elements for OData V4<br />@sap/ux-specification 1.96.
|
|
8
|
+
<div id="version-container">SAP Fiori elements for OData V4<br />@sap/ux-specification 1.96.49</div>
|
|
9
9
|
<div id="button-container">
|
|
10
10
|
<input type="button" id="resetTree" value="Reset" /><input type="button" value="Expand" id="expandTree" />
|
|
11
11
|
</div>
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
<script src="./../runDocu-min.js"></script>
|
|
57
57
|
<script>
|
|
58
58
|
var floorPlanIcon;
|
|
59
|
-
var treeData = {"name":"BuildingBlocks","description":"SAP Fiori elements for OData V4<br>@sap/ux-specification version 1.96.
|
|
59
|
+
var treeData = {"name":"BuildingBlocks","description":"SAP Fiori elements for OData V4<br>@sap/ux-specification version 1.96.49","type":"schema","children":[{"name":"$filePath","children":[],"type":"string"}]};
|
|
60
60
|
|
|
61
61
|
var initTreeDiagram = () => {
|
|
62
62
|
if (!window.treeDiagram) {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<link href="../styleDocu.css" rel="stylesheet" />
|
|
6
6
|
</head>
|
|
7
7
|
<body>
|
|
8
|
-
<div id="version-container">SAP Fiori elements for OData V4<br />@sap/ux-specification 1.96.
|
|
8
|
+
<div id="version-container">SAP Fiori elements for OData V4<br />@sap/ux-specification 1.96.49</div>
|
|
9
9
|
<div id="button-container">
|
|
10
10
|
<input type="button" id="resetTree" value="Reset" /><input type="button" value="Expand" id="expandTree" />
|
|
11
11
|
</div>
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
<script src="./../runDocu-min.js"></script>
|
|
57
57
|
<script>
|
|
58
58
|
var floorPlanIcon;
|
|
59
|
-
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.49","type":"schema","children":[{"name":"$filePath","children":[],"type":"string"}]};
|
|
60
60
|
|
|
61
61
|
var initTreeDiagram = () => {
|
|
62
62
|
if (!window.treeDiagram) {
|