@sapui5/sap.suite.ui.generic.template 1.124.2 → 1.126.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/control/visualfilterbar/FilterItem.js +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroChart.js +1 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/ControllerImplementation.js +17 -16
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/DropDownController.js +4 -4
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/FilterBarController.js +3 -7
- 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/controller/VisualFilterDialogController.js +0 -9
- 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/AnalyticalListPage.view.xml +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/view/KpiCardSizeM.view.xml +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/view/fragments/ContentViewButtons.fragment.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 +0 -3
- package/src/sap/suite/ui/generic/template/Canvas/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/controller/ControllerImplementation.js +79 -6
- package/src/sap/suite/ui/generic/template/ListReport/controller/IappStateHandler.js +19 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n.properties +3 -0
- 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 +1 -1
- 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 +6 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/Component.js +2 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/ControllerImplementation.js +14 -10
- 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/Details.view.xml +2 -0
- 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 -0
- 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 +7 -8
- 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.controller.js +4 -3
- 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 +1 -1
- package/src/sap/suite/ui/generic/template/designtime/ListReport.designtime.js +1 -1
- package/src/sap/suite/ui/generic/template/designtime/ObjectPage.designtime.js +0 -3
- package/src/sap/suite/ui/generic/template/detailTemplates/i18n/i18n_sh.properties +1 -1
- package/src/sap/suite/ui/generic/template/fragments/AnalyticalTableColumns.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/ContactDetails.fragment.xml +14 -14
- 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 -0
- package/src/sap/suite/ui/generic/template/fragments/GridTableColumns.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/HeaderForm.fragment.xml +2 -2
- 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 +4 -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 -2
- 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 -1
- 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/controlStateWrapperFactory/SmartFilterBarWrapper.js +52 -1
- package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartVariantManagementWrapper.js +3 -3
- package/src/sap/suite/ui/generic/template/genericUtilities/utils.js +25 -1
- package/src/sap/suite/ui/generic/template/js/AnnotationHelper.js +29 -17
- 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 +25 -5
- package/src/sap/suite/ui/generic/template/lib/AppComponent.js +5 -3
- package/src/sap/suite/ui/generic/template/lib/Application.js +3 -5
- package/src/sap/suite/ui/generic/template/lib/CRUDManager.js +7 -5
- package/src/sap/suite/ui/generic/template/lib/CommonEventHandlers.js +2 -1
- package/src/sap/suite/ui/generic/template/lib/ComponentUtils.js +16 -12
- package/src/sap/suite/ui/generic/template/lib/CreateWithDialogHandler.js +23 -10
- package/src/sap/suite/ui/generic/template/lib/FlexibleColumnLayoutHandler.js +11 -4
- package/src/sap/suite/ui/generic/template/lib/MessageButtonHelper.js +7 -5
- package/src/sap/suite/ui/generic/template/lib/MessageStripHelper.js +6 -6
- package/src/sap/suite/ui/generic/template/lib/MessageUtils.js +4 -3
- package/src/sap/suite/ui/generic/template/lib/ShareUtils.js +6 -14
- 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 +1 -1
- 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 +22 -10
- package/src/sap/suite/ui/generic/template/lib/presentationControl/SmartListHandler.js +6 -1
- package/src/sap/suite/ui/generic/template/lib/presentationControl/SmartTableHandler.js +23 -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/controller/IappStateHandler.js +30 -27
- package/src/sap/suite/ui/generic/template/listTemplates/filterSettingsPreparationHelper.js +2 -0
- 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 +7 -8
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/SmartTableToolbar.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/listTemplates/i18n/i18n_sh.properties +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/listTemplates/fragments/DetailSmartTable.fragment.xml
CHANGED
|
@@ -4,17 +4,19 @@
|
|
|
4
4
|
template:require="{ AH: 'sap/suite/ui/generic/template/js/AnnotationHelper',
|
|
5
5
|
AHModel: 'sap/ui/model/odata/AnnotationHelper',
|
|
6
6
|
ALPHelper: 'sap/suite/ui/generic/template/AnalyticalListPage/util/AnnotationHelper',
|
|
7
|
-
AHMultipleViews:'sap/suite/ui/generic/template/js/AnnotationHelperMultipleViews'
|
|
7
|
+
AHMultipleViews:'sap/suite/ui/generic/template/js/AnnotationHelperMultipleViews',
|
|
8
|
+
StableIdHelper: 'sap/suite/ui/generic/template/js/StableIdHelper'}">
|
|
8
9
|
|
|
9
10
|
<template:with path="entityType>com.sap.vocabularies.UI.v1.HeaderInfo" var="header">
|
|
10
11
|
<template:with path="tableAnnotationPath>" var="collection">
|
|
11
12
|
<template:with path="entitySet>dummy" var="facet">
|
|
12
13
|
<template:with path="entitySet>dummy" var="chartItem">
|
|
13
|
-
<template:with path="parameter>/" helper="
|
|
14
|
+
<template:with path="parameter>/" helper="StableIdHelper.preparePathForStableId" var="smartControlId">
|
|
14
15
|
<template:with path="parameter>/settings/keyPerformanceIndicators" helper="ALPHelper.getFilterableKPIs" var="kpiContext">
|
|
15
16
|
<template:with path="kpiContext>filterableKPIs" var="kpis">
|
|
16
17
|
<template:if test="{= ${smartControlId>}.buildStableId({type: 'ALPTable', subType: 'SmartTable', sQuickVariantKey: ${tabItem>key}})}" />
|
|
17
18
|
<smarttable:SmartTable
|
|
19
|
+
core:require="{setRowNavigated: 'sap/suite/ui/generic/template/js/formatters/setRowNavigated'}"
|
|
18
20
|
id="{smartControlId>id}"
|
|
19
21
|
smartFilterId="template::SmartFilterBar"
|
|
20
22
|
visible="{path: 'tabItem>', formatter: 'AHMultipleViews.getVisibleForALPTableTabs'}"
|
|
@@ -107,7 +109,6 @@
|
|
|
107
109
|
<!-- ANALYTICAL TABLE -->
|
|
108
110
|
<table:AnalyticalTable id="{:= ${parameter>/stableId}.getStableId({type: 'ALPTable', subType: 'AnalyticalTable', sQuickVariantKey: ${tabItem>key}})}"
|
|
109
111
|
visibleRowCountMode="Auto" enableColumnReordering="true"
|
|
110
|
-
showColumnVisibilityMenu="false"
|
|
111
112
|
enableColumnFreeze="true"
|
|
112
113
|
enableCellFilter="true"
|
|
113
114
|
rowActionCount="{= ${_templPriv>/listReport/isLeaf} ? 0 : 1 }"
|
|
@@ -130,7 +131,6 @@
|
|
|
130
131
|
<table:Table id="{:= ${parameter>/stableId}.getStableId({type: 'ALPTable', subType: 'GridTable', sQuickVariantKey: ${tabItem>key}})}"
|
|
131
132
|
visibleRowCountMode="Auto"
|
|
132
133
|
enableColumnReordering="true"
|
|
133
|
-
showColumnVisibilityMenu="false"
|
|
134
134
|
enableColumnFreeze="true"
|
|
135
135
|
enableCellFilter="true"
|
|
136
136
|
rowActionCount="{= ${_templPriv>/listReport/isLeaf} ? 0 : 1 }"
|
|
@@ -157,7 +157,6 @@
|
|
|
157
157
|
id="{:= ${parameter>/stableId}.getStableId({type: 'ALPTable', subType: 'TreeTable', sQuickVariantKey: ${tabItem>key}})}"
|
|
158
158
|
visibleRowCountMode="Auto"
|
|
159
159
|
enableColumnReordering="true"
|
|
160
|
-
showColumnVisibilityMenu="false"
|
|
161
160
|
enableColumnFreeze="true"
|
|
162
161
|
enableCellFilter="true"
|
|
163
162
|
rowActionCount="{= ${_templPriv>/listReport/isLeaf} ? 0 : 1 }"
|
|
@@ -185,19 +184,19 @@
|
|
|
185
184
|
mode="{tableSettings>mode}"
|
|
186
185
|
selectionChange="._templateEventHandlers.onRowSelectionChange"
|
|
187
186
|
beforeOpenContextMenu="._templateEventHandlers.beforeOpenContextMenu($event, '{smartControlId>id}')"
|
|
188
|
-
sticky="ColumnHeaders,HeaderToolbar"
|
|
187
|
+
sticky="ColumnHeaders,HeaderToolbar,InfoToolbar"
|
|
189
188
|
multiSelectMode="{= (${tableSettings>multiSelect} && ${tableSettings>selectAll}) ? 'SelectAll' : 'ClearAll'}">
|
|
190
189
|
<template:with path="entitySet>" var="listEntitySet">
|
|
191
190
|
<core:Fragment fragmentName="sap.suite.ui.generic.template.fragments.TableColumns" type="XML" />
|
|
192
191
|
<!-- The cloumnListItem added below for the semantic coloring of the table columns overrides the type and press properties of the columnListItem present in the common table column fragment used by responsive table. Hence we are reintroducing them here -->
|
|
193
192
|
<items>
|
|
194
|
-
<ColumnListItem highlight="None" id="{:= ${parameter>/stableId}.getStableId({type: 'ALPTable', subType: 'ColumnListItem', sQuickVariantKey: ${tabItem>key}})}" type="{parts: [{path: 'entitySet>'}, {path: 'parameter>/settings/subPages/'}, {path: 'parameter>/manifest/'}, {path: 'parameter>/treeNode/'}, {path:'parameter>/isDraftEnabled'}, {path: 'facet>Target/AnnotationPath'}], formatter: 'AH.getColumnListItemType'}" press="._templateEventHandlers.onListNavigate" navigated="{parts: [{path: '_templPriv>/generic/currentActiveChildContext'}, {path: ''}], formatter: '
|
|
193
|
+
<ColumnListItem highlight="None" id="{:= ${parameter>/stableId}.getStableId({type: 'ALPTable', subType: 'ColumnListItem', sQuickVariantKey: ${tabItem>key}})}" type="{parts: [{path: 'entitySet>'}, {path: 'parameter>/settings/subPages/'}, {path: 'parameter>/manifest/'}, {path: 'parameter>/treeNode/'}, {path:'parameter>/isDraftEnabled'}, {path: 'facet>Target/AnnotationPath'}], formatter: 'AH.getColumnListItemType'}" press="._templateEventHandlers.onListNavigate" navigated="{parts: [{path: '_templPriv>/generic/currentActiveChildContext'}, {path: ''}], formatter: 'setRowNavigated'}" >
|
|
195
194
|
<customData>
|
|
196
195
|
<core:CustomData key="CrossNavigation" value="{parts: [{path: 'listEntitySet>name'}, {path: 'parameter>/settings/subPages/'}, {path: 'facet>Target/AnnotationPath'}], formatter: 'AH.getDisplayNavigationIntent'}" />
|
|
197
196
|
</customData>
|
|
198
197
|
<cells>
|
|
199
198
|
<template:repeat list="{collection>}" var="lineItems">
|
|
200
|
-
<template:with path="parameter>/" helper="
|
|
199
|
+
<template:with path="parameter>/" helper="StableIdHelper.preparePathForStableId" var="columnId">
|
|
201
200
|
<template:if test="{= ${lineItems>RecordType} === 'com.sap.vocabularies.UI.v1.DataField' }">
|
|
202
201
|
<template:then>
|
|
203
202
|
<template:if test="{= ${columnId>}.buildStableId({type: 'TableColumn', subType: 'DataField', sSmartTableId: ${smartControlId>id}, sProperty: ${lineItems>Value/Path}})}" />
|
package/src/sap/suite/ui/generic/template/listTemplates/fragments/SmartTableToolbar.fragment.xml
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<template:if test="{= !${parameter>/settings/quickVariantSelectionX} && (${parameter>/settings/showAutoHide} !== false) }">
|
|
21
21
|
<SegmentedButton
|
|
22
22
|
selectedKey="{_templPriv>/alp/autoHide}"
|
|
23
|
-
|
|
23
|
+
selectionChange="._templateEventHandlers.onAutoHideToggle">
|
|
24
24
|
<items>
|
|
25
25
|
<SegmentedButtonItem
|
|
26
26
|
tooltip="{i18n>CHARTTABLE_AUTOHIDE_OFF}"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
ST_LIST_DISPLAY_TEXT_FOR_EXECUTE_ON_SELECTION=Ako su dostupne prethodno definisane
|
|
2
|
+
ST_LIST_DISPLAY_TEXT_FOR_EXECUTE_ON_SELECTION=Ako su dostupne prethodno definisane vrednosti filtera, sadr\u017Eaj se u\u010Ditava automatski.
|
|
@@ -1,4 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
/***********************************************************************************
|
|
2
|
+
/* Due to deprecation of the Belize theme family with SAPUI5 version 1.120 the
|
|
3
|
+
/* inheritance of the base theme is now updated to an inheritance of a static
|
|
4
|
+
/* copy of the base theme named sap_belize_base. The respective
|
|
5
|
+
/* control css files of base are copied to the sap_belize_base theme folder.
|
|
6
|
+
/* This decoupling of the base theme is introduced with SAPUI5 version 1.125.
|
|
7
|
+
***********************************************************************************/
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
@import "../sap_belize_base/library.source.less";
|
|
2
11
|
@import "../../../../../../../sap/ui/core/themes/sap_belize/base.less";
|
|
3
12
|
@import "../../../../../../../sap/ui/core/themes/sap_belize/global.less";
|
|
4
13
|
|
|
@@ -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
|
+
}
|