@sapui5/sap.suite.ui.generic.template 1.132.0 → 1.134.1

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 (181) 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/visualfilterbar/FilterItemMicroBar.js +3 -1
  5. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroChart.js +7 -2
  6. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroDonut.js +3 -1
  7. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroLine.js +3 -1
  8. package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/KpiTagController.js +3 -4
  9. package/src/sap/suite/ui/generic/template/AnalyticalListPage/extensionAPI/ExtensionAPI.js +2 -2
  10. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n.properties +7 -7
  11. package/src/sap/suite/ui/generic/template/AnalyticalListPage/manifest.json +1 -1
  12. package/src/sap/suite/ui/generic/template/AnalyticalListPage/util/AnnotationHelper.js +3 -0
  13. package/src/sap/suite/ui/generic/template/Canvas/extensionAPI/ExtensionAPI.js +11 -3
  14. package/src/sap/suite/ui/generic/template/Canvas/manifest.json +1 -1
  15. package/src/sap/suite/ui/generic/template/ListReport/AnnotationHelperSmartList.js +2 -2
  16. package/src/sap/suite/ui/generic/template/ListReport/controller/ControllerImplementation.js +2 -0
  17. package/src/sap/suite/ui/generic/template/ListReport/extensionAPI/ExtensionAPI.js +13 -11
  18. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n.properties +3 -3
  19. package/src/sap/suite/ui/generic/template/ListReport/manifest.json +1 -1
  20. package/src/sap/suite/ui/generic/template/ListReport/view/ListReport.view.xml +1 -1
  21. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartFilterBar.fragment.xml +1 -1
  22. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartTable.fragment.xml +1 -1
  23. package/src/sap/suite/ui/generic/template/ObjectPage/Component.js +13 -5
  24. package/src/sap/suite/ui/generic/template/ObjectPage/controller/ControllerImplementation.js +11 -8
  25. package/src/sap/suite/ui/generic/template/ObjectPage/controller/MessageSortingHandler.js +82 -12
  26. package/src/sap/suite/ui/generic/template/ObjectPage/controllerFrameworkExtensions.js +1 -0
  27. package/src/sap/suite/ui/generic/template/ObjectPage/extensionAPI/DraftTransactionController.js +8 -10
  28. package/src/sap/suite/ui/generic/template/ObjectPage/extensionAPI/ExtensionAPI.js +36 -16
  29. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n.properties +59 -10
  30. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ar.properties +25 -5
  31. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_bg.properties +25 -5
  32. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ca.properties +25 -5
  33. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cnr.properties +25 -5
  34. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cs.properties +26 -6
  35. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cy.properties +25 -5
  36. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_da.properties +25 -5
  37. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_de.properties +25 -5
  38. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_el.properties +25 -5
  39. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en.properties +25 -5
  40. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_GB.properties +25 -5
  41. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_US_saprigi.properties +25 -5
  42. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_es.properties +25 -5
  43. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_es_MX.properties +25 -5
  44. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_et.properties +25 -5
  45. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fi.properties +25 -5
  46. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fr.properties +25 -5
  47. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fr_CA.properties +25 -5
  48. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hi.properties +25 -5
  49. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hr.properties +25 -5
  50. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hu.properties +25 -5
  51. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_id.properties +25 -5
  52. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_it.properties +25 -5
  53. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_iw.properties +25 -5
  54. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ja.properties +25 -5
  55. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_kk.properties +25 -5
  56. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ko.properties +25 -5
  57. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_lt.properties +25 -5
  58. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_lv.properties +25 -5
  59. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_mk.properties +25 -5
  60. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ms.properties +25 -5
  61. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_nl.properties +25 -5
  62. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_no.properties +25 -5
  63. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pl.properties +25 -5
  64. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pt.properties +25 -5
  65. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pt_PT.properties +25 -5
  66. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ro.properties +26 -6
  67. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ru.properties +25 -5
  68. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sh.properties +25 -5
  69. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sk.properties +25 -5
  70. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sl.properties +25 -5
  71. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sr.properties +25 -5
  72. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sv.properties +25 -5
  73. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_th.properties +25 -5
  74. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_tr.properties +25 -5
  75. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_uk.properties +27 -7
  76. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_vi.properties +25 -5
  77. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_zh_CN.properties +25 -5
  78. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_zh_TW.properties +25 -5
  79. package/src/sap/suite/ui/generic/template/ObjectPage/manifest.json +1 -1
  80. package/src/sap/suite/ui/generic/template/ObjectPage/templateSpecificPreparationHelper.js +233 -125
  81. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/Facet.fragment.xml +32 -27
  82. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartTable.fragment.xml +8 -12
  83. package/src/sap/suite/ui/generic/template/QuickCreate/manifest.json +1 -1
  84. package/src/sap/suite/ui/generic/template/QuickView/manifest.json +1 -1
  85. package/src/sap/suite/ui/generic/template/designtime/controls/DynamicPage.designtime.js +74 -17
  86. package/src/sap/suite/ui/generic/template/designtime/controls/ObjectPageLayout.designtime.js +44 -16
  87. package/src/sap/suite/ui/generic/template/designtime/controls/SmartFilterBar.designtime.js +142 -38
  88. package/src/sap/suite/ui/generic/template/designtime/controls/SmartTable.designtime.js +71 -46
  89. package/src/sap/suite/ui/generic/template/designtime/floorplans/AnalyticalListPage.designtime.js +21 -19
  90. package/src/sap/suite/ui/generic/template/designtime/floorplans/ListReport.designtime.js +22 -17
  91. package/src/sap/suite/ui/generic/template/designtime/floorplans/ObjectPage.designtime.js +14 -8
  92. package/src/sap/suite/ui/generic/template/designtime/utils/designtimeHelper.js +32 -44
  93. package/src/sap/suite/ui/generic/template/designtime/utils/designtimeUtils.js +47 -2
  94. package/src/sap/suite/ui/generic/template/detailTemplates/DiscardEditHandler.js +13 -0
  95. package/src/sap/suite/ui/generic/template/fragments/DeterminingButton.fragment.xml +18 -20
  96. package/src/sap/suite/ui/generic/template/fragments/DraftAdminDataPopover.fragment.xml +1 -0
  97. package/src/sap/suite/ui/generic/template/fragments/GridTableCells.fragment.xml +4 -4
  98. package/src/sap/suite/ui/generic/template/fragments/HeaderDataPointContent.fragment.xml +1 -1
  99. package/src/sap/suite/ui/generic/template/fragments/HeaderFormDataField.fragment.xml +2 -2
  100. package/src/sap/suite/ui/generic/template/fragments/MessagePopover.fragment.xml +4 -3
  101. package/src/sap/suite/ui/generic/template/fragments/SmartControlContextMenu.fragment.xml +1 -1
  102. package/src/sap/suite/ui/generic/template/fragments/TableCell.fragment.xml +2 -2
  103. package/src/sap/suite/ui/generic/template/fragments/TreeTableColumns.fragment.xml +1 -1
  104. package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartVariantManagementWrapper.js +4 -2
  105. package/src/sap/suite/ui/generic/template/genericUtilities/filterHelper.js +3 -1
  106. package/src/sap/suite/ui/generic/template/js/AnnotationHelper.js +78 -25
  107. package/src/sap/suite/ui/generic/template/js/AnnotationHelperStreamSupport.js +4 -1
  108. package/src/sap/suite/ui/generic/template/js/QuickTemplates/QuickTemplateComponentFactory.js +2 -3
  109. package/src/sap/suite/ui/generic/template/js/RuntimeFormatters.js +78 -22
  110. package/src/sap/suite/ui/generic/template/lib/AppComponent.js +1 -2
  111. package/src/sap/suite/ui/generic/template/lib/Application.js +2 -0
  112. package/src/sap/suite/ui/generic/template/lib/CRUDActionHandler.js +12 -3
  113. package/src/sap/suite/ui/generic/template/lib/CommonEventHandlers.js +13 -1
  114. package/src/sap/suite/ui/generic/template/lib/CommonUtils.js +41 -36
  115. package/src/sap/suite/ui/generic/template/lib/ComponentUtils.js +13 -2
  116. package/src/sap/suite/ui/generic/template/lib/ContextBookkeeping.js +1 -0
  117. package/src/sap/suite/ui/generic/template/lib/ContextMenuHandler.js +124 -2
  118. package/src/sap/suite/ui/generic/template/lib/MessageButtonHelper.js +6 -0
  119. package/src/sap/suite/ui/generic/template/lib/MessageStripHelper.js +1 -1
  120. package/src/sap/suite/ui/generic/template/lib/RetryAfterHandler.js +2 -3
  121. package/src/sap/suite/ui/generic/template/lib/SideEffectUtil.js +39 -2
  122. package/src/sap/suite/ui/generic/template/lib/TemplateComponent.js +3 -4
  123. package/src/sap/suite/ui/generic/template/lib/i18n/i18n.properties +20 -11
  124. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ar.properties +4 -0
  125. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_bg.properties +6 -2
  126. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ca.properties +6 -2
  127. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cnr.properties +5 -1
  128. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cs.properties +5 -1
  129. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cy.properties +4 -0
  130. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_da.properties +5 -1
  131. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_de.properties +9 -5
  132. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_el.properties +6 -2
  133. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en.properties +6 -2
  134. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_GB.properties +6 -2
  135. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_sappsd.properties +11 -0
  136. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saprigi.properties +6 -2
  137. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saptrc.properties +9 -0
  138. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es.properties +8 -4
  139. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es_MX.properties +4 -0
  140. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_et.properties +6 -2
  141. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fi.properties +5 -1
  142. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr.properties +6 -2
  143. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr_CA.properties +6 -2
  144. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hi.properties +4 -0
  145. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hr.properties +5 -1
  146. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hu.properties +6 -2
  147. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_id.properties +5 -1
  148. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_it.properties +6 -2
  149. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_iw.properties +4 -0
  150. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ja.properties +5 -1
  151. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_kk.properties +5 -1
  152. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ko.properties +5 -1
  153. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lt.properties +6 -2
  154. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lv.properties +7 -3
  155. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_mk.properties +6 -2
  156. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ms.properties +5 -1
  157. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_nl.properties +7 -3
  158. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_no.properties +6 -2
  159. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pl.properties +4 -0
  160. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt.properties +6 -2
  161. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt_PT.properties +6 -2
  162. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ro.properties +6 -2
  163. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ru.properties +6 -2
  164. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sh.properties +5 -1
  165. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sk.properties +4 -0
  166. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sl.properties +6 -2
  167. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sr.properties +5 -1
  168. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sv.properties +6 -2
  169. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_th.properties +5 -1
  170. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_tr.properties +5 -1
  171. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_uk.properties +6 -2
  172. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_vi.properties +7 -3
  173. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_CN.properties +5 -1
  174. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_TW.properties +6 -2
  175. package/src/sap/suite/ui/generic/template/lib/insights/InsightsCardHelper.js +27 -11
  176. package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +32 -20
  177. package/src/sap/suite/ui/generic/template/lib/presentationControl/SmartTableHandler.js +92 -1
  178. package/src/sap/suite/ui/generic/template/library.js +1 -1
  179. package/src/sap/suite/ui/generic/template/listTemplates/fragments/DetailSmartTable.fragment.xml +1 -1
  180. package/src/sap/suite/ui/generic/template/manifestMerger/ChangePageConfiguration.js +3 -0
  181. package/src/sap/suite/ui/generic/template/manifestMerger/MergerUtil.js +27 -1
