@sapui5/sap.suite.ui.generic.template 1.124.2 → 1.126.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/sap/suite/ui/generic/template/.library +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItem.js +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroChart.js +1 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/ControllerImplementation.js +17 -16
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/DropDownController.js +4 -4
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/FilterBarController.js +3 -7
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/{KpiCardController.js → KpiCard.controller.js} +4 -8
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/KpiTagController.js +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/VisualFilterDialogController.js +0 -9
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ar.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_bg.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ca.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_cnr.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_cs.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_cy.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_da.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_de.properties +4 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_el.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en_GB.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en_US_saprigi.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_es.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_es_MX.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_et.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_fi.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_fr.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_fr_CA.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_hi.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_hr.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_hu.properties +5 -3
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_id.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_it.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_iw.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ja.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_kk.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ko.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_lt.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_lv.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_mk.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ms.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_nl.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_no.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_pl.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_pt.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_pt_PT.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ro.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ru.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sh.properties +29 -27
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sk.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sl.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sr.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sv.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_th.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_tr.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_uk.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_vi.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_zh_CN.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_zh_TW.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/util/FilterUtil.js +14 -9
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/view/AnalyticalListPage.view.xml +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/view/KpiCardSizeM.view.xml +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/view/fragments/ContentViewButtons.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/view/fragments/FilterContainer.fragment.xml +7 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/view/fragments/SmartFilterBar.fragment.xml +0 -3
- package/src/sap/suite/ui/generic/template/Canvas/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/controller/ControllerImplementation.js +79 -6
- package/src/sap/suite/ui/generic/template/ListReport/controller/IappStateHandler.js +19 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n.properties +3 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ar.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_bg.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ca.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cnr.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cs.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cy.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_da.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_de.properties +3 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_el.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_GB.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_US_saprigi.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_es.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_es_MX.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_et.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fi.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr_CA.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hi.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hr.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hu.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_id.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_it.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_iw.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ja.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_kk.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ko.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_lt.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_lv.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_mk.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ms.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_nl.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_no.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pl.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pt.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pt_PT.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ro.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ru.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sh.properties +16 -14
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sk.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sl.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sr.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sv.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_th.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_tr.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_uk.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_vi.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_zh_CN.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_zh_TW.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/MultiEditDialog.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartFilterBar.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartList.fragment.xml +3 -3
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartTable.fragment.xml +6 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/Component.js +2 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/ControllerImplementation.js +14 -10
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/PasteHandler.js +36 -11
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/SectionTitleHandler.js +4 -8
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ar.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_bg.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ca.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cnr.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cs.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cy.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_da.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_el.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_GB.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_US_saprigi.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_es.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_es_MX.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_et.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fi.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fr.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fr_CA.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hi.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hr.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hu.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_id.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_it.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_iw.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ja.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_kk.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ko.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_lt.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_lv.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_mk.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ms.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_nl.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_no.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pl.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pt.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pt_PT.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ro.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ru.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sh.properties +27 -24
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sk.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sl.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sr.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sv.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_th.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_tr.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_uk.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_vi.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_zh_CN.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_zh_TW.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/Details.view.xml +2 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/CRUDActionButtons.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/EditableHeaderFacet.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/Facet.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/HeaderContainer.fragment.xml +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/HeaderImage.fragment.xml +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/MultipleViewsSingleTableMode.fragment.xml +3 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/PageLevelCommands.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/Sections.fragment.xml +3 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SideContentActionButton.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartTable.fragment.xml +7 -8
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_sh.properties +1 -1
- package/src/sap/suite/ui/generic/template/QuickCreate/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/QuickCreate/view/QuickCreate.controller.js +4 -3
- package/src/sap/suite/ui/generic/template/QuickCreate/view/QuickCreate.view.xml +20 -17
- package/src/sap/suite/ui/generic/template/QuickView/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/QuickView/view/QuickView.view.xml +42 -40
- package/src/sap/suite/ui/generic/template/app/blankAnalyticalListPage/manifest.json +0 -4
- package/src/sap/suite/ui/generic/template/designtime/AnalyticalListPage.designtime.js +1 -1
- package/src/sap/suite/ui/generic/template/designtime/ListReport.designtime.js +1 -1
- package/src/sap/suite/ui/generic/template/designtime/ObjectPage.designtime.js +0 -3
- package/src/sap/suite/ui/generic/template/detailTemplates/i18n/i18n_sh.properties +1 -1
- package/src/sap/suite/ui/generic/template/fragments/AnalyticalTableColumns.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/ContactDetails.fragment.xml +14 -14
- package/src/sap/suite/ui/generic/template/fragments/FileUploader.fragment.xml +8 -4
- package/src/sap/suite/ui/generic/template/fragments/GridTableCells.fragment.xml +2 -0
- package/src/sap/suite/ui/generic/template/fragments/GridTableColumns.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/HeaderForm.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/HeaderRatingIndicator.fragment.xml +6 -1
- package/src/sap/suite/ui/generic/template/fragments/MessagePage.view.xml +6 -2
- package/src/sap/suite/ui/generic/template/fragments/ProgressIndicator.fragment.xml +2 -0
- package/src/sap/suite/ui/generic/template/fragments/QuickViewSmartForm.fragment.xml +4 -2
- package/src/sap/suite/ui/generic/template/fragments/RatingIndicatorFacet.fragment.xml +2 -0
- package/src/sap/suite/ui/generic/template/fragments/SmartControlContextMenu.fragment.xml +3 -2
- package/src/sap/suite/ui/generic/template/fragments/SmartFormDataField.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/SmartTableUiTableCommons.fragment.xml +5 -1
- package/src/sap/suite/ui/generic/template/fragments/TableCell.fragment.xml +7 -1
- package/src/sap/suite/ui/generic/template/fragments/TableColumnListItem.fragment.xml +9 -5
- package/src/sap/suite/ui/generic/template/fragments/TableColumns.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/TreeTableColumns.fragment.xml +4 -2
- package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartFilterBarWrapper.js +52 -1
- package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartVariantManagementWrapper.js +3 -3
- package/src/sap/suite/ui/generic/template/genericUtilities/utils.js +25 -1
- package/src/sap/suite/ui/generic/template/js/AnnotationHelper.js +29 -17
- package/src/sap/suite/ui/generic/template/js/AnnotationHelperStreamSupport.js +0 -4
- package/src/sap/suite/ui/generic/template/js/RuntimeFormatters.js +2 -6
- package/src/sap/suite/ui/generic/template/js/formatters/formatDisplayValueForProgressIndicator.js +28 -0
- package/src/sap/suite/ui/generic/template/js/formatters/formatImageUrl.js +21 -0
- package/src/sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorAggregateCount.js +21 -0
- package/src/sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorFooterText.js +21 -0
- package/src/sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorSubTitle.js +21 -0
- package/src/sap/suite/ui/generic/template/js/formatters/setInfoHighlight.js +21 -0
- package/src/sap/suite/ui/generic/template/js/formatters/setRowNavigated.js +26 -0
- package/src/sap/suite/ui/generic/template/lib/AdaptiveCardHelper.js +25 -5
- package/src/sap/suite/ui/generic/template/lib/AppComponent.js +5 -3
- package/src/sap/suite/ui/generic/template/lib/Application.js +3 -5
- package/src/sap/suite/ui/generic/template/lib/CRUDManager.js +7 -5
- package/src/sap/suite/ui/generic/template/lib/CommonEventHandlers.js +2 -1
- package/src/sap/suite/ui/generic/template/lib/ComponentUtils.js +16 -12
- package/src/sap/suite/ui/generic/template/lib/CreateWithDialogHandler.js +23 -10
- package/src/sap/suite/ui/generic/template/lib/FlexibleColumnLayoutHandler.js +11 -4
- package/src/sap/suite/ui/generic/template/lib/MessageButtonHelper.js +7 -5
- package/src/sap/suite/ui/generic/template/lib/MessageStripHelper.js +6 -6
- package/src/sap/suite/ui/generic/template/lib/MessageUtils.js +4 -3
- package/src/sap/suite/ui/generic/template/lib/ShareUtils.js +6 -14
- package/src/sap/suite/ui/generic/template/lib/TemplateAssembler.js +5 -3
- package/src/sap/suite/ui/generic/template/lib/TemplateComponent.js +5 -3
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n.properties +3 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ar.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_bg.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ca.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cnr.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cs.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cy.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_da.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_de.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_el.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_GB.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saprigi.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es_MX.properties +7 -3
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_et.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fi.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr_CA.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hi.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hr.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hu.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_id.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_it.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_iw.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ja.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_kk.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ko.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lt.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lv.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_mk.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ms.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_nl.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_no.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pl.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt_PT.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ro.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ru.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sh.properties +50 -46
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sk.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sl.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sr.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sv.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_th.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_tr.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_uk.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_vi.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_CN.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_TW.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/insights/InsightsCardHelper.js +1 -1
- package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +38 -38
- package/src/sap/suite/ui/generic/template/lib/navigation/routingHelper.js +8 -9
- package/src/sap/suite/ui/generic/template/lib/navigation/startupParameterHelper.js +48 -44
- package/src/sap/suite/ui/generic/template/lib/presentationControl/SmartChartHandler.js +22 -10
- package/src/sap/suite/ui/generic/template/lib/presentationControl/SmartListHandler.js +6 -1
- package/src/sap/suite/ui/generic/template/lib/presentationControl/SmartTableHandler.js +23 -6
- package/src/sap/suite/ui/generic/template/library.js +1 -1
- package/src/sap/suite/ui/generic/template/listTemplates/controller/DetailController.js +16 -1
- package/src/sap/suite/ui/generic/template/listTemplates/controller/IappStateHandler.js +30 -27
- package/src/sap/suite/ui/generic/template/listTemplates/filterSettingsPreparationHelper.js +2 -0
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/ActionsFragment.fragment.xml +7 -2
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/DetailSmartTable.fragment.xml +7 -8
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/SmartTableToolbar.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/listTemplates/i18n/i18n_sh.properties +1 -1
- package/src/sap/suite/ui/generic/template/themes/sap_belize/library.source.less +10 -1
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/ALPConstants.less +47 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/AnalyticalListPage.less +475 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/ListReport.less +33 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/ObjectPage.less +391 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/QuickCreate.less +96 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/QuickView.less +108 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/alr_zen.css +136 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/base.less +7 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/crosstab_library.css +20 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/img/readme.txt +4 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/img/sort_asc.gif +0 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/img/sort_desc.gif +0 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/img/sort_none.gif +0 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/img/treenode_collapse.gif +0 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/img/treenode_expand.gif +0 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/library.source.less +9 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_hcb/library.source.less +10 -1
- package/src/sap/suite/ui/generic/template/themes/sap_belize_hcw/library.source.less +10 -1
|
@@ -21,21 +21,21 @@ KPI_TOOLTIP_GOOD={0} {1}\nStatus\: Dobro
|
|
|
21
21
|
|
|
22
22
|
KPI_TOOLTIP_CRITICAL={0} {1}\nStatus\: Rizik
|
|
23
23
|
|
|
24
|
-
KPI_DETERMINING_ERROR={0}\nNije mogu\u0107e utvrditi
|
|
24
|
+
KPI_DETERMINING_ERROR={0}\nNije mogu\u0107e utvrditi vrednost.
|
|
25
25
|
|
|
26
|
-
KPI_DETERMINING_WARNING={0}\nPodaci su neva\u017Ee\u0107i ili
|
|
26
|
+
KPI_DETERMINING_WARNING={0}\nPodaci su neva\u017Ee\u0107i ili nisu na\u0111eni.
|
|
27
27
|
|
|
28
28
|
KPI_AUTHORIZATION_ISSUE=Postoji problem sa ovla\u0161\u0107enjem.
|
|
29
29
|
|
|
30
30
|
KPI_DEFAULT_PV_ERROR_MESSAGE=Nedostaje anotacija varijante prezentacije.
|
|
31
31
|
|
|
32
|
-
KPI_DRILLDOWN_NAVIGATION_MESSAGE=Unesite detalje
|
|
32
|
+
KPI_DRILLDOWN_NAVIGATION_MESSAGE=Unesite detalje usmeravanja.
|
|
33
33
|
|
|
34
34
|
KPI_GENERIC_ERROR_MESSAGE=Nije mogu\u0107e u\u010Ditati KPI zbog tehni\u010Dkog problema.
|
|
35
35
|
|
|
36
|
-
KPI_NO_DATA=Podaci KPI
|
|
36
|
+
KPI_NO_DATA=Podaci KPI nisu dostupni za izabrane kriterijume filtera.
|
|
37
37
|
|
|
38
|
-
KPI_INFO_FOR_MISSING_MANDATE_FILTPAR=Unesite
|
|
38
|
+
KPI_INFO_FOR_MISSING_MANDATE_FILTPAR=Unesite vrednosti polja obaveznog unosa za prikaz informacija KPI pogleda.
|
|
39
39
|
|
|
40
40
|
CLEAR_FILTERS=Izbri\u0161i
|
|
41
41
|
|
|
@@ -49,9 +49,9 @@ VISUAL_FILTER_FILTERS=Prilagodi filtere
|
|
|
49
49
|
|
|
50
50
|
VISUAL_FILTER_FILTERS_WITH_COUNT=Prilagodi filtere ({0})
|
|
51
51
|
|
|
52
|
-
VISUAL_FILTER_ALL_SELECTED_FILTERS=Sve odabrane
|
|
52
|
+
VISUAL_FILTER_ALL_SELECTED_FILTERS=Sve odabrane vrednosti
|
|
53
53
|
|
|
54
|
-
VISUAL_FILTER_MEASURES=
|
|
54
|
+
VISUAL_FILTER_MEASURES=Mera po
|
|
55
55
|
|
|
56
56
|
VISUAL_FILTER_CHART_TYPES=Tipovi dijagrama
|
|
57
57
|
|
|
@@ -71,7 +71,7 @@ VISUAL_FILTER_LINE_CHART_TIME_LINE=Poka\u017Ei
|
|
|
71
71
|
|
|
72
72
|
VISUAL_FILTER_LINE_CHART_TIME_LINE_DAYS=Prethodnih 6 dana
|
|
73
73
|
|
|
74
|
-
VISUAL_FILTER_LINE_CHART_TIME_LINE_MONTH=Prethodnih 6
|
|
74
|
+
VISUAL_FILTER_LINE_CHART_TIME_LINE_MONTH=Prethodnih 6 meseci
|
|
75
75
|
|
|
76
76
|
VISUAL_FILTER_LINE_CHART_TIME_LINE_QUARTERS=Prethodnih 6 kvartala
|
|
77
77
|
|
|
@@ -79,16 +79,18 @@ VISUAL_FILTER_LINE_CHART_TIME_LINE_YEARS=Prethodnih 6 godina
|
|
|
79
79
|
|
|
80
80
|
VISUAL_FILTER_CHART_TYPE=Tip dijagrama
|
|
81
81
|
|
|
82
|
-
VISUAL_FILTER_MEASURE=
|
|
82
|
+
VISUAL_FILTER_MEASURE=Mera
|
|
83
83
|
|
|
84
|
-
VISUAL_FILTER_SORT_ORDER=
|
|
84
|
+
VISUAL_FILTER_SORT_ORDER=Redosled re\u0111anja
|
|
85
85
|
|
|
86
86
|
CONTACT_INFO=Informacije o kontaktu
|
|
87
87
|
|
|
88
|
+
CONTACT_OPTION=Microsoft Teams
|
|
88
89
|
|
|
89
|
-
CONTACT_JOB_TITLE=Naziv radnog mjesta
|
|
90
90
|
|
|
91
|
-
|
|
91
|
+
CONTACT_JOB_TITLE=Naziv radnog mesta
|
|
92
|
+
|
|
93
|
+
CONTACT_DEPARTMENT=Odeljenje
|
|
92
94
|
|
|
93
95
|
CONTACT_EMAIL=E-po\u0161ta
|
|
94
96
|
|
|
@@ -132,9 +134,9 @@ VIS_FILTER_MANDATORY_PROPERTY_ARIA={0} obavezan.
|
|
|
132
134
|
|
|
133
135
|
VIS_FILTER_MANDATORY_PROPERTY_ARIA_LABEL=obavezan.
|
|
134
136
|
|
|
135
|
-
VIS_FILTER_BAR_NAVIGATE_ARIA=Za kretanje izme\u0111u vizuelnih filtera izaberite strelicu nadesno ili
|
|
137
|
+
VIS_FILTER_BAR_NAVIGATE_ARIA=Za kretanje izme\u0111u vizuelnih filtera izaberite strelicu nadesno ili nalevo.
|
|
136
138
|
|
|
137
|
-
VIS_FILTER_DIALOG_NAVIGATE_ARIA=Za kretanje izme\u0111u vizuelnih filtera izaberite strelicu
|
|
139
|
+
VIS_FILTER_DIALOG_NAVIGATE_ARIA=Za kretanje izme\u0111u vizuelnih filtera izaberite strelicu nadole ili nagore.
|
|
138
140
|
|
|
139
141
|
VIS_FILTER_ACCESS_FIELDS_ARIA=Izaberite karticu za pristup poljima filtera.
|
|
140
142
|
|
|
@@ -152,27 +154,27 @@ CHARTTABLE_AUTOHIDE_OFF=Poka\u017Ei sve stavke
|
|
|
152
154
|
|
|
153
155
|
M_VISUAL_FILTERS_ERROR_MESSAGE_TITLE=Nije mogu\u0107e prikazati filter
|
|
154
156
|
|
|
155
|
-
NO_DATA_FOUND_OVERLAY_MESSAGE=Podaci
|
|
157
|
+
NO_DATA_FOUND_OVERLAY_MESSAGE=Podaci nisu na\u0111eni.
|
|
156
158
|
|
|
157
159
|
REQUIRED_FIELDS_OVERLAY_MESSAGE=Nije mogu\u0107e prikazati ovaj filter jer nedostaju obavezna polja.
|
|
158
160
|
|
|
159
161
|
M_VISUAL_FILTERS_ERROR_DATA_TEXT=Nije mogu\u0107e u\u010Ditati podatke zbog tehni\u010Dkog problema.
|
|
160
162
|
|
|
161
|
-
M_VISUAL_FILTERS_PROVIDE_FILTER_VAL_SINGLEVF=Navedite
|
|
163
|
+
M_VISUAL_FILTERS_PROVIDE_FILTER_VAL_SINGLEVF=Navedite vrednost filtera za {0}
|
|
162
164
|
|
|
163
|
-
M_VISUAL_FILTERS_PROVIDE_FILTER_VAL_MULTIPLEVF=Navedite
|
|
165
|
+
M_VISUAL_FILTERS_PROVIDE_FILTER_VAL_MULTIPLEVF=Navedite vrednosti filtera za sva polja obaveznog unosa.
|
|
164
166
|
|
|
165
|
-
M_VISUAL_FILTERS_MULTIPLE_CURRENCY=Da biste
|
|
167
|
+
M_VISUAL_FILTERS_MULTIPLE_CURRENCY=Da biste videli ovaj dijagram, postavite samo jednu valutu za {0}
|
|
166
168
|
|
|
167
|
-
M_VISUAL_FILTERS_MULTIPLE_UNIT=Da biste
|
|
169
|
+
M_VISUAL_FILTERS_MULTIPLE_UNIT=Da biste videli ovaj dijagram, postavite samo jednu vrednost za {0}
|
|
168
170
|
|
|
169
|
-
M_VISUAL_FILTER_HIDDEN_MEASURE=Nije mogu\u0107e u\u010Ditati vizuelni filter.
|
|
171
|
+
M_VISUAL_FILTER_HIDDEN_MEASURE=Nije mogu\u0107e u\u010Ditati vizuelni filter. Mera {0} je ozna\u010Dena kao KI skriven.
|
|
170
172
|
|
|
171
|
-
REQUIRED_VH_FIELDS_OVERLAY_MESSAGE=Nije mogu\u0107e u\u010Ditati podatke jer nedostaju obavezna polja.
|
|
173
|
+
REQUIRED_VH_FIELDS_OVERLAY_MESSAGE=Nije mogu\u0107e u\u010Ditati podatke jer nedostaju obavezna polja. Obavestite administratora.
|
|
172
174
|
|
|
173
|
-
INVALID_MEASURE_DONUT_MESSAGE=Neva\u017Ee\u0107a
|
|
175
|
+
INVALID_MEASURE_DONUT_MESSAGE=Neva\u017Ee\u0107a mera za prstenasti dijagram. Uverite se da je mera kumulativna i pozitivna.
|
|
174
176
|
|
|
175
|
-
SHARE=
|
|
177
|
+
SHARE=Podeli
|
|
176
178
|
|
|
177
179
|
VH_SINGLE_SELECTED=Pomo\u0107 pri unosu za {0} sa {1} odabranom stavkom
|
|
178
180
|
|
|
@@ -188,11 +190,11 @@ DP_SINGLE_SELECTED={1} stavka odabrana za {0}
|
|
|
188
190
|
|
|
189
191
|
DP_WITHOUT_SELECTIONS=Odaberi datum
|
|
190
192
|
|
|
191
|
-
NOT_ASSIGNED=Nije
|
|
193
|
+
NOT_ASSIGNED=Nije dodeljeno
|
|
192
194
|
|
|
193
195
|
FILTER_BAR_SHOW_MORE_FILTERS=Vi\u0161e filtera ({0})
|
|
194
196
|
|
|
195
|
-
FILTER_BAR_SHOW_CHANGE_FILTERS=
|
|
197
|
+
FILTER_BAR_SHOW_CHANGE_FILTERS=Promeni filtere
|
|
196
198
|
|
|
197
199
|
SELECT_FILTER_FIELDS=Odaberi filtere
|
|
198
200
|
|
|
@@ -208,7 +210,7 @@ NODATA_SMARTCHART_ALP=Da biste po\u010Deli, postavite relevantne filtere i izabe
|
|
|
208
210
|
|
|
209
211
|
NODATA_SMARTTABLE_ALP=Da biste po\u010Deli, postavite relevantne filtere i izaberite \u201EIdi\u201C.
|
|
210
212
|
|
|
211
|
-
MESSAGE_MULTIPLE_VALUES_L_FORM=Neki filteri
|
|
213
|
+
MESSAGE_MULTIPLE_VALUES_L_FORM=Neki filteri nisu relevantni za karticu \u201E{1}\u201C ({0}). Postavljanje ovih filtera ne uti\u010De na rezultate.
|
|
212
214
|
|
|
213
|
-
MESSAGE_MULTIPLE_VALUES_S_FORM=Ne mo\u017Eete koristiti
|
|
215
|
+
MESSAGE_MULTIPLE_VALUES_S_FORM=Ne mo\u017Eete koristiti slede\u0107e filtere na kartici \u201E{1}\u201C\: \u201E{0}\u201C.
|
|
214
216
|
|
|
@@ -85,6 +85,8 @@ VISUAL_FILTER_SORT_ORDER=\u0420\u0435\u0434\u043E\u0441\u043B\u0435\u0434 \u0440
|
|
|
85
85
|
|
|
86
86
|
CONTACT_INFO=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0458\u0435 \u043E \u043A\u043E\u043D\u0442\u0430\u043A\u0442\u0443
|
|
87
87
|
|
|
88
|
+
CONTACT_OPTION=Microsoft Teams
|
|
89
|
+
|
|
88
90
|
|
|
89
91
|
CONTACT_JOB_TITLE=\u041D\u0430\u0437\u0438\u0432 \u0440\u0430\u0434\u043D\u043E\u0433 \u043C\u0435\u0441\u0442\u0430
|
|
90
92
|
|
|
@@ -85,6 +85,8 @@ VISUAL_FILTER_SORT_ORDER=\u0E25\u0E33\u0E14\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E08\
|
|
|
85
85
|
|
|
86
86
|
CONTACT_INFO=\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E1A\u0E38\u0E04\u0E04\u0E25\u0E17\u0E35\u0E48\u0E15\u0E34\u0E14\u0E15\u0E48\u0E2D
|
|
87
87
|
|
|
88
|
+
CONTACT_OPTION=Microsoft Teams
|
|
89
|
+
|
|
88
90
|
|
|
89
91
|
CONTACT_JOB_TITLE=\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E07\u0E32\u0E19
|
|
90
92
|
|
|
@@ -85,6 +85,8 @@ VISUAL_FILTER_SORT_ORDER=\u041F\u043E\u0441\u043B\u0456\u0434\u043E\u0432\u043D\
|
|
|
85
85
|
|
|
86
86
|
CONTACT_INFO=\u041A\u043E\u043D\u0442\u0430\u043A\u0442\u043D\u0430 \u0456\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u044F
|
|
87
87
|
|
|
88
|
+
CONTACT_OPTION=Microsoft Teams
|
|
89
|
+
|
|
88
90
|
|
|
89
91
|
CONTACT_JOB_TITLE=\u041D\u0430\u0437\u0432\u0430 \u043F\u043E\u0441\u0430\u0434\u0438
|
|
90
92
|
|
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
sap.ui.define([
|
|
2
2
|
"sap/ui/comp/odata/MetadataAnalyser",
|
|
3
3
|
"sap/ui/base/Object",
|
|
4
|
-
"sap/ui/model/Context",
|
|
5
4
|
"sap/suite/ui/generic/template/AnalyticalListPage/util/OperationCode",
|
|
6
5
|
"sap/suite/ui/generic/template/AnalyticalListPage/util/V4Terms",
|
|
7
6
|
"sap/ui/core/format/DateFormat",
|
|
8
|
-
"sap/ui/model/odata/AnnotationHelper",
|
|
9
7
|
"sap/ui/events/KeyCodes",
|
|
10
|
-
'sap/ui/comp/odata/FiscalFormat',
|
|
11
8
|
"sap/suite/ui/generic/template/genericUtilities/metadataAnalyser",
|
|
12
|
-
"sap/ui/core/date/UI5Date"
|
|
13
|
-
|
|
9
|
+
"sap/ui/core/date/UI5Date",
|
|
10
|
+
"sap/base/strings/formatMessage"
|
|
11
|
+
], function(MetadataAnalyser, BaseObject, OperationCode, V4Terms, DateFormat, KeyCodes, metadataAnalyser, UI5Date, formatMessage) {
|
|
14
12
|
"use strict";
|
|
15
13
|
var FilterUtil = BaseObject.extend("sap.suite.ui.generic.template.AnalyticalListPage.util.FilterUtil");
|
|
16
14
|
/**
|
|
@@ -242,10 +240,17 @@ sap.ui.define([
|
|
|
242
240
|
* @param {Object} oContext FilterData
|
|
243
241
|
* @return {string} Text for filters link
|
|
244
242
|
*/
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* Returns the I18N text for the "Adapt Filters" button
|
|
246
|
+
*
|
|
247
|
+
* @param {*} sI18NText I18N text without count
|
|
248
|
+
* @param {*} sI8NTextWithCount I18N text with count
|
|
249
|
+
* @param {*} iCount
|
|
250
|
+
* @returns {string} text for the "Adapt filters" button
|
|
251
|
+
*/
|
|
252
|
+
FilterUtil.formatFiltersLink = function(sI18NText, sI8NTextWithCount, iCount) {
|
|
253
|
+
return iCount ? formatMessage(sI8NTextWithCount, [iCount]) : sI18NText;
|
|
249
254
|
};
|
|
250
255
|
/**
|
|
251
256
|
* [getBooleanValue get the boolean value ]
|
package/src/sap/suite/ui/generic/template/AnalyticalListPage/view/AnalyticalListPage.view.xml
CHANGED
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
<template:then>
|
|
68
68
|
<SegmentedButton
|
|
69
69
|
id = "template::FilterSwitchButton"
|
|
70
|
-
selectedKey="{_templPriv>/alp/filterMode}" width="inherit" visible="{_templPriv>/listReport/isHeaderExpanded}"
|
|
70
|
+
selectedKey="{_templPriv>/alp/filterMode}" width="inherit" visible="{_templPriv>/listReport/isHeaderExpanded}" selectionChange="._templateEventHandlers.onFilterModeSegmentedButtonChange">
|
|
71
71
|
<layoutData>
|
|
72
72
|
<OverflowToolbarLayoutData priority="NeverOverflow"/>
|
|
73
73
|
</layoutData>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<mvc:View xmlns:mvc="sap.ui.core.mvc" xmlns:core="sap.ui.core" controllerName="sap.suite.ui.generic.template.AnalyticalListPage.controller.
|
|
1
|
+
<mvc:View xmlns:mvc="sap.ui.core.mvc" xmlns:core="sap.ui.core" controllerName="sap.suite.ui.generic.template.AnalyticalListPage.controller.KpiCard" >
|
|
2
2
|
<core:Fragment fragmentName="sap.suite.ui.generic.template.AnalyticalListPage.view.fragments.KpiCard" type="XML"/>
|
|
3
3
|
</mvc:View>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core"
|
|
2
2
|
xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1">
|
|
3
3
|
|
|
4
|
-
<SegmentedButton selectedKey="{_templPriv>/alp/contentView}"
|
|
4
|
+
<SegmentedButton selectedKey="{_templPriv>/alp/contentView}" selectionChange="._templateEventHandlers.onContentViewSegmentButtonPressed">
|
|
5
5
|
<items>
|
|
6
6
|
<template:if test="{= !${device>/system/phone}}">
|
|
7
7
|
<SegmentedButtonItem
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1">
|
|
3
3
|
|
|
4
4
|
<!-- //TODO-DPL - addStyleClass as per the spec -->
|
|
5
|
-
<l:VerticalLayout class="sapSmartTemplatesAnalyticalListPageFilterContainer" id="template::FilterContainer"
|
|
5
|
+
<l:VerticalLayout class="sapSmartTemplatesAnalyticalListPageFilterContainer" id="template::FilterContainer"
|
|
6
|
+
core:require="{ALPFilterUtil: 'sap/suite/ui/generic/template/AnalyticalListPage/util/FilterUtil'}">
|
|
6
7
|
<VBox id="template::CompactFilterContainer" visible="{= ${_templPriv>/alp/filterMode} === 'compact'}">
|
|
7
8
|
<core:Fragment fragmentName="sap.suite.ui.generic.template.AnalyticalListPage.view.fragments.SmartFilterBar" type="XML"/>
|
|
8
9
|
</VBox>
|
|
@@ -20,7 +21,11 @@
|
|
|
20
21
|
<FlexBox alignItems="End" justifyContent="End">
|
|
21
22
|
<items>
|
|
22
23
|
<Button id="template::GoFilters" text="{i18n>GO_FILTERS}" type="Emphasized" press="cmd:VisualFilterSearch"/>
|
|
23
|
-
<Button class="sapUiCompFilterBarPaddingRightBtn"
|
|
24
|
+
<Button class="sapUiCompFilterBarPaddingRightBtn"
|
|
25
|
+
id="template::VisualFilterDialogButton"
|
|
26
|
+
type="Transparent"
|
|
27
|
+
text="{parts: [{path: 'i18n>VISUAL_FILTER_FILTERS'}, {path: 'i18n>VISUAL_FILTER_FILTERS_WITH_COUNT'}, {path:'_templPriv>/alp/filtersLink'}], formatter: 'ALPFilterUtil.formatFiltersLink'}"
|
|
28
|
+
tooltip="{parts: [{path: 'i18n>VISUAL_FILTER_FILTERS'}, {path: 'i18n>VISUAL_FILTER_FILTERS_WITH_COUNT'}, {path:'_templPriv>/alp/filtersLink'}], formatter: 'ALPFilterUtil.formatFiltersLink'}"
|
|
24
29
|
ariaHasPopup="Dialog" press="._templateEventHandlers.onFilterPress"/>
|
|
25
30
|
</items>
|
|
26
31
|
</FlexBox>
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
template:require="{ SemanticDateRangeTypeHelper: 'sap/suite/ui/generic/template/listTemplates/semanticDateRangeTypeHelper'}">
|
|
4
4
|
|
|
5
5
|
<smartfilterbarext:SmartFilterBarExt id="template::SmartFilterBar" entitySet="{parameter>/entitySet}"
|
|
6
|
-
entityType="{parameter>/entityType}"
|
|
7
6
|
smartVariant="template::PageVariant"
|
|
8
7
|
class="sapSmartTemplatesAnalyticalListPageCompactFilter"
|
|
9
8
|
persistencyKey="compactFilterPersistencyKey"
|
|
@@ -21,10 +20,8 @@
|
|
|
21
20
|
reset="{= (${parameter>/settings/hideVisualFilter} === false || ${parameter>/settings/hideVisualFilter} === undefined) ? '._templateEventHandlers.onRestore' : undefined}"
|
|
22
21
|
filtersDialogClosed="{= (${parameter>/settings/hideVisualFilter} === false || ${parameter>/settings/hideVisualFilter} === undefined) ? '._templateEventHandlers.onDialogClosed' : undefined}"
|
|
23
22
|
filtersDialogBeforeOpen="{= (${parameter>/settings/hideVisualFilter} === false || ${parameter>/settings/hideVisualFilter} === undefined) ? '._templateEventHandlers.onDialogOpened' : undefined}"
|
|
24
|
-
filtersDialogSearch="{= (${parameter>/settings/hideVisualFilter} === false || ${parameter>/settings/hideVisualFilter} === undefined) ? '._templateEventHandlers.onDialogSearch' : undefined}"
|
|
25
23
|
filtersDialogCancel="{= (${parameter>/settings/hideVisualFilter} === false || ${parameter>/settings/hideVisualFilter} === undefined) ? '._templateEventHandlers.onDialogCancel' : undefined}"
|
|
26
24
|
clear="._templateEventHandlers.onDialogClear"
|
|
27
|
-
filtersDialogSearchForFilters="{= (${parameter>/settings/hideVisualFilter} === false || ${parameter>/settings/hideVisualFilter} === undefined) ? '._templateEventHandlers.onSearchForFilters' : undefined}"
|
|
28
25
|
useProvidedNavigationProperties="{= ${entityType>sap:semantics} === 'aggregate' }"
|
|
29
26
|
>
|
|
30
27
|
<smartfilterbarext:controlConfiguration>
|
|
@@ -22,9 +22,12 @@ sap.ui.define([
|
|
|
22
22
|
"sap/suite/ui/generic/template/listTemplates/filterSettingsPreparationHelper",
|
|
23
23
|
"sap/m/table/Util",
|
|
24
24
|
"sap/suite/ui/generic/template/genericUtilities/filterHelper",
|
|
25
|
-
"sap/suite/ui/generic/template/js/AnnotationHelperHiddenTermSupport"
|
|
25
|
+
"sap/suite/ui/generic/template/js/AnnotationHelperHiddenTermSupport",
|
|
26
|
+
"sap/m/IllustratedMessageType",
|
|
27
|
+
"sap/ui/model/FilterOperator",
|
|
28
|
+
"sap/ui/core/message/MessageType"
|
|
26
29
|
], function (Filter, ExtensionAPI, listUtils, MessageStripHelper, IappStateHandler, MultipleViewsHandler,
|
|
27
|
-
WorklistHandler, ShareUtils, controlHelper, FeLogger, testableHelper, ObjectPath, StableIdHelper, deepExtend, CreateWithDialogHandler, CtxMenuHandler, MultiEditHandler, SelectionVariant, InsightsHandler, filterSettingsPreparationHelper, TableUtil, filterHelper, AnnotationHelperHiddenTermSupport) {
|
|
30
|
+
WorklistHandler, ShareUtils, controlHelper, FeLogger, testableHelper, ObjectPath, StableIdHelper, deepExtend, CreateWithDialogHandler, CtxMenuHandler, MultiEditHandler, SelectionVariant, InsightsHandler, filterSettingsPreparationHelper, TableUtil, filterHelper, AnnotationHelperHiddenTermSupport, IllustratedMessageType, FilterOperator, MessageType) {
|
|
28
31
|
"use strict";
|
|
29
32
|
|
|
30
33
|
var oLogger = new FeLogger("ListReport.controller.ControllerImplementation").getLogger();
|
|
@@ -48,6 +51,7 @@ sap.ui.define([
|
|
|
48
51
|
var oFclProxy;
|
|
49
52
|
|
|
50
53
|
var aWaitingForDisplayNextObjectInfo = null;
|
|
54
|
+
var mPreloadComponentPromiseByRouteName = new Map();
|
|
51
55
|
|
|
52
56
|
// -- Begin of methods that are used in onInit only
|
|
53
57
|
function fnSetIsLeaf() {
|
|
@@ -93,7 +97,8 @@ sap.ui.define([
|
|
|
93
97
|
oNavigationController.navigateToMessagePage({
|
|
94
98
|
title: oTemplateUtils.oCommonUtils.getText("ST_ERROR"),
|
|
95
99
|
text: "Manifest property 'annotationPath' is configured with " + sAnnotationPath + " but no such annotation found.",
|
|
96
|
-
description: ""
|
|
100
|
+
description: "",
|
|
101
|
+
messageType: IllustratedMessageType.UnableToLoad
|
|
97
102
|
});
|
|
98
103
|
}
|
|
99
104
|
}
|
|
@@ -433,9 +438,23 @@ sap.ui.define([
|
|
|
433
438
|
});
|
|
434
439
|
}
|
|
435
440
|
|
|
441
|
+
/**
|
|
442
|
+
* This method ensures that "preloadComponent" is called only once per route.
|
|
443
|
+
*
|
|
444
|
+
* In the multi-table scenario, this method is called multiple times.
|
|
445
|
+
* There's a possibility that it can be called with same route name (same entity set) multiple times.
|
|
446
|
+
* If "preloadComponent" is called multiple times for the same route, it will lead to race condition and the component initialization would break.
|
|
447
|
+
*/
|
|
436
448
|
function onSmartTableDataRequested(oSmartTable) {
|
|
437
449
|
var sRouteName = oSmartTable.getEntitySet();
|
|
438
|
-
|
|
450
|
+
// If the promise is already available in cache, return it
|
|
451
|
+
if (mPreloadComponentPromiseByRouteName.has(sRouteName)) {
|
|
452
|
+
return mPreloadComponentPromiseByRouteName.get(sRouteName);
|
|
453
|
+
}
|
|
454
|
+
// Otherwise, invoke "preloadComponent" and store the result in cache
|
|
455
|
+
var oPreloadPromise = oTemplateUtils.oServices.oApplication.preloadComponent(sRouteName);
|
|
456
|
+
mPreloadComponentPromiseByRouteName.set(sRouteName, oPreloadPromise);
|
|
457
|
+
return oPreloadPromise;
|
|
439
458
|
}
|
|
440
459
|
|
|
441
460
|
var fnDataLoaded; // temporary solution to keep track when data are loaded for the first time
|
|
@@ -531,6 +550,8 @@ sap.ui.define([
|
|
|
531
550
|
|
|
532
551
|
var oTemplatePrivateModel = oTemplateUtils.oComponentUtils.getTemplatePrivateModel();
|
|
533
552
|
|
|
553
|
+
oTemplatePrivateModel.setProperty("/listReport/aMissingNavProperties", false);
|
|
554
|
+
|
|
534
555
|
oTemplatePrivateModel.setProperty("/generic/bDataAreShownInTable", false);
|
|
535
556
|
//set a property for the state of LR table. At this state data have never been requested for LR table. Later once data is recieved for LR table we will set it to true.
|
|
536
557
|
oTemplatePrivateModel.setProperty("/listReport/firstSelection", false);
|
|
@@ -688,6 +709,56 @@ sap.ui.define([
|
|
|
688
709
|
// However, this connection is not there in the multi view multi table scenario which is the only case in which this snapshot
|
|
689
710
|
// will be used later.
|
|
690
711
|
var aFiltersFromRebindEvent = oBindingParams.filters.slice(0);
|
|
712
|
+
// To get the missing navigation properties rom the user variant
|
|
713
|
+
var oSmartFilterBarId = oState.oSmartFilterbar.getId();
|
|
714
|
+
var oSmartFilterBarWrapper = oTemplateUtils.oCommonUtils.getControlStateWrapperById(oSmartFilterBarId, "SmartFilterBar");
|
|
715
|
+
var aAddedFilters = oSmartFilterBarWrapper.getMissingNavProperties();
|
|
716
|
+
if (aAddedFilters.length) {
|
|
717
|
+
var aFilters = Object.keys(aAddedFilters).map(function(filterKey) {
|
|
718
|
+
return aAddedFilters[filterKey][0].keyField.replace('.', '/');
|
|
719
|
+
});
|
|
720
|
+
var sCurrentVariant = oState.oSmartFilterbar.getVariantManagement().getId();
|
|
721
|
+
var sCurrentVariantId = oState.oSmartFilterbar.getCurrentVariantId();
|
|
722
|
+
var oAllVariants = sap.ui.getCore().byId(sCurrentVariant).getAllVariants();
|
|
723
|
+
var oCurrentVariant = oAllVariants.find(function(variant) {
|
|
724
|
+
return variant.getId() === sCurrentVariantId;
|
|
725
|
+
});
|
|
726
|
+
var sCurrentVariantName = oCurrentVariant ? oCurrentVariant.mProperties.texts.variantName.value : '';
|
|
727
|
+
var oEntityType = oTemplateUtils.oCommonUtils.getMetaModelEntityType(oState.oSmartFilterbar.getEntitySet());
|
|
728
|
+
var aFilterNames = aFilters.reduce(function(acc, sFilter) {
|
|
729
|
+
var matchingProperties = oEntityType.property.filter(function(element) {
|
|
730
|
+
return element['sap:text'] && element['sap:text'].startsWith(sFilter);
|
|
731
|
+
});
|
|
732
|
+
matchingProperties.forEach(function(oProperty) {
|
|
733
|
+
if (oProperty) {
|
|
734
|
+
acc.push(oProperty.name);
|
|
735
|
+
}
|
|
736
|
+
});
|
|
737
|
+
return acc;
|
|
738
|
+
}, []).filter(Boolean);
|
|
739
|
+
var sMessage = oTemplateUtils.oCommonUtils.getText("MESSAGE_FILTER_NOT_AVAILABLE",[sCurrentVariantName,aFilterNames.join(", ")]);
|
|
740
|
+
var oMsg = {
|
|
741
|
+
message: sMessage,
|
|
742
|
+
type: MessageType.Warning
|
|
743
|
+
};
|
|
744
|
+
var sSelectedTabKey = oState.oMultipleViewsHandler.getSelectedKey();
|
|
745
|
+
this.extensionAPI.setCustomMessage(oMsg,sSelectedTabKey);
|
|
746
|
+
aAddedFilters.forEach(function (range) {
|
|
747
|
+
if (!range[0].exclude) {
|
|
748
|
+
var filter = new Filter({
|
|
749
|
+
aFilters: [
|
|
750
|
+
new Filter({
|
|
751
|
+
path: range[0].keyField.replace('.', '/'),
|
|
752
|
+
operator: FilterOperator[range[0].operation],
|
|
753
|
+
value1: range[0].value1
|
|
754
|
+
})
|
|
755
|
+
],
|
|
756
|
+
bAnd: false
|
|
757
|
+
});
|
|
758
|
+
oBindingParams.filters.push(filter);
|
|
759
|
+
}
|
|
760
|
+
});
|
|
761
|
+
}
|
|
691
762
|
oTemplateUtils.oCommonEventHandlers.onBeforeRebindTable(oEvent, {
|
|
692
763
|
determineSortOrder: oState.oMultipleViewsHandler.determineSortOrder,
|
|
693
764
|
ensureExtensionFields: oController.templateBaseExtension.ensureFieldsForSelect,
|
|
@@ -704,8 +775,10 @@ sap.ui.define([
|
|
|
704
775
|
oController.onBeforeRebindTableExtension(oEvent);
|
|
705
776
|
var fnDataRequested = oBindingParams.events.dataRequested || Function.prototype;
|
|
706
777
|
oBindingParams.events.dataRequested = function(oRequestEvent){
|
|
707
|
-
|
|
708
|
-
|
|
778
|
+
var that = this;
|
|
779
|
+
onSmartTableDataRequested(oSmartTable).then(function () {
|
|
780
|
+
fnDataRequested.call(that, oRequestEvent);
|
|
781
|
+
});
|
|
709
782
|
};
|
|
710
783
|
var fnDataReceived = oBindingParams.events.dataReceived || Function.prototype;
|
|
711
784
|
oBindingParams.events.dataReceived = function(oReceivedEvent){
|
|
@@ -14,9 +14,10 @@ sap.ui.define([
|
|
|
14
14
|
"sap/suite/ui/generic/template/listTemplates/semanticDateRangeTypeHelper",
|
|
15
15
|
"sap/suite/ui/generic/template/ListReport/controller/LegacyStateHandler",
|
|
16
16
|
"sap/suite/ui/generic/template/genericUtilities/testableHelper",
|
|
17
|
-
"sap/suite/ui/generic/template/js/StableIdHelper"
|
|
17
|
+
"sap/suite/ui/generic/template/js/StableIdHelper",
|
|
18
|
+
"sap/suite/ui/generic/template/genericUtilities/utils"
|
|
18
19
|
], function(BaseObject, ControllerExtension, NavError, listUtils, SelectionVariant, UIState, FeLogger, deepEqual, extend,
|
|
19
|
-
isEmptyObject, FeError, Device, semanticDateRangeTypeHelper, LegacyStateHandler, testableHelper, StableIdHelper) {
|
|
20
|
+
isEmptyObject, FeError, Device, semanticDateRangeTypeHelper, LegacyStateHandler, testableHelper, StableIdHelper, Utils) {
|
|
20
21
|
"use strict";
|
|
21
22
|
|
|
22
23
|
var sClassName = "ListReport.controller.IappStateHandler";
|
|
@@ -27,6 +28,9 @@ sap.ui.define([
|
|
|
27
28
|
var dataPropertyNameCustom = "sap.suite.ui.generic.template.customData",
|
|
28
29
|
dataPropertyNameExtension = "sap.suite.ui.generic.template.extensionData",
|
|
29
30
|
dataPropertyNameGeneric = "sap.suite.ui.generic.template.genericData";
|
|
31
|
+
// Array contains URL parameters that should be ignored and trigger app initialization as only
|
|
32
|
+
// default parameters were passed
|
|
33
|
+
var aIgnoreURLParameters = ["save-appvar-id"];
|
|
30
34
|
|
|
31
35
|
function fnLogInfo(sMessage, vDetails){
|
|
32
36
|
if (sap.ui.support) { //only if support assistant is loaded
|
|
@@ -746,7 +750,9 @@ sap.ui.define([
|
|
|
746
750
|
break;
|
|
747
751
|
case sap.fe.navigation.NavType.xAppState:
|
|
748
752
|
case sap.fe.navigation.NavType.URLParams:
|
|
749
|
-
if (oAppData.bNavSelVarHasDefaultsOnly
|
|
753
|
+
if (oAppData.bNavSelVarHasDefaultsOnly
|
|
754
|
+
|| oAppData.oSelectionVariant.getSelectOptionsPropertyNames().length && Utils.isASubsetOfB(oAppData.oSelectionVariant.getSelectOptionsPropertyNames(), aIgnoreURLParameters)
|
|
755
|
+
){
|
|
750
756
|
fnAdaptToAppStateStartUpWithParameters(oAppData, oURLParameters, sPreferredQuickVariantSelectionKey);
|
|
751
757
|
} else {
|
|
752
758
|
fnAdaptToAppStateNavigation(oAppData, oURLParameters, sPreferredQuickVariantSelectionKey);
|
|
@@ -881,6 +887,16 @@ sap.ui.define([
|
|
|
881
887
|
// regarding a), while SFB takes care to set the data for standard filters (created via annotation), for others (extension filters, edit state filter, anything else that
|
|
882
888
|
// should be controlled by VM (currently anything else we add to iAppState, but maybe that's only correct in case of page variant management)) we have to set it
|
|
883
889
|
// (independent of the context).
|
|
890
|
+
if (sap.ui.getCore().getMessageManager().getMessageModel().oData.length) {
|
|
891
|
+
var removedMessages = [];
|
|
892
|
+
for (var i in sap.ui.getCore().getMessageManager().getMessageModel().oData) {
|
|
893
|
+
var msg = sap.ui.getCore().getMessageManager().getMessageModel().oData[i];
|
|
894
|
+
if (msg.persistent && oEvent.getParameters().context === undefined) {
|
|
895
|
+
removedMessages.push(msg);
|
|
896
|
+
}
|
|
897
|
+
}
|
|
898
|
+
sap.ui.getCore().getMessageManager().removeMessages(removedMessages);
|
|
899
|
+
}
|
|
884
900
|
fnRestoreExtendedFilterDataOnAfterSFBVariantLoad(oEvent);
|
|
885
901
|
}
|
|
886
902
|
|
|
@@ -171,4 +171,7 @@ CREATE_DIALOG_TITLE=New Object
|
|
|
171
171
|
# YMSG,30: used in MessageBox after partial update.
|
|
172
172
|
PARTIAL_UPDATE={0} of {1} objects updated.
|
|
173
173
|
|
|
174
|
+
# YMSG,150: used to show the applied filters which are no longer visible.
|
|
175
|
+
MESSAGE_FILTER_NOT_AVAILABLE=Filters have been applied to the current view \"{0}\" that are no longer visible: {1}. Contact your administrator to make the filters visible again.
|
|
176
|
+
|
|
174
177
|
#---End of final block: texts to be redefined by the application ----------------------------------------
|
|
@@ -21,6 +21,8 @@ NAVIGATE_TO_DETAIL=\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u062A\u0641\u0627
|
|
|
21
21
|
|
|
22
22
|
EMAIL_HEADER=\u0627\u0631\u062A\u0628\u0627\u0637 \u0628\u0640 {0}
|
|
23
23
|
|
|
24
|
+
CONTACT_OPTION=Microsoft Teams
|
|
25
|
+
|
|
24
26
|
CONTACT_INFO=\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062C\u0647\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644
|
|
25
27
|
|
|
26
28
|
CONTACT_JOB_TITLE=\u0627\u0644\u0645\u0633\u0645\u0649 \u0627\u0644\u0648\u0638\u064A\u0641\u064A
|
|
@@ -21,6 +21,8 @@ NAVIGATE_TO_DETAIL=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435 \u043D
|
|
|
21
21
|
|
|
22
22
|
EMAIL_HEADER=\u0412\u0440\u044A\u0437\u043A\u0430 \u043A\u044A\u043C {0}
|
|
23
23
|
|
|
24
|
+
CONTACT_OPTION=Microsoft Teams
|
|
25
|
+
|
|
24
26
|
CONTACT_INFO=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u0437\u0430 \u043A\u043E\u043D\u0442\u0430\u043A\u0442
|
|
25
27
|
|
|
26
28
|
CONTACT_JOB_TITLE=\u041D\u0430\u0438\u043C\u0435\u043D\u043E\u0432\u0430\u043D\u0438\u0435 \u043D\u0430 \u0434\u043B\u044A\u0436\u043D\u043E\u0441\u0442
|