@openui5/sap.ui.table 1.133.1 → 1.135.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 (114) hide show
  1. package/.reuse/dep5 +0 -7
  2. package/THIRDPARTY.txt +2 -23
  3. package/package.json +3 -3
  4. package/src/sap/ui/table/.library +1 -1
  5. package/src/sap/ui/table/AnalyticalColumn.js +18 -13
  6. package/src/sap/ui/table/AnalyticalColumnMenu.js +1 -1
  7. package/src/sap/ui/table/AnalyticalTable.js +5 -5
  8. package/src/sap/ui/table/Column.js +1 -1
  9. package/src/sap/ui/table/ColumnMenu.js +1 -1
  10. package/src/sap/ui/table/CreationRow.js +1 -1
  11. package/src/sap/ui/table/CreationRowRenderer.js +2 -2
  12. package/src/sap/ui/table/Row.js +21 -21
  13. package/src/sap/ui/table/RowAction.js +1 -1
  14. package/src/sap/ui/table/RowActionItem.js +1 -1
  15. package/src/sap/ui/table/RowSettings.js +1 -1
  16. package/src/sap/ui/table/Table.js +87 -119
  17. package/src/sap/ui/table/TablePersoController.js +1 -1
  18. package/src/sap/ui/table/TableRenderer.js +51 -54
  19. package/src/sap/ui/table/TreeTable.js +3 -3
  20. package/src/sap/ui/table/extensions/Accessibility.js +536 -377
  21. package/src/sap/ui/table/extensions/AccessibilityRender.js +2 -11
  22. package/src/sap/ui/table/extensions/DragAndDrop.js +1 -1
  23. package/src/sap/ui/table/extensions/ExtensionBase.js +1 -1
  24. package/src/sap/ui/table/extensions/Keyboard.js +2 -4
  25. package/src/sap/ui/table/extensions/KeyboardDelegate.js +10 -48
  26. package/src/sap/ui/table/extensions/Pointer.js +3 -5
  27. package/src/sap/ui/table/extensions/Scrolling.js +1 -1
  28. package/src/sap/ui/table/extensions/ScrollingIOS.js +1 -1
  29. package/src/sap/ui/table/extensions/Synchronization.js +1 -1
  30. package/src/sap/ui/table/library.js +11 -35
  31. package/src/sap/ui/table/menus/AnalyticalTableContextMenu.js +1 -1
  32. package/src/sap/ui/table/menus/ColumnHeaderMenuAdapter.js +1 -1
  33. package/src/sap/ui/table/menus/ContextMenu.js +1 -1
  34. package/src/sap/ui/table/menus/MobileColumnHeaderMenuAdapter.js +1 -1
  35. package/src/sap/ui/table/messagebundle.properties +10 -14
  36. package/src/sap/ui/table/messagebundle_ar.properties +6 -9
  37. package/src/sap/ui/table/messagebundle_bg.properties +7 -10
  38. package/src/sap/ui/table/messagebundle_ca.properties +6 -9
  39. package/src/sap/ui/table/messagebundle_cnr.properties +6 -9
  40. package/src/sap/ui/table/messagebundle_cs.properties +6 -9
  41. package/src/sap/ui/table/messagebundle_cy.properties +6 -9
  42. package/src/sap/ui/table/messagebundle_da.properties +6 -9
  43. package/src/sap/ui/table/messagebundle_de.properties +4 -7
  44. package/src/sap/ui/table/messagebundle_el.properties +5 -8
  45. package/src/sap/ui/table/messagebundle_en.properties +6 -9
  46. package/src/sap/ui/table/messagebundle_en_GB.properties +4 -7
  47. package/src/sap/ui/table/messagebundle_es.properties +6 -9
  48. package/src/sap/ui/table/messagebundle_es_MX.properties +5 -8
  49. package/src/sap/ui/table/messagebundle_et.properties +6 -9
  50. package/src/sap/ui/table/messagebundle_fi.properties +6 -9
  51. package/src/sap/ui/table/messagebundle_fr.properties +6 -9
  52. package/src/sap/ui/table/messagebundle_fr_CA.properties +6 -9
  53. package/src/sap/ui/table/messagebundle_hi.properties +6 -9
  54. package/src/sap/ui/table/messagebundle_hr.properties +6 -9
  55. package/src/sap/ui/table/messagebundle_hu.properties +6 -9
  56. package/src/sap/ui/table/messagebundle_id.properties +6 -9
  57. package/src/sap/ui/table/messagebundle_it.properties +6 -9
  58. package/src/sap/ui/table/messagebundle_iw.properties +6 -9
  59. package/src/sap/ui/table/messagebundle_ja.properties +5 -8
  60. package/src/sap/ui/table/messagebundle_kk.properties +10 -13
  61. package/src/sap/ui/table/messagebundle_ko.properties +5 -8
  62. package/src/sap/ui/table/messagebundle_lt.properties +4 -7
  63. package/src/sap/ui/table/messagebundle_lv.properties +5 -8
  64. package/src/sap/ui/table/messagebundle_mk.properties +6 -9
  65. package/src/sap/ui/table/messagebundle_ms.properties +5 -8
  66. package/src/sap/ui/table/messagebundle_nl.properties +6 -9
  67. package/src/sap/ui/table/messagebundle_no.properties +6 -9
  68. package/src/sap/ui/table/messagebundle_pl.properties +6 -9
  69. package/src/sap/ui/table/messagebundle_pt.properties +6 -9
  70. package/src/sap/ui/table/messagebundle_pt_PT.properties +4 -7
  71. package/src/sap/ui/table/messagebundle_ro.properties +6 -9
  72. package/src/sap/ui/table/messagebundle_ru.properties +6 -9
  73. package/src/sap/ui/table/messagebundle_sh.properties +6 -9
  74. package/src/sap/ui/table/messagebundle_sk.properties +6 -9
  75. package/src/sap/ui/table/messagebundle_sl.properties +6 -9
  76. package/src/sap/ui/table/messagebundle_sr.properties +6 -9
  77. package/src/sap/ui/table/messagebundle_sv.properties +6 -9
  78. package/src/sap/ui/table/messagebundle_th.properties +6 -9
  79. package/src/sap/ui/table/messagebundle_tr.properties +6 -9
  80. package/src/sap/ui/table/messagebundle_uk.properties +4 -7
  81. package/src/sap/ui/table/messagebundle_vi.properties +6 -9
  82. package/src/sap/ui/table/messagebundle_zh_CN.properties +4 -7
  83. package/src/sap/ui/table/messagebundle_zh_TW.properties +6 -9
  84. package/src/sap/ui/table/plugins/BindingSelection.js +33 -33
  85. package/src/sap/ui/table/plugins/MultiSelectionPlugin.js +38 -32
  86. package/src/sap/ui/table/plugins/ODataV4Selection.js +132 -69
  87. package/src/sap/ui/table/plugins/PluginBase.js +52 -139
  88. package/src/sap/ui/table/plugins/SelectionMode.js +35 -0
  89. package/src/sap/ui/table/plugins/SelectionModelSelection.js +30 -35
  90. package/src/sap/ui/table/plugins/SelectionPlugin.js +34 -35
  91. package/src/sap/ui/table/plugins/V4Aggregation.js +30 -37
  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 -3
  96. package/src/sap/ui/table/rowmodes/Variable.js +1 -1
  97. package/src/sap/ui/table/themes/base/Cell.less +54 -42
  98. package/src/sap/ui/table/themes/base/CreationRow.less +10 -8
  99. package/src/sap/ui/table/themes/base/DragDrop.less +34 -31
  100. package/src/sap/ui/table/themes/base/Grouping.less +23 -14
  101. package/src/sap/ui/table/themes/base/Row.less +6 -6
  102. package/src/sap/ui/table/themes/base/RowAction.less +2 -2
  103. package/src/sap/ui/table/themes/base/RowHighlight.less +15 -15
  104. package/src/sap/ui/table/themes/base/RowSelection.less +13 -8
  105. package/src/sap/ui/table/themes/base/Scrolling.less +73 -25
  106. package/src/sap/ui/table/themes/base/Table.less +63 -46
  107. package/src/sap/ui/table/themes/base/library.source.less +3 -3
  108. package/src/sap/ui/table/utils/TableUtils.js +16 -6
  109. package/src/sap/ui/table/utils/_BindingUtils.js +1 -1
  110. package/src/sap/ui/table/utils/_ColumnUtils.js +1 -1
  111. package/src/sap/ui/table/utils/_GroupingUtils.js +1 -1
  112. package/src/sap/ui/table/utils/_HookUtils.js +1 -1
  113. package/src/sap/ui/table/utils/_MenuUtils.js +1 -1
  114. package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +0 -5
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * @class Extension for sap.ui.table.TableRenderer which handles ACC related things.
45
45
  * @extends sap.ui.table.extensions.ExtensionBase
