@openui5/sap.ui.table 1.132.1 → 1.134.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 (104) hide show
  1. package/.reuse/dep5 +2 -9
  2. package/LICENSES/LicenseRef-Unicode-3.0.txt +39 -0
  3. package/THIRDPARTY.txt +45 -78
  4. package/package.json +3 -3
  5. package/src/sap/ui/table/.library +1 -1
  6. package/src/sap/ui/table/AnalyticalColumn.js +18 -13
  7. package/src/sap/ui/table/AnalyticalColumnMenu.js +1 -1
  8. package/src/sap/ui/table/AnalyticalTable.js +7 -3
  9. package/src/sap/ui/table/Column.js +1 -1
  10. package/src/sap/ui/table/ColumnMenu.js +1 -1
  11. package/src/sap/ui/table/CreationRow.js +1 -1
  12. package/src/sap/ui/table/CreationRowRenderer.js +2 -2
  13. package/src/sap/ui/table/Row.js +1 -1
  14. package/src/sap/ui/table/RowAction.js +1 -1
  15. package/src/sap/ui/table/RowActionItem.js +1 -1
  16. package/src/sap/ui/table/RowSettings.js +6 -6
  17. package/src/sap/ui/table/Table.js +22 -8
  18. package/src/sap/ui/table/TablePersoController.js +1 -1
  19. package/src/sap/ui/table/TableRenderer.js +48 -49
  20. package/src/sap/ui/table/TreeTable.js +7 -3
  21. package/src/sap/ui/table/extensions/Accessibility.js +535 -375
  22. package/src/sap/ui/table/extensions/AccessibilityRender.js +1 -9
  23. package/src/sap/ui/table/extensions/DragAndDrop.js +1 -1
  24. package/src/sap/ui/table/extensions/ExtensionBase.js +1 -1
  25. package/src/sap/ui/table/extensions/Keyboard.js +2 -4
  26. package/src/sap/ui/table/extensions/KeyboardDelegate.js +9 -46
  27. package/src/sap/ui/table/extensions/Pointer.js +1 -1
  28. package/src/sap/ui/table/extensions/Scrolling.js +1 -1
  29. package/src/sap/ui/table/extensions/ScrollingIOS.js +1 -1
  30. package/src/sap/ui/table/extensions/Synchronization.js +1 -1
  31. package/src/sap/ui/table/library.js +11 -11
  32. package/src/sap/ui/table/menus/AnalyticalTableContextMenu.js +1 -1
  33. package/src/sap/ui/table/menus/ColumnHeaderMenuAdapter.js +1 -1
  34. package/src/sap/ui/table/menus/ContextMenu.js +1 -1
  35. package/src/sap/ui/table/menus/MobileColumnHeaderMenuAdapter.js +54 -44
  36. package/src/sap/ui/table/messagebundle.properties +10 -14
  37. package/src/sap/ui/table/messagebundle_ar.properties +6 -9
  38. package/src/sap/ui/table/messagebundle_bg.properties +6 -9
  39. package/src/sap/ui/table/messagebundle_ca.properties +6 -9
  40. package/src/sap/ui/table/messagebundle_cnr.properties +6 -9
  41. package/src/sap/ui/table/messagebundle_cs.properties +6 -9
  42. package/src/sap/ui/table/messagebundle_cy.properties +6 -9
  43. package/src/sap/ui/table/messagebundle_da.properties +6 -9
  44. package/src/sap/ui/table/messagebundle_de.properties +4 -7
  45. package/src/sap/ui/table/messagebundle_el.properties +5 -8
  46. package/src/sap/ui/table/messagebundle_en.properties +6 -9
  47. package/src/sap/ui/table/messagebundle_en_GB.properties +4 -7
  48. package/src/sap/ui/table/messagebundle_en_US_saprigi.properties +6 -9
  49. package/src/sap/ui/table/messagebundle_es.properties +6 -9
  50. package/src/sap/ui/table/messagebundle_es_MX.properties +5 -8
  51. package/src/sap/ui/table/messagebundle_et.properties +6 -9
  52. package/src/sap/ui/table/messagebundle_fi.properties +6 -9
  53. package/src/sap/ui/table/messagebundle_fr.properties +6 -9
  54. package/src/sap/ui/table/messagebundle_fr_CA.properties +6 -9
  55. package/src/sap/ui/table/messagebundle_hi.properties +6 -9
  56. package/src/sap/ui/table/messagebundle_hr.properties +6 -9
  57. package/src/sap/ui/table/messagebundle_hu.properties +6 -9
  58. package/src/sap/ui/table/messagebundle_id.properties +6 -9
  59. package/src/sap/ui/table/messagebundle_it.properties +6 -9
  60. package/src/sap/ui/table/messagebundle_iw.properties +6 -9
  61. package/src/sap/ui/table/messagebundle_ja.properties +5 -8
  62. package/src/sap/ui/table/messagebundle_kk.properties +10 -13
  63. package/src/sap/ui/table/messagebundle_ko.properties +5 -8
  64. package/src/sap/ui/table/messagebundle_lt.properties +4 -7
  65. package/src/sap/ui/table/messagebundle_lv.properties +5 -8
  66. package/src/sap/ui/table/messagebundle_mk.properties +6 -9
  67. package/src/sap/ui/table/messagebundle_ms.properties +5 -8
  68. package/src/sap/ui/table/messagebundle_nl.properties +6 -9
  69. package/src/sap/ui/table/messagebundle_no.properties +6 -9
  70. package/src/sap/ui/table/messagebundle_pl.properties +6 -9
  71. package/src/sap/ui/table/messagebundle_pt.properties +6 -9
  72. package/src/sap/ui/table/messagebundle_pt_PT.properties +4 -7
  73. package/src/sap/ui/table/messagebundle_ro.properties +6 -9
  74. package/src/sap/ui/table/messagebundle_ru.properties +6 -9
  75. package/src/sap/ui/table/messagebundle_sh.properties +6 -9
  76. package/src/sap/ui/table/messagebundle_sk.properties +6 -9
  77. package/src/sap/ui/table/messagebundle_sl.properties +6 -9
  78. package/src/sap/ui/table/messagebundle_sr.properties +6 -9
  79. package/src/sap/ui/table/messagebundle_sv.properties +6 -9
  80. package/src/sap/ui/table/messagebundle_th.properties +6 -9
  81. package/src/sap/ui/table/messagebundle_tr.properties +6 -9
  82. package/src/sap/ui/table/messagebundle_uk.properties +4 -7
  83. package/src/sap/ui/table/messagebundle_vi.properties +6 -9
  84. package/src/sap/ui/table/messagebundle_zh_CN.properties +4 -7
  85. package/src/sap/ui/table/messagebundle_zh_TW.properties +6 -9
  86. package/src/sap/ui/table/plugins/BindingSelection.js +1 -1
  87. package/src/sap/ui/table/plugins/MultiSelectionPlugin.js +2 -2
  88. package/src/sap/ui/table/plugins/PluginBase.js +1 -1
  89. package/src/sap/ui/table/plugins/SelectionModelSelection.js +3 -1
  90. package/src/sap/ui/table/plugins/SelectionPlugin.js +1 -1
  91. package/src/sap/ui/table/plugins/V4Aggregation.js +1 -1
  92. package/src/sap/ui/table/rowmodes/Auto.js +1 -1
  93. package/src/sap/ui/table/rowmodes/Fixed.js +1 -1
  94. package/src/sap/ui/table/rowmodes/Interactive.js +19 -12
  95. package/src/sap/ui/table/rowmodes/RowMode.js +1 -1
  96. package/src/sap/ui/table/rowmodes/Variable.js +1 -1
  97. package/src/sap/ui/table/utils/TableUtils.js +15 -4
  98. package/src/sap/ui/table/utils/_BindingUtils.js +1 -1
  99. package/src/sap/ui/table/utils/_ColumnUtils.js +1 -1
  100. package/src/sap/ui/table/utils/_GroupingUtils.js +1 -1
  101. package/src/sap/ui/table/utils/_HookUtils.js +1 -1
  102. package/src/sap/ui/table/utils/_MenuUtils.js +1 -1
  103. package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +0 -5
  104. package/LICENSES/Unicode-DFS-2015.txt +0 -51
