@sapui5/sap.suite.ui.generic.template 1.124.1 → 1.125.0
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/package.json +1 -1
- package/src/sap/suite/ui/generic/template/.library +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/ControllerImplementation.js +4 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/FilterBarController.js +1 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/{KpiCardController.js → KpiCard.controller.js} +4 -8
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/KpiTagController.js +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ar.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_bg.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ca.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_cnr.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_cs.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_cy.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_da.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_de.properties +4 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_el.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en_GB.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en_US_saprigi.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_es.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_es_MX.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_et.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_fi.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_fr.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_fr_CA.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_hi.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_hr.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_hu.properties +5 -3
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_id.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_it.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_iw.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ja.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_kk.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ko.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_lt.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_lv.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_mk.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ms.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_nl.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_no.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_pl.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_pt.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_pt_PT.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ro.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ru.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sh.properties +29 -27
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sk.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sl.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sr.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sv.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_th.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_tr.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_uk.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_vi.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_zh_CN.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_zh_TW.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/util/FilterUtil.js +14 -9
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/view/KpiCardSizeM.view.xml +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/view/fragments/FilterContainer.fragment.xml +7 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/view/fragments/SmartFilterBar.fragment.xml +1 -2
- package/src/sap/suite/ui/generic/template/Canvas/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/controller/ControllerImplementation.js +27 -7
- package/src/sap/suite/ui/generic/template/ListReport/controller/IappStateHandler.js +9 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ar.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_bg.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ca.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cnr.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cs.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cy.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_da.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_de.properties +3 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_el.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_GB.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_US_saprigi.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_es.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_es_MX.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_et.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fi.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr_CA.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hi.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hr.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hu.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_id.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_it.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_iw.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ja.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_kk.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ko.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_lt.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_lv.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_mk.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ms.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_nl.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_no.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pl.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pt.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pt_PT.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ro.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ru.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sh.properties +16 -14
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sk.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sl.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sr.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sv.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_th.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_tr.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_uk.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_vi.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_zh_CN.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_zh_TW.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/MultiEditDialog.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartFilterBar.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartList.fragment.xml +3 -3
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartTable.fragment.xml +15 -10
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/ControllerImplementation.js +14 -11
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/PasteHandler.js +36 -11
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/SectionTitleHandler.js +4 -8
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ar.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_bg.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ca.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cnr.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cs.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cy.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_da.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_el.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_GB.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_US_saprigi.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_es.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_es_MX.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_et.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fi.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fr.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fr_CA.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hi.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hr.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hu.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_id.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_it.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_iw.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ja.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_kk.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ko.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_lt.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_lv.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_mk.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ms.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_nl.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_no.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pl.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pt.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pt_PT.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ro.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ru.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sh.properties +27 -24
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sk.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sl.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sr.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sv.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_th.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_tr.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_uk.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_vi.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_zh_CN.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_zh_TW.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/CRUDActionButtons.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/EditableHeaderFacet.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/Facet.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/HeaderContainer.fragment.xml +4 -11
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/HeaderImage.fragment.xml +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/MultipleViewsSingleTableMode.fragment.xml +3 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/PageLevelCommands.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/Sections.fragment.xml +3 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SideContentActionButton.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartTable.fragment.xml +19 -14
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_sh.properties +1 -1
- package/src/sap/suite/ui/generic/template/QuickCreate/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/QuickCreate/view/QuickCreate.view.xml +20 -17
- package/src/sap/suite/ui/generic/template/QuickView/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/QuickView/view/QuickView.view.xml +42 -40
- package/src/sap/suite/ui/generic/template/app/blankAnalyticalListPage/manifest.json +0 -4
- package/src/sap/suite/ui/generic/template/designtime/AnalyticalListPage.designtime.js +2 -2
- package/src/sap/suite/ui/generic/template/designtime/ListReport.designtime.js +3 -3
- package/src/sap/suite/ui/generic/template/designtime/ObjectPage.designtime.js +2 -2
- package/src/sap/suite/ui/generic/template/detailTemplates/i18n/i18n_sh.properties +1 -1
- package/src/sap/suite/ui/generic/template/extensionAPI/extensionAPI.js +1 -2
- package/src/sap/suite/ui/generic/template/fragments/AnalyticalTableColumns.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/ContactDetails.fragment.xml +7 -10
- package/src/sap/suite/ui/generic/template/fragments/FileUploader.fragment.xml +8 -4
- package/src/sap/suite/ui/generic/template/fragments/GridTableCells.fragment.xml +2 -11
- package/src/sap/suite/ui/generic/template/fragments/GridTableColumns.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/HeaderDataPointContent.fragment.xml +0 -11
- package/src/sap/suite/ui/generic/template/fragments/HeaderForm.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/HeaderFormDataField.fragment.xml +0 -12
- package/src/sap/suite/ui/generic/template/fragments/HeaderRatingIndicator.fragment.xml +6 -1
- package/src/sap/suite/ui/generic/template/fragments/MessagePage.view.xml +6 -2
- package/src/sap/suite/ui/generic/template/fragments/ProgressIndicator.fragment.xml +2 -0
- package/src/sap/suite/ui/generic/template/fragments/QuickViewSmartForm.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/RatingIndicatorFacet.fragment.xml +2 -0
- package/src/sap/suite/ui/generic/template/fragments/SmartControlContextMenu.fragment.xml +3 -2
- package/src/sap/suite/ui/generic/template/fragments/SmartFormDataField.fragment.xml +2 -23
- package/src/sap/suite/ui/generic/template/fragments/SmartTableUiTableCommons.fragment.xml +5 -1
- package/src/sap/suite/ui/generic/template/fragments/TableCell.fragment.xml +7 -12
- package/src/sap/suite/ui/generic/template/fragments/TableColumnListItem.fragment.xml +9 -5
- package/src/sap/suite/ui/generic/template/fragments/TableColumns.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/TreeTableColumns.fragment.xml +4 -2
- package/src/sap/suite/ui/generic/template/genericUtilities/utils.js +25 -1
- package/src/sap/suite/ui/generic/template/js/AnnotationHelper.js +26 -15
- package/src/sap/suite/ui/generic/template/js/AnnotationHelperStreamSupport.js +0 -4
- package/src/sap/suite/ui/generic/template/js/RuntimeFormatters.js +2 -6
- package/src/sap/suite/ui/generic/template/js/formatters/formatDisplayValueForProgressIndicator.js +28 -0
- package/src/sap/suite/ui/generic/template/js/formatters/formatImageUrl.js +21 -0
- package/src/sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorAggregateCount.js +21 -0
- package/src/sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorFooterText.js +21 -0
- package/src/sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorSubTitle.js +21 -0
- package/src/sap/suite/ui/generic/template/js/formatters/setInfoHighlight.js +21 -0
- package/src/sap/suite/ui/generic/template/js/formatters/setRowNavigated.js +26 -0
- package/src/sap/suite/ui/generic/template/lib/AdaptiveCardHelper.js +115 -29
- package/src/sap/suite/ui/generic/template/lib/AppComponent.js +5 -3
- package/src/sap/suite/ui/generic/template/lib/Application.js +1 -1
- package/src/sap/suite/ui/generic/template/lib/CRUDManager.js +7 -5
- package/src/sap/suite/ui/generic/template/lib/CommonEventHandlers.js +9 -1
- package/src/sap/suite/ui/generic/template/lib/ComponentUtils.js +16 -12
- package/src/sap/suite/ui/generic/template/lib/ContactCardDetailHelper.js +21 -3
- package/src/sap/suite/ui/generic/template/lib/FlexibleColumnLayoutHandler.js +11 -4
- package/src/sap/suite/ui/generic/template/lib/MessageUtils.js +4 -3
- package/src/sap/suite/ui/generic/template/lib/ShareUtils.js +7 -127
- package/src/sap/suite/ui/generic/template/lib/TemplateAssembler.js +5 -3
- package/src/sap/suite/ui/generic/template/lib/TemplateComponent.js +5 -3
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n.properties +3 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ar.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_bg.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ca.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cnr.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cs.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cy.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_da.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_de.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_el.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_GB.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saprigi.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es_MX.properties +7 -3
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_et.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fi.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr_CA.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hi.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hr.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hu.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_id.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_it.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_iw.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ja.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_kk.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ko.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lt.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lv.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_mk.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ms.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_nl.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_no.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pl.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt_PT.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ro.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ru.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sh.properties +50 -46
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sk.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sl.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sr.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sv.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_th.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_tr.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_uk.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_vi.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_CN.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_TW.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/insights/InsightsCardHelper.js +12 -2
- package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +38 -38
- package/src/sap/suite/ui/generic/template/lib/navigation/routingHelper.js +8 -9
- package/src/sap/suite/ui/generic/template/lib/navigation/startupParameterHelper.js +48 -44
- package/src/sap/suite/ui/generic/template/lib/presentationControl/SmartChartHandler.js +7 -9
- package/src/sap/suite/ui/generic/template/lib/presentationControl/SmartTableHandler.js +18 -6
- package/src/sap/suite/ui/generic/template/library.js +1 -1
- package/src/sap/suite/ui/generic/template/listTemplates/controller/DetailController.js +16 -1
- package/src/sap/suite/ui/generic/template/listTemplates/filterSettingsPreparationHelper.js +1 -1
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/ActionsFragment.fragment.xml +7 -2
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/DetailSmartTable.fragment.xml +19 -10
- package/src/sap/suite/ui/generic/template/listTemplates/i18n/i18n_sh.properties +1 -1
- package/src/sap/suite/ui/generic/template/themes/base/ObjectPage.less +1 -1
- package/src/sap/suite/ui/generic/template/themes/sap_belize/library.source.less +10 -1
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/ALPConstants.less +47 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/AnalyticalListPage.less +475 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/ListReport.less +33 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/ObjectPage.less +391 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/QuickCreate.less +96 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/QuickView.less +108 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/alr_zen.css +136 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/base.less +7 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/crosstab_library.css +20 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/img/readme.txt +4 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/img/sort_asc.gif +0 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/img/sort_desc.gif +0 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/img/sort_none.gif +0 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/img/treenode_collapse.gif +0 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/img/treenode_expand.gif +0 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/library.source.less +9 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_hcb/library.source.less +10 -1
- package/src/sap/suite/ui/generic/template/themes/sap_belize_hcw/library.source.less +10 -1
- package/src/sap/suite/ui/generic/template/themes/sap_bluecrystal_base/ObjectPage.less +1 -1
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/* KPI TAG */
|
|
2
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiCardMinHeight: 37.5rem;
|
|
3
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiCardMinWidth: 25rem;
|
|
4
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagContainerMarginLeft : 21px;
|
|
5
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiErrorPopOverContainerPadding : 10px;
|
|
6
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagPaddingLeftRight: 0.75rem;
|
|
7
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagCompactPaddingTopBottom: 0rem;
|
|
8
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagCozyPaddingTopBottom: 0rem;
|
|
9
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagContainerHeightCompact : 2rem;
|
|
10
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagContainerHeightCozy : 3rem;
|
|
11
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagHeightCozy: 2.25rem;
|
|
12
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagCozyMarginTopBottom:0rem;
|
|
13
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagHeightCompact: 1.625rem;
|
|
14
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagLineHeight: 1.4;
|
|
15
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagMinWidth: 4.5rem;
|
|
16
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagMarginTopBottom: 0rem;
|
|
17
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagBorderWidth: 1px 1px 1px 3px;
|
|
18
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagLeftMargin: 0rem;
|
|
19
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagLeftPadding: 1rem;
|
|
20
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagMarginInOverflow: 0.4rem 0.2rem 0.5rem 0.1rem;
|
|
21
|
+
|
|
22
|
+
/* VF */
|
|
23
|
+
@_sap_suite_ui_generic_template_ALPConstants_VisualFilterMargin: 0 0.0625rem 0.0625rem 0.0625rem;
|
|
24
|
+
@_sap_suite_ui_generic_template_ALPConstants_ChartTitlePadding: 0 0 0.5rem 0.25rem;
|
|
25
|
+
@_sap_suite_ui_generic_template_ALPConstants_VisualFilterChartHeight: 10rem;
|
|
26
|
+
@_sap_suite_ui_generic_template_ALPConstants_VisualFilterPadding: 0 0 0 1rem;
|
|
27
|
+
@_sap_suite_ui_generic_template_ALPConstants_VisualFilterToolbarMargin : 2rem;
|
|
28
|
+
@_sap_suite_ui_generic_template_ALPConstants_VisualFilterToolbarSapMiBarMargin : 1.25rem;
|
|
29
|
+
@_sap_suite_ui_generic_template_ALPConstants_VisualFilterToolbarClosed : 1rem;
|
|
30
|
+
@_sap_suite_ui_generic_template_ALPConstants_VFOverflowOpacity: 1.0;
|
|
31
|
+
@_sap_suite_ui_generic_template_ALPConstants_VFOverflowFontSize: 0.875rem;
|
|
32
|
+
@_sap_suite_ui_generic_template_ALPConstants_SelectedLinkDialogWidth: 15rem;
|
|
33
|
+
@_sap_suite_ui_generic_template_ALPConstants_BackgroundColorNone: none;
|
|
34
|
+
@_sap_suite_ui_generic_template_ALPConstants_BackgroundOpacity: .5;
|
|
35
|
+
@_sap_suite_ui_generic_template_ALPConstants_ShowSelectedPadding: .25rem;
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
/* ALP PAGE */
|
|
41
|
+
@_sap_suite_ui_generic_template_ALPConstants_ToolbarMarginBottom : 0.75rem;
|
|
42
|
+
@_sap_suite_ui_generic_template_ALPConstants_PageTitlePadding : 0 2rem 0.5rem 2.4rem;
|
|
43
|
+
@_sap_suite_ui_generic_template_ALPConstants_PageChartTitlePadding: 0.2rem 0 0.5rem 0.15rem;
|
|
44
|
+
@_sap_suite_ui_generic_template_ALPConstants_PageHeadingPadding : 0.5rem 2.75rem 0.5rem 1.8rem;
|
|
45
|
+
@_sap_suite_ui_generic_template_ALPConstants_PageContentPadding : 1rem 2rem 1rem 2rem;
|
|
46
|
+
@_sap_suite_ui_generic_template_ALPConstants_ZeroPadding : 0 0 0 0;
|
|
47
|
+
@_sap_suite_ui_generic_template_ALPConstants_PageChartMinHeight : 15rem;
|
|
@@ -0,0 +1,475 @@
|
|
|
1
|
+
|
|
2
|
+
@import "ALPConstants.less";
|
|
3
|
+
|
|
4
|
+
.sapSmartTemplatesAnalyticalListPageContentContainer{
|
|
5
|
+
.sapMBtnTransparent.sapMSegBBtnSel>.sapMBtnIcon {
|
|
6
|
+
color: @sapHighlightTextColor;
|
|
7
|
+
}
|
|
8
|
+
.sapMIBar>.sapMBarChild.sapMSegB:last-child{
|
|
9
|
+
margin-right: 0;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.sapSmartTemplatesAnalyticalListPageMasterExtension {
|
|
14
|
+
overflow: hidden;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.sapSmartTemplatesAnalyticalListPageFilterContainer.sapUiVlt{
|
|
18
|
+
display:block;
|
|
19
|
+
overflow:inherit;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.sapSmartTemplatesAnalyticalListPageChartContainer {
|
|
23
|
+
min-height: @_sap_suite_ui_generic_template_ALPConstants_PageChartMinHeight;
|
|
24
|
+
}
|
|
25
|
+
.sapSmartTemplatesAnalyticalListPageInheritHeight{
|
|
26
|
+
height:inherit;
|
|
27
|
+
}
|
|
28
|
+
.sapSmartTemplatesAnalyticalListPageCompactFilter {
|
|
29
|
+
border-bottom: none;
|
|
30
|
+
}
|
|
31
|
+
.sapSmartTemplatesAnalyticalListPageVFDialogChartTitle {
|
|
32
|
+
padding-left: 0.4rem;
|
|
33
|
+
}
|
|
34
|
+
.sap-desktop .sapSmartTemplatesAnalyticalListPageVFDialogChartTitle {
|
|
35
|
+
padding-left: 0.4rem;
|
|
36
|
+
max-width: 60%;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.sapSmartTemplatesAnalyticalListPageVFDialogGroupTitle {
|
|
40
|
+
font-family: @sapUiFontHeaderFamily;
|
|
41
|
+
font-size: @sapMFontHeader5Size !important;
|
|
42
|
+
font-weight: @sapUiFontHeaderWeight;
|
|
43
|
+
color: @sapUiGroupTitleTextColor;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.sapSmartTemplatesAnalyticalListPageDynamicPageTitle>.sapFDynamicPageTitleMain.sapFDynamicPageTitleMainNoContent>.sapFDynamicPageTitleMainLeft {
|
|
47
|
+
width: 59% !important;
|
|
48
|
+
}
|
|
49
|
+
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageDynamicPageTitleMargin>.sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainLeft {
|
|
50
|
+
margin-top: 3px;
|
|
51
|
+
.sapUiCompVarMngmt {
|
|
52
|
+
margin-right: 1rem;
|
|
53
|
+
height: 2.4365rem;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
.sapSmartTemplatesAnalyticalListPageDynamicPageTitle>.sapFDynamicPageTitleMain.sapFDynamicPageTitleMainNoContent>.sapFDynamicPageTitleMainRight {
|
|
57
|
+
width: 41% !important;
|
|
58
|
+
}
|
|
59
|
+
/***** Required end *****/
|
|
60
|
+
|
|
61
|
+
/***** UI Tweaks start *****/
|
|
62
|
+
|
|
63
|
+
.sapUiCompSmartFullScreenDialog{
|
|
64
|
+
.sapSmartTemplatesAnalyticalListPageContentContainer{
|
|
65
|
+
.sapMTB{
|
|
66
|
+
border-bottom-color: @sapUiChartBackgroundColor;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.sapSmartTemplatesAnalyticalListPageFilterDialogToolbar.sapMTB{
|
|
72
|
+
border-bottom-color: @sapUiChartBackgroundColor;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.sapSmartTemplatesAnalyticalListPageSmartChart{
|
|
76
|
+
.sapMTB{
|
|
77
|
+
border-bottom-color: @sapUiChartBackgroundColor;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
.sapMListBGTranslucent{
|
|
81
|
+
.sapSmartTemplatesAnalyticalListPageRowHighlighted.sapMLIB.sapMListTblRow{
|
|
82
|
+
background-color: @sapUiListSelectionBackgroundColor !important;
|
|
83
|
+
> td{
|
|
84
|
+
border-bottom: .0625rem solid @sapUiListSelectionBorderColor;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
.sapSmartTemplatesAnalyticalListPageRowHighlighted{
|
|
89
|
+
background-color: @sapUiListSelectionBackgroundColor !important;
|
|
90
|
+
.sapUiTableCell{
|
|
91
|
+
border-bottom: .0625rem solid @sapUiListSelectionBorderColor;
|
|
92
|
+
&.sapUiTableRowSelectionCell{
|
|
93
|
+
box-shadow: none !important;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.sapSmartTemplatesAnalyticalListPageDropdownDialogCancelButton.sapUiIcon{
|
|
99
|
+
margin-right: @_sap_suite_ui_generic_template_ALPConstants_ShowSelectedPadding !important;
|
|
100
|
+
padding: @_sap_suite_ui_generic_template_ALPConstants_ShowSelectedPadding !important;
|
|
101
|
+
}
|
|
102
|
+
.sapSmartTemplatesAnalyticalListPageShowSelectedSelectAllDisabled{
|
|
103
|
+
opacity: @_sap_suite_ui_generic_template_ALPConstants_BackgroundOpacity;
|
|
104
|
+
background: @sapUiButtonLiteBackground;
|
|
105
|
+
}
|
|
106
|
+
.sapSmartTemplatesAnalyticalListPageSelectedLinkDialog .sapMTB-Info-CTX.sapMTB{
|
|
107
|
+
padding: 0 0.25rem !important;
|
|
108
|
+
}
|
|
109
|
+
.sapSmartTemplatesAnalyticalListPageSelectedLinkDialog .sapMLIB{
|
|
110
|
+
padding:0 .75rem 0 .75rem;
|
|
111
|
+
}
|
|
112
|
+
.sapUiTableCtrl{
|
|
113
|
+
.sapUiTableGroupHeader.sapSmartTemplatesAnalyticalListPageRowHighlighted{
|
|
114
|
+
background-color: @sapUiListSelectionBackgroundColor;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.sapUiTableRowHdr.sapUiTableGroupHeader.sapSmartTemplatesAnalyticalListPageRowHighlighted{
|
|
119
|
+
background-color: @sapUiListSelectionBackgroundColor;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.sapUiTable{
|
|
123
|
+
.sapUiTableCtrl{
|
|
124
|
+
.sapUiTableRowHvr.sapSmartTemplatesAnalyticalListPageRowHighlighted{
|
|
125
|
+
> td{
|
|
126
|
+
background-color: @sapUiListSelectionBackgroundColor;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
.sapUiTableRowHdr.sapUiTableGroupHeader.sapUiTableRowHvr.sapSmartTemplatesAnalyticalListPageRowHighlighted{
|
|
131
|
+
background-color: @sapUiListSelectionBackgroundColor;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.sapSmartTemplatesAnalyticalListPageTableContainer>.sapUiCompSmartTable{
|
|
136
|
+
.sapMTB{
|
|
137
|
+
margin-bottom: @_sap_suite_ui_generic_template_ALPConstants_ToolbarMarginBottom;
|
|
138
|
+
border-bottom-color: @sapUiChartBackgroundColor;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
.sapSmartTemplatesAnalyticalListPageVisualFilterBar{
|
|
142
|
+
.ui5-viz-controls-viz-frame{
|
|
143
|
+
.v-datapoint-group{
|
|
144
|
+
.v-datapoint{
|
|
145
|
+
> rect{
|
|
146
|
+
rx: 3px;
|
|
147
|
+
ry: 3px;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
.sapMHdrCntrItemCntr.sapMHrdrCntrInner {
|
|
153
|
+
vertical-align: top;
|
|
154
|
+
height: 11rem;
|
|
155
|
+
}
|
|
156
|
+
height: 11rem !important;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.sapSmartTemplatesAnalyticalListPageVisualFilterBarCozy {
|
|
160
|
+
.ui5-viz-controls-viz-frame{
|
|
161
|
+
.v-datapoint-group{
|
|
162
|
+
.v-datapoint{
|
|
163
|
+
> rect{
|
|
164
|
+
rx: 3px;
|
|
165
|
+
ry: 3px;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
.sapMHdrCntrItemCntr.sapMHrdrCntrInner {
|
|
171
|
+
vertical-align: top;
|
|
172
|
+
height: 14rem;
|
|
173
|
+
}
|
|
174
|
+
height: 14rem !important;
|
|
175
|
+
}
|
|
176
|
+
.sapSmartTemplatesAnalyticalListPageVisualFilterBarCozyPhone {
|
|
177
|
+
.ui5-viz-controls-viz-frame{
|
|
178
|
+
.v-datapoint-group{
|
|
179
|
+
.v-datapoint{
|
|
180
|
+
> rect{
|
|
181
|
+
rx: 3px;
|
|
182
|
+
ry: 3px;
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
.sapSmartTemplatesAnalyticalListPageVisualFilterToolbar{
|
|
189
|
+
margin-right: @_sap_suite_ui_generic_template_ALPConstants_VisualFilterToolbarMargin;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.sapSmartTemplatesAnalyticalListPageVisualFilterTitleToolbar.sapMTB { /* not possible to hide the line at the bottom of the toolbar via settings, have to do this via CSS*/
|
|
193
|
+
border-bottom: none;
|
|
194
|
+
padding: @_sap_suite_ui_generic_template_ALPConstants_PageChartTitlePadding;
|
|
195
|
+
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.sapUiSizeCompact .sapFDynamicPageTitleWrapper>.sapSmartTemplatesAnalyticalListPageDynamicPageTitle{
|
|
199
|
+
padding: @_sap_suite_ui_generic_template_ALPConstants_PageHeadingPadding;
|
|
200
|
+
border: none;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.sapUiSizeCompact .sapFDynamicPageTitleWrapper>.sapSmartTemplatesAnalyticalListPageDynamicPageTitle .sapFDynamicPageTitleSnapped>.sapSmartTemplatesAnalyticalListPageSnappedContentText{
|
|
204
|
+
margin-left: @_sap_suite_ui_generic_template_ALPConstants_KpiTagContainerMarginLeft;
|
|
205
|
+
cursor: pointer;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.sapFDynamicPageContent .sapSmartTemplatesAnalyticalListPageContentContainer {
|
|
209
|
+
padding: @_sap_suite_ui_generic_template_ALPConstants_ZeroPadding;
|
|
210
|
+
}
|
|
211
|
+
.sapMFlexBox.sapMFlexBoxAlignContentStretch.sapMFlexBoxAlignItemsEnd {
|
|
212
|
+
padding: @_sap_suite_ui_generic_template_ALPConstants_ZeroPadding;
|
|
213
|
+
}
|
|
214
|
+
.sapSmartTemplatesAnalyticalListPageFilterDialogTitleToolbar {
|
|
215
|
+
border-bottom: none !important;
|
|
216
|
+
padding-left: 0rem !important;
|
|
217
|
+
}
|
|
218
|
+
.sapSmartTemplatesAnalyticalListPageDynamicPage.sapFDynamicPage-Std-Phone .sapFDynamicPageContentFitContainer {
|
|
219
|
+
padding: 2rem 1rem 0 1rem !important;
|
|
220
|
+
}
|
|
221
|
+
// .sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageDynamicPage .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
|
|
222
|
+
// padding-top: 0.5rem !important;
|
|
223
|
+
// padding-bottom: 1.5rem !important;
|
|
224
|
+
// }
|
|
225
|
+
|
|
226
|
+
.sapSmartTemplatesAnalyticalListPageDynamicPage {
|
|
227
|
+
.sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
|
|
228
|
+
padding: 0rem 2rem 1rem 2rem !important;
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
/***** UI Tweaks end *****/
|
|
232
|
+
|
|
233
|
+
/***** new controls start *****/
|
|
234
|
+
|
|
235
|
+
/**************** KPI TAG START ****************/
|
|
236
|
+
|
|
237
|
+
.sapSmartTemplatesAnalyticalListPageAlignVariantTitle{
|
|
238
|
+
margin-left: @_sap_suite_ui_generic_template_ALPConstants_KpiTagContainerMarginLeft;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.sapSmartTemplatesAnalyticalListPageErrorPopOver{
|
|
242
|
+
padding: @_sap_suite_ui_generic_template_ALPConstants_KpiErrorPopOverContainerPadding;
|
|
243
|
+
}
|
|
244
|
+
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageAlignVariantTitle{
|
|
245
|
+
margin-left: 0rem;
|
|
246
|
+
}
|
|
247
|
+
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageKpiTagContainer {
|
|
248
|
+
height: @_sap_suite_ui_generic_template_ALPConstants_KpiTagContainerHeightCozy;
|
|
249
|
+
}
|
|
250
|
+
.sapUiSizeCompact .sapSmartTemplatesAnalyticalListPageKpiTagContainer {
|
|
251
|
+
height: @_sap_suite_ui_generic_template_ALPConstants_KpiTagContainerHeightCompact;
|
|
252
|
+
}
|
|
253
|
+
.sapUiSizeCompact .sapSmartTemplatesAnalyticalListPageKpiTag {
|
|
254
|
+
height: @_sap_suite_ui_generic_template_ALPConstants_KpiTagHeightCompact;
|
|
255
|
+
padding-top:@_sap_suite_ui_generic_template_ALPConstants_KpiTagCompactPaddingTopBottom;
|
|
256
|
+
padding-bottom:@_sap_suite_ui_generic_template_ALPConstants_KpiTagCompactPaddingTopBottom;
|
|
257
|
+
margin-top:@_sap_suite_ui_generic_template_ALPConstants_KpiTagMarginTopBottom;
|
|
258
|
+
margin-bottom:@_sap_suite_ui_generic_template_ALPConstants_KpiTagMarginTopBottom;
|
|
259
|
+
border-width:@_sap_suite_ui_generic_template_ALPConstants_KpiTagBorderWidth;
|
|
260
|
+
}
|
|
261
|
+
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageKpiTag {
|
|
262
|
+
height: @_sap_suite_ui_generic_template_ALPConstants_KpiTagHeightCozy;
|
|
263
|
+
margin-top:@_sap_suite_ui_generic_template_ALPConstants_KpiTagCozyMarginTopBottom;
|
|
264
|
+
margin-bottom:@_sap_suite_ui_generic_template_ALPConstants_KpiTagCozyMarginTopBottom;
|
|
265
|
+
padding-top:@_sap_suite_ui_generic_template_ALPConstants_KpiTagCozyPaddingTopBottom;
|
|
266
|
+
padding-bottom:@_sap_suite_ui_generic_template_ALPConstants_KpiTagCozyPaddingTopBottom;
|
|
267
|
+
margin-top:@_sap_suite_ui_generic_template_ALPConstants_KpiTagMarginTopBottom;
|
|
268
|
+
border-width:@_sap_suite_ui_generic_template_ALPConstants_KpiTagBorderWidth;
|
|
269
|
+
}
|
|
270
|
+
.sapSmartTemplatesAnalyticalListPageKpiTag{
|
|
271
|
+
align-items: center !important;
|
|
272
|
+
background-color: @sapUiListBackground;
|
|
273
|
+
border-left-width: 3px;
|
|
274
|
+
border-style: solid;
|
|
275
|
+
border-right-style: none;
|
|
276
|
+
margin-top: 2px;
|
|
277
|
+
margin-bottom: 1px;
|
|
278
|
+
border-radius: 3px;
|
|
279
|
+
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
|
|
280
|
+
border-color: @sapUiListBorderColor;
|
|
281
|
+
padding-left:@_sap_suite_ui_generic_template_ALPConstants_KpiTagPaddingLeftRight;
|
|
282
|
+
padding-right:@_sap_suite_ui_generic_template_ALPConstants_KpiTagPaddingLeftRight;
|
|
283
|
+
cursor: pointer;
|
|
284
|
+
min-width: @_sap_suite_ui_generic_template_ALPConstants_KpiTagMinWidth;
|
|
285
|
+
display: flex !important;
|
|
286
|
+
font-family: @sapUiFontFamily;
|
|
287
|
+
font-size: @sapMFontMediumSize;
|
|
288
|
+
font-weight: @sapUiFontHeaderWeight;
|
|
289
|
+
box-shadow: @sapUiShadowLevel0;
|
|
290
|
+
}
|
|
291
|
+
.sapSmartTemplatesAnalyticalListPageKpiTag:hover {
|
|
292
|
+
background-color: @sapUiListHoverBackground;
|
|
293
|
+
}
|
|
294
|
+
.sapSmartTemplatesAnalyticalListPageKpiTagValue{
|
|
295
|
+
text-align: right;
|
|
296
|
+
line-height: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLineHeight;
|
|
297
|
+
padding-left: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLeftPadding;
|
|
298
|
+
padding-right: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLeftMargin;
|
|
299
|
+
}
|
|
300
|
+
.sapSmartTemplatesAnalyticalListPageKpiTagName{
|
|
301
|
+
color: @sapUiContentLabelColor;
|
|
302
|
+
line-height: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLineHeight;
|
|
303
|
+
text-align: left;
|
|
304
|
+
padding-left: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLeftMargin;
|
|
305
|
+
}
|
|
306
|
+
.sapSmartTemplatesAnalyticalListPageKPIErrorIcon {
|
|
307
|
+
color: @sapUiNegativeText;
|
|
308
|
+
text-align: right;
|
|
309
|
+
line-height: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLineHeight;
|
|
310
|
+
padding-left: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLeftPadding;
|
|
311
|
+
padding-right: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLeftMargin;
|
|
312
|
+
}
|
|
313
|
+
.sapSmartTemplatesAnalyticalListPageKPIWarningIcon {
|
|
314
|
+
color: @sapUiCriticalText;
|
|
315
|
+
text-align: right;
|
|
316
|
+
line-height: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLineHeight;
|
|
317
|
+
padding-left: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLeftPadding;
|
|
318
|
+
padding-right: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLeftMargin;
|
|
319
|
+
}
|
|
320
|
+
.sapSmartTemplatesAnalyticalListPageKPIInformationIcon {
|
|
321
|
+
color: @sapUiNeutralText;
|
|
322
|
+
text-align: right;
|
|
323
|
+
line-height: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLineHeight;
|
|
324
|
+
padding-left: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLeftPadding;
|
|
325
|
+
padding-right: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLeftMargin;
|
|
326
|
+
}
|
|
327
|
+
.sapSmartTemplatesAnalyticalListPageKPINeutral{
|
|
328
|
+
color: @sapUiNeutralText;
|
|
329
|
+
border-left-color: @sapUiNeutralBorder;
|
|
330
|
+
}
|
|
331
|
+
.sapSmartTemplatesAnalyticalListPageKPICritical{
|
|
332
|
+
color: @sapUiCriticalText;
|
|
333
|
+
border-left-color: @sapUiWarningBorder;
|
|
334
|
+
}
|
|
335
|
+
.sapSmartTemplatesAnalyticalListPageKPIPositive{
|
|
336
|
+
color: @sapUiPositiveText;
|
|
337
|
+
border-left-color: @sapUiSuccessBorder;
|
|
338
|
+
}
|
|
339
|
+
.sapSmartTemplatesAnalyticalListPageKPINegative{
|
|
340
|
+
color: @sapUiNegativeText;
|
|
341
|
+
border-left-color: @sapUiErrorBorder;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.sapSmartTemplatesAnalyticalListPageKPIUndetermined{
|
|
345
|
+
color: @sapUiBaseText;
|
|
346
|
+
border-left-color: @sapUiBaseText;
|
|
347
|
+
}
|
|
348
|
+
.sapSmartTemplatesAnalyticalListPageKpiCardStyle{
|
|
349
|
+
min-height: @_sap_suite_ui_generic_template_ALPConstants_KpiCardMinHeight;
|
|
350
|
+
min-width: @_sap_suite_ui_generic_template_ALPConstants_KpiCardMinWidth;
|
|
351
|
+
}
|
|
352
|
+
.sapMOverflowToolbarMenu-CTX .sapSmartTemplatesAnalyticalListPageKpiTag {
|
|
353
|
+
margin: @_sap_suite_ui_generic_template_ALPConstants_KpiTagMarginInOverflow !important
|
|
354
|
+
}
|
|
355
|
+
.sapMOverflowToolbarMenu-CTX .sapSmartTemplatesAnalyticalListPageKpiTagValue {
|
|
356
|
+
text-align: end;
|
|
357
|
+
padding-left: 1.8rem;
|
|
358
|
+
}
|
|
359
|
+
.sapSmartTemplatesAnalyticalListPageVFTitle {
|
|
360
|
+
margin: 0.5rem 1.5rem 0.5rem 1rem !important;
|
|
361
|
+
width: 20rem !important;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
@media screen and (max-width: 600px) {
|
|
365
|
+
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageDynamicPage .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
|
|
366
|
+
padding: 0rem 1rem 1rem 1rem !important;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.sapSmartTemplatesAnalyticalListPageVFTitle {
|
|
370
|
+
margin-top: 0.75rem !important;
|
|
371
|
+
margin-bottom: 0.75rem !important;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
.sapSmartTemplatesAnalyticalListPageVisualFilterTitleText {
|
|
375
|
+
font-family: @sapUiFontFamily;
|
|
376
|
+
font-size: @sapMFontLargeSize;
|
|
377
|
+
line-height: 1.5;
|
|
378
|
+
color: @sapUiBaseText;
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.sapSmartTemplatesAnalyticalListPageVFChart {
|
|
383
|
+
margin: 0rem 1.5rem 0.5rem 1rem !important;
|
|
384
|
+
width: 20rem !important;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
/**************** KPI TAG END ****************/
|
|
388
|
+
|
|
389
|
+
.sapSmartTemplatesAnalyticalListPageVFOverflow {
|
|
390
|
+
background-color: @sapUiTileBackground;
|
|
391
|
+
opacity: @_sap_suite_ui_generic_template_ALPConstants_VFOverflowOpacity;
|
|
392
|
+
border-color: fade(@sapUiBrand, 20%);
|
|
393
|
+
font-size: @_sap_suite_ui_generic_template_ALPConstants_VFOverflowFontSize;
|
|
394
|
+
border-width: 1px;
|
|
395
|
+
border-style: solid;
|
|
396
|
+
white-space: pre-line;
|
|
397
|
+
display: flex;
|
|
398
|
+
justify-content: center;
|
|
399
|
+
align-items: center;
|
|
400
|
+
margin-top: 0;
|
|
401
|
+
margin-left: auto;
|
|
402
|
+
margin-right: auto;
|
|
403
|
+
margin-bottom:initial;
|
|
404
|
+
text-align: center;
|
|
405
|
+
}
|
|
406
|
+
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageKpiTagCozy {
|
|
407
|
+
height: 2.4365rem;
|
|
408
|
+
}
|
|
409
|
+
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageVFOverflowCozy {
|
|
410
|
+
margin-top: 0.25rem;
|
|
411
|
+
}
|
|
412
|
+
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageVFDShowInFilterBarCozy.sapMCb {
|
|
413
|
+
padding-left: 38px !important;
|
|
414
|
+
}
|
|
415
|
+
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageVFDShowInFilterBarCozy .sapMCbBg {
|
|
416
|
+
left: 0.4375rem !important;
|
|
417
|
+
}
|
|
418
|
+
.sapSmartTemplatesAnalyticalListPageSelectedLinkDialog{
|
|
419
|
+
min-width: @_sap_suite_ui_generic_template_ALPConstants_SelectedLinkDialogWidth;
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
.sapUiSizeCompact .sapSmartTemplatesAnalyticalListPageFilterableKPIContainer{
|
|
423
|
+
width: inherit;
|
|
424
|
+
padding: 0.5rem 1rem;
|
|
425
|
+
height: 3rem;
|
|
426
|
+
border-bottom: none;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageFilterableKPIContainer{
|
|
430
|
+
width: inherit;
|
|
431
|
+
padding: 0.5rem 1rem;
|
|
432
|
+
height: 3rem;
|
|
433
|
+
border-bottom: none;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.sapSmartTemplatesAnalyticalListPageFilterableKPITitle{
|
|
437
|
+
font-family: @sapUiFontHeaderFamily;
|
|
438
|
+
font-size: @sapMFontHeader2Size;
|
|
439
|
+
font-weight: @sapUiFontHeaderWeight;
|
|
440
|
+
color: @sapUiGroupTitleTextColor;
|
|
441
|
+
line-height: 2rem;
|
|
442
|
+
padding-right: 1rem;
|
|
443
|
+
max-width: 25rem;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.sapSmartTemplatesAnalyticalListPageKpiTagDisable{
|
|
447
|
+
z-index: -1;
|
|
448
|
+
opacity: 0.5;
|
|
449
|
+
background-color: transparent;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.sapSmartTemplatesAnalyticalListPageKpiTagOverflow {
|
|
453
|
+
border-bottom: none;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.sapSmartTemplatesAnalyticalListPageHeaderContainerBorder {
|
|
457
|
+
box-shadow: 0 1px 3px 0 rgba(0,0,0,0.10), inset 0 -1px 0 0 #d9d9d9 !important;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
.sapUiTheme-sap_fiori_3 .sapSmartTemplatesAnalyticalListPageDynamicPage .sapFDynamicPageContentWrapper {
|
|
462
|
+
background: #f7f7f7;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
.sapSmartTemplatesAnalyticalListPageRequired:before {
|
|
466
|
+
content:"*";
|
|
467
|
+
color: @sapUiFieldRequiredColor;
|
|
468
|
+
font-family: @sapUiFontFamily;
|
|
469
|
+
font-size: @sapMFontLargeSize;
|
|
470
|
+
font-weight: bold;
|
|
471
|
+
position: relative;
|
|
472
|
+
vertical-align: middle;
|
|
473
|
+
line-height: 0;
|
|
474
|
+
}
|
|
475
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
.sapSmartTemplatesListReportDraftInfoIcon.sapUiIcon {
|
|
2
|
+
font-family: SAP-icons;
|
|
3
|
+
font-size: 1rem;
|
|
4
|
+
padding-right: 0.5rem;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.sapSmartTemplatesListReportFilterSummary {
|
|
8
|
+
cursor: pointer;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.sapSmartTemplatesSLIPositive > .sapMLIBContent > .sapMGHLITitle {
|
|
12
|
+
color: @sapPositiveElementColor;
|
|
13
|
+
}
|
|
14
|
+
.sapSmartTemplatesSLINeutral > .sapMLIBContent > .sapMGHLITitle {
|
|
15
|
+
color: @sapNeutralElementColor;
|
|
16
|
+
}
|
|
17
|
+
.sapSmartTemplatesSLINegative > .sapMLIBContent > .sapMGHLITitle {
|
|
18
|
+
color: @sapNegativeElementColor;
|
|
19
|
+
}
|
|
20
|
+
.sapSmartTemplatesSLICritical > .sapMLIBContent > .sapMGHLITitle {
|
|
21
|
+
color: @sapCriticalElementColor;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.sapSmartTemplatesSLIBold > .sapMLIBContent > .sapMSLITitleDiv > .sapMSLITitleOnly {
|
|
25
|
+
font-weight: bold;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.sapSmartTemplatesListReportFirstText {
|
|
29
|
+
overflow: visible;
|
|
30
|
+
font-weight: bold;
|
|
31
|
+
display: inline-block;
|
|
32
|
+
word-wrap: break-word;
|
|
33
|
+
}
|