@openui5/sap.ui.table 1.109.0 → 1.110.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 (115) hide show
  1. package/.eslintrc.json +21 -1
  2. package/.reuse/dep5 +16 -16
  3. package/THIRDPARTY.txt +2 -2
  4. package/package.json +3 -3
  5. package/src/sap/ui/table/.library +2 -2
  6. package/src/sap/ui/table/AnalyticalColumn.js +11 -11
  7. package/src/sap/ui/table/AnalyticalColumnMenu.js +4 -5
  8. package/src/sap/ui/table/AnalyticalColumnMenuRenderer.js +1 -1
  9. package/src/sap/ui/table/AnalyticalTable.js +14 -14
  10. package/src/sap/ui/table/AnalyticalTableRenderer.js +1 -1
  11. package/src/sap/ui/table/Column.js +44 -46
  12. package/src/sap/ui/table/ColumnMenu.js +5 -17
  13. package/src/sap/ui/table/ColumnMenuRenderer.js +2 -2
  14. package/src/sap/ui/table/CreationRow.js +3 -3
  15. package/src/sap/ui/table/CreationRowRenderer.js +1 -1
  16. package/src/sap/ui/table/Row.js +18 -18
  17. package/src/sap/ui/table/RowAction.js +2 -2
  18. package/src/sap/ui/table/RowActionItem.js +13 -11
  19. package/src/sap/ui/table/RowActionRenderer.js +1 -1
  20. package/src/sap/ui/table/RowSettings.js +6 -6
  21. package/src/sap/ui/table/Table.js +162 -168
  22. package/src/sap/ui/table/TablePersoController.js +4 -6
  23. package/src/sap/ui/table/TableRenderer.js +12 -14
  24. package/src/sap/ui/table/TreeTable.js +16 -18
  25. package/src/sap/ui/table/TreeTableRenderer.js +1 -1
  26. package/src/sap/ui/table/designtime/AnalyticalTable.designtime.js +8 -8
  27. package/src/sap/ui/table/designtime/Table.designtime.js +10 -10
  28. package/src/sap/ui/table/designtime/library.designtime.js +1 -1
  29. package/src/sap/ui/table/extensions/Accessibility.js +3 -3
  30. package/src/sap/ui/table/extensions/AccessibilityRender.js +2 -2
  31. package/src/sap/ui/table/extensions/DragAndDrop.js +2 -2
  32. package/src/sap/ui/table/extensions/ExtensionBase.js +2 -2
  33. package/src/sap/ui/table/extensions/Keyboard.js +3 -3
  34. package/src/sap/ui/table/extensions/KeyboardDelegate.js +7 -4
  35. package/src/sap/ui/table/extensions/Pointer.js +24 -19
  36. package/src/sap/ui/table/extensions/Scrolling.js +2 -2
  37. package/src/sap/ui/table/extensions/ScrollingIOS.js +4 -4
  38. package/src/sap/ui/table/extensions/Synchronization.js +2 -2
  39. package/src/sap/ui/table/library.js +39 -43
  40. package/src/sap/ui/table/library.support.js +1 -1
  41. package/src/sap/ui/table/menus/ColumnHeaderMenuAdapter.js +2 -3
  42. package/src/sap/ui/table/menus/MobileColumnHeaderMenuAdapter.js +7 -5
  43. package/src/sap/ui/table/messagebundle_ar.properties +1 -3
  44. package/src/sap/ui/table/messagebundle_bg.properties +3 -5
  45. package/src/sap/ui/table/messagebundle_ca.properties +1 -3
  46. package/src/sap/ui/table/messagebundle_cs.properties +1 -3
  47. package/src/sap/ui/table/messagebundle_cy.properties +1 -3
  48. package/src/sap/ui/table/messagebundle_da.properties +1 -3
  49. package/src/sap/ui/table/messagebundle_de.properties +1 -3
  50. package/src/sap/ui/table/messagebundle_el.properties +1 -3
  51. package/src/sap/ui/table/messagebundle_en.properties +1 -3
  52. package/src/sap/ui/table/messagebundle_en_GB.properties +1 -3
  53. package/src/sap/ui/table/messagebundle_en_US_saptrc.properties +1 -3
  54. package/src/sap/ui/table/messagebundle_es.properties +1 -3
  55. package/src/sap/ui/table/messagebundle_es_MX.properties +1 -3
  56. package/src/sap/ui/table/messagebundle_et.properties +1 -3
  57. package/src/sap/ui/table/messagebundle_fi.properties +1 -3
  58. package/src/sap/ui/table/messagebundle_fr.properties +1 -3
  59. package/src/sap/ui/table/messagebundle_fr_CA.properties +1 -3
  60. package/src/sap/ui/table/messagebundle_hi.properties +1 -3
  61. package/src/sap/ui/table/messagebundle_hr.properties +1 -3
  62. package/src/sap/ui/table/messagebundle_hu.properties +1 -3
  63. package/src/sap/ui/table/messagebundle_id.properties +1 -3
  64. package/src/sap/ui/table/messagebundle_it.properties +1 -3
  65. package/src/sap/ui/table/messagebundle_iw.properties +1 -3
  66. package/src/sap/ui/table/messagebundle_ja.properties +1 -3
  67. package/src/sap/ui/table/messagebundle_kk.properties +2 -4
  68. package/src/sap/ui/table/messagebundle_ko.properties +1 -3
  69. package/src/sap/ui/table/messagebundle_lt.properties +1 -3
  70. package/src/sap/ui/table/messagebundle_lv.properties +1 -3
  71. package/src/sap/ui/table/messagebundle_ms.properties +1 -3
  72. package/src/sap/ui/table/messagebundle_nl.properties +1 -3
  73. package/src/sap/ui/table/messagebundle_no.properties +1 -3
  74. package/src/sap/ui/table/messagebundle_pl.properties +1 -3
  75. package/src/sap/ui/table/messagebundle_pt.properties +1 -3
  76. package/src/sap/ui/table/messagebundle_pt_PT.properties +1 -3
  77. package/src/sap/ui/table/messagebundle_ro.properties +1 -3
  78. package/src/sap/ui/table/messagebundle_ru.properties +1 -3
  79. package/src/sap/ui/table/messagebundle_sh.properties +1 -3
  80. package/src/sap/ui/table/messagebundle_sk.properties +1 -3
  81. package/src/sap/ui/table/messagebundle_sl.properties +1 -3
  82. package/src/sap/ui/table/messagebundle_sv.properties +1 -3
  83. package/src/sap/ui/table/messagebundle_th.properties +1 -3
  84. package/src/sap/ui/table/messagebundle_tr.properties +1 -3
  85. package/src/sap/ui/table/messagebundle_uk.properties +1 -3
  86. package/src/sap/ui/table/messagebundle_vi.properties +1 -3
  87. package/src/sap/ui/table/messagebundle_zh_CN.properties +1 -3
  88. package/src/sap/ui/table/messagebundle_zh_TW.properties +1 -3
  89. package/src/sap/ui/table/plugins/BindingSelection.js +2 -2
  90. package/src/sap/ui/table/plugins/MultiSelectionPlugin.js +15 -15
  91. package/src/sap/ui/table/plugins/PluginBase.js +2 -2
  92. package/src/sap/ui/table/plugins/SelectionModelSelection.js +2 -2
  93. package/src/sap/ui/table/plugins/SelectionPlugin.js +2 -2
  94. package/src/sap/ui/table/plugins/V4Aggregation.js +2 -2
  95. package/src/sap/ui/table/rowmodes/AutoRowMode.js +2 -2
  96. package/src/sap/ui/table/rowmodes/FixedRowMode.js +2 -2
  97. package/src/sap/ui/table/rowmodes/InteractiveRowMode.js +3 -3
  98. package/src/sap/ui/table/rowmodes/RowMode.js +2 -2
  99. package/src/sap/ui/table/rowmodes/VariableRowMode.js +2 -2
  100. package/src/sap/ui/table/rules/Accessibility.support.js +1 -1
  101. package/src/sap/ui/table/rules/Binding.support.js +1 -1
  102. package/src/sap/ui/table/rules/ColumnTemplate.support.js +1 -1
  103. package/src/sap/ui/table/rules/Plugins.support.js +1 -1
  104. package/src/sap/ui/table/rules/Rows.support.js +1 -1
  105. package/src/sap/ui/table/rules/TableHelper.support.js +1 -1
  106. package/src/sap/ui/table/themes/base/Cell.less +31 -0
  107. package/src/sap/ui/table/themes/base/Row.less +5 -0
  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 +2 -2
  111. package/src/sap/ui/table/utils/_BindingUtils.js +2 -2
  112. package/src/sap/ui/table/utils/_ColumnUtils.js +3 -3
  113. package/src/sap/ui/table/utils/_GroupingUtils.js +3 -3
  114. package/src/sap/ui/table/utils/_HookUtils.js +2 -2
  115. package/src/sap/ui/table/utils/_MenuUtils.js +2 -2
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @class Extension for sap.ui.table.Table which handles the scrollbar on iOS.
28
28
  * @extends sap.ui.table.extensions.ExtensionBase