@@ -27,11 +27,10 @@ TBL_COL_VISBILITY_MENUITEM_HIDE=\u041F\u0440\u0438\u0445\u043E\u0432\u0430\u0442
27
27
 
28
28
  TBL_TABLE_SELECTION_MULTI=\u0422\u0430\u0431\u043B\u0438\u0446\u044F \u043C\u043D\u043E\u0436\u0438\u043D\u043D\u043E\u0433\u043E \u0432\u0438\u0431\u043E\u0440\u0443
29
29
  TBL_TABLE_SELECTION_SINGLE=\u0422\u0430\u0431\u043B\u0438\u0446\u044F \u043E\u043A\u0440\u0435\u043C\u043E\u0433\u043E \u0432\u0438\u0431\u043E\u0440\u0443
30
+ TBL_TABLE_SELECTION_COLUMNHEADER=\u0421\u0442\u043E\u0432\u043F\u0447\u0438\u043A \u0432\u0438\u0431\u043E\u0440\u0443
30
31
 
31
32
  TBL_TABLE_INVALID=\u041D\u0435\u0434\u0456\u0439\u0441\u043D\u0430 \u0442\u0430\u0431\u043B\u0438\u0446\u044F
32
33
 
33
- TBL_DATA_ROWS_COLS=\u0422\u0430\u0431\u043B\u0438\u0446\u044F \u043C\u0456\u0441\u0442\u0438\u0442\u044C {0} \u0440\u044F\u0434\u043A\u0456\u0432 \u0456 {1} \u0441\u0442\u043E\u0432\u043F\u0447\u0438\u043A\u0456\u0432
34
-
35
34
  TBL_ROW_SELECT_KEY=\u0414\u043B\u044F \u0432\u0438\u0431\u043E\u0440\u0443 \u0440\u044F\u0434\u043A\u0430 \u043D\u0430\u0442\u0438\u0441\u043D\u0456\u0442\u044C \u043A\u043B\u0430\u0432\u0456\u0448\u0443 \u043F\u0440\u043E\u0431\u0456\u043B\u0443
