@openui5/sap.ui.table 1.131.1 → 1.132.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (116) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +3 -3
  3. package/src/sap/ui/table/.library +2 -2
  4. package/src/sap/ui/table/AnalyticalColumn.js +2 -2
  5. package/src/sap/ui/table/AnalyticalColumnMenu.js +2 -2
  6. package/src/sap/ui/table/AnalyticalTable.js +21 -33
  7. package/src/sap/ui/table/Column.js +5 -2
  8. package/src/sap/ui/table/ColumnMenu.js +2 -2
  9. package/src/sap/ui/table/CreationRow.js +2 -2
  10. package/src/sap/ui/table/CreationRowRenderer.js +1 -1
  11. package/src/sap/ui/table/Row.js +5 -3
  12. package/src/sap/ui/table/RowAction.js +2 -2
  13. package/src/sap/ui/table/RowActionItem.js +2 -2
  14. package/src/sap/ui/table/RowActionRenderer.js +1 -1
  15. package/src/sap/ui/table/RowSettings.js +2 -2
  16. package/src/sap/ui/table/Table.js +44 -44
  17. package/src/sap/ui/table/TablePersoController.js +2 -2
  18. package/src/sap/ui/table/TableRenderer.js +1 -4
  19. package/src/sap/ui/table/TreeTable.js +2 -2
  20. package/src/sap/ui/table/designtime/AnalyticalTable.designtime.js +1 -1
  21. package/src/sap/ui/table/designtime/Table.designtime.js +1 -1
  22. package/src/sap/ui/table/designtime/library.designtime.js +1 -1
  23. package/src/sap/ui/table/extensions/Accessibility.js +2 -2
  24. package/src/sap/ui/table/extensions/AccessibilityRender.js +2 -2
  25. package/src/sap/ui/table/extensions/DragAndDrop.js +2 -2
  26. package/src/sap/ui/table/extensions/ExtensionBase.js +2 -2
  27. package/src/sap/ui/table/extensions/Keyboard.js +2 -2
  28. package/src/sap/ui/table/extensions/KeyboardDelegate.js +2 -2
  29. package/src/sap/ui/table/extensions/Pointer.js +2 -2
  30. package/src/sap/ui/table/extensions/Scrolling.js +2 -2
  31. package/src/sap/ui/table/extensions/ScrollingIOS.js +2 -2
  32. package/src/sap/ui/table/extensions/Synchronization.js +2 -2
  33. package/src/sap/ui/table/library.js +12 -12
  34. package/src/sap/ui/table/library.support.js +1 -1
  35. package/src/sap/ui/table/menus/AnalyticalTableContextMenu.js +299 -0
  36. package/src/sap/ui/table/menus/ColumnHeaderMenuAdapter.js +2 -2
  37. package/src/sap/ui/table/menus/ContextMenu.js +154 -0
  38. package/src/sap/ui/table/menus/LegacyColumnMenuAdapter.js +1 -1
  39. package/src/sap/ui/table/menus/MobileColumnHeaderMenuAdapter.js +2 -2
  40. package/src/sap/ui/table/messagebundle_ar.properties +0 -4
  41. package/src/sap/ui/table/messagebundle_bg.properties +0 -4
  42. package/src/sap/ui/table/messagebundle_ca.properties +0 -4
  43. package/src/sap/ui/table/messagebundle_cnr.properties +0 -4
  44. package/src/sap/ui/table/messagebundle_cs.properties +0 -4
  45. package/src/sap/ui/table/messagebundle_cy.properties +0 -4
  46. package/src/sap/ui/table/messagebundle_da.properties +0 -4
  47. package/src/sap/ui/table/messagebundle_de.properties +0 -4
  48. package/src/sap/ui/table/messagebundle_el.properties +0 -4
  49. package/src/sap/ui/table/messagebundle_en.properties +0 -4
  50. package/src/sap/ui/table/messagebundle_en_GB.properties +0 -4
  51. package/src/sap/ui/table/messagebundle_en_US_saptrc.properties +91 -72
  52. package/src/sap/ui/table/messagebundle_es.properties +0 -4
  53. package/src/sap/ui/table/messagebundle_es_MX.properties +0 -4
  54. package/src/sap/ui/table/messagebundle_et.properties +0 -4
  55. package/src/sap/ui/table/messagebundle_fi.properties +0 -4
  56. package/src/sap/ui/table/messagebundle_fr.properties +0 -4
  57. package/src/sap/ui/table/messagebundle_fr_CA.properties +0 -4
  58. package/src/sap/ui/table/messagebundle_hi.properties +0 -4
  59. package/src/sap/ui/table/messagebundle_hr.properties +0 -4
  60. package/src/sap/ui/table/messagebundle_hu.properties +0 -4
  61. package/src/sap/ui/table/messagebundle_id.properties +0 -4
  62. package/src/sap/ui/table/messagebundle_it.properties +0 -4
  63. package/src/sap/ui/table/messagebundle_iw.properties +0 -4
  64. package/src/sap/ui/table/messagebundle_ja.properties +0 -4
  65. package/src/sap/ui/table/messagebundle_kk.properties +0 -4
  66. package/src/sap/ui/table/messagebundle_ko.properties +0 -4
  67. package/src/sap/ui/table/messagebundle_lt.properties +0 -4
  68. package/src/sap/ui/table/messagebundle_lv.properties +0 -4
  69. package/src/sap/ui/table/messagebundle_mk.properties +0 -4
  70. package/src/sap/ui/table/messagebundle_ms.properties +0 -4
  71. package/src/sap/ui/table/messagebundle_nl.properties +0 -4
  72. package/src/sap/ui/table/messagebundle_no.properties +0 -4
  73. package/src/sap/ui/table/messagebundle_pl.properties +0 -4
  74. package/src/sap/ui/table/messagebundle_pt.properties +0 -4
  75. package/src/sap/ui/table/messagebundle_pt_PT.properties +0 -4
  76. package/src/sap/ui/table/messagebundle_ro.properties +0 -4
  77. package/src/sap/ui/table/messagebundle_ru.properties +0 -4
  78. package/src/sap/ui/table/messagebundle_sh.properties +0 -4
  79. package/src/sap/ui/table/messagebundle_sk.properties +0 -4
  80. package/src/sap/ui/table/messagebundle_sl.properties +0 -4
  81. package/src/sap/ui/table/messagebundle_sr.properties +0 -4
  82. package/src/sap/ui/table/messagebundle_sv.properties +0 -4
  83. package/src/sap/ui/table/messagebundle_th.properties +0 -4
  84. package/src/sap/ui/table/messagebundle_tr.properties +0 -4
  85. package/src/sap/ui/table/messagebundle_uk.properties +0 -4
  86. package/src/sap/ui/table/messagebundle_vi.properties +0 -4
  87. package/src/sap/ui/table/messagebundle_zh_CN.properties +0 -4
  88. package/src/sap/ui/table/messagebundle_zh_TW.properties +0 -4
  89. package/src/sap/ui/table/plugins/BindingSelection.js +2 -2
  90. package/src/sap/ui/table/plugins/MultiSelectionPlugin.js +2 -2
  91. package/src/sap/ui/table/plugins/ODataV4Selection.js +2 -1
  92. package/src/sap/ui/table/plugins/PluginBase.js +2 -2
  93. package/src/sap/ui/table/plugins/SelectionModelSelection.js +2 -2
  94. package/src/sap/ui/table/plugins/SelectionPlugin.js +2 -2
  95. package/src/sap/ui/table/plugins/V4Aggregation.js +2 -2
  96. package/src/sap/ui/table/rowmodes/Auto.js +2 -2
  97. package/src/sap/ui/table/rowmodes/Fixed.js +2 -2
  98. package/src/sap/ui/table/rowmodes/Interactive.js +2 -2
  99. package/src/sap/ui/table/rowmodes/RowMode.js +2 -2
  100. package/src/sap/ui/table/rowmodes/Type.js +1 -1
  101. package/src/sap/ui/table/rowmodes/Variable.js +2 -2
  102. package/src/sap/ui/table/rules/Accessibility.support.js +1 -1
  103. package/src/sap/ui/table/rules/Binding.support.js +1 -1
  104. package/src/sap/ui/table/rules/ColumnTemplate.support.js +1 -1
  105. package/src/sap/ui/table/rules/Plugins.support.js +1 -1
  106. package/src/sap/ui/table/rules/Rows.support.js +1 -1
  107. package/src/sap/ui/table/rules/TableHelper.support.js +1 -1
  108. package/src/sap/ui/table/themes/base/library.source.less +1 -1
  109. package/src/sap/ui/table/themes/sap_hcb/library.source.less +1 -1
  110. package/src/sap/ui/table/utils/TableUtils.js +4 -42
  111. package/src/sap/ui/table/utils/_BindingUtils.js +2 -2
  112. package/src/sap/ui/table/utils/_ColumnUtils.js +2 -2
  113. package/src/sap/ui/table/utils/_GroupingUtils.js +2 -2
  114. package/src/sap/ui/table/utils/_HookUtils.js +2 -12
  115. package/src/sap/ui/table/utils/_MenuUtils.js +22 -106
  116. package/src/sap/ui/table/menus/GroupHeaderContextMenuAdapter.js +0 -332
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT=\u05E2\u05DE\u05D5\u05D3\u05D4 {0} \u05DE\u05EA\u05D5\u05DA {1}
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=\u05E9\u05D5\u05E8\u05EA \u05E7\u05D1\u05D5\u05E6\u05D4
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\: {1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\: {1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=\u05EA\u05E4\u05E8\u05D9\u05D8 \u05D6\u05DE\u05D9\u05DF
72
68
 
73
69
  TBL_COL_DESC_FILTERED=\u05E9\u05E2\u05D1\u05E8 \u05E1\u05D9\u05E0\u05D5\u05DF
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT=\u5217 {0} / {1}
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=\u30B0\u30EB\u30FC\u30D7\u884C
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\: {1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\: {1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=\u30E1\u30CB\u30E5\u30FC\u304C\u5229\u7528\u53EF\u80FD
72
68
 
73
69
  TBL_COL_DESC_FILTERED=\u30D5\u30A3\u30EB\u30BF\u6E08
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT=\u0411\u0430\u0493\u0430\u043D\: {0} / {1}
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=\u0416\u043E\u043B\u0434\u0430\u0440\u0434\u044B \u0442\u043E\u043F\u0442\u0430\u0443
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\: {1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\: {1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=\u041C\u04D9\u0437\u0456\u0440 \u049B\u043E\u043B\u0436\u0435\u0442\u0456\u043C\u0434\u0456
72
68
 
73
69
  TBL_COL_DESC_FILTERED=\u0421\u04AF\u0437\u0433\u0456\u043B\u0435\u043D\u0433\u0435\u043D
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT={1}\uC758 \uC5F4 {0}
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=\uADF8\uB8F9 \uD589
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\: {1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\: {1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=\uBA54\uB274 \uC0AC\uC6A9 \uAC00\uB2A5
72
68
 
73
69
  TBL_COL_DESC_FILTERED=\uD544\uD130\uB9C1\uB428
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT={0} stulp. i\u0161 {1}
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=Grup\u0117s eilut\u0117
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\: {1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\: {1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=Galimas meniu
72
68
 
73
69
  TBL_COL_DESC_FILTERED=Filtruota
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT={0} kolonna no {1}
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=Grupas rinda
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\: {1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\: {1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=Pieejam\u0101 izv\u0113lne
72
68
 
73
69
  TBL_COL_DESC_FILTERED=Filtr\u0113ts
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT=\u041A\u043E\u043B\u043E\u043D\u0430 {0} \u043E\u0434 {1}
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=\u0420\u0435\u0434 \u0432\u043E \u0433\u0440\u0443\u043F\u0430\u0442\u0430
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\: {1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\: {1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=\u0414\u043E\u0441\u0442\u0430\u043F\u043D\u043E \u043C\u0435\u043D\u0438
72
68
 
73
69
  TBL_COL_DESC_FILTERED=\u0424\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u043D\u043E
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT=Lajur {0} bagi {1}
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=Baris Kumpulan
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\: {1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\: {1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=Menu Tersedia
72
68
 
73
69
  TBL_COL_DESC_FILTERED=Ditapis
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT=Kolom {0} van {1}
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=Groepsregel
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\: {1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\: {1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=Menu beschikbaar
72
68
 
73
69
  TBL_COL_DESC_FILTERED=Gefilterd
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT=Kolonne {0} av {1}
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=Grupperad
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\: {1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\: {1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=Meny finnes
72
68
 
73
69
  TBL_COL_DESC_FILTERED=Filtrert
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT=Kolumna {0} z {1}
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=Linia grupy
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\: {1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\: {1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=Istnieje menu
72
68
 
73
69
  TBL_COL_DESC_FILTERED=Wyfiltrowane
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT=Coluna {0} de {1}
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=Linha de grupo
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\: {1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\: {1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=Menu existente
72
68
 
73
69
  TBL_COL_DESC_FILTERED=Filtrado
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT=Coluna {0} de {1}
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=Linha de grupo
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\: {1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\: {1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=Menu dispon\u00EDvel
72
68
 
73
69
  TBL_COL_DESC_FILTERED=Filtrado
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT=Coloana {0} din {1}
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=Linie de grup
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\: {1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\: {1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=Meniu disponibil
72
68
 
73
69
  TBL_COL_DESC_FILTERED=Filtrat
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT=\u0421\u0442\u043E\u043B\u0431\u0435\u0446 {0} \u0438\u0437 {1}
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=\u0413\u0440\u0443\u043F\u043F\u043E\u0432\u0430\u044F \u0441\u0442\u0440\u043E\u043A\u0430
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\: {1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\: {1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=\u041C\u0435\u043D\u044E \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442
72
68
 
73
69
  TBL_COL_DESC_FILTERED=\u041E\u0442\u0444\u0438\u043B\u044C\u0442\u0440\u043E\u0432\u0430\u043D\u043E
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT=Kolona {0} od {1}
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=Red grupe
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\: {1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\: {1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=Meni dostupan
72
68
 
73
69
  TBL_COL_DESC_FILTERED=Filtrirano
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT=St\u013Apec {0} z {1}
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=Skupinov\u00FD riadok
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\: {1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\: {1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=Menu existuje
72
68
 
73
69
  TBL_COL_DESC_FILTERED=Filtrovan\u00E9
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT=Stolpec {0} od {1}
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=Skupinska vrstica
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\: {1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\: {1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=Meni obstaja
72
68
 
73
69
  TBL_COL_DESC_FILTERED=Filtrirano
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT=\u041A\u043E\u043B\u043E\u043D\u0430 {0} \u043E\u0434 {1}
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=\u0420\u0435\u0434 \u0433\u0440\u0443\u043F\u0435
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\: {1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\: {1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=\u041C\u0435\u043D\u0438 \u0434\u043E\u0441\u0442\u0443\u043F\u0430\u043D
72
68
 
73
69
  TBL_COL_DESC_FILTERED=\u0424\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u043D\u043E
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT=Kolumn {0} av {1}
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=Grupprad
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\: {1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\: {1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=Meny finns
72
68
 
73
69
  TBL_COL_DESC_FILTERED=Filtrerat
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT=\u0E04\u0E2D\u0E25\u0E31\u0E21\u0E19\u0E4C {0} \u0E08\u0E32\u0E
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=\u0E41\u0E16\u0E27\u0E02\u0E2D\u0E07\u0E01\u0E25\u0E38\u0E48\u0E21
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\: {1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\: {1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=\u0E40\u0E21\u0E19\u0E39\u0E1E\u0E23\u0E49\u0E2D\u0E21\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19
72
68
 
73
69
  TBL_COL_DESC_FILTERED=\u0E17\u0E35\u0E48\u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT=S\u00FCtun {0} / {1}
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=Grup sat\u0131r\u0131
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\: {1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\: {1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=Men\u00FC mevcut
72
68
 
73
69
  TBL_COL_DESC_FILTERED=Filtrelendi
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT=\u0421\u0442\u043E\u0432\u043F\u0447\u0438\u043A {0} \u0437 {1}
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=\u0420\u044F\u0434\u043E\u043A \u0433\u0440\u0443\u043F\u0438
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\: {1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\: {1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u0435 \u043C\u0435\u043D\u044E
72
68
 
73
69
  TBL_COL_DESC_FILTERED=\u0412\u0456\u0434\u0444\u0456\u043B\u044C\u0442\u0440\u043E\u0432\u0430\u043D\u043E
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT=C\u00F4\u0323t {0} cu\u0309a {1}
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=Ha\u0300ng nho\u0301m
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\: {1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\: {1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=Co\u0301 s\u0103\u0303n tri\u0300nh \u0111\u01A1n
72
68
 
73
69
  TBL_COL_DESC_FILTERED=\u0110a\u0303 \u0111\u01B0\u01A1\u0323c lo\u0323c
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT=\u7B2C {0} \u5217\uFF0C\u5171 {1} \u5217
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=\u5206\u7EC4\u884C
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\uFF1A{1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\uFF1A{1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=\u83DC\u5355\u53EF\u7528
72
68
 
73
69
  TBL_COL_DESC_FILTERED=\u5DF2\u8FC7\u6EE4
@@ -64,10 +64,6 @@ TBL_COL_COLCOUNT=\u6B04 {0}/{1}
64
64
 
65
65
  TBL_ROW_GROUP_LABEL=\u7FA4\u7D44\u5217
66
66
 
67
- TBL_ROW_GROUP_TITLE={0}\uFF1A{1}
68
-
69
- TBL_ROW_GROUP_TITLE_FULL={0}\uFF1A{1} - {2}
70
-
71
67
  TBL_COL_DESC_MENU=\u529F\u80FD\u8868\u53EF\u7528
72
68
 
73
69
  TBL_COL_DESC_FILTERED=\u5DF2\u7BE9\u9078
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  *
22
22
  * @class Implements the selection methods for TreeTable and AnalyticalTable
23
23
  * @extends sap.ui.table.plugins.SelectionPlugin
24
- * @version 1.131.1
24
+ * @version 1.132.0
25
25
  * @constructor
26
26
  * @private
27
27
  * @alias sap.ui.table.plugins.BindingSelection
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -613,7 +613,7 @@ sap.ui.define([
613
613
  const oIcon = oPlugin.getAggregation("icon");
614
614
  const iSelectedCount = oPlugin.getSelectedCount();
615
615
 
616
- if (oPlugin.getSelectableCount() === iSelectedCount) {
616
+ if (oPlugin.getSelectableCount() === iSelectedCount && iSelectedCount !== 0) {
617
617
  oIcon.setSrc(IconPool.getIconURI(TableUtils.ThemeParameters.allSelectedIcon));
618
618
  } else if (iSelectedCount !== 0) {
619
619
  oIcon.setSrc(IconPool.getIconURI(TableUtils.ThemeParameters.clearSelectionIcon));
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -112,6 +112,7 @@ sap.ui.define([
112
112
  oTable.setProperty("selectionMode", TableSelectionMode.None);
113
113
  detachFromBinding(this, this.getTableBinding());
114
114
  clearTimeout(this.iSelectionChangeTimeout);
115
+ delete this.iSelectionChangeTimeout;
115
116
  };
116
117
 
117
118
  ODataV4Selection.prototype.setSelected = function(oRow, bSelected, mConfig) {
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Element
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.131.1
31
+ * @version 1.132.0
32
32
  *
33
33
  * @private
34
34
  * @experimental Since 1.75
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  *
24
24
  * @class Implements the selection methods for a Table
25
25
  * @extends sap.ui.table.plugins.SelectionPlugin
26
- * @version 1.131.1
26
+ * @version 1.132.0
27
27
  * @constructor
28
28
  * @private
29
29
  * @alias sap.ui.table.plugins.SelectionModelSelection
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @class Implements the selection methods for a table.
28
28
  * @extends sap.ui.core.Element
29
29
  * @author SAP SE
30
- * @version 1.131.1
30
+ * @version 1.132.0
31
31
  * @public
32
32
  * @since 1.64
33
33
  * @experimental As of version 1.64
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @class TODO
19
19
  * @extends sap.ui.table.plugins.PluginBase
20
20
  * @author SAP SE
21
- * @version 1.131.1
21
+ * @version 1.132.0
22
22
  * @private
23
23
  * @since 1.76
24
24
  * @ui5-restricted sap.ui.mdc
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @public
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.131.1
41
+ * @version 1.132.0
42
42
  */
43
43
  const AutoRowMode = RowMode.extend("sap.ui.table.rowmodes.Auto", /** @lends sap.ui.table.rowmodes.Auto.prototype */ {
44
44
  metadata: {
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @public
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.131.1
30
+ * @version 1.132.0
31
31
  */
32
32
  const FixedRowMode = RowMode.extend("sap.ui.table.rowmodes.Fixed", /** @lends sap.ui.table.rowmodes.Fixed.prototype */ {
33
33
  metadata: {
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @public
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.131.1
41
+ * @version 1.132.0
42
42
  */
43
43
  const InteractiveRowMode = RowMode.extend("sap.ui.table.rowmodes.Interactive", /** @lends sap.ui.table.rowmodes.Interactive.prototype */ {
44
44
  metadata: {
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @public
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.131.1
40
+ * @version 1.132.0
41
41
  */
42
42
  const RowMode = Element.extend("sap.ui.table.rowmodes.RowMode", /** @lends sap.ui.table.rowmodes.RowMode.prototype */ {
43
43
  metadata: {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define(["sap/ui/base/DataType"], function(DataType) {
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.ui.table.rowmodes.RowMode
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.131.1
26
+ * @version 1.132.0
27
27
  *
28
28
  * @constructor
29
29
  * @private
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  sap.ui.define([
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  @import "../../../../../sap/ui/core/themes/base/base.less";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6