29
29
  * @author SAP SE
30
- * @version 1.109.0
30
+ * @version 1.110.0
31
31
  * @constructor
32
32
  * @private
33
33
  * @alias sap.ui.table.extensions.ScrollingIOS
@@ -256,7 +256,7 @@ sap.ui.define([
256
256
  oVSbThumb.style.top = iOffset + "px";
257
257
 
258
258
  clearTimeout(this._iUpdateDefaultScrollbarPositionTimeoutId);
259
- this._iUpdateDefaultScrollbarPositionTimeoutId = setTimeout(function () {
259
+ this._iUpdateDefaultScrollbarPositionTimeoutId = setTimeout(function() {
260
260
  this.updateDefaultScrollbarPosition(iOffset, iThumbHeight);
261
261
  delete this._iUpdateDefaultScrollbarPositionTimeoutId;
262
262
  }.bind(this), 30);
@@ -267,7 +267,7 @@ sap.ui.define([
267
267
  *
268
268
  * @param {jQuery.Event} oEvent The event triggered
269
269
  */
270
- ScrollIOSExtension.prototype.onPointerDown = function (oEvent) {
270
+ ScrollIOSExtension.prototype.onPointerDown = function(oEvent) {
271
271
  var oTable = this.getTable();
272
272
  var oScrollExtension = oTable._getScrollExtension();
273
273
  var oVSbThumb = this.getVerticalScrollbarThumb();
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -181,7 +181,7 @@ sap.ui.define([
181
181
  * @class Extension for sap.ui.table.Table that allows synchronization with a table.
182
182
  * @extends sap.ui.table.extensions.ExtensionBase
183
183
  * @author SAP SE
184
- * @version 1.109.0
184
+ * @version 1.110.0
185
185
  * @constructor
186
186
  * @private
187
187
  * @alias sap.ui.table.extensions.Synchronization
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -20,14 +20,14 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
20
20
  * @namespace
21
21
  * @alias sap.ui.table
22
22
  * @author SAP SE
23
- * @version 1.109.0
23
+ * @version 1.110.0
24
24
  * @since 0.8
25
25
  * @public
26
26
  */
27
27
  var thisLib = sap.ui.getCore().initLibrary({
28
- name : "sap.ui.table",
29
- version: "1.109.0",
30
- dependencies : ["sap.ui.core","sap.ui.unified"],
28
+ name: "sap.ui.table",
29
+ version: "1.110.0",
30
+ dependencies: ["sap.ui.core", "sap.ui.unified"],
31
31
  designtime: "sap/ui/table/designtime/library.designtime",
32
32
  types: [
33
33
  "sap.ui.table.NavigationMode",
@@ -63,16 +63,16 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
63
63
  ],
64
64
  extensions: {
65
65
  flChangeHandlers: {
66
- "sap.ui.table.Table" : {
66
+ "sap.ui.table.Table": {
67
67
  "moveElements": "default"
68
68
  },
69
- "sap.ui.table.AnalyticalTable" : {
69
+ "sap.ui.table.AnalyticalTable": {
70
70
  "moveElements": "default"
71
71
  }
72
72
  },
73
73
  //Configuration used for rule loading of Support Assistant
74
74
  "sap.ui.support": {
75
- publicRules:true
75
+ publicRules: true
76
76
  }
77
77
  }
78
78
  });
@@ -80,7 +80,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
80
80
  /**
81
81
  * Navigation mode of the table
82
82
  *
83
- * @version 1.109.0
83
+ * @version 1.110.0
84
84
  * @enum {string}
85
85
  * @public
86
86
  */
@@ -90,7 +90,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
90
90
  * Uses the scrollbar control.
91
91
  * @public
92
92
  */
93
- Scrollbar : "Scrollbar",
93
+ Scrollbar: "Scrollbar",
94
94
 
95
95
  /**
96
96
  * Uses the paginator control.
@@ -100,14 +100,14 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
100
100
  * @public
101
101
  * @deprecated As of version 1.38, replaced by {@link sap.ui.table.NavigationMode.Scrollbar}
102
102
  */
103
- Paginator : "Paginator"
103
+ Paginator: "Paginator"
104
104
 
105
105
  };
106
106
 
107
107
  /**
108
108
  * Row Action types.
109
109
  *
110
- * @version 1.109.0
110
+ * @version 1.110.0
111
111
  * @enum {string}
112
112
  * @public
113
113
  */
@@ -117,27 +117,26 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
117
117
  * Custom defined Row Action.
118
118
  * @public
119
119
  */
120
- Custom : "Custom",
120
+ Custom: "Custom",
121
121
 
122
122
  /**
123
123
  * Navigation Row Action.
124
124
  * @public
125
125
  */
126
- Navigation : "Navigation",
126
+ Navigation: "Navigation",
127
127
 
128
128
  /**
129
129
  * Delete Row Action.
130
130
  * @public
131
131
  */
132
- Delete : "Delete"
132
+ Delete: "Delete"
133
133
 
134
134
  };
135
135
 
136
-
137
136
  /**
138
137
  * Selection behavior of the table
139
138
  *
140
- * @version 1.109.0
139
+ * @version 1.110.0
141
140
  * @enum {string}
142
141
  * @public
143
142
  */
@@ -147,27 +146,26 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
147
146
  * Rows can be selected on the complete row.
148
147
  * @public
149
148
  */
150
- Row : "Row",
149
+ Row: "Row",
151
150
 
152
151
  /**
153
152
  * Rows can only be selected on the row selector.
154
153
  * @public
155
154
  */
156
- RowSelector : "RowSelector",
155
+ RowSelector: "RowSelector",
157
156
 
158
157
  /**
159
158
  * Rows can only be selected on the row (and the selector is hidden).
160
159
  * @public
161
160
  */
162
- RowOnly : "RowOnly"
161
+ RowOnly: "RowOnly"
163
162
 
164
163
  };
165
164
 
166
-
167
165
  /**
168
166
  * Selection mode of the table
169
167
  *
170
- * @version 1.109.0
168
+ * @version 1.110.0
171
169
  * @enum {string}
172
170
  * @public
173
171
  */
@@ -177,34 +175,33 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
177
175
  * Select multiple rows at a time (toggle behavior).
178
176
  * @public
179
177
  */
180
- MultiToggle : "MultiToggle",
178
+ MultiToggle: "MultiToggle",
181
179
 
182
180
  /**
183
181
  * Select multiple rows at a time.
184
182
  * @public
185
183
  * @deprecated As of version 1.38, replaced by {@link sap.ui.table.SelectionMode.MultiToggle}
186
184
  */
187
- Multi : "Multi",
185
+ Multi: "Multi",
188
186
 
189
187
  /**
190
188
  * Select one row at a time.
191
189
  * @public
192
190
  */
193
- Single : "Single",
191
+ Single: "Single",
194
192
 
195
193
  /**
196
194
  * No rows can be selected.
197
195
  * @public
198
196
  */
199
- None : "None"
197
+ None: "None"
200
198
 
201
199
  };
202
200
 
203
-
204
201
  /**
205
202
  * Sort order of a column
206
203
  *
207
- * @version 1.109.0
204
+ * @version 1.110.0
208
205
  * @enum {string}
209
206
  * @public
210
207
  */
@@ -214,21 +211,20 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
214
211
  * Sort Order: ascending.
215
212
  * @public
216
213
  */
217
- Ascending : "Ascending",
214
+ Ascending: "Ascending",
218
215
 
219
216
  /**
220
217
  * Sort Order: descending.
221
218
  * @public
222
219
  */
223
- Descending : "Descending"
220
+ Descending: "Descending"
224
221
 
225
222
  };
226
223
 
227
-
228
224
  /**
229
225
  * VisibleRowCountMode of the table
230
226
  *
231
- * @version 1.109.0
227
+ * @version 1.110.0
232
228
  * @enum {string}
233
229
  * @public
234
230
  */
@@ -238,19 +234,19 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
238
234
  * The table always has as many rows as defined in the <code>visibleRowCount</code> property.
239
235
  * @public
240
236
  */
241
- Fixed : "Fixed",
237
+ Fixed: "Fixed",
242
238
 
243
239
  /**
244
240
  * The user can change the <code>visibleRowCount</code> by dragging a resizer.
245
241
  * @public
246
242
  */
247
- Interactive : "Interactive",
243
+ Interactive: "Interactive",
248
244
 
249
245
  /**
250
246
  * The table automatically fills the height of the surrounding container.
251
247
  * @public
252
248
  */
253
- Auto : "Auto"
249
+ Auto: "Auto"
254
250
 
255
251
  };
256
252
 
@@ -259,7 +255,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
259
255
  *
260
256
  * Contains IDs of shared DOM references, which should be accessible to inheriting controls via getDomRef() function.
261
257
  *
262
- * @version 1.109.0
258
+ * @version 1.110.0
263
259
  * @enum {string}
264
260
  * @public
265
261
  */
@@ -269,13 +265,13 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
269
265
  * The element id of the Horizontal Scroll Bar of the sap.ui.table.Table.
270
266
  * @public
271
267
  */
272
- HorizontalScrollBar : "hsb",
268
+ HorizontalScrollBar: "hsb",
273
269
 
274
270
  /**
275
271
  * The element id of the Vertical Scroll Bar of the sap.ui.table.Table.
276
272
  * @public
277
273
  */
278
- VerticalScrollBar : "vsb"
274
+ VerticalScrollBar: "vsb"
279
275
  };
280
276
 
281
277
  /**
@@ -357,7 +353,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
357
353
  *
358
354
  * This is an alias for {@link sap.ui.model.TreeAutoExpandMode} and kept for compatibility reasons.
359
355
  *
360
- * @version 1.109.0
356
+ * @version 1.110.0
361
357
  * @typedef {sap.ui.model.TreeAutoExpandMode}
362
358
  * @public
363
359
  */
@@ -366,13 +362,13 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
366
362
  //factory for table to create labels and textviews to be overwritten by commons and mobile library
367
363
  if (!thisLib.TableHelper) {
368
364
  thisLib.TableHelper = {
369
- addTableClass: function(){ return ""; }, /* must return some additional CSS class */
370
- createLabel: function(mConfig){ throw new Error("no Label control available!"); }, /* must return a Label control */
371
- createTextView: function(mConfig){ throw new Error("no TextView control available!"); }, /* must return a textview control */
365
+ addTableClass: function() { return ""; }, /* must return some additional CSS class */
366
+ createLabel: function(mConfig) { throw new Error("no Label control available!"); }, /* must return a Label control */
367
+ createTextView: function(mConfig) { throw new Error("no TextView control available!"); }, /* must return a textview control */
372
368
  bFinal: false /* if true, the helper must not be overwritten by an other library */
373
369
  };
374
370
  }
375
371
 
376
372
  return thisLib;
377
373
 
378
- });
374
+ });
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 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-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  *
32
32
  * @extends sap.ui.base.Object
33
33
  * @author SAP SE
34
- * @version 1.109.0
34
+ * @version 1.110.0
35
35
  * @private
36
36
  * @alias sap.ui.table.menus.ColumnHeaderMenuAdapter
37
37
  */
@@ -200,7 +200,6 @@ sap.ui.define([
200
200
  });
201
201
  }