36
35
  TBL_ROW_DESELECT_KEY=\u0414\u043B\u044F \u0441\u043A\u0430\u0441\u0443\u0432\u0430\u043D\u043D\u044F \u0432\u0438\u0431\u043E\u0440\u0443 \u0440\u044F\u0434\u043A\u0430 \u043D\u0430\u0442\u0438\u0441\u043D\u0456\u0442\u044C \u043A\u043B\u0430\u0432\u0456\u0448\u0443 \u043F\u0440\u043E\u0431\u0456\u043B\u0443
37
36
 
@@ -44,7 +43,7 @@ TBL_NO_DATA=\u041D\u0435\u043C\u0430\u0454 \u0434\u0430\u043D\u0438\u0445
44
43
  TBL_SELECT_ALL=\u0412\u0438\u0434\u0456\u043B\u0438\u0442\u0438 \u0432\u0441\u0435
45
44
  TBL_DESELECT_ALL=\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u0432\u0441\u0456 \u0432\u0438\u0434\u0456\u043B\u0435\u043D\u043D\u044F
46
45
 
47
- TBL_TOGGLE_EDIT_KEY=\u0429\u043E\u0431 \u0443\u0432\u0456\u0439\u0442\u0438 \u0434\u043E \u043A\u043E\u043C\u0456\u0440\u043A\u0438 \u0442\u0430\u0431\u043B\u0438\u0446\u0456, \u043D\u0430\u0442\u0438\u0441\u043D\u0456\u0442\u044C F2
46
+ TBL_CELL_INCLUDES=\u0412\u043A\u043B\u044E\u0447\u0430\u0454 {0}
48
47
 
49
48
  TBL_COLLAPSE_EXPAND=\u0420\u043E\u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438/\u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438 \u0432\u0443\u0437\u043E\u043B
50
49
 
@@ -58,10 +57,6 @@ TBL_GROUP_TOTAL_ROW=\u041F\u0456\u0434\u0441\u0443\u043C\u043A\u0438 \u0434\u043
58
57
 
59
58
  TBL_FIXED_COLUMN=\u0424\u0456\u043A\u0441\u043E\u0432\u0430\u043D\u0438\u0439 \u0441\u0442\u043E\u0432\u043F\u0447\u0438\u043A
60
59
 
61
- TBL_ROW_ROWCOUNT=\u0420\u044F\u0434\u043E\u043A {0} \u0437 {1}
62
-
63
- TBL_COL_COLCOUNT=\u0421\u0442\u043E\u0432\u043F\u0447\u0438\u043A {0} \u0437 {1}
64
-
65
60
  TBL_ROW_GROUP_LABEL=\u0420\u044F\u0434\u043E\u043A \u0433\u0440\u0443\u043F\u0438
66
61
 
67
62
  TBL_COL_DESC_MENU=\u0414\u043E\u0441\u0442\u0443\u043F\u043D\u0435 \u043C\u0435\u043D\u044E
@@ -139,3 +134,5 @@ TBL_RSZ_MINIMIZE_SHORTCUT=\u0413\u043E\u043B\u043E\u0432\u043D\u0430
139
134
  TBL_RSZ_MAXIMIZE=\u0420\u043E\u0437\u0433\u043E\u0440\u043D\u0443\u0442\u0438 \u0440\u043E\u0437\u0434\u0456\u043B
140
135
 
141
136
  TBL_RSZ_MAXIMIZE_SHORTCUT=\u0417\u0430\u0432\u0435\u0440\u0448\u0435\u043D\u043D\u044F
137
+
138
+ TBL_RSZ_RESIZED={0} \u0440\u044F\u0434\u043A\u0456\u0432 \u043F\u043E\u043A\u0430\u0437\u0430\u043D\u043E
@@ -25,13 +25,12 @@ TBL_HIDE_COLUMN=\u1EA8n
25
25
  TBL_COL_VISBILITY_MENUITEM_SHOW=Hi\u00EA\u0309n thi\u0323 c\u00F4\u0323t
26
26
  TBL_COL_VISBILITY_MENUITEM_HIDE=\u00C2\u0309n c\u00F4\u0323t
27
27
 
28
- TBL_TABLE_SELECTION_MULTI=Ba\u0309ng \u0111a l\u01B0\u0323a cho\u0323n
29
- TBL_TABLE_SELECTION_SINGLE=Ba\u0309ng l\u01B0\u0323a cho\u0323n \u0111\u01A1n
28
+ TBL_TABLE_SELECTION_MULTI=B\u1EA3ng nhi\u1EC1u l\u1EF1a ch\u1ECDn
29
+ TBL_TABLE_SELECTION_SINGLE=B\u1EA3ng m\u1ED9t l\u1EF1a ch\u1ECDn
30
+ TBL_TABLE_SELECTION_COLUMNHEADER=C\u1ED9t l\u1EF1a ch\u1ECDn
30
31
 
