@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
|
@@ -76,9 +76,10 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
76
76
|
"sap/suite/ui/generic/template/lib/navigation/routingHelper",
|
|
77
77
|
"sap/suite/ui/generic/template/lib/navigation/startupParameterHelper",
|
|
78
78
|
"sap/suite/ui/generic/template/lib/TemplateComponent",
|
|
79
|
-
"sap/base/strings/whitespaceReplacer"
|
|
79
|
+
"sap/base/strings/whitespaceReplacer",
|
|
80
|
+
"sap/m/IllustratedMessageType"
|
|
80
81
|
], function(BaseObject, extend, isEmptyObject, HashChanger, History, coreLibrary, controlHelper, FeLogger, jsonHelper, oDataModelHelper, ProcessObserver, Queue, testableHelper, CRUDHelper, MessageUtils, routingHelper, startupParameterHelper,
|
|
81
|
-
TemplateComponent, whitespaceReplacer) {
|
|
82
|
+
TemplateComponent, whitespaceReplacer, IllustratedMessageType) {
|
|
82
83
|
"use strict";
|
|
83
84
|
var sClassName = "lib.navigation.NavigationController";
|
|
84
85
|
var oLogger = new FeLogger(sClassName).getLogger();
|
|
@@ -417,8 +418,10 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
417
418
|
}
|
|
418
419
|
|
|
419
420
|
function getRootComponentPromise(){
|
|
420
|
-
fnPrepareHostView(oTemplateContract.mRoutingTree.root.sRouteName)
|
|
421
|
-
|
|
421
|
+
return fnPrepareHostView(oTemplateContract.mRoutingTree.root.sRouteName).then(function () {
|
|
422
|
+
// Make sure that the loading of the root component starts
|
|
423
|
+
return oTemplateContract.mRoutingTree.root.componentCreated;
|
|
424
|
+
});
|
|
422
425
|
}
|
|
423
426
|
|
|
424
427
|
function getAppTitle(){
|
|
@@ -1290,7 +1293,8 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
1290
1293
|
title: oDataLoadFailedTexts.dataLoadFailedTitle,
|
|
1291
1294
|
text: oDataLoadFailedTexts.dataLoadFailedText,
|
|
1292
1295
|
description: "",
|
|
1293
|
-
viewLevel: oFailedNode.fCLLevel
|
|
1296
|
+
viewLevel: oFailedNode.fCLLevel,
|
|
1297
|
+
messageType: IllustratedMessageType.NoData
|
|
1294
1298
|
});
|
|
1295
1299
|
return Promise.resolve();
|
|
1296
1300
|
}
|
|
@@ -1975,30 +1979,17 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
1975
1979
|
}
|
|
1976
1980
|
|
|
1977
1981
|
function fnTransferMessageParametersToGlobalModelAndDisplayMessage(mParameters) {
|
|
1978
|
-
var
|
|
1979
|
-
|
|
1982
|
+
var sText, sDescription, sMessageType;
|
|
1983
|
+
|
|
1980
1984
|
if (mParameters) {
|
|
1981
|
-
sEntitySet = mParameters.entitySet;
|
|
1982
1985
|
sText = mParameters.text;
|
|
1983
|
-
|
|
1986
|
+
sMessageType = mParameters.messageType || IllustratedMessageType.ErrorScreen;
|
|
1984
1987
|
sDescription = mParameters.description;
|
|
1985
1988
|
}
|
|
1986
1989
|
|
|
1987
|
-
if (sEntitySet) {
|
|
1988
|
-
oMetaModel = oTemplateContract.oAppComponent.getModel().getMetaModel();
|
|
1989
|
-
if (oMetaModel) {
|
|
1990
|
-
oEntitySet = oMetaModel.getODataEntitySet(sEntitySet);
|
|
1991
|
-
oEntityType = oMetaModel.getODataEntityType(oEntitySet.entityType);
|
|
1992
|
-
oHeaderInfo = oEntityType["com.sap.vocabularies.UI.v1.HeaderInfo"];
|
|
1993
|
-
}
|
|
1994
|
-
if (oHeaderInfo && oHeaderInfo.TypeImageUrl && oHeaderInfo.TypeImageUrl.String) {
|
|
1995
|
-
sIcon = oHeaderInfo.TypeImageUrl.String;
|
|
1996
|
-
}
|
|
1997
|
-
}
|
|
1998
|
-
|
|
1999
1990
|
oTemplateContract.oTemplatePrivateGlobalModel.setProperty("/generic/messagePage", {
|
|
2000
1991
|
text: sText,
|
|
2001
|
-
|
|
1992
|
+
messageType: sMessageType,
|
|
2002
1993
|
description: sDescription
|
|
2003
1994
|
});
|
|
2004
1995
|
|
|
@@ -2253,34 +2244,42 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
2253
2244
|
function fnPrepareHostView(oTreeNode, isComponentPreloaded, bOnlyComponent){
|
|
2254
2245
|
if (oTreeNode.createComponent) {
|
|
2255
2246
|
if (bOnlyComponent || oTemplateContract.oAppComponent.isDestroyed()) {
|
|
2256
|
-
return;
|
|
2247
|
+
return Promise.resolve();
|
|
2257
2248
|
}
|
|
2258
2249
|
oTreeNode.createComponent();
|
|
2259
2250
|
delete oTreeNode.createComponent;
|
|
2260
|
-
return;
|
|
2251
|
+
return Promise.resolve();
|
|
2261
2252
|
}
|
|
2262
2253
|
if (mRoutesToHostViews[oTreeNode.sRouteName] || oTemplateContract.oAppComponent.isDestroyed()){
|
|
2263
|
-
return;
|
|
2254
|
+
return Promise.resolve();
|
|
2264
2255
|
}
|
|
2256
|
+
|
|
2265
2257
|
oLogger.debug("Prepare host view for route " + oTreeNode.sRouteName);
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2258
|
+
var oHostViewPromise = oNavigationControllerProxy.createHostView();
|
|
2259
|
+
var oViews = oNavigationControllerProxy.oRouter.getViews();
|
|
2260
|
+
// Temporarily add the oHostViewPromise to the view cache
|
|
2261
|
+
oViews.setView(oTreeNode.sRouteName, oHostViewPromise);
|
|
2262
|
+
|
|
2263
|
+
return oHostViewPromise.then(function(oHostView) {
|
|
2264
|
+
//Update the view cache with the actual view
|
|
2265
|
+
oViews.setView(oTreeNode.sRouteName, oHostView);
|
|
2266
|
+
mRoutesToHostViews[oTreeNode.sRouteName] = oHostView;
|
|
2267
|
+
var oComponentContainer = oHostView.byId("host");
|
|
2268
|
+
if (bOnlyComponent) {
|
|
2269
|
+
oTreeNode.createComponent = fnCreateTemplateComponent.bind(null, oComponentContainer, oTreeNode.sRouteName, isComponentPreloaded);
|
|
2270
|
+
} else {
|
|
2271
|
+
fnCreateTemplateComponent(oComponentContainer, oTreeNode.sRouteName, isComponentPreloaded);
|
|
2272
|
+
}
|
|
2273
|
+
});
|
|
2276
2274
|
}
|
|
2277
2275
|
|
|
2278
2276
|
function fnPreloadComponent(sRouteName) {
|
|
2279
2277
|
var mRoutingTree = oTemplateContract.mRoutingTree;
|
|
2280
2278
|
if (mRoutingTree[sRouteName]) {
|
|
2281
2279
|
oLogger.debug("Start preloading of component for route " + sRouteName);
|
|
2282
|
-
fnPrepareHostView(mRoutingTree[sRouteName], true);
|
|
2280
|
+
return fnPrepareHostView(mRoutingTree[sRouteName], true);
|
|
2283
2281
|
}
|
|
2282
|
+
return Promise.resolve();
|
|
2284
2283
|
}
|
|
2285
2284
|
|
|
2286
2285
|
function fnHandleBeforeRouteMatched(oEvent){
|
|
@@ -2637,7 +2636,8 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
2637
2636
|
fnNavigateToMessagePage({
|
|
2638
2637
|
title: oTemplateContract.getText("ST_ERROR"),
|
|
2639
2638
|
text: oTemplateContract.getText("ST_GENERIC_UNKNOWN_NAVIGATION_TARGET"),
|
|
2640
|
-
description: ""
|
|
2639
|
+
description: "",
|
|
2640
|
+
messageType: IllustratedMessageType.PageNotFound
|
|
2641
2641
|
});
|
|
2642
2642
|
oTemplateContract.oBusyHelper.setBusyReason("HashChange", false, undefined, undefined, true);
|
|
2643
2643
|
}
|
|
@@ -3055,7 +3055,7 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
3055
3055
|
* @param {sap.suite.ui.generic.template.lib.AppComponent} oAppComponent The AppComponent instance
|
|
3056
3056
|
* @public
|
|
3057
3057
|
* @extends sap.ui.base.Object
|
|
3058
|
-
* @version 1.
|
|
3058
|
+
* @version 1.125.0
|
|
3059
3059
|
* @since 1.30.0
|
|
3060
3060
|
* @alias sap.suite.ui.generic.template.lib.NavigationController
|
|
3061
3061
|
*/
|
|
@@ -181,16 +181,15 @@ sap.ui.define(["sap/ui/core/Element",
|
|
|
181
181
|
oTemplateContract.oNavigationHost, oTemplateContract.oNavigationControllerProxy
|
|
182
182
|
);
|
|
183
183
|
}
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
184
|
+
|
|
185
|
+
oTemplateContract.oNavigationControllerProxy.createHostView = function(){
|
|
186
|
+
return XMLView.create({
|
|
187
|
+
viewName: "sap.suite.ui.generic.template.fragments.TemplateHost"
|
|
188
|
+
});
|
|
189
|
+
};
|
|
190
|
+
|
|
191
191
|
var oModel = oTemplateContract.oAppComponent.getModel();
|
|
192
|
-
|
|
193
|
-
return oPreparationDone.then(function(){
|
|
192
|
+
return oModel.getMetaModel().loaded().then(function(){
|
|
194
193
|
var sTargetControlId = oTemplateContract.oNavigationHost.getId();
|
|
195
194
|
var oConfig = oTemplateContract.oAppComponent.getConfig();
|
|
196
195
|
if (!oConfig.pages || !oConfig.pages.length) {
|
|
@@ -12,9 +12,10 @@ sap.ui.define(["sap/base/util/extend",
|
|
|
12
12
|
"sap/suite/ui/generic/template/genericUtilities/testableHelper",
|
|
13
13
|
"sap/suite/ui/generic/template/lib/CRUDHelper",
|
|
14
14
|
"sap/base/util/deepExtend",
|
|
15
|
-
"sap/suite/ui/generic/template/genericUtilities/CacheHelper"
|
|
15
|
+
"sap/suite/ui/generic/template/genericUtilities/CacheHelper",
|
|
16
|
+
"sap/m/IllustratedMessageType"
|
|
16
17
|
], function(extend, isEmptyObject, each, MessageBox, UI5Date, Filter, FilterOperator, odata4analytics,
|
|
17
|
-
ModelUtil, FeLogger, oDataModelHelper, testableHelper, CRUDHelper, deepExtend, CacheHelper){
|
|
18
|
+
ModelUtil, FeLogger, oDataModelHelper, testableHelper, CRUDHelper, deepExtend, CacheHelper, IllustratedMessageType){
|
|
18
19
|
"use strict";
|
|
19
20
|
var sClassName = "lib.navigation.startupParameterHelper";
|
|
20
21
|
var oLogger = new FeLogger(sClassName).getLogger();
|
|
@@ -476,46 +477,48 @@ sap.ui.define(["sap/base/util/extend",
|
|
|
476
477
|
if (bIsDraft) {
|
|
477
478
|
//get the treenode(internal representation of page)
|
|
478
479
|
var oTreeNode = oTemplateContract.mEntityTree[sEntitySet] || oTemplateContract.mRoutingTree.root;
|
|
480
|
+
var oComponentRegistryEntry;
|
|
479
481
|
//create component and register view in order to get oController and oApplicationController.
|
|
480
|
-
oTemplateContract.oNavigationControllerProxy.prepareHostView(oTreeNode)
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
482
|
+
return oTemplateContract.oNavigationControllerProxy.prepareHostView(oTreeNode).then(function () {
|
|
483
|
+
var oTargets = oTemplateContract.oNavigationControllerProxy.oRouter.getTargets();
|
|
484
|
+
var oDisplayPromise = oTargets.display(oTreeNode.sRouteName);
|
|
485
|
+
oTemplateContract.oBusyHelper.setBusy(oDisplayPromise, true, undefined, true);
|
|
486
|
+
return oTreeNode.componentCreated;
|
|
487
|
+
}).then(function (oComponent) {
|
|
488
|
+
oComponentRegistryEntry = oTemplateContract.componentRegistry[oComponent.getId()];
|
|
489
|
+
return oComponentRegistryEntry.viewRegistered;
|
|
490
|
+
}).then(function () {
|
|
491
|
+
var oInfoForContentIdPromise = CacheHelper.getInfoForContentIdPromise(sEntitySet, oModel, oTemplateContract.oAppComponent.getId(), oComponentRegistryEntry.utils.getRootExpand);
|
|
492
|
+
return oInfoForContentIdPromise;
|
|
493
|
+
}).then(function (oInfoObject) {
|
|
494
|
+
var sRootExpand = oInfoObject.contentIdRequestPossible ? oInfoObject.parametersForContentIdRequest.sRootExpand : null;
|
|
495
|
+
var oController = oComponentRegistryEntry.oController;
|
|
496
|
+
var oApplicationController = oTemplateContract.oAppComponent.getApplicationController();
|
|
497
|
+
var bUseNewActionForCreate = !!(oTemplateContract.mRoutingTree.root.page.component.settings && oTemplateContract.mRoutingTree.root.page.component.settings.useNewActionForCreate);
|
|
498
|
+
var oParameters = {
|
|
499
|
+
sRootExpand: sRootExpand,
|
|
500
|
+
oController: oController,
|
|
501
|
+
oApplicationController: oApplicationController,
|
|
502
|
+
bUseNewActionForCreate: bUseNewActionForCreate
|
|
503
|
+
};
|
|
504
|
+
var oCreatePromise = CRUDHelper.create(oDraftController, sEntitySet, "/" + sEntitySet, oModel, oTemplateContract.oApplicationProxy, oPredefinedValues, oParameters, oComponentRegistryEntry.oControllerUtils.oCommonUtils);
|
|
505
|
+
return oCreatePromise;
|
|
506
|
+
}).then(function (oContext) {
|
|
507
|
+
var mAppStates = Object.create(null);
|
|
508
|
+
// if there is defaultLayoutTypeIfExternalNavigation property in the manifest of the target application
|
|
509
|
+
// set the fcl layout property from the value of defaultLayoutTypeIfExternalNavigation
|
|
510
|
+
if (oTemplateContract.oFlexibleColumnLayoutHandler){
|
|
511
|
+
var oTreeNode = oTemplateContract.mEntityTree[sEntitySet];
|
|
512
|
+
oTemplateContract.oFlexibleColumnLayoutHandler.adaptAppStatesForExternalNavigation(oTreeNode, mAppStates);
|
|
513
|
+
}
|
|
514
|
+
return oTemplateContract.oNavigationControllerProxy.navigateToSubContext(oContext, true, 4, null, mAppStates).then(Function.prototype); // in case of success: return a Promise that resolves to nothing
|
|
515
|
+
}).catch(function (oError) {
|
|
516
|
+
return {
|
|
517
|
+
title: oTemplateContract.getText("ST_GENERIC_ERROR_TITLE"),
|
|
518
|
+
text: oError.messageText,
|
|
519
|
+
description: "",
|
|
520
|
+
icon: "sap-icon://message-error"
|
|
521
|
+
};
|
|
519
522
|
});
|
|
520
523
|
}
|
|
521
524
|
// Non-draft case
|
|
@@ -767,8 +770,9 @@ sap.ui.define(["sap/base/util/extend",
|
|
|
767
770
|
});
|
|
768
771
|
});
|
|
769
772
|
oTemplateContract.oBusyHelper.setBusy(oCallFunctionPromise);
|
|
770
|
-
oTemplateContract.oNavigationControllerProxy.preloadComponent(oActionDef.treeNode.sRouteName)
|
|
771
|
-
|
|
773
|
+
return oTemplateContract.oNavigationControllerProxy.preloadComponent(oActionDef.treeNode.sRouteName).then(function () {
|
|
774
|
+
return oCallFunctionPromise;
|
|
775
|
+
});
|
|
772
776
|
}
|
|
773
777
|
|
|
774
778
|
function fnParametersToNavigation(oTemplateContract, mParameters){
|
|
@@ -804,7 +808,7 @@ sap.ui.define(["sap/base/util/extend",
|
|
|
804
808
|
title: oTemplateContract.getText("ST_GENERIC_ERROR_TITLE"),
|
|
805
809
|
text: oTemplateContract.getText("ST_GENERIC_ERROR_TITLE"),
|
|
806
810
|
description: oTemplateContract.getText("PARAMETER_COMBINATION_NOT_SUPPORTED", [sMode, sPreferredMode]),
|
|
807
|
-
|
|
811
|
+
messageType: IllustratedMessageType.ErrorScreen,
|
|
808
812
|
replaceURL: true
|
|
809
813
|
};
|
|
810
814
|
});
|
|
@@ -7,19 +7,17 @@ sap.ui.define([
|
|
|
7
7
|
function getMethods(oController, oCommonUtils, oComponentUtils, oSmartChart) {
|
|
8
8
|
// Immutable instance attributes
|
|
9
9
|
var oInnerChart;
|
|
10
|
-
/* multi-table case SmartChart is not yet initialized.
|
|
11
|
-
So waiting for the initialized event
|
|
10
|
+
/* In multi-table case, the SmartChart is not yet initialized. SmartChart throws error while calling getChartAsync() before initialization.
|
|
11
|
+
So waiting for the initialized event and then calling getChartAsync().
|
|
12
12
|
*/
|
|
13
|
-
oSmartChart.
|
|
13
|
+
oSmartChart.isInitialised() ? fnInitInnerChart() : oSmartChart.attachInitialized(fnInitInnerChart);
|
|
14
|
+
|
|
15
|
+
function fnInitInnerChart() {
|
|
14
16
|
oSmartChart.getChartAsync().then(function(oChart){
|
|
15
17
|
oInnerChart = oChart;
|
|
16
18
|
});
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
oSmartChart.getChartAsync().then(function(oChart){
|
|
20
|
-
oInnerChart = oChart;
|
|
21
|
-
});
|
|
22
|
-
|
|
19
|
+
}
|
|
20
|
+
|
|
23
21
|
function fnGetAvailableChartTypes() {
|
|
24
22
|
return oSmartChart.getAvailableChartTypes();
|
|
25
23
|
}
|
|
@@ -231,7 +231,7 @@ sap.ui.define([
|
|
|
231
231
|
//Accepts row context in Grid Table and returns the Grid table row
|
|
232
232
|
function getGridTableRow(oContext) {
|
|
233
233
|
var iFirstVisibleRowIndex = oInnerTable.getFirstVisibleRow();
|
|
234
|
-
var iVisibleRowCount = oInnerTable.
|
|
234
|
+
var iVisibleRowCount = oInnerTable.getRowMode().getConfiguredRowCount();
|
|
235
235
|
var sRowPath = oContext.getPath();
|
|
236
236
|
for (var i = 0; i < iVisibleRowCount; i++) {
|
|
237
237
|
if (oInnerTable.getContextByIndex(iFirstVisibleRowIndex + i).getPath() === sRowPath) {
|
|
@@ -497,20 +497,32 @@ sap.ui.define([
|
|
|
497
497
|
var oEntityType = oMetaModel.getODataEntityType(oEntitySet.entityType);
|
|
498
498
|
var aAllFieldsMetaModel = oEntityType.property;
|
|
499
499
|
|
|
500
|
-
var
|
|
500
|
+
var aReadOnlyFields = [], aFieldControls = [];
|
|
501
501
|
aAllFieldsMetaModel.forEach(function(oEntityProperty) {
|
|
502
502
|
var oFieldControl = oEntityProperty["com.sap.vocabularies.Common.v1.FieldControl"] && oEntityProperty["com.sap.vocabularies.Common.v1.FieldControl"];
|
|
503
|
-
var sPath = oFieldControl && oFieldControl.Path;
|
|
504
503
|
var bEnumMemberReadOnly = oFieldControl && oFieldControl.EnumMember === "com.sap.vocabularies.Common.v1.FieldControlType/ReadOnly";
|
|
505
|
-
|
|
506
|
-
|
|
504
|
+
var sFCPath = oFieldControl && oFieldControl.Path;
|
|
505
|
+
if (oEntityProperty["sap:updatable"] === "false" || bEnumMemberReadOnly) {
|
|
506
|
+
aReadOnlyFields.push({
|
|
507
507
|
name: oEntityProperty.name,
|
|
508
508
|
label: oEntityProperty["sap:label"],
|
|
509
509
|
ignoredFromPaste: false
|
|
510
510
|
});
|
|
511
|
+
return;
|
|
512
|
+
}
|
|
513
|
+
// field-control based on path
|
|
514
|
+
var sFieldControl = oEntityProperty["sap:field-control"];
|
|
515
|
+
if (sFieldControl || sFCPath) {
|
|
516
|
+
aFieldControls.push({
|
|
517
|
+
name: oEntityProperty.name,
|
|
518
|
+
fieldControl: sFieldControl || sFCPath
|
|
519
|
+
});
|
|
511
520
|
}
|
|
512
521
|
});
|
|
513
|
-
return
|
|
522
|
+
return {
|
|
523
|
+
readOnlyFields: aReadOnlyFields,
|
|
524
|
+
fieldControls: aFieldControls
|
|
525
|
+
};
|
|
514
526
|
}
|
|
515
527
|
|
|
516
528
|
/**
|
|
@@ -18,6 +18,7 @@ sap.ui.define([
|
|
|
18
18
|
"use strict";
|
|
19
19
|
var eventProvider = new EventProvider();
|
|
20
20
|
var oLogger = new FeLogger("listTemplates.controller.DetailController").getLogger();
|
|
21
|
+
var mPreloadComponentPromiseByRouteName = new Map();
|
|
21
22
|
|
|
22
23
|
var tController = Controller.extend("sap.suite.ui.generic.template.listTemplates.controller.DetailController", {
|
|
23
24
|
setState: function(oState) {
|
|
@@ -50,9 +51,23 @@ sap.ui.define([
|
|
|
50
51
|
}
|
|
51
52
|
},
|
|
52
53
|
|
|
54
|
+
/**
|
|
55
|
+
* This method ensures that "preloadComponent" is called only once per route.
|
|
56
|
+
*
|
|
57
|
+
* In the multi-table scenario, this method is called multiple times.
|
|
58
|
+
* There's a possibility that it can be called with same route name (same entity set) multiple times.
|
|
59
|
+
* If "preloadComponent" is called multiple times for the same route, it will lead to race condition and the component initialization would break
|
|
60
|
+
*/
|
|
53
61
|
onSmartTableDataRequested: function(oSmartTable) {
|
|
54
62
|
var sRouteName = oSmartTable.getEntitySet();
|
|
55
|
-
|
|
63
|
+
// If the promise is already available in cache, return it
|
|
64
|
+
if (mPreloadComponentPromiseByRouteName.has(sRouteName)) {
|
|
65
|
+
return mPreloadComponentPromiseByRouteName.get(sRouteName);
|
|
66
|
+
}
|
|
67
|
+
// Otherwise, invoke "preloadComponent" and store the result in cache
|
|
68
|
+
var oPreloadPromise = this.oState.oTemplateUtils.oServices.oApplication.preloadComponent(sRouteName);
|
|
69
|
+
mPreloadComponentPromiseByRouteName.set(sRouteName, oPreloadPromise);
|
|
70
|
+
return oPreloadPromise;
|
|
56
71
|
},
|
|
57
72
|
|
|
58
73
|
///////////////////////
|
package/src/sap/suite/ui/generic/template/listTemplates/fragments/ActionsFragment.fragment.xml
CHANGED
|
@@ -8,7 +8,12 @@
|
|
|
8
8
|
<Button id="template::ClearButton" text="{i18n>CLEAR_FILTERS}" type="Default"
|
|
9
9
|
press="._templateEventHandlers.onClearPress" visible="false"/>
|
|
10
10
|
<template:if test="{= !${parameter>/settings/showGoButtonOnFilterBar} && !${device>/system/phone}}">
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
<Button id="template::VisualFilterDialogButton"
|
|
12
|
+
core:require="{ALPFilterUtil: 'sap/suite/ui/generic/template/AnalyticalListPage/util/FilterUtil'}"
|
|
13
|
+
type="Default"
|
|
14
|
+
text="{parts: [{path: 'i18n>VISUAL_FILTER_FILTERS'}, {path: 'i18n>VISUAL_FILTER_FILTERS_WITH_COUNT'}, {path:'_templPriv>/alp/filtersLink'}], formatter: 'ALPFilterUtil.formatFiltersLink'}"
|
|
15
|
+
tooltip="{parts: [{path: 'i18n>VISUAL_FILTER_FILTERS'}, {path: 'i18n>VISUAL_FILTER_FILTERS_WITH_COUNT'}, {path:'_templPriv>/alp/filtersLink'}], formatter: 'ALPFilterUtil.formatFiltersLink'}"
|
|
16
|
+
ariaHasPopup="Dialog"
|
|
17
|
+
press="._templateEventHandlers.onFilterPress"/>
|
|
13
18
|
</template:if>
|
|
14
19
|
</core:FragmentDefinition>
|
package/src/sap/suite/ui/generic/template/listTemplates/fragments/DetailSmartTable.fragment.xml
CHANGED
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
<core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core" xmlns:smartlink="sap.ui.comp.navpopover" xmlns:smarttable="sap.ui.comp.smarttable" xmlns:table="sap.ui.table" xmlns:plugins="sap.m.plugins"
|
|
1
|
+
<core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core" xmlns:smartlink="sap.ui.comp.navpopover" xmlns:smarttable="sap.ui.comp.smarttable" xmlns:table="sap.ui.table" xmlns:plugins="sap.m.plugins" xmlns:rowmodes="sap.ui.table.rowmodes"
|
|
2
2
|
xmlns:customData="http://schemas.sap.com/sapui5/extension/sap.ui.core.CustomData/1"
|
|
3
3
|
xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1"
|
|
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'}"
|
|
@@ -33,7 +35,7 @@
|
|
|
33
35
|
showDetailsButton="{= ${tableSettings>type} === 'ResponsiveTable'}"
|
|
34
36
|
detailsButtonSetting="{= ${tableSettings>type} === 'ResponsiveTable' ? 'None,Low,Medium' : null}"
|
|
35
37
|
demandPopin="{= ${tableSettings>type} === 'ResponsiveTable'}"
|
|
36
|
-
|
|
38
|
+
enableExport="true"
|
|
37
39
|
customData:p13nDialogSettings="{= (${parameter>/settings/smartVariantManagement} && !${parameter>/settings/enableTableFilterInPageVariant}) ? '{filter:{visible:false}}' : '{filter:{visible:true}}'}"
|
|
38
40
|
customizeConfig="{parts: [{path: 'entitySet>'}, {path: 'entitySet>dummy'}, {path: 'tableSettings>calculateWidthIncludingColumnHeader'}], formatter: 'AH.buildSmartTableCustomizeConfig'}"
|
|
39
41
|
ignoredFields="{workingContext>ignoredFields}"
|
|
@@ -106,7 +108,7 @@
|
|
|
106
108
|
<template:then>
|
|
107
109
|
<!-- ANALYTICAL TABLE -->
|
|
108
110
|
<table:AnalyticalTable id="{:= ${parameter>/stableId}.getStableId({type: 'ALPTable', subType: 'AnalyticalTable', sQuickVariantKey: ${tabItem>key}})}"
|
|
109
|
-
|
|
111
|
+
enableColumnReordering="true"
|
|
110
112
|
showColumnVisibilityMenu="false"
|
|
111
113
|
enableColumnFreeze="true"
|
|
112
114
|
enableCellFilter="true"
|
|
@@ -123,12 +125,14 @@
|
|
|
123
125
|
<core:Fragment fragmentName="sap.suite.ui.generic.template.fragments.AnalyticalTableColumns" type="XML" />
|
|
124
126
|
</table:columns>
|
|
125
127
|
</template:with>
|
|
128
|
+
<table:rowMode>
|
|
129
|
+
<rowmodes:Auto/>
|
|
130
|
+
</table:rowMode>
|
|
126
131
|
</table:AnalyticalTable>
|
|
127
132
|
</template:then>
|
|
128
133
|
<template:elseif test="{= ${tableSettings>type} === 'GridTable'}">
|
|
129
134
|
<!-- GRID TABLE -->
|
|
130
135
|
<table:Table id="{:= ${parameter>/stableId}.getStableId({type: 'ALPTable', subType: 'GridTable', sQuickVariantKey: ${tabItem>key}})}"
|
|
131
|
-
visibleRowCountMode="Auto"
|
|
132
136
|
enableColumnReordering="true"
|
|
133
137
|
showColumnVisibilityMenu="false"
|
|
134
138
|
enableColumnFreeze="true"
|
|
@@ -149,13 +153,15 @@
|
|
|
149
153
|
<core:Fragment fragmentName="sap.suite.ui.generic.template.fragments.GridTableColumns" type="XML" />
|
|
150
154
|
</table:columns>
|
|
151
155
|
</template:with>
|
|
156
|
+
<table:rowMode>
|
|
157
|
+
<rowmodes:Auto/>
|
|
158
|
+
</table:rowMode>
|
|
152
159
|
</table:Table>
|
|
153
160
|
</template:elseif>
|
|
154
161
|
<template:elseif test="{= ${tableSettings>type} === 'TreeTable'}">
|
|
155
162
|
<!-- TREE TABLE -->
|
|
156
163
|
<table:TreeTable
|
|
157
164
|
id="{:= ${parameter>/stableId}.getStableId({type: 'ALPTable', subType: 'TreeTable', sQuickVariantKey: ${tabItem>key}})}"
|
|
158
|
-
visibleRowCountMode="Auto"
|
|
159
165
|
enableColumnReordering="true"
|
|
160
166
|
showColumnVisibilityMenu="false"
|
|
161
167
|
enableColumnFreeze="true"
|
|
@@ -171,6 +177,9 @@
|
|
|
171
177
|
<core:Fragment fragmentName="sap.suite.ui.generic.template.fragments.TreeTableColumns" type="XML" />
|
|
172
178
|
</table:columns>
|
|
173
179
|
</template:with>
|
|
180
|
+
<table:rowMode>
|
|
181
|
+
<rowmodes:Auto/>
|
|
182
|
+
</table:rowMode>
|
|
174
183
|
</table:TreeTable>
|
|
175
184
|
</template:elseif>
|
|
176
185
|
<!-- On failing all the above conditions or if the display mode is anything but desktop i.e tablet or phone or any other device it falls back to responsive -->
|
|
@@ -185,19 +194,19 @@
|
|
|
185
194
|
mode="{tableSettings>mode}"
|
|
186
195
|
selectionChange="._templateEventHandlers.onRowSelectionChange"
|
|
187
196
|
beforeOpenContextMenu="._templateEventHandlers.beforeOpenContextMenu($event, '{smartControlId>id}')"
|
|
188
|
-
sticky="ColumnHeaders,HeaderToolbar"
|
|
197
|
+
sticky="ColumnHeaders,HeaderToolbar,InfoToolbar"
|
|
189
198
|
multiSelectMode="{= (${tableSettings>multiSelect} && ${tableSettings>selectAll}) ? 'SelectAll' : 'ClearAll'}">
|
|
190
199
|
<template:with path="entitySet>" var="listEntitySet">
|
|
191
200
|
<core:Fragment fragmentName="sap.suite.ui.generic.template.fragments.TableColumns" type="XML" />
|
|
192
201
|
<!-- 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
202
|
<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: '
|
|
203
|
+
<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
204
|
<customData>
|
|
196
205
|
<core:CustomData key="CrossNavigation" value="{parts: [{path: 'listEntitySet>name'}, {path: 'parameter>/settings/subPages/'}, {path: 'facet>Target/AnnotationPath'}], formatter: 'AH.getDisplayNavigationIntent'}" />
|
|
197
206
|
</customData>
|
|
198
207
|
<cells>
|
|
199
208
|
<template:repeat list="{collection>}" var="lineItems">
|
|
200
|
-
<template:with path="parameter>/" helper="
|
|
209
|
+
<template:with path="parameter>/" helper="StableIdHelper.preparePathForStableId" var="columnId">
|
|
201
210
|
<template:if test="{= ${lineItems>RecordType} === 'com.sap.vocabularies.UI.v1.DataField' }">
|
|
202
211
|
<template:then>
|
|
203
212
|
<template:if test="{= ${columnId>}.buildStableId({type: 'TableColumn', subType: 'DataField', sSmartTableId: ${smartControlId>id}, sProperty: ${lineItems>Value/Path}})}" />
|
|
@@ -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.
|
|
@@ -386,6 +386,6 @@ html[dir="rtl"] .sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageSubSect
|
|
|
386
386
|
display:flex;
|
|
387
387
|
}
|
|
388
388
|
|
|
389
|
-
.
|
|
389
|
+
.sapSmartTemplatesObjectPageHeaderFormField .sapMObjStatusText {
|
|
390
390
|
line-height: 1.320rem !important;
|
|
391
391
|
}
|
|
@@ -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
|
|