@sap/ux-specification 1.71.93 → 1.71.95
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 +63 -1
- 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/index-min.js +37 -37
- package/dist/index-min.js.map +4 -4
- package/dist/package.json +6 -6
- package/dist/schemas/v2/AnalyticalListPageConfig.json +42 -4
- package/dist/schemas/v2/ListReportConfig.json +107 -69
- package/dist/schemas/v2/ObjectPageConfig.json +92 -24
- 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 +6 -5
- package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/common/generate/objectPage.js +117 -86
- 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 +3 -1
- package/dist/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/src/sync/common/importProject.js +20 -10
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +8 -7
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +29 -22
- 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 +6 -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 +61 -62
- 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 +62 -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 +20 -31
- 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 +14 -0
- package/dist/src/sync/v2/import/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/import/utils.js +68 -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/package.json +6 -6
|
@@ -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.71.
|
|
8
|
+
<div id="version-container">SAP Fiori elements for OData V2<br />@sap/ux-specification 1.71.95</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.71.93","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":"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 number of the number of grid columns."},{"name":"rows","children":[],"type":"number","description":"Represents the number of the number of grid rows."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Represents if user wants to show only header part of card in resizable layout."},{"name":"minimumTitleRow","children":[],"type":"number","description":"If the user wants to show more text in title then he or she can configure no of lines to be shown in title(Maximum allowed 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"If the user wants to show more text in title then he or she can configure no of lines to be shown in sub-title(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 number of the number of grid columns."},{"name":"rows","children":[],"type":"number","description":"Represents the number of the number of grid rows."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Represents if user wants to show only header part of card in resizable layout."},{"name":"minimumTitleRow","children":[],"type":"number","description":"If the user wants to show more text in title then he or she can configure no of lines to be shown in title(Maximum allowed 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"If the user wants to show more text in title then he or she can configure no of lines to be shown in sub-title(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 number of the number of grid columns."},{"name":"rows","children":[],"type":"number","description":"Represents the number of the number of grid rows."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Represents if user wants to show only header part of card in resizable layout."},{"name":"minimumTitleRow","children":[],"type":"number","description":"If the user wants to show more text in title then he or she can configure no of lines to be shown in title(Maximum allowed 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"If the user wants to show more text in title then he or she can configure no of lines to be shown in sub-title(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 number of the number of grid columns."},{"name":"rows","children":[],"type":"number","description":"Represents the number of the number of grid rows."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Represents if user wants to show only header part of card in resizable layout."},{"name":"minimumTitleRow","children":[],"type":"number","description":"If the user wants to show more text in title then he or she can configure no of lines to be shown in title(Maximum allowed 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"If the user wants to show more text in title then he or she can configure no of lines to be shown in sub-title(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 number of the number of grid columns."},{"name":"rows","children":[],"type":"number","description":"Represents the number of the number of grid rows."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Represents if user wants to show only header part of card in resizable layout."},{"name":"minimumTitleRow","children":[],"type":"number","description":"If the user wants to show more text in title then he or she can configure no of lines to be shown in title(Maximum allowed 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"If the user wants to show more text in title then he or she can configure no of lines to be shown in sub-title(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 number of the number of grid columns."},{"name":"rows","children":[],"type":"number","description":"Represents the number of the number of grid rows."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Represents if user wants to show only header part of card in resizable layout."},{"name":"minimumTitleRow","children":[],"type":"number","description":"If the user wants to show more text in title then he or she can configure no of lines to be shown in title(Maximum allowed 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"If the user wants to show more text in title then he or she can configure no of lines to be shown in sub-title(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 analytical card."}],"type":"object","description":"Cards"}]}]};
|
|
59
|
+
var treeData = {"name":"OverviewPage","description":"SAP Fiori elements for OData V2<br>@sap/ux-specification version 1.71.95","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":"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 number of the number of grid columns."},{"name":"rows","children":[],"type":"number","description":"Represents the number of the number of grid rows."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Represents if user wants to show only header part of card in resizable layout."},{"name":"minimumTitleRow","children":[],"type":"number","description":"If the user wants to show more text in title then he or she can configure no of lines to be shown in title(Maximum allowed 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"If the user wants to show more text in title then he or she can configure no of lines to be shown in sub-title(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 number of the number of grid columns."},{"name":"rows","children":[],"type":"number","description":"Represents the number of the number of grid rows."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Represents if user wants to show only header part of card in resizable layout."},{"name":"minimumTitleRow","children":[],"type":"number","description":"If the user wants to show more text in title then he or she can configure no of lines to be shown in title(Maximum allowed 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"If the user wants to show more text in title then he or she can configure no of lines to be shown in sub-title(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 number of the number of grid columns."},{"name":"rows","children":[],"type":"number","description":"Represents the number of the number of grid rows."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Represents if user wants to show only header part of card in resizable layout."},{"name":"minimumTitleRow","children":[],"type":"number","description":"If the user wants to show more text in title then he or she can configure no of lines to be shown in title(Maximum allowed 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"If the user wants to show more text in title then he or she can configure no of lines to be shown in sub-title(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 number of the number of grid columns."},{"name":"rows","children":[],"type":"number","description":"Represents the number of the number of grid rows."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Represents if user wants to show only header part of card in resizable layout."},{"name":"minimumTitleRow","children":[],"type":"number","description":"If the user wants to show more text in title then he or she can configure no of lines to be shown in title(Maximum allowed 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"If the user wants to show more text in title then he or she can configure no of lines to be shown in sub-title(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 number of the number of grid columns."},{"name":"rows","children":[],"type":"number","description":"Represents the number of the number of grid rows."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Represents if user wants to show only header part of card in resizable layout."},{"name":"minimumTitleRow","children":[],"type":"number","description":"If the user wants to show more text in title then he or she can configure no of lines to be shown in title(Maximum allowed 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"If the user wants to show more text in title then he or she can configure no of lines to be shown in sub-title(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 number of the number of grid columns."},{"name":"rows","children":[],"type":"number","description":"Represents the number of the number of grid rows."},{"name":"showOnlyHeader","children":[],"type":"boolean","description":"Represents if user wants to show only header part of card in resizable layout."},{"name":"minimumTitleRow","children":[],"type":"number","description":"If the user wants to show more text in title then he or she can configure no of lines to be shown in title(Maximum allowed 3 lines)."},{"name":"minimumSubTitleRow","children":[],"type":"number","description":"If the user wants to show more text in title then he or she can configure no of lines to be shown in sub-title(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 analytical card."}],"type":"object","description":"Cards"}]}]};
|
|
60
60
|
|
|
61
61
|
var initTreeDiagram = () => {
|
|
62
62
|
if (!window.treeDiagram) {
|