31
32
  TBL_TABLE_INVALID=Ba\u0309ng kh\u00F4ng h\u01A1\u0323p l\u00EA\u0323
32
33
 
33
- TBL_DATA_ROWS_COLS=Ba\u0309ng ch\u01B0\u0301a {0} ha\u0300ng va\u0300 {1} c\u00F4\u0323t
34
-
35
34
  TBL_ROW_SELECT_KEY=\u0110\u00EA\u0309 l\u01B0\u0323a cho\u0323n ha\u0300ng, nh\u00E2\u0301n PHI\u0301M DA\u0300I
36
35
  TBL_ROW_DESELECT_KEY=\u0110\u00EA\u0309 bo\u0309 cho\u0323n ha\u0300ng, nh\u00E2\u0301n PHI\u0301M DA\u0300I
37
36
 
@@ -44,7 +43,7 @@ TBL_NO_DATA=Kh\u00F4ng co\u0301 d\u01B0\u0303 li\u00EA\u0323u
44
43
  TBL_SELECT_ALL=Cho\u0323n t\u00E2\u0301t ca\u0309
45
44
  TBL_DESELECT_ALL=Bo\u0309 cho\u0323n t\u00E2\u0301t ca\u0309
46
45
 
47
- TBL_TOGGLE_EDIT_KEY=\u0110\u00EA\u0309 nh\u00E2\u0323p va\u0300o \u00F4 cu\u0309a ba\u0309ng, nh\u00E2\u0301n F2
46
+ TBL_CELL_INCLUDES=Bao g\u1ED3m {0}
48
47
 
49
48
  TBL_COLLAPSE_EXPAND=M\u01A1\u0309 r\u00F4\u0323ng/Thu go\u0323n nu\u0301t
50
49
 
@@ -58,10 +57,6 @@ TBL_GROUP_TOTAL_ROW=To\u0301m t\u0103\u0301t nho\u0301m
58
57
 
59
58
  TBL_FIXED_COLUMN=C\u00F4\u0323t c\u00F4\u0301 \u0111i\u0323nh
60
59
 
61
- TBL_ROW_ROWCOUNT=Ha\u0300ng {0} cu\u0309a {1}
62
-
63
- TBL_COL_COLCOUNT=C\u00F4\u0323t {0} cu\u0309a {1}
64
-
65
60
  TBL_ROW_GROUP_LABEL=Ha\u0300ng nho\u0301m
66
61
 
67
62
  TBL_COL_DESC_MENU=Co\u0301 s\u0103\u0303n tri\u0300nh \u0111\u01A1n
@@ -139,3 +134,5 @@ TBL_RSZ_MINIMIZE_SHORTCUT=\u0110\u00E2\u0300u
139
134
  TBL_RSZ_MAXIMIZE=Pho\u0301ng to ph\u00E2\u0300n
140
135
 
141
136
  TBL_RSZ_MAXIMIZE_SHORTCUT=Cu\u00F4\u0301i
137
+
138
+ TBL_RSZ_RESIZED={0} h\u00E0ng \u0111\u01B0\u1EE3c hi\u1EC3n th\u1ECB
@@ -27,11 +27,10 @@ TBL_COL_VISBILITY_MENUITEM_HIDE=\u9690\u85CF\u5217
27
27
 
28
28
  TBL_TABLE_SELECTION_MULTI=\u591A\u91CD\u9009\u62E9\u8868
29
29
  TBL_TABLE_SELECTION_SINGLE=\u5355\u4E00\u9009\u62E9\u8868
30
+ TBL_TABLE_SELECTION_COLUMNHEADER=\u9009\u62E9\u5217
30
31
 
31
32
  TBL_TABLE_INVALID=\u65E0\u6548\u7684\u8868
32
33
 
33
- TBL_DATA_ROWS_COLS=\u8868\u5305\u542B {0} \u884C\u548C {1} \u5217
34
-
35
34
  TBL_ROW_SELECT_KEY=\u8981\u9009\u62E9\u884C\uFF0C\u8BF7\u6309\u7A7A\u683C\u952E
36
35
  TBL_ROW_DESELECT_KEY=\u8981\u53D6\u6D88\u9009\u62E9\u884C\uFF0C\u8BF7\u6309\u7A7A\u683C\u952E
37
36
 
@@ -44,7 +43,7 @@ TBL_NO_DATA=\u65E0\u6570\u636E
44
43
  TBL_SELECT_ALL=\u5168\u9009
45
44
  TBL_DESELECT_ALL=\u53D6\u6D88\u5168\u9009
46
45
 
47
- TBL_TOGGLE_EDIT_KEY=\u8981\u8FDB\u5165\u8868\u5355\u5143\u683C\uFF0C\u8BF7\u6309 F2
46
+ TBL_CELL_INCLUDES=\u5305\u62EC {0}
48
47
 
49
48
  TBL_COLLAPSE_EXPAND=\u5C55\u5F00/\u6298\u53E0\u8282\u70B9
