@sap/ux-specification 1.71.117 → 1.71.119
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 +57 -0
- 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 +20 -20
- package/dist/index-min.js.map +3 -3
- package/dist/specification/package.json +8 -8
- package/dist/specification/scripts/documentation/components/filter.js +1 -2
- package/dist/specification/scripts/documentation/components/filter.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.js +4 -4
- package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/search.js +2 -3
- package/dist/specification/scripts/documentation/components/ui/search.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/toggle.js +4 -5
- package/dist/specification/scripts/documentation/components/ui/toggle.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/tooltip.d.ts.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/tooltip.js +4 -4
- package/dist/specification/scripts/documentation/components/ui/tooltip.js.map +1 -1
- package/dist/specification/scripts/documentation/components/ui/utils.js +6 -7
- package/dist/specification/scripts/documentation/components/ui/utils.js.map +1 -1
- package/dist/specification/scripts/to-json-schema.js +1 -2
- package/dist/specification/scripts/to-json-schema.js.map +1 -1
- package/dist/specification/src/api.js +9 -9
- package/dist/specification/src/api.js.map +1 -1
- package/dist/specification/src/i18n/i18n.js +1 -2
- package/dist/specification/src/i18n/i18n.js.map +1 -1
- package/dist/specification/src/project.d.ts.map +1 -1
- package/dist/specification/src/specification/schemaAccess.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.js +3 -3
- package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/decorators.js +3 -3
- package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/flex.js +1 -2
- package/dist/specification/src/sync/common/decoration/flex.js.map +1 -1
- package/dist/specification/src/sync/common/flexUtils.js +3 -4
- package/dist/specification/src/sync/common/flexUtils.js.map +1 -1
- package/dist/specification/src/sync/common/generate/objectPage.js +7 -8
- package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/common/generate/utils.js +20 -20
- package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/common/import/utils.js +4 -5
- package/dist/specification/src/sync/common/import/utils.js.map +1 -1
- package/dist/specification/src/sync/common/importProject.js +3 -4
- package/dist/specification/src/sync/common/importProject.js.map +1 -1
- package/dist/specification/src/sync/common/utils.d.ts +8 -1
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +39 -29
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/i18n.js +1 -2
- package/dist/specification/src/sync/i18n.js.map +1 -1
- package/dist/specification/src/sync/v2/application.js +1 -1
- package/dist/specification/src/sync/v2/application.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Card.js +2 -2
- package/dist/specification/src/sync/v2/export/controls/Card.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.js +4 -4
- package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Table.js +3 -3
- package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/export.js +44 -35
- package/dist/specification/src/sync/v2/export/export.js.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPage.js +6 -7
- package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/specification/src/sync/v2/export/manifest.js +2 -2
- package/dist/specification/src/sync/v2/export/manifest.js.map +1 -1
- package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js +1 -2
- package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/generate.js +4 -5
- package/dist/specification/src/sync/v2/generate/generate.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/listReport.js +2 -3
- package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/objectPage.js +1 -2
- package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/overviewPage.js +3 -4
- package/dist/specification/src/sync/v2/generate/overviewPage.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/utils.js +12 -13
- package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.js +2 -2
- package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/specification/src/sync/v2/import/common/index.js +7 -8
- package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/specification/src/sync/v2/import/controls/table.js +1 -2
- package/dist/specification/src/sync/v2/import/controls/table.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +1 -2
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js +1 -2
- package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js +2 -3
- package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts +1 -1
- package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/overviewPage.js +41 -30
- package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/utils.js +8 -9
- package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/StableIdHelper.js +5 -5
- package/dist/specification/src/sync/v4/utils/StableIdHelper.js.map +1 -1
- package/package.json +8 -8
|
@@ -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.119</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.117","type":"schema","children":[{"name":"globalFilterModel","children":[],"type":"string","artifact":"Manifest","description":"Represents the name of global filter OData model, which contains entities definition that are relevant for global filters."},{"name":"globalFilterEntityType","children":[],"type":"string","artifact":"Manifest","description":"Represents the entity to use as global filter in the smart filter bar control."},{"name":"globalFilterEntitySet","children":[],"type":"string","artifact":"Manifest","description":"Represents the entity set to use as global filter in the smart filter bar control."},{"name":"showBasicSearch","children":[],"type":"boolean","artifact":"Manifest","description":"Represents a switch to include basic search in the global filters. The default value is false."},{"name":"disableErrorPage","children":[],"type":"boolean","artifact":"Manifest","description":"Represents a switch to disable the error page shown on load of overview page when no data is retrieved from the backend. The default value is false."},{"name":"smartVariantRequired","children":[],"type":"boolean","artifact":"Manifest","description":"Represents a switch to activate smart variant management in the global filters. The default value is true."},{"name":"bHeaderExpanded","children":[],"type":"boolean","artifact":"Manifest","description":"Represents a switch to show smart filter bar in expanded or collapsed mode. The default value is false."},{"name":"containerLayout","children":[],"type":"fixed|resizable","artifact":"Manifest","description":"Represents the layout of the card container. The default value is fixed."},{"name":"showDateInRelativeFormat","children":[],"type":"boolean","artifact":"Manifest","description":"Represents a switch to enable or disable relative or normal date formating. The default value is true."},{"name":"disableTableCardFlexibility","children":[],"type":"boolean","artifact":"Manifest","description":"Represents a switch to enable or disable the flexibility of table cards. The default value is false."},{"name":"enableLiveFilter","children":[],"type":"boolean","artifact":"Manifest","description":"Represents the switch to activate live update in the global filters, else manual update will be required. The default value is true."},{"name":"enableLazyRendering","children":[],"type":"boolean","artifact":"Manifest","description":"Enable loading of cards when they enter viewport. The default value is false."},{"name":"refreshStrategyOnAppRestore","children":[{"name":"entitySets","children":[],"type":"object","description":"Represents the map of entity sets configured for refresh strategies"}],"type":"object","artifact":"Manifest","description":"Represents the refresh strategies configured for OVP while coming back to the source app."},{"name":"considerAnalyticalParameters","children":[],"type":"boolean","artifact":"Manifest","description":"Flag to enable/disable analytical parameter support for Smart filter bar. The default value is false."},{"name":"refreshIntervalInMinutes","children":[],"type":"number","artifact":"Manifest","description":"Time interval in minutes to auto refresh the card models. The default value is 1."},{"name":"useDateRangeType","children":[],"type":"boolean","artifact":"Manifest","description":"Flag to enable/disable semantic date range control for Smart filter bar. The default value is false."},{"name":"chartSettings","children":[{"name":"showDataLabel","children":[],"type":"boolean","artifact":"Manifest","description":"Flag to enable data labels on analytical charts. The default value is false."}],"type":"object","description":"Represents the object to store analytical chart settings."},{"name":"dataLoadSettings","children":[{"name":"loadDataOnAppLaunch","children":[],"type":"always|ifAnyFilterExist|never","description":"Data load behaviour options on application launch. The default value is 'always'."}],"type":"object","artifact":"Manifest","description":"Represents the object to define data loading behaviour for an overview page application"},{"name":"resizableLayout","children":[{"name":"col","children":[],"type":"number","description":"Represents the grid column"},{"name":"row","children":[],"type":"number","description":"Represents the grid row"},{"name":"colSpan","children":[],"type":"number","description":"Represents the column span"},{"name":"rowSpan","children":[],"type":"number","description":"Represents the row span"},{"name":"visible","children":[],"type":"boolean","description":"Represents the visibility of the card"}],"type":"object","artifact":"Manifest","description":"Represents the resizable layout."},{"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":"entitySet","children":[],"type":"string","artifact":"Manifest","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","artifact":"Manifest","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","artifact":"Manifest","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"annotationPath","children":[],"type":"string","artifact":"Manifest","description":"Represents the annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","artifact":"Manifest","description":"Represents the identification annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","artifact":"Manifest","description":"Represents the data point annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","artifact":"Manifest","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","artifact":"Manifest","description":"Represents the presentation annotation path."},{"name":"selectionPresentationAnnotationPath","children":[],"type":"string","artifact":"Manifest","description":"Represents the selection presentation annotation path."},{"name":"kpiAnnotationPath","children":[],"type":"string","artifact":"Manifest","description":"Represents the KPI annotation path."},{"name":"category","children":[],"type":"string","artifact":"Manifest","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","artifact":"Manifest","description":"Represents the number of the number of grid columns"},{"name":"rows","children":[],"type":"number","artifact":"Manifest","description":"Represents the number of the number of grid rows"},{"name":"showOnlyHeader","children":[],"type":"boolean","artifact":"Manifest","description":"Represents if user wants to show only header part of card in resizable layout"},{"name":"minimumTitleRow","children":[],"type":"number","artifact":"Manifest","description":"If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)"},{"name":"minimumSubTitleRow","children":[],"type":"number","artifact":"Manifest","description":"If user wants to show more text in title then he/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","artifact":"Manifest","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":"Represents whether smoother curves are required or not"},{"name":"markerSize","children":[],"type":"number","description":"Represents the size of the markers in scatter plots"},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"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"}]},{"name":"timeAxis","children":[{"name":"levels","children":[],"type":"array","description":"Plot area is a parent property which defines multiple other properties for smoothness and marker size"}]}],"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","artifact":"Manifest","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","artifact":"Manifest","description":"add $Select parameter in data fetch URL"},{"name":"sortBy","children":[],"type":"string","artifact":"Manifest","description":"Defines the property by which the list shall be sorted."},{"name":"sortOrder","children":[],"type":"string","artifact":"Manifest","description":"Sort order (ascending or descending)"},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","artifact":"Manifest","description":"Represents the dynamic subtitle annotation path."},{"name":"enableLocaleCurrencyFormatting","children":[],"type":"boolean","artifact":"Manifest","description":"Represents the flag to indicate the use of object number/smart field."},{"name":"showFilterInHeader","children":[],"type":"boolean","artifact":"Manifest","description":"Represents a switch to Show or Hide Filters in Cards Headers in OVP application."},{"name":"showSortingInHeader","children":[],"type":"boolean","artifact":"Manifest","description":"Represents a switch to Show or Hide Sorting in Cards Headers in OVP application."},{"name":"customParams","children":[],"type":"string","artifact":"Manifest","description":"Custom parameters for intent-based navigation to the target application.\nEnter the name of the custom parameter function defined in your custom controller file."},{"name":"listFlavor","children":[],"type":"carousel|standard","artifact":"Manifest","description":"listFlavor 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","artifact":"Manifest","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":"showLineItemDetail","children":[],"type":"boolean","artifact":"Manifest","description":"Flag for show line item detail in list and table card."},{"name":"imageSupported","children":[],"type":"boolean","artifact":"Manifest","description":"Flag for enabling images in a condensed list card."},{"name":"valueSelectionInfo","children":[],"type":"string","artifact":"Manifest","description":"Represents things like people, number of items."},{"name":"itemText","children":[],"type":"string","artifact":"Manifest","description":"Represents the user defined string in placeholder card."},{"name":"objectStreamCardsNavigationProperty","children":[],"type":"string","artifact":"Manifest","description":"The navigation property used to display information from a secondary entity set."},{"name":"objectStreamCardsSettings","children":[{"name":"showFirstActionInFooter","children":[],"type":"boolean","description":"Represents the flag to show first action in footer of the Quickview cards"},{"name":"customActions","children":[{"name":"text","children":[],"type":"string","description":"Text displayed for extended actions in Quick View"},{"name":"press","children":[],"type":"string","description":"Name of the press handler for extended actions in Quick View"},{"name":"position","children":[],"type":"number","description":"Position of extended actions in Quick View"}],"type":"object","description":"Represents the custom actions in the Quick View Cards"}],"type":"object","artifact":"Manifest","description":"Configures additional settings for the cards displayed in the object stream."},{"name":"headerAnnotationPath","children":[],"type":"string","artifact":"Manifest","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","artifact":"Manifest","description":"staticContent represents the static content of a static link list card."},{"name":"chartAnnotationPath","children":[],"type":"string","artifact":"Manifest","description":"Represents the chart annotation path."},{"name":"ignoreSapText","children":[],"type":"boolean","artifact":"Manifest","description":"Represents the flag to indicate priority of number formatting over sap text."},{"name":"navigation","children":[],"type":"chartNav|dataPointNav|headerNav|noHeaderNav","artifact":"Manifest","description":"Represents the configuration to alter the navigation mode in OVP Analytical Cards."},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"Represents whether smoother curves are required or not"},{"name":"markerSize","children":[],"type":"number","description":"Represents the size of the markers in scatter plots"},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"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"}]},{"name":"timeAxis","children":[{"name":"levels","children":[],"type":"array","description":"Plot area is a parent property which defines multiple other properties for smoothness and marker size"}]}],"type":"object","artifact":"Manifest","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Color palette for semantic coloring."}],"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.119","type":"schema","children":[{"name":"globalFilterModel","children":[],"type":"string","artifact":"Manifest","description":"Represents the name of global filter OData model, which contains entities definition that are relevant for global filters."},{"name":"globalFilterEntityType","children":[],"type":"string","artifact":"Manifest","description":"Represents the entity to use as global filter in the smart filter bar control."},{"name":"globalFilterEntitySet","children":[],"type":"string","artifact":"Manifest","description":"Represents the entity set to use as global filter in the smart filter bar control."},{"name":"showBasicSearch","children":[],"type":"boolean","artifact":"Manifest","description":"Represents a switch to include basic search in the global filters. The default value is false."},{"name":"disableErrorPage","children":[],"type":"boolean","artifact":"Manifest","description":"Represents a switch to disable the error page shown on load of overview page when no data is retrieved from the backend. The default value is false."},{"name":"smartVariantRequired","children":[],"type":"boolean","artifact":"Manifest","description":"Represents a switch to activate smart variant management in the global filters. The default value is true."},{"name":"bHeaderExpanded","children":[],"type":"boolean","artifact":"Manifest","description":"Represents a switch to show smart filter bar in expanded or collapsed mode. The default value is false."},{"name":"containerLayout","children":[],"type":"fixed|resizable","artifact":"Manifest","description":"Represents the layout of the card container. The default value is fixed."},{"name":"showDateInRelativeFormat","children":[],"type":"boolean","artifact":"Manifest","description":"Represents a switch to enable or disable relative or normal date formating. The default value is true."},{"name":"disableTableCardFlexibility","children":[],"type":"boolean","artifact":"Manifest","description":"Represents a switch to enable or disable the flexibility of table cards. The default value is false."},{"name":"enableLiveFilter","children":[],"type":"boolean","artifact":"Manifest","description":"Represents the switch to activate live update in the global filters, else manual update will be required. The default value is true."},{"name":"enableLazyRendering","children":[],"type":"boolean","artifact":"Manifest","description":"Enable loading of cards when they enter viewport. The default value is false."},{"name":"refreshStrategyOnAppRestore","children":[{"name":"entitySets","children":[],"type":"object","description":"Represents the map of entity sets configured for refresh strategies"}],"type":"object","artifact":"Manifest","description":"Represents the refresh strategies configured for OVP while coming back to the source app."},{"name":"considerAnalyticalParameters","children":[],"type":"boolean","artifact":"Manifest","description":"Flag to enable/disable analytical parameter support for Smart filter bar. The default value is false."},{"name":"refreshIntervalInMinutes","children":[],"type":"number","artifact":"Manifest","description":"Time interval in minutes to auto refresh the card models. The default value is 1."},{"name":"useDateRangeType","children":[],"type":"boolean","artifact":"Manifest","description":"Flag to enable/disable semantic date range control for Smart filter bar. The default value is false."},{"name":"chartSettings","children":[{"name":"showDataLabel","children":[],"type":"boolean","artifact":"Manifest","description":"Flag to enable data labels on analytical charts. The default value is false."}],"type":"object","description":"Represents the object to store analytical chart settings."},{"name":"dataLoadSettings","children":[{"name":"loadDataOnAppLaunch","children":[],"type":"always|ifAnyFilterExist|never","description":"Data load behaviour options on application launch. The default value is 'always'."}],"type":"object","artifact":"Manifest","description":"Represents the object to define data loading behaviour for an overview page application"},{"name":"resizableLayout","children":[{"name":"col","children":[],"type":"number","description":"Represents the grid column"},{"name":"row","children":[],"type":"number","description":"Represents the grid row"},{"name":"colSpan","children":[],"type":"number","description":"Represents the column span"},{"name":"rowSpan","children":[],"type":"number","description":"Represents the row span"},{"name":"visible","children":[],"type":"boolean","description":"Represents the visibility of the card"}],"type":"object","artifact":"Manifest","description":"Represents the resizable layout."},{"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":"entitySet","children":[],"type":"string","artifact":"Manifest","description":"Represents the dominant entity set that will be displayed in the given card."},{"name":"title","children":[],"type":"string","artifact":"Manifest","description":"The language-dependent title of the card, used in the card header."},{"name":"subTitle","children":[],"type":"string","artifact":"Manifest","description":"The language-dependent subtitle of the card, used in the card header."},{"name":"annotationPath","children":[],"type":"string","artifact":"Manifest","description":"Represents the annotation path."},{"name":"identificationAnnotationPath","children":[],"type":"string","artifact":"Manifest","description":"Represents the identification annotation path."},{"name":"dataPointAnnotationPath","children":[],"type":"string","artifact":"Manifest","description":"Represents the data point annotation path."},{"name":"selectionAnnotationPath","children":[],"type":"string","artifact":"Manifest","description":"Represents the selection annotation path."},{"name":"presentationAnnotationPath","children":[],"type":"string","artifact":"Manifest","description":"Represents the presentation annotation path."},{"name":"selectionPresentationAnnotationPath","children":[],"type":"string","artifact":"Manifest","description":"Represents the selection presentation annotation path."},{"name":"kpiAnnotationPath","children":[],"type":"string","artifact":"Manifest","description":"Represents the KPI annotation path."},{"name":"category","children":[],"type":"string","artifact":"Manifest","description":"The category of the card, as used in the card header."},{"name":"defaultSpan","children":[{"name":"cols","children":[],"type":"number","artifact":"Manifest","description":"Represents the number of the number of grid columns"},{"name":"rows","children":[],"type":"number","artifact":"Manifest","description":"Represents the number of the number of grid rows"},{"name":"showOnlyHeader","children":[],"type":"boolean","artifact":"Manifest","description":"Represents if user wants to show only header part of card in resizable layout"},{"name":"minimumTitleRow","children":[],"type":"number","artifact":"Manifest","description":"If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)"},{"name":"minimumSubTitleRow","children":[],"type":"number","artifact":"Manifest","description":"If user wants to show more text in title then he/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","artifact":"Manifest","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":"Represents whether smoother curves are required or not"},{"name":"markerSize","children":[],"type":"number","description":"Represents the size of the markers in scatter plots"},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"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"}]},{"name":"timeAxis","children":[{"name":"levels","children":[],"type":"array","description":"Plot area is a parent property which defines multiple other properties for smoothness and marker size"}]}],"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","artifact":"Manifest","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","artifact":"Manifest","description":"add $Select parameter in data fetch URL"},{"name":"sortBy","children":[],"type":"string","artifact":"Manifest","description":"Defines the property by which the list shall be sorted."},{"name":"sortOrder","children":[],"type":"string","artifact":"Manifest","description":"Sort order (ascending or descending)"},{"name":"dynamicSubtitleAnnotationPath","children":[],"type":"string","artifact":"Manifest","description":"Represents the dynamic subtitle annotation path."},{"name":"enableLocaleCurrencyFormatting","children":[],"type":"boolean","artifact":"Manifest","description":"Represents the flag to indicate the use of object number/smart field."},{"name":"showFilterInHeader","children":[],"type":"boolean","artifact":"Manifest","description":"Represents a switch to Show or Hide Filters in Cards Headers in OVP application."},{"name":"showSortingInHeader","children":[],"type":"boolean","artifact":"Manifest","description":"Represents a switch to Show or Hide Sorting in Cards Headers in OVP application."},{"name":"customParams","children":[],"type":"string","artifact":"Manifest","description":"Custom parameters for intent-based navigation to the target application.\nEnter the name of the custom parameter function defined in your custom controller file."},{"name":"listFlavor","children":[],"type":"carousel|standard","artifact":"Manifest","description":"listFlavor 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","artifact":"Manifest","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":"showLineItemDetail","children":[],"type":"boolean","artifact":"Manifest","description":"Flag for show line item detail in list and table card."},{"name":"imageSupported","children":[],"type":"boolean","artifact":"Manifest","description":"Flag for enabling images in a condensed list card."},{"name":"valueSelectionInfo","children":[],"type":"string","artifact":"Manifest","description":"Represents things like people, number of items."},{"name":"itemText","children":[],"type":"string","artifact":"Manifest","description":"Represents the user defined string in placeholder card."},{"name":"objectStreamCardsNavigationProperty","children":[],"type":"string","artifact":"Manifest","description":"The navigation property used to display information from a secondary entity set."},{"name":"objectStreamCardsSettings","children":[{"name":"showFirstActionInFooter","children":[],"type":"boolean","description":"Represents the flag to show first action in footer of the Quickview cards"},{"name":"customActions","children":[{"name":"text","children":[],"type":"string","description":"Text displayed for extended actions in Quick View"},{"name":"press","children":[],"type":"string","description":"Name of the press handler for extended actions in Quick View"},{"name":"position","children":[],"type":"number","description":"Position of extended actions in Quick View"}],"type":"object","description":"Represents the custom actions in the Quick View Cards"}],"type":"object","artifact":"Manifest","description":"Configures additional settings for the cards displayed in the object stream."},{"name":"headerAnnotationPath","children":[],"type":"string","artifact":"Manifest","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","artifact":"Manifest","description":"staticContent represents the static content of a static link list card."},{"name":"chartAnnotationPath","children":[],"type":"string","artifact":"Manifest","description":"Represents the chart annotation path."},{"name":"ignoreSapText","children":[],"type":"boolean","artifact":"Manifest","description":"Represents the flag to indicate priority of number formatting over sap text."},{"name":"navigation","children":[],"type":"chartNav|dataPointNav|headerNav|noHeaderNav","artifact":"Manifest","description":"Represents the configuration to alter the navigation mode in OVP Analytical Cards."},{"name":"chartProperties","children":[{"name":"plotArea","children":[{"name":"isSmoothed","children":[],"type":"boolean","description":"Represents whether smoother curves are required or not"},{"name":"markerSize","children":[],"type":"number","description":"Represents the size of the markers in scatter plots"},{"name":"dataLabel","children":[{"name":"type","children":[],"type":"string","description":"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"}]},{"name":"timeAxis","children":[{"name":"levels","children":[],"type":"array","description":"Plot area is a parent property which defines multiple other properties for smoothness and marker size"}]}],"type":"object","artifact":"Manifest","description":"This property is responsible for setting specific chart settings."},{"name":"colorPalette","children":[],"type":"object","description":"Color palette for semantic coloring."}],"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) {
|