@sapui5/sap.suite.ui.generic.template 1.124.0 → 1.125.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/sap/suite/ui/generic/template/.library +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/ControllerImplementation.js +4 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/FilterBarController.js +1 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/{KpiCardController.js → KpiCard.controller.js} +4 -8
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/KpiTagController.js +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ar.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_bg.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ca.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_cnr.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_cs.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_cy.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_da.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_de.properties +4 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_el.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en_GB.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en_US_saprigi.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_es.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_es_MX.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_et.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_fi.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_fr.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_fr_CA.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_hi.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_hr.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_hu.properties +5 -3
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_id.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_it.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_iw.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ja.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_kk.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ko.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_lt.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_lv.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_mk.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ms.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_nl.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_no.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_pl.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_pt.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_pt_PT.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ro.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ru.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sh.properties +29 -27
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sk.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sl.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sr.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sv.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_th.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_tr.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_uk.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_vi.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_zh_CN.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_zh_TW.properties +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/util/FilterUtil.js +14 -9
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/view/KpiCardSizeM.view.xml +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/view/fragments/FilterContainer.fragment.xml +7 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/view/fragments/SmartFilterBar.fragment.xml +1 -2
- package/src/sap/suite/ui/generic/template/Canvas/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/controller/ControllerImplementation.js +27 -7
- package/src/sap/suite/ui/generic/template/ListReport/controller/IappStateHandler.js +9 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ar.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_bg.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ca.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cnr.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cs.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cy.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_da.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_de.properties +3 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_el.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_GB.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_US_saprigi.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_es.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_es_MX.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_et.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fi.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr_CA.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hi.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hr.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hu.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_id.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_it.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_iw.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ja.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_kk.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ko.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_lt.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_lv.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_mk.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ms.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_nl.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_no.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pl.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pt.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pt_PT.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ro.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ru.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sh.properties +16 -14
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sk.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sl.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sr.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sv.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_th.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_tr.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_uk.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_vi.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_zh_CN.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_zh_TW.properties +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/MultiEditDialog.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartFilterBar.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartList.fragment.xml +3 -3
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartTable.fragment.xml +15 -10
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/ControllerImplementation.js +18 -11
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/PasteHandler.js +36 -11
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/SectionTitleHandler.js +4 -8
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ar.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_bg.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ca.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cnr.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cs.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cy.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_da.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_el.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_GB.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_US_saprigi.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_es.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_es_MX.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_et.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fi.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fr.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fr_CA.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hi.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hr.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hu.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_id.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_it.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_iw.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ja.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_kk.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ko.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_lt.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_lv.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_mk.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ms.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_nl.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_no.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pl.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pt.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pt_PT.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ro.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ru.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sh.properties +27 -24
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sk.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sl.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sr.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sv.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_th.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_tr.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_uk.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_vi.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_zh_CN.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_zh_TW.properties +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/CRUDActionButtons.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/EditableHeaderFacet.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/Facet.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/HeaderContainer.fragment.xml +4 -11
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/HeaderImage.fragment.xml +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/MultipleViewsSingleTableMode.fragment.xml +3 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/PageLevelCommands.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/Sections.fragment.xml +3 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SideContentActionButton.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartTable.fragment.xml +19 -14
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_sh.properties +1 -1
- package/src/sap/suite/ui/generic/template/QuickCreate/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/QuickCreate/view/QuickCreate.view.xml +20 -17
- package/src/sap/suite/ui/generic/template/QuickView/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/QuickView/view/QuickView.view.xml +42 -40
- package/src/sap/suite/ui/generic/template/app/blankAnalyticalListPage/manifest.json +0 -4
- package/src/sap/suite/ui/generic/template/designtime/AnalyticalListPage.designtime.js +2 -2
- package/src/sap/suite/ui/generic/template/designtime/ListReport.designtime.js +3 -3
- package/src/sap/suite/ui/generic/template/designtime/ObjectPage.designtime.js +2 -2
- package/src/sap/suite/ui/generic/template/detailTemplates/i18n/i18n_sh.properties +1 -1
- package/src/sap/suite/ui/generic/template/extensionAPI/extensionAPI.js +1 -2
- package/src/sap/suite/ui/generic/template/fragments/AnalyticalTableColumns.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/ContactDetails.fragment.xml +7 -10
- package/src/sap/suite/ui/generic/template/fragments/FileUploader.fragment.xml +9 -4
- package/src/sap/suite/ui/generic/template/fragments/GridTableCells.fragment.xml +2 -11
- package/src/sap/suite/ui/generic/template/fragments/GridTableColumns.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/HeaderDataPointContent.fragment.xml +0 -11
- package/src/sap/suite/ui/generic/template/fragments/HeaderForm.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/HeaderFormDataField.fragment.xml +0 -12
- package/src/sap/suite/ui/generic/template/fragments/HeaderRatingIndicator.fragment.xml +6 -1
- package/src/sap/suite/ui/generic/template/fragments/MessagePage.view.xml +6 -2
- package/src/sap/suite/ui/generic/template/fragments/ProgressIndicator.fragment.xml +2 -0
- package/src/sap/suite/ui/generic/template/fragments/QuickViewSmartForm.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/RatingIndicatorFacet.fragment.xml +2 -0
- package/src/sap/suite/ui/generic/template/fragments/SmartControlContextMenu.fragment.xml +3 -2
- package/src/sap/suite/ui/generic/template/fragments/SmartFormDataField.fragment.xml +2 -23
- package/src/sap/suite/ui/generic/template/fragments/SmartTableUiTableCommons.fragment.xml +5 -1
- package/src/sap/suite/ui/generic/template/fragments/TableCell.fragment.xml +7 -12
- package/src/sap/suite/ui/generic/template/fragments/TableColumnListItem.fragment.xml +9 -5
- package/src/sap/suite/ui/generic/template/fragments/TableColumns.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/TreeTableColumns.fragment.xml +4 -2
- package/src/sap/suite/ui/generic/template/genericUtilities/utils.js +25 -1
- package/src/sap/suite/ui/generic/template/js/AnnotationHelper.js +26 -15
- package/src/sap/suite/ui/generic/template/js/AnnotationHelperStreamSupport.js +0 -4
- package/src/sap/suite/ui/generic/template/js/RuntimeFormatters.js +2 -6
- package/src/sap/suite/ui/generic/template/js/formatters/formatDisplayValueForProgressIndicator.js +28 -0
- package/src/sap/suite/ui/generic/template/js/formatters/formatImageUrl.js +21 -0
- package/src/sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorAggregateCount.js +21 -0
- package/src/sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorFooterText.js +21 -0
- package/src/sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorSubTitle.js +21 -0
- package/src/sap/suite/ui/generic/template/js/formatters/setInfoHighlight.js +21 -0
- package/src/sap/suite/ui/generic/template/js/formatters/setRowNavigated.js +26 -0
- package/src/sap/suite/ui/generic/template/lib/AdaptiveCardHelper.js +115 -29
- package/src/sap/suite/ui/generic/template/lib/AppComponent.js +5 -3
- package/src/sap/suite/ui/generic/template/lib/Application.js +1 -1
- package/src/sap/suite/ui/generic/template/lib/CRUDManager.js +7 -5
- package/src/sap/suite/ui/generic/template/lib/CommonEventHandlers.js +15 -1
- package/src/sap/suite/ui/generic/template/lib/ComponentUtils.js +16 -12
- package/src/sap/suite/ui/generic/template/lib/ContactCardDetailHelper.js +21 -3
- package/src/sap/suite/ui/generic/template/lib/FlexibleColumnLayoutHandler.js +11 -4
- package/src/sap/suite/ui/generic/template/lib/MessageUtils.js +4 -3
- package/src/sap/suite/ui/generic/template/lib/ShareUtils.js +7 -127
- package/src/sap/suite/ui/generic/template/lib/TemplateAssembler.js +5 -3
- package/src/sap/suite/ui/generic/template/lib/TemplateComponent.js +5 -3
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n.properties +6 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ar.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_bg.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ca.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cnr.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cs.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cy.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_da.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_de.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_el.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_GB.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saprigi.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es_MX.properties +7 -3
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_et.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fi.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr_CA.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hi.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hr.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hu.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_id.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_it.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_iw.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ja.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_kk.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ko.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lt.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lv.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_mk.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ms.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_nl.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_no.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pl.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt_PT.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ro.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ru.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sh.properties +50 -46
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sk.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sl.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sr.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sv.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_th.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_tr.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_uk.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_vi.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_CN.properties +5 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_TW.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/insights/InsightsCardHelper.js +12 -2
- package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +38 -38
- package/src/sap/suite/ui/generic/template/lib/navigation/routingHelper.js +8 -9
- package/src/sap/suite/ui/generic/template/lib/navigation/startupParameterHelper.js +48 -44
- package/src/sap/suite/ui/generic/template/lib/presentationControl/SmartChartHandler.js +7 -9
- package/src/sap/suite/ui/generic/template/lib/presentationControl/SmartTableHandler.js +18 -6
- package/src/sap/suite/ui/generic/template/library.js +1 -1
- package/src/sap/suite/ui/generic/template/listTemplates/controller/DetailController.js +16 -1
- package/src/sap/suite/ui/generic/template/listTemplates/filterSettingsPreparationHelper.js +1 -1
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/ActionsFragment.fragment.xml +7 -2
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/DetailSmartTable.fragment.xml +19 -10
- package/src/sap/suite/ui/generic/template/listTemplates/i18n/i18n_sh.properties +1 -1
- package/src/sap/suite/ui/generic/template/themes/base/ObjectPage.less +1 -1
- package/src/sap/suite/ui/generic/template/themes/sap_belize/library.source.less +10 -1
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/ALPConstants.less +47 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/AnalyticalListPage.less +475 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/ListReport.less +33 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/ObjectPage.less +391 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/QuickCreate.less +96 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/QuickView.less +108 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/alr_zen.css +136 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/base.less +7 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/crosstab_library.css +20 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/img/readme.txt +4 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/img/sort_asc.gif +0 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/img/sort_desc.gif +0 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/img/sort_none.gif +0 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/img/treenode_collapse.gif +0 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/img/treenode_expand.gif +0 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/library.source.less +9 -0
- package/src/sap/suite/ui/generic/template/themes/sap_belize_hcb/library.source.less +10 -1
- package/src/sap/suite/ui/generic/template/themes/sap_belize_hcw/library.source.less +10 -1
- package/src/sap/suite/ui/generic/template/themes/sap_bluecrystal_base/ObjectPage.less +1 -1
|
@@ -21,6 +21,8 @@ NAVIGATE_TO_DETAIL=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0441\u0432
|
|
|
21
21
|
|
|
22
22
|
EMAIL_HEADER=\u0421\u0441\u044B\u043B\u043A\u0430 \u043D\u0430 {0}
|
|
23
23
|
|
|
24
|
+
CONTACT_OPTION=Microsoft Teams
|
|
25
|
+
|
|
24
26
|
CONTACT_INFO=\u041A\u043E\u043D\u0442\u0430\u043A\u0442\u043D\u0430\u044F \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F
|
|
25
27
|
|
|
26
28
|
CONTACT_JOB_TITLE=\u041D\u0430\u0437\u0432\u0430\u043D\u0438\u0435 \u0434\u043E\u043B\u0436\u043D\u043E\u0441\u0442\u0438
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
|
|
2
|
-
TITLE=
|
|
2
|
+
TITLE=Izve\u0161taj liste
|
|
3
3
|
|
|
4
|
-
DESCRIPTION=
|
|
4
|
+
DESCRIPTION=Izve\u0161taj liste
|
|
5
5
|
|
|
6
6
|
ALL_OBJECTS=Sve
|
|
7
7
|
|
|
8
8
|
ALL_OBJECTS_HIDING_DRAFT=Sve (skrivanje nacrta)
|
|
9
9
|
|
|
10
|
-
UNCHANGED=
|
|
10
|
+
UNCHANGED=Nepromenjeno
|
|
11
11
|
|
|
12
12
|
EDITING_STATUS=Status ure\u0111ivanja
|
|
13
13
|
|
|
@@ -21,11 +21,13 @@ NAVIGATE_TO_DETAIL=Poka\u017Ei detalje
|
|
|
21
21
|
|
|
22
22
|
EMAIL_HEADER=Veza do {0}
|
|
23
23
|
|
|
24
|
+
CONTACT_OPTION=Microsoft Teams
|
|
25
|
+
|
|
24
26
|
CONTACT_INFO=Informacije o kontaktu
|
|
25
27
|
|
|
26
|
-
CONTACT_JOB_TITLE=Naziv radnog
|
|
28
|
+
CONTACT_JOB_TITLE=Naziv radnog mesta
|
|
27
29
|
|
|
28
|
-
CONTACT_DEPARTMENT=
|
|
30
|
+
CONTACT_DEPARTMENT=Odeljenje
|
|
29
31
|
|
|
30
32
|
CONTACT_EMAIL=E-po\u0161ta
|
|
31
33
|
|
|
@@ -53,9 +55,9 @@ EDIT_REMAINING={0} od {1} objekata se ne mo\u017Ee urediti. Do toga mo\u017Ee do
|
|
|
53
55
|
|
|
54
56
|
EDIT_REMAINING_PLURAL={0} od {1} objekata se ne mo\u017Ee urediti. Do toga mo\u017Ee do\u0107i ako druga osoba radi na objektu ili ako ure\u0111ivanje nije dozvoljeno. \n\n Da li \u017Eelite da uredite preostalih {2} objekata?
|
|
55
57
|
|
|
56
|
-
MESSAGE_MULTIPLE_VALUES_L_FORM=Neki od ovih filtera
|
|
58
|
+
MESSAGE_MULTIPLE_VALUES_L_FORM=Neki od ovih filtera nisu relev.za karticu \u201E{1}\u201C ({0}). Pode\u0161avanje ovih filtera ne uti\u010De na rezultate.
|
|
57
59
|
|
|
58
|
-
MESSAGE_MULTIPLE_VALUES_S_FORM=Ne mo\u017Eete koristiti
|
|
60
|
+
MESSAGE_MULTIPLE_VALUES_S_FORM=Ne mo\u017Eete koristiti slede\u0107e filtere na kartici \u201E{1}\u201C\: \u201E{0}\u201C.
|
|
59
61
|
|
|
60
62
|
OBJECT_NOT_EDITABLE=Ovaj objekat se ne mo\u017Ee urediti.
|
|
61
63
|
|
|
@@ -64,23 +66,23 @@ NODATA_SMARTTABLE_LR=Da biste po\u010Deli, postavite relev.filtere i izaberite \
|
|
|
64
66
|
|
|
65
67
|
CANCEL_AND_DISCARD=Da li \u017Eelite da odbacite ovaj nacrt?
|
|
66
68
|
|
|
67
|
-
DISCARD_EDIT=Da li \u017Eelite da odbacite sve
|
|
69
|
+
DISCARD_EDIT=Da li \u017Eelite da odbacite sve promene?
|
|
68
70
|
|
|
69
71
|
DISCARD=Odbaci
|
|
70
72
|
|
|
71
73
|
DELETE=Izbri\u0161i
|
|
72
74
|
|
|
73
|
-
OBJECT_SAVED=Va\u0161e
|
|
75
|
+
OBJECT_SAVED=Va\u0161e promene su sa\u010Duvane.
|
|
74
76
|
|
|
75
|
-
OBJECT_NOT_MODIFIED=
|
|
77
|
+
OBJECT_NOT_MODIFIED=Niste izvr\u0161ili promene.
|
|
76
78
|
|
|
77
79
|
OBJECT_CREATED=Objekat je kreiran.
|
|
78
80
|
|
|
79
81
|
LOCKED_OBJECT_POPOVER_TITLE=Zaklju\u010Dano
|
|
80
82
|
|
|
81
|
-
LOCKED_OBJECT_POPOVER_NO_DATA_TEXT=Detaljne informacije
|
|
83
|
+
LOCKED_OBJECT_POPOVER_NO_DATA_TEXT=Detaljne informacije nisu dostupne.
|
|
82
84
|
|
|
83
|
-
LOCKED_OBJECT_POPOVER_CHANGED_AT=
|
|
85
|
+
LOCKED_OBJECT_POPOVER_CHANGED_AT=Poslednji put promenjeno {0}
|
|
84
86
|
|
|
85
87
|
DRAFT_OBJECT=Nacrt
|
|
86
88
|
|
|
@@ -90,11 +92,11 @@ LOCKED_OBJECT=Zaklju\u010Dano
|
|
|
90
92
|
|
|
91
93
|
LOCKED_OBJECT_FILTER=Zaklju\u010Dao drugi korisnik
|
|
92
94
|
|
|
93
|
-
UNSAVED_CHANGES=Nesa\u010Duvane
|
|
95
|
+
UNSAVED_CHANGES=Nesa\u010Duvane promene
|
|
94
96
|
|
|
95
97
|
UNSAVED_CHANGES_FILTER=Nesa\u010Duvane prom.dr.korisnika
|
|
96
98
|
|
|
97
|
-
SHARE=
|
|
99
|
+
SHARE=Podeli
|
|
98
100
|
|
|
99
101
|
ST_CREATE_WITH_FILTERS=Kreiraj s filterima
|
|
100
102
|
|
|
@@ -21,6 +21,8 @@ NAVIGATE_TO_DETAIL=\u041F\u043E\u043A\u0430\u0436\u0438 \u0434\u0435\u0442\u0430
|
|
|
21
21
|
|
|
22
22
|
EMAIL_HEADER=\u0412\u0435\u0437\u0430 \u0434\u043E {0}
|
|
23
23
|
|
|
24
|
+
CONTACT_OPTION=Microsoft Teams
|
|
25
|
+
|
|
24
26
|
CONTACT_INFO=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0458\u0435 \u043E \u043A\u043E\u043D\u0442\u0430\u043A\u0442\u0443
|
|
25
27
|
|
|
26
28
|
CONTACT_JOB_TITLE=\u041D\u0430\u0437\u0438\u0432 \u0440\u0430\u0434\u043D\u043E\u0433 \u043C\u0435\u0441\u0442\u0430
|
|
@@ -21,6 +21,8 @@ NAVIGATE_TO_DETAIL=\u0E41\u0E2A\u0E14\u0E07\u0E23\u0E32\u0E22\u0E25\u0E30\u0E40\
|
|
|
21
21
|
|
|
22
22
|
EMAIL_HEADER=\u0E25\u0E34\u0E07\u0E01\u0E4C\u0E44\u0E1B\u0E22\u0E31\u0E07 {0}
|
|
23
23
|
|
|
24
|
+
CONTACT_OPTION=Microsoft Teams
|
|
25
|
+
|
|
24
26
|
CONTACT_INFO=\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E01\u0E32\u0E23\u0E15\u0E34\u0E14\u0E15\u0E48\u0E2D
|
|
25
27
|
|
|
26
28
|
CONTACT_JOB_TITLE=\u0E15\u0E33\u0E41\u0E2B\u0E19\u0E48\u0E07\u0E07\u0E32\u0E19
|
|
@@ -21,6 +21,8 @@ NAVIGATE_TO_DETAIL=Ayr\u0131nt\u0131lar\u0131 g\u00F6r\u00FCnt\u00FCle
|
|
|
21
21
|
|
|
22
22
|
EMAIL_HEADER={0} i\u00E7in ba\u011Flant\u0131
|
|
23
23
|
|
|
24
|
+
CONTACT_OPTION=Microsoft Teams
|
|
25
|
+
|
|
24
26
|
CONTACT_INFO=\u0130lgili ki\u015Fi bilgileri
|
|
25
27
|
|
|
26
28
|
CONTACT_JOB_TITLE=\u0130\u015F tan\u0131m\u0131
|
|
@@ -21,6 +21,8 @@ NAVIGATE_TO_DETAIL=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043F\u043E
|
|
|
21
21
|
|
|
22
22
|
EMAIL_HEADER=\u041F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F \u043D\u0430 {0}
|
|
23
23
|
|
|
24
|
+
CONTACT_OPTION=Microsoft Teams
|
|
25
|
+
|
|
24
26
|
CONTACT_INFO=\u041A\u043E\u043D\u0442\u0430\u043A\u0442\u043D\u0430 \u0456\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u044F
|
|
25
27
|
|
|
26
28
|
CONTACT_JOB_TITLE=\u041D\u0430\u0437\u0432\u0430 \u043F\u043E\u0441\u0430\u0434\u0438
|
|
@@ -21,6 +21,8 @@ NAVIGATE_TO_DETAIL=Hi\u00EA\u0309n thi\u0323 chi ti\u00EA\u0301t
|
|
|
21
21
|
|
|
22
22
|
EMAIL_HEADER=Li\u00EAn k\u00EA\u0301t \u0111\u00EA\u0301n {0}
|
|
23
23
|
|
|
24
|
+
CONTACT_OPTION=Microsoft Teams
|
|
25
|
+
|
|
24
26
|
CONTACT_INFO=Th\u00F4ng tin li\u00EAn h\u00EA\u0323
|
|
25
27
|
|
|
26
28
|
CONTACT_JOB_TITLE=Ch\u01B0\u0301c vu\u0323
|
package/src/sap/suite/ui/generic/template/ListReport/view/fragments/MultiEditDialog.fragment.xml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core" xmlns:sf="sap.ui.comp.smartform" xmlns:smartmultiedit="sap.ui.comp.smartmultiedit"
|
|
2
2
|
xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1"
|
|
3
|
-
template:require="{ AH: 'sap/suite/ui/generic/template/js/AnnotationHelper'}">
|
|
3
|
+
template:require="{ AH: 'sap/suite/ui/generic/template/js/AnnotationHelper', StableIdHelper: 'sap/suite/ui/generic/template/js/StableIdHelper'}">
|
|
4
4
|
|
|
5
5
|
<template:if test="{multiEdit>enabled}">
|
|
6
6
|
<Dialog
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
<sf:Group
|
|
42
42
|
id="{:= ${parameter>/stableId}.getStableId({type: 'MultiEditDialog', subType: 'Group', sQuickVariantKey: ${tabItem>key}})}">
|
|
43
43
|
<template:repeat list="{multiEdit>fields}" var="dataField">
|
|
44
|
-
<template:with path="parameter>/" helper="
|
|
44
|
+
<template:with path="parameter>/" helper="StableIdHelper.preparePathForStableId" var="dataFieldId">
|
|
45
45
|
<template:if test="{= ${dataFieldId>}.buildStableId({type: 'MultiEditDialog', subType: 'DataField', sRecordType: ${dataField>RecordType}, sProperty: ${dataField>Value/Path}, sQuickVariantKey: ${tabItem>key}})}"/>
|
|
46
46
|
<sf:GroupElement
|
|
47
47
|
id="{:= ${parameter>/stableId}.getStableId({type: 'MultiEditDialog', subType: 'GroupElement', sDataField: ${dataFieldId>id}})}">
|
package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartFilterBar.fragment.xml
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1"
|
|
3
3
|
template:require="{SemanticDateRangeTypeHelper: 'sap/suite/ui/generic/template/listTemplates/semanticDateRangeTypeHelper'}">
|
|
4
4
|
|
|
5
|
-
<smartfilterbar:SmartFilterBar id="listReportFilter"
|
|
5
|
+
<smartfilterbar:SmartFilterBar id="listReportFilter" entitySet="{parameter>/entitySet}"
|
|
6
6
|
persistencyKey="{= (!${parameter>/settings/variantManagementHidden}) ? 'searchListReportVariant' : null}"
|
|
7
7
|
enableBasicSearch="{= ${entitySet>Org.OData.Capabilities.V1.SearchRestrictions/Searchable/Bool} !== 'false' }"
|
|
8
8
|
initialise="._templateEventHandlers.onSmartFilterBarInitialise"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
key="{controlConfigurationSetting>key}"
|
|
25
25
|
groupId="{controlConfigurationSetting>groupId}"
|
|
26
26
|
index="{controlConfigurationSetting>index}"
|
|
27
|
-
|
|
27
|
+
visibleInFilterBar="{controlConfigurationSetting>visibleInFilterBar}"
|
|
28
28
|
conditionType="{controlConfigurationSetting>conditionType}"
|
|
29
29
|
historyEnabled="{controlConfigurationSetting>historyEnabled}"/>
|
|
30
30
|
</template:repeat>
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
AHListReport: 'sap/suite/ui/generic/template/ListReport/AnnotationHelper',
|
|
6
6
|
AHSmartList: 'sap/suite/ui/generic/template/ListReport/AnnotationHelperSmartList'}">
|
|
7
7
|
|
|
8
|
-
<Page showHeader="false">
|
|
8
|
+
<Page showHeader="false" core:require="{setRowNavigated: 'sap/suite/ui/generic/template/js/formatters/setRowNavigated'}">
|
|
9
9
|
<template:with path="parameter>/variables" helper="AH.getNewVariable" var="sortedDataPointsFields">
|
|
10
10
|
<template:if test="{:= ${sortedDataPointsFields>}.set(AHSmartList.getSortedDataPointsAndFields(${parameter>/workingContext/lineItem}, ${parameter>/workingContext/lineItemPath}, ${path: 'parameter>/metaModel'}, ${path: 'parameter>/entityType'})) }"/>
|
|
11
11
|
<smartList:SmartList
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
numberState="{= ${objectListProperty>numberState} }"
|
|
25
25
|
type="Navigation"
|
|
26
26
|
press="._templateEventHandlers.onListNavigate"
|
|
27
|
-
navigated="{path: '_templPriv>/generic/currentActiveChildContext', formatter: '
|
|
27
|
+
navigated="{path: '_templPriv>/generic/currentActiveChildContext', formatter: 'setRowNavigated'}">
|
|
28
28
|
<attributes>
|
|
29
29
|
<!-- Middle left -->
|
|
30
30
|
<ObjectAttribute text="{= ${objectListProperty>firstAttribute} }" />
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
icon="{path:'sortedDataPointsFields>imageDataField', formatter: 'AHSmartList.formatDataPointOrField'}"
|
|
55
55
|
type="Navigation"
|
|
56
56
|
press="._templateEventHandlers.onListNavigate"
|
|
57
|
-
navigated="{path: '_templPriv>/generic/currentActiveChildContext', formatter: '
|
|
57
|
+
navigated="{path: '_templPriv>/generic/currentActiveChildContext', formatter: 'setRowNavigated'}">
|
|
58
58
|
</StandardListItem>
|
|
59
59
|
</template:with>
|
|
60
60
|
</template:then>
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
<core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core" xmlns:smarttable="sap.ui.comp.smarttable" xmlns:table="sap.ui.table" xmlns:plugins="sap.m.plugins"
|
|
1
|
+
<core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core" xmlns:smarttable="sap.ui.comp.smarttable" xmlns:table="sap.ui.table" xmlns:plugins="sap.m.plugins" xmlns:rowmodes="sap.ui.table.rowmodes"
|
|
2
2
|
xmlns:customData="http://schemas.sap.com/sapui5/extension/sap.ui.core.CustomData/1"
|
|
3
3
|
xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1"
|
|
4
4
|
template:require="{
|
|
5
5
|
AH: 'sap/suite/ui/generic/template/js/AnnotationHelper',
|
|
6
6
|
AHModel: 'sap/ui/model/odata/AnnotationHelper',
|
|
7
7
|
AHListReport: 'sap/suite/ui/generic/template/ListReport/AnnotationHelper',
|
|
8
|
-
AHMultipleViews:'sap/suite/ui/generic/template/js/AnnotationHelperMultipleViews'
|
|
8
|
+
AHMultipleViews:'sap/suite/ui/generic/template/js/AnnotationHelperMultipleViews',
|
|
9
|
+
StableIdHelper: 'sap/suite/ui/generic/template/js/StableIdHelper'}">
|
|
9
10
|
|
|
10
11
|
<template:with path="entityType>com.sap.vocabularies.UI.v1.HeaderInfo" var="header">
|
|
11
12
|
<template:with path="entitySet>dummy" var="facet">
|
|
12
13
|
<template:with path="tableAnnotationPath>" helper="AH.searchForFirstSemKey_Title_Description" var="targetColumn">
|
|
13
|
-
<template:with path="parameter>/" helper="
|
|
14
|
+
<template:with path="parameter>/" helper="StableIdHelper.preparePathForStableId" var="smartControlId">
|
|
14
15
|
<template:if test="{= ${smartControlId>}.buildStableId({type: 'ListReportTable', subType: 'SmartTable', sQuickVariantKey: ${tabItem>key}})}" />
|
|
15
16
|
<smarttable:SmartTable id="{smartControlId>id}"
|
|
16
17
|
smartFilterId="{= ${parameter>/settings/quickVariantSelectionX} ? '' : 'listReportFilter'}"
|
|
@@ -27,7 +28,7 @@
|
|
|
27
28
|
showDetailsButton="{parameter>/templateSpecific/isResponsiveTable}"
|
|
28
29
|
showFullScreenButton="{device>/system/phone}"
|
|
29
30
|
detailsButtonSetting="{= ${parameter>/templateSpecific/isResponsiveTable} ? 'None,Low,Medium' : null}"
|
|
30
|
-
|
|
31
|
+
enableExport="{= !${parameter>/settings/isWorklist} }"
|
|
31
32
|
smartVariant="{= (${parameter>/settings/smartVariantManagement} && !${parameter>/settings/variantManagementHidden}) ? 'template::PageVariant' : null }"
|
|
32
33
|
customData:p13nDialogSettings="{= (${parameter>/settings/smartVariantManagement} && !${parameter>/settings/enableTableFilterInPageVariant} && !${parameter>/settings/isWorklist}) ? '{filter:{visible:false}}' : '{filter:{visible:true}}'}"
|
|
33
34
|
ignoreFromPersonalisation="{parts: [{path: 'entityType>com.sap.vocabularies.UI.v1.LineItem'}], formatter: 'AH.suppressP13NDuplicateColumns'}"
|
|
@@ -91,7 +92,6 @@
|
|
|
91
92
|
<template:if test="{= ${tableSettings>type} === 'AnalyticalTable' }">
|
|
92
93
|
<template:then>
|
|
93
94
|
<table:AnalyticalTable id="{:= ${parameter>/stableId}.getStableId({type: 'ListReportTable', subType: 'AnalyticalTable', sQuickVariantKey: ${tabItem>key}})}"
|
|
94
|
-
visibleRowCountMode="Auto"
|
|
95
95
|
showOverlay="{= ${_templPriv>/listReport/firstSelection} && !${_templPriv>/generic/bDataAreShownInTable}}"
|
|
96
96
|
class="{path: 'parameter>/settings/condensedTableLayout', formatter: 'AHListReport.setSizeCondensedCssClass'}"
|
|
97
97
|
enableColumnReordering="true" showColumnVisibilityMenu="false"
|
|
@@ -117,16 +117,16 @@
|
|
|
117
117
|
</template:with>
|
|
118
118
|
</table:columns>
|
|
119
119
|
</template:with>
|
|
120
|
+
<table:rowMode>
|
|
121
|
+
<rowmodes:Auto/>
|
|
122
|
+
</table:rowMode>
|
|
120
123
|
</table:AnalyticalTable>
|
|
121
124
|
</template:then>
|
|
122
125
|
<!--Tree table implementation: Begins -->
|
|
123
126
|
<template:elseif test="{= ${tableSettings>type} === 'TreeTable'}">
|
|
124
127
|
<table:TreeTable id="{:= ${parameter>/stableId}.getStableId({type: 'ListReportTable', subType: 'TreeTable', sQuickVariantKey: ${tabItem>key}})}"
|
|
125
|
-
rootLevel="0"
|
|
126
|
-
visibleRowCountMode="Auto"
|
|
127
128
|
showOverlay="{= ${_templPriv>/listReport/firstSelection} && !${_templPriv>/generic/bDataAreShownInTable}}"
|
|
128
129
|
class="{path: 'parameter>/settings/condensedTableLayout', formatter: 'AHListReport.setSizeCondensedCssClass'}"
|
|
129
|
-
expandFirstLevel="true"
|
|
130
130
|
rowSelectionChange="._templateEventHandlers.onSelectionChange"
|
|
131
131
|
beforeOpenContextMenu="._templateEventHandlers.beforeOpenContextMenu($event, '{smartControlId>id}')"
|
|
132
132
|
rowActionCount="{parts: [{path: 'entitySet>'}, {path: 'parameter>/settings/subPages/'}, {path: 'parameter>/manifest/'}, {path: 'parameter>/settings/'}], formatter: 'AH.getRowActionCountForListReport'}">
|
|
@@ -148,12 +148,14 @@
|
|
|
148
148
|
</template:with>
|
|
149
149
|
</table:columns>
|
|
150
150
|
</template:with>
|
|
151
|
+
<table:rowMode>
|
|
152
|
+
<rowmodes:Auto/>
|
|
153
|
+
</table:rowMode>
|
|
151
154
|
</table:TreeTable>
|
|
152
155
|
</template:elseif>
|
|
153
156
|
<!--Tree table implementation: Ends -->
|
|
154
157
|
<template:elseif test="{= ${tableSettings>type} === 'GridTable' }">
|
|
155
158
|
<table:Table id="{:= ${parameter>/stableId}.getStableId({type: 'ListReportTable', subType: 'GridTable', sQuickVariantKey: ${tabItem>key}})}"
|
|
156
|
-
visibleRowCountMode="Auto"
|
|
157
159
|
showOverlay="{= ${_templPriv>/listReport/firstSelection} && !${_templPriv>/generic/bDataAreShownInTable}}"
|
|
158
160
|
class="{path: 'parameter>/settings/condensedTableLayout', formatter: 'AHListReport.setSizeCondensedCssClass'}"
|
|
159
161
|
enableColumnReordering="true" showColumnVisibilityMenu="false"
|
|
@@ -179,6 +181,9 @@
|
|
|
179
181
|
</template:with>
|
|
180
182
|
</table:columns>
|
|
181
183
|
</template:with>
|
|
184
|
+
<table:rowMode>
|
|
185
|
+
<rowmodes:Auto/>
|
|
186
|
+
</table:rowMode>
|
|
182
187
|
</table:Table>
|
|
183
188
|
</template:elseif>
|
|
184
189
|
<template:else >
|
|
@@ -186,7 +191,7 @@
|
|
|
186
191
|
showOverlay="{= ${_templPriv>/listReport/firstSelection} && !${_templPriv>/generic/bDataAreShownInTable}}"
|
|
187
192
|
fixedLayout="{= ${appSettings>/enableAutoColumnWidthForSmartTable} ? undefined : !!${parameter>/settings/isWorklist} }"
|
|
188
193
|
growing="true" growingScrollToLoad="true"
|
|
189
|
-
sticky="ColumnHeaders,HeaderToolbar"
|
|
194
|
+
sticky="ColumnHeaders,HeaderToolbar,InfoToolbar"
|
|
190
195
|
mode="{tableSettings>mode}"
|
|
191
196
|
selectionChange="._templateEventHandlers.onSelectionChange"
|
|
192
197
|
beforeOpenContextMenu="._templateEventHandlers.beforeOpenContextMenu($event, '{smartControlId>id}')"
|
|
@@ -481,8 +481,8 @@ sap.ui.define([
|
|
|
481
481
|
var oTemplatePrivateModel = oTemplateUtils.oComponentUtils.getTemplatePrivateModel();
|
|
482
482
|
var oFragmentController = {
|
|
483
483
|
sharePageToPressed: function (target) {
|
|
484
|
-
var sSubject =
|
|
485
|
-
var sObjectSubtitle = oTemplatePrivateModel.getProperty("/objectPage/headerInfo/
|
|
484
|
+
var sSubject = oTemplateUtils.oComponentUtils.getTitle();
|
|
485
|
+
var sObjectSubtitle = oTemplatePrivateModel.getProperty("/objectPage/headerInfo/objectTitle");
|
|
486
486
|
if (sObjectSubtitle) {
|
|
487
487
|
sSubject = sSubject + " - " + sObjectSubtitle;
|
|
488
488
|
}
|
|
@@ -525,7 +525,7 @@ sap.ui.define([
|
|
|
525
525
|
},
|
|
526
526
|
|
|
527
527
|
shareJamPressed: function () {
|
|
528
|
-
ShareUtils.openJamShareDialog(
|
|
528
|
+
ShareUtils.openJamShareDialog(oTemplateUtils.oComponentUtils.getTitle() + " " + oTemplatePrivateModel.getProperty("/objectPage/headerInfo/objectTitle"));
|
|
529
529
|
},
|
|
530
530
|
|
|
531
531
|
shareTilePressed: function() {
|
|
@@ -555,8 +555,8 @@ sap.ui.define([
|
|
|
555
555
|
return {
|
|
556
556
|
serviceUrl: "",
|
|
557
557
|
appTitle: oAppManifest ? oAppManifest.title : "",
|
|
558
|
-
title:
|
|
559
|
-
subtitle: oTemplatePrivateModel.getProperty("/objectPage/headerInfo/
|
|
558
|
+
title: oTemplateUtils.oComponentUtils.getTitle(),
|
|
559
|
+
subtitle: oTemplatePrivateModel.getProperty("/objectPage/headerInfo/objectTitle"),
|
|
560
560
|
customUrl: sUrl,
|
|
561
561
|
currentUrl: sPath,
|
|
562
562
|
appId: oAppManifest.id,
|
|
@@ -579,8 +579,8 @@ sap.ui.define([
|
|
|
579
579
|
serviceUrl: "",
|
|
580
580
|
appTitle: oAppManifest ? oAppManifest.title : "",
|
|
581
581
|
objectShellTitle: oTemplatePrivateModel.getProperty("/objectPage/headerInfo/objectShellTitle"),
|
|
582
|
-
title:
|
|
583
|
-
subtitle: oTemplatePrivateModel.getProperty("/objectPage/headerInfo/
|
|
582
|
+
title: oTemplateUtils.oComponentUtils.getTitle(),
|
|
583
|
+
subtitle: oTemplatePrivateModel.getProperty("/objectPage/headerInfo/objectTitle"),
|
|
584
584
|
customUrl: ShareUtils.getCustomUrl(),
|
|
585
585
|
currentUrl: sCurrentUrl,
|
|
586
586
|
appId: oAppManifest.id,
|
|
@@ -1779,9 +1779,11 @@ sap.ui.define([
|
|
|
1779
1779
|
} else { // In this case we have to trigger the unstashing programmatically.
|
|
1780
1780
|
var oSubSection = oController.byId(sSubSectionId);
|
|
1781
1781
|
var oSection = oSubSection.getParent();
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1782
|
+
// This unstashes the content asynchronously (if necessary)
|
|
1783
|
+
oSection.connectToModelsAsync().then(function () {
|
|
1784
|
+
oTemplateUtils.oInfoObjectHandler.setInformationWithControl(oSubSection);
|
|
1785
|
+
oStrategy.activeHandler(oSubSection, oSubSectionInfoObj);
|
|
1786
|
+
});
|
|
1785
1787
|
}
|
|
1786
1788
|
}
|
|
1787
1789
|
});
|
|
@@ -2511,7 +2513,8 @@ sap.ui.define([
|
|
|
2511
2513
|
isPopinWithoutHeader: true,
|
|
2512
2514
|
isDataFieldForActionRequired: true,
|
|
2513
2515
|
isFieldControlsPathRequired: true,
|
|
2514
|
-
isMandatoryFiltersRequired: true
|
|
2516
|
+
isMandatoryFiltersRequired: true,
|
|
2517
|
+
numberOfExpandedLevels: 0
|
|
2515
2518
|
});
|
|
2516
2519
|
oController.onBeforeRebindTableExtension(oEvent);
|
|
2517
2520
|
var fnRefresh = oBindingParams.events.refresh || Function.prototype;
|
|
@@ -2584,6 +2587,10 @@ sap.ui.define([
|
|
|
2584
2587
|
oTemplateUtils.oCommonEventHandlers.handleUploadComplete(oEvent);
|
|
2585
2588
|
},
|
|
2586
2589
|
|
|
2590
|
+
handleTypeMismatch: function(oEvent) {
|
|
2591
|
+
oTemplateUtils.oCommonEventHandlers.handleTypeMismatch(oEvent);
|
|
2592
|
+
},
|
|
2593
|
+
|
|
2587
2594
|
removeStream: function(oEvent) {
|
|
2588
2595
|
oTemplateUtils.oCommonEventHandlers.removeStream(oEvent);
|
|
2589
2596
|
},
|
|
@@ -12,7 +12,7 @@ sap.ui.define([
|
|
|
12
12
|
MULTI_CELL: "multiCell",
|
|
13
13
|
NO_CELL: "noCell"
|
|
14
14
|
};
|
|
15
|
-
var selectionType, aColumnData,
|
|
15
|
+
var selectionType, aColumnData, aReadOnlyFields, aFieldControl;
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
18
|
This class handles paste on OP table
|
|
@@ -179,6 +179,27 @@ sap.ui.define([
|
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
+
/**
|
|
183
|
+
* fn checks whether a cell is editable or not based field control
|
|
184
|
+
* field control value (Hide - 0, Read Only - 1, Optional - 3, Mandatory - 7)
|
|
185
|
+
* @param {*} oRowData - RowData contains binding context of row.
|
|
186
|
+
* @param {*} sPath - Property path of the columns.
|
|
187
|
+
* @returns
|
|
188
|
+
*/
|
|
189
|
+
function isCellEditable(oRowData, sPath) {
|
|
190
|
+
var oData = oRowData.context.getObject();
|
|
191
|
+
var oFieldControl = aFieldControl.find(function(oFieldControl) {
|
|
192
|
+
return oFieldControl.name === sPath;
|
|
193
|
+
});
|
|
194
|
+
if (!oFieldControl || oData[oFieldControl.fieldControl] === undefined) {
|
|
195
|
+
return true;
|
|
196
|
+
}
|
|
197
|
+
if (oData[oFieldControl.fieldControl] > 1) {
|
|
198
|
+
return true;
|
|
199
|
+
}
|
|
200
|
+
return false;
|
|
201
|
+
}
|
|
202
|
+
|
|
182
203
|
// Function updates the rows based on clipboard-copied values.
|
|
183
204
|
function updateSelectionRows(aRowsToBeUpdated) {
|
|
184
205
|
aRowsToBeUpdated.forEach(function (oRowData) {
|
|
@@ -186,7 +207,9 @@ sap.ui.define([
|
|
|
186
207
|
Object.entries(oRowData.value).forEach(function (data) {
|
|
187
208
|
var sPath = data[0];
|
|
188
209
|
var vValue = data[1];
|
|
189
|
-
|
|
210
|
+
if (isCellEditable(oRowData, sPath)) {
|
|
211
|
+
oModel.setProperty(sPath, vValue, oRowData.context);
|
|
212
|
+
}
|
|
190
213
|
});
|
|
191
214
|
});
|
|
192
215
|
}
|
|
@@ -290,15 +313,17 @@ sap.ui.define([
|
|
|
290
313
|
* @param {String} sSmartTableId - Smart table ID.
|
|
291
314
|
* @param {Object} oResult - result data of column and data mapping
|
|
292
315
|
*/
|
|
293
|
-
function
|
|
316
|
+
function fnFilterPotentialaReadOnlyFieldsFromSource(sSmartTableId, oResult) {
|
|
294
317
|
var oSmartTable = oController.byId(sSmartTableId);
|
|
295
318
|
var oSmartTableHandler = oTemplateUtils.oServices.oPresentationControlHandlerFactory.getPresentationControlHandler(oSmartTable);
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
319
|
+
var oPotentialaReadOnlyFields = oSmartTableHandler.getPotentiallyReadOnlyField(sSmartTableId);
|
|
320
|
+
aReadOnlyFields = oPotentialaReadOnlyFields.readOnlyFields;
|
|
321
|
+
aFieldControl = oPotentialaReadOnlyFields.fieldControls;
|
|
322
|
+
for (var i = 0; i < aReadOnlyFields.length; i++) {
|
|
323
|
+
var sPropName = aReadOnlyFields[i].name;
|
|
324
|
+
for (var j = 0; j < oResult.parsedData.length; j++) {
|
|
300
325
|
if (oResult.parsedData[j][sPropName] !== undefined) {
|
|
301
|
-
|
|
326
|
+
aReadOnlyFields[i].ignoredFromPaste = true;
|
|
302
327
|
delete oResult.parsedData[j][sPropName];
|
|
303
328
|
}
|
|
304
329
|
}
|
|
@@ -311,7 +336,7 @@ sap.ui.define([
|
|
|
311
336
|
aColumnData.forEach(function(oColumn) {
|
|
312
337
|
if (oColumn.additionalProperty) {
|
|
313
338
|
aAdditionalProperty.push(oColumn.property);
|
|
314
|
-
}
|
|
339
|
+
}
|
|
315
340
|
});
|
|
316
341
|
return aAdditionalProperty;
|
|
317
342
|
}
|
|
@@ -319,7 +344,7 @@ sap.ui.define([
|
|
|
319
344
|
function fnShowToastAfterPaste() {
|
|
320
345
|
var sNonPastedColumns = "", bMultipleColumns = false;
|
|
321
346
|
var aAdditionalProperty = getAdditionalProperty();
|
|
322
|
-
|
|
347
|
+
aReadOnlyFields.forEach(function(oColumn) {
|
|
323
348
|
if (oColumn.ignoredFromPaste && !aAdditionalProperty.includes(oColumn.name)) {
|
|
324
349
|
if (sNonPastedColumns) {
|
|
325
350
|
sNonPastedColumns += ", ";
|
|
@@ -345,7 +370,7 @@ sap.ui.define([
|
|
|
345
370
|
var oResult = oEvent.getParameter("result");
|
|
346
371
|
var oSelection = getSelectedRowsAndColumns(sSmartTableId);
|
|
347
372
|
if (selectionType !== SELECTION_TYPE.NO_CELL && (oResult.errors === null || !oResult.errors.length)) {
|
|
348
|
-
oResult =
|
|
373
|
+
oResult = fnFilterPotentialaReadOnlyFieldsFromSource(sSmartTableId, oResult);
|
|
349
374
|
}
|
|
350
375
|
var oPasteActions = fnAnalysePaste(oSelection, oResult, sSmartTableId);
|
|
351
376
|
if (!oPasteActions.hasError) {
|
|
@@ -14,8 +14,6 @@ sap.ui.define(["sap/ui/base/Object", "sap/base/util/extend", "sap/suite/ui/gener
|
|
|
14
14
|
var mSubSectionTitleInfo = Object.create(null);
|
|
15
15
|
|
|
16
16
|
var oAppComponent = oController.getOwnerComponent().getAppComponent();
|
|
17
|
-
|
|
18
|
-
var bIsIconTabBarMode = oObjectPage.getUseIconTabBar();
|
|
19
17
|
|
|
20
18
|
oObjectPage.getSections().forEach(function(oSection){
|
|
21
19
|
var aSubSections = oSection.getSubSections();
|
|
@@ -78,12 +76,10 @@ sap.ui.define(["sap/ui/base/Object", "sap/base/util/extend", "sap/suite/ui/gener
|
|
|
78
76
|
var sCurrentHeaderLevel = bHasHeaderLevel ? oControl.getHeaderLevel() : oControl.getLevel();
|
|
79
77
|
var sCurrentHeaderStyle = bHasHeaderStyle ? oControl.getHeaderStyle() : oControl.getTitleStyle();
|
|
80
78
|
var fnAdjustTitle = function(){
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
oSection.addStyleClass(STYLE_CLASS_FOR_ADJUSTMENT);
|
|
86
|
-
}
|
|
79
|
+
setHeader(oSubSectionTitleBinding.getValue());
|
|
80
|
+
oSubSection.setShowTitle(false);
|
|
81
|
+
oSubSection.setTitleLevel(SapCoreLibrary.TitleLevel.Auto);
|
|
82
|
+
oSection.addStyleClass(STYLE_CLASS_FOR_ADJUSTMENT);
|
|
87
83
|
};
|
|
88
84
|
oSubSectionTitleBinding.attachChange(fnAdjustTitle);
|
|
89
85
|
oTitleInfo.titleOwner = {
|
|
@@ -57,6 +57,9 @@ MSG_SUBTITLE_ROW_HIDDEN_COLUMN_HIDDEN=\u0627\u0644\u0635\u0641 (\u0645\u062E\u06
|
|
|
57
57
|
|
|
58
58
|
CONTACT_INFO=\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062C\u0647\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644
|
|
59
59
|
|
|
60
|
+
|
|
61
|
+
CONTACT_OPTION=Microsoft Teams
|
|
62
|
+
|
|
60
63
|
CONTACT_JOB_TITLE=\u0645\u0633\u0645\u0649 \u0648\u0638\u064A\u0641\u064A
|
|
61
64
|
|
|
62
65
|
CONTACT_DEPARTMENT=\u0627\u0644\u0642\u0633\u0645
|