@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
|
@@ -217,10 +217,6 @@ html[dir="rtl"] .sapSmartTemplatesObjectPage .sapUxAPObjectPageHeaderContent .sa
|
|
|
217
217
|
float: right;
|
|
218
218
|
}
|
|
219
219
|
|
|
220
|
-
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderForm.sapMLabel:after, .sapSmartTemplatesObjectPageHeaderFormLabelNCriticcal.sapMLabel:after, .sapSmartTemplatesObjectPageHeaderFormLabel.sapMLabel:after, .sapSmartTemplatesObjectPageDataPointLabel.sapMLabel:after {
|
|
221
|
-
content: ":";
|
|
222
|
-
}
|
|
223
|
-
|
|
224
220
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderForm .sapSmartTemplatesObjectPageHeaderFormField .sapMText,
|
|
225
221
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderForm .sapSmartTemplatesObjectPageHeaderFormField .sapMLnk,
|
|
226
222
|
.sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageHeaderForm .sapSmartTemplatesObjectPageHeaderFormField.sapMLnk,
|
package/src/sap/suite/ui/generic/template/fragments/ContactDetailsQuickViewGroup.fragment.xml
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
<core:FragmentDefinition xmlns:core="sap.ui.core" xmlns="sap.m"
|
|
2
|
-
xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1"
|
|
3
|
-
template:require="{AHModel: 'sap/ui/model/odata/AnnotationHelper'}">
|
|
4
|
-
|
|
5
|
-
<QuickViewPage icon="{= ${contact>photo} ? ${path: 'contact>photo', formatter: 'AHModel.format'} : 'sap-icon://person-placeholder'}"
|
|
6
|
-
title="{path: 'contact>fn', formatter: 'AHModel.format'}"
|
|
7
|
-
description="{path: 'contact>role', formatter: 'AHModel.format'}">
|
|
8
|
-
<QuickViewGroup>
|
|
9
|
-
|
|
10
|
-
<QuickViewGroupElement label="{i18n>CONTACT_JOB_TITLE}" type="text"
|
|
11
|
-
value="{path: 'contact>title', formatter: 'AHModel.format'}"
|
|
12
|
-
visible="{= !!${contact>title}}"/>
|
|
13
|
-
|
|
14
|
-
<QuickViewGroupElement label="{i18n>CONTACT_DEPARTMENT}" type="text"
|
|
15
|
-
value="{path: 'contact>org', formatter: 'AHModel.format'}"
|
|
16
|
-
visible="{= !!${contact>org}}"/>
|
|
17
|
-
|
|
18
|
-
<QuickViewGroupElement label="{i18n>CONTACT_EMAIL}" type="email"
|
|
19
|
-
value="{path: 'contact>email/[${type/EnumMember}.indexOf(\'ContactInformationType/work\')>=0]/address', formatter: 'AHModel.format'}"
|
|
20
|
-
visible="{= !!${path: 'contact>email/[${type/EnumMember}.indexOf(\'ContactInformationType/work\')>=0]/address', formatter: 'AHModel.format'} }"/>
|
|
21
|
-
|
|
22
|
-
<QuickViewGroupElement label="{i18n>CONTACT_PHONE}" type="phone"
|
|
23
|
-
value="{= ${path: 'contact>tel/[${type/EnumMember}.indexOf(\'PhoneType/work\')>=0]/uri', formatter: 'AHModel.format'}.replace('tel:','') }"
|
|
24
|
-
visible="{= !!${path: 'contact>tel/[${type/EnumMember}.indexOf(\'PhoneType/work\')>=0]/uri'} }"/>
|
|
25
|
-
|
|
26
|
-
<QuickViewGroupElement label="{i18n>CONTACT_MOBILE}" type="{= (${device>/system/phone} || ${device>/system/tablet}) ? 'mobile' : 'phone' }"
|
|
27
|
-
value="{= ${path: 'contact>tel/[${type/EnumMember}.indexOf(\'PhoneType/cell\')>=0]/uri', formatter: 'AHModel.format'}.replace('tel:','') }"
|
|
28
|
-
visible="{= !!${path: 'contact>tel/[${type/EnumMember}.indexOf(\'PhoneType/cell\')>=0]/uri'} }"/>
|
|
29
|
-
|
|
30
|
-
<QuickViewGroupElement label="{i18n>CONTACT_FAX}" type="text"
|
|
31
|
-
value="{= ${path: 'contact>tel/[${type/EnumMember}.indexOf(\'PhoneType/fax\')>=0]/uri', formatter: 'AHModel.format'}.replace('tel:','') }"
|
|
32
|
-
visible="{= !!${path: 'contact>tel/[${type/EnumMember}.indexOf(\'PhoneType/fax\')>=0]/uri'} }"/>
|
|
33
|
-
|
|
34
|
-
</QuickViewGroup>
|
|
35
|
-
</QuickViewPage>
|
|
36
|
-
</core:FragmentDefinition>
|
package/src/sap/suite/ui/generic/template/js/formatters/formatDisplayValueForProgressIndicator.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
sap.ui.define("sap/suite/ui/generic/template/js/formatters/formatDisplayValueForProgressIndicator",
|
|
2
|
-
["sap/suite/ui/generic/template/js/RuntimeFormatters"], function (RuntimeFormatters) {
|
|
3
|
-
"use strict";
|
|
4
|
-
/**
|
|
5
|
-
* Note: This module is just a wrapper for "RuntimeFormatters.formatDisplayValueForProgressIndicator" function.
|
|
6
|
-
*
|
|
7
|
-
* Currently, there's a limitation from UI5 core on the formatter functions.
|
|
8
|
-
* Earlier, the "this" keyword on the formatter function referred to the UI5 control.
|
|
9
|
-
* But, currently (UI5 2.0) the "this" keyword refers to the formatter module.
|
|
10
|
-
*
|
|
11
|
-
* As a temporary work-around, core team has suggested us to keep each formatter function in a separate module
|
|
12
|
-
* and export the formatter function from the module. In this way, the "this" keyword refers to the UI5 control.
|
|
13
|
-
*
|
|
14
|
-
* Once the limitation is resolved by core team, this module can be removed
|
|
15
|
-
* and "RuntimeFormatter" functions can be directly invoked from XML templates
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* @param {string} sValue A string containing the value
|
|
20
|
-
* @param {string} sTarget A string containing the target value
|
|
21
|
-
* @param {string} sUoM A string containing the unit of measure
|
|
22
|
-
* @returns {string} A string containing the text that will be used in the display value of the Progress Indicator
|
|
23
|
-
*/
|
|
24
|
-
|
|
25
|
-
return function (sValue, sTarget, sUoM) {
|
|
26
|
-
return RuntimeFormatters.formatDisplayValueForProgressIndicator.call(this, sValue, sTarget, sUoM);
|
|
27
|
-
};
|
|
28
|
-
});
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
sap.ui.define("sap/suite/ui/generic/template/js/formatters/formatImageUrl",
|
|
2
|
-
["sap/suite/ui/generic/template/js/RuntimeFormatters"], function (RuntimeFormatters) {
|
|
3
|
-
"use strict";
|
|
4
|
-
/**
|
|
5
|
-
* Note: This module is just a wrapper for "RuntimeFormatters.formatImageUrl" function.
|
|
6
|
-
*
|
|
7
|
-
* Currently, there's a limitation from UI5 core on the formatter functions.
|
|
8
|
-
* Earlier, the "this" keyword on the formatter function referred to the UI5 control.
|
|
9
|
-
* But, currently (UI5 2.0) the "this" keyword refers to the formatter module.
|
|
10
|
-
*
|
|
11
|
-
* As a temporary work-around, core team has suggested us to keep each formatter function in a separate module
|
|
12
|
-
* and export the formatter function from the module. In this way, the "this" keyword refers to the UI5 control.
|
|
13
|
-
*
|
|
14
|
-
* Once the limitation is resolved by core team, this module can be removed
|
|
15
|
-
* and "RuntimeFormatter" functions can be directly invoked from XML templates
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
return function (sImageUrl, sAppComponentName, bSuppressIcons) {
|
|
19
|
-
return RuntimeFormatters.formatImageUrl.call(this, sImageUrl, sAppComponentName, bSuppressIcons);
|
|
20
|
-
};
|
|
21
|
-
});
|
package/src/sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorAggregateCount.js
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
sap.ui.define("sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorAggregateCount",
|
|
2
|
-
["sap/suite/ui/generic/template/js/RuntimeFormatters"], function (RuntimeFormatters) {
|
|
3
|
-
"use strict";
|
|
4
|
-
/**
|
|
5
|
-
* Note: This module is just a wrapper for "RuntimeFormatters.formatRatingIndicatorAggregateCount" function.
|
|
6
|
-
*
|
|
7
|
-
* Currently, there's a limitation from UI5 core on the formatter functions.
|
|
8
|
-
* Earlier, the "this" keyword on the formatter function referred to the UI5 control.
|
|
9
|
-
* But, currently (UI5 2.0) the "this" keyword refers to the formatter module.
|
|
10
|
-
*
|
|
11
|
-
* As a temporary work-around, core team has suggested us to keep each formatter function in a separate module
|
|
12
|
-
* and export the formatter function from the module. In this way, the "this" keyword refers to the UI5 control.
|
|
13
|
-
*
|
|
14
|
-
* Once the limitation is resolved by core team, this module can be removed
|
|
15
|
-
* and "RuntimeFormatter" functions can be directly invoked from XML templates
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
return function (vValue) {
|
|
19
|
-
return RuntimeFormatters.formatRatingIndicatorAggregateCount.call(this, vValue);
|
|
20
|
-
};
|
|
21
|
-
});
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
sap.ui.define("sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorFooterText",
|
|
2
|
-
["sap/suite/ui/generic/template/js/RuntimeFormatters"], function (RuntimeFormatters) {
|
|
3
|
-
"use strict";
|
|
4
|
-
/**
|
|
5
|
-
* Note: This module is just a wrapper for "RuntimeFormatters.formatRatingIndicatorFooterText" function.
|
|
6
|
-
*
|
|
7
|
-
* Currently, there's a limitation from UI5 core on the formatter functions.
|
|
8
|
-
* Earlier, the "this" keyword on the formatter function referred to the UI5 control.
|
|
9
|
-
* But, currently (UI5 2.0) the "this" keyword refers to the formatter module.
|
|
10
|
-
*
|
|
11
|
-
* As a temporary work-around, core team has suggested us to keep each formatter function in a separate module
|
|
12
|
-
* and export the formatter function from the module. In this way, the "this" keyword refers to the UI5 control.
|
|
13
|
-
*
|
|
14
|
-
* Once the limitation is resolved by core team, this module can be removed
|
|
15
|
-
* and "RuntimeFormatter" functions can be directly invoked from XML templates
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
return function (vValue, vTargetValue) {
|
|
19
|
-
return RuntimeFormatters.formatRatingIndicatorFooterText.call(this, vValue, vTargetValue);
|
|
20
|
-
};
|
|
21
|
-
});
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
sap.ui.define("sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorSubTitle",
|
|
2
|
-
["sap/suite/ui/generic/template/js/RuntimeFormatters"], function (RuntimeFormatters) {
|
|
3
|
-
"use strict";
|
|
4
|
-
/**
|
|
5
|
-
* Note: This module is just a wrapper for "RuntimeFormatters.formatRatingIndicatorSubTitle" function.
|
|
6
|
-
*
|
|
7
|
-
* Currently, there's a limitation from UI5 core on the formatter functions.
|
|
8
|
-
* Earlier, the "this" keyword on the formatter function referred to the UI5 control.
|
|
9
|
-
* But, currently (UI5 2.0) the "this" keyword refers to the formatter module.
|
|
10
|
-
*
|
|
11
|
-
* As a temporary work-around, core team has suggested us to keep each formatter function in a separate module
|
|
12
|
-
* and export the formatter function from the module. In this way, the "this" keyword refers to the UI5 control.
|
|
13
|
-
*
|
|
14
|
-
* Once the limitation is resolved by core team, this module can be removed
|
|
15
|
-
* and "RuntimeFormatter" functions can be directly invoked from XML templates
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
return function (iSampleSizeValue) {
|
|
19
|
-
return RuntimeFormatters.formatRatingIndicatorSubTitle.call(this, iSampleSizeValue);
|
|
20
|
-
};
|
|
21
|
-
});
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
sap.ui.define("sap/suite/ui/generic/template/js/formatters/setInfoHighlight",
|
|
2
|
-
["sap/suite/ui/generic/template/js/RuntimeFormatters"], function (RuntimeFormatters) {
|
|
3
|
-
"use strict";
|
|
4
|
-
/**
|
|
5
|
-
* Note: This module is just a wrapper for "RuntimeFormatters.setInfoHighlight" function.
|
|
6
|
-
*
|
|
7
|
-
* Currently, there's a limitation from UI5 core on the formatter functions.
|
|
8
|
-
* Earlier, the "this" keyword on the formatter function referred to the UI5 control.
|
|
9
|
-
* But, currently (UI5 2.0) the "this" keyword refers to the formatter module.
|
|
10
|
-
*
|
|
11
|
-
* As a temporary work-around, core team has suggested us to keep each formatter function in a separate module
|
|
12
|
-
* and export the formatter function from the module. In this way, the "this" keyword refers to the UI5 control.
|
|
13
|
-
*
|
|
14
|
-
* Once the limitation is resolved by core team, this module can be removed
|
|
15
|
-
* and "RuntimeFormatter" functions can be directly invoked from XML templates
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
return function (bIsActiveEntity, bHasActiveEntity, bEditable) {
|
|
19
|
-
return RuntimeFormatters.setInfoHighlight.call(this, bIsActiveEntity, bHasActiveEntity, bEditable);
|
|
20
|
-
};
|
|
21
|
-
});
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
sap.ui.define("sap/suite/ui/generic/template/js/formatters/setRowNavigated",
|
|
2
|
-
["sap/suite/ui/generic/template/js/RuntimeFormatters"], function (RuntimeFormatters) {
|
|
3
|
-
"use strict";
|
|
4
|
-
/**
|
|
5
|
-
* Note: This module is just a wrapper for "RuntimeFormatters.setRowNavigated" function.
|
|
6
|
-
*
|
|
7
|
-
* Currently, there's a limitation from UI5 core on the formatter functions.
|
|
8
|
-
* Earlier, the "this" keyword on the formatter function referred to the UI5 control.
|
|
9
|
-
* But, currently (UI5 2.0) the "this" keyword refers to the formatter module.
|
|
10
|
-
*
|
|
11
|
-
* As a temporary work-around, core team has suggested us to keep each formatter function in a separate module
|
|
12
|
-
* and export the formatter function from the module. In this way, the "this" keyword refers to the UI5 control.
|
|
13
|
-
*
|
|
14
|
-
* Once the limitation is resolved by core team, this module can be removed
|
|
15
|
-
* and "RuntimeFormatter" functions can be directly invoked from XML templates
|
|
16
|
-
*/
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* Return the value for the navigated property of the row. Works for both FCL and non-FCL apps.
|
|
20
|
-
* @param {string} sBindingPath of the row that is used to navigate to OP or Sub-OP
|
|
21
|
-
* @return {boolean} true/false to set/unset the property
|
|
22
|
-
*/
|
|
23
|
-
return function (sBindingPath) {
|
|
24
|
-
return RuntimeFormatters.setRowNavigated.call(this, sBindingPath);
|
|
25
|
-
};
|
|
26
|
-
});
|