@sap/ux-specification 1.136.12 → 1.136.13
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 +27 -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-ListReportNew.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +233 -236
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/ApplicationV2.json +18 -9
- package/dist/schemas/v2/ListReportNewConfig.json +91 -0
- package/dist/schemas/v4/ApplicationV4.json +32 -16
- package/dist/schemas/v4/BuildingBlocksConfig.json +116 -52
- package/dist/specification/package.json +5 -5
- package/dist/specification/scripts/macros/schema.d.ts +7 -0
- package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
- package/dist/specification/scripts/macros/schema.js +61 -14
- package/dist/specification/scripts/macros/schema.js.map +1 -1
- package/dist/specification/scripts/macros/types.d.ts +1 -0
- package/dist/specification/scripts/macros/types.d.ts.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
- package/dist/specification/scripts/schema/to-json-schema.js +54 -9
- package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
- package/dist/specification/src/sync/common/dist_tag.json +9 -5
- package/dist/specification/src/sync/common/i18n.json +6 -1
- package/dist/specification/src/sync/common/utils.d.ts +25 -0
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +55 -0
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js +1 -10
- package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts +1 -2
- package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +4 -1
- package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
- package/dist/specification/src/sync/v2/generate/stableIdUtils.d.ts +8 -0
- package/dist/specification/src/sync/v2/generate/stableIdUtils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/generate/stableIdUtils.js +1 -0
- package/dist/specification/src/sync/v2/generate/stableIdUtils.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js +3 -2
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.d.ts +78 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js +454 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts +54 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +148 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js.map +1 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +2 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +2 -0
- package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts +4 -2
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js +61 -23
- package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js.map +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 +28 -13
- package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
- package/dist/specification/src/sync/v2/utils.d.ts +7 -0
- package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/utils.js +10 -0
- package/dist/specification/src/sync/v2/utils.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +20 -23
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js +13 -3
- package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.js +64 -0
- package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +51 -4
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts +33 -0
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +95 -0
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/types/src/common/types.d.ts +1 -0
- package/dist/types/src/common/types.d.ts.map +1 -1
- package/dist/types/src/common/types.js.map +1 -1
- package/package.json +5 -5
|
@@ -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.136.
|
|
8
|
+
<div id="version-container">SAP Fiori elements for OData V2<br />@sap/ux-specification 1.136.13</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.136.12","type":"schema","children":[{"name":"globalFilterModel","children":[],"type":"string","artifact":"Manifest","description":"Represents the name of the global OData filter model."},{"name":"globalFilterEntityType","children":[],"type":"string","artifact":"Manifest","description":"Represents the entity type 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 or disable analytical parameter support for the 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 or disable semantic date range control for the 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":"filterSettings","children":[{"name":"dateSettings","children":[{"name":"fields","children":[{"name":"selectedValues","children":[],"type":"array","description":"Defines a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","description":"The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters."},{"name":"customDateRangeImplementation","children":[],"type":"string","description":"This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types."},{"name":"filter","children":[],"type":"array","description":"You can use the filter settings to include and exclude specific date range values."},{"name":"defaultValue","children":[{"name":"operation","children":[],"type":"DATETOYEAR|LAST2WEEKS|LAST3WEEKS|LAST4WEEKS|LAST5WEEKS|LASTMONTH|LASTQUARTER|LASTWEEK|LASTYEAR|QUARTER1|QUARTER2|QUARTER3|QUARTER4|THISMONTH|THISQUARTER|THISWEEK|THISYEAR|TODAY|TOMORROW|YEARTODATE|YESTERDAY","artifact":"Manifest","description":"The operation property is the value that will be set for semantic date range."}],"type":"object","description":"You can set a default value for semantic date range."}],"type":"object","description":"For a fields' list you can define the set of standard date range values separately."},{"name":"useDateRange","children":[],"type":"boolean","description":"If set to true all date fields with filter restriction interval will be treated as DateTimeRange filters."},{"name":"selectedValues","children":[],"type":"array","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","description":"This property is set to True by default. This excludes all values given as selectedValues from the list of date range filters.\nIf the exclude property is set to False, the application shows only selected values in the list of date range filters."}],"type":"object","description":"Represents the object to store the configuration for the date type's filter fields."}],"type":"object","artifact":"Manifest","description":"Represents the object to store filter bar configuration."},{"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 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 grid columns."},{"name":"rows","children":[],"type":"number","artifact":"Manifest","description":"Represents the number of grid rows."},{"name":"showOnlyHeader","children":[],"type":"boolean","artifact":"Manifest","description":"Determines if only the header part of a card is shown in the resizable layout."},{"name":"minimumTitleRow","children":[],"type":"number","artifact":"Manifest","description":"Sets the number of lines for the title row. The maximum is 3."},{"name":"minimumSubTitleRow","children":[],"type":"number","artifact":"Manifest","description":"Sets the number of lines for the subtitle row. The maximum is 2."}],"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":[],"type":"array","artifact":"Manifest","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","artifact":"Manifest","description":"Determines if the $Select parameter shall be added to data fetch requests."},{"name":"sortBy","children":[],"type":"string","artifact":"Manifest","description":"Defines the property by which the list is 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":"showRefresh","children":[],"type":"boolean","artifact":"Manifest","description":"Determines if the refresh icon is shown under a card's more actions. The default value is true."},{"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":"Determines if filters are shown in card headers."},{"name":"showSortingInHeader","children":[],"type":"boolean","artifact":"Manifest","description":"Determines if sorting is shown in card headers."},{"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."},{"name":"listType","children":[],"type":"condensed|extended","artifact":"Manifest","description":"Represents the type of list to use for this card.\nThe list can be extended to display more information or condensed to take up less space."},{"name":"showLineItemDetail","children":[],"type":"boolean","artifact":"Manifest","description":"Flag for showing line item details in list and table cards."},{"name":"enableAddToInsights","children":[],"type":"boolean","artifact":"Manifest","description":"Removes the option to add cards to the Insights section."},{"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 static content."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the static content."},{"name":"imageUri","children":[],"type":"string","description":"The URI for the image of the static content."},{"name":"targetUri","children":[],"type":"string","description":"The URI for the target of the static content."},{"name":"imageAltText","children":[],"type":"string","description":"The alternative text for the image of the static content."},{"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 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."},{"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":[{"name":"0","children":[{"name":"color","children":[],"type":"sapUiChartPaletteNoSemDiv1|sapUiChartPaletteNoSemDiv1Dark1|sapUiChartPaletteNoSemDiv1Dark2|sapUiChartPaletteNoSemDiv1Light1|sapUiChartPaletteNoSemDiv1Light2|sapUiChartPaletteNoSemDiv1Light3|sapUiChartPaletteQualitativeHue1|sapUiChartPaletteQualitativeHue10|sapUiChartPaletteQualitativeHue11|sapUiChartPaletteQualitativeHue12|sapUiChartPaletteQualitativeHue13|sapUiChartPaletteQualitativeHue14|sapUiChartPaletteQualitativeHue15|sapUiChartPaletteQualitativeHue16|sapUiChartPaletteQualitativeHue17|sapUiChartPaletteQualitativeHue18|sapUiChartPaletteQualitativeHue19|sapUiChartPaletteQualitativeHue2|sapUiChartPaletteQualitativeHue20|sapUiChartPaletteQualitativeHue21|sapUiChartPaletteQualitativeHue22|sapUiChartPaletteQualitativeHue3|sapUiChartPaletteQualitativeHue4|sapUiChartPaletteQualitativeHue5|sapUiChartPaletteQualitativeHue6|sapUiChartPaletteQualitativeHue7|sapUiChartPaletteQualitativeHue8|sapUiChartPaletteQualitativeHue9|sapUiChartPaletteSemanticBad|sapUiChartPaletteSemanticBadDark1|sapUiChartPaletteSemanticBadDark2|sapUiChartPaletteSemanticBadLight1|sapUiChartPaletteSemanticBadLight2|sapUiChartPaletteSemanticBadLight3|sapUiChartPaletteSemanticCritical|sapUiChartPaletteSemanticCriticalDark1|sapUiChartPaletteSemanticCriticalDark2|sapUiChartPaletteSemanticCriticalLight1|sapUiChartPaletteSemanticCriticalLight2|sapUiChartPaletteSemanticCriticalLight3|sapUiChartPaletteSemanticGood|sapUiChartPaletteSemanticGoodDark1|sapUiChartPaletteSemanticGoodDark2|sapUiChartPaletteSemanticGoodLight1|sapUiChartPaletteSemanticGoodLight2|sapUiChartPaletteSemanticGoodLight3|sapUiChartPaletteSemanticNeutral|sapUiChartPaletteSemanticNeutralDark1|sapUiChartPaletteSemanticNeutralDark2|sapUiChartPaletteSemanticNeutralLight1|sapUiChartPaletteSemanticNeutralLight2|sapUiChartPaletteSemanticNeutralLight3|sapUiChartPaletteSequentialHue1|sapUiChartPaletteSequentialHue1Dark1|sapUiChartPaletteSequentialHue1Dark2|sapUiChartPaletteSequentialHue1Light1|sapUiChartPaletteSequentialHue1Light2|sapUiChartPaletteSequentialHue1Light3|sapUiChartPaletteSequentialHue2|sapUiChartPaletteSequentialHue2Dark1|sapUiChartPaletteSequentialHue2Dark2|sapUiChartPaletteSequentialHue2Light1|sapUiChartPaletteSequentialHue2Light2|sapUiChartPaletteSequentialHue2Light3|sapUiChartPaletteSequentialHue3|sapUiChartPaletteSequentialHue3Dark1|sapUiChartPaletteSequentialHue3Dark2|sapUiChartPaletteSequentialHue3Light1|sapUiChartPaletteSequentialHue3Light2|sapUiChartPaletteSequentialHue3Light3|sapUiChartPaletteSequentialHue6|sapUiChartPaletteSequentialHue6Dark1|sapUiChartPaletteSequentialHue6Dark2|sapUiChartPaletteSequentialHue6Light1|sapUiChartPaletteSequentialHue6Light2|sapUiChartPaletteSequentialHue6Light3|sapUiChartPaletteSequentialNeutral|sapUiChartPaletteSequentialNeutralDark1|sapUiChartPaletteSequentialNeutralDark2|sapUiChartPaletteSequentialNeutralLight1|sapUiChartPaletteSequentialNeutralLight2|sapUiChartPaletteSequentialNeutralLight3|sapUiChartZeroAxisColor|sapUiChoroplethRegionBG|sapUiCriticalElement|sapUiNegativeElement|sapUiNeutralElement|sapUiPositiveElement","description":"color contains the value of the color for the particular state"},{"name":"legendText","children":[],"type":"string","description":"The legend text for the color"}],"type":"object"},{"name":"colorPaletteType","children":[],"type":"string"},{"name":"dimensionValueToColor","children":[],"type":"object"},{"name":"dimensionSettings","children":[{"name":"additionalProperties","children":[{"name":"dimensionValue","children":[],"type":"string"},{"name":"index","children":[],"type":"number","description":"If the index property is maintained, legends will be positioned in that order"}],"type":"object"}],"type":"object","description":"For each dimension value to be colored, color and dimensionValue needs to be customized as a rule"}],"type":"object","description":"Color palette for semantic coloring."},{"name":"bEnableStableColors","children":[],"type":"boolean","artifact":"Manifest","description":"Enables the configuration of an analytical card with a column stack chart to map the dimension values to specific colors."}],"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.136.13","type":"schema","children":[{"name":"globalFilterModel","children":[],"type":"string","artifact":"Manifest","description":"Represents the name of the global OData filter model."},{"name":"globalFilterEntityType","children":[],"type":"string","artifact":"Manifest","description":"Represents the entity type 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 or disable analytical parameter support for the 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 or disable semantic date range control for the 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":"filterSettings","children":[{"name":"dateSettings","children":[{"name":"fields","children":[{"name":"selectedValues","children":[],"type":"array","description":"Defines a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","description":"The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters."},{"name":"customDateRangeImplementation","children":[],"type":"string","description":"This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.\nThe customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types."},{"name":"filter","children":[],"type":"array","description":"You can use the filter settings to include and exclude specific date range values."},{"name":"defaultValue","children":[{"name":"operation","children":[],"type":"DATETOYEAR|LAST2WEEKS|LAST3WEEKS|LAST4WEEKS|LAST5WEEKS|LASTMONTH|LASTQUARTER|LASTWEEK|LASTYEAR|QUARTER1|QUARTER2|QUARTER3|QUARTER4|THISMONTH|THISQUARTER|THISWEEK|THISYEAR|TODAY|TOMORROW|YEARTODATE|YESTERDAY","artifact":"Manifest","description":"The operation property is the value that will be set for semantic date range."}],"type":"object","description":"You can set a default value for semantic date range."}],"type":"object","description":"For a fields' list you can define the set of standard date range values separately."},{"name":"useDateRange","children":[],"type":"boolean","description":"If set to true all date fields with filter restriction interval will be treated as DateTimeRange filters."},{"name":"selectedValues","children":[],"type":"array","description":"The selectedValues property is a set of standard date range values that you want to include or exclude."},{"name":"exclude","children":[],"type":"boolean","description":"This property is set to True by default. This excludes all values given as selectedValues from the list of date range filters.\nIf the exclude property is set to False, the application shows only selected values in the list of date range filters."}],"type":"object","description":"Represents the object to store the configuration for the date type's filter fields."}],"type":"object","artifact":"Manifest","description":"Represents the object to store filter bar configuration."},{"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 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 grid columns."},{"name":"rows","children":[],"type":"number","artifact":"Manifest","description":"Represents the number of grid rows."},{"name":"showOnlyHeader","children":[],"type":"boolean","artifact":"Manifest","description":"Determines if only the header part of a card is shown in the resizable layout."},{"name":"minimumTitleRow","children":[],"type":"number","artifact":"Manifest","description":"Sets the number of lines for the title row. The maximum is 3."},{"name":"minimumSubTitleRow","children":[],"type":"number","artifact":"Manifest","description":"Sets the number of lines for the subtitle row. The maximum is 2."}],"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":[],"type":"array","artifact":"Manifest","description":"Represents the card with view switch control."},{"name":"addODataSelect","children":[],"type":"boolean","artifact":"Manifest","description":"Determines if the $Select parameter shall be added to data fetch requests."},{"name":"sortBy","children":[],"type":"string","artifact":"Manifest","description":"Defines the property by which the list is 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":"showRefresh","children":[],"type":"boolean","artifact":"Manifest","description":"Determines if the refresh icon is shown under a card's more actions. The default value is true."},{"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":"Determines if filters are shown in card headers."},{"name":"showSortingInHeader","children":[],"type":"boolean","artifact":"Manifest","description":"Determines if sorting is shown in card headers."},{"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."},{"name":"listType","children":[],"type":"condensed|extended","artifact":"Manifest","description":"Represents the type of list to use for this card.\nThe list can be extended to display more information or condensed to take up less space."},{"name":"showLineItemDetail","children":[],"type":"boolean","artifact":"Manifest","description":"Flag for showing line item details in list and table cards."},{"name":"enableAddToInsights","children":[],"type":"boolean","artifact":"Manifest","description":"Removes the option to add cards to the Insights section."},{"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 static content."},{"name":"subTitle","children":[],"type":"string","description":"The language-dependent subtitle of the static content."},{"name":"imageUri","children":[],"type":"string","description":"The URI for the image of the static content."},{"name":"targetUri","children":[],"type":"string","description":"The URI for the target of the static content."},{"name":"imageAltText","children":[],"type":"string","description":"The alternative text for the image of the static content."},{"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 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."},{"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":[{"name":"0","children":[{"name":"color","children":[],"type":"sapUiChartPaletteNoSemDiv1|sapUiChartPaletteNoSemDiv1Dark1|sapUiChartPaletteNoSemDiv1Dark2|sapUiChartPaletteNoSemDiv1Light1|sapUiChartPaletteNoSemDiv1Light2|sapUiChartPaletteNoSemDiv1Light3|sapUiChartPaletteQualitativeHue1|sapUiChartPaletteQualitativeHue10|sapUiChartPaletteQualitativeHue11|sapUiChartPaletteQualitativeHue12|sapUiChartPaletteQualitativeHue13|sapUiChartPaletteQualitativeHue14|sapUiChartPaletteQualitativeHue15|sapUiChartPaletteQualitativeHue16|sapUiChartPaletteQualitativeHue17|sapUiChartPaletteQualitativeHue18|sapUiChartPaletteQualitativeHue19|sapUiChartPaletteQualitativeHue2|sapUiChartPaletteQualitativeHue20|sapUiChartPaletteQualitativeHue21|sapUiChartPaletteQualitativeHue22|sapUiChartPaletteQualitativeHue3|sapUiChartPaletteQualitativeHue4|sapUiChartPaletteQualitativeHue5|sapUiChartPaletteQualitativeHue6|sapUiChartPaletteQualitativeHue7|sapUiChartPaletteQualitativeHue8|sapUiChartPaletteQualitativeHue9|sapUiChartPaletteSemanticBad|sapUiChartPaletteSemanticBadDark1|sapUiChartPaletteSemanticBadDark2|sapUiChartPaletteSemanticBadLight1|sapUiChartPaletteSemanticBadLight2|sapUiChartPaletteSemanticBadLight3|sapUiChartPaletteSemanticCritical|sapUiChartPaletteSemanticCriticalDark1|sapUiChartPaletteSemanticCriticalDark2|sapUiChartPaletteSemanticCriticalLight1|sapUiChartPaletteSemanticCriticalLight2|sapUiChartPaletteSemanticCriticalLight3|sapUiChartPaletteSemanticGood|sapUiChartPaletteSemanticGoodDark1|sapUiChartPaletteSemanticGoodDark2|sapUiChartPaletteSemanticGoodLight1|sapUiChartPaletteSemanticGoodLight2|sapUiChartPaletteSemanticGoodLight3|sapUiChartPaletteSemanticNeutral|sapUiChartPaletteSemanticNeutralDark1|sapUiChartPaletteSemanticNeutralDark2|sapUiChartPaletteSemanticNeutralLight1|sapUiChartPaletteSemanticNeutralLight2|sapUiChartPaletteSemanticNeutralLight3|sapUiChartPaletteSequentialHue1|sapUiChartPaletteSequentialHue1Dark1|sapUiChartPaletteSequentialHue1Dark2|sapUiChartPaletteSequentialHue1Light1|sapUiChartPaletteSequentialHue1Light2|sapUiChartPaletteSequentialHue1Light3|sapUiChartPaletteSequentialHue2|sapUiChartPaletteSequentialHue2Dark1|sapUiChartPaletteSequentialHue2Dark2|sapUiChartPaletteSequentialHue2Light1|sapUiChartPaletteSequentialHue2Light2|sapUiChartPaletteSequentialHue2Light3|sapUiChartPaletteSequentialHue3|sapUiChartPaletteSequentialHue3Dark1|sapUiChartPaletteSequentialHue3Dark2|sapUiChartPaletteSequentialHue3Light1|sapUiChartPaletteSequentialHue3Light2|sapUiChartPaletteSequentialHue3Light3|sapUiChartPaletteSequentialHue6|sapUiChartPaletteSequentialHue6Dark1|sapUiChartPaletteSequentialHue6Dark2|sapUiChartPaletteSequentialHue6Light1|sapUiChartPaletteSequentialHue6Light2|sapUiChartPaletteSequentialHue6Light3|sapUiChartPaletteSequentialNeutral|sapUiChartPaletteSequentialNeutralDark1|sapUiChartPaletteSequentialNeutralDark2|sapUiChartPaletteSequentialNeutralLight1|sapUiChartPaletteSequentialNeutralLight2|sapUiChartPaletteSequentialNeutralLight3|sapUiChartZeroAxisColor|sapUiChoroplethRegionBG|sapUiCriticalElement|sapUiNegativeElement|sapUiNeutralElement|sapUiPositiveElement","description":"color contains the value of the color for the particular state"},{"name":"legendText","children":[],"type":"string","description":"The legend text for the color"}],"type":"object"},{"name":"colorPaletteType","children":[],"type":"string"},{"name":"dimensionValueToColor","children":[],"type":"object"},{"name":"dimensionSettings","children":[{"name":"additionalProperties","children":[{"name":"dimensionValue","children":[],"type":"string"},{"name":"index","children":[],"type":"number","description":"If the index property is maintained, legends will be positioned in that order"}],"type":"object"}],"type":"object","description":"For each dimension value to be colored, color and dimensionValue needs to be customized as a rule"}],"type":"object","description":"Color palette for semantic coloring."},{"name":"bEnableStableColors","children":[],"type":"boolean","artifact":"Manifest","description":"Enables the configuration of an analytical card with a column stack chart to map the dimension values to specific colors."}],"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) {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<link href="../styleDocu.css" rel="stylesheet" />
|
|
6
6
|
</head>
|
|
7
7
|
<body>
|
|
8
|
-
<div id="version-container">SAP Fiori elements for OData V4<br />@sap/ux-specification 1.136.
|
|
8
|
+
<div id="version-container">SAP Fiori elements for OData V4<br />@sap/ux-specification 1.136.13</div>
|
|
9
9
|
<div id="button-container">
|
|
10
10
|
<input type="button" id="resetTree" value="Reset" /><input type="button" value="Expand" id="expandTree" />
|
|
11
11
|
</div>
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
<script src="./../runDocu-min.js"></script>
|
|
57
57
|
<script>
|
|
58
58
|
var floorPlanIcon = `<path fill-rule="evenodd" clip-rule="evenodd" fill="var(--vscode-icon-foreground)"d="M3 3H13V4L14 4.5V3C14 2.44771 13.5523 2 13 2H3C2.44772 2 2 2.44771 2 3V13C2 13.5523 2.44772 14 3 14H4L3.5 13H3V6H6.79999L7 5H3V3Z"/><path fill-rule="evenodd" clip-rule="evenodd" fill="var(--vscode-icon-foreground)" d="M8.28944 4.55013C8.08524 4.54527 7.90338 4.67855 7.84651 4.87473C7.72432 5.2963 7.6087 5.85047 7.57817 6.50159C7.55755 6.90136 7.57389 7.26774 7.6084 7.59183C7.14124 7.51867 6.56355 7.49155 5.9202 7.60389C5.53848 7.66768 5.21146 7.7753 4.94353 7.87882C4.77595 7.94356 4.66294 8.10177 4.65604 8.28128C4.64316 8.61616 4.66223 9.20756 4.94215 9.87157L4.9427 9.87287C5.10582 10.2564 5.31634 10.5678 5.52562 10.8133C5.04431 11.475 4.72674 12.3015 4.65154 13.2092C4.63368 13.4249 4.77178 13.6227 4.98034 13.6802C5.50707 13.8255 6.24965 13.9717 7.14457 13.9473C8.41699 13.9108 9.40314 13.5455 9.98776 13.2715C10.1669 13.1875 10.2702 12.9963 10.2422 12.8004C10.2245 12.6761 10.2147 12.5012 10.2427 12.2906C10.279 12.0236 10.3694 11.8204 10.4419 11.6889C10.5324 11.5249 10.5118 11.322 10.3902 11.1795C10.2686 11.037 10.0714 10.9847 9.89519 11.0482C9.57944 11.1621 9.05531 11.3087 8.4241 11.2734C7.97335 11.2478 7.62017 11.1448 7.49082 11.1017C7.25504 11.0231 7.0002 11.1506 6.92161 11.3863C6.84301 11.6221 6.97044 11.8769 7.20621 11.9555C7.38503 12.0151 7.81976 12.1405 8.37342 12.172C8.73572 12.1922 9.06814 12.165 9.35869 12.1164C9.35591 12.1341 9.35316 12.153 9.35071 12.1711C9.33105 12.3185 9.32406 12.4555 9.32528 12.5797C8.80396 12.7935 8.04887 13.0209 7.11923 13.0477C6.5294 13.0637 6.01468 12.9951 5.5973 12.9053C5.72067 12.2067 6.01582 11.6045 6.41153 11.1414C6.42714 11.1286 6.44207 11.1147 6.45621 11.0995C6.47511 11.0793 6.49179 11.0577 6.50624 11.0352C6.97818 10.5288 7.57578 10.2101 8.19028 10.1441C9.38946 10.0141 10.3214 10.869 10.4939 11.0359C10.6725 11.2087 10.9574 11.2041 11.1302 11.0255C11.3031 10.8469 11.2984 10.562 11.1198 10.3892C10.9385 10.2137 9.73609 9.07121 8.09326 9.24935C7.36648 9.32751 6.6927 9.647 6.13655 10.1389C6.00352 9.9691 5.87453 9.7641 5.7712 9.52132C5.62761 9.18046 5.57487 8.86423 5.559 8.61555C5.71656 8.56568 5.88655 8.52193 6.06996 8.49136L6.07355 8.49074C6.89742 8.34656 7.59518 8.48011 8.02817 8.60531C8.17937 8.64903 8.34242 8.61058 8.45815 8.50392C8.57388 8.39725 8.62547 8.23788 8.5942 8.08362C8.51409 7.68841 8.4452 7.16228 8.47702 6.54698L8.47713 6.54474C8.49589 6.14338 8.55165 5.7845 8.62004 5.47956C9.00004 5.53292 9.59947 5.68299 10.1451 6.1105C9.92078 6.41779 9.64801 6.86697 9.4904 7.41311C9.42847 7.62214 9.39189 7.82094 9.36997 7.97205C9.35889 8.04841 9.35139 8.11379 9.34627 8.16346C9.34372 8.18828 9.34176 8.2091 9.34032 8.22477L9.33859 8.24355L9.3381 8.24876C9.31065 8.49577 9.48864 8.71826 9.73565 8.74571C9.98266 8.77315 10.2051 8.59516 10.2326 8.34815C10.2335 8.3401 10.2345 8.32891 10.2359 8.31491C10.2458 8.21004 10.2705 7.94769 10.3537 7.66752L10.3547 7.66398C10.4535 7.321 10.6151 7.0216 10.7701 6.78769C10.9839 7.10354 11.2229 7.58086 11.2592 8.19734C11.274 8.49701 11.2593 8.96542 11.0381 9.53348C11.0178 9.58553 11.0075 9.6409 11.0075 9.69676C11.0075 10.008 11.0845 10.333 11.3818 10.4816C11.5368 10.5592 11.6889 10.5524 11.8033 10.5236C11.9034 10.4983 11.9905 10.4521 12.0438 10.4228C12.0784 10.4037 12.1094 10.386 12.1386 10.3692C12.219 10.3231 12.2867 10.2843 12.3824 10.2464L12.3885 10.2438C12.5093 10.1938 12.662 10.1525 12.8499 10.1525C13.0204 10.1525 13.1762 10.0562 13.2524 9.90371C13.4973 9.414 13.8461 8.56346 13.932 7.45511C14.0177 6.3884 13.8215 5.5248 13.6626 5.00534C13.615 4.84985 13.4873 4.73211 13.3284 4.69736C13.1079 4.64912 12.7116 4.59308 12.2434 4.6979C11.9079 4.77323 11.6521 4.89716 11.477 5.0022C11.2639 5.13007 11.1948 5.40648 11.3227 5.61959C11.4505 5.83271 11.727 5.90181 11.9401 5.77394C12.0504 5.70778 12.2169 5.62626 12.4406 5.57604C12.6027 5.53978 12.7522 5.53387 12.8781 5.54114C12.9929 5.99437 13.0954 6.63079 13.0348 7.38363L13.0347 7.38501C12.9726 8.18807 12.7503 8.83523 12.5554 9.27279C12.3596 9.30016 12.1899 9.35224 12.0475 9.41094L12.0214 9.42157C12.164 8.89507 12.1732 8.45471 12.158 8.15055L12.1578 8.14688C12.086 6.91328 11.4078 6.10954 11.1726 5.84339C11.1665 5.83646 11.1601 5.82972 11.1536 5.82318C11.1491 5.81872 11.1438 5.81292 11.1315 5.79923L11.1288 5.79622C11.1192 5.78543 11.1017 5.76577 11.0826 5.74653C9.98289 4.60991 8.55395 4.55643 8.28944 4.55013Z"/>`;
|
|
59
|
-
var treeData = {"name":"ApplicationV4","description":"SAP Fiori elements for OData V4<br>@sap/ux-specification version 1.136.
|
|
59
|
+
var treeData = {"name":"ApplicationV4","description":"SAP Fiori elements for OData V4<br>@sap/ux-specification version 1.136.13","type":"schema","children":[{"name":"settings","children":[{"name":"flexibleColumnLayout","children":[{"name":"limitFCLToTwoColumns","children":[],"type":"boolean","description":"Determines whether the Flexible Column Layout is limited to two columns. If set to true, the third level will be displayed in full screen mode rather than a third column."}],"type":"object","description":"The flexible column layout allows users to see more details on the page, and to expand and collapse the screen areas."},{"name":"path","children":[],"type":"string","description":"Represents a prefix that is prepended in front of the viewName"},{"name":"viewType","children":[],"type":"HTML|JSON|XML","description":"standard view type of views"},{"name":"controllerExtensions","children":[{"name":"controllerName","children":[],"type":"string"},{"name":"controllerNames","children":[],"type":"array"}],"type":"object","description":"Controller extensions allow users to extensiate default behaviour with custom controllers code."},{"name":"dependencies","children":[{"name":"minUI5Version","children":[],"type":"string","description":"Represents the minimum version of SAP UI5 that your component requires. It is either a specific version or an array of versions where each major version can only be included once. If array contains more than one version and if version 1 is included it must be at least 1.120.x."},{"name":"libs","children":[{"name":"minVersion","children":[],"type":"string","description":"Represents minimal version of ui5 library"},{"name":"lazy","children":[],"type":"boolean","description":"Represents Indicator to lazy loading lib"}],"type":"object","description":"Represents the id (namespace) of the libraries that should be loaded by UI5 Core to be used in your component"},{"name":"components","children":[{"name":"minVersion","children":[],"type":"string","description":"Represents minimal version of ui5 component"},{"name":"lazy","children":[],"type":"boolean","description":"Represents Indicator to lazy loading component"}],"type":"object","description":"Represents the id (namespace) of the components that should be loaded by UI5 Core to be used in your component"}],"type":"object","description":"Dependencies of the application."},{"name":"hideDraft","children":[{"name":"enabled","children":[],"type":"boolean","description":"All features related to draft handling can be hidden from the UI while the draft functionality remains active in the background. To achieve this, enable the 'Hide Draft' property."},{"name":"stayOnCurrentPageAfterSave","children":[],"type":"boolean","description":"Determines whether to stay on the current page after saving an object.\nTo ensure a consistent experience, set this and 'Stay On Current Page After Cancel' to the same value."},{"name":"stayOnCurrentPageAfterCancel","children":[],"type":"boolean","description":"Determines whether to stay on the current page after canceling an object.\nTo ensure a consistent experience, set this and 'Stay On Current Page After Save' to the same value."},{"name":"hideCreateNext","children":[],"type":"boolean","description":"Controls the visibility of the 'Create Next' button."}],"type":"object","description":"Hidden draft features."},{"name":"defaultCreationMode","children":[],"type":"string","description":"Define the default creation mode that is used for all tables, unless a specific creation mode has been set."},{"name":"title","children":[],"type":"string","description":"Defines the title for the application."},{"name":"description","children":[],"type":"string","description":"Defines the description for the application."},{"name":"flexEnabled","children":[],"type":"boolean","description":"Enables key user adaptation for an application."},{"name":"cloudDevAdaptationStatus","children":[],"type":"deprecated|obsolete|released","description":"Represents the release status for the developer adaptation in the cloud (relevant for SAP internal only). The supported types are released, deprecated, obsolete, no value means not released."}]}]};
|
|
60
60
|
|
|
61
61
|
var initTreeDiagram = () => {
|
|
62
62
|
if (!window.treeDiagram) {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<link href="../styleDocu.css" rel="stylesheet" />
|
|
6
6
|
</head>
|
|
7
7
|
<body>
|
|
8
|
-
<div id="version-container">SAP Fiori elements for OData V4<br />@sap/ux-specification 1.136.
|
|
8
|
+
<div id="version-container">SAP Fiori elements for OData V4<br />@sap/ux-specification 1.136.13</div>
|
|
9
9
|
<div id="button-container">
|
|
10
10
|
<input type="button" id="resetTree" value="Reset" /><input type="button" value="Expand" id="expandTree" />
|
|
11
11
|
</div>
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
<script src="./../runDocu-min.js"></script>
|
|
57
57
|
<script>
|
|
58
58
|
var floorPlanIcon;
|
|
59
|
-
var treeData = {"name":"BuildingBlocks","description":"SAP Fiori elements for OData V4<br>@sap/ux-specification version 1.136.
|
|
59
|
+
var treeData = {"name":"BuildingBlocks","description":"SAP Fiori elements for OData V4<br>@sap/ux-specification version 1.136.13","type":"schema","children":[{"name":"$filePath","children":[],"type":"string"}]};
|
|
60
60
|
|
|
61
61
|
var initTreeDiagram = () => {
|
|
62
62
|
if (!window.treeDiagram) {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<link href="../styleDocu.css" rel="stylesheet" />
|
|
6
6
|
</head>
|
|
7
7
|
<body>
|
|
8
|
-
<div id="version-container">SAP Fiori elements for OData V4<br />@sap/ux-specification 1.136.
|
|
8
|
+
<div id="version-container">SAP Fiori elements for OData V4<br />@sap/ux-specification 1.136.13</div>
|
|
9
9
|
<div id="button-container">
|
|
10
10
|
<input type="button" id="resetTree" value="Reset" /><input type="button" value="Expand" id="expandTree" />
|
|
11
11
|
</div>
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
<script src="./../runDocu-min.js"></script>
|
|
57
57
|
<script>
|
|
58
58
|
var floorPlanIcon;
|
|
59
|
-
var treeData = {"name":"FreestylePage","description":"SAP Fiori elements for OData V4<br>@sap/ux-specification version 1.136.
|
|
59
|
+
var treeData = {"name":"FreestylePage","description":"SAP Fiori elements for OData V4<br>@sap/ux-specification version 1.136.13","type":"schema","children":[{"name":"$filePath","children":[],"type":"string"}]};
|
|
60
60
|
|
|
61
61
|
var initTreeDiagram = () => {
|
|
62
62
|
if (!window.treeDiagram) {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<link href="../styleDocu.css" rel="stylesheet" />
|
|
6
6
|
</head>
|
|
7
7
|
<body>
|
|
8
|
-
<div id="version-container">SAP Fiori elements for OData V4<br />@sap/ux-specification 1.136.
|
|
8
|
+
<div id="version-container">SAP Fiori elements for OData V4<br />@sap/ux-specification 1.136.13</div>
|
|
9
9
|
<div id="button-container">
|
|
10
10
|
<input type="button" id="resetTree" value="Reset" /><input type="button" value="Expand" id="expandTree" />
|
|
11
11
|
</div>
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
<script src="./../runDocu-min.js"></script>
|
|
57
57
|
<script>
|
|
58
58
|
var floorPlanIcon = `<path fill-rule="evenodd" clip-rule="evenodd" fill="var(--vscode-icon-foreground)"d="M5 3.0028H2V2.0048H5V3.0028ZM6.0044 3.0028H9.0044V2.0048H6.0044V3.0028ZM10.0014 3.0028H13.0014V2.0048H10.0014V3.0028ZM1 14.993L0.997 4.995H14.988V14.988L1 14.993ZM14.988 0.995V3.994H0.996L0.995 1L14.988 0.995ZM14 7H10V6H14V7ZM11 9.0028H14V8.0048H11V9.0028ZM14 11H10V10H14V11ZM14 13.0028H11V12.0048H14V13.0028ZM6 12.999H9V12.001H6V12.999ZM9 10.999H6V10.001H9V10.999ZM6 8.999H9V8.001H6V8.999ZM9 6.999H6V6.001H9V6.999ZM2 12.999H5V12.001H2V12.999ZM5 11.0028H2V10.0048H5V11.0028ZM2 9.0028H5V8.0048H2V9.0028ZM5 6.999H2V6.001H5V6.999ZM14.993 0H0.995C0.446 0 0 0.446 0 0.995V14.993C0 15.542 0.446 15.988 0.995 15.988H14.993C15.542 15.988 15.988 15.542 15.988 14.993V0.995C15.988 0.446 15.542 0 14.993 0Z"/>`;
|
|
59
|
-
var treeData = {"name":"ListReport","description":"SAP Fiori elements for OData V4<br>@sap/ux-specification version 1.136.12","type":"schema","children":[{"name":"variantManagement","children":[],"type":"Control|None|Page","artifact":"Manifest","description":"variantManagement defines how the variant management of page personalizations is controlled.\n- None - No variant management by default.\n- Control - Individual personalizations for each control."},{"name":"header","children":[{"name":"actions","children":[{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor action."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to other actions."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"visible","children":[],"type":"false|true","artifact":"Manifest","description":"Defines if the action button is visible."},{"name":"enabled","children":[],"type":"false|true","artifact":"Manifest","description":"Defines if the action is enabled. The default value is true."}]}],"type":"object","description":"Header"},{"name":"filterBar","children":[{"name":"hideFilterBar","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to hide the filter bar."},{"name":"visualFilters","children":[{"name":"availability","children":[],"type":"Adaptation|Default|Hidden","artifact":"Manifest","description":"Defines where the selection field appears.\n- Default: The filter field appears by default in the filter bar (both the regular filter fields as well as the corresponding visual filter fields).\n- Adaptation: The filter field only appears under Adapt Filters.\n- Hidden: The filter field is hidden."},{"name":"visualFilterValueList","children":[],"type":"string","artifact":"Manifest","description":"The valuelist annotation corresponding to the visual filter representation."}]},{"name":"initialLayout","children":[],"type":"Compact|Visual","artifact":"Manifest","description":"Allows you to specify the default filter mode on the initial load."},{"name":"layout","children":[],"type":"Compact|CompactVisual","artifact":"Manifest","description":"Allows you to specify the layout of the filter bar.\n- Compact: This setting shows filter fields in compact mode.\n- CompactVisual: This setting shows filter fields in both compact and visual modes."}],"type":"object","description":"Filter Bar"},{"name":"chart","children":[{"name":"annotationPath","children":[],"type":"string","description":"The primary annotation path can be either UI.Chart, UI.PresentationVariant, or UI.SelectionPresentationVariant."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"enableOnSelect","children":[],"type":"multi|single","artifact":"Manifest","description":"Enables single selection for a bound action"},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to scroll to the newly created or changed item after you have performed an action."}],"type":"object","artifact":"Manifest","description":"Settings that control the behavior after creating a new entry."},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to other actions."},{"name":"requiresSelection","children":[],"type":"boolean","artifact":"Manifest","description":"Indicates whether the action requires a selection of items."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"visible","children":[],"type":"false|true","artifact":"Manifest","description":"Defines if the action button is visible."},{"name":"enabled","children":[],"type":"false|true","artifact":"Manifest","description":"Defines if the action is enabled. The default value is true."}]}],"type":"object","description":"Chart Toolbar"}],"type":"object","artifact":"Manifest","description":"Chart"},{"name":"table","children":[{"name":"annotationPath","children":[],"type":"string","artifact":"Manifest","description":"The secondary annotation path can be either UI.LineItem, UI.PresentationVariant, or UI.SelectionPresentationVariant."},{"name":"initialLoad","children":[],"type":"Auto|Disabled|Enabled","artifact":"Manifest","description":"Determines whether the data in the table is automatically loaded.\n- Auto (default): Data is loaded automatically if a default filter value has been set in the filter bar.\n- Enabled: Data is loaded automatically, as defined by the standard variant.\n- Disabled: Data is not loaded automatically. Users have to click the Go button."},{"name":"personalization","children":[{"name":"column","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can add and remove columns to a given table."},{"name":"sort","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can sort a given table."},{"name":"filter","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can filter data of a given table."}],"type":"object","artifact":"Manifest","description":"Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"requiresSelection","children":[],"type":"boolean","artifact":"Manifest","description":"Indicates whether the action requires a selection of items."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to other actions."},{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"visible","children":[],"type":"false|true","artifact":"Manifest","description":"Defines if the action button is visible."},{"name":"enabled","children":[],"type":"false|true","artifact":"Manifest","description":"Defines if the action is enabled. The default value is true."}]}],"type":"object","description":"Table Toolbar"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"Manifest","description":"A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize"},{"name":"widthIncludingColumnHeader","children":[],"type":"boolean","artifact":"Manifest","description":"By default, the column width is calculated based on the type of the content. You can include the column header in the width calculation using the widthIncludingColumnHeader setting in the manifest.json."},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to scroll to the newly created or changed item after you have performed an action."}],"type":"object","artifact":"Manifest","description":"Settings that control the behavior after creating a new entry."},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another column to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor column."}],"type":"object","artifact":"Manifest","description":"Defines the position of the column relative to other columns."},{"name":"header","children":[],"type":"string","artifact":"Manifest","description":"The header is shown on the table as header, as well as in the add/remove dialog."},{"name":"template","children":[],"type":"string","artifact":"Manifest","description":"Defines a target fragment."},{"name":"horizontalAlign","children":[],"type":"Begin|Center|End","artifact":"Manifest","description":"Aligns the header as well as the content horizontally."},{"name":"properties","children":[],"type":"array","artifact":"Manifest","description":"If provided and sorting for the table is enabled, the custom column header can be clicked.\nOnce clicked, a list of properties that can be sorted by are displayed."}]}]},{"name":"type","children":[],"type":"AnalyticalTable|GridTable|ResponsiveTable|TreeTable","artifact":"Manifest","description":"Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead."},{"name":"selectionMode","children":[],"type":"Auto|Multi|None|Single","artifact":"Manifest","description":"Allows you to enable or disable row selection and choose between single or multiple row selection.\n- Auto: This type is deprecated. Choose any of the following modes:\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.\n- Single: This type allows single table selection if relevant actions are available in the toolbar.\n- None: No table selection is possible in display mode."},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"The selectAll configuration overrides the selectionLimit and allows the user to select all the items. When set to true, the select all feature is enabled: a checkbox in the table header is displayed which selects all items when clicked."},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"You can define how many items can be selected at a time using the selectionLimit."},{"name":"enableExport","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the Export button is displayed in the table toolbar. The default value is true."},{"name":"quickVariantSelection","children":[{"name":"paths","children":[{"name":"annotationPath","children":[],"type":"string"}],"type":"object","artifact":"Manifest","description":"List of annotation paths referring to SelectionVariant annotations."},{"name":"hideTableTitle","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether the table title is hidden and the tab titles are displayed."},{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether the entry view counts are shown."}],"type":"object","artifact":"Manifest","description":"With quickVariantSelection you can switch to multiple views (single table mode). It links to a SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) that you have added to your annotations."},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether the content density for ui.table is condensed."},{"name":"hierarchyQualifier","children":[],"type":"string","artifact":"Manifest","description":"Leading property that decides between either a recursive hierarchy or data aggregation."},{"name":"widthIncludingColumnHeader","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether the column header is included in the column width calculation. By default, the column width is calculated based on the type of the content."},{"name":"disableCopyToClipboard","children":[],"type":"boolean","artifact":"Manifest","description":"Determines the visibility of the Copy to Clipboard button. By default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured."},{"name":"enableMassEdit","children":[{"name":"visibleFields","children":[],"type":"array","artifact":"Manifest","description":"The 'visibleFields' property lets you specify which fields are available in the mass edit dialog."},{"name":"ignoredFields","children":[],"type":"array","artifact":"Manifest","description":"The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table."},{"name":"operationGroupingMode","children":[],"type":"ChangeSet|Isolated","description":"Define how the changes using mass edit should be applied. The default mode for mass editing is 'ChangeSet' on the Object Page and 'Isolated' in the List Report.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."}],"type":"boolean","artifact":"Manifest","description":"Mass editing allows end users to simultaneously change multiple objects that share the same editable properties."},{"name":"creationMode","children":[{"name":"name","children":[],"type":"string","artifact":"Manifest","description":"Defines the creation mode to be used by the List Report table.\nThe allowed values are `NewPage` or `CreationDialog`.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async' or 'Deferred' metadata is used.\n- CreationDialog: The creation is performed in the table, with a dialog which allows you to specify initial property values that are are listed in `creationFields`.\n\nIf this is not set with a value, the default value is 'NewPage'."},{"name":"creationFields","children":[],"type":"array","artifact":"Manifest","description":"Defines the list of properties that are displayed in the creation dialog when the creation mode is set to 'CreationDialog'.\nThis value is a comma-separated list of property names."},{"name":"createInPlace","children":[],"type":"boolean","artifact":"Manifest","description":"Specifies if the new entry is placed at the position computed by the back end. For example, considering sorting.\nThe default value is 'false' which means the new entry is placed as the first child below its parent."},{"name":"isCreateEnabled","children":[],"type":"string","artifact":"Manifest","description":"Defines the extension point to control whether the Create button or Create Menu buttons are enabled."}],"type":"object","artifact":"Manifest","description":"Defines the page behavior when a new record is created."},{"name":"views","children":[{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"You can show the counts of entries of each view. To do so, add the showCounts option and set it to true."},{"name":"key","children":[],"type":"string","artifact":"Manifest","description":"Unique tab identifier."},{"name":"index","children":[],"type":"number","artifact":"Manifest"},{"name":"annotationPath","children":[],"type":"string","artifact":"Manifest","description":"The annotationPath refers to a SelectionPresentationVariant or PresentationVariant annotation.\nTo use charts in multiple table mode, define a UI.Chart annotation, including a qualifier, and reference the UI.Chart annotation in your SelectionPresentationVariant or PresentationVariant annotation."},{"name":"entitySet","children":[],"type":"string","artifact":"Manifest","description":"Each chart can be based on a different entitySet."},{"name":"keepPreviousPersonalization","children":[],"type":"boolean","artifact":"Manifest","description":"The tab keeps the default LineItem ID (without the key), so the variant is applied to it."},{"name":"visible","children":[],"type":"false|true","artifact":"Manifest","description":"Defines whether the view is visible or not."},{"name":"analyticalConfiguration","children":[{"name":"aggregationOnLeafLevel","children":[],"type":"boolean","artifact":"Manifest","description":"When set to true, aggregation is based only on visible columns."}]},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"The selectAll configuration overrides the selectionLimit and allows the user to select all the items. When set to true, the select all feature is enabled: a checkbox in the table header is displayed which selects all items when clicked."},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"You can define how many items can be selected at a time using the selectionLimit."},{"name":"enableExport","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the Export button is displayed in the table toolbar. The default value is true."},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether the content density for ui.table is condensed."},{"name":"hierarchyQualifier","children":[],"type":"string","artifact":"Manifest","description":"Leading property that decides between either a recursive hierarchy or data aggregation."},{"name":"widthIncludingColumnHeader","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether the column header is included in the column width calculation. By default, the column width is calculated based on the type of the content."},{"name":"disableCopyToClipboard","children":[],"type":"boolean","artifact":"Manifest","description":"Determines the visibility of the Copy to Clipboard button. By default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured."},{"name":"enableMassEdit","children":[{"name":"visibleFields","children":[],"type":"array","artifact":"Manifest","description":"The 'visibleFields' property lets you specify which fields are available in the mass edit dialog."},{"name":"ignoredFields","children":[],"type":"array","artifact":"Manifest","description":"The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table."}],"type":"boolean","artifact":"Manifest","description":"Mass editing allows end users to simultaneously change multiple objects that share the same editable properties."},{"name":"label","children":[],"type":"string","artifact":"Manifest","description":"View title (localization supported)."},{"name":"template","children":[],"type":"string","artifact":"Manifest","description":"The name contains sap.app.id as a prefix, followed by the path in the app/webapp folder and the name of the XML view."}]},{"name":"analyticalConfiguration","children":[{"name":"aggregationOnLeafLevel","children":[],"type":"boolean","artifact":"Manifest","description":"When set to true, aggregation is based only on visible columns."}]}],"type":"object","description":"Table"},{"name":"defaultTemplateAnnotationPath","children":[],"type":"string","artifact":"Manifest","description":"defaultTemplateAnnotationPath must be a reference to a SelectionPresentationVariant.\nYou use the SelectionPresentationVariant to configure the default visualizations and default filter values of the main content area."},{"name":"defaultPath","children":[],"type":"both|primary|secondary","artifact":"Manifest","description":"Defines the initial view mode:\n- primary: This property loads the app in chart-only view.\n- secondary: This property loads the app in table-only view.\n- both: This property loads the app in hybrid view."}]};
|
|
59
|
+
var treeData = {"name":"ListReport","description":"SAP Fiori elements for OData V4<br>@sap/ux-specification version 1.136.13","type":"schema","children":[{"name":"variantManagement","children":[],"type":"Control|None|Page","artifact":"Manifest","description":"variantManagement defines how the variant management of page personalizations is controlled.\n- None - No variant management by default.\n- Control - Individual personalizations for each control."},{"name":"header","children":[{"name":"actions","children":[{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor action."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to other actions."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"visible","children":[],"type":"false|true","artifact":"Manifest","description":"Defines if the action button is visible."},{"name":"enabled","children":[],"type":"false|true","artifact":"Manifest","description":"Defines if the action is enabled. The default value is true."}]}],"type":"object","description":"Header"},{"name":"filterBar","children":[{"name":"hideFilterBar","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to hide the filter bar."},{"name":"visualFilters","children":[{"name":"availability","children":[],"type":"Adaptation|Default|Hidden","artifact":"Manifest","description":"Defines where the selection field appears.\n- Default: The filter field appears by default in the filter bar (both the regular filter fields as well as the corresponding visual filter fields).\n- Adaptation: The filter field only appears under Adapt Filters.\n- Hidden: The filter field is hidden."},{"name":"visualFilterValueList","children":[],"type":"string","artifact":"Manifest","description":"The valuelist annotation corresponding to the visual filter representation."}]},{"name":"initialLayout","children":[],"type":"Compact|Visual","artifact":"Manifest","description":"Allows you to specify the default filter mode on the initial load."},{"name":"layout","children":[],"type":"Compact|CompactVisual","artifact":"Manifest","description":"Allows you to specify the layout of the filter bar.\n- Compact: This setting shows filter fields in compact mode.\n- CompactVisual: This setting shows filter fields in both compact and visual modes."}],"type":"object","description":"Filter Bar"},{"name":"chart","children":[{"name":"annotationPath","children":[],"type":"string","description":"The primary annotation path can be either UI.Chart, UI.PresentationVariant, or UI.SelectionPresentationVariant."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"enableOnSelect","children":[],"type":"multi|single","artifact":"Manifest","description":"Enables single selection for a bound action"},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to scroll to the newly created or changed item after you have performed an action."}],"type":"object","artifact":"Manifest","description":"Settings that control the behavior after creating a new entry."},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to other actions."},{"name":"requiresSelection","children":[],"type":"boolean","artifact":"Manifest","description":"Indicates whether the action requires a selection of items."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"visible","children":[],"type":"false|true","artifact":"Manifest","description":"Defines if the action button is visible."},{"name":"enabled","children":[],"type":"false|true","artifact":"Manifest","description":"Defines if the action is enabled. The default value is true."}]}],"type":"object","description":"Chart Toolbar"}],"type":"object","artifact":"Manifest","description":"Chart"},{"name":"table","children":[{"name":"annotationPath","children":[],"type":"string","artifact":"Manifest","description":"The secondary annotation path can be either UI.LineItem, UI.PresentationVariant, or UI.SelectionPresentationVariant."},{"name":"initialLoad","children":[],"type":"Auto|Disabled|Enabled","artifact":"Manifest","description":"Determines whether the data in the table is automatically loaded.\n- Auto (default): Data is loaded automatically if a default filter value has been set in the filter bar.\n- Enabled: Data is loaded automatically, as defined by the standard variant.\n- Disabled: Data is not loaded automatically. Users have to click the Go button."},{"name":"personalization","children":[{"name":"column","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can add and remove columns to a given table."},{"name":"sort","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can sort a given table."},{"name":"filter","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can filter data of a given table."}],"type":"object","artifact":"Manifest","description":"Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"requiresSelection","children":[],"type":"boolean","artifact":"Manifest","description":"Indicates whether the action requires a selection of items."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to other actions."},{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"visible","children":[],"type":"false|true","artifact":"Manifest","description":"Defines if the action button is visible."},{"name":"enabled","children":[],"type":"false|true","artifact":"Manifest","description":"Defines if the action is enabled. The default value is true."}]}],"type":"object","description":"Table Toolbar"},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"Manifest","description":"A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize"},{"name":"widthIncludingColumnHeader","children":[],"type":"boolean","artifact":"Manifest","description":"By default, the column width is calculated based on the type of the content. You can include the column header in the width calculation using the widthIncludingColumnHeader setting in the manifest.json."},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to scroll to the newly created or changed item after you have performed an action."}],"type":"object","artifact":"Manifest","description":"Settings that control the behavior after creating a new entry."},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another column to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor column."}],"type":"object","artifact":"Manifest","description":"Defines the position of the column relative to other columns."},{"name":"header","children":[],"type":"string","artifact":"Manifest","description":"The header is shown on the table as header, as well as in the add/remove dialog."},{"name":"template","children":[],"type":"string","artifact":"Manifest","description":"Defines a target fragment."},{"name":"horizontalAlign","children":[],"type":"Begin|Center|End","artifact":"Manifest","description":"Aligns the header as well as the content horizontally."},{"name":"properties","children":[],"type":"array","artifact":"Manifest","description":"If provided and sorting for the table is enabled, the custom column header can be clicked.\nOnce clicked, a list of properties that can be sorted by are displayed."}]}]},{"name":"type","children":[],"type":"AnalyticalTable|GridTable|ResponsiveTable|TreeTable","artifact":"Manifest","description":"Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead."},{"name":"selectionMode","children":[],"type":"Auto|Multi|None|Single","artifact":"Manifest","description":"Allows you to enable or disable row selection and choose between single or multiple row selection.\n- Auto: This type is deprecated. Choose any of the following modes:\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.\n- Single: This type allows single table selection if relevant actions are available in the toolbar.\n- None: No table selection is possible in display mode."},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"The selectAll configuration overrides the selectionLimit and allows the user to select all the items. When set to true, the select all feature is enabled: a checkbox in the table header is displayed which selects all items when clicked."},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"You can define how many items can be selected at a time using the selectionLimit."},{"name":"enableExport","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the Export button is displayed in the table toolbar. The default value is true."},{"name":"quickVariantSelection","children":[{"name":"paths","children":[{"name":"annotationPath","children":[],"type":"string"}],"type":"object","artifact":"Manifest","description":"List of annotation paths referring to SelectionVariant annotations."},{"name":"hideTableTitle","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether the table title is hidden and the tab titles are displayed."},{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether the entry view counts are shown."}],"type":"object","artifact":"Manifest","description":"With quickVariantSelection you can switch to multiple views (single table mode). It links to a SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) that you have added to your annotations."},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether the content density for ui.table is condensed."},{"name":"hierarchyQualifier","children":[],"type":"string","artifact":"Manifest","description":"Leading property that decides between either a recursive hierarchy or data aggregation."},{"name":"widthIncludingColumnHeader","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether the column header is included in the column width calculation. By default, the column width is calculated based on the type of the content."},{"name":"disableCopyToClipboard","children":[],"type":"boolean","artifact":"Manifest","description":"Determines the visibility of the Copy to Clipboard button. By default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured."},{"name":"enableMassEdit","children":[{"name":"visibleFields","children":[],"type":"array","artifact":"Manifest","description":"The 'visibleFields' property lets you specify which fields are available in the mass edit dialog."},{"name":"ignoredFields","children":[],"type":"array","artifact":"Manifest","description":"The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table."},{"name":"operationGroupingMode","children":[],"type":"ChangeSet|Isolated","description":"Define how the changes using mass edit should be applied. The default mode for mass editing is 'ChangeSet' on the Object Page and 'Isolated' in the List Report.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."}],"type":"boolean","artifact":"Manifest","description":"Mass editing allows end users to simultaneously change multiple objects that share the same editable properties."},{"name":"creationMode","children":[{"name":"name","children":[],"type":"string","artifact":"Manifest","description":"Defines the creation mode to be used by the List Report table.\nThe allowed values are `NewPage` or `CreationDialog`.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async' or 'Deferred' metadata is used.\n- CreationDialog: The creation is performed in the table, with a dialog which allows you to specify initial property values that are are listed in `creationFields`.\n\nIf this is not set with a value, the default value is 'NewPage'."},{"name":"creationFields","children":[],"type":"array","artifact":"Manifest","description":"Defines the list of properties that are displayed in the creation dialog when the creation mode is set to 'CreationDialog'.\nThis value is a comma-separated list of property names."},{"name":"createInPlace","children":[],"type":"boolean","artifact":"Manifest","description":"Specifies if the new entry is placed at the position computed by the back end. For example, considering sorting.\nThe default value is 'false' which means the new entry is placed as the first child below its parent."},{"name":"isCreateEnabled","children":[],"type":"string","artifact":"Manifest","description":"Defines the extension point to control whether the Create button or Create Menu buttons are enabled."}],"type":"object","artifact":"Manifest","description":"Defines the page behavior when a new record is created."},{"name":"views","children":[{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"You can show the counts of entries of each view. To do so, add the showCounts option and set it to true."},{"name":"key","children":[],"type":"string","artifact":"Manifest","description":"Unique tab identifier."},{"name":"index","children":[],"type":"number","artifact":"Manifest"},{"name":"annotationPath","children":[],"type":"string","artifact":"Manifest","description":"The annotationPath refers to a SelectionPresentationVariant or PresentationVariant annotation.\nTo use charts in multiple table mode, define a UI.Chart annotation, including a qualifier, and reference the UI.Chart annotation in your SelectionPresentationVariant or PresentationVariant annotation."},{"name":"entitySet","children":[],"type":"string","artifact":"Manifest","description":"Each chart can be based on a different entitySet."},{"name":"keepPreviousPersonalization","children":[],"type":"boolean","artifact":"Manifest","description":"The tab keeps the default LineItem ID (without the key), so the variant is applied to it."},{"name":"visible","children":[],"type":"false|true","artifact":"Manifest","description":"Defines whether the view is visible or not."},{"name":"analyticalConfiguration","children":[{"name":"aggregationOnLeafLevel","children":[],"type":"boolean","artifact":"Manifest","description":"When set to true, aggregation is based only on visible columns."}]},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"The selectAll configuration overrides the selectionLimit and allows the user to select all the items. When set to true, the select all feature is enabled: a checkbox in the table header is displayed which selects all items when clicked."},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"You can define how many items can be selected at a time using the selectionLimit."},{"name":"enableExport","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the Export button is displayed in the table toolbar. The default value is true."},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether the content density for ui.table is condensed."},{"name":"hierarchyQualifier","children":[],"type":"string","artifact":"Manifest","description":"Leading property that decides between either a recursive hierarchy or data aggregation."},{"name":"widthIncludingColumnHeader","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether the column header is included in the column width calculation. By default, the column width is calculated based on the type of the content."},{"name":"disableCopyToClipboard","children":[],"type":"boolean","artifact":"Manifest","description":"Determines the visibility of the Copy to Clipboard button. By default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured."},{"name":"enableMassEdit","children":[{"name":"visibleFields","children":[],"type":"array","artifact":"Manifest","description":"The 'visibleFields' property lets you specify which fields are available in the mass edit dialog."},{"name":"ignoredFields","children":[],"type":"array","artifact":"Manifest","description":"The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table."}],"type":"boolean","artifact":"Manifest","description":"Mass editing allows end users to simultaneously change multiple objects that share the same editable properties."},{"name":"label","children":[],"type":"string","artifact":"Manifest","description":"View title (localization supported)."},{"name":"template","children":[],"type":"string","artifact":"Manifest","description":"The name contains sap.app.id as a prefix, followed by the path in the app/webapp folder and the name of the XML view."}]},{"name":"analyticalConfiguration","children":[{"name":"aggregationOnLeafLevel","children":[],"type":"boolean","artifact":"Manifest","description":"When set to true, aggregation is based only on visible columns."}]}],"type":"object","description":"Table"},{"name":"defaultTemplateAnnotationPath","children":[],"type":"string","artifact":"Manifest","description":"defaultTemplateAnnotationPath must be a reference to a SelectionPresentationVariant.\nYou use the SelectionPresentationVariant to configure the default visualizations and default filter values of the main content area."},{"name":"defaultPath","children":[],"type":"both|primary|secondary","artifact":"Manifest","description":"Defines the initial view mode:\n- primary: This property loads the app in chart-only view.\n- secondary: This property loads the app in table-only view.\n- both: This property loads the app in hybrid view."}]};
|
|
60
60
|
|
|
61
61
|
var initTreeDiagram = () => {
|
|
62
62
|
if (!window.treeDiagram) {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<link href="../styleDocu.css" rel="stylesheet" />
|
|
6
6
|
</head>
|
|
7
7
|
<body>
|
|
8
|
-
<div id="version-container">SAP Fiori elements for OData V4<br />@sap/ux-specification 1.136.
|
|
8
|
+
<div id="version-container">SAP Fiori elements for OData V4<br />@sap/ux-specification 1.136.13</div>
|
|
9
9
|
<div id="button-container">
|
|
10
10
|
<input type="button" id="resetTree" value="Reset" /><input type="button" value="Expand" id="expandTree" />
|
|
11
11
|
</div>
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
<script src="./../runDocu-min.js"></script>
|
|
57
57
|
<script>
|
|
58
58
|
var floorPlanIcon = `<path fill-rule="evenodd" clip-rule="evenodd" fill="var(--vscode-icon-foreground)"d="M9 13V14H6V13H9ZM9 11V12H6V11H9ZM13 9V10H10V9H13ZM9 9V10H6V9H9ZM5 9V10H2V9H5ZM14.989 7.996L14.988 14.989H1L1.001 7.996H14.989ZM3.998 2C5.1 2 5.996 2.896 5.996 3.998C5.996 5.1 5.1 5.996 3.998 5.996C2.896 5.996 2 5.1 2 3.998C2 2.896 2.896 2 3.998 2ZM14 4.0046V5.0046H8V4.0046H14ZM3.998 3C3.447 3 3 3.447 3 3.998C3 4.549 3.447 4.996 3.998 4.996C4.549 4.996 4.996 4.549 4.996 3.998C4.996 3.447 4.549 3 3.998 3ZM12.002 2V3H8V2H12.002ZM14.989 1.001V6.995H1.001V1L14.989 1.001ZM14.989 0H1.001C0.449 0 0 0.449 0 1.001V14.989C0 15.541 0.449 15.989 1.001 15.989H14.989C15.541 15.989 15.989 15.541 15.989 14.989V1.001C15.989 0.488429 15.6027 0.0646684 15.1056 0.00674636L14.989 0Z"/>`;
|
|
59
|
-
var treeData = {"name":"ObjectPage","description":"SAP Fiori elements for OData V4<br>@sap/ux-specification version 1.136.12","type":"schema","children":[{"name":"header","children":[{"name":"editableHeaderContent","children":[],"type":"boolean","artifact":"Manifest","description":"Set editableHeaderContent to true to make the header fields editable."},{"name":"visible","children":[],"type":"boolean","artifact":"Manifest","description":"Set visible to true to make the header visible."},{"name":"anchorBarVisible","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether the anchor bar is displayed."},{"name":"actions","children":[{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor action."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to the anchor action."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"visible","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action button is visible."},{"name":"enabled","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action is enabled. The default value is true."},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to scroll to the newly created or changed item after you have performed an action."}],"type":"object","artifact":"Manifest","description":"Settings that control the behavior after creating a new entry."},{"name":"showRelatedApps","children":[],"type":"boolean","artifact":"Manifest","description":"Set showRelatedApps to true to show the navigation button for related apps."},{"name":"additionalSemanticObjects","children":[{"name":"allowedActions","children":[],"type":"array","artifact":"Manifest","description":"Define the list of semantic object links displayed under the Related Apps button."},{"name":"unavailableActions","children":[],"type":"array","artifact":"Manifest","description":"Determines the navigation actions of the semantic object that are hidden from under the Related Apps button."},{"name":"mapping","children":[],"type":"object","artifact":"Manifest","description":"Mapping, defined for a semantic object, consists of key value pairs. The key defines the way in which the source application (object page) passes the context. The value represents the term used for the same entity in the target app."}],"type":"object","artifact":"Manifest","description":"Additional Semantic Objects."}]},{"name":"sections","children":[{"name":"sectionId","children":[{"name":"stashed","children":[],"type":"boolean","artifact":"Manifest","description":"Header facets marked as stashed are initially not visible on the UI. Key users can add these header facets via key user adaptation."},{"name":"flexSettings","children":[{"name":"designtime","children":[],"type":"Default|not-adaptable|not-adaptable-tree|not-adaptable-visibility|not-removable","artifact":"Manifest","description":"Defines which settings are available for key user adaptation at design time."}],"type":"object","artifact":"Manifest","description":"Defines the key user adaptation behavior of the header facet."},{"name":"form","children":[],"type":"object","description":"Form"},{"name":"contact","children":[],"type":"object","description":"Contact"},{"name":"address","children":[],"type":"object","description":"Address"},{"name":"subTitle","children":[],"type":"string","artifact":"Manifest","description":"Subtitle of header section."},{"name":"templateEdit","children":[],"type":"string","artifact":"Manifest","description":"The fragment for the editable version of the header facet."},{"name":"requestGroupId","children":[],"type":"Decoration|Heroes|LongRunners|Workers","artifact":"Manifest","description":"Defines the loading behavior of the Object Page header."},{"name":"visible","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the header facet is displayed in the header area."},{"name":"fragmentName","children":[],"type":"string","artifact":"Manifest","description":"The path to the XML template containing the section control."},{"name":"relatedFacet","children":[],"type":"string","artifact":"Manifest","description":"Use the key of another section as a placement anchor."},{"name":"relativePosition","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor section."},{"name":"title","children":[],"type":"string","artifact":"Manifest","description":"The label of a custom section, preferably as an i18n key."}]}]}]},{"name":"layout","children":[{"name":"sectionLayout","children":[],"type":"Page|Tabs","artifact":"Manifest","description":"Defines the layout of the sections.\n- Page (default): In this mode, all the sections and subsections are added to the same page.\n- Tabs: In this mode, the sections are represented as tabs under the header facet."}]},{"name":"variantManagement","children":[],"type":"Control|None","artifact":"Manifest","description":"Determines whether variant management is enabled for tables:\n- None (default): Variant management is disabled.\n- Control: Variant management can be enabled individually for each control using personalization."},{"name":"sections","children":[{"name":"sectionId","children":[{"name":"table","children":[{"name":"type","children":[],"type":"string","artifact":"Manifest","description":"Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead."},{"name":"analyticalConfiguration","children":[{"name":"aggregationOnLeafLevel","children":[],"type":"boolean","artifact":"Manifest","description":"When set to true, aggregation is based only on visible columns."}]},{"name":"enableFullScreen","children":[],"type":"boolean","artifact":"Manifest","description":"Enables full screen mode for this table. This adds a button to the table toolbar which opens the table in a full screen dialog."},{"name":"enablePaste","children":[],"type":"boolean","artifact":"Manifest","description":"In the Object Page tables, it is possible to add several items at a time by copying and pasting data from an excel file, if this property is set to true."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"enableOnSelect","children":[],"type":"multi|single","artifact":"Manifest","description":"Enables single selection for a bound action."},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to the anchor action."},{"name":"requiresSelection","children":[],"type":"boolean","artifact":"Manifest","description":"Indicates whether the action requires a selection of items."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"visible","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action button is visible."},{"name":"enabled","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action is enabled. The default value is true."}]}],"type":"object","description":"Tool Bar"},{"name":"personalization","children":[{"name":"column","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can add and remove columns to a given table."},{"name":"sort","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can sort a given table."},{"name":"filter","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can filter data of a given table."}],"type":"object","artifact":"Manifest","description":"Defines the personalization mode which is only effective if the variant management on the page is set to `Page` or `Control`.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties 'Column', 'Sort' and 'Filter' accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases."},{"name":"quickVariantSelection","children":[{"name":"paths","children":[{"name":"annotationPath","children":[],"type":"string"}],"type":"object","artifact":"Manifest","description":"List of annotation paths referring to SelectionVariant annotations."},{"name":"hideTableTitle","children":[],"type":"boolean","artifact":"Manifest","description":"You can hide the table and display only the titles of the tabs. To do so, add the hideTableTitle option and set it to true."},{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"You can show the counts of entries of each view. To do so, add the showCounts option and set it to true."}],"type":"object","artifact":"Manifest","description":"With quickVariantSelection, you can switch to multiple views (single table mode). It links to a SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) that you have added to your annotations."},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"Manifest","description":"A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize"},{"name":"availability","children":[],"type":"Adaptation|Default|Hidden","artifact":"Manifest","description":"Defines where the column should be shown.\nDefault: it will be shown by default in the table.\nAdaptation: it will initially not be shown in the table but be available via end user adaptation.\nHidden: the column is neither available in the table nor in adaptation."},{"name":"widthIncludingColumnHeader","children":[],"type":"boolean","artifact":"Manifest","description":"By default, the column width is calculated based on the type of the content. You can include the column header in the width calculation using the widthIncludingColumnHeader setting in the manifest.json."},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another column to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor column."}],"type":"object","artifact":"Manifest","description":"Defines the position of the column relative to the anchor column."},{"name":"header","children":[],"type":"string","artifact":"Manifest","description":"The header is shown on the table as header, as well as in the add/remove dialog."},{"name":"template","children":[],"type":"string","artifact":"Manifest","description":"Defines a target fragment."},{"name":"horizontalAlign","children":[],"type":"Begin|Center|End","artifact":"Manifest","description":"Aligns the header as well as the content horizontally."},{"name":"properties","children":[],"type":"array","artifact":"Manifest","description":"If provided and sorting for the table is enabled, the custom column header can be clicked.\nOnce clicked, a list of properties that can be sorted by are displayed."}]}]},{"name":"enableMassEdit","children":[{"name":"visibleFields","children":[],"type":"array","artifact":"Manifest","description":"The 'visibleFields' property lets you specify which fields are available in the mass edit dialog."},{"name":"ignoredFields","children":[],"type":"array","artifact":"Manifest","description":"The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table."},{"name":"operationGroupingMode","children":[],"type":"ChangeSet|Isolated","description":"Define how the changes using mass edit should be applied. The default mode for mass editing is 'ChangeSet' on the Object Page and 'Isolated' in the List Report.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."}],"type":"boolean","artifact":"Manifest","description":"Mass editing allows end users to simultaneously change multiple objects that share the same editable properties."},{"name":"selectionMode","children":[],"type":"Auto|Multi|None|Single","artifact":"Manifest","description":"Allows you to enable or disable row selection and choose between single or multiple row selection.\n- Auto: This type is deprecated. Choose any of the following modes:\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.\n- Single: This type allows single table selection if relevant actions are available in the toolbar.\n- None: No table selection is possible in display mode."},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"The selectAll configuration overrides the selectionLimit and allows the user to select all the items. When set to true, the select all feature is enabled: a checkbox in the table header is displayed which selects all items when clicked."},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"You can define how many items can be selected at a time using the selectionLimit."},{"name":"enableExport","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the Export button is displayed in the table toolbar. The default value is true."},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether the content density for ui.table is condensed."},{"name":"hierarchyQualifier","children":[],"type":"string","artifact":"Manifest","description":"Leading property that decides between either a recursive hierarchy or data aggregation."},{"name":"widthIncludingColumnHeader","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether the column header is included in the column width calculation. By default, the column width is calculated based on the type of the content."},{"name":"disableCopyToClipboard","children":[],"type":"boolean","artifact":"Manifest","description":"Determines the visibility of the Copy to Clipboard button. By default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured."},{"name":"rowCountMode","children":[],"type":"Auto|Fixed|Interactive","artifact":"Manifest","description":"Defines how the table handles the visible rows. Does not apply to responsive tables. Allowed values are Auto and Fixed.\n - Fixed: The table always has as many rows as defined in the rowCount property.\n - Auto (default): The number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the rowCount property.\n - Interactive: The user can change the number of displayed rows by dragging a resize handle."},{"name":"rowCount","children":[],"type":"number","artifact":"Manifest","description":"Number of rows to be displayed in the table."},{"name":"creationMode","children":[{"name":"name","children":[],"type":"string","artifact":"Manifest","description":"Defines the creation mode to be used by the tree table.\nAllowed values are 'NewPage', 'Inline', or 'CreationDialog'.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.\n- Inline: The creation is performed inline.\n- CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.\n\nIf the 'name' property is not set:\nIf 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'."},{"name":"createAtEnd","children":[],"type":"boolean","artifact":"Manifest","description":"Specifies if the new entry should be created at the top or bottom of a table when `creationMode` is set to `Inline`.\nThe default value is `false`."},{"name":"creationFields","children":[],"type":"array","artifact":"Manifest","description":"Defines the list of properties that will be displayed in the creation dialog, when the creation mode is set to 'CreationDialog'.\nThe value is a comma-separated list of property names."},{"name":"outbound","children":[],"type":"string","artifact":"Manifest","description":"The navigation target where the document is created when `creationMode` is set to `External`."},{"name":"inlineCreationRowsHiddenInEditMode","children":[],"type":"boolean","artifact":"Manifest","description":"Specifies if the new entry should be hidden when `creationMode` is set to `InlineCreationRows`. This only applies to responsive tables.\nThe default value is `false`."},{"name":"createInPlace","children":[],"type":"boolean","artifact":"Manifest","description":"Specifies if the new entry should be placed at the position computed by the backend (e.g. taking sorting into account).\nThe default value is `false`. When set to `false`, the new entry is placed as the first child below its parent."},{"name":"isCreateEnabled","children":[],"type":"string","artifact":"Manifest","description":"Defines the extension point to control the enablement of the \"Create\" button or \"Create Menu\" buttons."}],"type":"object","description":"Defines the page behavior when a new record is created."}]},{"name":"form","children":[{"name":"fields","children":[{"name":"label","children":[],"type":"string","artifact":"Manifest","description":"The label is shown on the form as the label of the field."},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another field to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor field."}],"type":"object","artifact":"Manifest","description":"Defines the position of the field relative to other fields."},{"name":"template","children":[],"type":"string","artifact":"Manifest","description":"Defines a target fragment."}]},{"name":"actions","children":[{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"visible","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action button is visible."},{"name":"enabled","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action is enabled. The default value is true."},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to scroll to the newly created or changed item after you have performed an action."}],"type":"object","artifact":"Manifest","description":"Settings that control the behavior after creating a new entry."}]}],"type":"object","description":"Form"},{"name":"dataPoint","children":[],"type":"object","description":"Data Point"},{"name":"contact","children":[],"type":"object","description":"Contact"},{"name":"address","children":[],"type":"object","description":"Address"},{"name":"chart","children":[],"type":"object","description":"Chart"},{"name":"subsections","children":[{"name":"subsectionId","children":[{"name":"fragmentName","children":[],"type":"string","artifact":"Manifest","description":"The path to the XML template containing the section control."},{"name":"relatedFacet","children":[],"type":"string","artifact":"Manifest","description":"Use the key of another section as a placement anchor."},{"name":"title","children":[],"type":"string","artifact":"Manifest","description":"The label of a custom section, preferably as an i18n key."}]}]},{"name":"fragmentName","children":[],"type":"string","artifact":"Manifest","description":"The path to the XML template containing the section control."},{"name":"actions","children":[{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to the anchor action."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"visible","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action button is visible."},{"name":"enabled","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action is enabled. The default value is true."}]},{"name":"relatedFacet","children":[],"type":"string","artifact":"Manifest","description":"Use the key of another section as a placement anchor."},{"name":"title","children":[],"type":"string","artifact":"Manifest","description":"The label of a custom section, preferably as an i18n key."}]}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to the anchor action."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"visible","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action button is visible."},{"name":"enabled","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action is enabled. The default value is true."},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to scroll to the newly created or changed item after you have performed an action."}],"type":"object","artifact":"Manifest","description":"Settings that control the behavior after creating a new entry."}]}]}]};
|
|
59
|
+
var treeData = {"name":"ObjectPage","description":"SAP Fiori elements for OData V4<br>@sap/ux-specification version 1.136.13","type":"schema","children":[{"name":"header","children":[{"name":"editableHeaderContent","children":[],"type":"boolean","artifact":"Manifest","description":"Set editableHeaderContent to true to make the header fields editable."},{"name":"visible","children":[],"type":"boolean","artifact":"Manifest","description":"Set visible to true to make the header visible."},{"name":"anchorBarVisible","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether the anchor bar is displayed."},{"name":"actions","children":[{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor action."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to the anchor action."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"visible","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action button is visible."},{"name":"enabled","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action is enabled. The default value is true."},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to scroll to the newly created or changed item after you have performed an action."}],"type":"object","artifact":"Manifest","description":"Settings that control the behavior after creating a new entry."},{"name":"showRelatedApps","children":[],"type":"boolean","artifact":"Manifest","description":"Set showRelatedApps to true to show the navigation button for related apps."},{"name":"additionalSemanticObjects","children":[{"name":"allowedActions","children":[],"type":"array","artifact":"Manifest","description":"Define the list of semantic object links displayed under the Related Apps button."},{"name":"unavailableActions","children":[],"type":"array","artifact":"Manifest","description":"Determines the navigation actions of the semantic object that are hidden from under the Related Apps button."},{"name":"mapping","children":[],"type":"object","artifact":"Manifest","description":"Mapping, defined for a semantic object, consists of key value pairs. The key defines the way in which the source application (object page) passes the context. The value represents the term used for the same entity in the target app."}],"type":"object","artifact":"Manifest","description":"Additional Semantic Objects."}]},{"name":"sections","children":[{"name":"sectionId","children":[{"name":"stashed","children":[],"type":"boolean","artifact":"Manifest","description":"Header facets marked as stashed are initially not visible on the UI. Key users can add these header facets via key user adaptation."},{"name":"flexSettings","children":[{"name":"designtime","children":[],"type":"Default|not-adaptable|not-adaptable-tree|not-adaptable-visibility|not-removable","artifact":"Manifest","description":"Defines which settings are available for key user adaptation at design time."}],"type":"object","artifact":"Manifest","description":"Defines the key user adaptation behavior of the header facet."},{"name":"form","children":[],"type":"object","description":"Form"},{"name":"contact","children":[],"type":"object","description":"Contact"},{"name":"address","children":[],"type":"object","description":"Address"},{"name":"subTitle","children":[],"type":"string","artifact":"Manifest","description":"Subtitle of header section."},{"name":"templateEdit","children":[],"type":"string","artifact":"Manifest","description":"The fragment for the editable version of the header facet."},{"name":"requestGroupId","children":[],"type":"Decoration|Heroes|LongRunners|Workers","artifact":"Manifest","description":"Defines the loading behavior of the Object Page header."},{"name":"visible","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the header facet is displayed in the header area."},{"name":"fragmentName","children":[],"type":"string","artifact":"Manifest","description":"The path to the XML template containing the section control."},{"name":"relatedFacet","children":[],"type":"string","artifact":"Manifest","description":"Use the key of another section as a placement anchor."},{"name":"relativePosition","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor section."},{"name":"title","children":[],"type":"string","artifact":"Manifest","description":"The label of a custom section, preferably as an i18n key."}]}]}]},{"name":"layout","children":[{"name":"sectionLayout","children":[],"type":"Page|Tabs","artifact":"Manifest","description":"Defines the layout of the sections.\n- Page (default): In this mode, all the sections and subsections are added to the same page.\n- Tabs: In this mode, the sections are represented as tabs under the header facet."}]},{"name":"variantManagement","children":[],"type":"Control|None","artifact":"Manifest","description":"Determines whether variant management is enabled for tables:\n- None (default): Variant management is disabled.\n- Control: Variant management can be enabled individually for each control using personalization."},{"name":"sections","children":[{"name":"sectionId","children":[{"name":"table","children":[{"name":"type","children":[],"type":"string","artifact":"Manifest","description":"Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead."},{"name":"analyticalConfiguration","children":[{"name":"aggregationOnLeafLevel","children":[],"type":"boolean","artifact":"Manifest","description":"When set to true, aggregation is based only on visible columns."}]},{"name":"enableFullScreen","children":[],"type":"boolean","artifact":"Manifest","description":"Enables full screen mode for this table. This adds a button to the table toolbar which opens the table in a full screen dialog."},{"name":"enablePaste","children":[],"type":"boolean","artifact":"Manifest","description":"In the Object Page tables, it is possible to add several items at a time by copying and pasting data from an excel file, if this property is set to true."},{"name":"toolBar","children":[{"name":"actions","children":[{"name":"enableOnSelect","children":[],"type":"multi|single","artifact":"Manifest","description":"Enables single selection for a bound action."},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to the anchor action."},{"name":"requiresSelection","children":[],"type":"boolean","artifact":"Manifest","description":"Indicates whether the action requires a selection of items."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"visible","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action button is visible."},{"name":"enabled","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action is enabled. The default value is true."}]}],"type":"object","description":"Tool Bar"},{"name":"personalization","children":[{"name":"column","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can add and remove columns to a given table."},{"name":"sort","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can sort a given table."},{"name":"filter","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the user can filter data of a given table."}],"type":"object","artifact":"Manifest","description":"Defines the personalization mode which is only effective if the variant management on the page is set to `Page` or `Control`.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties 'Column', 'Sort' and 'Filter' accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases."},{"name":"quickVariantSelection","children":[{"name":"paths","children":[{"name":"annotationPath","children":[],"type":"string"}],"type":"object","artifact":"Manifest","description":"List of annotation paths referring to SelectionVariant annotations."},{"name":"hideTableTitle","children":[],"type":"boolean","artifact":"Manifest","description":"You can hide the table and display only the titles of the tabs. To do so, add the hideTableTitle option and set it to true."},{"name":"showCounts","children":[],"type":"boolean","artifact":"Manifest","description":"You can show the counts of entries of each view. To do so, add the showCounts option and set it to true."}],"type":"object","artifact":"Manifest","description":"With quickVariantSelection, you can switch to multiple views (single table mode). It links to a SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) that you have added to your annotations."},{"name":"columns","children":[{"name":"columnId","children":[{"name":"width","children":[],"type":"string","artifact":"Manifest","description":"A string type that represents CSS size values.\nRefer to https://ui5.sap.com/api/sap.ui.core.CSSSize"},{"name":"availability","children":[],"type":"Adaptation|Default|Hidden","artifact":"Manifest","description":"Defines where the column should be shown.\nDefault: it will be shown by default in the table.\nAdaptation: it will initially not be shown in the table but be available via end user adaptation.\nHidden: the column is neither available in the table nor in adaptation."},{"name":"widthIncludingColumnHeader","children":[],"type":"boolean","artifact":"Manifest","description":"By default, the column width is calculated based on the type of the content. You can include the column header in the width calculation using the widthIncludingColumnHeader setting in the manifest.json."},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another column to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor column."}],"type":"object","artifact":"Manifest","description":"Defines the position of the column relative to the anchor column."},{"name":"header","children":[],"type":"string","artifact":"Manifest","description":"The header is shown on the table as header, as well as in the add/remove dialog."},{"name":"template","children":[],"type":"string","artifact":"Manifest","description":"Defines a target fragment."},{"name":"horizontalAlign","children":[],"type":"Begin|Center|End","artifact":"Manifest","description":"Aligns the header as well as the content horizontally."},{"name":"properties","children":[],"type":"array","artifact":"Manifest","description":"If provided and sorting for the table is enabled, the custom column header can be clicked.\nOnce clicked, a list of properties that can be sorted by are displayed."}]}]},{"name":"enableMassEdit","children":[{"name":"visibleFields","children":[],"type":"array","artifact":"Manifest","description":"The 'visibleFields' property lets you specify which fields are available in the mass edit dialog."},{"name":"ignoredFields","children":[],"type":"array","artifact":"Manifest","description":"The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table."},{"name":"operationGroupingMode","children":[],"type":"ChangeSet|Isolated","description":"Define how the changes using mass edit should be applied. The default mode for mass editing is 'ChangeSet' on the Object Page and 'Isolated' in the List Report.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."}],"type":"boolean","artifact":"Manifest","description":"Mass editing allows end users to simultaneously change multiple objects that share the same editable properties."},{"name":"selectionMode","children":[],"type":"Auto|Multi|None|Single","artifact":"Manifest","description":"Allows you to enable or disable row selection and choose between single or multiple row selection.\n- Auto: This type is deprecated. Choose any of the following modes:\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.\n- Single: This type allows single table selection if relevant actions are available in the toolbar.\n- None: No table selection is possible in display mode."},{"name":"selectAll","children":[],"type":"boolean","artifact":"Manifest","description":"The selectAll configuration overrides the selectionLimit and allows the user to select all the items. When set to true, the select all feature is enabled: a checkbox in the table header is displayed which selects all items when clicked."},{"name":"selectionLimit","children":[],"type":"number","artifact":"Manifest","description":"You can define how many items can be selected at a time using the selectionLimit."},{"name":"enableExport","children":[],"type":"boolean","artifact":"Manifest","description":"Defines whether the Export button is displayed in the table toolbar. The default value is true."},{"name":"condensedTableLayout","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether the content density for ui.table is condensed."},{"name":"hierarchyQualifier","children":[],"type":"string","artifact":"Manifest","description":"Leading property that decides between either a recursive hierarchy or data aggregation."},{"name":"widthIncludingColumnHeader","children":[],"type":"boolean","artifact":"Manifest","description":"Determines whether the column header is included in the column width calculation. By default, the column width is calculated based on the type of the content."},{"name":"disableCopyToClipboard","children":[],"type":"boolean","artifact":"Manifest","description":"Determines the visibility of the Copy to Clipboard button. By default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured."},{"name":"rowCountMode","children":[],"type":"Auto|Fixed|Interactive","artifact":"Manifest","description":"Defines how the table handles the visible rows. Does not apply to responsive tables. Allowed values are Auto and Fixed.\n - Fixed: The table always has as many rows as defined in the rowCount property.\n - Auto (default): The number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the rowCount property.\n - Interactive: The user can change the number of displayed rows by dragging a resize handle."},{"name":"rowCount","children":[],"type":"number","artifact":"Manifest","description":"Number of rows to be displayed in the table."},{"name":"creationMode","children":[{"name":"name","children":[],"type":"string","artifact":"Manifest","description":"Defines the creation mode to be used by the tree table.\nAllowed values are 'NewPage', 'Inline', or 'CreationDialog'.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.\n- Inline: The creation is performed inline.\n- CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.\n\nIf the 'name' property is not set:\nIf 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'."},{"name":"createAtEnd","children":[],"type":"boolean","artifact":"Manifest","description":"Specifies if the new entry should be created at the top or bottom of a table when `creationMode` is set to `Inline`.\nThe default value is `false`."},{"name":"creationFields","children":[],"type":"array","artifact":"Manifest","description":"Defines the list of properties that will be displayed in the creation dialog, when the creation mode is set to 'CreationDialog'.\nThe value is a comma-separated list of property names."},{"name":"outbound","children":[],"type":"string","artifact":"Manifest","description":"The navigation target where the document is created when `creationMode` is set to `External`."},{"name":"inlineCreationRowsHiddenInEditMode","children":[],"type":"boolean","artifact":"Manifest","description":"Specifies if the new entry should be hidden when `creationMode` is set to `InlineCreationRows`. This only applies to responsive tables.\nThe default value is `false`."},{"name":"createInPlace","children":[],"type":"boolean","artifact":"Manifest","description":"Specifies if the new entry should be placed at the position computed by the backend (e.g. taking sorting into account).\nThe default value is `false`. When set to `false`, the new entry is placed as the first child below its parent."},{"name":"isCreateEnabled","children":[],"type":"string","artifact":"Manifest","description":"Defines the extension point to control the enablement of the \"Create\" button or \"Create Menu\" buttons."}],"type":"object","description":"Defines the page behavior when a new record is created."}]},{"name":"form","children":[{"name":"fields","children":[{"name":"label","children":[],"type":"string","artifact":"Manifest","description":"The label is shown on the form as the label of the field."},{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another field to be used as placement anchor."},{"name":"placement","children":[],"type":"After|Before","artifact":"Manifest","description":"Define the placement, either before or after the anchor field."}],"type":"object","artifact":"Manifest","description":"Defines the position of the field relative to other fields."},{"name":"template","children":[],"type":"string","artifact":"Manifest","description":"Defines a target fragment."}]},{"name":"actions","children":[{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"visible","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action button is visible."},{"name":"enabled","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action is enabled. The default value is true."},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to scroll to the newly created or changed item after you have performed an action."}],"type":"object","artifact":"Manifest","description":"Settings that control the behavior after creating a new entry."}]}],"type":"object","description":"Form"},{"name":"dataPoint","children":[],"type":"object","description":"Data Point"},{"name":"contact","children":[],"type":"object","description":"Contact"},{"name":"address","children":[],"type":"object","description":"Address"},{"name":"chart","children":[],"type":"object","description":"Chart"},{"name":"subsections","children":[{"name":"subsectionId","children":[{"name":"fragmentName","children":[],"type":"string","artifact":"Manifest","description":"The path to the XML template containing the section control."},{"name":"relatedFacet","children":[],"type":"string","artifact":"Manifest","description":"Use the key of another section as a placement anchor."},{"name":"title","children":[],"type":"string","artifact":"Manifest","description":"The label of a custom section, preferably as an i18n key."}]}]},{"name":"fragmentName","children":[],"type":"string","artifact":"Manifest","description":"The path to the XML template containing the section control."},{"name":"actions","children":[{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to the anchor action."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"visible","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action button is visible."},{"name":"enabled","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action is enabled. The default value is true."}]},{"name":"relatedFacet","children":[],"type":"string","artifact":"Manifest","description":"Use the key of another section as a placement anchor."},{"name":"title","children":[],"type":"string","artifact":"Manifest","description":"The label of a custom section, preferably as an i18n key."}]}]},{"name":"footer","children":[{"name":"actions","children":[{"name":"position","children":[{"name":"anchor","children":[],"type":"string","artifact":"Manifest","description":"The key of another action to be used as placement anchor."}],"type":"object","artifact":"Manifest","description":"Defines the position of the action relative to the anchor action."},{"name":"text","children":[],"type":"string","artifact":"Manifest","description":"The text that is displayed on the button (typically a binding to an i18n entry)."},{"name":"press","children":[],"type":"string","artifact":"Manifest"},{"name":"visible","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action button is visible."},{"name":"enabled","children":[],"type":"false|true|{ui>/isEditable}|{= !${ui>/isEditable}}","artifact":"Manifest","description":"Defines if the action is enabled. The default value is true."},{"name":"afterExecution","children":[{"name":"navigateToInstance","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action."},{"name":"enableAutoScroll","children":[],"type":"boolean","artifact":"Manifest","description":"Allows you to scroll to the newly created or changed item after you have performed an action."}],"type":"object","artifact":"Manifest","description":"Settings that control the behavior after creating a new entry."}]}]}]};
|
|
60
60
|
|
|
61
61
|
var initTreeDiagram = () => {
|
|
62
62
|
if (!window.treeDiagram) {
|