50
49
 
@@ -58,10 +57,6 @@ TBL_GROUP_TOTAL_ROW=\u5206\u7EC4\u6C47\u603B
58
57
 
59
58
  TBL_FIXED_COLUMN=\u56FA\u5B9A\u5217
60
59
 
61
- TBL_ROW_ROWCOUNT=\u7B2C {0} \u884C\uFF0C\u5171 {1} \u884C
62
-
63
- TBL_COL_COLCOUNT=\u7B2C {0} \u5217\uFF0C\u5171 {1} \u5217
64
-
65
60
  TBL_ROW_GROUP_LABEL=\u5206\u7EC4\u884C
66
61
 
67
62
  TBL_COL_DESC_MENU=\u83DC\u5355\u53EF\u7528
@@ -139,3 +134,5 @@ TBL_RSZ_MINIMIZE_SHORTCUT=Home
139
134
  TBL_RSZ_MAXIMIZE=\u5C06\u90E8\u5206\u6700\u5927\u5316
140
135
 
141
136
  TBL_RSZ_MAXIMIZE_SHORTCUT=End
137
+
138
+ TBL_RSZ_RESIZED=\u5DF2\u663E\u793A {0} \u884C
@@ -25,13 +25,12 @@ TBL_HIDE_COLUMN=\u96B1\u85CF
25
25
  TBL_COL_VISBILITY_MENUITEM_SHOW=\u986F\u793A\u6B04
26
26
  TBL_COL_VISBILITY_MENUITEM_HIDE=\u96B1\u85CF\u6B04
27
27
 
28
- TBL_TABLE_SELECTION_MULTI=\u591A\u9078\u8868\u683C
29
- TBL_TABLE_SELECTION_SINGLE=\u55AE\u9078\u8868\u683C
28
+ TBL_TABLE_SELECTION_MULTI=\u591A\u91CD\u9078\u64C7\u8868\u683C
29
+ TBL_TABLE_SELECTION_SINGLE=\u55AE\u4E00\u9078\u64C7\u8868\u683C
30
+ TBL_TABLE_SELECTION_COLUMNHEADER=\u9078\u64C7\u6B04
30
31
 
31
32
  TBL_TABLE_INVALID=\u7121\u6548\u7684\u8868\u683C
32
33
 
33
- TBL_DATA_ROWS_COLS=\u8868\u683C\u5305\u542B {0} \u5217\u548C {1} \u6B04
34
-
35
34
  TBL_ROW_SELECT_KEY=\u82E5\u8981\u9078\u64C7\u5217\uFF0C\u8ACB\u6309\u7A7A\u767D\u9375
36
35
  TBL_ROW_DESELECT_KEY=\u82E5\u8981\u53D6\u6D88\u9078\u64C7\u5217\uFF0C\u8ACB\u6309\u7A7A\u767D\u9375
37
36
 
@@ -44,7 +43,7 @@ TBL_NO_DATA=\u7121\u8CC7\u6599
44
43
  TBL_SELECT_ALL=\u5168\u9078
45
44
  TBL_DESELECT_ALL=\u53D6\u6D88\u5168\u9078
46
45
 
47
- TBL_TOGGLE_EDIT_KEY=\u82E5\u8981\u8F38\u5165\u8868\u683C\u5132\u5B58\u683C\uFF0C\u8ACB\u6309 F2
46
+ TBL_CELL_INCLUDES=\u5305\u542B {0}
48
47
 
49
48
  TBL_COLLAPSE_EXPAND=\u5C55\u958B/\u6536\u5408\u7BC0\u9EDE
50
49
 
@@ -58,10 +57,6 @@ TBL_GROUP_TOTAL_ROW=\u7FA4\u7D44\u5F59\u7E3D
58
57
 
59
58
  TBL_FIXED_COLUMN=\u56FA\u5B9A\u7684\u6B04
60
59
 
61
- TBL_ROW_ROWCOUNT=\u5217 {0}/{1}
62
-
63
- TBL_COL_COLCOUNT=\u6B04 {0}/{1}
64
-
65
60
  TBL_ROW_GROUP_LABEL=\u7FA4\u7D44\u5217
66
61
 
67
62
  TBL_COL_DESC_MENU=\u529F\u80FD\u8868\u53EF\u7528
@@ -139,3 +134,5 @@ TBL_RSZ_MINIMIZE_SHORTCUT=\u9996\u9801
139
134
  TBL_RSZ_MAXIMIZE=\u5340\u6BB5\u6700\u5927\u5316
140
135
 
141
136
  TBL_RSZ_MAXIMIZE_SHORTCUT=\u7D50\u675F
137
+
138
+ TBL_RSZ_RESIZED=\u5DF2\u986F\u793A {0} \u5217
@@ -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.132.1
24
+ * @version 1.134.0
25
25
  * @constructor
26
26
  * @private
27
27
  * @alias sap.ui.table.plugins.BindingSelection