46
46
  * @author SAP SE
47
- * @version 1.133.1
47
+ * @version 1.135.0
48
48
  * @constructor
49
49
  * @private
50
50
  * @alias sap.ui.table.extensions.AccessibilityRender
@@ -80,20 +80,12 @@ sap.ui.define([
80
80
  oRm.attr("aria-hidden", "true");
81
81
  oRm.openEnd();
82
82
 
83
- // aria description for the row and column count
84
- _writeAccText(oRm, sTableId, "ariacount");
85
- // aria description for toggling the edit mode
86
- _writeAccText(oRm, sTableId, "toggleedit", TableUtils.getResourceText("TBL_TOGGLE_EDIT_KEY"));
87
83
  // aria label for group rows
88
84
  _writeAccText(oRm, sTableId, "ariarowgrouplabel", TableUtils.getResourceText("TBL_ROW_GROUP_LABEL"));
89
85
  // aria label for grand total sums
90
86
  _writeAccText(oRm, sTableId, "ariagrandtotallabel", TableUtils.getResourceText("TBL_GRAND_TOTAL_ROW"));
91
87
  // aria label for group total sums
92
88
  _writeAccText(oRm, sTableId, "ariagrouptotallabel", TableUtils.getResourceText("TBL_GROUP_TOTAL_ROW"));
93
- // aria description for table row count
94
- _writeAccText(oRm, sTableId, "rownumberofrows");
95
- // aria description for table column count
96
- _writeAccText(oRm, sTableId, "colnumberofcols");
97
89
  // aria description for table cell content
98
90
  _writeAccText(oRm, sTableId, "cellacc");
99
91
  // aria description for column menu
@@ -183,9 +175,8 @@ sap.ui.define([
183
175
  return;
184
176
  }
185
177
 
186
- const bIsSelected = oTable._getSelectionPlugin().isSelected(oRow);
187
178
  const mKeyboardTexts = oTable._getAccExtension().getKeyboardTexts();
188
- const sText = bIsSelected ? mKeyboardTexts.rowDeselect : mKeyboardTexts.rowSelect;
179
+ const sText = oRow._isSelected() ? mKeyboardTexts.rowDeselect : mKeyboardTexts.rowSelect;
189
180
 
190
181
  _writeAccText(oRm, oRow.getId(), "rowselecttext", oRow.isEmpty() ? "" : sText, ["sapUiTableAriaRowSel"]);
191
182
  },
@@ -274,7 +274,7 @@ sap.ui.define([
274
274
  *
275
275
  * @extends sap.ui.table.extensions.ExtensionBase
276
276
  * @author SAP SE
277
- * @version 1.133.1
277
+ * @version 1.135.0
278
278
  * @constructor
279
279
  * @private
280
280
  * @alias sap.ui.table.extensions.DragAndDrop
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @abstract
20
20
  * @extends sap.ui.base.Object
21
21
  * @author SAP SE
22
- * @version 1.133.1
22
+ * @version 1.135.0
23
23
  * @constructor
24
24
  * @private
25
25
  * @alias sap.ui.table.extensions.ExtensionBase
@@ -213,9 +213,7 @@ sap.ui.define([
213
213
  }
214
214
 
215
215
  if (bHasRowActions) {
216
- // Only add a dummy (inivisible inner text) to fullfill matrix for item navigation.
217
- // Header should not be focuable.
218
- aHeaderDomRefs.push($Table.find(".sapUiTableRowActionHeaderCell").children().get(0));
216
+ aHeaderDomRefs.push(oTable.getDomRef("rowacthdr"));
219
217
  }
220
218
  }
221
219
 
@@ -267,7 +265,7 @@ sap.ui.define([
267
265
  * @class Extension for sap.ui.table.Table which handles keyboard related things.
268
266
  * @extends sap.ui.table.extensions.ExtensionBase
269
267
  * @author SAP SE
270
- * @version 1.133.1
268
+ * @version 1.135.0
271
269
  * @constructor
272
270
  * @private
273
271
  * @alias sap.ui.table.extensions.Keyboard
@@ -65,7 +65,7 @@ sap.ui.define([
65
65
  *
66
66
  * @extends sap.ui.base.Object
67
67
  * @author SAP SE
68
- * @version 1.133.1
68
+ * @version 1.135.0
69
69
  * @constructor
70
70
  * @private
71
71
  * @alias sap.ui.table.extensions.KeyboardDelegate
@@ -217,7 +217,7 @@ sap.ui.define([
217
217
 
218
218
  if (oCellInfo.rowIndex === 0) {
219
219
  // Let the item navigation focus the column header cell, but not in the row action column.
220
- preventItemNavigation(oEvent, oCellInfo.isOfType(CellType.ROWACTION) || bActionModeNavigation);
220
+ preventItemNavigation(oEvent, bActionModeNavigation);
221
221
 
222
222
  // Leave the action mode when trying to navigate up on the first row.
223
223
  if (!bActionMode && $ParentCell) {
@@ -241,34 +241,6 @@ sap.ui.define([
241
241
  && (bCtrlKeyPressed || !(oEvent.target instanceof window.HTMLInputElement) && !(oEvent.target instanceof window.HTMLTextAreaElement));
242
242
  }
243
243
 
244
- /**
245
- * Sets the focus to the previous cell in the same row.
246
- *
247
- * @param {sap.ui.table.Table} oTable Instance of the table.
248
- * @param {jQuery.Event} oEvent The keyboard event object.
249
- */
250
- function navigateLeft(oTable, oEvent) {
251
- if (oEvent.isMarked()) {
252
- return; // Do not interfere with embedded controls that react on the keyboard event.
253
- }
254
-
255
- const oCellInfo = TableUtils.getCellInfo(TableUtils.getCell(oTable, oEvent.target));
256
- const bIsRTL = Localization.getRTL();
257
-
258
- if (!oCellInfo.isOfType(CellType.COLUMNHEADER) || !bIsRTL) {
259
- return;
260
- }
261
-
262
- const oFocusedItemInfo = TableUtils.getFocusedItemInfo(oTable);
263
- const iFocusedColumn = oFocusedItemInfo.cellInRow - (TableUtils.hasRowHeader(oTable) ? 1 : 0);
264
- const iColumnCount = TableUtils.getVisibleColumnCount(oTable);
265
-
266
- if (TableUtils.hasRowActions(oTable) && iFocusedColumn === iColumnCount - 1) {
267
- // Do not navigate to the row actions column header cell.
268
- preventItemNavigation(oEvent);
269
- }
270
- }
271
-
272
244
  function waitForRowsUpdated(oTable) {
273
245
  return new Promise(function(resolve) {
274
246
  oTable.attachEventOnce("_rowsUpdated", resolve);
@@ -276,7 +248,7 @@ sap.ui.define([
276
248
  }
277
249
 
278
250
  function waitForData(oTable) {
279
- if (oTable._hasPendingRequests()) {
251
+ if (oTable._isWaitingForData()) {
280
252
  return waitForRowsUpdated(oTable).then(function() {
281
253
  return waitForData(oTable);
282
254
  });
@@ -907,7 +879,6 @@ sap.ui.define([
907
879
  const iFocusedRowIndex = TableUtils.getRowIndexOfFocusedCell(oTable);
908
880
  const oRow = oTable.getRows()[iFocusedRowIndex];
909
881
  const iAbsoluteRowIndex = oRow.getIndex();
910
- const oSelectionPlugin = oTable._getSelectionPlugin();
911
882
 
912
883
  /**
913
884
  * Contains information that are used when the range selection mode is active.
@@ -919,7 +890,7 @@ sap.ui.define([
919
890
  */
920
891
  oTable._oRangeSelection = {
921
892
  startIndex: iAbsoluteRowIndex,
922
- selected: oSelectionPlugin.isSelected(oRow)
893
+ selected: oRow._isSelected()
923
894
  };
924
895
  }
925
896
 
@@ -1402,7 +1373,7 @@ sap.ui.define([
1402
1373
  }
1403
1374
 
1404
1375
  } else if (oCellInfo.isOfType(CellType.ANYCONTENTCELL) || oEvent.target === this.getDomRef("noDataCnt")) {
1405
- if (this.getColumnHeaderVisible() && (TableUtils.getVisibleColumnCount(this) || this.getSelectionMode() !== SelectionMode.None) && !oCellInfo.isOfType(CellType.ROWACTION)) {
1376
+ if (this.getColumnHeaderVisible() && (TableUtils.getVisibleColumnCount(this) || this.getSelectionMode() !== SelectionMode.None)) {
1406
1377
  setFocusOnColumnHeaderOfLastFocusedDataCell(this, oEvent);
1407
1378
  oEvent.preventDefault();
1408
1379
  } else {
@@ -1604,7 +1575,6 @@ sap.ui.define([
1604
1575
 
1605
1576
  KeyboardDelegate.prototype.onsapleft = function(oEvent) {
1606
1577
  handleNavigationEvent(oEvent);
1607
- navigateLeft(this, oEvent);
1608
1578
  };
1609
1579
 
1610
1580
  KeyboardDelegate.prototype.onsapleftmodifiers = function(oEvent) {
@@ -1781,7 +1751,7 @@ sap.ui.define([
1781
1751
 
1782
1752
  const oCellInfo = TableUtils.getCellInfo(oEvent.target);
1783
1753
 
1784
- if (oCellInfo.isOfType(CellType.DATACELL | CellType.ROWACTION | CellType.COLUMNHEADER)) {
1754
+ if (oCellInfo.isOfType(CellType.DATACELL | CellType.ROWACTION | CellType.COLUMNHEADER | CellType.ROWACTIONCOLUMNHEADER)) {
1785
1755
  const oFocusedItemInfo = TableUtils.getFocusedItemInfo(this);
1786
1756
  const iFocusedIndex = oFocusedItemInfo.cell;
1787
1757
  const iFocusedCellInRow = oFocusedItemInfo.cellInRow;
@@ -1853,7 +1823,7 @@ sap.ui.define([
1853
1823
  preventItemNavigation(oEvent);
1854
1824
  TableUtils.focusItem(this, iFocusedIndex + iFixedColumnCount - iFocusedCellInRow, null);
1855
1825
 
1856
- } else if (TableUtils.hasRowActions(this) && oCellInfo.isOfType(CellType.DATACELL) && iFocusedCellInRow < iColumnCount - 2) {
1826
+ } else if (TableUtils.hasRowActions(this) && iFocusedCellInRow < iColumnCount - 2) {
1857
1827
  // If the focus is on a data cell in the scrollable column area (except last cell),
1858
1828
  // then set the focus to the row actions cell.
1859
1829
  // Note: The END navigation from the last cell to the row action cell is handled by the item navigation.
@@ -1890,22 +1860,14 @@ sap.ui.define([
1890
1860
  /* Column header area */
1891
1861
  /* Top fixed area */
1892
1862
  if (iFocusedRow < iHeaderRowCount + mRowCounts.fixedTop) {
1893
- if (oCellInfo.isOfType(CellType.ROWACTION)) {
1894
- // Set the focus to the first row (row actions do not have a header).
1895
- TableUtils.focusItem(this, iFocusedIndex - iColumnCount * (iFocusedRow - iHeaderRowCount), oEvent);
1896
- } else {
1897
- // In case a column header exists, set the focus to the first row of the column header,
1898
- // otherwise set the focus to the first row of the top fixed area.
1899
- TableUtils.focusItem(this, iFocusedIndex - iColumnCount * iFocusedRow, oEvent);
1900
- }
1901
-
1863
+ TableUtils.focusItem(this, iFocusedIndex - iColumnCount * iFocusedRow, oEvent);
1902
1864
  /* Scrollable area */
1903
1865
  } else if (iFocusedRow >= iHeaderRowCount + mRowCounts.fixedTop &&
1904
1866
  iFocusedRow < iHeaderRowCount + TableUtils.getNonEmptyRowCount(this) - mRowCounts.fixedBottom) {
1905
1867
  this._getScrollExtension().scrollVerticallyMax(false);
1906
- // If a fixed top area exists or we are in the row action column (has no header), then set the focus to the first row (of
1868
+ // If a fixed top area exists, then set the focus to the first row (of
1907
1869
  // the top fixed area), otherwise set the focus to the first row of the column header area.
1908
- if (mRowCounts.fixedTop > 0 || oCellInfo.isOfType(CellType.ROWACTION)) {
1870
+ if (mRowCounts.fixedTop > 0) {
1909
1871
  TableUtils.focusItem(this, iFocusedIndex - iColumnCount * (iFocusedRow - iHeaderRowCount), oEvent);
1910
1872
  } else {
1911
1873
  TableUtils.focusItem(this, iFocusedIndex - iColumnCount * iFocusedRow, oEvent);
@@ -67,14 +67,12 @@ sap.ui.define([
67
67
  */
68
68
  _handleClickSelection: function(oEvent, $Cell, oTable) {
69
69
  TableUtils.toggleRowSelection(oTable, $Cell, null, function(oRow) {
70
- const oSelectionPlugin = oTable._getSelectionPlugin();
71
-
72
70
  if (oEvent.shiftKey) { // Range
73
- oSelectionPlugin.setSelected(oRow, true, {range: true});
71
+ oTable._getSelectionPlugin().setSelected(oRow, true, {range: true});
74
72
  } else if (oTable._legacyMultiSelection) {
75
73
  oTable._legacyMultiSelection(oRow.getIndex(), oEvent);
76
74
  } else {
77
- oSelectionPlugin.setSelected(oRow, !oSelectionPlugin.isSelected(oRow));
75
+ oRow._setSelected(!oRow._isSelected());
78
76
  }
79
77
  });
80
78
  }
@@ -670,7 +668,7 @@ sap.ui.define([
670
668
  * @class Extension for sap.ui.table.Table which handles mouse and touch related things.
671
669
  * @extends sap.ui.table.extensions.ExtensionBase
672
670
  * @author SAP SE
673
- * @version 1.133.1
671
+ * @version 1.135.0
674
672
  * @constructor
675
673
  * @private
676
674
  * @alias sap.ui.table.extensions.Pointer
@@ -2295,7 +2295,7 @@ sap.ui.define([
2295
2295
  * @class Extension for sap.ui.table.Table which handles scrolling.
2296
2296
  * @extends sap.ui.table.extensions.ExtensionBase
2297
2297
  * @author SAP SE
2298
- * @version 1.133.1
2298
+ * @version 1.135.0
2299
2299
  * @constructor
2300
2300
  * @private
2301
2301
  * @alias sap.ui.table.extensions.Scrolling
@@ -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.133.1
30
+ * @version 1.135.0
31
31
  * @constructor
32
32
  * @private
33
33
  * @alias sap.ui.table.extensions.ScrollingIOS
@@ -185,7 +185,7 @@ sap.ui.define([
185
185
  * @class Extension for sap.ui.table.Table that allows synchronization with a table.
186
186
  * @extends sap.ui.table.extensions.ExtensionBase
187
187
  * @author SAP SE
188
- * @version 1.133.1
188
+ * @version 1.135.0
189
189
  * @constructor
190
190
  * @private
191
191
  * @alias sap.ui.table.extensions.Synchronization
@@ -27,14 +27,14 @@ sap.ui.define([
27
27
  * @namespace
28
28
  * @alias sap.ui.table
29
29
  * @author SAP SE
30
- * @version 1.133.1
30
+ * @version 1.135.0
31
31
  * @since 0.8
32
32
  * @public
33
33
  */
34
34
  const thisLib = Library.init({
35
35
  name: "sap.ui.table",
36
36
  apiVersion: 2,
37
- version: "1.133.1",
37
+ version: "1.135.0",
38
38
  dependencies: ["sap.ui.core", "sap.ui.unified"],
39
39
  designtime: "sap/ui/table/designtime/library.designtime",
40
40
  types: [
@@ -48,8 +48,7 @@ sap.ui.define([
48
48
  /** @deprecated As of version 1.119, see the <code>rowMode</code> aggregation of <code>sap.ui.table.Table</code> for more details. */
49
49
  "sap.ui.table.VisibleRowCountMode",
50
50
  /** @deprecated As of version 1.120, replaced by <code>sap.ui.model.TreeAutoExpandMode</code> */
51
- "sap.ui.table.TreeAutoExpandMode", /*Note: Only added here to ensure that a corresponding module is created automatically. Cannot be used as type for properties!*/
52
- "sap.ui.table.plugins.SelectionMode"
51
+ "sap.ui.table.TreeAutoExpandMode" /*Note: Only added here to ensure that a corresponding module is created automatically. Cannot be used as type for properties!*/
53
52
  ],
54
53
  interfaces: [],
55
54
  controls: [
@@ -96,7 +95,7 @@ sap.ui.define([
96
95
  /**
97
96
  * Navigation mode of the table
98
97
  *
99
- * @version 1.133.1
98
+ * @version 1.135.0
100
99
  * @enum {string}
101
100
  * @deprecated As of version 1.38, the concept has been discarded.
102
101
  * @public
@@ -127,7 +126,7 @@ sap.ui.define([
127
126
  /**
128
127
  * Row Action types.
129
128
  *
130
- * @version 1.133.1
129
+ * @version 1.135.0
131
130
  * @enum {string}
132
131
  * @public
133
132
  */
@@ -158,7 +157,7 @@ sap.ui.define([
158
157
  /**
159
158
  * Selection behavior of the table
160
159
  *
161
- * @version 1.133.1
160
+ * @version 1.135.0
162
161
  * @enum {string}
163
162
  * @public
164
163
  */
@@ -189,7 +188,7 @@ sap.ui.define([
189
188
  /**
190
189
  * Selection mode of the table
191
190
  *
192
- * @version 1.133.1
191
+ * @version 1.135.0
193
192
  * @enum {string}
194
193
  * @public
195
194
  */
@@ -227,7 +226,7 @@ sap.ui.define([
227
226
  /**
228
227
  * Sort order of a column
229
228
  *
230
- * @version 1.133.1
229
+ * @version 1.135.0
231
230
  * @enum {string}
232
231
  * @public
233
232
  * @deprecated As of version 1.120, replaced with <code>sap.ui.core.SortOrder</code>
@@ -254,7 +253,7 @@ sap.ui.define([
254
253
  /**
255
254
  * VisibleRowCountMode of the table
256
255
  *
257
- * @version 1.133.1
256
+ * @version 1.135.0
258
257
  * @enum {string}
259
258
  * @deprecated As of version 1.119, see the <code>rowMode</code> aggregation of <code>sap.ui.table.Table</code> for more details.
260
259
  * @public
@@ -299,7 +298,7 @@ sap.ui.define([
299
298
  *
300
299
  * Contains IDs of shared DOM references, which should be accessible to inheriting controls via getDomRef() function.
301
300
  *
302
- * @version 1.133.1
301
+ * @version 1.135.0
303
302
  * @enum {string}
304
303
  * @public
305
304
  */
@@ -400,7 +399,7 @@ sap.ui.define([
400
399
  *
401
400
  * This is an alias for {@link sap.ui.model.TreeAutoExpandMode} and kept for compatibility reasons.
402
401
  *
403
- * @version 1.133.1
402
+ * @version 1.135.0
404
403
  * @typedef {sap.ui.model.TreeAutoExpandMode}
405
404
  * @public
406
405
  * @deprecated As of version 1.120, replaced by <code>sap.ui.model.TreeAutoExpandMode</code>
@@ -411,29 +410,6 @@ sap.ui.define([
411
410
  thisLib.plugins = {};
412
411
  }
413
412
 
414
- /**
415
- * Mode of a selection plugin
416
- *
417
- * @version 1.133.1
418
- * @enum {string}
419
- * @private
420
- */
421
- thisLib.plugins.SelectionMode = {
422
- /**
423
- * Only one row can be selected at a time.
424
- * @public
425
- */
426
- Single: "Single",
427
-
428
- /**
429
- * Multiple rows can be selected.
430
- * @public
431
- */
432
- MultiToggle: "MultiToggle"
433
- };
434
-
435
- DataType.registerEnum("sap.ui.table.plugins.SelectionMode", thisLib.plugins.SelectionMode);
436
-
437
413
  //factory for table to create labels and textviews to be overwritten by commons and mobile library
438
414
  /**
439
415
  * @deprecated As of version 1.118
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @class
36
36
  * @extends sap.ui.table.menus.ContextMenu
37
37
  * @author SAP SE
38
- * @version 1.133.1
38
+ * @version 1.135.0
39
39
  * @private
40
40
  * @alias sap.ui.table.menus.AnalyticalTableContextMenu
41
41
  */
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  *
36
36
  * @extends sap.ui.base.Object
37
37
  * @author SAP SE
38
- * @version 1.133.1
38
+ * @version 1.135.0
39
39
  * @private
40
40
  * @alias sap.ui.table.menus.ColumnHeaderMenuAdapter
41
41
  */
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @class
24
24
  * @extends sap.ui.core.Element
25
25
  * @author SAP SE
26
- * @version 1.133.1
26
+ * @version 1.135.0
27
27
  * @private
28
28
  * @alias sap.ui.table.menus.ContextMenu
29
29
  */
@@ -55,7 +55,7 @@ sap.ui.define([
55
55
  *
56
56
  * @extends sap.ui.table.menus.ColumnHeaderMenuAdapter
57
57
  * @author SAP SE
58
- * @version 1.133.1
58
+ * @version 1.135.0
59
59
  * @private
60
60
  * @alias sap.ui.table.menus.MobileColumnHeaderMenuAdapter
61
61
  */
@@ -53,16 +53,15 @@ TBL_COL_VISBILITY_MENUITEM_SHOW=Show Column
53
53
  TBL_COL_VISBILITY_MENUITEM_HIDE=Hide Column
54
54
 
55
55
  #XACT: accessibilty description for a table with enabled mutli-selection for rows (for the ScreenReader)
56
- TBL_TABLE_SELECTION_MULTI=Multi-Selection Table
56
+ TBL_TABLE_SELECTION_MULTI=Multi Selection Table
57
57
  #XACT: accessibilty description for a table with enabled single-selection for rows (for the ScreenReader)
58
- TBL_TABLE_SELECTION_SINGLE=Single-Selection Table
58
+ TBL_TABLE_SELECTION_SINGLE=Single Selection Table
59
+ #XACT: accessibilty label for the selection column (for the ScreenReader)
60
+ TBL_TABLE_SELECTION_COLUMNHEADER=Selection column
59
61
 
60
62
  #XACT: accessibilty description for an invalid table (for the ScreenReader)
61
63
  TBL_TABLE_INVALID=Invalid Table
62
64
 
63
- #XACT: accessibilty description for count of rows and columns
64
- TBL_DATA_ROWS_COLS=Table contains {0} rows and {1} columns
65
-
66
65
  #XACT: accessibilty description for row selection via keyboard
67
66
  TBL_ROW_SELECT_KEY=To select row, press SPACEBAR
68
67
  #XACT: accessibilty description for row deselection via keyboard
@@ -82,8 +81,8 @@ TBL_SELECT_ALL=Select All
82
81
  #XTOL: Tooltip for the select all row header
83
82
  TBL_DESELECT_ALL=Deselect All
84
83
 
85
- #XACT: accessibilty description for toggling the edit mode on a cell via keyboard
86
- TBL_TOGGLE_EDIT_KEY=To enter a table cell, press F2
84
+ #XACT: accessibility text for announcing the cell content
85
+ TBL_CELL_INCLUDES=Includes {0}
87
86
 
88
87
  #XTOL: Tooltip of the button to expand/collapse a tree table node
89
88
  TBL_COLLAPSE_EXPAND=Expand / Collapse Node
@@ -103,12 +102,6 @@ TBL_GROUP_TOTAL_ROW=Group summary
103
102
  #XACT: accessibilty description fixed columns
104
103
  TBL_FIXED_COLUMN=Fixed Column
105
104
 
106
- #XACT: accessibility description for focused row count
107
- TBL_ROW_ROWCOUNT=Row {0} of {1}
108
-
109
- #XACT: accessibility description for focused column count
110
- TBL_COL_COLCOUNT=Column {0} of {1}
111
-
112
105
  #XACT: accessibility label for a grouping row
113
106
  TBL_ROW_GROUP_LABEL=Group Row
114
107
 
@@ -224,4 +217,7 @@ TBL_RSZ_MINIMIZE_SHORTCUT=Home
224
217
  TBL_RSZ_MAXIMIZE=Maximize Section
225
218
 
226
219
  #XMIT: Keyboard shortcut to maximize section
227
- TBL_RSZ_MAXIMIZE_SHORTCUT=End
220
+ TBL_RSZ_MAXIMIZE_SHORTCUT=End
221
+
222
+ #XACT Screenreader should announce when the table is resized
223
+ TBL_RSZ_RESIZED={0} rows shown
@@ -25,13 +25,12 @@ TBL_HIDE_COLUMN=\u0625\u062E\u0641\u0627\u0621
25
25
  TBL_COL_VISBILITY_MENUITEM_SHOW=\u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0639\u0645\u0648\u062F
26
26
  TBL_COL_VISBILITY_MENUITEM_HIDE=\u0625\u062E\u0641\u0627\u0621 \u0627\u0644\u0639\u0645\u0648\u062F
27
27
 
28
- TBL_TABLE_SELECTION_MULTI=\u062C\u062F\u0648\u0644 \u062A\u062D\u062F\u064A\u062F \u0645\u062A\u0639\u062F\u062F
29
- TBL_TABLE_SELECTION_SINGLE=\u062C\u062F\u0648\u0644 \u062A\u062D\u062F\u064A\u062F \u0641\u0631\u062F\u064A
28
+ TBL_TABLE_SELECTION_MULTI=\u062C\u062F\u0648\u0644 \u0627\u0644\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0645\u062A\u0639\u062F\u062F
29
+ TBL_TABLE_SELECTION_SINGLE=\u062C\u062F\u0648\u0644 \u0627\u0644\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0641\u0631\u062F\u064A
30
+ TBL_TABLE_SELECTION_COLUMNHEADER=\u0639\u0645\u0648\u062F \u0627\u0644\u062A\u062D\u062F\u064A\u062F
30
31
 
31
32
  TBL_TABLE_INVALID=\u062C\u062F\u0648\u0644 \u063A\u064A\u0631 \u0635\u0627\u0644\u062D
32
33
 
33
- TBL_DATA_ROWS_COLS=\u064A\u062A\u0636\u0645\u0646 \u0627\u0644\u062C\u062F\u0648\u0644 {0} \u0645\u0646 \u0627\u0644\u0635\u0641\u0648\u0641 \u0648{1} \u0645\u0646 \u0627\u0644\u0623\u0639\u0645\u062F\u0629
34
-
35
34
  TBL_ROW_SELECT_KEY=\u0644\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0635\u0641\u060C \u0627\u0636\u063A\u0637 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0633\u0627\u0641\u0629
36
35
  TBL_ROW_DESELECT_KEY=\u0644\u0625\u0644\u063A\u0627\u0621 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0635\u0641\u060C \u0627\u0636\u063A\u0637 \u0645\u0641\u062A\u0627\u062D \u0627\u0644\u0645\u0633\u0627\u0641\u0629
37
36
 
@@ -44,7 +43,7 @@ TBL_NO_DATA=\u0644\u0627 \u062A\u0648\u062C\u062F \u0628\u064A\u0627\u0646\u0627
44
43
  TBL_SELECT_ALL=\u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0643\u0644
45
44
  TBL_DESELECT_ALL=\u0625\u0644\u063A\u0627\u0621 \u062A\u062D\u062F\u064A\u062F \u0627\u0644\u0643\u0644
46
45
 
47
- TBL_TOGGLE_EDIT_KEY=\u0644\u0625\u062F\u062E\u0627\u0644 \u062E\u0644\u064A\u0629 \u062C\u062F\u0648\u0644\u060C \u0627\u0636\u063A\u0637 F2
46
+ TBL_CELL_INCLUDES=\u064A\u062A\u0636\u0645\u0646 {0}
48
47
 
49
48
  TBL_COLLAPSE_EXPAND=\u062A\u0648\u0633\u064A\u0639/\u0637\u064A \u0627\u0644\u0639\u0642\u062F\u0629
50
49
 
@@ -58,10 +57,6 @@ TBL_GROUP_TOTAL_ROW=\u0645\u0644\u062E\u0635 \u0627\u0644\u0645\u062C\u0645\u064
58
57
 
59
58
  TBL_FIXED_COLUMN=\u0639\u0645\u0648\u062F \u062B\u0627\u0628\u062A
60
59
 
61
- TBL_ROW_ROWCOUNT=\u0635\u0641 {0} \u0645\u0646 {1}
62
-
63
- TBL_COL_COLCOUNT=\u0639\u0645\u0648\u062F {0} \u0645\u0646 {1}
64
-
65
60
  TBL_ROW_GROUP_LABEL=\u0635\u0641 \u0627\u0644\u062A\u062C\u0645\u064A\u0639
66
61
 
67
62
  TBL_COL_DESC_MENU=\u0642\u0627\u0626\u0645\u0629 \u0645\u062A\u0648\u0641\u0631\u0629
@@ -139,3 +134,5 @@ TBL_RSZ_MINIMIZE_SHORTCUT=\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u063
139
134
  TBL_RSZ_MAXIMIZE=\u062A\u0643\u0628\u064A\u0631 \u0627\u0644\u0642\u0633\u0645
140
135
 
141
136
  TBL_RSZ_MAXIMIZE_SHORTCUT=\u0627\u0644\u0646\u0647\u0627\u064A\u0629
137
+
138
+ TBL_RSZ_RESIZED=\u064A\u062A\u0645 \u0625\u0638\u0647\u0627\u0631 {0} \u0645\u0646 \u0627\u0644\u0635\u0641\u0648\u0641
@@ -25,13 +25,12 @@ TBL_HIDE_COLUMN=\u0421\u043A\u0440\u0438\u0432\u0430\u043D\u0435
25
25
  TBL_COL_VISBILITY_MENUITEM_SHOW=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u043A\u043E\u043B\u043E\u043D\u0430\u0442\u0430
26
26
  TBL_COL_VISBILITY_MENUITEM_HIDE=\u0421\u043A\u0440\u0438\u0432\u0430\u043D\u0435 \u043D\u0430 \u043A\u043E\u043B\u043E\u043D\u0430\u0442\u0430
27
27
 
28
- TBL_TABLE_SELECTION_MULTI=\u0422\u0430\u0431\u043B\u0438\u0446\u0430 \u0441 \u043C\u043D\u043E\u0436\u0435\u0441\u0442\u0432\u0435\u043D \u0438\u0437\u0431\u043E\u0440
29
- TBL_TABLE_SELECTION_SINGLE=\u0422\u0430\u0431\u043B\u0438\u0446\u0430 \u0441 \u0435\u0434\u0438\u043D\u0438\u0447\u0435\u043D \u0438\u0437\u0431\u043E\u0440
28
+ TBL_TABLE_SELECTION_MULTI=\u0422\u0430\u0431\u043B\u0438\u0446\u0430 \u0437\u0430 \u043C\u043D\u043E\u0436\u0435\u0441\u0442\u0432\u0435\u043D \u0438\u0437\u0431\u043E\u0440
29
+ TBL_TABLE_SELECTION_SINGLE=\u0422\u0430\u0431\u043B\u0438\u0446\u0430 \u0437\u0430 \u0435\u0434\u0438\u043D\u0438\u0447\u0435\u043D \u0438\u0437\u0431\u043E\u0440
30
+ TBL_TABLE_SELECTION_COLUMNHEADER=\u041A\u043E\u043B\u043E\u043D\u0430 \u0437\u0430 \u0438\u0437\u0431\u043E\u0440
30
31
 
31
32
  TBL_TABLE_INVALID=\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430 \u0442\u0430\u0431\u043B\u0438\u0446\u0430
32
33
 
33
- TBL_DATA_ROWS_COLS=\u0422\u0430\u0431\u043B\u0438\u0446\u0430\u0442\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 {0} \u0440\u0435\u0434\u0430 \u0438 {1} \u043A\u043E\u043B\u043E\u043D\u0438
34
-
35
34
  TBL_ROW_SELECT_KEY=\u0417\u0430 \u0438\u0437\u0431\u043E\u0440 \u043D\u0430 \u0440\u0435\u0434, \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 \u0418\u041D\u0422\u0415\u0420\u0412\u0410\u041B
36
35
  TBL_ROW_DESELECT_KEY=\u0417\u0430 \u043F\u0440\u0435\u043C\u0430\u0445\u0432\u0430\u043D\u0435 \u043D\u0430 \u0440\u0435\u0434 \u043E\u0442 \u0438\u0437\u0431\u0440\u0430\u043D\u0438\u0442\u0435, \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 \u0418\u041D\u0422\u0415\u0420\u0412\u0410\u041B
37
36
 
@@ -44,7 +43,7 @@ TBL_NO_DATA=\u041D\u044F\u043C\u0430 \u0434\u0430\u043D\u043D\u0438
44
43
  TBL_SELECT_ALL=\u0418\u0437\u0431\u043E\u0440 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438
45
44
  TBL_DESELECT_ALL=\u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043D\u0435 \u043D\u0430 \u0438\u0437\u0431\u043E\u0440\u0430
46
45
 
47
- 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
46
+ TBL_CELL_INCLUDES=\u0412\u043A\u043B\u044E\u0447\u0432\u0430 {0}
48
47
 
49
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\u0430
50
49
 
@@ -58,10 +57,6 @@ TBL_GROUP_TOTAL_ROW=\u041E\u0431\u043E\u0431\u0449\u0435\u043D\u0438\u0435 \u043
58
57
 
59
58
  TBL_FIXED_COLUMN=\u0424\u0438\u043A\u0441\u0438\u0440\u0430\u043D\u0430 \u043A\u043E\u043B\u043E\u043D\u0430
60
59
 
61
- TBL_ROW_ROWCOUNT=\u0420\u0435\u0434 {0} \u043E\u0442 {1}
62
-
63
- TBL_COL_COLCOUNT=\u041A\u043E\u043B\u043E\u043D\u0430 {0} \u043E\u0442 {1}
64
-
65
60
  TBL_ROW_GROUP_LABEL=\u0420\u0435\u0434 \u0437\u0430 \u0433\u0440\u0443\u043F\u0430
66
61
 
67
62
  TBL_COL_DESC_MENU=\u041D\u0430\u043B\u0438\u0447\u043D\u043E \u043C\u0435\u043D\u044E
@@ -122,7 +117,7 @@ TBL_SELECT_LIMIT_TITLE=\u041B\u0438\u043C\u0438\u0442 \u043D\u0430 \u0438\u0437\
122
117
 
123
118
  TBL_SELECT_LIMIT=\u0412 \u0442\u0430\u0437\u0438 \u0442\u0430\u0431\u043B\u0438\u0446\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u0434\u043E\u0431\u0430\u0432\u044F\u0442\u0435 \u0432 \u0438\u0437\u0431\u043E\u0440\u0430 \u0441\u0438 \u043F\u043E\u0432\u0435\u0447\u0435 \u043E\u0442 {0} \u043F\u043E\u0437\u0438\u0446\u0438\u0438 \u0435\u0434\u043D\u043E\u0432\u0440\u0435\u043C\u0435\u043D\u043D\u043E.\n\n\u041C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u043F\u0440\u043E\u0434\u044A\u043B\u0436\u0438\u0442\u0435 \u0434\u0430 \u0434\u043E\u0431\u0430\u0432\u044F\u0442\u0435 \u043A\u044A\u043C \u0438\u0437\u0431\u043E\u0440\u0430 \u0441\u0438 \u043A\u043E\u043B\u043A\u043E\u0442\u043E \u043F\u044A\u0442\u0438 \u0436\u0435\u043B\u0430\u0435\u0442\u0435, \u043D\u043E \u0441\u0430\u043C\u043E \u043A\u0430\u0442\u043E \u0438\u0437\u0431\u0438\u0440\u0430\u0442\u0435 \u043F\u043E \u043D\u0435 \u043F\u043E\u0432\u0435\u0447\u0435 \u043E\u0442 {0} \u043F\u043E\u0437\u0438\u0446\u0438\u0438 \u043D\u0430\u0432\u0435\u0434\u043D\u044A\u0436.
124
119
 
125
- TBL_RSZ_BTN_TOOLTIP=\u041E\u0440\u0430\u0437\u043C\u0435\u0440\u044F\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0438\u0441\u043E\u0447\u0438\u043D\u0430\u0442\u0430 \u043D\u0430 \u0442\u0430\u0431\u043B\u0438\u0446\u0430\u0442\u0430
120
+ TBL_RSZ_BTN_TOOLTIP=\u041F\u0440\u043E\u043C\u044F\u043D\u0430 \u043D\u0430 \u0432\u0438\u0441\u043E\u0447\u0438\u043D\u0430\u0442\u0430 \u043D\u0430 \u0442\u0430\u0431\u043B\u0438\u0446\u0430\u0442\u0430
126
121
 
127
122
  TBL_RSZ_ROW_UP=\u041F\u0440\u0435\u043C\u0435\u0441\u0442\u0432\u0430\u043D\u0435 \u0435\u0434\u0438\u043D \u0440\u0435\u0434 \u043D\u0430\u0433\u043E\u0440\u0435
128
123
 
@@ -139,3 +134,5 @@ TBL_RSZ_MINIMIZE_SHORTCUT=\u041D\u0430\u0447\u0430\u043B\u043D\u0430 \u0441\u044
139
134
  TBL_RSZ_MAXIMIZE=\u041C\u0430\u043A\u0441\u0438\u043C\u0438\u0437\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0440\u0430\u0437\u0434\u0435\u043B
140
135
 
141
136
  TBL_RSZ_MAXIMIZE_SHORTCUT=\u041A\u0440\u0430\u0439
137
+
138
+ TBL_RSZ_RESIZED=\u043F\u043E\u043A\u0430\u0437\u0430\u043D\u0438 \u0440\u0435\u0434\u043E\u0432\u0435\: {0}
@@ -25,13 +25,12 @@ TBL_HIDE_COLUMN=Ocultar
25
25
  TBL_COL_VISBILITY_MENUITEM_SHOW=Mostrar columna
26
26
  TBL_COL_VISBILITY_MENUITEM_HIDE=Ocultar columna
27
27
 
28
- TBL_TABLE_SELECTION_MULTI=Taula amb selecci\u00F3 m\u00FAltiple activada
29
- TBL_TABLE_SELECTION_SINGLE=Taula amb selecci\u00F3 individual activada
28
+ TBL_TABLE_SELECTION_MULTI=Taula de selecci\u00F3 m\u00FAltiple
29
+ TBL_TABLE_SELECTION_SINGLE=Taula de selecci\u00F3 simple
30
+ TBL_TABLE_SELECTION_COLUMNHEADER=Columna de selecci\u00F3
30
31
 
31
32
  TBL_TABLE_INVALID=Taula no v\u00E0lida
32
33
 
33
- TBL_DATA_ROWS_COLS=La taula cont\u00E9 {0} files i {1} columnes
34
-
35
34
  TBL_ROW_SELECT_KEY=Premeu l'espaiador per seleccionar l\u00EDnies
36
35
  TBL_ROW_DESELECT_KEY=Premeu l'espaiador per anul\u00B7lar la selecci\u00F3
37
36
 
@@ -44,7 +43,7 @@ TBL_NO_DATA=No hi ha dades
44
43
  TBL_SELECT_ALL=Marcar-ho tot
45
44
  TBL_DESELECT_ALL=Suprimir totes les marques de selecci\u00F3
46
45
 
47
- TBL_TOGGLE_EDIT_KEY=Per passar a una cel\u00B7la d'una taula, pr\u00E9mer F2
46
+ TBL_CELL_INCLUDES=Inclou {0}
48
47
 
49
48
  TBL_COLLAPSE_EXPAND=Desplegar/ocultar node
50
49
 
@@ -58,10 +57,6 @@ TBL_GROUP_TOTAL_ROW=Resum de grups
58
57
 
59
58
  TBL_FIXED_COLUMN=Columna fixa
60
59
 
61
- TBL_ROW_ROWCOUNT=Fila {0} de {1}
62
-
63
- TBL_COL_COLCOUNT=Columna {0} de {1}
64
-
65
60
  TBL_ROW_GROUP_LABEL=L\u00EDnia de grup
66
61
 
67
62
  TBL_COL_DESC_MENU=Men\u00FA disponible
@@ -139,3 +134,5 @@ TBL_RSZ_MINIMIZE_SHORTCUT=P\u00E0gina d'inici
139
134
  TBL_RSZ_MAXIMIZE=Maximitzar secci\u00F3
140
135
 
141
136
  TBL_RSZ_MAXIMIZE_SHORTCUT=Fi
137
+
138
+ TBL_RSZ_RESIZED=Es mostren {0} files