@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,391 @@
|
|
|
1
|
+
.sapUiMedia-Std-Desktop, .sapUiMedia-Std-Tablet {
|
|
2
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderImage {
|
|
3
|
+
height: 6rem;
|
|
4
|
+
width: 6rem;
|
|
5
|
+
border: 1px solid @sapUiMediumBorder;
|
|
6
|
+
border-color: @sapUiObjectHeaderBorderColor;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.sapUiMedia-Std-Phone .sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderImage {
|
|
11
|
+
height: 3rem;
|
|
12
|
+
width: 3rem;
|
|
13
|
+
border: 1px solid @sapUiMediumBorder;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.sapUiMedia-Std-Desktop, .sapUiMedia-Std-Tablet {
|
|
17
|
+
.sapSmartTemplatesObjectPage .sapUxAPObjectPageContentObjectImage-Circle .sapSmartTemplatesObjectPageHeaderImage {
|
|
18
|
+
border-radius: 100%;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.sapUiMedia-Std-Phone .sapSmartTemplatesObjectPage .sapUxAPObjectPageContentObjectImage-Circle .sapSmartTemplatesObjectPageHeaderImage {
|
|
23
|
+
border-radius: 100%;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderIdentifier .sapUxAPObjectPageHeaderObjectImageForce .sapUxAPObjectPageHeaderObjectImage,
|
|
27
|
+
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderStickied .sapUxAPObjectPageHeaderIdentifier .sapUxAPObjectPageHeaderObjectImage {
|
|
28
|
+
margin-top: 0.5rem;
|
|
29
|
+
margin-bottom: 0.5rem;
|
|
30
|
+
padding-top: 0;
|
|
31
|
+
padding-bottom: 0;
|
|
32
|
+
border: 1px solid @sapUiMediumBorder;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderContent .sapUxAPObjectPageHeaderContentItem,
|
|
36
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDynamicPageHeader > * {
|
|
37
|
+
margin-right: 2rem;
|
|
38
|
+
margin-bottom: 1rem;
|
|
39
|
+
line-height: 1.250rem;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDynamicPageHeaderTitle > *{
|
|
43
|
+
margin-right: 2rem;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDynamicPageHeaderTitleWithoutImage > :first-child,
|
|
47
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDynamicPageHeaderTitleWithImage > :nth-child(2){
|
|
48
|
+
margin-right: 0.5rem;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDynamicPageHeaderImageDiv > :first-child{
|
|
52
|
+
margin-right: 1rem;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderContent .sapUxAPObjectPageHeaderContentItem.sapSmartTemplatesObjectPageHeaderImage,
|
|
56
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDynamicPageHeader .sapSmartTemplatesObjectPageHeaderImage {
|
|
57
|
+
margin-right: 2rem;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.sapSmartTemplatesObjectPageHeaderAvatar {
|
|
61
|
+
margin-right: 1rem;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
html[dir="rtl"] .sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderContent .sapUxAPObjectPageHeaderContentItem {
|
|
66
|
+
margin-right: 0;
|
|
67
|
+
margin-left: 3rem;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapMTitle.sapSmartTemplatesObjectPageDynamicPageHeaderTitleText {
|
|
71
|
+
font-size: 1.375rem ;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.sapSmartTemplatesObjectPageDynamicPageHeaderTitleFlexBox {
|
|
75
|
+
overflow: hidden;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.sapSmartTemplatesObjectPageDynamicHeaderSubtitle{
|
|
79
|
+
color: @sapContent_LabelColor
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderAddress .sapSmartTemplatesObjectPageHeaderAddressLabel {
|
|
83
|
+
margin-bottom: 0.5rem;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderAddress .sapSmartTemplatesObjectPageHeaderAddressValue {
|
|
87
|
+
line-height: 1.5rem;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageContactsImage {
|
|
91
|
+
line-height: 3rem;
|
|
92
|
+
margin-right: .75rem;
|
|
93
|
+
font-size: 2.25rem;
|
|
94
|
+
font-weight: normal;
|
|
95
|
+
width: 3rem;
|
|
96
|
+
height: 3rem;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDataPoint .sapSmartTemplatesObjectPageDataPointLabel,
|
|
100
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderContact .sapSmartTemplatesObjectPageHeaderContactLabel {
|
|
101
|
+
margin-bottom: 0.5rem;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderContact .sapSmartTemplatesObjectPageHeaderContactLink,
|
|
105
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDataPoint .sapSmartTemplatesObjectPageDataPointValue .sapMText,
|
|
106
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDataPoint .sapSmartTemplatesObjectPageDataPointValue .sapMLnk,
|
|
107
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDataPoint .sapSmartTemplatesObjectPageDataPointValue .sapMText.sapUiCompSmartFieldUnit,
|
|
108
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDataPoint .sapSmartTemplatesObjectPageDataPointValue .sapMObjStatusText {
|
|
109
|
+
font-size: 1.375rem;
|
|
110
|
+
line-height: 1.5rem;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderContact .sapSmartTemplatesObjectPageHeaderContactLinkIcon {
|
|
114
|
+
font-size: 1.125rem;
|
|
115
|
+
line-height: 1.125rem;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDataPoint div:nth-child(2) .sapMObjStatusIcon {
|
|
119
|
+
display: none;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDataPoint .sapUiCompUOM>div:nth-child(2) {
|
|
123
|
+
max-width: initial;
|
|
124
|
+
min-width: initial;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageContactsList .sapSmartTemplatesObjectPageContactsListItem {
|
|
128
|
+
border: 0;
|
|
129
|
+
float: left;
|
|
130
|
+
width: 24rem;
|
|
131
|
+
padding: 0.1rem;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
@media (min-width: 1600px) {
|
|
135
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageContactsList .sapSmartTemplatesObjectPageContactsListItem {
|
|
136
|
+
width: calc(100% / 6);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageContactsList .sapMGrowingList {
|
|
141
|
+
clear: both;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageContactsList .sapSmartTemplatesObjectPageContactsListContactTitle {
|
|
145
|
+
font-size: 1rem;
|
|
146
|
+
margin-top: 0.1rem;
|
|
147
|
+
max-width: 19.25rem;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageContactsList .sapSmartTemplatesObjectPageContactsListContactSubTitle {
|
|
151
|
+
margin-top: 0.3rem;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.sapSmartTemplatesObjectPageContactsQuickView .sapUiSimpleForm .sapUiRGLContainerCont {
|
|
155
|
+
padding-bottom: 0;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesSmartForm .sapMTB:not(.sapUiRTECustomToolbar) {
|
|
159
|
+
display: none;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesSmartForm .sapUiFormTitle:empty {
|
|
163
|
+
margin: 0;
|
|
164
|
+
height: 0;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderCollection > div:nth-child(n+2) {
|
|
168
|
+
margin-top: 0.5rem;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderPlainText {
|
|
172
|
+
max-width: 300px;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.sapSmartTemplatesObjectPageHeaderProgressIndicatorControl{
|
|
176
|
+
margin-bottom: 0 !important;
|
|
177
|
+
margin-top: 1rem;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.sapSmartTemplatesFooterFloatRight{
|
|
181
|
+
float: right;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.sapSmartTemplatesObjectPageHeaderProgressIndicatorFooter{
|
|
185
|
+
margin-top: 0.375rem;
|
|
186
|
+
border: 0;
|
|
187
|
+
background-color: inherit;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderForm .sapSmartTemplatesObjectPageHeaderFormTitle,
|
|
191
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderPlainText .sapSmartTemplatesObjectPageHeaderPlainTextTitle {
|
|
192
|
+
font-size: @sapUiFontSize;
|
|
193
|
+
margin-bottom: 1rem;
|
|
194
|
+
line-height: 1.5rem;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderPlainText .sapSmartTemplatesObjectPageHeaderPlainTextField {
|
|
198
|
+
font-family: @sapUiFontFamily;
|
|
199
|
+
font-size: 0.875rem;
|
|
200
|
+
font-weight: normal;
|
|
201
|
+
line-height: 1.5rem;
|
|
202
|
+
margin-top: -0.125rem;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderMiniChartTitle {
|
|
206
|
+
font-size: @sapMFontLargeSize;
|
|
207
|
+
font-weight: normal;
|
|
208
|
+
line-height: 1rem;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderMiniChartSubTitle {
|
|
212
|
+
font-size: @sapMFontMediumSize;
|
|
213
|
+
font-weight: normal;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesFooterFloatRight {
|
|
217
|
+
float: right;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderForm.sapMLabel:after, .sapSmartTemplatesObjectPageHeaderFormLabelNCriticcal.sapMLabel:after, .sapSmartTemplatesObjectPageHeaderFormLabel.sapMLabel:after, .sapSmartTemplatesObjectPageDataPointLabel.sapMLabel:after {
|
|
221
|
+
content: ":";
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderForm .sapSmartTemplatesObjectPageHeaderFormField .sapMText,
|
|
225
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderForm .sapSmartTemplatesObjectPageHeaderFormField .sapMLnk,
|
|
226
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderForm .sapSmartTemplatesObjectPageHeaderFormField.sapMLnk,
|
|
227
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderForm .sapSmartTemplatesObjectPageHeaderFormLabel {
|
|
228
|
+
font-size: 0.875rem;
|
|
229
|
+
line-height: 1.320rem;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
.sapSmartTemplatesObjectPageHeaderFormLabelNCriticcal{
|
|
233
|
+
font-size: 0.875rem;
|
|
234
|
+
line-height: 1.420rem;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
html[dir="rtl"] .sapUiMedia-Std-Tablet .sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderContent {
|
|
238
|
+
padding-right: 3rem;
|
|
239
|
+
padding-left: 0;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
html[dir="rtl"] .sapUiMedia-Std-Desktop .sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderContent {
|
|
243
|
+
padding-right: 3rem;
|
|
244
|
+
padding-left: 0;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
html[dir="rtl"] .sapUiMedia-Std-Tablet .sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderIdentifier {
|
|
248
|
+
padding-right: 3rem;
|
|
249
|
+
padding-left: 0;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
html[dir="rtl"] .sapUiMedia-Std-Desktop .sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderIdentifier {
|
|
253
|
+
padding-right: 3rem;
|
|
254
|
+
padding-left: 0;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderIdentifier .sapSmartTemplatesShareMenuButton .sapMBtnInner.sapMBtnIconFirst,
|
|
258
|
+
.sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderIdentifier .sapSmartTemplatesUpAndDownNavigation .sapMBtnInner.sapMBtnIconFirst{
|
|
259
|
+
padding: 0;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageSubSectionGrid {
|
|
263
|
+
margin-right: -1rem;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
html[dir="rtl"] .sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageSubSectionGrid {
|
|
267
|
+
margin-left: -1rem;
|
|
268
|
+
margin-right: 0;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageSubSectionGrid>div>* {
|
|
272
|
+
padding-right: 1rem;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
html[dir="rtl"] .sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageSubSectionGrid>div>* {
|
|
276
|
+
padding-left: 1rem;
|
|
277
|
+
padding-right: 0;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageSubSection .sapSmartTemplatesObjectPageSubSectionDummyBlock {
|
|
281
|
+
width: 1px;
|
|
282
|
+
margin: 0px;
|
|
283
|
+
height: 1px !important;
|
|
284
|
+
min-height: 1rem;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageDataFieldVBoxLabel {
|
|
288
|
+
padding-top: 0.625rem;
|
|
289
|
+
padding-bottom: 0.125rem;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.sapSLIPositive > .sapMLIBContent > .sapMSLIImgIcon {
|
|
293
|
+
color: @sapPositiveElementColor;
|
|
294
|
+
}
|
|
295
|
+
.sapSLINeutral > .sapMLIBContent > .sapMSLIImgIcon {
|
|
296
|
+
color: @sapNeutralElementColor;
|
|
297
|
+
}
|
|
298
|
+
.sapSLINegative > .sapMLIBContent > .sapMSLIImgIcon {
|
|
299
|
+
color: @sapNegativeElementColor;
|
|
300
|
+
}
|
|
301
|
+
.sapSLICritical > .sapMLIBContent > .sapMSLIImgIcon {
|
|
302
|
+
color: @sapCriticalElementColor;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
/*for NavPopover QuickView*/
|
|
306
|
+
.sapMQuickViewPage.sapSmartTemplatesSmartLinkNavPopoverContentTitleAreaTrunc{
|
|
307
|
+
display: block !important; //a long text in the title or description gets truncated and ... are set at the end
|
|
308
|
+
}
|
|
309
|
+
.sapSmartTemplatesSmartLinkNavPopoverContentIcon{
|
|
310
|
+
margin-right: .75rem !important;
|
|
311
|
+
line-height: 3rem !important;
|
|
312
|
+
font-size: 2.25rem !important;
|
|
313
|
+
}
|
|
314
|
+
.sapSmartTemplatesSmartLinkNavPopoverContentTitleDecreaseFirstMargin > div:first-child {
|
|
315
|
+
margin-bottom: .125rem !important; //2px
|
|
316
|
+
}
|
|
317
|
+
.sapSmartTemplatesSmartLinkNavPopoverContentTitleIncrease{
|
|
318
|
+
white-space: nowrap !important;
|
|
319
|
+
font-size: 1.25rem !important; //20px
|
|
320
|
+
padding-bottom: .0625rem !important; //1px
|
|
321
|
+
/* the settings below are equivalent to the ContactQV header but not to Smart Link header
|
|
322
|
+
font-size: 20px !important;
|
|
323
|
+
padding-bottom: 6px !important;
|
|
324
|
+
*/
|
|
325
|
+
}
|
|
326
|
+
.sapSmartTemplatesSmartLinkNavPopoverContentContactLabelBoxOuter{
|
|
327
|
+
padding-top: 0.75rem !important;
|
|
328
|
+
}
|
|
329
|
+
.sapSmartTemplatesSmartLinkNavPopoverContentContactLabelBoxInner{
|
|
330
|
+
padding-left: 1rem !important;
|
|
331
|
+
padding-right: 1rem !important;
|
|
332
|
+
padding-top: 0.25rem !important;
|
|
333
|
+
padding-bottom: 0.25rem !important;
|
|
334
|
+
}
|
|
335
|
+
.sapSmartTemplatesSmartLinkNavPopoverContentContactLabel{
|
|
336
|
+
height: 2rem !important; //32px
|
|
337
|
+
line-height: 2rem !important; //32px
|
|
338
|
+
margin-bottom: .375rem !important; //6px
|
|
339
|
+
border-bottom-width: 0 !important;
|
|
340
|
+
overflow-y: hidden; // !important; //suppress that for the label a vertical scrollbar is shown
|
|
341
|
+
}
|
|
342
|
+
.sapSmartTemplatesSmartLinkNavPopoverContentContactContent{
|
|
343
|
+
margin-top: -0.625rem !important;
|
|
344
|
+
|
|
345
|
+
}
|
|
346
|
+
.sapSmartTemplatesSmartLinkNavPopoverContentContactFieldGroup{
|
|
347
|
+
display: block; // !important; //a long text in the title or description gets truncated and ... are set at the end
|
|
348
|
+
padding-top: .625rem !important; //10px
|
|
349
|
+
padding-bottom: 1.375rem !important; //22px
|
|
350
|
+
padding-left: 1rem !important;
|
|
351
|
+
padding-right: 1rem !important;
|
|
352
|
+
}
|
|
353
|
+
.sapSmartTemplatesSmartLinkNavPopoverContentContactTitleIncrease{
|
|
354
|
+
font-size: 1rem !important; //16px
|
|
355
|
+
padding-bottom: .375rem !important; //6px
|
|
356
|
+
}
|
|
357
|
+
/*CSS for message dialog for transient message dialog*/
|
|
358
|
+
.sapSmartTemplatesSLIPositive > .sapMLIBContent > .sapMGHLITitle {
|
|
359
|
+
color: @sapPositiveElementColor;
|
|
360
|
+
}
|
|
361
|
+
.sapSmartTemplatesSLINeutral > .sapMLIBContent > .sapMGHLITitle {
|
|
362
|
+
color: @sapNeutralElementColor;
|
|
363
|
+
}
|
|
364
|
+
.sapSmartTemplatesSLINegative > .sapMLIBContent > .sapMGHLITitle {
|
|
365
|
+
color: @sapNegativeElementColor;
|
|
366
|
+
}
|
|
367
|
+
.sapSmartTemplatesSLICritical > .sapMLIBContent > .sapMGHLITitle {
|
|
368
|
+
color: @sapCriticalElementColor;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.sapSmartTemplatesSLIBold > .sapMLIBContent > .sapMSLITitleDiv > .sapMSLITitleOnly {
|
|
372
|
+
font-weight: bold;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
.sapUiSizeCompact .sapSmartTemplatesObjectPageRelatedAppsPopover .sapMBtn{
|
|
377
|
+
padding: 0.250rem 1rem;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.sapSmartTemplatesObjectPageRelatedAppsPopover > .sapMBtn{
|
|
381
|
+
padding: 0.250rem 0.350rem;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.sapSmartTemplatesObjectPageSubSectionGridExpand {
|
|
385
|
+
height: 100%;
|
|
386
|
+
display:flex;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
.sapSmartTemplatesObjectPageHeaderFormField .sapMObjStatusText {
|
|
390
|
+
line-height: 1.320rem !important;
|
|
391
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
.hoverRow {
|
|
2
|
+
.hoverIcon {
|
|
3
|
+
visibility: hidden;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
&:hover, &:focus {
|
|
7
|
+
.hoverIcon {
|
|
8
|
+
visibility: visible !important;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
&:focus-within {
|
|
13
|
+
.hoverIcon {
|
|
14
|
+
visibility: visible !important;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.copilotQuickCreateContainerBox {
|
|
20
|
+
.sapQuickActionCreateButtonContainer {
|
|
21
|
+
>div {
|
|
22
|
+
width: 100% !important;
|
|
23
|
+
}
|
|
24
|
+
button {
|
|
25
|
+
width: 100%;
|
|
26
|
+
margin-top: 1rem;
|
|
27
|
+
height: 2.4rem;
|
|
28
|
+
}
|
|
29
|
+
.sapUiSmallMarginEnd {
|
|
30
|
+
margin-right: 0rem !important;
|
|
31
|
+
}
|
|
32
|
+
.sapMBtnInner.sapMBtnText {
|
|
33
|
+
padding: 0.2rem !important;
|
|
34
|
+
border: 0;
|
|
35
|
+
height: 2.0rem;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
.sapQuickCreateLineItemTable {
|
|
39
|
+
.sapMTB.sapMListHdrTBar {
|
|
40
|
+
padding: 0rem;
|
|
41
|
+
height: 2.5rem;
|
|
42
|
+
margin-top: 0.5rem;
|
|
43
|
+
}
|
|
44
|
+
.sapMIBar {
|
|
45
|
+
.sapMTitle {
|
|
46
|
+
font-size: 1rem;
|
|
47
|
+
margin-left: 1rem;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
.sapMListTblCell {
|
|
51
|
+
height: 1.5rem;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
.sapQuickCreateFieldGroup {
|
|
55
|
+
text-align: right;
|
|
56
|
+
label {
|
|
57
|
+
text-align: right;
|
|
58
|
+
font-size: 0.805rem;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
.sapQuickCreateSmartFieldLabelBox {
|
|
62
|
+
>div {
|
|
63
|
+
width: 100%;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
.sapQuickCreateTitle {
|
|
67
|
+
margin-bottom: 0.5rem;
|
|
68
|
+
margin-left: 1rem;
|
|
69
|
+
.sapMTitle {
|
|
70
|
+
font-size: 1.125rem !important;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
.sapQuickActionCenteredBusyIndicator {
|
|
74
|
+
position: absolute;
|
|
75
|
+
top: 50%;
|
|
76
|
+
left: 50%;
|
|
77
|
+
transform: translate(-50%, -50%);
|
|
78
|
+
z-index: 999999;
|
|
79
|
+
}
|
|
80
|
+
.sapQuickCreateLockedMessage {
|
|
81
|
+
margin-bottom: 1rem;
|
|
82
|
+
font-style: italic;
|
|
83
|
+
}
|
|
84
|
+
.quickCreateSmartFieldPadding .sapUiFormResGridCont{
|
|
85
|
+
padding-bottom: 0.675rem !important;
|
|
86
|
+
}
|
|
87
|
+
.quickCreatePanel .quickTemplateVBox {
|
|
88
|
+
border-top: 0px;
|
|
89
|
+
margin-top: 0px !important;
|
|
90
|
+
}
|
|
91
|
+
.quickCreatePanel .sapMPanelContent {
|
|
92
|
+
padding: 0rem;
|
|
93
|
+
border-bottom: none;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
/*.copilotQuickViewContainerBox .sapQuickViewLineItemTable > div {
|
|
2
|
+
margin-right: 1rem !important;
|
|
3
|
+
}*/
|
|
4
|
+
.copilotQuickViewContainerBox {
|
|
5
|
+
.sapQuickViewLineItemTable {
|
|
6
|
+
.sapMTB.sapMListHdrTBar {
|
|
7
|
+
padding: 0;
|
|
8
|
+
height: 2rem;
|
|
9
|
+
}
|
|
10
|
+
.sapMIBar {
|
|
11
|
+
.sapMTitle {
|
|
12
|
+
font-family: @sapUiFontFamily;
|
|
13
|
+
font-size: @sapMFontLargeSize !important;
|
|
14
|
+
font-weight: normal;
|
|
15
|
+
color: @sapUiContentLabelColor;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
.sapMListTblCell {
|
|
19
|
+
height: 1.5rem;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
.sapQuickViewTitle {
|
|
23
|
+
margin-bottom: 1rem;
|
|
24
|
+
}
|
|
25
|
+
.sapQuickActionCenteredBusyIndicator {
|
|
26
|
+
position: absolute;
|
|
27
|
+
top: 50%;
|
|
28
|
+
left: 50%;
|
|
29
|
+
transform: translate(-50%, -50%);
|
|
30
|
+
z-index: 999999;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
.sapQuickViewSmartFieldLabel {
|
|
34
|
+
.sapMLabel {
|
|
35
|
+
font-family: @sapUiFontFamily;
|
|
36
|
+
font-size: @sapMFontMediumSize;
|
|
37
|
+
font-weight: normal;
|
|
38
|
+
color: @sapUiContentLabelColor;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
.sapQuickViewTextTitle {
|
|
42
|
+
.sapMText {
|
|
43
|
+
font-family: @sapUiFontFamily !important;
|
|
44
|
+
font-size: @sapMFontMediumSize !important;
|
|
45
|
+
font-weight: normal;
|
|
46
|
+
color: @sapUiGroupTitleTextColor !important;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
.sapQuickViewBadgeTitle {
|
|
50
|
+
font-family: @sapUiFontFamily !important;
|
|
51
|
+
font-size: @sapMFontHeader5Size !important;
|
|
52
|
+
font-weight: normal;
|
|
53
|
+
color: @sapUiGroupTitleTextColor !important;
|
|
54
|
+
}
|
|
55
|
+
.sapQuickViewBadgeSubtitle {
|
|
56
|
+
font-family: @sapUiFontFamily !important;
|
|
57
|
+
font-size: @sapMFontMediumSize !important;
|
|
58
|
+
font-weight: normal;
|
|
59
|
+
color: @sapUiContentLabelColor !important;
|
|
60
|
+
}
|
|
61
|
+
.sapQuickViewBadgeTinyMarginTop {
|
|
62
|
+
margin-top: 0.2rem;
|
|
63
|
+
}
|
|
64
|
+
.sapQuickViewBadgeImageBorder {
|
|
65
|
+
overflow: hidden !important;
|
|
66
|
+
max-width: 3.0rem;
|
|
67
|
+
max-height: 3.0rem;
|
|
68
|
+
}
|
|
69
|
+
.sapQuickViewBadgeIconBorder {
|
|
70
|
+
color: @sapUiContentNonInteractiveIconColor;
|
|
71
|
+
padding: 0.2rem 0.2rem;
|
|
72
|
+
}
|
|
73
|
+
.sapQuickViewBadgeIcon {
|
|
74
|
+
color: @sapUiContentNonInteractiveIconColor;
|
|
75
|
+
padding: 0.2rem 0.2rem;
|
|
76
|
+
width: 2.5rem;
|
|
77
|
+
font-size: 2.5rem;
|
|
78
|
+
}
|
|
79
|
+
.sapQuickViewBadgeIconPadding {
|
|
80
|
+
padding-top: 2px;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.quickTemplateVBox {
|
|
84
|
+
border-top: 1px solid #cccccc;
|
|
85
|
+
margin-top: 1rem !important;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.quickViewParent {
|
|
89
|
+
.sapUiFormResGrid>div {
|
|
90
|
+
padding: 0;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.sapUiFormElementLbl {
|
|
94
|
+
font-size: 1px;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.sapUiFormM .sapUiRespGridMedia-Std-Phone.sapUiFormResGridCont>.sapUiFormElementLbl.sapUiRespGridSpanS12 {
|
|
98
|
+
padding-top: 0.5rem !important;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.sapUiSimpleForm {
|
|
102
|
+
margin-top: 0.5rem;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.sapQuickViewLineItemTable {
|
|
107
|
+
margin-top: 1rem;
|
|
108
|
+
}
|