202
202
 
203
-
204
203
  if (!mRegistryData) {
205
204
  return;
206
205
  }
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  *
60
60
  * @extends sap.ui.table.menus.ColumnHeaderMenuAdapter
61
61
  * @author SAP SE
62
- * @version 1.109.0
62
+ * @version 1.110.0
63
63
  * @private
64
64
  * @alias sap.ui.table.menus.MobileColumnHeaderMenuAdapter
65
65
  */
@@ -209,7 +209,7 @@ sap.ui.define([
209
209
  if (sSortOrder === CoreLibrary.SortOrder.None) {
210
210
  this._oColumn._unsort();
211
211
  } else {
212
- this._oColumn.sort(sSortOrder === CoreLibrary.SortOrder.Descending, true);
212
+ this._oColumn.sort(sSortOrder === CoreLibrary.SortOrder.Descending, false);
213
213
  }
214
214
  }, this]
215
215
  });
@@ -364,7 +364,7 @@ sap.ui.define([
364
364
  };
365
365
 
366
366
  MobileColumnHeaderMenuAdapter.prototype._prepareQuickResize = function(oColumn) {
367
- if (Device.support.touch && oColumn.getResizable()) {
367
+ if (!Device.system.desktop && oColumn.getResizable()) {
368
368
  if (!this._oQuickResize) {
369
369
  this._oQuickResize = this._createQuickResize(oColumn);
370
370
  }
@@ -375,9 +375,11 @@ sap.ui.define([
375
375
  };
376
376
 
377
377
  MobileColumnHeaderMenuAdapter.prototype._createQuickResize = function(oColumn) {
378
+ var oSapMResourceBundle = oCore.getLibraryResourceBundle("sap.m");
379
+
378
380
  return new QuickAction({
379
381
  content: new Button({
380
- icon: "sap-icon://resize-horizontal",
382
+ text: oSapMResourceBundle.getText("table.COLUMNMENU_RESIZE"),
381
383
  press: [function(oEvent) {
382
384
  this._startColumnResize(oColumn);
383
385
  this._oMenu.close();
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=\u0625\u0644\u063A\u0627\u0621 \u062A\u062D\u062F\u064A\u062F \
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=\u0644\u0625\u062F\u062E\u0627\u0644 \u062E\u0644\u064A\u0629 \u062C\u062F\u0648\u0644\u060C \u0627\u0636\u063A\u0637 F2
47
47
 
48
- TBL_EXPAND=\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u0639\u0642\u062F\u0629
49
-
50
- TBL_COLLAPSE=\u0637\u064A \u0627\u0644\u0639\u0642\u062F\u0629
48
+ TBL_COLLAPSE_EXPAND=\u062A\u0648\u0633\u064A\u0639/\u0637\u064A \u0627\u0644\u0639\u0642\u062F\u0629
51
49
 
52
50
  TBL_LEAF=\u0627\u0644\u0639\u0642\u062F\u0629
53
51
 
@@ -20,7 +20,7 @@ TBL_HIDE_COLUMN=\u0421\u043A\u0440\u0438\u0432\u0430\u043D\u0435
20
20
  TBL_COL_VISBILITY_MENUITEM_SHOW=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u043A\u043E\u043B\u043E\u043D\u0430\u0442\u0430
21
21
  TBL_COL_VISBILITY_MENUITEM_HIDE=\u0421\u043A\u0440\u0438\u0432\u0430\u043D\u0435 \u043D\u0430 \u043A\u043E\u043B\u043E\u043D\u0430\u0442\u0430
22
22
 
23
- TBL_ROW_SELECT=\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0441 \u043A\u043B\u0438\u043A\u0432\u0430\u043D\u0435
23
+ TBL_ROW_SELECT=\u041A\u043B\u0438\u043A\u043D\u0435\u0442\u0435, \u0437\u0430 \u0434\u0430 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435.
24
24
  TBL_ROW_DESELECT=\u041A\u043B\u0438\u043A\u043D\u0435\u0442\u0435, \u0437\u0430 \u0434\u0430 \u043F\u0440\u0435\u043C\u0430\u0445\u043D\u0435\u0442\u0435 \u043E\u0442 \u0438\u0437\u0431\u0440\u0430\u043D\u0438\u0442\u0435
25
25
  TBL_ROW_SELECT_MULTI_TOGGLE=\u041A\u043B\u0438\u043A\u043D\u0435\u0442\u0435, \u0437\u0430 \u0434\u0430 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435, \u0438\u043B\u0438 \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 SHIFT \u0438 \u043A\u043B\u0438\u043A\u043D\u0435\u0442\u0435, \u0437\u0430 \u0434\u0430 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D
26
26
 
@@ -41,13 +41,11 @@ TBL_NO_COLUMNS=\u0412 \u043C\u043E\u043C\u0435\u043D\u0442\u0430 \u0432 \u0442\u
41
41
  TBL_NO_DATA=\u041D\u044F\u043C\u0430 \u0434\u0430\u043D\u043D\u0438
42
42
 
43
43
  TBL_SELECT_ALL=\u0418\u0437\u0431\u043E\u0440 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438
44
- TBL_DESELECT_ALL=\u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043D\u0435 \u043D\u0430 \u0438\u0437\u0431\u043E\u0440\u0430
44
+ TBL_DESELECT_ALL=\u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438 \u0438\u0437\u0431\u0440\u0430\u043D\u0438
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=\u0417\u0430 \u0434\u0430 \u0432\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u043A\u043B\u0435\u0442\u043A\u0430 \u043E\u0442 \u0442\u0430\u0431\u043B\u0438\u0446\u0430, \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 F2
47
47
 
48
- TBL_EXPAND=\u0420\u0430\u0437\u0448\u0438\u0440\u044F\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u044A\u0437\u0435\u043B\u0430
49
-
50
- TBL_COLLAPSE=\u0421\u043A\u0440\u0438\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u044A\u0437\u0435\u043B\u0430
48
+ TBL_COLLAPSE_EXPAND=\u0420\u0430\u0437\u0433\u044A\u0432\u0430\u043D\u0435/\u0441\u0432\u0438\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u044A\u0437\u0435\u043B
51
49
 
52
50
  TBL_LEAF=\u0412\u044A\u0437\u0435\u043B
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=Suprimir totes les marques de selecci\u00F3
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Per passar a una cel\u00B7la d'una taula, pr\u00E9mer F2
47
47
 
48
- TBL_EXPAND=Desplegar nodes
49
-
50
- TBL_COLLAPSE=Comprimir nodes
48
+ TBL_COLLAPSE_EXPAND=Desplegar/ocultar node
51
49
 
52
50
  TBL_LEAF=Nodes
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=V\u00FDmaz v\u0161ech ozna\u010Den\u00ED
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Pro p\u0159echod do bu\u0148ky tabulky stiskn\u011Bte F2
47
47
 
48
- TBL_EXPAND=Rozbalit uzel
49
-
50
- TBL_COLLAPSE=Sbalit uzel
48
+ TBL_COLLAPSE_EXPAND=Rozbalit/Sbalit uzel
51
49
 
52
50
  TBL_LEAF=Uzel
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=Dad-ddewis Pob Un
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=I roi cell tabl, pwyswch F2
47
47
 
48
- TBL_EXPAND=Ehangu Nodyn
49
-
50
- TBL_COLLAPSE=Cwympo Nodyn
48
+ TBL_COLLAPSE_EXPAND=Ehangu/Cwympo Cwgn
51
49
 
52
50
  TBL_LEAF=Cwgn
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=Slet alle markeringer
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Tryk F2 for at g\u00E5 til en tabelcelle
47
47
 
48
- TBL_EXPAND=Ekspander knude
49
-
50
- TBL_COLLAPSE=Komprimer knude
48
+ TBL_COLLAPSE_EXPAND=Ekspander/komprimer knude
51
49
 
52
50
  TBL_LEAF=Knude
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=Alle Markierungen l\u00F6schen
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Um in eine Tabellenzelle zu springen, F2 dr\u00FCcken
47
47
 
48
- TBL_EXPAND=Knoten expandieren
49
-
50
- TBL_COLLAPSE=Knoten komprimieren
48
+ TBL_COLLAPSE_EXPAND=Knoten expandieren/komprimieren
51
49
 
52
50
  TBL_LEAF=Knoten
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=\u0391\u03C0\u03BF\u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=\u0393\u03B9\u03B1 \u03B5\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE \u03BA\u03B5\u03BB\u03B9\u03BF\u03CD \u03C0\u03AF\u03BD\u03B1\u03BA\u03B1, \u03C0\u03B1\u03C4\u03AE\u03C3\u03C4\u03B5 F2
47
47
 
48
- TBL_EXPAND=\u0395\u03C0\u03AD\u03BA\u03C4\u03B1\u03C3\u03B7 \u039A\u03CC\u03BC\u03B2\u03BF\u03C5
49
-
50
- TBL_COLLAPSE=\u03A3\u03CD\u03BC\u03C0\u03C4\u03B7\u03BE\u03B7 \u039A\u03CC\u03BC\u03B2\u03BF\u03C5
48
+ TBL_COLLAPSE_EXPAND=\u0395\u03C0\u03AD\u03BA\u03C4\u03B1\u03C3\u03B7/\u03A3\u03CD\u03BC\u03C0\u03C4\u03C5\u03BE\u03B7 \u039A\u03CC\u03BC\u03B2\u03BF\u03C5
51
49
 
52
50
  TBL_LEAF=\u039A\u03CC\u03BC\u03B2\u03BF\u03C2
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=Deselect All
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=To enter a table cell, press F2
47
47
 
48
- TBL_EXPAND=Expand Node
49
-
50
- TBL_COLLAPSE=Collapse Node
48
+ TBL_COLLAPSE_EXPAND=Expand/Collapse Node
51
49
 
52
50
  TBL_LEAF=Node
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=Deselect All
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=To enter a table cell, press F2
47
47
 
48
- TBL_EXPAND=Expand Node
49
-
50
- TBL_COLLAPSE=Collapse Node
48
+ TBL_COLLAPSE_EXPAND=Expand/Collapse Node
51
49
 
52
50
  TBL_LEAF=Node
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=QdiB8zJfiUL3OJSxbZFZbQ_Deselect All
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=/lGwfx5s9/7fjhy0Ku5w+Q_To enter a table cell, press F2
47
47
 
48
- TBL_EXPAND=TdoG4R9m2BUBFeE+Ksc/pA_Expand Node
49
-
50
- TBL_COLLAPSE=HvHd5m8S3WXJI+CIBXtk8g_Collapse Node
48
+ TBL_COLLAPSE_EXPAND=Vy/wXZemumKhZWV+TiTY2A_Expand / Collapse Node
51
49
 
52
50
  TBL_LEAF=6GnMDQWv+vwvf9A20R9I7w_Node
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=Desmarcar todo
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Para saltar a una celda de la tabla, pulse F2
47
47
 
48
- TBL_EXPAND=Desplegar nodo
49
-
50
- TBL_COLLAPSE=Ocultar nodo
48
+ TBL_COLLAPSE_EXPAND=Desplegar/ocultar nodo
51
49
 
52
50
  TBL_LEAF=Nodo
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=Anular selecci\u00F3n de todo
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Para ingresar una celda a la tabla, presione F2
47
47
 
48
- TBL_EXPAND=Expandir nodo
49
-
50
- TBL_COLLAPSE=Contraer nodo
48
+ TBL_COLLAPSE_EXPAND=Expandir/contraer nodo
51
49
 
52
50
  TBL_LEAF=Nodo
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=T\u00FChista k\u00F5ik valikud
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Tabelilahtri sisestamiseks vajutage klahvi F2
47
47
 
48
- TBL_EXPAND=Laienda s\u00F5lme
49
-
50
- TBL_COLLAPSE=Ahenda s\u00F5lme
48
+ TBL_COLLAPSE_EXPAND=Laienda/ahenda s\u00F5lm
51
49
 
52
50
  TBL_LEAF=S\u00F5lm
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=Poista kaikki valinnat
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Voit siirty\u00E4 taulukon riville painamalla F2
47
47
 
48
- TBL_EXPAND=Laajenna solmu
49
-
50
- TBL_COLLAPSE=Tiivist\u00E4 solmu
48
+ TBL_COLLAPSE_EXPAND=Laajenna/tiivist\u00E4 solmu
51
49
 
52
50
  TBL_LEAF=Solmu
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=Tout d\u00E9s\u00E9lectionner
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Pour ignorer une cellule de table, appuyez sur F2.
47
47
 
48
- TBL_EXPAND=D\u00E9velopper noeud
49
-
50
- TBL_COLLAPSE=R\u00E9duire noeud
48
+ TBL_COLLAPSE_EXPAND=D\u00E9velopper/r\u00E9duire n\u0153ud
51
49
 
52
50
  TBL_LEAF=Noeud
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=D\u00E9s\u00E9lectionner tout
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Pour saisir des donn\u00E9es dans une cellule du tableau, appuyez sur F2.
47
47
 
48
- TBL_EXPAND=D\u00E9velopper le n\u0153ud
49
-
50
- TBL_COLLAPSE=R\u00E9duire le n\u0153ud
48
+ TBL_COLLAPSE_EXPAND=D\u00E9velopper/R\u00E9duire n\u0153ud
51
49
 
52
50
  TBL_LEAF=N\u0153ud
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=\u0938\u092D\u0940 \u0905\u091A\u092F\u0928\u093F\u0924 \u0915\
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=\u0924\u093E\u0932\u093F\u0915\u093E \u0938\u0947\u0932 \u0926\u0930\u094D\u091C \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, F2 \u0926\u092C\u093E\u090F\u0902
47
47
 
48
- TBL_EXPAND=\u0928\u094B\u0921 \u0935\u093F\u0938\u094D\u0924\u0943\u0924 \u0915\u0930\u0947\u0902
49
-
50
- TBL_COLLAPSE=\u0928\u094B\u0921 \u0938\u0902\u0915\u0941\u091A\u093F\u0924 \u0915\u0930\u0947\u0902
48
+ TBL_COLLAPSE_EXPAND=\u0928\u094B\u0921 \u0935\u093F\u0938\u094D\u0924\u0943\u0924 \u0915\u0930\u0947\u0902/\u0938\u0902\u0915\u0941\u091A\u093F\u0924 \u0915\u0930\u0947\u0902
51
49
 
52
50
  TBL_LEAF=\u0928\u094B\u0921
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=Poni\u0161ti sve odabire
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Za unos \u0107elije tabele pritisnite F2
47
47
 
48
- TBL_EXPAND=Pro\u0161iri \u010Dvor
49
-
50
- TBL_COLLAPSE=Sa\u017Emi \u010Dvor
48
+ TBL_COLLAPSE_EXPAND=Pro\u0161iri/sa\u017Emi \u010Dvor
51
49
 
52
50
  TBL_LEAF=\u010Cvor
53
51
 
@@ -45,9 +45,7 @@ TBL_DESELECT_ALL=\u00D6sszes kijel\u00F6l\u00E9s t\u00F6rl\u00E9se
45
45
 
46
46
  TBL_TOGGLE_EDIT_KEY=Egy t\u00E1blacell\u00E1ra ugr\u00E1shoz nyomja meg az F2 billenty\u0171t
47
47
 
48
- TBL_EXPAND=Csom\u00F3pont kibont\u00E1sa
49
-
50
- TBL_COLLAPSE=Csom\u00F3pont visszaz\u00E1r\u00E1sa
48
+ TBL_COLLAPSE_EXPAND=Csom\u00F3pont kibont\u00E1sa/visszaz\u00E1r\u00E1sa
51
49
 
52
50
  TBL_LEAF=Csom\u00F3pont
53
51