@sapui5/sap.suite.ui.generic.template 1.131.1 → 1.133.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/Component.js +0 -4
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/SmartFilterBarExt.js +3 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/SmartKpiTag.js +37 -11
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItem.js +3 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroBar.js +3 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroChart.js +26 -6
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroDonut.js +3 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroLine.js +3 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/SmartVisualFilterBar.js +46 -15
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/DropDownController.js +42 -17
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/KpiTagController.js +15 -6
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/extensionAPI/ExtensionAPI.js +2 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en_US_saptrc.properties +105 -105
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sk.properties +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/util/AnnotationHelper.js +3 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/util/FilterUtil.js +17 -6
- package/src/sap/suite/ui/generic/template/Canvas/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/AnnotationHelperSmartList.js +2 -2
- package/src/sap/suite/ui/generic/template/ListReport/controller/ControllerImplementation.js +46 -22
- package/src/sap/suite/ui/generic/template/ListReport/controller/IappStateHandler.js +18 -2
- package/src/sap/suite/ui/generic/template/ListReport/extensionAPI/ExtensionAPI.js +2 -2
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n.properties +1 -4
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ar.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_bg.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ca.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cnr.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cs.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cy.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_da.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_de.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_el.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_GB.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_US_saprigi.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_US_saptrc.properties +58 -58
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_es.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_es_MX.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_et.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fi.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr_CA.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hi.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hr.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hu.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_id.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_it.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_iw.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ja.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_kk.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ko.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_lt.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_lv.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_mk.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ms.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_nl.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_no.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pl.properties +2 -4
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pt.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pt_PT.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ro.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ru.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sh.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sk.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sl.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sr.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sv.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_th.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_tr.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_uk.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_vi.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_zh_CN.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_zh_TW.properties +1 -3
- package/src/sap/suite/ui/generic/template/ListReport/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/BreakoutActionButtons.fragment.xml +3 -2
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/FullscreenPage.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 +2 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/Component.js +13 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/ControllerImplementation.js +117 -30
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/MessageSortingHandler.js +63 -10
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/SectionTitleHandler.js +34 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/inlineCreationRows/InlineCreationRowsHelper.js +46 -4
- package/src/sap/suite/ui/generic/template/ObjectPage/controllerFrameworkExtensions.js +22 -4
- package/src/sap/suite/ui/generic/template/ObjectPage/extensionAPI/ExtensionAPI.js +29 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n.properties +37 -6
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ar.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_bg.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ca.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cnr.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cs.properties +26 -6
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cy.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_da.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_de.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_el.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_GB.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_US_saprigi.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_US_saptrc.properties +95 -95
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_es.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_es_MX.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_et.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fi.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fr.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fr_CA.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hi.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hr.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hu.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_id.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_it.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_iw.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ja.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_kk.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ko.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_lt.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_lv.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_mk.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ms.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_nl.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_no.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pl.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pt.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pt_PT.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ro.properties +26 -6
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ru.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sh.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sk.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sl.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sr.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sv.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_th.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_tr.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_uk.properties +27 -7
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_vi.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_zh_CN.properties +25 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_zh_TW.properties +25 -5
- 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 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/CRUDActionButtons.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/Footer.fragment.xml +3 -3
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/HeaderContainer.fragment.xml +4 -4
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/HeaderImage.fragment.xml +4 -4
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartChart.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartTable.fragment.xml +3 -2
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_en_US_saptrc.properties +14 -14
- package/src/sap/suite/ui/generic/template/QuickCreate/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/QuickView/i18n/i18n_en_US_saptrc.properties +2 -2
- package/src/sap/suite/ui/generic/template/QuickView/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/designtime/controls/DynamicPage.designtime.js +198 -193
- package/src/sap/suite/ui/generic/template/designtime/controls/ObjectPageLayout.designtime.js +215 -0
- package/src/sap/suite/ui/generic/template/designtime/controls/SmartFilterBar.designtime.js +340 -0
- package/src/sap/suite/ui/generic/template/designtime/controls/SmartTable.designtime.js +43 -19
- package/src/sap/suite/ui/generic/template/designtime/floorplans/AnalyticalListPage.designtime.js +18 -18
- package/src/sap/suite/ui/generic/template/designtime/floorplans/ListReport.designtime.js +19 -16
- package/src/sap/suite/ui/generic/template/designtime/floorplans/ObjectPage.designtime.js +10 -7
- package/src/sap/suite/ui/generic/template/designtime/utils/designtimeHelper.js +52 -37
- package/src/sap/suite/ui/generic/template/designtime/utils/designtimeUtils.js +112 -23
- package/src/sap/suite/ui/generic/template/detailTemplates/i18n/i18n_en_US_saptrc.properties +6 -6
- package/src/sap/suite/ui/generic/template/fragments/BreakoutActions.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/DeterminingActions.fragment.xml +3 -2
- package/src/sap/suite/ui/generic/template/fragments/DeterminingButton.fragment.xml +18 -20
- package/src/sap/suite/ui/generic/template/fragments/EasyFilter.fragment.xml +0 -6
- package/src/sap/suite/ui/generic/template/fragments/GlobalActions.fragment.xml +3 -2
- package/src/sap/suite/ui/generic/template/fragments/GridTableCells.fragment.xml +7 -6
- package/src/sap/suite/ui/generic/template/fragments/HeaderAddress.fragment.xml +2 -1
- package/src/sap/suite/ui/generic/template/fragments/HeaderContactWithDetailsPopover.fragment.xml +2 -1
- package/src/sap/suite/ui/generic/template/fragments/HeaderDataPointContent.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/HeaderForm.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/fragments/HeaderFormDataField.fragment.xml +14 -7
- package/src/sap/suite/ui/generic/template/fragments/HeaderPlainText.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/fragments/HeaderRatingIndicator.fragment.xml +5 -7
- package/src/sap/suite/ui/generic/template/fragments/MessagePopover.fragment.xml +2 -1
- package/src/sap/suite/ui/generic/template/fragments/ProgressIndicator.fragment.xml +2 -2
- 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 -2
- package/src/sap/suite/ui/generic/template/fragments/SmartFormDataField.fragment.xml +4 -3
- package/src/sap/suite/ui/generic/template/fragments/SmartMicroChart.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/fragments/SmartTableUiTableCommons.fragment.xml +2 -5
- package/src/sap/suite/ui/generic/template/fragments/TableCell.fragment.xml +9 -7
- package/src/sap/suite/ui/generic/template/fragments/TableColumnListItem.fragment.xml +2 -5
- package/src/sap/suite/ui/generic/template/fragments/ToolbarButton.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/TreeTableColumns.fragment.xml +4 -3
- package/src/sap/suite/ui/generic/template/genericUtilities/controlHelper.js +10 -9
- package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartVariantManagementWrapper.js +4 -2
- package/src/sap/suite/ui/generic/template/genericUtilities/filterHelper.js +70 -2
- package/src/sap/suite/ui/generic/template/genericUtilities/polyFill.js +14 -0
- package/src/sap/suite/ui/generic/template/js/AnnotationHelper.js +67 -30
- package/src/sap/suite/ui/generic/template/js/AnnotationHelperStreamSupport.js +3 -0
- package/src/sap/suite/ui/generic/template/js/QuickTemplates/QuickTemplateComponentFactory.js +25 -14
- package/src/sap/suite/ui/generic/template/js/RuntimeFormatters.js +78 -22
- package/src/sap/suite/ui/generic/template/lib/AppComponent.js +16 -225
- package/src/sap/suite/ui/generic/template/lib/CRUDActionHandler.js +12 -3
- package/src/sap/suite/ui/generic/template/lib/CRUDHelper.js +5 -3
- package/src/sap/suite/ui/generic/template/lib/CommonEventHandlers.js +24 -5
- package/src/sap/suite/ui/generic/template/lib/CommonUtils.js +78 -48
- package/src/sap/suite/ui/generic/template/lib/ComponentUtils.js +3 -3
- package/src/sap/suite/ui/generic/template/lib/ContextBookkeeping.js +39 -23
- package/src/sap/suite/ui/generic/template/lib/FlexibleColumnLayoutHandler.js +13 -5
- package/src/sap/suite/ui/generic/template/lib/FlexibleColumnLayoutHelper.js +168 -0
- package/src/sap/suite/ui/generic/template/lib/MessageButtonHelper.js +6 -0
- package/src/sap/suite/ui/generic/template/lib/MessageStripHelper.js +1 -1
- package/src/sap/suite/ui/generic/template/lib/RetryAfterHandler.js +2 -3
- package/src/sap/suite/ui/generic/template/lib/ShellPersonalizationService.js +137 -0
- package/src/sap/suite/ui/generic/template/lib/SideEffectUtil.js +56 -1
- package/src/sap/suite/ui/generic/template/lib/TemplateComponent.js +26 -7
- package/src/sap/suite/ui/generic/template/lib/ai/EasyFilterBarHandler.js +91 -36
- package/src/sap/suite/ui/generic/template/lib/ai/FioriAIHandler.js +30 -35
- package/src/sap/suite/ui/generic/template/lib/deletionHelper.js +10 -2
- package/src/sap/suite/ui/generic/template/lib/filterHelper.js +7 -3
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n.properties +9 -15
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ar.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_bg.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ca.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cnr.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cs.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cy.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_da.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_de.properties +7 -13
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_el.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_GB.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saprigi.properties +7 -11
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saptrc.properties +183 -149
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es.properties +6 -12
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es_MX.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_et.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fi.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr_CA.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hi.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hr.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hu.properties +5 -11
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_id.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_it.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_iw.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ja.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_kk.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ko.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lt.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lv.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_mk.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ms.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_nl.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_no.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pl.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt_PT.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ro.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ru.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sh.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sk.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sl.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sr.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sv.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_th.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_tr.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_uk.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_vi.properties +5 -11
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_CN.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_TW.properties +3 -9
- package/src/sap/suite/ui/generic/template/lib/insights/InsightsCardHelper.js +27 -11
- package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +59 -38
- package/src/sap/suite/ui/generic/template/lib/presentationControl/SmartTableHandler.js +93 -1
- package/src/sap/suite/ui/generic/template/library.js +7 -3
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/ChartActions.fragment.xml +4 -3
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/DetailSmartTable.fragment.xml +4 -3
- package/src/sap/suite/ui/generic/template/listTemplates/i18n/i18n_en_US_saptrc.properties +1 -1
- package/src/sap/suite/ui/generic/template/manifestMerger/ChangePageConfiguration.js +4 -1
- package/src/sap/suite/ui/generic/template/manifestMerger/MergerUtil.js +27 -1
- package/src/sap/suite/ui/generic/template/support/DiagnosticsTool/DiagnosticsTool.js +15 -3
- package/src/sap/suite/ui/generic/template/support/DiagnosticsTool/view/DiagnosticsTool.view.xml +0 -24
- package/src/sap/suite/ui/generic/template/support/lib/CommonChecks.js +11 -19
- package/src/sap/suite/ui/generic/template/themes/base/ObjectPage.less +0 -4
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/ObjectPage.less +0 -4
- package/src/sap/suite/ui/generic/template/themes/sap_bluecrystal_base/ObjectPage.less +0 -4
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcb/AnalyticalListPage.less +0 -1
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcw/AnalyticalListPage.less +0 -1
- package/src/sap/suite/ui/generic/template/themes/sap_hcb/base_ObjectPage.less +0 -4
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcb/AnalyticalListPage.less +0 -1
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcw/AnalyticalListPage.less +0 -1
- package/src/sap/suite/ui/generic/template/fragments/ContactDetailsQuickViewGroup.fragment.xml +0 -36
- package/src/sap/suite/ui/generic/template/js/formatters/formatDisplayValueForProgressIndicator.js +0 -28
- package/src/sap/suite/ui/generic/template/js/formatters/formatImageUrl.js +0 -21
- package/src/sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorAggregateCount.js +0 -21
- package/src/sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorFooterText.js +0 -21
- package/src/sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorSubTitle.js +0 -21
- package/src/sap/suite/ui/generic/template/js/formatters/setInfoHighlight.js +0 -21
- package/src/sap/suite/ui/generic/template/js/formatters/setRowNavigated.js +0 -26
package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en_US_saptrc.properties
CHANGED
|
@@ -1,216 +1,216 @@
|
|
|
1
1
|
|
|
2
|
-
TITLE=
|
|
2
|
+
TITLE=ZHwDPecQx2kFEi46nK78uw_Analytical List Page
|
|
3
3
|
|
|
4
|
-
DESCRIPTION=
|
|
4
|
+
DESCRIPTION=u9x/Nw7T6qrPiMvSWUDr0g_Analytical List Page
|
|
5
5
|
|
|
6
|
-
OK=
|
|
6
|
+
OK=m70R9CmITkC264OL+jnDaQ_OK
|
|
7
7
|
|
|
8
|
-
NAVIGATE_TO_DETAIL=
|
|
8
|
+
NAVIGATE_TO_DETAIL=olHUFSAHnj8lPGERQvWsKw_Show Details
|
|
9
9
|
|
|
10
|
-
EMAIL_HEADER=
|
|
10
|
+
EMAIL_HEADER=w4uNl6YxBx9mu9rKNcTaBw_Link to {0}
|
|
11
11
|
|
|
12
|
-
KPI_TOOLTIP_UNDETERMINED=
|
|
12
|
+
KPI_TOOLTIP_UNDETERMINED=7M34+47ORYebY/lzPwm+0w_{0} {1}\nStatus\: Undetermined
|
|
13
13
|
|
|
14
|
-
KPI_TOOLTIP_NEUTRAL=
|
|
14
|
+
KPI_TOOLTIP_NEUTRAL=Bt29135Hwkutygem8LP/LA_{0} {1}\nStatus\: Neutral
|
|
15
15
|
|
|
16
|
-
KPI_TOOLTIP_NONE=
|
|
16
|
+
KPI_TOOLTIP_NONE=M/2ZYXAnhf072+gLouGXLA_{0} {1}\nStatus\: None
|
|
17
17
|
|
|
18
|
-
KPI_TOOLTIP_ERROR=
|
|
18
|
+
KPI_TOOLTIP_ERROR=uINmVDAn7H8EPlSH9UKPDw_{0} {1}\nStatus\: High-Risk
|
|
19
19
|
|
|
20
|
-
KPI_TOOLTIP_GOOD=
|
|
20
|
+
KPI_TOOLTIP_GOOD=uQ1fTP+Uyk2N8KPFS0cfBw_{0} {1}\nStatus\: Good
|
|
21
21
|
|
|
22
|
-
KPI_TOOLTIP_CRITICAL=
|
|
22
|
+
KPI_TOOLTIP_CRITICAL=SJNAH+yna/fthAHIMPAeQg_{0} {1}\nStatus\: Risk
|
|
23
23
|
|
|
24
|
-
KPI_DETERMINING_ERROR=
|
|
24
|
+
KPI_DETERMINING_ERROR=quM1RY7La92247Y30JZVXA_{0}\nUnable to determine the value.
|
|
25
25
|
|
|
26
|
-
KPI_DETERMINING_WARNING=
|
|
26
|
+
KPI_DETERMINING_WARNING=GCMfpMhr5sLl/8i4K0pfSA_{0}\nData is either invalid or not found.
|
|
27
27
|
|
|
28
|
-
KPI_AUTHORIZATION_ISSUE
|
|
28
|
+
KPI_AUTHORIZATION_ISSUE=BV5K0ocDYElZODlUJa3xhg_There\u2019s an authorization issue.
|
|
29
29
|
|
|
30
|
-
KPI_DEFAULT_PV_ERROR_MESSAGE
|
|
30
|
+
KPI_DEFAULT_PV_ERROR_MESSAGE=jfvTHEkX2sWXiGvz6yGzfg_Presentation variant annotation is missing.
|
|
31
31
|
|
|
32
|
-
KPI_DRILLDOWN_NAVIGATION_MESSAGE=
|
|
32
|
+
KPI_DRILLDOWN_NAVIGATION_MESSAGE=diIDJVi5SZzXgkSG+pjM1A_Please enter navigation details.
|
|
33
33
|
|
|
34
|
-
KPI_GENERIC_ERROR_MESSAGE=
|
|
34
|
+
KPI_GENERIC_ERROR_MESSAGE=hev93Vi93Nu+pdy8PeuS8w_Unable to load KPI due to a technical issue.
|
|
35
35
|
|
|
36
|
-
KPI_NO_DATA=
|
|
36
|
+
KPI_NO_DATA=x3U4S3cBX4E5FVm1f6Jxbw_There\u2019s no KPI data available for the chosen filter criteria.
|
|
37
37
|
|
|
38
|
-
KPI_INFO_FOR_MISSING_MANDATE_FILTPAR=
|
|
38
|
+
KPI_INFO_FOR_MISSING_MANDATE_FILTPAR=qyx5aE3AeYJxb5vSC1/mTQ_Enter mandatory filter field values to view KPI information.
|
|
39
39
|
|
|
40
|
-
CLEAR_FILTERS=
|
|
40
|
+
CLEAR_FILTERS=aLGBKudxYRFYJxJNUviMBg_Clear
|
|
41
41
|
|
|
42
|
-
CLEAR_FILTERS_ALL=
|
|
42
|
+
CLEAR_FILTERS_ALL=V5tRyQpeLyy7lw4yMLJv5A_Clear All
|
|
43
43
|
|
|
44
|
-
GO_FILTERS=
|
|
44
|
+
GO_FILTERS=5JAlLhLxaVy5TbWCcz5V6Q_Go
|
|
45
45
|
|
|
46
|
-
SHOW_ON_FILTER_BAR=
|
|
46
|
+
SHOW_ON_FILTER_BAR=Y6K3phWFsM4Hjl8kPSFdoA_Show on Filter Bar
|
|
47
47
|
|
|
48
|
-
VISUAL_FILTER_FILTERS=
|
|
48
|
+
VISUAL_FILTER_FILTERS=TPjEcDDw+nk47NL0236Kug_Adapt Filters
|
|
49
49
|
|
|
50
|
-
VISUAL_FILTER_FILTERS_WITH_COUNT=
|
|
50
|
+
VISUAL_FILTER_FILTERS_WITH_COUNT=fZ40o4D/cjiLNoDfaFE+Bg_Adapt Filters ({0})
|
|
51
51
|
|
|
52
|
-
VISUAL_FILTER_ALL_SELECTED_FILTERS=
|
|
52
|
+
VISUAL_FILTER_ALL_SELECTED_FILTERS=uqWdYr++csElmy3T3NVIdw_All Selected Values
|
|
53
53
|
|
|
54
|
-
VISUAL_FILTER_MEASURES=
|
|
54
|
+
VISUAL_FILTER_MEASURES=5aeYaHA2TRAyNdGWAk8OXA_Measure By
|
|
55
55
|
|
|
56
|
-
VISUAL_FILTER_CHART_TYPES
|
|
56
|
+
VISUAL_FILTER_CHART_TYPES=+ItYYBG2TGPVaKbBF++i4g_Chart Types
|
|
57
57
|
|
|
58
|
-
VISUAL_FILTER_CHART_TYPE_BAR
|
|
58
|
+
VISUAL_FILTER_CHART_TYPE_BAR=cZ2HHAqyuVG1CvCBR8L0XQ_Bar Chart
|
|
59
59
|
|
|
60
|
-
VISUAL_FILTER_CHART_TYPE_Line=
|
|
60
|
+
VISUAL_FILTER_CHART_TYPE_Line=gVnOY0NAbaIXHh/qytw6xA_Line Chart
|
|
61
61
|
|
|
62
|
-
VISUAL_FILTER_CHART_TYPE_Donut=
|
|
62
|
+
VISUAL_FILTER_CHART_TYPE_Donut=HL5+ezGYeEz66OikiIOD8A_Donut Chart
|
|
63
63
|
|
|
64
|
-
VISUAL_FILTER_SORTING=
|
|
64
|
+
VISUAL_FILTER_SORTING=MospWIGv5EryKWF4g67cGg_Sorting
|
|
65
65
|
|
|
66
|
-
VISUAL_FILTER_SORTING_ASCENDING=
|
|
66
|
+
VISUAL_FILTER_SORTING_ASCENDING=tQKawt4JxCIdxGCmj+2D3A_Ascending
|
|
67
67
|
|
|
68
|
-
VISUAL_FILTER_SORTING_DESCENDING
|
|
68
|
+
VISUAL_FILTER_SORTING_DESCENDING=/pHoPgiJvgqZHgFt//iGnQ_Descending
|
|
69
69
|
|
|
70
|
-
VISUAL_FILTER_LINE_CHART_TIME_LINE=
|
|
70
|
+
VISUAL_FILTER_LINE_CHART_TIME_LINE=BR84WqgazGjyyptLjpG/Ig_Show
|
|
71
71
|
|
|
72
|
-
VISUAL_FILTER_LINE_CHART_TIME_LINE_DAYS=
|
|
72
|
+
VISUAL_FILTER_LINE_CHART_TIME_LINE_DAYS=KrJGaq2XLkbTQM5N3RO/wg_Previous 6 Days
|
|
73
73
|
|
|
74
|
-
VISUAL_FILTER_LINE_CHART_TIME_LINE_MONTH=
|
|
74
|
+
VISUAL_FILTER_LINE_CHART_TIME_LINE_MONTH=9lyVKg91eVuqs8G/LzFZSw_Previous 6 Months
|
|
75
75
|
|
|
76
|
-
VISUAL_FILTER_LINE_CHART_TIME_LINE_QUARTERS=
|
|
76
|
+
VISUAL_FILTER_LINE_CHART_TIME_LINE_QUARTERS=4lxxk7C3FWADljI2WPHytA_Previous 6 Quarters
|
|
77
77
|
|
|
78
|
-
VISUAL_FILTER_LINE_CHART_TIME_LINE_YEARS
|
|
78
|
+
VISUAL_FILTER_LINE_CHART_TIME_LINE_YEARS=k9Zw5rA+7X+T9uUieLxRRw_Previous 6 Years
|
|
79
79
|
|
|
80
|
-
VISUAL_FILTER_CHART_TYPE=
|
|
80
|
+
VISUAL_FILTER_CHART_TYPE=OhvGnkJvqLAlbFuJJcJeDA_Chart Type
|
|
81
81
|
|
|
82
|
-
VISUAL_FILTER_MEASURE=
|
|
82
|
+
VISUAL_FILTER_MEASURE=T2wGBcWtIIMzopTR7N3gsw_Measure
|
|
83
83
|
|
|
84
|
-
VISUAL_FILTER_SORT_ORDER=
|
|
84
|
+
VISUAL_FILTER_SORT_ORDER=E2GqlJKLsLLsXBGbMRo9oA_Sort Order
|
|
85
85
|
|
|
86
|
-
CONTACT_INFO=
|
|
86
|
+
CONTACT_INFO=CbdfNo4M/6UjHFIQm0UVNQ_Contact Information
|
|
87
87
|
|
|
88
|
-
CONTACT_OPTION=
|
|
88
|
+
CONTACT_OPTION=4TWafBnT/ZlwQ6bL/VVoSA_Microsoft Teams
|
|
89
89
|
|
|
90
90
|
|
|
91
|
-
CONTACT_JOB_TITLE=
|
|
91
|
+
CONTACT_JOB_TITLE=nCg9w+HWvYuDCwlGZwvGEg_Job Title
|
|
92
92
|
|
|
93
|
-
CONTACT_DEPARTMENT=
|
|
93
|
+
CONTACT_DEPARTMENT=FYQUsjfvdDiz5Mp8ilXq4Q_Department
|
|
94
94
|
|
|
95
|
-
CONTACT_EMAIL=
|
|
95
|
+
CONTACT_EMAIL=4FK3X07xjQbJ6WO7SyVE1Q_E-Mail
|
|
96
96
|
|
|
97
|
-
CONTACT_PHONE=
|
|
97
|
+
CONTACT_PHONE=NYtyVBy7LKs3JBNf0ZfiUg_Phone
|
|
98
98
|
|
|
99
|
-
CONTACT_MOBILE=
|
|
99
|
+
CONTACT_MOBILE=IuRRE+B6U2oqnbrk3i3sXw_Mobile
|
|
100
100
|
|
|
101
|
-
CONTACT_FAX=
|
|
101
|
+
CONTACT_FAX=Td3qbOKYpZ4iciTxx6lfsQ_Fax
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
|
|
105
|
-
CONTAINER_VIEW_TABLE=
|
|
105
|
+
CONTAINER_VIEW_TABLE=BXA9te8AaCDGMydaWOelZg_Table View
|
|
106
106
|
|
|
107
|
-
CONTAINER_VIEW_CHART=
|
|
107
|
+
CONTAINER_VIEW_CHART=rtogGqrRhmaN6JlxFUvEbA_Chart View
|
|
108
108
|
|
|
109
|
-
CONTAINER_VIEW_CHARTTABLE=
|
|
109
|
+
CONTAINER_VIEW_CHARTTABLE=9GoE+xEtCIXHZpzDBdqQow_Chart and Table View
|
|
110
110
|
|
|
111
|
-
CONTAINER_VIEW_CROSSTAB=
|
|
111
|
+
CONTAINER_VIEW_CROSSTAB=Vc6XfTQVL7Kl1VrbIwSeuw_Crosstable View
|
|
112
112
|
|
|
113
|
-
FILTER_VISUAL=
|
|
113
|
+
FILTER_VISUAL=yrPG7131vtyaaLsd+xY7iQ_Visual Filter
|
|
114
114
|
|
|
115
|
-
FILTER_COMPACT=
|
|
115
|
+
FILTER_COMPACT=Hxlrf7OKgKpgkqWfV6txLw_Compact Filter
|
|
116
116
|
|
|
117
|
-
VIS_FILTER_TITLE_MD=
|
|
117
|
+
VIS_FILTER_TITLE_MD=CuVLcWS015BDOkctMk6u6g_{0} by {1}
|
|
118
118
|
|
|
119
|
-
VIS_FILTER_TOOLTIP_STATUS_GOOD=
|
|
119
|
+
VIS_FILTER_TOOLTIP_STATUS_GOOD=0FC9vbeS2mlcPKZVEBQDTw_Status\: Good
|
|
120
120
|
|
|
121
|
-
VIS_FILTER_TOOLTIP_STATUS_ERROR=
|
|
121
|
+
VIS_FILTER_TOOLTIP_STATUS_ERROR=C9OGXEm96IECmP31BAQpHQ_Status\: Error
|
|
122
122
|
|
|
123
|
-
VIS_FILTER_TOOLTIP_STATUS_CRITICAL=
|
|
123
|
+
VIS_FILTER_TOOLTIP_STATUS_CRITICAL=ym4KuF5kYPKhyGACZ/Rkkw_Status\: Critical
|
|
124
124
|
|
|
125
|
-
VIS_FILTER_TITLE_MD_WITH_UNIT_CURR=
|
|
125
|
+
VIS_FILTER_TITLE_MD_WITH_UNIT_CURR=goajLSr0SyXnCbarShup9A_{0} in {1}
|
|
126
126
|
|
|
127
|
-
VIS_FILTER_DONUT_OTHER=
|
|
127
|
+
VIS_FILTER_DONUT_OTHER=bHZLf8YEzBFvIKjtp/tfdA_Other
|
|
128
128
|
|
|
129
|
-
VIS_FILTER_GRP_BASIC_TITLE=
|
|
129
|
+
VIS_FILTER_GRP_BASIC_TITLE=g6LDMAUFeCQeqZsr7ukBAg_Basic
|
|
130
130
|
|
|
131
|
-
VIS_FILTER_ITEM_ARIA=
|
|
131
|
+
VIS_FILTER_ITEM_ARIA=mXvmKOZP7X8uTTjUSZ/XUQ_Visual Filter
|
|
132
132
|
|
|
133
|
-
VIS_FILTER_MANDATORY_PROPERTY_ARIA=
|
|
133
|
+
VIS_FILTER_MANDATORY_PROPERTY_ARIA=JGHIFjF/ql9VRNo9N09qRA_{0} required.
|
|
134
134
|
|
|
135
|
-
VIS_FILTER_MANDATORY_PROPERTY_ARIA_LABEL=
|
|
135
|
+
VIS_FILTER_MANDATORY_PROPERTY_ARIA_LABEL=Q9b/NA31GkML7mtrheb+lQ_required.
|
|
136
136
|
|
|
137
|
-
VIS_FILTER_BAR_NAVIGATE_ARIA=
|
|
137
|
+
VIS_FILTER_BAR_NAVIGATE_ARIA=msDRGaeDnfAW2+bTKyRTfA_To move between visual filters, choose the right or left arrow.
|
|
138
138
|
|
|
139
|
-
VIS_FILTER_DIALOG_NAVIGATE_ARIA=
|
|
139
|
+
VIS_FILTER_DIALOG_NAVIGATE_ARIA=HU5duGeRi+v2NbdpCD61ww_To move between visual filters, choose the down or up arrow.
|
|
140
140
|
|
|
141
|
-
VIS_FILTER_ACCESS_FIELDS_ARIA=
|
|
141
|
+
VIS_FILTER_ACCESS_FIELDS_ARIA=AAkNBiYUgG6w1ZJs6V9/ew_Choose the tab to access filter fields.
|
|
142
142
|
|
|
143
|
-
VIS_VALUEHELP_DROPDOWN_SELECTED_COUNT=
|
|
143
|
+
VIS_VALUEHELP_DROPDOWN_SELECTED_COUNT=862dOkEPTFh87KIK63hJlg_Selected {0}\: {1}
|
|
144
144
|
|
|
145
|
-
VIS_VALUEHELP_DROPDOWN_VIEW_SELECTED=
|
|
145
|
+
VIS_VALUEHELP_DROPDOWN_VIEW_SELECTED=pqb6UXTB8xAYEmWMKVLKdg_View Selected
|
|
146
146
|
|
|
147
|
-
VIS_VALUEHELP_DROPDOWN_VIEW_ALL=
|
|
147
|
+
VIS_VALUEHELP_DROPDOWN_VIEW_ALL=cu/nOyErCEB1AQWRdziCzQ_View All
|
|
148
148
|
|
|
149
|
-
VIS_VALUEHELP_DROPDOWN_CLEAR_SELECTION=
|
|
149
|
+
VIS_VALUEHELP_DROPDOWN_CLEAR_SELECTION=MSAgY/Eqat/rqYlUiPszXg_Clear Selection
|
|
150
150
|
|
|
151
|
-
CHARTTABLE_AUTOHIDE_ON=
|
|
151
|
+
CHARTTABLE_AUTOHIDE_ON=znDExau3tvGIQsHQHF02Gw_Show Items Based on Chart Selection Only
|
|
152
152
|
|
|
153
|
-
CHARTTABLE_AUTOHIDE_OFF=
|
|
153
|
+
CHARTTABLE_AUTOHIDE_OFF=3M/vcJCg/n9oc8xW+7CHeQ_Show All Items
|
|
154
154
|
|
|
155
|
-
M_VISUAL_FILTERS_ERROR_MESSAGE_TITLE=
|
|
155
|
+
M_VISUAL_FILTERS_ERROR_MESSAGE_TITLE=omSXctVIDut8QIOoOgLYxQ_Unable to display filter
|
|
156
156
|
|
|
157
|
-
NO_DATA_FOUND_OVERLAY_MESSAGE=
|
|
157
|
+
NO_DATA_FOUND_OVERLAY_MESSAGE=M6ivxLCG42QrgD20SEGTqA_No data found.
|
|
158
158
|
|
|
159
|
-
REQUIRED_FIELDS_OVERLAY_MESSAGE=
|
|
159
|
+
REQUIRED_FIELDS_OVERLAY_MESSAGE=SxG5W0HlqGddA7je0VC4Dg_Unable to display this filter due to the missing mandatory fields.
|
|
160
160
|
|
|
161
|
-
M_VISUAL_FILTERS_ERROR_DATA_TEXT=
|
|
161
|
+
M_VISUAL_FILTERS_ERROR_DATA_TEXT=NAvdrUgX3oExW6bXWEXBhQ_Unable to load data due to a technical issue.
|
|
162
162
|
|
|
163
|
-
M_VISUAL_FILTERS_PROVIDE_FILTER_VAL_SINGLEVF=
|
|
163
|
+
M_VISUAL_FILTERS_PROVIDE_FILTER_VAL_SINGLEVF=tYmhRtNeYcqxR4Eg5YEiAw_Provide a filter value for {0}
|
|
164
164
|
|
|
165
|
-
M_VISUAL_FILTERS_PROVIDE_FILTER_VAL_MULTIPLEVF=
|
|
165
|
+
M_VISUAL_FILTERS_PROVIDE_FILTER_VAL_MULTIPLEVF=iGyTTCkx5tHQI3UnOEwPLA_Provide filter values for all required fields.
|
|
166
166
|
|
|
167
|
-
M_VISUAL_FILTERS_MULTIPLE_CURRENCY=
|
|
167
|
+
M_VISUAL_FILTERS_MULTIPLE_CURRENCY=tbtBOQ5tEYUszH1xW5GqDA_To see this chart, set only one currency for {0}
|
|
168
168
|
|
|
169
|
-
M_VISUAL_FILTERS_MULTIPLE_UNIT=
|
|
169
|
+
M_VISUAL_FILTERS_MULTIPLE_UNIT=z9DgBRvmMVknjGlnU8lFfA_To see this chart, set only one value for {0}
|
|
170
170
|
|
|
171
|
-
M_VISUAL_FILTER_HIDDEN_MEASURE=
|
|
171
|
+
M_VISUAL_FILTER_HIDDEN_MEASURE=U/krFVvGNr9A3MWR08mRzQ_Unable to load visual filter. Measure {0} is marked with UI.Hidden.
|
|
172
172
|
|
|
173
|
-
REQUIRED_VH_FIELDS_OVERLAY_MESSAGE=
|
|
173
|
+
REQUIRED_VH_FIELDS_OVERLAY_MESSAGE=kGsMWv+7GodXULq4yY4p9g_Unable to load data because mandatory fields are missing. Please contact your administrator.
|
|
174
174
|
|
|
175
|
-
INVALID_MEASURE_DONUT_MESSAGE=
|
|
175
|
+
INVALID_MEASURE_DONUT_MESSAGE=QyIkQAU5dGQ8/llsGadbsA_Invalid measure for a donut chart. Ensure that the measure is cumulative and positive.
|
|
176
176
|
|
|
177
|
-
SHARE=
|
|
177
|
+
SHARE=QLOYePe6ukvpLqfyquXYdg_Share
|
|
178
178
|
|
|
179
|
-
VH_SINGLE_SELECTED=
|
|
179
|
+
VH_SINGLE_SELECTED=oDw+DGn/3lz8Zl7yCRDywg_Value Help for {0} with {1} Item Selected
|
|
180
180
|
|
|
181
|
-
VH_MULTI_SELECTED=
|
|
181
|
+
VH_MULTI_SELECTED=bfBsTyIKVuotwKm0iO27PA_Value Help for {0} with {1} Items Selected
|
|
182
182
|
|
|
183
|
-
VALUE_HELP=
|
|
183
|
+
VALUE_HELP=WVxtlAmAqSmimnR0dGT7eg_Value Help for {0}
|
|
184
184
|
|
|
185
|
-
DROPDOWN_WITHOUT_SELECTIONS=
|
|
185
|
+
DROPDOWN_WITHOUT_SELECTIONS=jsM5Z/4BsOtUOO19yFTEgg_Dropdown List for {0}
|
|
186
186
|
|
|
187
|
-
DROPDOWN_WITH_SELECTIONS=
|
|
187
|
+
DROPDOWN_WITH_SELECTIONS=z791II9vOdQmdhz5mz7xEQ_Dropdown List for {0} with {1} Item
|
|
188
188
|
|
|
189
|
-
DP_SINGLE_SELECTED=
|
|
189
|
+
DP_SINGLE_SELECTED=NikDeN3ise1W3OysvjmDBg_{1} item selected for {0}
|
|
190
190
|
|
|
191
|
-
DP_WITHOUT_SELECTIONS=
|
|
191
|
+
DP_WITHOUT_SELECTIONS=Xe1c10eGyyCeEiQQWRQDZw_Select Date
|
|
192
192
|
|
|
193
|
-
NOT_ASSIGNED=
|
|
193
|
+
NOT_ASSIGNED=pdPk+grBhqcKBTZNuLffgw_Not Assigned
|
|
194
194
|
|
|
195
|
-
FILTER_BAR_SHOW_MORE_FILTERS=
|
|
195
|
+
FILTER_BAR_SHOW_MORE_FILTERS=z8ADB/AWZnkkylmVFlwBlA_More Filters ({0})
|
|
196
196
|
|
|
197
|
-
FILTER_BAR_SHOW_CHANGE_FILTERS=
|
|
197
|
+
FILTER_BAR_SHOW_CHANGE_FILTERS=BTL3yeKwdcncR6U2XdYmQQ_Change Filters
|
|
198
198
|
|
|
199
|
-
SELECT_FILTER_FIELDS=
|
|
199
|
+
SELECT_FILTER_FIELDS=A2NIzy8P2KVYTJvMxlRShA_Select Filters
|
|
200
200
|
|
|
201
|
-
FILTER_BAR_SEARCH=
|
|
201
|
+
FILTER_BAR_SEARCH=lfJJFM1GYQQ03ak8T9Vbbg_Search for Filters
|
|
202
202
|
|
|
203
|
-
FORM_PERS_DIALOG_CANCEL=
|
|
203
|
+
FORM_PERS_DIALOG_CANCEL=iCMx/jj+de74/CRo1+Q8Bg_Cancel
|
|
204
204
|
|
|
205
|
-
NODATA_ADAPTFILTERDIALOG=
|
|
205
|
+
NODATA_ADAPTFILTERDIALOG=X/zUKQ1sdxMoVM/E/4Ve+g_No Data
|
|
206
206
|
|
|
207
207
|
|
|
208
208
|
|
|
209
|
-
NODATA_SMARTCHART_ALP=
|
|
209
|
+
NODATA_SMARTCHART_ALP=b4+dme1IR5diqAhlgR8Cwg_To start, set the relevant filters and choose "Go".
|
|
210
210
|
|
|
211
|
-
NODATA_SMARTTABLE_ALP=
|
|
211
|
+
NODATA_SMARTTABLE_ALP=ytIGVYkwdy4OsPwavDap4g_To start, set the relevant filters and choose "Go".
|
|
212
212
|
|
|
213
|
-
MESSAGE_MULTIPLE_VALUES_L_FORM=
|
|
213
|
+
MESSAGE_MULTIPLE_VALUES_L_FORM=80t6854HxXpIIsU4qrp5rw_Some filters are not relevant for tab "{1}" ({0}). Setting these filters has no effect on the results.
|
|
214
214
|
|
|
215
|
-
MESSAGE_MULTIPLE_VALUES_S_FORM=
|
|
215
|
+
MESSAGE_MULTIPLE_VALUES_S_FORM=tw7z9Kkp2BsEsfBSCLFj+A_You cannot use the following filters on the "{1}" tab\: "{0}".
|
|
216
216
|
|
|
@@ -106,7 +106,7 @@ CONTAINER_VIEW_TABLE=Tabu\u013Ekov\u00FD n\u00E1h\u013Ead
|
|
|
106
106
|
|
|
107
107
|
CONTAINER_VIEW_CHART=N\u00E1h\u013Ead na diagram
|
|
108
108
|
|
|
109
|
-
CONTAINER_VIEW_CHARTTABLE=
|
|
109
|
+
CONTAINER_VIEW_CHARTTABLE=Zobrazenie grafu a tabu\u013Eky
|
|
110
110
|
|
|
111
111
|
CONTAINER_VIEW_CROSSTAB=N\u00E1h\u013Ead na kr\u00ED\u017Eov\u00FA tabu\u013Eku
|
|
112
112
|
|
|
@@ -252,6 +252,9 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
252
252
|
* @return {boolean} [Returns status of determining actions to the xml]
|
|
253
253
|
*/
|
|
254
254
|
oAnnotationHelper.hasDeterminingActionsForALP = function(aTableTerm, aChartTerm, sEntitySet, oManifestExt) {
|
|
255
|
+
aTableTerm = aTableTerm || [];
|
|
256
|
+
aChartTerm = aChartTerm || [];
|
|
257
|
+
|
|
255
258
|
if (sEntitySet && oManifestExt && oManifestExt["sap.suite.ui.generic.template.AnalyticalListPage.view.AnalyticalListPage"] &&
|
|
256
259
|
oAnnotationHelper._hasCustomDeterminingActionsInALP(sEntitySet, oManifestExt["sap.suite.ui.generic.template.AnalyticalListPage.view.AnalyticalListPage"]["sap.ui.generic.app"])) { //Check for AnalyticalListPage
|
|
257
260
|
return true;
|
|
@@ -7,8 +7,20 @@ sap.ui.define([
|
|
|
7
7
|
"sap/ui/events/KeyCodes",
|
|
8
8
|
"sap/suite/ui/generic/template/genericUtilities/metadataAnalyser",
|
|
9
9
|
"sap/ui/core/date/UI5Date",
|
|
10
|
-
"sap/base/strings/formatMessage"
|
|
11
|
-
|
|
10
|
+
"sap/base/strings/formatMessage",
|
|
11
|
+
"sap/ui/core/Element"
|
|
12
|
+
], function (
|
|
13
|
+
MetadataAnalyser,
|
|
14
|
+
BaseObject,
|
|
15
|
+
OperationCode,
|
|
16
|
+
V4Terms,
|
|
17
|
+
DateFormat,
|
|
18
|
+
KeyCodes,
|
|
19
|
+
metadataAnalyser,
|
|
20
|
+
UI5Date,
|
|
21
|
+
formatMessage,
|
|
22
|
+
Element
|
|
23
|
+
) {
|
|
12
24
|
"use strict";
|
|
13
25
|
var FilterUtil = BaseObject.extend("sap.suite.ui.generic.template.AnalyticalListPage.util.FilterUtil");
|
|
14
26
|
/**
|
|
@@ -648,7 +660,7 @@ sap.ui.define([
|
|
|
648
660
|
return false;
|
|
649
661
|
}
|
|
650
662
|
//To check FilterDialog filtermode
|
|
651
|
-
//var oSmartFilterBar =
|
|
663
|
+
//var oSmartFilterBar = Element.getElementById(oFilterItem.getSmartFilterId());
|
|
652
664
|
var bFilterDialogMode = this.getFilterDialogMode(oFilterItem.getModel("_templPriv"));
|
|
653
665
|
if (bFilterDialogMode === "compact") {
|
|
654
666
|
return true;
|
|
@@ -808,7 +820,7 @@ sap.ui.define([
|
|
|
808
820
|
if (oEvent.keyCode === KeyCodes.F4) {
|
|
809
821
|
//get the Visual filter on which the action is performed
|
|
810
822
|
//get the control which is focused
|
|
811
|
-
var oFocusedControl =
|
|
823
|
+
var oFocusedControl = Element.getElementById(oEvent.target.id),
|
|
812
824
|
oButton, sRequiredButtonId;
|
|
813
825
|
if (oFocusedControl) {
|
|
814
826
|
var oControlType = oFocusedControl.getMetadata().getElementName();
|
|
@@ -854,8 +866,7 @@ sap.ui.define([
|
|
|
854
866
|
}
|
|
855
867
|
};
|
|
856
868
|
FilterUtil.getF4ButtonId = function(sId) {
|
|
857
|
-
|
|
858
|
-
return oButton;
|
|
869
|
+
return Element.getElementById(sId);
|
|
859
870
|
};
|
|
860
871
|
FilterUtil.isF4Enabled = function(oButton) {
|
|
861
872
|
if (oButton.data("isF4Enabled")) {
|
|
@@ -65,13 +65,13 @@ sap.ui.define([
|
|
|
65
65
|
oDateForPath.type = 'sap.ui.model.type.DateTime';
|
|
66
66
|
aParts.push(oDateForPath);
|
|
67
67
|
|
|
68
|
-
sFunctionName = "
|
|
68
|
+
sFunctionName = "RuntimeFormatters.formatDate";
|
|
69
69
|
sRecordExpression = generatePathForField(aParts, sFunctionName);
|
|
70
70
|
} else if (oCurrency) {
|
|
71
71
|
aParts.push(oRecord.Value);
|
|
72
72
|
aParts.push(oCurrency);
|
|
73
73
|
|
|
74
|
-
sFunctionName = "
|
|
74
|
+
sFunctionName = "RuntimeFormatters.formatCurrency";
|
|
75
75
|
sRecordExpression = generatePathForField(aParts, sFunctionName);
|
|
76
76
|
} else {
|
|
77
77
|
sRecordExpression = OdataAnnotationHelper.format(oInterface, oRecord.Value);
|
|
@@ -9,7 +9,6 @@ sap.ui.define([
|
|
|
9
9
|
"sap/suite/ui/generic/template/lib/ShareUtils",
|
|
10
10
|
"sap/suite/ui/generic/template/genericUtilities/controlHelper",
|
|
11
11
|
"sap/suite/ui/generic/template/genericUtilities/FeLogger",
|
|
12
|
-
"sap/suite/ui/generic/template/genericUtilities/testableHelper",
|
|
13
12
|
"sap/base/util/ObjectPath",
|
|
14
13
|
"sap/suite/ui/generic/template/js/StableIdHelper",
|
|
15
14
|
"sap/base/util/deepExtend",
|
|
@@ -25,10 +24,37 @@ sap.ui.define([
|
|
|
25
24
|
"sap/m/IllustratedMessageType",
|
|
26
25
|
"sap/suite/ui/generic/template/lib/ai/EasyFilterBarHandler",
|
|
27
26
|
"sap/ui/model/FilterOperator",
|
|
28
|
-
"sap/ui/core/message/MessageType"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
27
|
+
"sap/ui/core/message/MessageType",
|
|
28
|
+
"sap/ui/core/Element"
|
|
29
|
+
], function (
|
|
30
|
+
Filter,
|
|
31
|
+
ExtensionAPI,
|
|
32
|
+
listUtils,
|
|
33
|
+
MessageStripHelper,
|
|
34
|
+
IappStateHandler,
|
|
35
|
+
MultipleViewsHandler,
|
|
36
|
+
WorklistHandler,
|
|
37
|
+
ShareUtils,
|
|
38
|
+
controlHelper,
|
|
39
|
+
FeLogger,
|
|
40
|
+
ObjectPath,
|
|
41
|
+
StableIdHelper,
|
|
42
|
+
deepExtend,
|
|
43
|
+
CreateWithDialogHandler,
|
|
44
|
+
CtxMenuHandler,
|
|
45
|
+
MultiEditHandler,
|
|
46
|
+
SelectionVariant,
|
|
47
|
+
InsightsHandler,
|
|
48
|
+
filterSettingsPreparationHelper,
|
|
49
|
+
TableUtil,
|
|
50
|
+
filterHelper,
|
|
51
|
+
AnnotationHelperHiddenTermSupport,
|
|
52
|
+
IllustratedMessageType,
|
|
53
|
+
EasyFilterBarHandler,
|
|
54
|
+
FilterOperator,
|
|
55
|
+
MessageType,
|
|
56
|
+
Element
|
|
57
|
+
) {
|
|
32
58
|
"use strict";
|
|
33
59
|
|
|
34
60
|
var oLogger = new FeLogger("ListReport.controller.ControllerImplementation").getLogger();
|
|
@@ -547,13 +573,6 @@ sap.ui.define([
|
|
|
547
573
|
oState.oMultiEditHandler = new MultiEditHandler(oState, oController, oTemplateUtils);
|
|
548
574
|
oState.oInsightsHandler = new InsightsHandler(oState, oController, oTemplateUtils);
|
|
549
575
|
|
|
550
|
-
oTemplateUtils.oServices.oFioriAIHandler && oTemplateUtils.oServices.oFioriAIHandler.getFioriAIEnabledPromise().then(function() {
|
|
551
|
-
oState.oEasyFilterBarHandler = new EasyFilterBarHandler(oState, oController, oTemplateUtils);
|
|
552
|
-
oState.oEasyFilterBarHandler.initialiseEasyFilterBar();
|
|
553
|
-
});
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
576
|
var oTemplatePrivateModel = oTemplateUtils.oComponentUtils.getTemplatePrivateModel();
|
|
558
577
|
|
|
559
578
|
oTemplatePrivateModel.setProperty("/listReport/aMissingNavProperties", false);
|
|
@@ -696,25 +715,27 @@ sap.ui.define([
|
|
|
696
715
|
|
|
697
716
|
onSmartFilterBarInitialized: function () {
|
|
698
717
|
oState.oIappStateHandler.onSmartFilterBarInitialized();
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
oState.
|
|
718
|
+
// After the SFB is initialized, FE sets default values from different sources. So initialising the EasyFilterBar after the SFB and FE init appState is initialized.
|
|
719
|
+
oTemplateUtils.oServices.oFioriAIHandler && oTemplateUtils.oServices.oFioriAIHandler.getFioriAIEnabledPromise("EasyFilter").then(function() {
|
|
720
|
+
oState.oIappStateHandler.onFEStartupInitialized().then(function() {
|
|
721
|
+
oState.oEasyFilterBarHandler = new EasyFilterBarHandler(oState, oController, oTemplateUtils);
|
|
722
|
+
oState.oEasyFilterBarHandler.initialiseEasyFilterBar();
|
|
723
|
+
oState.oSmartFilterbar.attachFilterChange(function(oEvent) {
|
|
724
|
+
oState.oEasyFilterBarHandler.onFilterChange(oEvent);
|
|
725
|
+
});
|
|
705
726
|
});
|
|
727
|
+
}).catch(function () {
|
|
728
|
+
oLogger.warning("Easy filter is not enabled on this tenant");
|
|
706
729
|
});
|
|
707
730
|
},
|
|
708
731
|
onAfterSFBVariantLoad: function (oEvent) {
|
|
709
732
|
oState.oIappStateHandler.onAfterSFBVariantLoad(oEvent);
|
|
733
|
+
oState.oEasyFilterBarHandler && oState.oEasyFilterBarHandler.handleVariantLoad(oEvent);
|
|
710
734
|
},
|
|
711
735
|
onSmartListDataReceived: function (oEvent) {
|
|
712
736
|
var oSmartList = oEvent.getSource();
|
|
713
737
|
fnOnDataReceived(oSmartList);
|
|
714
738
|
},
|
|
715
|
-
onEasyFilterExecuteSearch: function(oEvent) {
|
|
716
|
-
oState.oEasyFilterBarHandler.onExecuteSearch(oEvent);
|
|
717
|
-
},
|
|
718
739
|
onEasyFilterClearFilters: function(oEvent) {
|
|
719
740
|
oState.oEasyFilterBarHandler.onClearFilters(oEvent);
|
|
720
741
|
},
|
|
@@ -738,6 +759,9 @@ sap.ui.define([
|
|
|
738
759
|
var oTempModel = oTemplateUtils.oComponentUtils.getTemplatePrivateModel();
|
|
739
760
|
if (oTempModel.getProperty("/listReport/filterMode") === "easyFilter") {
|
|
740
761
|
oSmartFilterbar.setVisible(false);
|
|
762
|
+
var oTemplatePrivateModel = oTemplateUtils.oComponentUtils.getTemplatePrivateModel();
|
|
763
|
+
oTemplatePrivateModel.setProperty("/listReport/firstSelection", true);
|
|
764
|
+
oTemplatePrivateModel.setProperty("/generic/bDataAreShownInTable", false);
|
|
741
765
|
} else {
|
|
742
766
|
oSmartFilterbar.setVisible(true);
|
|
743
767
|
}
|
|
@@ -762,7 +786,7 @@ sap.ui.define([
|
|
|
762
786
|
});
|
|
763
787
|
var sCurrentVariant = oState.oSmartFilterbar.getVariantManagement().getId();
|
|
764
788
|
var sCurrentVariantId = oState.oSmartFilterbar.getCurrentVariantId();
|
|
765
|
-
var oAllVariants =
|
|
789
|
+
var oAllVariants = Element.getElementById(sCurrentVariant).getAllVariants();
|
|
766
790
|
var oCurrentVariant = oAllVariants.find(function(variant) {
|
|
767
791
|
return variant.getId() === sCurrentVariantId;
|
|
768
792
|
});
|
|
@@ -64,6 +64,11 @@ sap.ui.define([
|
|
|
64
64
|
onSmartFilterBarInitialized = fnResolve;
|
|
65
65
|
});
|
|
66
66
|
|
|
67
|
+
// Resolve this only after the FE initializes all the filter values from different sources
|
|
68
|
+
var onFEStartupInitializedResolver;
|
|
69
|
+
var onFEStartupInitializedPromise = new Promise(function(fnResolve) {
|
|
70
|
+
onFEStartupInitializedResolver = fnResolve;
|
|
71
|
+
});
|
|
67
72
|
// *** setup wrappers for control states (start)
|
|
68
73
|
|
|
69
74
|
|
|
@@ -805,7 +810,11 @@ sap.ui.define([
|
|
|
805
810
|
// Remark: in case of an appState key in the URL, that could not be analyzed, we should NOT call navigationHandler to parse. In this case, we get an empty object
|
|
806
811
|
// (in contrast to undefined when there's no appstate key)
|
|
807
812
|
|
|
808
|
-
return oSmartFilterBarInitializedPromise.then(
|
|
813
|
+
return oSmartFilterBarInitializedPromise.then(function() {
|
|
814
|
+
var oStartupFinishedPromise = fnParseUrlAndApplyAppState();
|
|
815
|
+
oStartupFinishedPromise.then(onFEStartupInitializedResolver);
|
|
816
|
+
return oStartupFinishedPromise; // return promise to inform controller, when startup is finished
|
|
817
|
+
});
|
|
809
818
|
}
|
|
810
819
|
|
|
811
820
|
var sNavType;
|
|
@@ -824,6 +833,8 @@ sap.ui.define([
|
|
|
824
833
|
oSmartFilterBarInitializedPromise.then(function(){
|
|
825
834
|
// fallback to navType initial, if appState is given in URL, but could not be analyzed => oState is an empty Object
|
|
826
835
|
fnAdaptToAppState(oAppData, {} /* URLparameter are irrelevant if restoring from iAppState */, sNavType);
|
|
836
|
+
// Once the FE is initialized, the promise is resolved so that the SFB contains the updated list of filters
|
|
837
|
+
onFEStartupInitializedResolver();
|
|
827
838
|
});
|
|
828
839
|
return oSmartFilterBarInitializedPromise; // to inform controller, when startup is finished
|
|
829
840
|
}
|
|
@@ -1075,6 +1086,10 @@ sap.ui.define([
|
|
|
1075
1086
|
oDataLoadedWrapper.setState(!!bShouldDataBeLoaded);
|
|
1076
1087
|
}
|
|
1077
1088
|
|
|
1089
|
+
function onFEStartupInitialized(){
|
|
1090
|
+
return onFEStartupInitializedPromise;
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1078
1093
|
return {
|
|
1079
1094
|
areDataShownInTable: areDataShownInTable,
|
|
1080
1095
|
setDataShownInTable: fnSetDataShownInTable,
|
|
@@ -1085,7 +1100,8 @@ sap.ui.define([
|
|
|
1085
1100
|
onAfterSFBVariantLoad: onAfterSFBVariantLoad,
|
|
1086
1101
|
applyState: applyState,
|
|
1087
1102
|
getCurrentAppState: getCurrentAppState, // separation of concerns - only provide state, statePreserver responsible for storing it
|
|
1088
|
-
setFiltersUsingUIState : fnSetFiltersUsingUIState
|
|
1103
|
+
setFiltersUsingUIState : fnSetFiltersUsingUIState,
|
|
1104
|
+
onFEStartupInitialized : onFEStartupInitialized
|
|
1089
1105
|
};
|
|
1090
1106
|
}
|
|
1091
1107
|
|
|
@@ -186,8 +186,8 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
186
186
|
* Provide an option for showing an own message in the message bar above the LR table
|
|
187
187
|
* @param {object} [oMessage] custom message along with type to set on table. If this parameter is faulty an existing message will be removed.
|
|
188
188
|
* @param {string} oMessage.message message string to display
|
|
189
|
-
* @param {string} oMessage.type indicates type of message (sap
|
|
190
|
-
* whether it's
|
|
189
|
+
* @param {string} oMessage.type indicates type of message (sap/ui/core/message/MessageType)
|
|
190
|
+
* whether it's MessageType.Success, MessageType.Warning, MessageType.Error or MessageType.Information.
|
|
191
191
|
* @param {array |string} [vTabKey] If switching between different table views is enabled, this parameter can be used to identify the views which
|
|
192
192
|
* are affected by this call. Faulty values indicate that all views should be affected. Otherwise the value should either be one string or an array of strings
|
|
193
193
|
* identifying the affected variant items.
|
|
@@ -160,14 +160,11 @@ ST_CREATE_WITH_FILTERS=Create with filters
|
|
|
160
160
|
#------------Easy filter related text-----------------------
|
|
161
161
|
# All the easy filter and filter mode related texts are defined here
|
|
162
162
|
|
|
163
|
-
# XTIT,30: Title of the Filter modes in List Report
|
|
164
|
-
ST_EASY_FILTER_TITLE=Filter Mode :
|
|
165
|
-
|
|
166
163
|
# XBUT: Manual filter segmented button text
|
|
167
164
|
ST_MANUAL_FILTER=Classic
|
|
168
165
|
|
|
169
166
|
# XBUT: Easy filter segmented button text
|
|
170
|
-
ST_EASY_FILTER=
|
|
167
|
+
ST_EASY_FILTER=Easy filter
|
|
171
168
|
|
|
172
169
|
#------------End of: Easy filter related text-----------------------
|
|
173
170
|
|