@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
|
@@ -105,6 +105,17 @@ sap.ui.define([
|
|
|
105
105
|
return { edmType: undefined, sSemantic: undefined, sSapUnit: undefined };
|
|
106
106
|
};
|
|
107
107
|
|
|
108
|
+
var fnGetVisiblePathForFC = function (oControl) {
|
|
109
|
+
var visiblePathwithFormat = "";
|
|
110
|
+
var oParent = oControl.getParent();
|
|
111
|
+
if (oControl.getBindingPath("visible")) {
|
|
112
|
+
visiblePathwithFormat = "${" + oControl.getBindingPath("visible") + " !=0}";
|
|
113
|
+
} else if (oParent.getBindingPath("visible")) {
|
|
114
|
+
visiblePathwithFormat = "${(" + oParent.getBindingPath("visible") + " == false || " + oParent.getBindingPath("visible") + " == '' || " + oParent.getBindingPath("visible") + " == 0)}";
|
|
115
|
+
}
|
|
116
|
+
return visiblePathwithFormat;
|
|
117
|
+
};
|
|
118
|
+
|
|
108
119
|
var fnExtractDataFromDataPoint = function (item, controller) {
|
|
109
120
|
if (item.getItems().length > 1) {
|
|
110
121
|
var oDataPointData = {
|
|
@@ -116,10 +127,12 @@ sap.ui.define([
|
|
|
116
127
|
paths: {},
|
|
117
128
|
objectStatus: "",
|
|
118
129
|
color: "",
|
|
119
|
-
edmType: ""
|
|
130
|
+
edmType: "",
|
|
131
|
+
visiblePath: ""
|
|
120
132
|
};
|
|
121
133
|
var aControls = item.getItems();
|
|
122
134
|
oDataPointData.path = aControls[1].getBindingPath("value");
|
|
135
|
+
oDataPointData.visiblePath = fnGetVisiblePathForFC(aControls[1]);
|
|
123
136
|
if (isPotentiallySensitive(oDataPointData.path, controller)) {
|
|
124
137
|
return null;
|
|
125
138
|
}
|
|
@@ -178,11 +191,13 @@ sap.ui.define([
|
|
|
178
191
|
type: "PlainTextVBox",
|
|
179
192
|
label: "",
|
|
180
193
|
value: "",
|
|
181
|
-
path: ""
|
|
194
|
+
path: "",
|
|
195
|
+
visiblePath: ""
|
|
182
196
|
};
|
|
183
197
|
var aControls = item.getItems();
|
|
184
198
|
oPlainTextData.label = aControls[0].getText && aControls[0].getText();
|
|
185
199
|
oPlainTextData.path = aControls[1].getBindingPath("text");
|
|
200
|
+
oPlainTextData.visiblePath = fnGetVisiblePathForFC(aControls[1]);
|
|
186
201
|
// if (isPotentiallySensitive(oDataPointData.path, controller)) {
|
|
187
202
|
// return;
|
|
188
203
|
// }
|
|
@@ -218,11 +233,12 @@ sap.ui.define([
|
|
|
218
233
|
expand: "",
|
|
219
234
|
objectStatus: "",
|
|
220
235
|
color: "",
|
|
221
|
-
edmType: ""
|
|
236
|
+
edmType: "",
|
|
237
|
+
visiblePath: ""
|
|
222
238
|
};
|
|
223
239
|
var aFieldControls = element.getItems();
|
|
224
240
|
oFieldData.label = aFieldControls[0].getText && aFieldControls[0].getText();
|
|
225
|
-
|
|
241
|
+
oFieldData.visiblePath = fnGetVisiblePathForFC(aFieldControls[1]);
|
|
226
242
|
if (aFieldControls[1].getText) {
|
|
227
243
|
oFieldData.path = aFieldControls[1].getBindingPath("text");
|
|
228
244
|
oFieldData.value = aFieldControls[1].getText();
|
|
@@ -604,6 +620,7 @@ sap.ui.define([
|
|
|
604
620
|
oFormFieldValueClone.text = fnSetPath(oField);
|
|
605
621
|
oFormFieldValueClone.color = oField.color ? oField.color : "Default";
|
|
606
622
|
oColumnClone.items.push(oFormFieldValueClone);
|
|
623
|
+
oColumnClone["$when"] = oField.visiblePath;
|
|
607
624
|
oColumnSetClone.columns.push(oColumnClone);
|
|
608
625
|
}
|
|
609
626
|
oAdaptiveCardJSON.body.push(oColumnSetClone);
|
|
@@ -616,6 +633,8 @@ sap.ui.define([
|
|
|
616
633
|
oFormFieldValueClone = deepClone(oFormFieldValue);
|
|
617
634
|
oFormFieldValueClone.text = fnSetPath(element);
|
|
618
635
|
oAdaptiveCardJSON.body.push(oFormFieldValueClone);
|
|
636
|
+
oFormTitleClone["$when"] = element.visiblePath;
|
|
637
|
+
oFormFieldValueClone["$when"] = element.visiblePath;
|
|
619
638
|
break;
|
|
620
639
|
case "DataPoint":
|
|
621
640
|
if (!oDataPointColumnSet) {
|
|
@@ -629,6 +648,7 @@ sap.ui.define([
|
|
|
629
648
|
oFormFieldValueClone.text = fnSetPath(element);
|
|
630
649
|
oFormFieldValueClone.color = element.color ? element.color : "Default";
|
|
631
650
|
oColumnClone.items.push(oFormFieldValueClone);
|
|
651
|
+
oColumnClone["$when"] = element.visiblePath;
|
|
632
652
|
oDataPointColumnSet.columns.push(oColumnClone);
|
|
633
653
|
break;
|
|
634
654
|
default:
|
|
@@ -735,7 +755,7 @@ sap.ui.define([
|
|
|
735
755
|
oAdaptiveCardJSON.body.push(oActionSetClone);
|
|
736
756
|
}
|
|
737
757
|
|
|
738
|
-
//
|
|
758
|
+
//console.log(oAdaptiveCardJSON);
|
|
739
759
|
return oAdaptiveCardJSON;
|
|
740
760
|
};
|
|
741
761
|
|
|
@@ -54,6 +54,7 @@ sap.ui.define([
|
|
|
54
54
|
"sap/suite/ui/generic/template/lib/insights/InsightsFECardProvider",
|
|
55
55
|
"sap/ui/core/service/ServiceFactoryRegistry",
|
|
56
56
|
"sap/ui/VersionInfo",
|
|
57
|
+
"sap/m/IllustratedMessageType",
|
|
57
58
|
"sap/suite/ui/generic/template/js/RuntimeFormatters" // just to make sure that this class is loaded
|
|
58
59
|
], function(
|
|
59
60
|
extend,
|
|
@@ -88,7 +89,8 @@ sap.ui.define([
|
|
|
88
89
|
CardHelper,
|
|
89
90
|
InsightsFECardProvider,
|
|
90
91
|
ServiceFactoryRegistry,
|
|
91
|
-
VersionInfo
|
|
92
|
+
VersionInfo,
|
|
93
|
+
IllustratedMessageType) {
|
|
92
94
|
"use strict";
|
|
93
95
|
var sClassName = "lib.AppComponent";
|
|
94
96
|
|
|
@@ -464,7 +466,7 @@ sap.ui.define([
|
|
|
464
466
|
oNavigationController.navigateToMessagePage({
|
|
465
467
|
title: getText("ST_GENERIC_ERROR_TITLE"),
|
|
466
468
|
text: getText("ST_GENERIC_ERROR_SYSTEM_UNAVAILABLE"),
|
|
467
|
-
|
|
469
|
+
messageType: IllustratedMessageType.UnableToLoad,
|
|
468
470
|
description: getText("ST_GENERIC_ERROR_SYSTEM_UNAVAILABLE_DESC")
|
|
469
471
|
});
|
|
470
472
|
/* When the application's OData service's metadata document
|
|
@@ -919,7 +921,7 @@ sap.ui.define([
|
|
|
919
921
|
* @extends sap.ui.core.UIComponent
|
|
920
922
|
* @abstract
|
|
921
923
|
* @author SAP SE
|
|
922
|
-
* @version 1.
|
|
924
|
+
* @version 1.126.0
|
|
923
925
|
* @name sap.suite.ui.generic.template.lib.AppComponent
|
|
924
926
|
*/
|
|
925
927
|
var oAppComponent = UIComponent.extend("sap.suite.ui.generic.template.lib.AppComponent", {
|
|
@@ -26,11 +26,9 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
26
26
|
"use strict";
|
|
27
27
|
|
|
28
28
|
var GHOSTNAVIGATIONHANDLER = {
|
|
29
|
-
|
|
29
|
+
storeInnerAppStateAsync: function(){
|
|
30
30
|
return {
|
|
31
|
-
|
|
32
|
-
fail: Function.prototype
|
|
33
|
-
}
|
|
31
|
+
fail: Function.prototype
|
|
34
32
|
};
|
|
35
33
|
},
|
|
36
34
|
parseNavigation: function(){
|
|
@@ -799,7 +797,7 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
799
797
|
}
|
|
800
798
|
|
|
801
799
|
function fnPreloadComponent(sRouteName) {
|
|
802
|
-
oTemplateContract.oNavigationControllerProxy.preloadComponent(sRouteName);
|
|
800
|
+
return oTemplateContract.oNavigationControllerProxy.preloadComponent(sRouteName);
|
|
803
801
|
}
|
|
804
802
|
|
|
805
803
|
oTemplateContract.oApplicationProxy = { // inject own api for AppComponent into the Template Contract. Other classes (NavigationController, BusyHelper) will call these functions accordingly.
|
|
@@ -950,7 +950,13 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
950
950
|
}
|
|
951
951
|
)
|
|
952
952
|
);
|
|
953
|
-
|
|
953
|
+
|
|
954
|
+
// Load main object page (if not already done), as we will navigate there
|
|
955
|
+
// For sub-object pages this is not necessarily the case
|
|
956
|
+
var oPreloadComponentPromise = iViewLevel === 0 ? oServices.oApplication.preloadComponent(sEntitySet) : Promise.resolve();
|
|
957
|
+
|
|
958
|
+
Promise.all([oCreatePromise, oPreloadComponentPromise]).then(function (aResults) {
|
|
959
|
+
var oContext = aResults[0];
|
|
954
960
|
oServices.oApplication.markCurrentDraftAsModified();
|
|
955
961
|
var aKeys = oComponentUtils.getCurrentKeys();
|
|
956
962
|
aKeys.push(oDataModelHelper.analyseContext(oContext).key);
|
|
@@ -958,10 +964,6 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
958
964
|
oServices.oApplication.registerContext(oContext, iLevel, sEntitySet, aKeys);
|
|
959
965
|
fnResolve(oContext);
|
|
960
966
|
});
|
|
961
|
-
|
|
962
|
-
if (iViewLevel === 0){ // Load main object page (if not already done), as we will navigate there
|
|
963
|
-
oServices.oApplication.preloadComponent(sEntitySet); // For subobject pages this is not necessarily the case
|
|
964
|
-
}
|
|
965
967
|
});
|
|
966
968
|
});
|
|
967
969
|
}
|
|
@@ -1942,7 +1942,8 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
1942
1942
|
oFileUploader.checkFileReadable().then(function() {
|
|
1943
1943
|
oFileUploader.upload();
|
|
1944
1944
|
}, function(error) {
|
|
1945
|
-
|
|
1945
|
+
var sMessageText = oCommonUtils.getText("ST_STREAM_FILE_UNREADABLE");
|
|
1946
|
+
oServices.oApplication.showMessageToast(sMessageText);
|
|
1946
1947
|
}).then(function() {
|
|
1947
1948
|
oFileUploader.clear();
|
|
1948
1949
|
});
|
|
@@ -63,7 +63,7 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
function preloadComponent(sRouteName) {
|
|
66
|
-
oComponentRegistryEntry.oTemplateContract.oNavigationControllerProxy.preloadComponent(sRouteName);
|
|
66
|
+
return oComponentRegistryEntry.oTemplateContract.oNavigationControllerProxy.preloadComponent(sRouteName);
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
function getTemplatePrivateGlobalModel() {
|
|
@@ -97,18 +97,22 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
97
97
|
// not yet created then we preload the component and once view registered, resolve to an object holding the Main Components's getText and getRootExpand methods
|
|
98
98
|
function getMainComponentUtils() {
|
|
99
99
|
var oMainTreeNode = oComponentRegistryEntry.oTemplateContract.oApplicationProxy.getAncestralNode(oTreeNode, 1);
|
|
100
|
+
var oPreloadComponentPromise = Promise.resolve();
|
|
100
101
|
if (!oMainTreeNode.componentId) { // ensure that main component is being instantiated if not already done
|
|
101
|
-
preloadComponent(oMainTreeNode.sRouteName);
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
return
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
102
|
+
oPreloadComponentPromise = preloadComponent(oMainTreeNode.sRouteName);
|
|
103
|
+
}
|
|
104
|
+
var oMainRegistryEntry;
|
|
105
|
+
return oPreloadComponentPromise.then(function () {
|
|
106
|
+
return oMainTreeNode.componentCreated;
|
|
107
|
+
}).then(function (oComponent) {
|
|
108
|
+
oMainRegistryEntry = oComponentRegistryEntry.oTemplateContract.componentRegistry[oComponent.getId()];
|
|
109
|
+
return oMainRegistryEntry.viewRegistered;
|
|
110
|
+
}).then(function () {
|
|
111
|
+
return {
|
|
112
|
+
getText: oMainRegistryEntry.oControllerUtils.oCommonUtils.getText,
|
|
113
|
+
getRootExpand: oMainRegistryEntry.oControllerUtils.oComponentUtils.getRootExpand,
|
|
114
|
+
entitySet: oMainTreeNode.entitySet
|
|
115
|
+
};
|
|
112
116
|
});
|
|
113
117
|
}
|
|
114
118
|
|
|
@@ -11,7 +11,7 @@ sap.ui.define([
|
|
|
11
11
|
|
|
12
12
|
// This helper class handles creation using dialog in the List Report
|
|
13
13
|
// In case the create with dialog is enabled in List Report it instantiates an instance of
|
|
14
|
-
// sap.suite.ui.generic.template.
|
|
14
|
+
// sap.suite.ui.generic.template.ListReport.controller.CreateWithDialogHandler which implements the main part of the logic
|
|
15
15
|
// This class only contains the glue code which is used to adapt the services provided by generic class to the requirements of the List Report
|
|
16
16
|
|
|
17
17
|
// oState is used as a channel to transfer data to the controller and back
|
|
@@ -22,15 +22,30 @@ sap.ui.define([
|
|
|
22
22
|
var oDialog, oTable;
|
|
23
23
|
|
|
24
24
|
function fnGetFilterForCurrentState(bIncludePersistenceFilter) {
|
|
25
|
+
var sDialogBindingPath = oDialog.getBindingContext().getPath();
|
|
26
|
+
var sEntitySet = "/" + oController.getOwnerComponent().getEntitySet();
|
|
27
|
+
var aFiltersOnTargetPath = [
|
|
28
|
+
new Filter({
|
|
29
|
+
path: "aFullTargets",
|
|
30
|
+
test: function (aFullTargets) {
|
|
31
|
+
return aFullTargets.some(function(sFullTarget){
|
|
32
|
+
return sFullTarget.startsWith(sDialogBindingPath);
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
}),
|
|
36
|
+
new Filter({
|
|
37
|
+
path: "aTargets",
|
|
38
|
+
test: function (aTargets) {
|
|
39
|
+
return aTargets.includes(sEntitySet);
|
|
40
|
+
}
|
|
41
|
+
})
|
|
42
|
+
];
|
|
25
43
|
if (bIncludePersistenceFilter) {
|
|
26
44
|
return new Filter({
|
|
27
45
|
filters : [
|
|
28
46
|
new Filter("persistent", "EQ", false),
|
|
29
47
|
new Filter({
|
|
30
|
-
filters :
|
|
31
|
-
new Filter("fullTarget", "StartsWith", oDialog.getBindingContext().getPath()),
|
|
32
|
-
new Filter("target", "EQ", "/" + oController.getOwnerComponent().getEntitySet())
|
|
33
|
-
],
|
|
48
|
+
filters : aFiltersOnTargetPath,
|
|
34
49
|
and : false
|
|
35
50
|
})
|
|
36
51
|
],
|
|
@@ -38,10 +53,7 @@ sap.ui.define([
|
|
|
38
53
|
});
|
|
39
54
|
} else {
|
|
40
55
|
return new Filter({
|
|
41
|
-
filters :
|
|
42
|
-
new Filter("fullTarget", "StartsWith", oDialog.getBindingContext().getPath()),
|
|
43
|
-
new Filter("target", "EQ", "/" + oController.getOwnerComponent().getEntitySet())
|
|
44
|
-
],
|
|
56
|
+
filters : aFiltersOnTargetPath,
|
|
45
57
|
and : false
|
|
46
58
|
});
|
|
47
59
|
}
|
|
@@ -70,7 +82,8 @@ sap.ui.define([
|
|
|
70
82
|
oTemplateUtils.oServices.oCRUDManager.discardDraft(oDialog.getBindingContext());
|
|
71
83
|
} else {
|
|
72
84
|
fnRemoveOldMessageFromModel(oDialog);
|
|
73
|
-
|
|
85
|
+
var sContextPath = oDialog.getBindingContext().getPath();
|
|
86
|
+
oController.getView().getModel().resetChanges([sContextPath], undefined, true);
|
|
74
87
|
}
|
|
75
88
|
oDialog.setBindingContext(null);
|
|
76
89
|
}
|
|
@@ -281,13 +281,17 @@ sap.ui.define(["sap/ui/base/Object", "sap/f/FlexibleColumnLayoutSemanticHelper",
|
|
|
281
281
|
function fnHandleBeforeRouteMatched(oCurrentIdentity){
|
|
282
282
|
var sCurLayout = getFCLLayoutFromIdentity(oCurrentIdentity);
|
|
283
283
|
var bIsFullScreen = isFullscreenLayout(sCurLayout);
|
|
284
|
+
var aPromises = [];
|
|
285
|
+
var oHostViewPreparationPromise = null;
|
|
284
286
|
for (var oPredecessorNode = oCurrentIdentity.treeNode; oPredecessorNode.fCLLevel === 1 || oPredecessorNode.fCLLevel === 2; ){
|
|
285
287
|
oPredecessorNode = oTemplateContract.mRoutingTree[oPredecessorNode.parentRoute];
|
|
286
|
-
oNavigationControllerProxy.prepareHostView(oPredecessorNode, false, bIsFullScreen);
|
|
288
|
+
oHostViewPreparationPromise = oNavigationControllerProxy.prepareHostView(oPredecessorNode, false, bIsFullScreen);
|
|
289
|
+
aPromises.push(oHostViewPreparationPromise);
|
|
287
290
|
}
|
|
288
291
|
if (bLoadListAndFirstEntryOnStartup && oCurrentIdentity.treeNode.level === 0){ // master detail
|
|
289
292
|
var oSuccessorNode = oTemplateContract.mRoutingTree[sDetailRoute4MD];
|
|
290
|
-
oNavigationControllerProxy.prepareHostView(oSuccessorNode);
|
|
293
|
+
oHostViewPreparationPromise = oNavigationControllerProxy.prepareHostView(oSuccessorNode);
|
|
294
|
+
aPromises.push(oHostViewPreparationPromise);
|
|
291
295
|
}
|
|
292
296
|
var fnImpl = function(){ // implementation on what needs to be done. Relies on oFlexibleColumnLayoutSemanticHelper being ready to use
|
|
293
297
|
if (isMultipleColumn(oCurrentIdentity.treeNode)){
|
|
@@ -334,8 +338,11 @@ sap.ui.define(["sap/ui/base/Object", "sap/f/FlexibleColumnLayoutSemanticHelper",
|
|
|
334
338
|
fnImpl();
|
|
335
339
|
return Promise.resolve();
|
|
336
340
|
}
|
|
337
|
-
// During startup wait with execution of fnImpl until
|
|
338
|
-
|
|
341
|
+
// During startup wait with execution of fnImpl until all the promises are resolved
|
|
342
|
+
var oSemanticHelperReadyPromise = oFlexibleColumnLayoutSemanticHelper.whenReady();
|
|
343
|
+
aPromises.push(oSemanticHelperReadyPromise);
|
|
344
|
+
|
|
345
|
+
return Promise.all(aPromises).then(function(){
|
|
339
346
|
bSemanticHelperReady = true;
|
|
340
347
|
fnImpl();
|
|
341
348
|
});
|
|
@@ -276,17 +276,19 @@ sap.ui.define([
|
|
|
276
276
|
// Show messages for current context including all "property children"
|
|
277
277
|
aCurrentFilters = bIsODataBased ? [
|
|
278
278
|
new Filter(bIsNonDraftCreate ? { // in non-draft create mode the binding path does not contain the full path
|
|
279
|
-
path: "
|
|
280
|
-
|
|
281
|
-
|
|
279
|
+
path: "aTargets",
|
|
280
|
+
test: function(aTargets){
|
|
281
|
+
return aTargets.some(function(sTarget){
|
|
282
|
+
return sTarget.startsWith(sCurrentBindingPath);
|
|
283
|
+
});
|
|
284
|
+
}
|
|
282
285
|
} : {
|
|
283
286
|
path: "aFullTargets", // there may be more than one full target identified for this message. If any of those fits we consider the message as fitting.
|
|
284
287
|
test: function(aFullTargets){
|
|
285
288
|
return aFullTargets.some(function(sFullTarget){
|
|
286
289
|
return sFullTarget.startsWith(sCurrentBindingPath);
|
|
287
290
|
});
|
|
288
|
-
}
|
|
289
|
-
caseSensitive: true
|
|
291
|
+
}
|
|
290
292
|
})
|
|
291
293
|
] : [];
|
|
292
294
|
addExternalFiltersToCurrentFilter(); //Check/add external filters
|
|
@@ -14,7 +14,7 @@ sap.ui.define([
|
|
|
14
14
|
var oMessageManager = sap.ui.getCore().getMessageManager();
|
|
15
15
|
|
|
16
16
|
// This class is implementing a facility of a message strip attached to a smart control or a accumulation of smart controls.
|
|
17
|
-
// More precisely, the class can be used in the following three different
|
|
17
|
+
// More precisely, the class can be used in the following three different scenarios
|
|
18
18
|
// - There is exactly one smart control for which the corresponding message strip should be displayed
|
|
19
19
|
// - There is exactly one smart control for which the corresponding message strip should be displayed, but the user may switch
|
|
20
20
|
// between different views on this control. For each view a different message (resp. no message) may be shown in the message strip
|
|
@@ -28,11 +28,11 @@ sap.ui.define([
|
|
|
28
28
|
// not support the getDataStateIndicator() method or for which this method does not return a corresponding instance.
|
|
29
29
|
//
|
|
30
30
|
// The scenarios are unified in a way that a map mTabToGetPresentationControlHandler is passed to the constructor of this class.
|
|
31
|
-
// The keys of this map are called "tabs" and represent the
|
|
31
|
+
// The keys of this map are called "tabs" and represent the different views (second scenario) resp. the different smart controls (third scenario).
|
|
32
32
|
// The corresponding value is a function that returns the corresponding smart control (identical for all in scenario 2).
|
|
33
33
|
// Note that this map is transferred to a more general map mApplicationCustomMessageInfo which has the same keys but holds an object
|
|
34
34
|
// as a value. This object has a method getPresentationControlHandler which is exactly the function named above.
|
|
35
|
-
// In
|
|
35
|
+
// In addition to this immutable member the object will have two properties which change during runtime:
|
|
36
36
|
// - bindingPath: the binding path which is currently valid for the corresponding smart control
|
|
37
37
|
// - message: An instance of sap.ui.core.message.Message implementing the content of the message strip.
|
|
38
38
|
// This property is faulty if no message should be displayed for the corresponding key.
|
|
@@ -70,8 +70,8 @@ sap.ui.define([
|
|
|
70
70
|
var oPresentationControlHandler = oApplicationCustomMessageInfo && oApplicationCustomMessageInfo.getPresentationControlHandler();
|
|
71
71
|
var oDataStateIndicator = oPresentationControlHandler && oPresentationControlHandler.getDataStateIndicator && oPresentationControlHandler.getDataStateIndicator();
|
|
72
72
|
if (oDataStateIndicator) { //Only add message if there is Data state indicator to display it
|
|
73
|
-
oApplicationCustomMessageInfo.message.
|
|
74
|
-
oApplicationCustomMessageInfo.message.
|
|
73
|
+
oApplicationCustomMessageInfo.message.setTargets([oApplicationCustomMessageInfo.bindingPath]);
|
|
74
|
+
oApplicationCustomMessageInfo.message.aFullTargets = [oApplicationCustomMessageInfo.bindingPath];
|
|
75
75
|
oMessageManager.addMessages(oApplicationCustomMessageInfo.message);
|
|
76
76
|
oApplicationCustomMessageInfo.isAddedToMessageManager = true;
|
|
77
77
|
}
|
|
@@ -120,7 +120,7 @@ sap.ui.define([
|
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
// Private
|
|
123
|
+
// Private methods that triggers a new calculation of the content of the message strip
|
|
124
124
|
function fnRefresh(){
|
|
125
125
|
var oApplicationCustomMessageInfo = mApplicationCustomMessageInfo[sCurrentTab];
|
|
126
126
|
var oPresentationControlHandler = oApplicationCustomMessageInfo && oApplicationCustomMessageInfo.getPresentationControlHandler();
|
|
@@ -7,8 +7,9 @@ sap.ui.define([
|
|
|
7
7
|
"sap/ui/generic/app/util/MessageUtil",
|
|
8
8
|
"sap/suite/ui/generic/template/genericUtilities/controlHelper",
|
|
9
9
|
"sap/suite/ui/generic/template/genericUtilities/FeLogger",
|
|
10
|
-
"sap/suite/ui/generic/template/lib/TemplateComponent"
|
|
11
|
-
|
|
10
|
+
"sap/suite/ui/generic/template/lib/TemplateComponent",
|
|
11
|
+
"sap/m/IllustratedMessageType"
|
|
12
|
+
], function(Event, SapCoreLibrary, IconPool, MessageToast, GenericMessageUtil, controlHelper, FeLogger, TemplateComponent, IllustratedMessageType) {
|
|
12
13
|
"use strict";
|
|
13
14
|
|
|
14
15
|
// shortcut for sap.ui.core.ValueState
|
|
@@ -195,7 +196,7 @@ sap.ui.define([
|
|
|
195
196
|
title: oResourceBundle.getText("ST_GENERIC_ERROR_TITLE"),
|
|
196
197
|
text: sMessageText,
|
|
197
198
|
description: sMessageDescription,
|
|
198
|
-
|
|
199
|
+
messageType: IllustratedMessageType.UnableToLoad,
|
|
199
200
|
viewLevel: iViewLevel
|
|
200
201
|
});
|
|
201
202
|
} else if (!oErrorResponse.containsTransientMessage && !bShowMessagePopover){
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
sap.ui.define(["sap/base/util/ObjectPath", "sap/ushell/ui/footerbar/AddBookmarkButton",
|
|
2
2
|
"sap/suite/ui/commons/collaboration/ServiceContainer", "sap/ui/core/CustomData", 'sap/ui/performance/trace/FESRHelper', "sap/ui/core/Component",
|
|
3
|
-
"sap/suite/ui/generic/template/lib/AdaptiveCardHelper", "sap/m/MenuItem", "sap/ui/core/Lib"
|
|
4
|
-
], function (ObjectPath, AddBookmarkButton, ServiceContainer, CustomData, FESRHelper, Component, AdaptiveCardHelper, MenuItem, Library
|
|
3
|
+
"sap/suite/ui/generic/template/lib/AdaptiveCardHelper", "sap/m/MenuItem", "sap/ui/core/Lib"
|
|
4
|
+
], function (ObjectPath, AddBookmarkButton, ServiceContainer, CustomData, FESRHelper, Component, AdaptiveCardHelper, MenuItem, Library) {
|
|
5
5
|
"use strict";
|
|
6
6
|
|
|
7
7
|
var ShareUtils = {};
|
|
@@ -85,22 +85,12 @@ sap.ui.define(["sap/base/util/ObjectPath", "sap/ushell/ui/footerbar/AddBookmarkB
|
|
|
85
85
|
|
|
86
86
|
oCommonUtils.getDialogFragmentAsync("sap.suite.ui.generic.template.fragments.ShareSheet", oFragmentController, "share", ShareUtils.setStaticShareData, true).then(function (oFragment) {
|
|
87
87
|
oShareActionSheet = oFragment;
|
|
88
|
-
var oUshellContainer = sap.ui.require("sap/ushell/Container");
|
|
89
88
|
var oShareModel = oShareActionSheet.getModel("share");
|
|
90
|
-
var that = this;
|
|
91
89
|
oFragmentController.getModelData().then(function (oFragmentModelData) {
|
|
92
90
|
oShareModel.setData(oFragmentModelData, true);
|
|
93
|
-
if (oUshellContainer && oUshellContainer.inAppRuntime()) {
|
|
94
|
-
CollaborationMessageConsumer.getProviderConfiguration().then(function(oProviderConfiguration){
|
|
95
|
-
ServiceContainer.getServiceAsyncForAppRuntime(oProviderConfiguration).then(function (oTeamsHelper) {
|
|
96
|
-
that.addMenuItem(oShareModel, oTeamsHelper, oShareActionSheet, oControlToOpenBy);
|
|
97
|
-
});
|
|
98
|
-
});
|
|
99
|
-
} else {
|
|
100
91
|
ServiceContainer.getServiceAsync().then(function (oTeamsHelper) {
|
|
101
92
|
this.addMenuItem(oShareModel, oTeamsHelper, oShareActionSheet, oControlToOpenBy);
|
|
102
93
|
}.bind(this));
|
|
103
|
-
}
|
|
104
94
|
}.bind(this));
|
|
105
95
|
}.bind(this));
|
|
106
96
|
};
|
|
@@ -180,10 +170,12 @@ sap.ui.define(["sap/base/util/ObjectPath", "sap/ushell/ui/footerbar/AddBookmarkB
|
|
|
180
170
|
var oServicePromise = ServiceContainer.getServiceAsync();
|
|
181
171
|
var UShellContainer = sap.ui.require("sap/ushell/Container");
|
|
182
172
|
var oUrlParserPromise = UShellContainer && UShellContainer.getServiceAsync("URLParsing");
|
|
173
|
+
var sCurrentURLPromise = getCurrentUrl();
|
|
183
174
|
|
|
184
|
-
Promise.all([oServicePromise, oUrlParserPromise]).then(function (aResults) {
|
|
175
|
+
Promise.all([oServicePromise, oUrlParserPromise, sCurrentURLPromise]).then(function (aResults) {
|
|
185
176
|
var oTeamsHelper = aResults[0];
|
|
186
177
|
var oURLParser = aResults[1];
|
|
178
|
+
var sCurrentURL = aResults[2];
|
|
187
179
|
|
|
188
180
|
var oShareModel = this.getModel("share");
|
|
189
181
|
var sAppTitle = "", sSubtitle = "";
|
|
@@ -194,7 +186,7 @@ sap.ui.define(["sap/base/util/ObjectPath", "sap/ushell/ui/footerbar/AddBookmarkB
|
|
|
194
186
|
sAppTitle = oShareModel.getProperty("/title");
|
|
195
187
|
}
|
|
196
188
|
var data = {
|
|
197
|
-
url:
|
|
189
|
+
url: sCurrentURL,
|
|
198
190
|
appTitle: sAppTitle,
|
|
199
191
|
subTitle: sSubtitle,
|
|
200
192
|
minifyUrlForChat: true,
|
|
@@ -21,9 +21,10 @@ sap.ui.define(["sap/ui/core/mvc/ControllerExtension",
|
|
|
21
21
|
"sap/suite/ui/generic/template/genericUtilities/FeLogger",
|
|
22
22
|
"sap/base/util/deepExtend",
|
|
23
23
|
"sap/suite/ui/generic/template/lib/presentationControl/PresentationControlHandlerFactory",
|
|
24
|
-
"sap/suite/ui/generic/template/lib/info/InfoObjectHandler"
|
|
24
|
+
"sap/suite/ui/generic/template/lib/info/InfoObjectHandler",
|
|
25
|
+
"sap/m/IllustratedMessageType"
|
|
25
26
|
], function(ControllerExtension, OverrideExecution, View, ManagedObjectModel, TemplateViewController, TemplateComponent, CRUDManager, CommonUtils,
|
|
26
|
-
ComponentUtils, CommonEventHandlers, testableHelper, CommonMethods, FeLogger, deepExtend, PresentationControlHandlerFactory, InfoObjectHandler) {
|
|
27
|
+
ComponentUtils, CommonEventHandlers, testableHelper, CommonMethods, FeLogger, deepExtend, PresentationControlHandlerFactory, InfoObjectHandler, IllustratedMessageType) {
|
|
27
28
|
"use strict";
|
|
28
29
|
var oLogger = new FeLogger("lib.TemplateAssembler").getLogger();
|
|
29
30
|
|
|
@@ -247,7 +248,8 @@ sap.ui.define(["sap/ui/core/mvc/ControllerExtension",
|
|
|
247
248
|
viewLevel: oComponentRegistryEntry.viewLevel,
|
|
248
249
|
title: oComponentRegistryEntry.oTemplateContract.getText("ST_ERROR"),
|
|
249
250
|
text: oComponentRegistryEntry.oTemplateContract.getText("ST_GENERIC_UNKNOWN_NAVIGATION_TARGET"),
|
|
250
|
-
description: oError.message
|
|
251
|
+
description: oError.message,
|
|
252
|
+
messageType: IllustratedMessageType.PageNotFound
|
|
251
253
|
});
|
|
252
254
|
});
|
|
253
255
|
oComponentRegistryEntry.oControllerUtils = oTemplateUtils;
|
|
@@ -14,9 +14,10 @@ sap.ui.define(["sap/ui/core/library",
|
|
|
14
14
|
"sap/base/util/deepExtend",
|
|
15
15
|
"sap/suite/ui/generic/template/genericUtilities/CacheHelper",
|
|
16
16
|
"sap/suite/ui/generic/template/genericUtilities/FeError",
|
|
17
|
-
"sap/ui/core/mvc/XMLView"
|
|
17
|
+
"sap/ui/core/mvc/XMLView",
|
|
18
|
+
"sap/m/IllustratedMessageType"
|
|
18
19
|
], function(coreLibrary, Component, UIComponent, JSONModel, ResourceModel, Device,
|
|
19
|
-
reuseComponentHelper, CustomData, StableIdDefinition, StableIdHelper, FeLogger, AnnotationHelper, extend, deepExtend, CacheHelper, FeError, XMLView) {
|
|
20
|
+
reuseComponentHelper, CustomData, StableIdDefinition, StableIdHelper, FeLogger, AnnotationHelper, extend, deepExtend, CacheHelper, FeError, XMLView, IllustratedMessageType) {
|
|
20
21
|
"use strict";
|
|
21
22
|
var sClassName = "lib.TemplateComponent";
|
|
22
23
|
var oLogger = new FeLogger(sClassName).getLogger();
|
|
@@ -393,7 +394,8 @@ sap.ui.define(["sap/ui/core/library",
|
|
|
393
394
|
var oNavigationController = oComponentRegistryEntry.oAppComponent.getNavigationController();
|
|
394
395
|
oNavigationController.navigateToMessagePage({
|
|
395
396
|
text: oComponentRegistryEntry.oTemplateContract.getText("ST_ERROR") ,
|
|
396
|
-
description: oError instanceof Error ? oError.message : ""
|
|
397
|
+
description: oError instanceof Error ? oError.message : "",
|
|
398
|
+
messageType: IllustratedMessageType.UnableToLoad
|
|
397
399
|
});
|
|
398
400
|
fnReject();
|
|
399
401
|
});
|
|
@@ -43,6 +43,10 @@ ST_UNSAVED_CHANGES_TITLE=\u062A\u063A\u064A\u064A\u0631\u0627\u062A \u063A\u064A
|
|
|
43
43
|
|
|
44
44
|
ST_STREAM_OPEN_FILE=\u0641\u062A\u062D \u0645\u0644\u0641
|
|
45
45
|
|
|
46
|
+
ST_STREAM_FILE_UNREADABLE=\u0644\u0627 \u064A\u0645\u0643\u0646 \u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u0644\u0641. \u0642\u062F \u064A\u0643\u0648\u0646 \u062A\u0645 \u062A\u063A\u064A\u064A\u0631\u0647.
|
|
47
|
+
|
|
48
|
+
ST_STREAM_TYPE_MISMATCH=\u0646\u0648\u0639 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0645\u062D\u062F\u062F \u063A\u064A\u0631 \u0645\u062F\u0639\u0648\u0645.
|
|
49
|
+
|
|
46
50
|
ST_DRAFT_OWNER=\u0628\u0648\u0627\u0633\u0637\u0629 {0}
|
|
47
51
|
|
|
48
52
|
ST_DRAFT_ANOTHER_USER=\u0628\u0648\u0627\u0633\u0637\u0629 \u0645\u0633\u062A\u062E\u062F\u0645 \u0622\u062E\u0631
|
|
@@ -151,7 +155,7 @@ ST_GENERIC_ERROR_SYSTEM_UNAVAILABLE_FOR_ACTION=\u062A\u0639\u0630\u0631 \u062A\u
|
|
|
151
155
|
|
|
152
156
|
ST_GENERIC_ERROR_NOT_AUTORIZED_CREATE=\u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u062A\u0641\u0648\u064A\u0636 \u0628\u0627\u0644\u0625\u0646\u0634\u0627\u0621.
|
|
153
157
|
|
|
154
|
-
T_TABLE_NAVIGATION_TOO_MANY_ITEMS_SELECTED=\u064A\u0645\u0643\u0646\u0643 \u0641\u062A\u062D
|
|
158
|
+
T_TABLE_NAVIGATION_TOO_MANY_ITEMS_SELECTED=\u064A\u0645\u0643\u0646\u0643 \u0641\u062A\u062D {0} \u0645\u0646 \u0627\u0644\u0628\u0646\u0648\u062F \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0646\u0641\u0633\u0647.
|
|
155
159
|
|
|
156
160
|
ST_GENERIC_ERROR_NOT_AUTORIZED_ACTION=\u0644\u064A\u0633 \u0644\u062F\u064A\u0643 \u062A\u0641\u0648\u064A\u0636 \u0644\u0647\u0630\u0627 \u0627\u0644\u0625\u062C\u0631\u0627\u0621.
|
|
157
161
|
|
|
@@ -43,6 +43,10 @@ ST_UNSAVED_CHANGES_TITLE=\u041D\u0435\u0437\u0430\u043F\u0430\u0437\u0435\u043D\
|
|
|
43
43
|
|
|
44
44
|
ST_STREAM_OPEN_FILE=\u041E\u0442\u0432\u0430\u0440\u044F\u043D\u0435 \u043D\u0430 \u0444\u0430\u0439\u043B\u0430
|
|
45
45
|
|
|
46
|
+
ST_STREAM_FILE_UNREADABLE=\u0424\u0430\u0439\u043B\u044A\u0442 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0431\u044A\u0434\u0435 \u043F\u0440\u043E\u0447\u0435\u0442\u0435\u043D. \u0412\u044A\u0437\u043C\u043E\u0436\u043D\u043E \u0435 \u0434\u0430 \u0435 \u043F\u0440\u043E\u043C\u0435\u043D\u0435\u043D.
|
|
47
|
+
|
|
48
|
+
ST_STREAM_TYPE_MISMATCH=\u0418\u0437\u0431\u0440\u0430\u043D\u0438\u044F\u0442 \u0432\u0438\u0434 \u0444\u0430\u0439\u043B \u043D\u0435 \u0441\u0435 \u043F\u043E\u0434\u0434\u044A\u0440\u0436\u0430.
|
|
49
|
+
|
|
46
50
|
ST_DRAFT_OWNER=\u043E\u0442 {0}
|
|
47
51
|
|
|
48
52
|
ST_DRAFT_ANOTHER_USER=\u043E\u0442 \u0434\u0440\u0443\u0433 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B
|
|
@@ -151,7 +155,7 @@ ST_GENERIC_ERROR_SYSTEM_UNAVAILABLE_FOR_ACTION=\u0414\u0435\u0439\u0441\u0442\u0
|
|
|
151
155
|
|
|
152
156
|
ST_GENERIC_ERROR_NOT_AUTORIZED_CREATE=\u041D\u044F\u043C\u0430\u0442\u0435 \u043E\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u044F \u0437\u0430 \u0441\u044A\u0437\u0434\u0430\u0432\u0430\u043D\u0435.
|
|
153
157
|
|
|
154
|
-
T_TABLE_NAVIGATION_TOO_MANY_ITEMS_SELECTED=\u041C\u043E\u0436\u0435
|
|
158
|
+
T_TABLE_NAVIGATION_TOO_MANY_ITEMS_SELECTED=\u041C\u043E\u0436\u0435 \u0434\u0430 \u043E\u0442\u0432\u043E\u0440\u0438\u0442\u0435 \u0441\u0430\u043C\u043E {0} \u043F\u043E\u0437\u0438\u0446\u0438\u0438 \u0435\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E.
|
|
155
159
|
|
|
156
160
|
ST_GENERIC_ERROR_NOT_AUTORIZED_ACTION=\u041D\u044F\u043C\u0430\u0442\u0435 \u043E\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u044F \u0437\u0430 \u0442\u043E\u0432\u0430 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435.
|
|
157
161
|
|
|
@@ -43,6 +43,10 @@ ST_UNSAVED_CHANGES_TITLE=Modificacions no desades
|
|
|
43
43
|
|
|
44
44
|
ST_STREAM_OPEN_FILE=Obrir fitxer
|
|
45
45
|
|
|
46
|
+
ST_STREAM_FILE_UNREADABLE=El fitxer no es pot llegir. Pot ser que hagi canviat.
|
|
47
|
+
|
|
48
|
+
ST_STREAM_TYPE_MISMATCH=El tipus de fitxer seleccionat no \u00E9s compatible.
|
|
49
|
+
|
|
46
50
|
ST_DRAFT_OWNER=per {0}
|
|
47
51
|
|
|
48
52
|
ST_DRAFT_ANOTHER_USER=d'un altre usuari
|
|
@@ -151,7 +155,7 @@ ST_GENERIC_ERROR_SYSTEM_UNAVAILABLE_FOR_ACTION=No es pot executar l'acci\u00F3
|
|
|
151
155
|
|
|
152
156
|
ST_GENERIC_ERROR_NOT_AUTORIZED_CREATE=No teniu autoritzaci\u00F3 per crear.
|
|
153
157
|
|
|
154
|
-
T_TABLE_NAVIGATION_TOO_MANY_ITEMS_SELECTED=Nom\u00E9s es poden obrir
|
|
158
|
+
T_TABLE_NAVIGATION_TOO_MANY_ITEMS_SELECTED=Nom\u00E9s es poden obrir {0} elements alhora.
|
|
155
159
|
|
|
156
160
|
ST_GENERIC_ERROR_NOT_AUTORIZED_ACTION=No teniu autoritzaci\u00F3 per a aquesta acci\u00F3
|
|
157
161
|
|
|
@@ -43,6 +43,10 @@ ST_UNSAVED_CHANGES_TITLE=Nesa\u010Duvane promjene
|
|
|
43
43
|
|
|
44
44
|
ST_STREAM_OPEN_FILE=Otvori fajl
|
|
45
45
|
|
|
46
|
+
ST_STREAM_FILE_UNREADABLE=Fajl se ne mo\u017Ee \u010Ditati. Mo\u017Eda je promijenjen.
|
|
47
|
+
|
|
48
|
+
ST_STREAM_TYPE_MISMATCH=Izabrani tip fajla nije podr\u017Ean.
|
|
49
|
+
|
|
46
50
|
ST_DRAFT_OWNER=izvr\u0161io {0}
|
|
47
51
|
|
|
48
52
|
ST_DRAFT_ANOTHER_USER=drugi korisnik
|
|
@@ -151,7 +155,7 @@ ST_GENERIC_ERROR_SYSTEM_UNAVAILABLE_FOR_ACTION=Nije mogu\u0107e izvr\u0161iti ov
|
|
|
151
155
|
|
|
152
156
|
ST_GENERIC_ERROR_NOT_AUTORIZED_CREATE=Nemate ovla\u0161\u0107enje za kreiranje.
|
|
153
157
|
|
|
154
|
-
T_TABLE_NAVIGATION_TOO_MANY_ITEMS_SELECTED=Mo\u017Eete otvoriti
|
|
158
|
+
T_TABLE_NAVIGATION_TOO_MANY_ITEMS_SELECTED=Mo\u017Eete otvoriti {0} stavki istovremeno.
|
|
155
159
|
|
|
156
160
|
ST_GENERIC_ERROR_NOT_AUTORIZED_ACTION=Nemate ovla\u0161\u0107enje za ovu radnju.
|
|
157
161
|
|
|
@@ -43,6 +43,10 @@ ST_UNSAVED_CHANGES_TITLE=Neulo\u017Een\u00E9 zm\u011Bny
|
|
|
43
43
|
|
|
44
44
|
ST_STREAM_OPEN_FILE=Otev\u0159\u00EDt soubor
|
|
45
45
|
|
|
46
|
+
ST_STREAM_FILE_UNREADABLE=Soubor nelze na\u010D\u00EDst. Mo\u017En\u00E1, \u017Ee se zm\u011Bnil.
|
|
47
|
+
|
|
48
|
+
ST_STREAM_TYPE_MISMATCH=Vybran\u00FD typ souboru nen\u00ED podporov\u00E1n.
|
|
49
|
+
|
|
46
50
|
ST_DRAFT_OWNER=z {0}
|
|
47
51
|
|
|
48
52
|
ST_DRAFT_ANOTHER_USER=jin\u00E9ho u\u017Eivatele
|
|
@@ -151,7 +155,7 @@ ST_GENERIC_ERROR_SYSTEM_UNAVAILABLE_FOR_ACTION=Akci nelze prov\u00E9st.
|
|
|
151
155
|
|
|
152
156
|
ST_GENERIC_ERROR_NOT_AUTORIZED_CREATE=Nem\u00E1te opr\u00E1vn\u011Bn\u00ED k vytvo\u0159en\u00ED.
|
|
153
157
|
|
|
154
|
-
T_TABLE_NAVIGATION_TOO_MANY_ITEMS_SELECTED=Sou\u010Dasn\u011B m\u016F\u017Eete otev\u0159\u00EDt jen
|
|
158
|
+
T_TABLE_NAVIGATION_TOO_MANY_ITEMS_SELECTED=Sou\u010Dasn\u011B m\u016F\u017Eete otev\u0159\u00EDt jen {0} polo\u017Eek.
|
|
155
159
|
|
|
156
160
|
ST_GENERIC_ERROR_NOT_AUTORIZED_ACTION=Pro tuto akci nem\u00E1te opr\u00E1vn\u011Bn\u00ED.
|
|
157
161
|
|