@@ -659,8 +659,8 @@ sap.ui.define([
659
659
  };
660
660
 
661
661
  MultiSelectionPlugin.prototype.onTableRowsBound = function(oBinding) {
662
- SelectionPlugin.prototype.onTableRowsBound.apply(this, arguments);
663
- attachToBinding(this, oBinding);
662
+ SelectionPlugin.prototype.onTableRowsBound.apply(this, arguments);
663
+ attachToBinding(this, oBinding);
664
664
  };
665
665
 
666
666
  function attachToBinding(oPlugin, oBinding) {
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Element
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.132.1
31
+ * @version 1.134.0
32
32
  *
33
33
  * @private
34
34
  * @experimental Since 1.75
@@ -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.132.1
26
+ * @version 1.134.0
27
27
  * @constructor
28
28
  * @private
29
29
  * @alias sap.ui.table.plugins.SelectionModelSelection
@@ -391,7 +391,9 @@ sap.ui.define([
391
391
  const sReason = typeof (oEvent) === "object" ? oEvent.getParameter("reason") : oEvent;
392
392
 
393
393
  if (sReason === "sort" || sReason === "filter") {
394
+ this._bInternalTrigger = true;
394
395
  this.clearSelection();
396
+ delete this._bInternalTrigger;
395
397
  }
396
398
  }
397
399
 
@@ -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.132.1
30
+ * @version 1.134.0
31
31
  * @public
32
32
  * @since 1.64
33
33
  * @experimental As of version 1.64
@@ -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.132.1
21
+ * @version 1.134.0
22
22
  * @private
23
23
  * @since 1.76
24
24
  * @ui5-restricted sap.ui.mdc
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @public
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.132.1
41
+ * @version 1.134.0
42
42
  */
43
43
  const AutoRowMode = RowMode.extend("sap.ui.table.rowmodes.Auto", /** @lends sap.ui.table.rowmodes.Auto.prototype */ {
44
44
  metadata: {
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @public
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.132.1
30
+ * @version 1.134.0
31
31
  */
32
32
  const FixedRowMode = RowMode.extend("sap.ui.table.rowmodes.Fixed", /** @lends sap.ui.table.rowmodes.Fixed.prototype */ {
33
33
  metadata: {
@@ -8,13 +8,15 @@ sap.ui.define([
8
8
  "../utils/TableUtils",
9
9
  "sap/ui/Device",
10
10
  "sap/m/Menu",
11
- "sap/m/MenuItem"
11
+ "sap/m/MenuItem",
12
+ "sap/ui/core/InvisibleMessage"
12
13
  ], function(
13
14
  RowMode,
14
15
  TableUtils,
15
16
  Device,
16
17
  Menu,
17
- MenuItem
18
+ MenuItem,
19
+ InvisibleMessage
18
20
  ) {
19
21
  "use strict";
20
22
 
@@ -38,7 +40,7 @@ sap.ui.define([
38
40
  * @public
39
41
  *
40
42
  * @author SAP SE
41
- * @version 1.132.1
43
+ * @version 1.134.0
42
44
  */
43
45
  const InteractiveRowMode = RowMode.extend("sap.ui.table.rowmodes.Interactive", /** @lends sap.ui.table.rowmodes.Interactive.prototype */ {
44
46
  metadata: {
@@ -95,6 +97,11 @@ sap.ui.define([
95
97
  */
96
98
  const ResizeHelper = {};
97
99
 
100
+ function setNewRowCount(iRowCount) {
101
+ _private(this).rowCount = iRowCount;
102
+ InvisibleMessage.getInstance().announce(TableUtils.getResourceText("TBL_RSZ_RESIZED", [iRowCount]));
103
+ }
104
+
98
105
  /**
99
106
  * @inheritDoc
100
107
  */
@@ -367,7 +374,7 @@ sap.ui.define([
367
374
 
368
375
  InteractiveRowMode.prototype.setRowCount = function(iRowCount) {
369
376
  this.setProperty("rowCount", iRowCount);
370
- _private(this).rowCount = iRowCount;
377
+ setNewRowCount.call(this, iRowCount);
371
378
  return this;
372
379
  };
373
380
 
@@ -430,22 +437,22 @@ sap.ui.define([
430
437
  switch (oEvent.key) {
431
438
  case "ArrowUp":
432
439
  oEvent.preventDefault();
433
- _private(this).rowCount = Math.max(this.getActualRowCount() - 1, this.getMinRowCount());
440
+ setNewRowCount.call(this, Math.max(this.getActualRowCount() - 1, this.getMinRowCount()));
434
441
  this.updateTable(TableUtils.RowsUpdateReason.Render);
435
442
  break;
436
443
  case "ArrowDown":
437
444
  oEvent.preventDefault();
438
- _private(this).rowCount = Math.min(this.getActualRowCount() + 1, this._getMaxRowCount());
445
+ setNewRowCount.call(this, Math.min(this.getActualRowCount() + 1, this._getMaxRowCount()));
439
446
  this.updateTable(TableUtils.RowsUpdateReason.Render);
440
447
  break;
441
448
  case "Home":
442
449
  oEvent.preventDefault();
443
- _private(this).rowCount = this.getMinRowCount();
450
+ setNewRowCount.call(this, this.getMinRowCount());
444
451
  this.updateTable(TableUtils.RowsUpdateReason.Render);
445
452
  break;
446
453
  case "End":
447
454
  oEvent.preventDefault();
448
- _private(this).rowCount = this._getMaxRowCount();
455
+ setNewRowCount.call(this, this._getMaxRowCount());
449
456
  this.updateTable(TableUtils.RowsUpdateReason.Render);
450
457
  break;
451
458
  default:
@@ -460,11 +467,11 @@ sap.ui.define([
460
467
 
461
468
  const iActualRowCount = this.getActualRowCount();
462
469
  if (iActualRowCount === this._getMaxRowCount()) {
463
- _private(this).rowCount = this.getMinRowCount();
470
+ setNewRowCount.call(this, this.getMinRowCount());
464
471
  } else if (iActualRowCount === this.getMinRowCount()) {
465
- _private(this).rowCount = this.getRowCount();
472
+ setNewRowCount.call(this, this.getRowCount());
466
473
  } else {
467
- _private(this).rowCount = this._getMaxRowCount();
474
+ setNewRowCount.call(this, this._getMaxRowCount());
468
475
  }
469
476
  this.updateTable(TableUtils.RowsUpdateReason.Render);
470
477
  };
@@ -529,7 +536,7 @@ sap.ui.define([
529
536
  this.setVisibleRowCount(iNewRowCount);
530
537
  }
531
538
 
532
- _private(oMode).rowCount = iNewRowCount;
539
+ setNewRowCount.call(oMode, iNewRowCount);
533
540
  oMode.updateTable(TableUtils.RowsUpdateReason.Render);
534
541
 
535
542
  document.removeEventListener("touchmove", ResizeHelper.onResizerMove);
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @public
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.132.1
40
+ * @version 1.134.0
41
41
  */
42
42
  const RowMode = Element.extend("sap.ui.table.rowmodes.RowMode", /** @lends sap.ui.table.rowmodes.RowMode.prototype */ {
43
43
  metadata: {
@@ -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.132.1
26
+ * @version 1.134.0
27
27
  *
28
28
  * @constructor
29
29
  * @private
@@ -76,10 +76,11 @@ sap.ui.define([
76
76
  ROWHEADER: 1 << 3,
77
77
  ROWACTION: 1 << 4,
78
78
  COLUMNROWHEADER: 1 << 5,
79
- PSEUDO: 1 << 6
79
+ ROWACTIONCOLUMNHEADER: 1 << 6,
80
+ PSEUDO: 1 << 7
80
81
  };
81
82
  CELLTYPE.ANYCONTENTCELL = CELLTYPE.ROWHEADER | CELLTYPE.DATACELL | CELLTYPE.ROWACTION;
82
- CELLTYPE.ANYCOLUMNHEADER = CELLTYPE.COLUMNHEADER | CELLTYPE.COLUMNROWHEADER;
83
+ CELLTYPE.ANYCOLUMNHEADER = CELLTYPE.COLUMNHEADER | CELLTYPE.COLUMNROWHEADER | CELLTYPE.ROWACTIONCOLUMNHEADER;
83
84
  CELLTYPE.ANYROWHEADER = CELLTYPE.ROWHEADER | CELLTYPE.COLUMNROWHEADER;
84
85
  CELLTYPE.ANY = CELLTYPE.ANYCONTENTCELL | CELLTYPE.ANYCOLUMNHEADER;
85
86
 
@@ -209,7 +210,7 @@ sap.ui.define([
209
210
  * Static collection of utility functions related to the sap.ui.table.Table, ...
210
211
  *
211
212
  * @author SAP SE
212
- * @version 1.132.1
213
+ * @version 1.134.0
213
214
  * @namespace
214
215
  * @alias sap.ui.table.utils.TableUtils
215
216
  * @private
@@ -368,7 +369,8 @@ sap.ui.define([
368
369
  return false;
369
370
  }
370
371
 
371
- return oTable.getDomRef().querySelector('[id="' + oTable.getId() + '-sapUiTableGridCnt"] > .sapUiLocalBusyIndicator') != null;
372
+ const sSelector = oTable.getCreationRow() ? "-sapUiTableGridCnt" : "-sapUiTableCnt";
373
+ return oTable.getDomRef().querySelector('[id="' + oTable.getId() + sSelector + '"] > .sapUiLocalBusyIndicator') != null;
372
374
  },
373
375
 
374
376
  /**
@@ -634,6 +636,10 @@ sap.ui.define([
634
636
  const sTitle = TableUtils.getResourceText("TBL_SELECT_LIMIT_TITLE");
635
637
  const sMessage = TableUtils.getResourceText("TBL_SELECT_LIMIT", [iLimit]);
636
638
 
639
+ if (!oRow) {
640
+ return Promise.resolve();
641
+ }
642
+
637
643
  return new Promise(function(resolve) {
638
644
  sap.ui.require([
639
645
  "sap/m/Popover", "sap/m/Bar", "sap/m/Title", "sap/m/Text", "sap/m/HBox", "sap/ui/core/library", "sap/m/library"
@@ -795,6 +801,11 @@ sap.ui.define([
795
801
  oCellInfo.columnIndex = -2;
796
802
  oCellInfo.columnSpan = 1;
797
803
 
804
+ } else if ($Cell.hasClass("sapUiTableRowActionHeaderCell")) {
805
+ oCellInfo.type = TableUtils.CELLTYPE.ROWACTIONCOLUMNHEADER;
806
+ oCellInfo.columnIndex = -2;
807
+ oCellInfo.columnSpan = 1;
808
+
798
809
  } else if ($Cell.hasClass("sapUiTableRowSelectionHeaderCell")) {
799
810
  oCellInfo.type = TableUtils.CELLTYPE.COLUMNROWHEADER;
800
811
  oCellInfo.columnIndex = -1;
@@ -14,7 +14,7 @@ sap.ui.define([], function() {
14
14
  * Note: Do not access the functions of this helper directly, but via <code>sap.ui.table.utils.TableUtils.Binding...</code>
15
15
  *
16
16
  * @author SAP SE
17
- * @version 1.132.1
17
+ * @version 1.134.0
18
18
  * @namespace
19
19
  * @alias sap.ui.table.utils._BindingUtils
20
20
  * @private
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * Note: Do not access the functions of this helper directly, but via <code>sap.ui.table.utils.TableUtils.Column...</code>
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.132.1
21
+ * @version 1.134.0
22
22
  * @namespace
23
23
  * @alias sap.ui.table.utils._ColumnUtils
24
24
  * @private
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * Note: Do not access the functions of this helper directly, but via <code>sap.ui.table.utils.TableUtils.Grouping...</code>
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.132.1
27
+ * @version 1.134.0
28
28
  * @namespace
29
29
  * @alias sap.ui.table.utils._GroupingUtils
30
30
  * @private
@@ -22,7 +22,7 @@ sap.ui.define(["sap/ui/base/DataType", "sap/ui/model/ChangeReason"], function(Da
22
22
  * - There is no concept for public or protected hooks. Never expose a hook directly, only indirectly as can be seen in the examples.
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.132.1
25
+ * @version 1.134.0
26
26
  * @namespace
27
27
  * @alias sap.ui.table.utils._HookUtils
28
28
  *
@@ -14,7 +14,7 @@ sap.ui.define([], function() {
14
14
  * Note: Do not access the functions of this helper directly, but via <code>sap.ui.table.utils.TableUtils.Menu...</code>
15
15
  *
16
16
  * @author SAP SE
17
- * @version 1.132.1
17
+ * @version 1.134.0
18
18
  * @namespace
19
19
  * @alias sap.ui.table.utils._MenuUtils
20
20
  * @private
@@ -1,5 +0,0 @@
1
- Unless specified below, all files in the tz code and data (including
2
- this LICENSE file) are in the public domain.
3
-
4
- If the files date.c, newstrftime.3, and strftime.c are present, they
5
- contain material derived from BSD and use the BSD 3-clause license.
@@ -1,51 +0,0 @@
1
- UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
2
-
3
- Unicode Data Files include all data files under the directories http://www.unicode.org/Public/,
4
- http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/. Unicode
5
- Data Files do not include PDF online code charts under the directory http://www.unicode.org/Public/.
6
- Software includes any source code published in the Unicode Standard or under
7
- the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/,
8
- and http://www.unicode.org/cldr/data/.
9
-
10
- NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING,
11
- INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"),
12
- AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND
13
- BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE,
14
- DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
15
-
16
- COPYRIGHT AND PERMISSION NOTICE
17
-
18
- Copyright © 1991-2015 Unicode, Inc. All rights reserved. Distributed under
19
- the Terms of Use in http://www.unicode.org/copyright.html.
20
-
21
- Permission is hereby granted, free of charge, to any person obtaining a copy
22
- of the Unicode data files and any associated documentation (the "Data Files")
23
- or Unicode software and any associated documentation (the "Software") to deal
24
- in the Data Files or Software without restriction, including without limitation
25
- the rights to use, copy, modify, merge, publish, distribute, and/or sell copies
26
- of the Data Files or Software, and to permit persons to whom the Data Files
27
- or Software are furnished to do so, provided that
28
-
29
- (a) this copyright and permission notice appear with all copies of the Data
30
- Files or Software,
31
-
32
- (b) this copyright and permission notice appear in associated documentation,
33
- and
34
-
35
- (c) there is clear notice in each modified Data File or in the Software as
36
- well as in the documentation associated with the Data File(s) or Software
37
- that the data or software has been modified.
38
-
39
- THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
40
- KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
41
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
42
- IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE
43
- BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES,
44
- OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
45
- IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
46
- OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
47
-
48
- Except as contained in this notice, the name of a copyright holder shall not
49
- be used in advertising or otherwise to promote the sale, use or other dealings
50
- in these Data Files or Software without prior written authorization of the
51
- copyright holder.