@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.
Files changed (290) hide show
  1. package/package.json +1 -1
  2. package/src/sap/suite/ui/generic/template/.library +1 -1
  3. package/src/sap/suite/ui/generic/template/AnalyticalListPage/Component.js +0 -4
  4. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/SmartFilterBarExt.js +3 -1
  5. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/SmartKpiTag.js +37 -11
  6. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItem.js +3 -1
  7. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroBar.js +3 -1
  8. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroChart.js +26 -6
  9. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroDonut.js +3 -1
  10. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroLine.js +3 -1
  11. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/SmartVisualFilterBar.js +46 -15
  12. package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/DropDownController.js +42 -17
  13. package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/KpiTagController.js +15 -6
  14. package/src/sap/suite/ui/generic/template/AnalyticalListPage/extensionAPI/ExtensionAPI.js +2 -2
  15. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en_US_saptrc.properties +105 -105
  16. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sk.properties +1 -1
  17. package/src/sap/suite/ui/generic/template/AnalyticalListPage/manifest.json +1 -1
  18. package/src/sap/suite/ui/generic/template/AnalyticalListPage/util/AnnotationHelper.js +3 -0
  19. package/src/sap/suite/ui/generic/template/AnalyticalListPage/util/FilterUtil.js +17 -6
  20. package/src/sap/suite/ui/generic/template/Canvas/manifest.json +1 -1
  21. package/src/sap/suite/ui/generic/template/ListReport/AnnotationHelperSmartList.js +2 -2
  22. package/src/sap/suite/ui/generic/template/ListReport/controller/ControllerImplementation.js +46 -22
  23. package/src/sap/suite/ui/generic/template/ListReport/controller/IappStateHandler.js +18 -2
  24. package/src/sap/suite/ui/generic/template/ListReport/extensionAPI/ExtensionAPI.js +2 -2
  25. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n.properties +1 -4
  26. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ar.properties +1 -3
  27. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_bg.properties +1 -3
  28. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ca.properties +1 -3
  29. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cnr.properties +1 -3
  30. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cs.properties +1 -3
  31. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cy.properties +1 -3
  32. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_da.properties +1 -3
  33. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_de.properties +1 -3
  34. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_el.properties +1 -3
  35. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en.properties +1 -3
  36. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_GB.properties +1 -3
  37. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_US_saprigi.properties +1 -3
  38. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_US_saptrc.properties +58 -58
  39. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_es.properties +1 -3
  40. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_es_MX.properties +1 -3
  41. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_et.properties +1 -3
  42. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fi.properties +1 -3
  43. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr.properties +1 -3
  44. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr_CA.properties +1 -3
  45. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hi.properties +1 -3
  46. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hr.properties +1 -3
  47. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hu.properties +1 -3
  48. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_id.properties +1 -3
  49. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_it.properties +1 -3
  50. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_iw.properties +1 -3
  51. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ja.properties +1 -3
  52. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_kk.properties +1 -3
  53. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ko.properties +1 -3
  54. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_lt.properties +1 -3
  55. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_lv.properties +1 -3
  56. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_mk.properties +1 -3
  57. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ms.properties +1 -3
  58. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_nl.properties +1 -3
  59. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_no.properties +1 -3
  60. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pl.properties +2 -4
  61. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pt.properties +1 -3
  62. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pt_PT.properties +1 -3
  63. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ro.properties +1 -3
  64. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ru.properties +1 -3
  65. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sh.properties +1 -3
  66. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sk.properties +1 -3
  67. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sl.properties +1 -3
  68. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sr.properties +1 -3
  69. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sv.properties +1 -3
  70. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_th.properties +1 -3
  71. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_tr.properties +1 -3
  72. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_uk.properties +1 -3
  73. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_vi.properties +1 -3
  74. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_zh_CN.properties +1 -3
  75. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_zh_TW.properties +1 -3
  76. package/src/sap/suite/ui/generic/template/ListReport/manifest.json +1 -1
  77. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/BreakoutActionButtons.fragment.xml +3 -2
  78. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/FullscreenPage.fragment.xml +1 -1
  79. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartList.fragment.xml +3 -3
  80. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartTable.fragment.xml +2 -1
  81. package/src/sap/suite/ui/generic/template/ObjectPage/Component.js +13 -5
  82. package/src/sap/suite/ui/generic/template/ObjectPage/controller/ControllerImplementation.js +117 -30
  83. package/src/sap/suite/ui/generic/template/ObjectPage/controller/MessageSortingHandler.js +63 -10
  84. package/src/sap/suite/ui/generic/template/ObjectPage/controller/SectionTitleHandler.js +34 -1
  85. package/src/sap/suite/ui/generic/template/ObjectPage/controller/inlineCreationRows/InlineCreationRowsHelper.js +46 -4
  86. package/src/sap/suite/ui/generic/template/ObjectPage/controllerFrameworkExtensions.js +22 -4
  87. package/src/sap/suite/ui/generic/template/ObjectPage/extensionAPI/ExtensionAPI.js +29 -5
  88. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n.properties +37 -6
  89. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ar.properties +25 -5
  90. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_bg.properties +25 -5
  91. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ca.properties +25 -5
  92. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cnr.properties +25 -5
  93. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cs.properties +26 -6
  94. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cy.properties +25 -5
  95. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_da.properties +25 -5
  96. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_de.properties +25 -5
  97. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_el.properties +25 -5
  98. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en.properties +25 -5
  99. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_GB.properties +25 -5
  100. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_US_saprigi.properties +25 -5
  101. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_US_saptrc.properties +95 -95
  102. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_es.properties +25 -5
  103. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_es_MX.properties +25 -5
  104. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_et.properties +25 -5
  105. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fi.properties +25 -5
  106. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fr.properties +25 -5
  107. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fr_CA.properties +25 -5
  108. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hi.properties +25 -5
  109. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hr.properties +25 -5
  110. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hu.properties +25 -5
  111. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_id.properties +25 -5
  112. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_it.properties +25 -5
  113. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_iw.properties +25 -5
  114. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ja.properties +25 -5
  115. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_kk.properties +25 -5
  116. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ko.properties +25 -5
  117. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_lt.properties +25 -5
  118. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_lv.properties +25 -5
  119. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_mk.properties +25 -5
  120. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ms.properties +25 -5
  121. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_nl.properties +25 -5
  122. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_no.properties +25 -5
  123. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pl.properties +25 -5
  124. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pt.properties +25 -5
  125. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pt_PT.properties +25 -5
  126. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ro.properties +26 -6
  127. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ru.properties +25 -5
  128. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sh.properties +25 -5
  129. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sk.properties +25 -5
  130. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sl.properties +25 -5
  131. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sr.properties +25 -5
  132. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sv.properties +25 -5
  133. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_th.properties +25 -5
  134. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_tr.properties +25 -5
  135. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_uk.properties +27 -7
  136. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_vi.properties +25 -5
  137. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_zh_CN.properties +25 -5
  138. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_zh_TW.properties +25 -5
  139. package/src/sap/suite/ui/generic/template/ObjectPage/manifest.json +1 -1
  140. package/src/sap/suite/ui/generic/template/ObjectPage/view/Details.view.xml +2 -2
  141. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/CRUDActionButtons.fragment.xml +2 -2
  142. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/Footer.fragment.xml +3 -3
  143. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/HeaderContainer.fragment.xml +4 -4
  144. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/HeaderImage.fragment.xml +4 -4
  145. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartChart.fragment.xml +1 -1
  146. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartTable.fragment.xml +3 -2
  147. package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_en_US_saptrc.properties +14 -14
  148. package/src/sap/suite/ui/generic/template/QuickCreate/manifest.json +1 -1
  149. package/src/sap/suite/ui/generic/template/QuickView/i18n/i18n_en_US_saptrc.properties +2 -2
  150. package/src/sap/suite/ui/generic/template/QuickView/manifest.json +1 -1
  151. package/src/sap/suite/ui/generic/template/designtime/controls/DynamicPage.designtime.js +198 -193
  152. package/src/sap/suite/ui/generic/template/designtime/controls/ObjectPageLayout.designtime.js +215 -0
  153. package/src/sap/suite/ui/generic/template/designtime/controls/SmartFilterBar.designtime.js +340 -0
  154. package/src/sap/suite/ui/generic/template/designtime/controls/SmartTable.designtime.js +43 -19
  155. package/src/sap/suite/ui/generic/template/designtime/floorplans/AnalyticalListPage.designtime.js +18 -18
  156. package/src/sap/suite/ui/generic/template/designtime/floorplans/ListReport.designtime.js +19 -16
  157. package/src/sap/suite/ui/generic/template/designtime/floorplans/ObjectPage.designtime.js +10 -7
  158. package/src/sap/suite/ui/generic/template/designtime/utils/designtimeHelper.js +52 -37
  159. package/src/sap/suite/ui/generic/template/designtime/utils/designtimeUtils.js +112 -23
  160. package/src/sap/suite/ui/generic/template/detailTemplates/i18n/i18n_en_US_saptrc.properties +6 -6
  161. package/src/sap/suite/ui/generic/template/fragments/BreakoutActions.fragment.xml +2 -2
  162. package/src/sap/suite/ui/generic/template/fragments/DeterminingActions.fragment.xml +3 -2
  163. package/src/sap/suite/ui/generic/template/fragments/DeterminingButton.fragment.xml +18 -20
  164. package/src/sap/suite/ui/generic/template/fragments/EasyFilter.fragment.xml +0 -6
  165. package/src/sap/suite/ui/generic/template/fragments/GlobalActions.fragment.xml +3 -2
  166. package/src/sap/suite/ui/generic/template/fragments/GridTableCells.fragment.xml +7 -6
  167. package/src/sap/suite/ui/generic/template/fragments/HeaderAddress.fragment.xml +2 -1
  168. package/src/sap/suite/ui/generic/template/fragments/HeaderContactWithDetailsPopover.fragment.xml +2 -1
  169. package/src/sap/suite/ui/generic/template/fragments/HeaderDataPointContent.fragment.xml +2 -2
  170. package/src/sap/suite/ui/generic/template/fragments/HeaderForm.fragment.xml +1 -1
  171. package/src/sap/suite/ui/generic/template/fragments/HeaderFormDataField.fragment.xml +14 -7
  172. package/src/sap/suite/ui/generic/template/fragments/HeaderPlainText.fragment.xml +1 -1
  173. package/src/sap/suite/ui/generic/template/fragments/HeaderRatingIndicator.fragment.xml +5 -7
  174. package/src/sap/suite/ui/generic/template/fragments/MessagePopover.fragment.xml +2 -1
  175. package/src/sap/suite/ui/generic/template/fragments/ProgressIndicator.fragment.xml +2 -2
  176. package/src/sap/suite/ui/generic/template/fragments/QuickViewSmartForm.fragment.xml +2 -2
  177. package/src/sap/suite/ui/generic/template/fragments/RatingIndicatorFacet.fragment.xml +2 -2
  178. package/src/sap/suite/ui/generic/template/fragments/SmartFormDataField.fragment.xml +4 -3
  179. package/src/sap/suite/ui/generic/template/fragments/SmartMicroChart.fragment.xml +1 -1
  180. package/src/sap/suite/ui/generic/template/fragments/SmartTableUiTableCommons.fragment.xml +2 -5
  181. package/src/sap/suite/ui/generic/template/fragments/TableCell.fragment.xml +9 -7
  182. package/src/sap/suite/ui/generic/template/fragments/TableColumnListItem.fragment.xml +2 -5
  183. package/src/sap/suite/ui/generic/template/fragments/ToolbarButton.fragment.xml +2 -2
  184. package/src/sap/suite/ui/generic/template/fragments/TreeTableColumns.fragment.xml +4 -3
  185. package/src/sap/suite/ui/generic/template/genericUtilities/controlHelper.js +10 -9
  186. package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartVariantManagementWrapper.js +4 -2
  187. package/src/sap/suite/ui/generic/template/genericUtilities/filterHelper.js +70 -2
  188. package/src/sap/suite/ui/generic/template/genericUtilities/polyFill.js +14 -0
  189. package/src/sap/suite/ui/generic/template/js/AnnotationHelper.js +67 -30
  190. package/src/sap/suite/ui/generic/template/js/AnnotationHelperStreamSupport.js +3 -0
  191. package/src/sap/suite/ui/generic/template/js/QuickTemplates/QuickTemplateComponentFactory.js +25 -14
  192. package/src/sap/suite/ui/generic/template/js/RuntimeFormatters.js +78 -22
  193. package/src/sap/suite/ui/generic/template/lib/AppComponent.js +16 -225
  194. package/src/sap/suite/ui/generic/template/lib/CRUDActionHandler.js +12 -3
  195. package/src/sap/suite/ui/generic/template/lib/CRUDHelper.js +5 -3
  196. package/src/sap/suite/ui/generic/template/lib/CommonEventHandlers.js +24 -5
  197. package/src/sap/suite/ui/generic/template/lib/CommonUtils.js +78 -48
  198. package/src/sap/suite/ui/generic/template/lib/ComponentUtils.js +3 -3
  199. package/src/sap/suite/ui/generic/template/lib/ContextBookkeeping.js +39 -23
  200. package/src/sap/suite/ui/generic/template/lib/FlexibleColumnLayoutHandler.js +13 -5
  201. package/src/sap/suite/ui/generic/template/lib/FlexibleColumnLayoutHelper.js +168 -0
  202. package/src/sap/suite/ui/generic/template/lib/MessageButtonHelper.js +6 -0
  203. package/src/sap/suite/ui/generic/template/lib/MessageStripHelper.js +1 -1
  204. package/src/sap/suite/ui/generic/template/lib/RetryAfterHandler.js +2 -3
  205. package/src/sap/suite/ui/generic/template/lib/ShellPersonalizationService.js +137 -0
  206. package/src/sap/suite/ui/generic/template/lib/SideEffectUtil.js +56 -1
  207. package/src/sap/suite/ui/generic/template/lib/TemplateComponent.js +26 -7
  208. package/src/sap/suite/ui/generic/template/lib/ai/EasyFilterBarHandler.js +91 -36
  209. package/src/sap/suite/ui/generic/template/lib/ai/FioriAIHandler.js +30 -35
  210. package/src/sap/suite/ui/generic/template/lib/deletionHelper.js +10 -2
  211. package/src/sap/suite/ui/generic/template/lib/filterHelper.js +7 -3
  212. package/src/sap/suite/ui/generic/template/lib/i18n/i18n.properties +9 -15
  213. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ar.properties +3 -9
  214. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_bg.properties +3 -9
  215. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ca.properties +3 -9
  216. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cnr.properties +3 -9
  217. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cs.properties +3 -9
  218. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cy.properties +3 -9
  219. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_da.properties +3 -9
  220. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_de.properties +7 -13
  221. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_el.properties +3 -9
  222. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en.properties +3 -9
  223. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_GB.properties +3 -9
  224. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saprigi.properties +7 -11
  225. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saptrc.properties +183 -149
  226. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es.properties +6 -12
  227. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es_MX.properties +3 -9
  228. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_et.properties +3 -9
  229. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fi.properties +3 -9
  230. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr.properties +3 -9
  231. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr_CA.properties +3 -9
  232. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hi.properties +3 -9
  233. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hr.properties +3 -9
  234. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hu.properties +5 -11
  235. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_id.properties +3 -9
  236. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_it.properties +3 -9
  237. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_iw.properties +3 -9
  238. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ja.properties +3 -9
  239. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_kk.properties +3 -9
  240. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ko.properties +3 -9
  241. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lt.properties +3 -9
  242. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lv.properties +3 -9
  243. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_mk.properties +3 -9
  244. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ms.properties +3 -9
  245. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_nl.properties +3 -9
  246. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_no.properties +3 -9
  247. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pl.properties +3 -9
  248. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt.properties +3 -9
  249. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt_PT.properties +3 -9
  250. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ro.properties +3 -9
  251. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ru.properties +3 -9
  252. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sh.properties +3 -9
  253. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sk.properties +3 -9
  254. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sl.properties +3 -9
  255. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sr.properties +3 -9
  256. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sv.properties +3 -9
  257. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_th.properties +3 -9
  258. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_tr.properties +3 -9
  259. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_uk.properties +3 -9
  260. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_vi.properties +5 -11
  261. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_CN.properties +3 -9
  262. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_TW.properties +3 -9
  263. package/src/sap/suite/ui/generic/template/lib/insights/InsightsCardHelper.js +27 -11
  264. package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +59 -38
  265. package/src/sap/suite/ui/generic/template/lib/presentationControl/SmartTableHandler.js +93 -1
  266. package/src/sap/suite/ui/generic/template/library.js +7 -3
  267. package/src/sap/suite/ui/generic/template/listTemplates/fragments/ChartActions.fragment.xml +4 -3
  268. package/src/sap/suite/ui/generic/template/listTemplates/fragments/DetailSmartTable.fragment.xml +4 -3
  269. package/src/sap/suite/ui/generic/template/listTemplates/i18n/i18n_en_US_saptrc.properties +1 -1
  270. package/src/sap/suite/ui/generic/template/manifestMerger/ChangePageConfiguration.js +4 -1
  271. package/src/sap/suite/ui/generic/template/manifestMerger/MergerUtil.js +27 -1
  272. package/src/sap/suite/ui/generic/template/support/DiagnosticsTool/DiagnosticsTool.js +15 -3
  273. package/src/sap/suite/ui/generic/template/support/DiagnosticsTool/view/DiagnosticsTool.view.xml +0 -24
  274. package/src/sap/suite/ui/generic/template/support/lib/CommonChecks.js +11 -19
  275. package/src/sap/suite/ui/generic/template/themes/base/ObjectPage.less +0 -4
  276. package/src/sap/suite/ui/generic/template/themes/sap_belize_base/ObjectPage.less +0 -4
  277. package/src/sap/suite/ui/generic/template/themes/sap_bluecrystal_base/ObjectPage.less +0 -4
  278. package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcb/AnalyticalListPage.less +0 -1
  279. package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcw/AnalyticalListPage.less +0 -1
  280. package/src/sap/suite/ui/generic/template/themes/sap_hcb/base_ObjectPage.less +0 -4
  281. package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcb/AnalyticalListPage.less +0 -1
  282. package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcw/AnalyticalListPage.less +0 -1
  283. package/src/sap/suite/ui/generic/template/fragments/ContactDetailsQuickViewGroup.fragment.xml +0 -36
  284. package/src/sap/suite/ui/generic/template/js/formatters/formatDisplayValueForProgressIndicator.js +0 -28
  285. package/src/sap/suite/ui/generic/template/js/formatters/formatImageUrl.js +0 -21
  286. package/src/sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorAggregateCount.js +0 -21
  287. package/src/sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorFooterText.js +0 -21
  288. package/src/sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorSubTitle.js +0 -21
  289. package/src/sap/suite/ui/generic/template/js/formatters/setInfoHighlight.js +0 -21
  290. package/src/sap/suite/ui/generic/template/js/formatters/setRowNavigated.js +0 -26
