@sapui5/sap.suite.ui.generic.template 1.131.0 → 1.132.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/sap/suite/ui/generic/template/.library +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/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/FilterItemMicroChart.js +19 -4
- 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 +13 -3
- 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/FilterUtil.js +17 -6
- package/src/sap/suite/ui/generic/template/Canvas/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/controller/ControllerImplementation.js +44 -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 +1 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/ControllerImplementation.js +107 -23
- 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 +21 -4
- package/src/sap/suite/ui/generic/template/ObjectPage/extensionAPI/ExtensionAPI.js +29 -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/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 +2 -1
- 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 +142 -194
- package/src/sap/suite/ui/generic/template/designtime/controls/ObjectPageLayout.designtime.js +204 -0
- package/src/sap/suite/ui/generic/template/designtime/controls/SmartFilterBar.designtime.js +236 -0
- package/src/sap/suite/ui/generic/template/designtime/utils/designtimeHelper.js +36 -9
- package/src/sap/suite/ui/generic/template/designtime/utils/designtimeUtils.js +67 -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/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 +3 -2
- 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 +1 -1
- package/src/sap/suite/ui/generic/template/fragments/HeaderForm.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/fragments/HeaderFormDataField.fragment.xml +12 -5
- 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/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 +7 -5
- 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 +3 -2
- package/src/sap/suite/ui/generic/template/genericUtilities/controlHelper.js +10 -9
- 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 +53 -12
- package/src/sap/suite/ui/generic/template/js/QuickTemplates/QuickTemplateComponentFactory.js +25 -13
- package/src/sap/suite/ui/generic/template/lib/AppComponent.js +16 -225
- package/src/sap/suite/ui/generic/template/lib/CRUDHelper.js +5 -3
- package/src/sap/suite/ui/generic/template/lib/CommonEventHandlers.js +11 -4
- package/src/sap/suite/ui/generic/template/lib/CommonUtils.js +37 -12
- 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/MessageStripHelper.js +1 -1
- 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 +24 -4
- 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 +6 -15
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ar.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_bg.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ca.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cnr.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cs.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cy.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_da.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_de.properties +2 -10
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_el.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_GB.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_sappsd.properties +0 -11
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saprigi.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saptrc.properties +174 -149
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es.properties +3 -11
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es_MX.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_et.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fi.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr_CA.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hi.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hr.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hu.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_id.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_it.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_iw.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ja.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_kk.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ko.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lt.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lv.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_mk.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ms.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_nl.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_no.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pl.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt_PT.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ro.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ru.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sh.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sk.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sl.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sr.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sv.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_th.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_tr.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_uk.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_vi.properties +3 -11
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_CN.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_TW.properties +1 -9
- package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +59 -38
- 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 +1 -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
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
sap.ui.define(
|
|
2
|
-
["sap/ui/base/Object",
|
|
3
|
-
|
|
2
|
+
["sap/ui/base/Object",
|
|
3
|
+
"sap/base/util/extend",
|
|
4
|
+
"sap/suite/ui/generic/template/genericUtilities/FeLogger",
|
|
5
|
+
"sap/suite/ui/generic/template/genericUtilities/controlHelper",
|
|
6
|
+
"sap/suite/ui/generic/template/lib/SideEffectUtil",
|
|
7
|
+
"sap/ui/comp/util/SharedUtil"],
|
|
8
|
+
function(BaseObject, extend, FeLogger, controlHelper, SideEffectUtil, SharedUtil) {
|
|
4
9
|
"use strict";
|
|
5
10
|
/**
|
|
6
11
|
* API to be used in extensions of ObjectPage. Breakout coding can access an instance of this class via
|
|
@@ -271,8 +276,8 @@ sap.ui.define(
|
|
|
271
276
|
* Note - Message bar on Page header will be shown only in display mode for dynamic header
|
|
272
277
|
* @param {object} [oMessage] custom message along with type to set on table. If this parameter is faulty an existing message will be removed.
|
|
273
278
|
* @param {string} oMessage.message message string to display
|
|
274
|
-
* @param {string} oMessage.type indicates type of message (sap.ui.core.MessageType)
|
|
275
|
-
* whether it's sap.ui.core.MessageType.Success, sap.ui.core.MessageType.Warning, sap.ui.core.MessageType.Error or sap.ui.core.MessageType.Information.
|
|
279
|
+
* @param {string} oMessage.type indicates type of message (sap.ui.core.message.MessageType)
|
|
280
|
+
* whether it's sap.ui.core.message.MessageType.Success, sap.ui.core.message.MessageType.Warning, sap.ui.core.message.MessageType.Error or sap.ui.core.message.MessageType.Information.
|
|
276
281
|
* @param {string} [sSmartTableId] Id of the table for which message should be set.
|
|
277
282
|
* @param {array |string} [vTabKey] If switching between different table views is enabled, this parameter can be used to identify the views which
|
|
278
283
|
* 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
|
|
@@ -283,7 +288,26 @@ sap.ui.define(
|
|
|
283
288
|
*/
|
|
284
289
|
setCustomMessage: function (oMessage, sSmartTableId, vTabKey, onClose) {
|
|
285
290
|
oState.oMessageStripHelper.setCustomMessage(oMessage, sSmartTableId, vTabKey, onClose);
|
|
286
|
-
}
|
|
291
|
+
},
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
/**
|
|
295
|
+
* Provides an option to Configures a side effect for custom field, the extension controller should be Implemented/Called from "onAfterRendering" method.
|
|
296
|
+
* Note: Navigation property is not supported.
|
|
297
|
+
*
|
|
298
|
+
* @param {Object} oControl - The control object for the custom field.
|
|
299
|
+
* @param {String} sProperty - The name of the property associated with the custom field.
|
|
300
|
+
* @param {String} sEntitySet - The entity set to which the custom field belongs.
|
|
301
|
+
* @returns {function} returns a call back function, And qualifier of the side effect should be passed.
|
|
302
|
+
* Call back function need to be called from controls event-handler.
|
|
303
|
+
* @experimental
|
|
304
|
+
*/
|
|
305
|
+
registerCustomFieldForSideEffect: function (oControl, sProperty, sEntitySet) {
|
|
306
|
+
SideEffectUtil.registerCustomFieldForSideEffect(oControl, sProperty, sEntitySet, oController);
|
|
307
|
+
return function (sFieldName) {
|
|
308
|
+
SideEffectUtil.fieldGroupChangeRegister(oController.getOwnerComponent(), oTemplateUtils, sFieldName, sEntitySet);
|
|
309
|
+
};
|
|
310
|
+
}
|
|
287
311
|
};
|
|
288
312
|
}
|
|
289
313
|
|
|
@@ -1,197 +1,197 @@
|
|
|
1
1
|
|
|
2
|
-
TITLE=
|
|
2
|
+
TITLE=ktcROJ1ev3PquITwX7rGgA_Object Page
|
|
3
3
|
|
|
4
|
-
DESCRIPTION=
|
|
4
|
+
DESCRIPTION=8eaQ10Zt7MO370P9Q/J4Sw_Object Page
|
|
5
5
|
|
|
6
|
-
EDIT=
|
|
6
|
+
EDIT=EWli7HWwZSRTbeNH1aCwnA_Edit
|
|
7
7
|
|
|
8
|
-
CREATE_OBJECT=
|
|
8
|
+
CREATE_OBJECT=1UBCfTvNhNzdw1qg1ywoZA_Create
|
|
9
9
|
|
|
10
|
-
DISPLAY_ACTIVE_VERSION=
|
|
10
|
+
DISPLAY_ACTIVE_VERSION=JCZn3k/sDurZsGXCOo9EPg_Display Saved Version
|
|
11
11
|
|
|
12
|
-
CONTINUE_EDITING=
|
|
12
|
+
CONTINUE_EDITING=lVgEeKbgADDp5qqOGMmmIg_Return to Draft
|
|
13
13
|
|
|
14
|
-
SAVED_VERSION=
|
|
14
|
+
SAVED_VERSION=XVI9U1pBqsZY719lMsCnfA_Saved Version
|
|
15
15
|
|
|
16
|
-
DRAFT_VERSION=
|
|
16
|
+
DRAFT_VERSION=e0GPjtWp3jABWkBIojcC2Q_Draft
|
|
17
17
|
|
|
18
|
-
SAVE=
|
|
18
|
+
SAVE=thqg9RGvXTmOP7Elcl49cw_Save
|
|
19
19
|
|
|
20
|
-
SAVE_AND_EDIT=
|
|
20
|
+
SAVE_AND_EDIT=w7VpC/VJ4j/Bmfe+Ijx8Bw_Save and Edit
|
|
21
21
|
|
|
22
|
-
SAVE_AND_NEXT=
|
|
22
|
+
SAVE_AND_NEXT=jo+9r6krAzPz2xpFQysLAw_Save and Next
|
|
23
23
|
|
|
24
|
-
VALIDATE_DRAFT=
|
|
24
|
+
VALIDATE_DRAFT=vg/tKGcluVd0PpXFvZkn2w_Validate
|
|
25
25
|
|
|
26
|
-
CREATE=
|
|
26
|
+
CREATE=bvZHmb0GE2hHU6+JXFWT8A_Create
|
|
27
27
|
|
|
28
|
-
CLOSE=
|
|
28
|
+
CLOSE=U6a++OPSjXeQkmhh1JlgBg_Close
|
|
29
29
|
|
|
30
|
-
OK
|
|
30
|
+
OK=6Sv2C7CM83MlvjFGNjshCg_OK
|
|
31
31
|
|
|
32
|
-
ADD=
|
|
32
|
+
ADD=Tr9ldDyWxt6jCoc6Y8IZMA_Add
|
|
33
33
|
|
|
34
|
-
SEG_BUTTON_TEXT=
|
|
34
|
+
SEG_BUTTON_TEXT=Z8/ywA0rdeOUlvZ4FzGa8w_{0} ({1})
|
|
35
35
|
|
|
36
|
-
CREATE_DRAFT_MESSAGE_TEXT=
|
|
36
|
+
CREATE_DRAFT_MESSAGE_TEXT=D859Cak8OAC93YZopKUdJA_Create the object.
|
|
37
37
|
|
|
38
|
-
SAVE_DRAFT_MESSAGE_TEXT=
|
|
38
|
+
SAVE_DRAFT_MESSAGE_TEXT=kslTf1cbn9jHsVal8u36Cg_Apply changes to the saved version.
|
|
39
39
|
|
|
40
|
-
KEEP_DRAFT_MESSAGE_TEXT=
|
|
40
|
+
KEEP_DRAFT_MESSAGE_TEXT=E2zSQcYl5WIT/gUlQcmFyw_Changes are only visible to you and have no effect on dependent processes and functions.
|
|
41
41
|
|
|
42
|
-
DISCARD_DRAFT_MESSAGE_TEXT=
|
|
42
|
+
DISCARD_DRAFT_MESSAGE_TEXT=rM60c9aQUjAfljXHuY1qkw_All changes will be lost.
|
|
43
43
|
|
|
44
|
-
RESUME=
|
|
44
|
+
RESUME=ShLzQ9If1ZllCwiOy3NbJQ_Resume
|
|
45
45
|
|
|
46
|
-
MSG_SUBTITLE_ROW=
|
|
46
|
+
MSG_SUBTITLE_ROW=cImAJqRWp4tud8FhufOQ+w_Row\: {0}
|
|
47
47
|
|
|
48
|
-
MSG_SUBTITLE_ROW_HIDDEN=
|
|
48
|
+
MSG_SUBTITLE_ROW_HIDDEN=t8x5XnF82cCzbLJhzAzkng_Row (Hidden)\: {0}
|
|
49
49
|
|
|
50
|
-
MSG_SUBTITLE_ROW_COLUMN
|
|
50
|
+
MSG_SUBTITLE_ROW_COLUMN=/8SeAqob7nbr7HOxlgToaQ_Row\: {0}, Column\: {1}
|
|
51
51
|
|
|
52
|
-
MSG_SUBTITLE_ROW_COLUMN_HIDDEN=
|
|
52
|
+
MSG_SUBTITLE_ROW_COLUMN_HIDDEN=FFHIATrjMaoV/KYIT4CDxw_Row\: {0}, Column (Hidden)\: {1}
|
|
53
53
|
|
|
54
|
-
MSG_SUBTITLE_ROW_HIDDEN_COLUMN=
|
|
54
|
+
MSG_SUBTITLE_ROW_HIDDEN_COLUMN=hD4Z6KsySYhVQQFmXcWOMw_Row (Hidden)\: {0}, Column\: {1}
|
|
55
55
|
|
|
56
|
-
MSG_SUBTITLE_ROW_HIDDEN_COLUMN_HIDDEN=
|
|
56
|
+
MSG_SUBTITLE_ROW_HIDDEN_COLUMN_HIDDEN=286JPSROl02CEPnGc2Ganw_Row (Hidden)\: {0}, Column (Hidden)\: {1}
|
|
57
57
|
|
|
58
|
-
CONTACT_INFO
|
|
58
|
+
CONTACT_INFO=+QcdGVFcivGsU5kl+/4qYQ_Contact Information
|
|
59
59
|
|
|
60
60
|
|
|
61
|
-
CONTACT_OPTION=
|
|
61
|
+
CONTACT_OPTION=jHkm6JhE7Kp10WuqFgN+hg_Microsoft Teams
|
|
62
62
|
|
|
63
|
-
CONTACT_JOB_TITLE=
|
|
63
|
+
CONTACT_JOB_TITLE=2/gSIDcK1xpDzQVDMNp+lg_Job Title
|
|
64
64
|
|
|
65
|
-
CONTACT_DEPARTMENT=
|
|
65
|
+
CONTACT_DEPARTMENT=zuoxfxmzSTJPgqBD71tGQA_Department
|
|
66
66
|
|
|
67
|
-
CONTACT_ADDRESS
|
|
67
|
+
CONTACT_ADDRESS=P/tNuprXH+DQIUAo+gbYIw_Address
|
|
68
68
|
|
|
69
|
-
CONTACT_EMAIL=
|
|
69
|
+
CONTACT_EMAIL=MvyK7MQYqaN50apujOp5QA_E-Mail
|
|
70
70
|
|
|
71
|
-
CONTACT_PHONE=
|
|
71
|
+
CONTACT_PHONE=t0jMvUgsvDkjVVQAxHv5rA_Phone
|
|
72
72
|
|
|
73
|
-
CONTACT_MOBILE=
|
|
73
|
+
CONTACT_MOBILE=pGtL4Gjr/i/gequxU/va0Q_Mobile
|
|
74
74
|
|
|
75
|
-
CONTACT_FAX=
|
|
75
|
+
CONTACT_FAX=f5n83+KJb0VrUMkAcP5wpw_Fax
|
|
76
76
|
|
|
77
|
-
RELATED_APPS=
|
|
77
|
+
RELATED_APPS=d74p444cahpDcfAjzJus+w_Related Apps
|
|
78
78
|
|
|
79
|
-
NO_RELATED_APPS=
|
|
79
|
+
NO_RELATED_APPS=FD7h5QD+RvDq21RSLiyQvQ_No Related Apps Available
|
|
80
80
|
|
|
81
|
-
NOITEMS=
|
|
81
|
+
NOITEMS=j1j3IFnwNaaotmpfZBJ8+Q_No entries found
|
|
82
82
|
|
|
83
|
-
NAVIGATE_TO_DETAIL=
|
|
83
|
+
NAVIGATE_TO_DETAIL=XVsfBiCYDFsr1BHJtc0VZA_Show Details
|
|
84
84
|
|
|
85
|
-
HEADER=
|
|
85
|
+
HEADER=3anGXkWFDXEUWdzYnh3MzQ_Header
|
|
86
86
|
|
|
87
|
-
NEW_ENTRY_GROUP=
|
|
87
|
+
NEW_ENTRY_GROUP=7u2SYzK68GAb41qOMEHa5Q_New entries
|
|
88
88
|
|
|
89
|
-
EDIT_BUTTON_DESCRIPTION=
|
|
89
|
+
EDIT_BUTTON_DESCRIPTION=dJ26fiQ89e3b9FWrdLc+LA_Edit\:
|
|
90
90
|
|
|
91
91
|
|
|
92
|
-
CANCEL_AND_DISCARD=
|
|
92
|
+
CANCEL_AND_DISCARD=dGfq6HwbWi0DXDK2yIlkxw_Discard this draft?
|
|
93
93
|
|
|
94
|
-
DISCARD_EDIT=
|
|
94
|
+
DISCARD_EDIT=RokY+Kg8jYWilvbkP/EuGw_Discard all changes?
|
|
95
95
|
|
|
96
|
-
CANCEL_AND_DISCARD_ND=
|
|
96
|
+
CANCEL_AND_DISCARD_ND=wcD4ao6KJEbRMGK2oA7R1Q_Discard this object?
|
|
97
97
|
|
|
98
|
-
DISCARD=
|
|
98
|
+
DISCARD=JqSzJmzsNaOakJL+zzqcEw_Discard
|
|
99
99
|
|
|
100
|
-
DELETE=
|
|
100
|
+
DELETE=h7E0H2CbU6LISQjvmnRbMg_Delete
|
|
101
101
|
|
|
102
|
-
LOCKED_OBJECT_POPOVER_TITLE=
|
|
102
|
+
LOCKED_OBJECT_POPOVER_TITLE=Lkzg4CKwpqT1YhtvdF5d8g_Locked
|
|
103
103
|
|
|
104
|
-
LOCKED_OBJECT_POPOVER_NO_DATA_TEXT=
|
|
104
|
+
LOCKED_OBJECT_POPOVER_NO_DATA_TEXT=R48QoXoujBdMAMprxtVdgg_No detailed information available.
|
|
105
105
|
|
|
106
|
-
LOCKED_OBJECT_POPOVER_CHANGED_AT=
|
|
106
|
+
LOCKED_OBJECT_POPOVER_CHANGED_AT=zRmqF+FuhcPvxJFjslO4vA_Last changed on {0}
|
|
107
107
|
|
|
108
|
-
DRAFT_OBJECT=
|
|
108
|
+
DRAFT_OBJECT=Qh5vYPWn2v5Nu17YwJSP8w_Draft
|
|
109
109
|
|
|
110
|
-
LOCKED_OBJECT
|
|
110
|
+
LOCKED_OBJECT=bfa4EGJ7kICWHHtnPBQpiA_Locked
|
|
111
111
|
|
|
112
|
-
UNSAVED_CHANGES=
|
|
112
|
+
UNSAVED_CHANGES=2oLSlZevSJYAqtCvX0i7Zg_Unsaved Changes
|
|
113
113
|
|
|
114
|
-
SHARE=
|
|
114
|
+
SHARE=ntCVFQ/TJ+2GFaSqNPyopA_Share
|
|
115
115
|
|
|
116
|
-
SUMMARIZE=
|
|
116
|
+
SUMMARIZE=RBJXRbYuLuYKJwCnq1o4vg_Summarize
|
|
117
117
|
|
|
118
|
-
PASTE_COMPLETE=
|
|
118
|
+
PASTE_COMPLETE=LKFVtsd3ATeQPkKiiMl7hA_Paste Completed
|
|
119
119
|
|
|
120
|
-
PARTIAL_PASTE=
|
|
120
|
+
PARTIAL_PASTE=EwAsOrrcDgyVA6C3Xw5VWA_Partial paste completed. The {0} column was excluded.
|
|
121
121
|
|
|
122
|
-
PARTIAL_PASTE_PLURAL=
|
|
122
|
+
PARTIAL_PASTE_PLURAL=Rqv3HDa+vUeUT6IvRwZ2Sg_Partial paste completed. The {0} columns were excluded.
|
|
123
123
|
|
|
124
124
|
|
|
125
125
|
|
|
126
|
-
PROGRESS_INDICATOR_DISPLAY_VALUE_UOM_IS_PERCENT=
|
|
126
|
+
PROGRESS_INDICATOR_DISPLAY_VALUE_UOM_IS_PERCENT=q9DdR0eBxh4o+gps5qaipA_{0}%
|
|
127
127
|
|
|
128
|
-
PROGRESS_INDICATOR_DISPLAY_VALUE_NO_UOM=
|
|
128
|
+
PROGRESS_INDICATOR_DISPLAY_VALUE_NO_UOM=Rtah/znDq2DfS2wU03uqNw_{0} of {1}
|
|
129
129
|
|
|
130
|
-
PROGRESS_INDICATOR_DISPLAY_VALUE_UOM_IS_NOT_PERCENT
|
|
130
|
+
PROGRESS_INDICATOR_DISPLAY_VALUE_UOM_IS_NOT_PERCENT=/dJCoU6v24JStSE99D0WUQ_{0} of {1} {2}
|
|
131
131
|
|
|
132
132
|
|
|
133
133
|
|
|
134
134
|
|
|
135
|
-
DRAFT_LOCK_EXPIRED=
|
|
135
|
+
DRAFT_LOCK_EXPIRED=GvKULXtj9Bs3tv2aW2rIDQ_Another user edited this object without saving the changes\:\n\n {0} \n\n If you take over, any changes will be lost.
|
|
136
136
|
|
|
137
|
-
OBJECT_SAVED=
|
|
137
|
+
OBJECT_SAVED=Hfk4oUwfrZhXCucR5d19mw_Your changes have been saved.
|
|
138
138
|
|
|
139
|
-
ITEM_CREATED=
|
|
139
|
+
ITEM_CREATED=NAbGcX+4flWSOT9DomeQFw_Item created
|
|
140
140
|
|
|
141
|
-
WAITING_SMARTTABLE=
|
|
141
|
+
WAITING_SMARTTABLE=jaTt7Bd3nXBvOnfA6JTLBQ_Please wait while the data loads...
|
|
142
142
|
|
|
143
|
-
OBJECT_NOT_MODIFIED=
|
|
143
|
+
OBJECT_NOT_MODIFIED=CbxioIYi8MIlxut46WwboA_You haven't made any changes.
|
|
144
144
|
|
|
145
|
-
OBJECT_CREATED=
|
|
145
|
+
OBJECT_CREATED=w6RjV1LttjV2o7IVLoJHeA_Object was created.
|
|
146
146
|
|
|
147
|
-
CREATE_DIALOG_TITLE=
|
|
147
|
+
CREATE_DIALOG_TITLE=HM0Sl0ueue90rv2mhunz0A_New Item
|
|
148
148
|
|
|
149
149
|
|
|
150
|
-
DELETE_WITH_OBJECTINFO=
|
|
150
|
+
DELETE_WITH_OBJECTINFO=Ez1n1ZN7dHajBs5KjcEj0w_Delete this object ({1} {2})?
|
|
151
151
|
|
|
152
|
-
DELETE_WITH_OBJECTTITLE=
|
|
152
|
+
DELETE_WITH_OBJECTTITLE=4SsOoZB3JIQe4hqxoxdnKA_Delete object {0}?
|
|
153
153
|
|
|
154
|
-
SHOW_SIDE_CONTENT
|
|
154
|
+
SHOW_SIDE_CONTENT=+2i4CemeTOPq8VwDpDQO7w_Show Details
|
|
155
155
|
|
|
156
|
-
HIDE_SIDE_CONTENT=
|
|
156
|
+
HIDE_SIDE_CONTENT=ndN2htxJlsPHV+uF6Kip6Q_Hide Details
|
|
157
157
|
|
|
158
|
-
DELETE_SELECTED_ITEM=
|
|
158
|
+
DELETE_SELECTED_ITEM=zf39lBB1jn+I/qPXul8skw_Do you want to delete the item?
|
|
159
159
|
|
|
160
|
-
DELETE_SELECTED_ITEM_WITH_OBJECTINFO=
|
|
160
|
+
DELETE_SELECTED_ITEM_WITH_OBJECTINFO=4YBAfoBDmHI5m6uh89GX4w_Delete item {1} ({2})?
|
|
161
161
|
|
|
162
|
-
DELETE_SELECTED_ITEM_WITH_OBJECTTITLE=
|
|
162
|
+
DELETE_SELECTED_ITEM_WITH_OBJECTTITLE=vcNIt8YsLru0vqxI44VtdA_Delete item {0}?
|
|
163
163
|
|
|
164
|
-
DELETE_SELECTED_ITEMS=
|
|
164
|
+
DELETE_SELECTED_ITEMS=lotWyg2G4DybDEhjKncKnA_Do you want to delete the selected items?
|
|
165
165
|
|
|
166
|
-
DELETE_SUCCESS_PLURAL_WITH_COUNT=
|
|
166
|
+
DELETE_SUCCESS_PLURAL_WITH_COUNT=0WsYnyEH2Xe+jmuuQRKULg_{0} items have been deleted.
|
|
167
167
|
|
|
168
|
-
DELETE_SUCCESS_WITH_COUNT=
|
|
168
|
+
DELETE_SUCCESS_WITH_COUNT=VwW17DDnrOzn1lfZmAfwBg_{0} item has been deleted.
|
|
169
169
|
|
|
170
|
-
DELETE_ERROR_PLURAL_WITH_COUNT=
|
|
170
|
+
DELETE_ERROR_PLURAL_WITH_COUNT=jJc3nULfOpRXR7LjMszZ7Q_{0} items cannot be deleted.
|
|
171
171
|
|
|
172
|
-
DELETE_ERROR_WITH_COUNT=
|
|
172
|
+
DELETE_ERROR_WITH_COUNT=YgwrsguShhZ8x4hDW0kjWw_{0} item cannot be deleted.
|
|
173
173
|
|
|
174
|
-
DELETE_ERROR=
|
|
174
|
+
DELETE_ERROR=njgbswTz1B6zT00bC9iLRQ_The selected item cannot be deleted.
|
|
175
175
|
|
|
176
|
-
DELETE_SUCCESS_PLURAL=
|
|
176
|
+
DELETE_SUCCESS_PLURAL=DyO2fXftYZLHmbTLQWbXYg_The selected items have been deleted.
|
|
177
177
|
|
|
178
|
-
ITEM_DELETED=
|
|
178
|
+
ITEM_DELETED=irQJJqJmmtX8UcJyadhv3Q_Item deleted
|
|
179
179
|
|
|
180
|
-
DELETE_UNDELETABLE_ITEMS=
|
|
180
|
+
DELETE_UNDELETABLE_ITEMS=FlXf/B2WbtG5fLPVKrd5lQ_{0} of {1} items cannot be deleted.
|
|
181
181
|
|
|
182
|
-
DELETE_UNDELETABLE_ITEM=
|
|
182
|
+
DELETE_UNDELETABLE_ITEM=CgrZUhP/9AWfB8eJnxYnCw_This item cannot be deleted.
|
|
183
183
|
|
|
184
|
-
MESSAGE_GROUP_TABLE=
|
|
184
|
+
MESSAGE_GROUP_TABLE=Q8mmUL2pIVEjwSGrOZMdkQ_{0}, table\: {1}
|
|
185
185
|
|
|
186
|
-
GENERIC_MESSAGE_GROUP_NAME=
|
|
186
|
+
GENERIC_MESSAGE_GROUP_NAME=BfyTkzlwJ5udmVClmD2/3Q_Other Messages
|
|
187
187
|
|
|
188
|
-
ENTER_MANDATORY=
|
|
188
|
+
ENTER_MANDATORY=BNUWBvErVMHyb6lDrNeVQQ_Enter a value for the {0} field.
|
|
189
189
|
|
|
190
|
-
REQUIRED_PROP_ERROR=
|
|
190
|
+
REQUIRED_PROP_ERROR=yS/f+Q90MB6UcegBVXH2rw_Enter a value.
|
|
191
191
|
|
|
192
|
-
REQUIRED_PROP_COLUMN_HIDDEN_ERROR=
|
|
193
|
-
REQUIRED_PROP_COLUMN_HIDDEN_ERROR_PLURAL=
|
|
192
|
+
REQUIRED_PROP_COLUMN_HIDDEN_ERROR=ZKx8ckymYOorXoO+WkMxvg_The table contains errors. {0} is a required value but is not displayed in the table. Please add it in the view settings.
|
|
193
|
+
REQUIRED_PROP_COLUMN_HIDDEN_ERROR_PLURAL=2cL9DymBxCXOHJsBlVU44A_The table contains errors. {0} are required values but are not displayed in the table. Please add them in the view settings.
|
|
194
194
|
|
|
195
|
-
T_PAGINATOR_CONTROL_PAGINATOR_TOOLTIP_UP=
|
|
195
|
+
T_PAGINATOR_CONTROL_PAGINATOR_TOOLTIP_UP=gB5zGkF0kC35XW9qOvWN6g_Previous Item
|
|
196
196
|
|
|
197
|
-
T_PAGINATOR_CONTROL_PAGINATOR_TOOLTIP_DOWN=
|
|
197
|
+
T_PAGINATOR_CONTROL_PAGINATOR_TOOLTIP_DOWN=B5MSET0wljTuaPi+N5JLfQ_Next Item
|
|
@@ -115,10 +115,10 @@
|
|
|
115
115
|
</uxap:ObjectPageDynamicHeaderTitle>
|
|
116
116
|
</template:then>
|
|
117
117
|
<template:else>
|
|
118
|
-
<!-- The formatter '
|
|
118
|
+
<!-- The formatter 'RuntimeFormatters.formatImageUrl' is used by 'AH.formatHeaderImage' -->
|
|
119
119
|
<uxap:ObjectPageHeader
|
|
120
120
|
id="objectPageHeader"
|
|
121
|
-
core:require="{
|
|
121
|
+
core:require="{RuntimeFormatters: 'sap/suite/ui/generic/template/js/RuntimeFormatters'}"
|
|
122
122
|
objectTitle="{_templPriv>/objectPage/headerInfo/objectTitle}"
|
|
123
123
|
objectSubtitle="{_templPriv>/objectPage/headerInfo/objectSubtitle}"
|
|
124
124
|
objectImageURI="{parts:[{path: 'entityType>com.sap.vocabularies.UI.v1.HeaderInfo'}, {path: 'parameter>/appComponentName'}], formatter: 'AH.formatHeaderImage'}"
|
package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/CRUDActionButtons.fragment.xml
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
visible="{parts: [{path: 'entitySet>'}, {path: 'listEntitySet>'}, {path: 'parameter>/settings/subPages/'}, {path: 'facet>'}, {path: 'parameter>/settings'}, {path: 'parameter>/isDraftEnabled'}, {path: 'createWithParameterDialog>'}, {path: 'objectPageTableSettings>value/type'}, {path: 'appSettings>/'}], formatter: 'AH.isRelatedEntityCreatable'}">
|
|
16
16
|
<template:if test="!${createAction>isStandardAction}">
|
|
17
17
|
<layoutData>
|
|
18
|
-
<OverflowToolbarLayoutData priority
|
|
18
|
+
<OverflowToolbarLayoutData priority="{path: 'createAction>importance', formatter: 'AH.getToolbarButtonPriorityFromImportance'}"/>
|
|
19
19
|
</layoutData>
|
|
20
20
|
</template:if>
|
|
21
21
|
</Button>
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
<core:CustomData key="Type" value="CRUDActionDelete"/>
|
|
48
48
|
</template:if>
|
|
49
49
|
<layoutData>
|
|
50
|
-
<OverflowToolbarLayoutData priority="{deleteAction>importance}"/>
|
|
50
|
+
<OverflowToolbarLayoutData priority="{path: 'deleteAction>importance', formatter: 'AH.getToolbarButtonPriorityFromImportance'}"/>
|
|
51
51
|
</layoutData>
|
|
52
52
|
</template:else>
|
|
53
53
|
</template:if>
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
visible="{saveAction>visible}" />
|
|
50
50
|
<template:if test="!${saveAction>isStandardAction}">
|
|
51
51
|
<layoutData>
|
|
52
|
-
<OverflowToolbarLayoutData priority="{saveAction>importance}"/>
|
|
52
|
+
<OverflowToolbarLayoutData priority="{path: 'saveAction>importance', formatter: 'AH.getToolbarButtonPriorityFromImportance'}"/>
|
|
53
53
|
</layoutData>
|
|
54
54
|
</template:if>
|
|
55
55
|
</template:with>
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
visible="{saveAction>visible}" />
|
|
80
80
|
<template:if test="!${saveAction>isStandardAction}">
|
|
81
81
|
<layoutData>
|
|
82
|
-
<OverflowToolbarLayoutData priority="{saveAction>importance}"/>
|
|
82
|
+
<OverflowToolbarLayoutData priority="{path: 'saveAction>importance', formatter: 'AH.getToolbarButtonPriorityFromImportance'}"/>
|
|
83
83
|
</layoutData>
|
|
84
84
|
</template:if>
|
|
85
85
|
</template:with>
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
press="{customAction>press}"
|
|
116
116
|
type="Default">
|
|
117
117
|
<layoutData>
|
|
118
|
-
<OverflowToolbarLayoutData priority="{
|
|
118
|
+
<OverflowToolbarLayoutData priority="{path: 'customAction>importance', formatter: 'AH.getToolbarButtonPriorityFromImportance'}"/>
|
|
119
119
|
</layoutData>
|
|
120
120
|
</Button>
|
|
121
121
|
</template:if>
|
package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/HeaderContainer.fragment.xml
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
var="manifestViewExtensions">
|
|
8
8
|
<template:if test="{entityType>com.sap.vocabularies.UI.v1.HeaderInfo/ImageUrl}">
|
|
9
9
|
<template:then>
|
|
10
|
-
<!-- The formatter '
|
|
10
|
+
<!-- The formatter 'RuntimeFormatters.formatImageUrl' is used by 'AH.formatImageUrl' -->
|
|
11
11
|
<Avatar id="objectImage"
|
|
12
|
-
core:require="{
|
|
12
|
+
core:require="{RuntimeFormatters: 'sap/suite/ui/generic/template/js/RuntimeFormatters'}"
|
|
13
13
|
tooltip="{_templPriv>/objectPage/headerInfo/objectTitle}"
|
|
14
14
|
src="{parts:[{path: 'entityType>com.sap.vocabularies.UI.v1.HeaderInfo/ImageUrl'}, {path: 'parameter>/appComponentName'}, {value: true}], formatter: 'AH.formatImageUrl'}"
|
|
15
15
|
displaySize="L"
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
</template:if>
|
|
38
38
|
</template:then>
|
|
39
39
|
<template:elseif test="{entityType>com.sap.vocabularies.UI.v1.HeaderInfo/TypeImageUrl}">
|
|
40
|
-
<!-- The formatter '
|
|
40
|
+
<!-- The formatter 'RuntimeFormatters.formatImageUrl' is used by 'AH.formatImageUrl' -->
|
|
41
41
|
<Avatar id="objectTypeImage"
|
|
42
|
-
core:require="{
|
|
42
|
+
core:require="{RuntimeFormatters: 'sap/suite/ui/generic/template/js/RuntimeFormatters'}"
|
|
43
43
|
tooltip="{_templPriv>/objectPage/headerInfo/objectTitle}"
|
|
44
44
|
src="{parts:[{path: 'entityType>com.sap.vocabularies.UI.v1.HeaderInfo/TypeImageUrl'}, {path: 'parameter>/appComponentName'}, {value: true}], formatter: 'AH.formatImageUrl'}"
|
|
45
45
|
displaySize="L"
|
package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/HeaderImage.fragment.xml
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
<!-- If the ObjectPageDynamicHeaderTitle is not snapped (expanded) the Image in this fragment isn't visible but the Image in the HeaderContent fragment is shown instead -->
|
|
8
8
|
<template:if test="{entityType>com.sap.vocabularies.UI.v1.HeaderInfo/ImageUrl}">
|
|
9
9
|
<template:then>
|
|
10
|
-
<!-- The formatter '
|
|
10
|
+
<!-- The formatter 'RuntimeFormatters.formatImageUrl' is used by 'AH.formatImageUrl' -->
|
|
11
11
|
<Avatar id="template::ObjectPage::TitleImage"
|
|
12
|
-
core:require="{
|
|
12
|
+
core:require="{RuntimeFormatters: 'sap/suite/ui/generic/template/js/RuntimeFormatters'}"
|
|
13
13
|
tooltip="{_templPriv>/objectPage/headerInfo/objectTitle}"
|
|
14
14
|
src="{parts:[{path: 'entityType>com.sap.vocabularies.UI.v1.HeaderInfo/ImageUrl'}, {path: 'parameter>/appComponentName'}, {value: true}], formatter: 'AH.formatImageUrl'}"
|
|
15
15
|
displaySize="S"
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
</template:if>
|
|
37
37
|
</template:then>
|
|
38
38
|
<template:elseif test="{entityType>com.sap.vocabularies.UI.v1.HeaderInfo/TypeImageUrl}">
|
|
39
|
-
<!-- The formatter '
|
|
39
|
+
<!-- The formatter 'RuntimeFormatters.formatImageUrl' is used by 'AH.formatImageUrl' -->
|
|
40
40
|
<Avatar id="template::ObjectPage::TitleImage"
|
|
41
|
-
core:require="{
|
|
41
|
+
core:require="{RuntimeFormatters: 'sap/suite/ui/generic/template/js/RuntimeFormatters'}"
|
|
42
42
|
tooltip="{_templPriv>/objectPage/headerInfo/objectTitle}"
|
|
43
43
|
src="{parts:[{path: 'entityType>com.sap.vocabularies.UI.v1.HeaderInfo/TypeImageUrl'}, {path: 'parameter>/appComponentName'}, {value: true}], formatter: 'AH.formatImageUrl'}"
|
|
44
44
|
displaySize="S"
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
<Button id="{customAction>id}" text="{customAction>text}"
|
|
53
53
|
press="{customAction>press}" type="Transparent">
|
|
54
54
|
<layoutData>
|
|
55
|
-
<OverflowToolbarLayoutData priority
|
|
55
|
+
<OverflowToolbarLayoutData priority="{path: 'customAction>importance', formatter: 'AH.getToolbarButtonPriorityFromImportance'}"/>
|
|
56
56
|
</layoutData>
|
|
57
57
|
</Button>
|
|
58
58
|
</template:repeat>
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
press="{customAction>press}"
|
|
103
103
|
type="Transparent">
|
|
104
104
|
<layoutData>
|
|
105
|
-
<OverflowToolbarLayoutData priority="{customAction>importance}"/>
|
|
105
|
+
<OverflowToolbarLayoutData priority="{path: 'customAction>importance', formatter: 'AH.getToolbarButtonPriorityFromImportance'}"/>
|
|
106
106
|
</layoutData>
|
|
107
107
|
</Button>
|
|
108
108
|
</template:repeat>
|
|
@@ -199,6 +199,7 @@
|
|
|
199
199
|
itemPress="._templateEventHandlers.onListNavigate"
|
|
200
200
|
updateFinished="._templateEventHandlers.checkUpdateFinished"
|
|
201
201
|
sticky="ColumnHeaders,HeaderToolbar,InfoToolbar"
|
|
202
|
+
rememberSelections="false"
|
|
202
203
|
multiSelectMode="{= (${objectPageTableSettings>value/multiSelect} && ${objectPageTableSettings>value/selectAll}) ? 'SelectAll' : 'ClearAll'}">
|
|
203
204
|
<template:with path="objectPageTableSettings>value" var="tableSettings">
|
|
204
205
|
<core:Fragment fragmentName="sap.suite.ui.generic.template.fragments.SmartTableResponsiveTableCommons" type="XML" />
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
|
|
2
|
-
QuickCreate_Disabled=
|
|
2
|
+
QuickCreate_Disabled=xYmkosPBxqtPh4LQDgG8xg_locked by {0}
|
|
3
3
|
|
|
4
|
-
QuickCreate_DeleteLineItem=
|
|
4
|
+
QuickCreate_DeleteLineItem=kb8pk+eFREhI0FXsvTojpQ_Remove line item
|
|
5
5
|
|
|
6
|
-
QuickCreate_Success_CreateObject=
|
|
6
|
+
QuickCreate_Success_CreateObject=XNiA2PQoDlTfcUdKYKPpHA_Object was created.
|
|
7
7
|
|
|
8
|
-
QuickAction_Error_Popover=
|
|
8
|
+
QuickAction_Error_Popover=6RoUBZ9BWK4z24SsJRQ6gg_Error
|
|
9
9
|
|
|
10
|
-
QuickAction_Generic_Error=
|
|
10
|
+
QuickAction_Generic_Error=dw3VFe4yX2wCYPn96nwtjg_An unknown error occurred
|
|
11
11
|
|
|
12
|
-
QuickCreate_Draft_Not_Existing=
|
|
12
|
+
QuickCreate_Draft_Not_Existing=D6aqNyxOUWTs68C3nrR0vQ_The draft no longer exists. It might have been deleted or activated in another app.
|
|
13
13
|
|
|
14
|
-
QuickCreate_No_Created_Object=
|
|
14
|
+
QuickCreate_No_Created_Object=C7h6owTGCZExR+3m4dRofg_The Object has been created, but cannot be found within the OData response object.
|
|
15
15
|
|
|
16
|
-
QuickCreate_CreateButtonText=
|
|
16
|
+
QuickCreate_CreateButtonText=yscBret1XG03p5XU4MD5RA_Create
|
|
17
17
|
|
|
18
|
-
Error_Severity_Error=
|
|
18
|
+
Error_Severity_Error=w7kMh0gHDajQRICAhpW9JQ_Error\: {0}\n\n
|
|
19
19
|
|
|
20
|
-
Error_Severity_Abort=
|
|
20
|
+
Error_Severity_Abort=o9nEr73DvbGqRYGQJKYGHQ_Abort\: {0}\n\n
|
|
21
21
|
|
|
22
|
-
Error_Severity_Warning=
|
|
22
|
+
Error_Severity_Warning=oDgQA7jSnGKinZ8kwdCFWQ_Warning\: {0}\n\n
|
|
23
23
|
|
|
24
|
-
Error_Severity_Info=
|
|
24
|
+
Error_Severity_Info=zz8ll+Q+/vAgeIjfIYiqTg_Info\: {0}\n\n
|
|
25
25
|
|
|
26
|
-
Error_Severity_Termination=
|
|
26
|
+
Error_Severity_Termination=O1KuttujV3uv1cjoHwAl0w_Termination\: {0}\n\n
|
|
27
27
|
|
|
28
|
-
Error_Severity_Success=
|
|
28
|
+
Error_Severity_Success=kMXzVt3uR3IcqIczD1arhQ_Success\: {0}\n\n
|