@@ -4,8 +4,9 @@ sap.ui.define([
4
4
  "sap/ui/model/Sorter",
5
5
  "sap/ui/core/message/MessageType",
6
6
  "sap/suite/ui/generic/template/lib/MessageUtils",
7
- "sap/suite/ui/generic/template/genericUtilities/controlHelper"
8
- ], function(BaseObject, extend, Sorter, MessageType, MessageUtils, controlHelper) {
7
+ "sap/suite/ui/generic/template/genericUtilities/controlHelper",
8
+ "sap/suite/ui/generic/template/genericUtilities/testableHelper"
9
+ ], function(BaseObject, extend, Sorter, MessageType, MessageUtils, controlHelper, testableHelper) {
9
10
  "use strict";
10
11
 
11
12
  // This class is a helper class to implement function fnPrepareForMessageHandling within the ControllerImplementation of the object page.
@@ -603,7 +604,8 @@ sap.ui.define([
603
604
  oHelperModel.setProperty("/heartBeat", iHeartBeat);
604
605
  };
605
606
  return {
606
- getSubtitle: getSubtitle
607
+ getSubtitle: getSubtitle,
608
+ getDescription: getDescription
607
609
  };
608
610
  });
609
611
  });
@@ -702,22 +704,49 @@ sap.ui.define([
702
704
  return Promise.all(aMessageDetailsRetrievedPromises);
703
705
  }
704
706
 
705
- function getSubtitleForRow(oMessageInTableInfo){
706
- var sI18NKey = "MSG_SUBTITLE_ROW";
707
- var aParams = [oMessageInTableInfo.rowIdentifier];
707
+ function getSubtitleForRow(oMessageInTableInfo, oTableInfo, oMessage, aColumnsForMessage){
708
+ const bIsFallback = !Array.isArray(aColumnsForMessage);
709
+ let sI18NKey = bIsFallback ? "MSG_SUBTITLE_DEFAULT_ROW" : "MSG_SUBTITLE_ROW";
710
+ let oColumn = null;
711
+ let aParams = [];
712
+ let sErrorColumnLabel = oMessageInTableInfo?.columnInfo?.label;
708
713
  if (!oMessageInTableInfo.rowCurrentlyShown){
709
714
  sI18NKey += "_HIDDEN";
710
715
  }
711
- if (oMessageInTableInfo.columnInfo){
712
- aParams.push(oMessageInTableInfo.columnInfo.label);
716
+ // If the new logic fails, run the fallback mechanism to ensure some information is still displayed on the screen
717
+ if (bIsFallback){
718
+ aParams = [oMessageInTableInfo.rowIdentifier];
719
+ if (oMessageInTableInfo.columnInfo){
720
+ aParams.push(oMessageInTableInfo.columnInfo.label);
721
+ sI18NKey += "_COLUMN";
722
+ if (oMessageInTableInfo.columnInfo.hidden){
723
+ sI18NKey += "_HIDDEN";
724
+ }
725
+ }
726
+ return oTemplateUtils.oCommonUtils.getText(sI18NKey, aParams);
727
+ }
728
+ if (!sErrorColumnLabel){
729
+ sErrorColumnLabel = oTableInfo.presentationControlHandler.getColumnLabelForMessage(oMessage);
730
+ }
731
+ //HeaderInfo or Single Key is available for subtitle
732
+ if (aColumnsForMessage.length === 1){
733
+ oColumn = aColumnsForMessage.pop();
734
+ aParams = [oColumn.sLabel, oColumn.sValue];
713
735
  sI18NKey += "_COLUMN";
714
- if (oMessageInTableInfo.columnInfo.hidden){
736
+ if (oColumn.bHidden){
715
737
  sI18NKey += "_HIDDEN";
716
738
  }
739
+ } else if (aColumnsForMessage.length === 0){
740
+ //No columns are available for subtitle
741
+ sI18NKey += "_EMPTY";
742
+ aParams = [sErrorColumnLabel];
743
+ } else {
744
+ //Multiple Keys are available and decription is needed
745
+ sI18NKey += "_MORE_DETAILS";
717
746
  }
718
747
  return oTemplateUtils.oCommonUtils.getText(sI18NKey, aParams);
719
748
  }
720
-
749
+
721
750
  function getSubtitle(sMsgId, sAdditionalText){
722
751
  var oPlacementInfo = getMessagePlacementInfo(sMsgId);
723
752
  var oTable = oPlacementInfo.groupers[1];
@@ -730,13 +759,54 @@ sap.ui.define([
730
759
  if (!oMessageInTableInfo && oPlacementInfo.message.validation){
731
760
  oMessageInTableInfo = fnAddValidationInfoToTableInfo(oPlacementInfo.message, oTableInfo);
732
761
  }
733
- if (oMessageInTableInfo && oMessageInTableInfo.rowIdentifier){
734
- return getSubtitleForRow(oMessageInTableInfo);
762
+ if (oMessageInTableInfo && oMessageInTableInfo.index >= 0){
763
+ const oItemContext = oTableInfo.presentationControlHandler.getItemContextForMessage(oPlacementInfo.message);
764
+ var aColumnsForMessage = oTableInfo.presentationControlHandler.getRelevantColumnsForMessage(oItemContext);
765
+ return getSubtitleForRow(oMessageInTableInfo, oTableInfo, oPlacementInfo.message, aColumnsForMessage);
735
766
  }
736
767
  }
737
768
  return sAdditionalText;
738
769
  }
739
770
 
771
+ function getDescription(sMsgId, sAdditionalText){
772
+ const oPlacementInfo = getMessagePlacementInfo(sMsgId);
773
+ const oTable = oPlacementInfo.groupers[1];
774
+ if (!oTable){
775
+ return sAdditionalText;
776
+ }
777
+ const oTableInfo = getTableInfo(oTable);
778
+ const oMessageInTableInfo = oTableInfo && oTableInfo.messageToMsgInTableInfo[sMsgId];
779
+ if (oMessageInTableInfo && oMessageInTableInfo.index >= 0){
780
+ const oItemContext = oTableInfo.presentationControlHandler.getItemContextForMessage(oPlacementInfo.message);
781
+ const aColumnsForMessage = oTableInfo.presentationControlHandler.getRelevantColumnsForMessage(oItemContext);
782
+ if (Array.isArray(aColumnsForMessage) && aColumnsForMessage.length > 1){
783
+ return getDescriptionForRow(oMessageInTableInfo, oTableInfo, oPlacementInfo.message, aColumnsForMessage);
784
+ }
785
+ }
786
+ return sAdditionalText;
787
+ }
788
+
789
+ function getDescriptionForRow(oMessageInTableInfo, oTableInfo, oMessage, aColumnsForMessage){
790
+ const sNewLine = "\n";
791
+ const getText = oTemplateUtils.oCommonUtils.getText;
792
+ const sTableText = getText("MSG_DESCRIPTION_ROW_TABLE", [oTableInfo.table.getHeader()]) + sNewLine;
793
+ const sRowHeaderText = (oMessageInTableInfo.rowCurrentlyShown ? getText("MSG_DESCRIPTION_ROW") : getText("MSG_DESCRIPTION_ROW_HIDDEN")) + sNewLine;
794
+ let sRowText = "";
795
+ let sErrorColumnLabel = oMessageInTableInfo?.columnInfo?.label;
796
+ if (!sErrorColumnLabel){
797
+ sErrorColumnLabel = oTableInfo.presentationControlHandler.getColumnLabelForMessage(oMessage);
798
+ }
799
+ let sErrorColumnText = getText("MSG_DESCRIPTION_COLUMN", [sErrorColumnLabel]);
800
+ for (const oColumn of aColumnsForMessage){
801
+ if (oColumn.bHidden){
802
+ sRowText += getText("MSG_DESCRIPTION_COLUMN_VALUE_HIDDEN", [oColumn.sLabel, oColumn.sValue]) + sNewLine;
803
+ } else {
804
+ sRowText += getText("MSG_DESCRIPTION_COLUMN_VALUE", [oColumn.sLabel, oColumn.sValue]) + sNewLine;
805
+ }
806
+ }
807
+ return sTableText + sRowHeaderText + sRowText + sErrorColumnText;
808
+ }
809
+ testableHelper.testableStatic(getSubtitleForRow, "filterHelper_getSubtitleForRow");
740
810
  // public instance methods
741
811
  return {
742
812
  getPrepareMessageDisplayPromise: getPrepareMessageDisplayPromise
@@ -276,6 +276,7 @@ sap.ui.define([
276
276
  * - Be visible within the viewport.
277
277
  *
278
278
  * If the returned control does not satisfy these conditions, the standard focus handling logic is executed.
279
+ * @protected
279
280
  */
280
281
  focusOnEditExtension: function (sSelectedSection) {
281
282
  return {};
@@ -95,29 +95,27 @@ sap.ui.define(["sap/ui/base/Object", "sap/base/util/extend", "sap/base/util/isEm
95
95
  oTemplateUtils.oServices.oApplicationController.addOperationToQueue(fnFunction, {draftSave : true});
96
96
  },
97
97
  /**
98
- * Cancel the draft. Note that this method only works when you are on the root of a draft.
98
+ * Cancels the draft. Note that this method only works when you are on the root of a draft.
99
99
  * The normal navigation which follows the cancellation of a draft is executed.
100
100
  * Moreover, note that executing this method will set the App to be busy. However, it does not ensure, that
101
101
  * the method is only called, when the App is currently unbusy. If you want to ensure that, you have to use
102
102
  * {@link sap.suite.ui.generic.template.ObjectPage.extensionAPI.ExtensionAPI#securedExecution}.
103
103
  *
104
- * @return {function} a promise that is resolved when the draft is cancelled, rejected when this is not possible.
104
+ * @returns {Promise<void>} A promise that is resolved when the draft is cancelled, rejected when it is not possible.
105
105
  * @public
106
- * @experimental
107
106
  */
108
107
  discardDraft: function(){
109
108
  return oState.onCancel();
110
109
  },
111
110
  /**
112
- * checks if side effects exist for the given properties or entities and executes them. if there are
113
- * pending changes in the model those pending changes are sent as a patch request with the side effect
114
- * batch request. If no source property and no source entity is passed a global side effect is executed
111
+ * Checks if side effects exist for the given properties or entities and executes them. If there are
112
+ * pending changes in the model, those pending changes are sent as a patch request with the side effect
113
+ * batch request. If no source property and no source entity is passed, a global side effect is executed.
115
114
  *
116
- * @param {object} [oSideEffects] object containing any of the following properties:
117
- * @param {array} oSideEffects.sourceProperties array with property paths
118
- * @param {array} oSideEffects.sourceEntities array with navigation property paths
115
+ * @param {object} [oSideEffects] Object containing any of the following properties:
116
+ * @param {array} oSideEffects.sourceProperties Array with property paths
117
+ * @param {array} oSideEffects.sourceEntities Array with navigation property paths
119
118
  * @public
120
- * @experimental
121
119
  */
122
120
  executeSideEffects: function(oSideEffects) {
123
121
  oSideEffects = oSideEffects || {};
@@ -90,27 +90,25 @@ sap.ui.define(
90
90
  },
91
91
 
92
92
  /**
93
- * This function returns the selected key of selected table of Object Page.
93
+ * Returns the currently selected variant key on the table in the given object page section.
94
94
  *
95
- * @param {string} sSectionKey id of the section in Object Page mentioned in manifest of the application
96
- * @returns {string} The key of variant item that is currently selected section.
95
+ * @param {string} sSectionKey The object page section id in which the table is present.
96
+ * @returns {string} The currently selected variant key on the table.
97
97
  * @public
98
- * @experimental
99
98
  */
100
99
  getQuickVariantSelectionKey: function(sSectionKey) {
101
100
  return oState.oMultipleViewsHandler.getSelectedKey(sSectionKey);
102
101
  },
103
102
 
104
103
  /**
105
- * This function sets the key in the selected section of the table of Object Page.
104
+ * Switches the table's view to the given variant key.
106
105
  *
107
- * @param {string} sSectionKey id of the section in Object Page mentioned in manifest of the application
108
- * @param {string} sKey The key of variant item that is currently need to be set.
106
+ * @param {string} sSectionKey The object page section id in which the table is present.
107
+ * @param {string} sVariantKey The table variant key to be selected.
109
108
  * @public
110
- * @experimental
111
109
  */
112
- setQuickVariantSelectionKey: function(sSectionKey, sKey) {
113
- oState.oMultipleViewsHandler.setSelectedKey(sSectionKey, sKey);
110
+ setQuickVariantSelectionKey: function(sSectionKey, sVariantKey) {
111
+ oState.oMultipleViewsHandler.setSelectedKey(sSectionKey, sVariantKey);
114
112
  },
115
113
 
116
114
  /**
@@ -206,10 +204,14 @@ sap.ui.define(
206
204
  },
207
205
 
208
206
  /**
209
- * @experimental
207
+ * Returns the global communication object for storing and accessing custom state information within the current app.
208
+ * This object can be used across components to share state information.
209
+ *
210
+ * @returns {object} The communication object.
211
+ * @public
210
212
  */
211
- getCommunicationObject: function(iLevel){
212
- return oTemplateUtils.oComponentUtils.getCommunicationObject(iLevel);
213
+ getCommunicationObject: function () {
214
+ return oTemplateUtils.oComponentUtils.getCommunicationObject();
213
215
  },
214
216
 
215
217
  /**
@@ -276,8 +278,8 @@ sap.ui.define(
276
278
  * Note - Message bar on Page header will be shown only in display mode for dynamic header
277
279
  * @param {object} [oMessage] custom message along with type to set on table. If this parameter is faulty an existing message will be removed.
278
280
  * @param {string} oMessage.message message string to display
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.
281
+ * @param {string} oMessage.type indicates type of message (sap/ui/core/message/MessageType)
282
+ * whether it's MessageType.Success, MessageType.Warning, MessageType.Error or MessageType.Information.
281
283
  * @param {string} [sSmartTableId] Id of the table for which message should be set.
282
284
  * @param {array |string} [vTabKey] If switching between different table views is enabled, this parameter can be used to identify the views which
283
285
  * 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
@@ -292,7 +294,7 @@ sap.ui.define(
292
294
 
293
295
 
294
296
  /**
295
- * Provides an option to Configures a side effect for custom field, the extension controller should be Implemented/Called from "onAfterRendering" method.
297
+ * Provides an option to Configures a side effect for custom field, the extension controller should be Implemented/Called from "onAfterRendering" method of table.
296
298
  * Note: Navigation property is not supported.
297
299
  *
298
300
  * @param {Object} oControl - The control object for the custom field.
@@ -307,6 +309,24 @@ sap.ui.define(
307
309
  return function (sFieldName) {
308
310
  SideEffectUtil.fieldGroupChangeRegister(oController.getOwnerComponent(), oTemplateUtils, sFieldName, sEntitySet);
309
311
  };
312
+ },
313
+
314
+ /**
315
+ * Provides an option to Configures a side effect for custom column, the extension API method should be Implemented/Called from "onAfterRendering" method.
316
+ * Note: Extension API only supported for Responsive/Grid table.
317
+ *
318
+ * @param {Object} oTable - The control object for the custom column.
319
+ * @param {String} sProperty - The name of the property associated with the custom column.
320
+ * @param {String} sEntitySet - The entity set to which the custom column belongs.
321
+ * @returns {function} returns a call back function, And qualifier of the side effect should be passed.
322
+ * Call back function need to be called from controls(Custom control which inside the custom column) event-handler.
323
+ * @experimental
324
+ */
325
+ registerCustomColumnForSideEffect: function (oTable, sProperty, sEntitySet) {
326
+ SideEffectUtil.registerCustomColumnForSideEffect(oTable, sProperty, sEntitySet, oController);
327
+ return function (sFieldName) {
328
+ SideEffectUtil.fieldGroupChangeRegister(oController.getOwnerComponent(), oTemplateUtils, sFieldName, sEntitySet);
329
+ };
310
330
  }
311
331
  };
312
332
  }
@@ -68,21 +68,70 @@ 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\:
105
+
106
+ # XMSG, 40
107
+ MSG_DESCRIPTION_ROW_HIDDEN=Row (Hidden)\:
108
+
109
+ # XMSG, 40
110
+ MSG_DESCRIPTION_COLUMN=Column\: {0}
111
+
112
+ # XMSG, 40
113
+ MSG_DESCRIPTION_COLUMN_VALUE={0}\: {1}
114
+
115
+ # XMSG, 40
116
+ MSG_DESCRIPTION_COLUMN_VALUE_HIDDEN={0} (Hidden)\: {1}
117
+
118
+ # XMSG, 40
119
+ MSG_SUBTITLE_DEFAULT_ROW=Row: {0}
120
+
121
+ # XMSG, 40
122
+ MSG_SUBTITLE_DEFAULT_ROW_HIDDEN=Row (Hidden): {0}
74
123
 
75
124
  # XMSG, 40
76
- MSG_SUBTITLE_ROW_COLUMN=Row: {0}, Column: {1}
125
+ MSG_SUBTITLE_DEFAULT_ROW_COLUMN=Row: {0}, Column: {1}
77
126
 
78
127
  # XMSG, 40
79
- MSG_SUBTITLE_ROW_COLUMN_HIDDEN=Row: {0}, Column (Hidden): {1}
128
+ MSG_SUBTITLE_DEFAULT_ROW_COLUMN_HIDDEN=Row: {0}, Column (Hidden): {1}
80
129
 
81
130
  # XMSG, 40
82
- MSG_SUBTITLE_ROW_HIDDEN_COLUMN=Row (Hidden): {0}, Column: {1}
131
+ MSG_SUBTITLE_DEFAULT_ROW_HIDDEN_COLUMN=Row (Hidden): {0}, Column: {1}
83
132
 
84
133
  # XMSG, 40
85
- MSG_SUBTITLE_ROW_HIDDEN_COLUMN_HIDDEN=Row (Hidden): {0}, Column (Hidden): {1}
134
+ MSG_SUBTITLE_DEFAULT_ROW_HIDDEN_COLUMN_HIDDEN=Row (Hidden): {0}, Column (Hidden): {1}
86
135
 
87
136
  # XTIT,30: Title of a form with contact person information
88
137
  CONTACT_INFO=Contact Information
@@ -209,7 +258,7 @@ PROGRESS_INDICATOR_DISPLAY_VALUE_UOM_IS_NOT_PERCENT={0} of {1} {2}
209
258
  DRAFT_LOCK_EXPIRED=Another user edited this object without saving the changes\:\n\n {0} \n\n If you take over, any changes will be lost.
210
259
 
211
260
  # XFLD,50: used in message toast after saving. "object" to be redefined.
212
- OBJECT_SAVED=Your changes have been saved
261
+ OBJECT_SAVED=Your changes have been saved.
213
262
 
214
263
  # XFLD,30: used in message toast after item creation. "Item" to be redefined.
215
264
  ITEM_CREATED=Item created
@@ -218,10 +267,10 @@ ITEM_CREATED=Item created
218
267
  WAITING_SMARTTABLE=Please wait while the data is loading...
219
268
 
220
269
  # XFLD,50: used in message toast after saving. if no changes have been made.
221
- OBJECT_NOT_MODIFIED=You haven\u2019t made any changes
270
+ OBJECT_NOT_MODIFIED=You haven\u2019t made any changes.
222
271
 
223
272
  # XFLD,40: used in message toast after object creation. "object" to be redefined.
224
- OBJECT_CREATED=Object was created.
273
+ OBJECT_CREATED=Object was created
225
274
 
226
275
  # XTIT,30: create dialog title for an Object page of a non-draft application. "item" to be redefined. example: New Product
227
276
  CREATE_DIALOG_TITLE=New Item
@@ -286,7 +335,7 @@ MESSAGE_GROUP_TABLE={0}, table: {1}
286
335
  GENERIC_MESSAGE_GROUP_NAME=Other Messages
287
336
 
288
337
  #YMSG, 100: Messsage for mandatory fields in non-draft scenario
289
- ENTER_MANDATORY=Enter a value for field: {0}
338
+ ENTER_MANDATORY=Enter a value for field: {0}.
290
339
 
291
340
  # Message for required fields in inline creation rows
292
341
  REQUIRED_PROP_ERROR=Enter a value.
@@ -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