@@ -603,7 +603,8 @@ sap.ui.define([
603
603
  oHelperModel.setProperty("/heartBeat", iHeartBeat);
604
604
  };
605
605
  return {
606
- getSubtitle: getSubtitle
606
+ getSubtitle: getSubtitle,
607
+ getDescription: getDescription
607
608
  };
608
609
  });
609
610
  });
@@ -702,22 +703,33 @@ sap.ui.define([
702
703
  return Promise.all(aMessageDetailsRetrievedPromises);
703
704
  }
704
705
 
705
- function getSubtitleForRow(oMessageInTableInfo){
706
- var sI18NKey = "MSG_SUBTITLE_ROW";
707
- var aParams = [oMessageInTableInfo.rowIdentifier];
706
+ function getSubtitleForRow(oMessageInTableInfo, oTableInfo, oMessage, aColumnsForMessage){
707
+ let sI18NKey = "MSG_SUBTITLE_ROW";
708
+ let oColumn = null;
709
+ let aParams = [];
710
+ let sErrorColumnLabel = oMessageInTableInfo?.columnInfo?.label;
708
711
  if (!oMessageInTableInfo.rowCurrentlyShown){
709
712
  sI18NKey += "_HIDDEN";
710
713
  }
711
- if (oMessageInTableInfo.columnInfo){
712
- aParams.push(oMessageInTableInfo.columnInfo.label);
714
+ if (!sErrorColumnLabel){
715
+ sErrorColumnLabel = oTableInfo.presentationControlHandler.getColumnLabelForMessage(oMessage);
716
+ }
717
+ if (aColumnsForMessage.length === 1){
718
+ oColumn = aColumnsForMessage.pop();
719
+ aParams = [oColumn.sLabel, oColumn.sValue];
713
720
  sI18NKey += "_COLUMN";
714
- if (oMessageInTableInfo.columnInfo.hidden){
721
+ if (oColumn.bHidden){
715
722
  sI18NKey += "_HIDDEN";
716
723
  }
724
+ } else if (aColumnsForMessage.length === 0){
725
+ sI18NKey += "_EMPTY";
726
+ aParams = [sErrorColumnLabel];
727
+ } else {
728
+ sI18NKey += "_MORE_DETAILS";
717
729
  }
718
730
  return oTemplateUtils.oCommonUtils.getText(sI18NKey, aParams);
719
731
  }
720
-
732
+
721
733
  function getSubtitle(sMsgId, sAdditionalText){
722
734
  var oPlacementInfo = getMessagePlacementInfo(sMsgId);
723
735
  var oTable = oPlacementInfo.groupers[1];
@@ -730,12 +742,53 @@ sap.ui.define([
730
742
  if (!oMessageInTableInfo && oPlacementInfo.message.validation){
731
743
  oMessageInTableInfo = fnAddValidationInfoToTableInfo(oPlacementInfo.message, oTableInfo);
732
744
  }
733
- if (oMessageInTableInfo && oMessageInTableInfo.rowIdentifier){
734
- return getSubtitleForRow(oMessageInTableInfo);
745
+ if (oMessageInTableInfo && oMessageInTableInfo.index >= 0){
746
+ const oItemContext = oTableInfo.presentationControlHandler.getItemContextForMessage(oPlacementInfo.message);
747
+ var aColumnsForMessage = oTableInfo.presentationControlHandler.getRelevantColumnsForMessage(oItemContext);
748
+ return getSubtitleForRow(oMessageInTableInfo, oTableInfo, oPlacementInfo.message, aColumnsForMessage);
749
+ }
750
+ }
751
+ return sAdditionalText;
752
+ }
753
+
754
+ function getDescription(sMsgId, sAdditionalText){
755
+ const oPlacementInfo = getMessagePlacementInfo(sMsgId);
756
+ const oTable = oPlacementInfo.groupers[1];
757
+ if (!oTable){
758
+ return sAdditionalText;
759
+ }
760
+ const oTableInfo = getTableInfo(oTable);
761
+ const oMessageInTableInfo = oTableInfo && oTableInfo.messageToMsgInTableInfo[sMsgId];
762
+ if (oMessageInTableInfo && oMessageInTableInfo.index >= 0){
763
+ const oItemContext = oTableInfo.presentationControlHandler.getItemContextForMessage(oPlacementInfo.message);
764
+ const aColumnsForMessage = oTableInfo.presentationControlHandler.getRelevantColumnsForMessage(oItemContext);
765
+ if (aColumnsForMessage.length > 1){
766
+ return getDescriptionForRow(oMessageInTableInfo, oTableInfo, oPlacementInfo.message, aColumnsForMessage);
735
767
  }
736
768
  }
737
769
  return sAdditionalText;
738
770
  }
771
+
772
+ function getDescriptionForRow(oMessageInTableInfo, oTableInfo, oMessage, aColumnsForMessage){
773
+ const sNewLine = "\n";
774
+ const getText = oTemplateUtils.oCommonUtils.getText;
775
+ const sTableText = getText("MSG_DESCRIPTION_ROW_TABLE", [oTableInfo.table.getHeader()]) + sNewLine;
776
+ const sRowHeaderText = (oMessageInTableInfo.rowCurrentlyShown ? getText("MSG_DESCRIPTION_ROW") : getText("MSG_DESCRIPTION_ROW_HIDDEN")) + sNewLine;
777
+ let sRowText = "";
778
+ let sErrorColumnLabel = oMessageInTableInfo?.columnInfo?.label;
779
+ if (!sErrorColumnLabel){
780
+ sErrorColumnLabel = oTableInfo.presentationControlHandler.getColumnLabelForMessage(oMessage);
781
+ }
782
+ let sErrorColumnText = getText("MSG_DESCRIPTION_COLUMN", [sErrorColumnLabel]);
783
+ for (const oColumn of aColumnsForMessage){
784
+ if (oColumn.bHidden){
785
+ sRowText += getText("MSG_DESCRIPTION_COLUMN_VALUE_HIDDEN", [oColumn.sLabel, oColumn.sValue]) + sNewLine;
786
+ } else {
787
+ sRowText += getText("MSG_DESCRIPTION_COLUMN_VALUE", [oColumn.sLabel, oColumn.sValue]) + sNewLine;
788
+ }
789
+ }
790
+ return sTableText + sRowHeaderText + sRowText + sErrorColumnText;
791
+ }
739
792
 
740
793
  // public instance methods
741
794
  return {
@@ -109,9 +109,42 @@ sap.ui.define(["sap/ui/base/Object", "sap/base/util/extend", "sap/suite/ui/gener
109
109
  }
110
110
  }
111
111
 
112
+ //This logic is only for the first subsection
113
+ //If the title of the subsection is not visible, then set the title level of all the controls to H4 to maintain the proper hierarchy.
114
+ function fnAdjustSubSectionTitle(oFirstSubSection) {
115
+ if (oFirstSubSection && typeof oFirstSubSection.getTitleVisible === "function" && !oFirstSubSection.getTitleVisible()) {
116
+ var aBlocks = oFirstSubSection.getAggregation("blocks");
117
+ if (aBlocks && aBlocks.length > 0) {
118
+ var oBlock = aBlocks[0];
119
+ if (oBlock.isA("sap.ui.layout.Grid")) {
120
+ var aContent = oBlock.getAggregation("content");
121
+ if (aContent && aContent.length > 0) {
122
+ aContent.forEach(function(oControl) {
123
+ //The title handling for other smart controls (SmartTable and SmartChart) is already handled.
124
+ if (oControl.isA("sap.ui.comp.smartform.SmartForm")) {
125
+ var oContent = oControl.getAggregation("content");
126
+ var oFormContainers = oContent.getAggregation("formContainers");
127
+ if (oFormContainers && oFormContainers.length > 0) {
128
+ oFormContainers.forEach(function(oFormContainer) {
129
+ var oTitle = oFormContainer.getAggregation("title");
130
+ if (oTitle) {
131
+ oTitle.setProperty("level", "H4");
132
+ }
133
+ });
134
+ }
135
+ }
136
+ });
137
+ }
138
+ }
139
+ }
140
+ }
141
+
142
+ }
143
+
112
144
  // public instance methods
113
145
  return {
114
- setAsTitleOwner: fnSetAsTitleOwner
146
+ setAsTitleOwner: fnSetAsTitleOwner,
147
+ adjustSubSectionTitle: fnAdjustSubSectionTitle
115
148
  };
116
149
  }
117
150
 
@@ -3,8 +3,15 @@ sap.ui.define([
3
3
  "sap/ui/base/Object",
4
4
  "sap/suite/ui/generic/template/genericUtilities/controlHelper",
5
5
  "sap/base/util/extend",
6
- "sap/suite/ui/generic/template/ObjectPage/controller/inlineCreationRows/RequiredPropHelper"
7
- ], function (BaseObject, controlHelper, extend, RequiredPropHelper) {
6
+ "sap/suite/ui/generic/template/ObjectPage/controller/inlineCreationRows/RequiredPropHelper",
7
+ "sap/ui/core/Element"
8
+ ], function (
9
+ BaseObject,
10
+ controlHelper,
11
+ extend,
12
+ RequiredPropHelper,
13
+ Element
14
+ ) {
8
15
  "use strict";
9
16
 
10
17
  /**
@@ -84,6 +91,7 @@ sap.ui.define([
84
91
  mContextWithCreatablePathByTableId = new Map(),
85
92
  oEditedRowContexts = new Set(),
86
93
  mRequiredPropHelperByTableId = new Map(),
94
+ mDefaultValuePromiseByTableId = new Map(),
87
95
  oGridTableWithRowsUpdatedEvent = new Set();
88
96
 
89
97
  /**
@@ -164,6 +172,30 @@ sap.ui.define([
164
172
 
165
173
  var oBindingParams = oEvent.getParameters().bindingParams;
166
174
  var fnOldDataReceived = oBindingParams.events.dataReceived || Function.prototype;
175
+ var fnOldDataRequested = oBindingParams.events.dataRequested || Function.prototype;
176
+
177
+ //Fires the default value function call in parallel with the table read call
178
+ oBindingParams.events.dataRequested = function (oDataRequestedEvent) {
179
+ fnOldDataRequested.call(this, oDataRequestedEvent);
180
+ var sSmartTableCreationMode = fnGetSmartTableCreationMode(oSmartTable);
181
+ var sUIModelProp = oUIModelPropForCreationMode[sSmartTableCreationMode];
182
+ var oBindingContext = oSmartTable.getBindingContext();
183
+ var bIsDraftInfoAvailable = !!oBindingContext.getObject();
184
+ var oDraftInfo = bIsDraftInfoAvailable ? oTemplateUtils.oServices.oApplication.getDraftInfoForContext(oBindingContext) : null;
185
+ var oUIProperties = {
186
+ "/editable": oDraftInfo?.bIsDraft,
187
+ "/createMode": oDraftInfo?.bIsCreate
188
+ };
189
+ /**
190
+ * The parallel DVF call should be fired only when the draft info is available and
191
+ * a. for creationRows, oDraftInfo.bIsDraft is true
192
+ * b. for creationRowsHiddenInEditMode, oDraftInfo.bIsCreate is true
193
+ */
194
+ if (oUIProperties[sUIModelProp]) {
195
+ mDefaultValuePromiseByTableId.set(oSmartTable.getId(), fnFetchDefaultValues(oSmartTable));
196
+ }
197
+ };
198
+
167
199
  oBindingParams.events.dataReceived = function (oDataReceivedEvent) {
168
200
  fnOldDataReceived.call(this, oDataReceivedEvent);
169
201
  var oSmartTableHandler = fnGetSmartTableHandler(oSmartTable),
@@ -262,7 +294,7 @@ sap.ui.define([
262
294
  if (oEvent.getSource().getValue()) { // called by the change of UI Model
263
295
  var oTablesToBeProcessedOnCreationMode = oTablesWaitingForUIModelChange[sSmartTableCreationMode];
264
296
  oTablesToBeProcessedOnCreationMode.forEach(function (sSmartTableId) {
265
- var oControl = sap.ui.getCore().byId(sSmartTableId);
297
+ var oControl = Element.getElementById(sSmartTableId);
266
298
  fnAddCreationRows(oControl).then(function () {
267
299
  oTablesToBeProcessedOnCreationMode.delete(sSmartTableId);
268
300
  });
@@ -328,7 +360,15 @@ sap.ui.define([
328
360
 
329
361
  return new Promise(function(fnResolve) {
330
362
  fnWaitUntilSmartTableReceivesBindingContext(oSmartTable).then(function () {
331
- return fnFetchDefaultValues(oSmartTable);
363
+ var oDefaultValuePromise;
364
+ var sSmartTableId = oSmartTable.getId();
365
+ //In case a DVF Promise is already available for a table then use it
366
+ if (mDefaultValuePromiseByTableId.has(sSmartTableId)) {
367
+ oDefaultValuePromise = mDefaultValuePromiseByTableId.get(sSmartTableId);
368
+ } else {
369
+ oDefaultValuePromise = fnFetchDefaultValues(oSmartTable);
370
+ }
371
+ return oDefaultValuePromise;
332
372
  }).then(function (oDefaultValues) {
333
373
  // In cases of user input then create a new empty row
334
374
  if (bIsOnUserInput) {
@@ -359,6 +399,8 @@ sap.ui.define([
359
399
  if (bIsLengthFinal && oItemsBinding.isResolved() && bIsCreationAllowedByPath && !bTableHasCreationRows && !oItemsBinding.bIsBeingDestroyed) { // no inline creation rows have been added yet
360
400
  // for responsive table, the very first creation is at the start and the following at the end
361
401
  createInactiveLineItem(oItemsBinding, oDefaultValues, !bResponsiveTable);
402
+ // to avoid outdated values from being used we clear the cache
403
+ mDefaultValuePromiseByTableId.delete(oSmartTable.getId());
362
404
  // Hide navigation and delete controls on inactive rows
363
405
  var fnAfterRenderCallback = fnUpdateTableRows.bind(null, oTable);
364
406
  fnInvokeCallbackAfterRendering(oTable, fnAfterRenderCallback);
@@ -28,7 +28,8 @@ sap.ui.define([
28
28
  onChildOpenedExtension: { "public": true, "final": false, overrideExecution: OverrideExecution.After},
29
29
  onSubSectionEnteredExtension: { "public": true, "final": false, overrideExecution: OverrideExecution.After},
30
30
  beforeSmartLinkPopoverOpensExtension: { "public": true, "final": false, overrideExecution: OverrideExecution.After},
31
- onBeforeExportTableExtension: { "public": true, "final": false, overrideExecution: OverrideExecution.After}
31
+ onBeforeExportTableExtension: { "public": true, "final": false, overrideExecution: OverrideExecution.After},
32
+ focusOnEditExtension:{ "public": true, "final": false, overrideExecution: OverrideExecution.After}
32
33
  }
33
34
  },
34
35
 
@@ -262,6 +263,23 @@ sap.ui.define([
262
263
  */
263
264
  getContext: function(oContext) {
264
265
  return oContext;
265
- }
266
- };
267
- });
266
+ },
267
+
268
+ /**
269
+ * Extension point for the application to specify the control to focus on in the object page upon edit.
270
+ *
271
+ * @param {String} sSelectedSection - The ID of the selected section.
272
+ * @returns {sap.ui.core.Control} - The control that needs to be focused.
273
+ *
274
+ * The returned control must meet the following criteria:
275
+ * - Be focusable and have a "focus" property.
276
+ * - Be visible within the viewport.
277
+ *
278
+ * If the returned control does not satisfy these conditions, the standard focus handling logic is executed.
279
+ * @protected
280
+ */
281
+ focusOnEditExtension: function (sSelectedSection) {
282
+ return {};
283
+ }
284
+ };
285
+ });
@@ -1,6 +1,11 @@
1
1
  sap.ui.define(
2
- ["sap/ui/base/Object", "sap/base/util/extend", "sap/suite/ui/generic/template/genericUtilities/FeLogger", "sap/suite/ui/generic/template/genericUtilities/controlHelper"],
3
- function(BaseObject, extend, FeLogger, controlHelper) {
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 MessageType.Success, MessageType.Warning, MessageType.Error or 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
 
@@ -68,21 +68,52 @@ DISCARD_DRAFT_MESSAGE_TEXT=All changes will be lost.
68
68
  RESUME=Resume
69
69
 
70
70
  # XMSG, 40
71
- MSG_SUBTITLE_ROW=Row: {0}
71
+ MSG_SUBTITLE_ROW=Row\: {0}
72
72
 
73
- MSG_SUBTITLE_ROW_HIDDEN=Row (Hidden): {0}
73
+ # XMSG, 40
74
+ MSG_SUBTITLE_ROW_COLUMN=Row\: {0}\: {1}
75
+
76
+ # XMSG, 40
77
+ MSG_SUBTITLE_ROW_COLUMN_HIDDEN=Row\: {0} (Hidden)\: {1}
78
+
79
+ # XMSG, 40
80
+ MSG_SUBTITLE_ROW_MORE_DETAILS=Row\: See Message Details
81
+
82
+ # XMSG, 40
83
+ MSG_SUBTITLE_ROW_EMPTY=Column\: {0}
84
+
85
+ # XMSG, 40
86
+ MSG_SUBTITLE_ROW_HIDDEN=Row (Hidden)\: {0}\: {1}
87
+
88
+ # XMSG, 40
89
+ MSG_SUBTITLE_ROW_HIDDEN_COLUMN=Row (Hidden)\: {0}\: {1}
90
+
91
+ # XMSG, 40
92
+ MSG_SUBTITLE_ROW_HIDDEN_COLUMN_HIDDEN=Row (Hidden)\: {0} (Hidden)\: {1}
93
+
94
+ # XMSG, 40
95
+ MSG_SUBTITLE_ROW_HIDDEN_MORE_DETAILS=Row\: See Message Details
96
+
97
+ # XMSG, 40
98
+ MSG_SUBTITLE_ROW_HIDDEN_EMPTY=Column\: {0}
99
+
100
+ # XMSG, 40
101
+ MSG_DESCRIPTION_ROW_TABLE=Table\: {0}
102
+
103
+ # XMSG, 40
104
+ MSG_DESCRIPTION_ROW=Row\:
74
105
 
75
106
  # XMSG, 40
76
- MSG_SUBTITLE_ROW_COLUMN=Row: {0}, Column: {1}
107
+ MSG_DESCRIPTION_ROW_HIDDEN=Row (Hidden)\:
77
108
 
78
109
  # XMSG, 40
79
- MSG_SUBTITLE_ROW_COLUMN_HIDDEN=Row: {0}, Column (Hidden): {1}
110
+ MSG_DESCRIPTION_COLUMN=Column\: {0}
80
111
 
81
112
  # XMSG, 40
82
- MSG_SUBTITLE_ROW_HIDDEN_COLUMN=Row (Hidden): {0}, Column: {1}
113
+ MSG_DESCRIPTION_COLUMN_VALUE={0}\: {1}
83
114
 
84
115
  # XMSG, 40
85
- MSG_SUBTITLE_ROW_HIDDEN_COLUMN_HIDDEN=Row (Hidden): {0}, Column (Hidden): {1}
116
+ MSG_DESCRIPTION_COLUMN_VALUE_HIDDEN={0} (Hidden)\: {1}
86
117
 
87
118
  # XTIT,30: Title of a form with contact person information
88
119
  CONTACT_INFO=Contact Information
@@ -45,15 +45,35 @@ RESUME=\u0627\u0633\u062A\u0626\u0646\u0627\u0641
45
45
 
46
46
  MSG_SUBTITLE_ROW=\u0627\u0644\u0635\u0641\: {0}
47
47
 
48
- MSG_SUBTITLE_ROW_HIDDEN=\u0627\u0644\u0635\u0641 (\u0645\u062E\u0641\u064A)\: {0}
48
+ MSG_SUBTITLE_ROW_COLUMN=\u0627\u0644\u0635\u0641\: {0}\: {1}
49
49
 
50
- MSG_SUBTITLE_ROW_COLUMN=\u0627\u0644\u0635\u0641 {0}\u060C \u0627\u0644\u0639\u0645\u0648\u062F \: {1}
50
+ MSG_SUBTITLE_ROW_COLUMN_HIDDEN=\u0627\u0644\u0635\u0641\: {0} (\u0645\u062E\u0641\u064A)\: {1}
51
51
 
52
- MSG_SUBTITLE_ROW_COLUMN_HIDDEN=\u0627\u0644\u0635\u0641\: {0}\u060C \u0627\u0644\u0639\u0645\u0648\u062F (\u0645\u062E\u0641\u064A)\: {1}
52
+ MSG_SUBTITLE_ROW_MORE_DETAILS=\u0627\u0644\u0635\u0641\: \u0631\u0627\u062C\u0639 \u062A\u0641\u0627\u0635\u064A\u0644 \u0627\u0644\u0631\u0633\u0627\u0644\u0629
53
53
 
54
- MSG_SUBTITLE_ROW_HIDDEN_COLUMN=\u0627\u0644\u0635\u0641 (\u0645\u062E\u0641\u064A)\: {0}\u060C \u0627\u0644\u0639\u0645\u0648\u062F\: {1}
54
+ MSG_SUBTITLE_ROW_EMPTY=\u0627\u0644\u0639\u0645\u0648\u062F\: {0}
55
55
 
56
- MSG_SUBTITLE_ROW_HIDDEN_COLUMN_HIDDEN=\u0627\u0644\u0635\u0641 (\u0645\u062E\u0641\u064A)\: {0}\u060C \u0627\u0644\u0639\u0645\u0648\u062F (\u0645\u062E\u0641\u064A)\: {1}
56
+ MSG_SUBTITLE_ROW_HIDDEN=\u0627\u0644\u0639\u0645\u0648\u062F\: {0} (\u0645\u062E\u0641\u064A)\: {1}
57
+
58
+ MSG_SUBTITLE_ROW_HIDDEN_COLUMN=\u0627\u0644\u0639\u0645\u0648\u062F (\u0645\u062E\u0641\u064A)\: {0}\: {1}
59
+
60
+ MSG_SUBTITLE_ROW_HIDDEN_COLUMN_HIDDEN=\u0627\u0644\u0635\u0641 (\u0645\u062E\u0641\u064A)\: {0} (\u0645\u062E\u0641\u064A)\: {1}
61
+
62
+ MSG_SUBTITLE_ROW_HIDDEN_MORE_DETAILS=\u0627\u0644\u0635\u0641\: \u0631\u0627\u062C\u0639 \u062A\u0641\u0627\u0635\u064A\u0644 \u0627\u0644\u0631\u0633\u0627\u0644\u0629
63
+
64
+ MSG_SUBTITLE_ROW_HIDDEN_EMPTY=\u0627\u0644\u0639\u0645\u0648\u062F\: {0}
65
+
66
+ MSG_DESCRIPTION_ROW_TABLE=\u0627\u0644\u062C\u062F\u0648\u0644\: {0}
67
+
68
+ MSG_DESCRIPTION_ROW=\u0627\u0644\u0635\u0641\:
69
+
70
+ MSG_DESCRIPTION_ROW_HIDDEN=\u0627\u0644\u0635\u0641 (\u0645\u062E\u0641\u064A)\:
71
+
72
+ MSG_DESCRIPTION_COLUMN=\u0627\u0644\u0639\u0645\u0648\u062F\: {0}
73
+
74
+ MSG_DESCRIPTION_COLUMN_VALUE={0}\: {1}
75
+
76
+ MSG_DESCRIPTION_COLUMN_VALUE_HIDDEN={0} (\u0645\u062E\u0641\u0649)\: {1}
57
77
 
58
78
  CONTACT_INFO=\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062C\u0647\u0629 \u0627\u0644\u0627\u062A\u0635\u0627\u0644
59
79
 
@@ -45,15 +45,35 @@ RESUME=\u0412\u044A\u0437\u043E\u0431\u043D\u043E\u0432\u044F\u0432\u0430\u043D\
45
45
 
46
46
  MSG_SUBTITLE_ROW=\u0420\u0435\u0434\: {0}
47
47
 
48
- MSG_SUBTITLE_ROW_HIDDEN=\u0420\u0435\u0434 (\u0441\u043A\u0440\u0438\u0442\u0438)\: {0}
48
+ MSG_SUBTITLE_ROW_COLUMN=\u0420\u0435\u0434\: {0}\: {1}
49
49
 
50
- MSG_SUBTITLE_ROW_COLUMN=\u0420\u0435\u0434\: {0}, \u043A\u043E\u043B\u043E\u043D\u0430\: {1}
50
+ MSG_SUBTITLE_ROW_COLUMN_HIDDEN=\u0420\u0435\u0434\: {0} (\u0441\u043A\u0440\u0438\u0442\u0438)\: {1}
51
51
 
52
- MSG_SUBTITLE_ROW_COLUMN_HIDDEN=\u0420\u0435\u0434\: {0}, \u043A\u043E\u043B\u043E\u043D\u0430 (\u0441\u043A\u0440\u0438\u0442\u0438)\: {1}
52
+ MSG_SUBTITLE_ROW_MORE_DETAILS=\u0420\u0435\u0434\: \u0412\u0438\u0436\u0442\u0435 \u0434\u0430\u043D\u043D\u0438\u0442\u0435 \u0437\u0430 \u0441\u044A\u043E\u0431\u0449\u0435\u043D\u0438\u0435\u0442\u043E
53
53
 
54
- MSG_SUBTITLE_ROW_HIDDEN_COLUMN=\u0420\u0435\u0434 (\u0441\u043A\u0440\u0438\u0442\u0438)\: {0}, \u043A\u043E\u043B\u043E\u043D\u0430\: {1}
54
+ MSG_SUBTITLE_ROW_EMPTY=\u041A\u043E\u043B\u043E\u043D\u0430\: {0}
55
55
 
56
- MSG_SUBTITLE_ROW_HIDDEN_COLUMN_HIDDEN=\u0420\u0435\u0434 (\u0441\u043A\u0440\u0438\u0442\u0438)\: {0}, \u043A\u043E\u043B\u043E\u043D\u0430 (\u0441\u043A\u0440\u0438\u0442\u0438)\: {1}
56
+ MSG_SUBTITLE_ROW_HIDDEN=\u0420\u0435\u0434 (\u0441\u043A\u0440\u0438\u0442\u0438)\: {0}\: {1}
57
+
58
+ MSG_SUBTITLE_ROW_HIDDEN_COLUMN=\u0420\u0435\u0434 (\u0441\u043A\u0440\u0438\u0442\u0438)\: {0}\: {1}
59
+
60
+ MSG_SUBTITLE_ROW_HIDDEN_COLUMN_HIDDEN=\u0420\u0435\u0434 (\u0441\u043A\u0440\u0438\u0442\u0438)\: {0} (\u0441\u043A\u0440\u0438\u0442\u0438)\: {1}
61
+
62
+ MSG_SUBTITLE_ROW_HIDDEN_MORE_DETAILS=\u0420\u0435\u0434\: \u0412\u0438\u0436\u0442\u0435 \u0434\u0430\u043D\u043D\u0438\u0442\u0435 \u0437\u0430 \u0441\u044A\u043E\u0431\u0449\u0435\u043D\u0438\u0435\u0442\u043E
63
+
64
+ MSG_SUBTITLE_ROW_HIDDEN_EMPTY=\u041A\u043E\u043B\u043E\u043D\u0430\: {0}
65
+
66
+ MSG_DESCRIPTION_ROW_TABLE=\u0422\u0430\u0431\u043B\u0438\u0446\u0430\: {0}
67
+
68
+ MSG_DESCRIPTION_ROW=\u0420\u0435\u0434\:
69
+
70
+ MSG_DESCRIPTION_ROW_HIDDEN=\u0420\u0435\u0434 (\u0441\u043A\u0440\u0438\u0442\u0438)\:
71
+
72
+ MSG_DESCRIPTION_COLUMN=\u041A\u043E\u043B\u043E\u043D\u0430\: {0}
73
+
74
+ MSG_DESCRIPTION_COLUMN_VALUE={0}\: {1}
75
+
76
+ MSG_DESCRIPTION_COLUMN_VALUE_HIDDEN={0} (\u0441\u043A\u0440\u0438\u0442\u0438)\: {1}
57
77
 
58
78
  CONTACT_INFO=\u0418\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F \u0437\u0430 \u043A\u043E\u043D\u0442\u0430\u043A\u0442
59
79
 
@@ -45,15 +45,35 @@ RESUME=Continuar
45
45
 
46
46
  MSG_SUBTITLE_ROW=Fila\: {0}
47
47
 
48
- MSG_SUBTITLE_ROW_HIDDEN=Fila (oculta)\: {0}
48
+ MSG_SUBTITLE_ROW_COLUMN=Fila\: {0}\: {1}
49
49
 
50
- MSG_SUBTITLE_ROW_COLUMN=Fila\: {0}, columna \: {1}
50
+ MSG_SUBTITLE_ROW_COLUMN_HIDDEN=Fila\: {0} (oculta)\: {1}
51
51
 
52
- MSG_SUBTITLE_ROW_COLUMN_HIDDEN=Fila\: {0}, columna (oculta)\: {1}
52
+ MSG_SUBTITLE_ROW_MORE_DETAILS=Fila\: Mostra els detalls del missatge
53
53
 
54
- MSG_SUBTITLE_ROW_HIDDEN_COLUMN=Fila (oculta)\: {0}, columna\: {1}
54
+ MSG_SUBTITLE_ROW_EMPTY=Columna\: {0}
55
55
 
56
- MSG_SUBTITLE_ROW_HIDDEN_COLUMN_HIDDEN=Fila (oculta)\: {0}, columna (oculta)\: {1}
56
+ MSG_SUBTITLE_ROW_HIDDEN=Fila (oculta)\: {0}\: {1}
57
+
58
+ MSG_SUBTITLE_ROW_HIDDEN_COLUMN=Fila (oculta)\: {0}\: {1}
59
+
60
+ MSG_SUBTITLE_ROW_HIDDEN_COLUMN_HIDDEN=Fila (oculta)\: {0} (oculta)\: {1}
61
+
62
+ MSG_SUBTITLE_ROW_HIDDEN_MORE_DETAILS=Fila\: Mostra els detalls del missatge
63
+
64
+ MSG_SUBTITLE_ROW_HIDDEN_EMPTY=Columna\: {0}
65
+
66
+ MSG_DESCRIPTION_ROW_TABLE=Taula\: {0}
67
+
68
+ MSG_DESCRIPTION_ROW=Fila\:
69
+
70
+ MSG_DESCRIPTION_ROW_HIDDEN=Fila (oculta)\:
71
+
72
+ MSG_DESCRIPTION_COLUMN=Columna\: {0}
73
+
74
+ MSG_DESCRIPTION_COLUMN_VALUE={0}\: {1}
75
+
76
+ MSG_DESCRIPTION_COLUMN_VALUE_HIDDEN={0} (oculta)\: {1}
57
77
 
58
78
  CONTACT_INFO=Informaci\u00F3 de contacte
59
79
 
@@ -45,15 +45,35 @@ RESUME=Nastavi
45
45
 
46
46
  MSG_SUBTITLE_ROW=Red\: {0}
47
47
 
48
- MSG_SUBTITLE_ROW_HIDDEN=Red (skriveno)\: {0}
48
+ MSG_SUBTITLE_ROW_COLUMN=Red\: {0}\: {1}
49
49
 
50
- MSG_SUBTITLE_ROW_COLUMN=Red\: {0}, kolona\: {1}
50
+ MSG_SUBTITLE_ROW_COLUMN_HIDDEN=Red\: {0} (skriveno)\: {1}
51
51
 
52
- MSG_SUBTITLE_ROW_COLUMN_HIDDEN=Red\: {0}, kolona (skriveno)\: {1}
52
+ MSG_SUBTITLE_ROW_MORE_DETAILS=Red\: Pogledajte detalje poruke
53
53
 
54
- MSG_SUBTITLE_ROW_HIDDEN_COLUMN=Red (skriveno)\: {0}, kolona\: {1}
54
+ MSG_SUBTITLE_ROW_EMPTY=Kolona\: {0}
55
55
 
56
- MSG_SUBTITLE_ROW_HIDDEN_COLUMN_HIDDEN=Red (skriveno)\: {0}, kolona (skriveno)\: {1}
56
+ MSG_SUBTITLE_ROW_HIDDEN=Red (skriveno)\: {0}\: {1}
57
+
58
+ MSG_SUBTITLE_ROW_HIDDEN_COLUMN=Red (skriveno)\: {0}\: {1}
59
+
60
+ MSG_SUBTITLE_ROW_HIDDEN_COLUMN_HIDDEN=Red (skriveno)\: {0} (skriveno)\: {1}
61
+
62
+ MSG_SUBTITLE_ROW_HIDDEN_MORE_DETAILS=Red\: Pogledajte detalje poruke
63
+
64
+ MSG_SUBTITLE_ROW_HIDDEN_EMPTY=Kolona\: {0}
65
+
66
+ MSG_DESCRIPTION_ROW_TABLE=Tabela\: {0}
67
+
68
+ MSG_DESCRIPTION_ROW=Red\:
69
+
70
+ MSG_DESCRIPTION_ROW_HIDDEN=Red (skriveno)\:
71
+
72
+ MSG_DESCRIPTION_COLUMN=Kolona\: {0}
73
+
74
+ MSG_DESCRIPTION_COLUMN_VALUE={0}\: {1}
75
+
76
+ MSG_DESCRIPTION_COLUMN_VALUE_HIDDEN={0} (skriveno)\: {1}
57
77
 
58
78
  CONTACT_INFO=Informacije o kontaktu
59
79
 
@@ -43,17 +43,37 @@ DISCARD_DRAFT_MESSAGE_TEXT=V\u0161echny zm\u011Bny se ztrat\u00ED.
43
43
 
44
44
  RESUME=Pokra\u010Dovat
45
45
 
46
- MSG_SUBTITLE_ROW=\u0158\u00E1dek\: {0}
46
+ MSG_SUBTITLE_ROW=\u0158\u00E1dka\: {0}
47
47
 
48
- MSG_SUBTITLE_ROW_HIDDEN=\u0158\u00E1dek (skryt\u00FD)\: {0}
48
+ MSG_SUBTITLE_ROW_COLUMN=\u0158\u00E1dka\: {0}\: {1}
49
49
 
50
- MSG_SUBTITLE_ROW_COLUMN=\u0158\u00E1dek\: {0}, sloupec\: {1}
50
+ MSG_SUBTITLE_ROW_COLUMN_HIDDEN=\u0158\u00E1dka\: {0} (skryt\u00E1)\: {1}
51
51
 
52
- MSG_SUBTITLE_ROW_COLUMN_HIDDEN=\u0158\u00E1dek\: {0}, sloupec (skryt\u00FD)\: {1}
52
+ MSG_SUBTITLE_ROW_MORE_DETAILS=\u0158\u00E1dka\: Viz detaily zpr\u00E1vy
53
53
 
54
- MSG_SUBTITLE_ROW_HIDDEN_COLUMN=\u0158\u00E1dek (skryt\u00FD)\: {0}, sloupec\: {1}
54
+ MSG_SUBTITLE_ROW_EMPTY=Sloupec\: {0}
55
55
 
56
- MSG_SUBTITLE_ROW_HIDDEN_COLUMN_HIDDEN=\u0158\u00E1dek (skryt\u00FD)\: {0}, sloupec (skryt\u00FD)\: {1}
56
+ MSG_SUBTITLE_ROW_HIDDEN=\u0158\u00E1dka\: (skryt\u00E1)\: {0}\: {1}
57
+
58
+ MSG_SUBTITLE_ROW_HIDDEN_COLUMN=\u0158\u00E1dka\: (skryt\u00E1)\: {0}\: {1}
59
+
60
+ MSG_SUBTITLE_ROW_HIDDEN_COLUMN_HIDDEN=\u0158\u00E1dka (skryt\u00E1)\: {0} (skryt\u00E1)\: {1}
61
+
62
+ MSG_SUBTITLE_ROW_HIDDEN_MORE_DETAILS=\u0158\u00E1dka\: Viz detaily zpr\u00E1vy
63
+
64
+ MSG_SUBTITLE_ROW_HIDDEN_EMPTY=Sloupec\: {0}
65
+
66
+ MSG_DESCRIPTION_ROW_TABLE=Tabulka\: {0}
67
+
68
+ MSG_DESCRIPTION_ROW=\u0158\u00E1dka\:
69
+
70
+ MSG_DESCRIPTION_ROW_HIDDEN=\u0158\u00E1dka\: (skryt\u00E1)\:
71
+
72
+ MSG_DESCRIPTION_COLUMN=Sloupec\: {0}
73
+
74
+ MSG_DESCRIPTION_COLUMN_VALUE={0}\: {1}
75
+
76
+ MSG_DESCRIPTION_COLUMN_VALUE_HIDDEN={0} (skryt\u00E9)\: {1}
57
77
 
58
78
  CONTACT_INFO=Kontaktn\u00ED informace
59
79
 
@@ -45,15 +45,35 @@ RESUME=Ailgydio
45
45
 
46
46
  MSG_SUBTITLE_ROW=Rhes\: {0}
47
47
 
48
- MSG_SUBTITLE_ROW_HIDDEN=Rhes (Cuddedig)\: {0}
48
+ MSG_SUBTITLE_ROW_COLUMN=Rhes\: {0}\: {1}
49
49
 
50
- MSG_SUBTITLE_ROW_COLUMN=Rhes\: {0}, Colofn\: {1}
50
+ MSG_SUBTITLE_ROW_COLUMN_HIDDEN=Rhes\: {0} (Cuddedig)\: {1}
51
51
 
52
- MSG_SUBTITLE_ROW_COLUMN_HIDDEN=Rhes\: {0}, Colofn (Cuddedig)\: {1}
52
+ MSG_SUBTITLE_ROW_MORE_DETAILS=Rhes\: Gweld Manylion y Neges
53
53
 
54
- MSG_SUBTITLE_ROW_HIDDEN_COLUMN=Rhes (Cuddedig)\: {0}, Colofn\: {1}
54
+ MSG_SUBTITLE_ROW_EMPTY=Colofn\: {0}
55
55
 
56
- MSG_SUBTITLE_ROW_HIDDEN_COLUMN_HIDDEN=Rhes (Cuddedig)\: {0}, Colofn (Cuddedig)\: {1}
56
+ MSG_SUBTITLE_ROW_HIDDEN=Rhes (Cuddedig)\: {0}\: {1}
57
+
58
+ MSG_SUBTITLE_ROW_HIDDEN_COLUMN=Rhes (Cuddedig)\: {0}\: {1}
59
+
60
+ MSG_SUBTITLE_ROW_HIDDEN_COLUMN_HIDDEN=Rhes (Cuddedig)\: {0} (Cuddedig)\: {1}
61
+
62
+ MSG_SUBTITLE_ROW_HIDDEN_MORE_DETAILS=Rhes\: Gweld Manylion y Neges
63
+
64
+ MSG_SUBTITLE_ROW_HIDDEN_EMPTY=Colofn\: {0}
65
+
66
+ MSG_DESCRIPTION_ROW_TABLE=Tabl\: {0}
67
+
68
+ MSG_DESCRIPTION_ROW=Rhes\:
69
+
70
+ MSG_DESCRIPTION_ROW_HIDDEN=Rhes (Cuddedig)\:
71
+
72
+ MSG_DESCRIPTION_COLUMN=Colofn\: {0}
73
+
74
+ MSG_DESCRIPTION_COLUMN_VALUE={0}\: {1}
75
+
76
+ MSG_DESCRIPTION_COLUMN_VALUE_HIDDEN={0} (Cuddedig)\: {1}
57
77
 
58
78
  CONTACT_INFO=Gwybodaeth am y Cyswllt
59
79