@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.
- package/.reuse/dep5 +0 -7
- package/THIRDPARTY.txt +2 -23
- package/package.json +3 -3
- package/src/sap/ui/table/.library +1 -1
- package/src/sap/ui/table/AnalyticalColumn.js +18 -13
- package/src/sap/ui/table/AnalyticalColumnMenu.js +1 -1
- package/src/sap/ui/table/AnalyticalTable.js +5 -5
- package/src/sap/ui/table/Column.js +1 -1
- package/src/sap/ui/table/ColumnMenu.js +1 -1
- package/src/sap/ui/table/CreationRow.js +1 -1
- package/src/sap/ui/table/CreationRowRenderer.js +2 -2
- package/src/sap/ui/table/Row.js +21 -21
- package/src/sap/ui/table/RowAction.js +1 -1
- package/src/sap/ui/table/RowActionItem.js +1 -1
- package/src/sap/ui/table/RowSettings.js +1 -1
- package/src/sap/ui/table/Table.js +87 -119
- package/src/sap/ui/table/TablePersoController.js +1 -1
- package/src/sap/ui/table/TableRenderer.js +51 -54
- package/src/sap/ui/table/TreeTable.js +3 -3
- package/src/sap/ui/table/extensions/Accessibility.js +536 -377
- package/src/sap/ui/table/extensions/AccessibilityRender.js +2 -11
- package/src/sap/ui/table/extensions/DragAndDrop.js +1 -1
- package/src/sap/ui/table/extensions/ExtensionBase.js +1 -1
- package/src/sap/ui/table/extensions/Keyboard.js +2 -4
- package/src/sap/ui/table/extensions/KeyboardDelegate.js +10 -48
- package/src/sap/ui/table/extensions/Pointer.js +3 -5
- package/src/sap/ui/table/extensions/Scrolling.js +1 -1
- package/src/sap/ui/table/extensions/ScrollingIOS.js +1 -1
- package/src/sap/ui/table/extensions/Synchronization.js +1 -1
- package/src/sap/ui/table/library.js +11 -35
- package/src/sap/ui/table/menus/AnalyticalTableContextMenu.js +1 -1
- package/src/sap/ui/table/menus/ColumnHeaderMenuAdapter.js +1 -1
- package/src/sap/ui/table/menus/ContextMenu.js +1 -1
- package/src/sap/ui/table/menus/MobileColumnHeaderMenuAdapter.js +1 -1
- package/src/sap/ui/table/messagebundle.properties +10 -14
- package/src/sap/ui/table/messagebundle_ar.properties +6 -9
- package/src/sap/ui/table/messagebundle_bg.properties +7 -10
- package/src/sap/ui/table/messagebundle_ca.properties +6 -9
- package/src/sap/ui/table/messagebundle_cnr.properties +6 -9
- package/src/sap/ui/table/messagebundle_cs.properties +6 -9
- package/src/sap/ui/table/messagebundle_cy.properties +6 -9
- package/src/sap/ui/table/messagebundle_da.properties +6 -9
- package/src/sap/ui/table/messagebundle_de.properties +4 -7
- package/src/sap/ui/table/messagebundle_el.properties +5 -8
- package/src/sap/ui/table/messagebundle_en.properties +6 -9
- package/src/sap/ui/table/messagebundle_en_GB.properties +4 -7
- package/src/sap/ui/table/messagebundle_es.properties +6 -9
- package/src/sap/ui/table/messagebundle_es_MX.properties +5 -8
- package/src/sap/ui/table/messagebundle_et.properties +6 -9
- package/src/sap/ui/table/messagebundle_fi.properties +6 -9
- package/src/sap/ui/table/messagebundle_fr.properties +6 -9
- package/src/sap/ui/table/messagebundle_fr_CA.properties +6 -9
- package/src/sap/ui/table/messagebundle_hi.properties +6 -9
- package/src/sap/ui/table/messagebundle_hr.properties +6 -9
- package/src/sap/ui/table/messagebundle_hu.properties +6 -9
- package/src/sap/ui/table/messagebundle_id.properties +6 -9
- package/src/sap/ui/table/messagebundle_it.properties +6 -9
- package/src/sap/ui/table/messagebundle_iw.properties +6 -9
- package/src/sap/ui/table/messagebundle_ja.properties +5 -8
- package/src/sap/ui/table/messagebundle_kk.properties +10 -13
- package/src/sap/ui/table/messagebundle_ko.properties +5 -8
- package/src/sap/ui/table/messagebundle_lt.properties +4 -7
- package/src/sap/ui/table/messagebundle_lv.properties +5 -8
- package/src/sap/ui/table/messagebundle_mk.properties +6 -9
- package/src/sap/ui/table/messagebundle_ms.properties +5 -8
- package/src/sap/ui/table/messagebundle_nl.properties +6 -9
- package/src/sap/ui/table/messagebundle_no.properties +6 -9
- package/src/sap/ui/table/messagebundle_pl.properties +6 -9
- package/src/sap/ui/table/messagebundle_pt.properties +6 -9
- package/src/sap/ui/table/messagebundle_pt_PT.properties +4 -7
- package/src/sap/ui/table/messagebundle_ro.properties +6 -9
- package/src/sap/ui/table/messagebundle_ru.properties +6 -9
- package/src/sap/ui/table/messagebundle_sh.properties +6 -9
- package/src/sap/ui/table/messagebundle_sk.properties +6 -9
- package/src/sap/ui/table/messagebundle_sl.properties +6 -9
- package/src/sap/ui/table/messagebundle_sr.properties +6 -9
- package/src/sap/ui/table/messagebundle_sv.properties +6 -9
- package/src/sap/ui/table/messagebundle_th.properties +6 -9
- package/src/sap/ui/table/messagebundle_tr.properties +6 -9
- package/src/sap/ui/table/messagebundle_uk.properties +4 -7
- package/src/sap/ui/table/messagebundle_vi.properties +6 -9
- package/src/sap/ui/table/messagebundle_zh_CN.properties +4 -7
- package/src/sap/ui/table/messagebundle_zh_TW.properties +6 -9
- package/src/sap/ui/table/plugins/BindingSelection.js +33 -33
- package/src/sap/ui/table/plugins/MultiSelectionPlugin.js +38 -32
- package/src/sap/ui/table/plugins/ODataV4Selection.js +132 -69
- package/src/sap/ui/table/plugins/PluginBase.js +52 -139
- package/src/sap/ui/table/plugins/SelectionMode.js +35 -0
- package/src/sap/ui/table/plugins/SelectionModelSelection.js +30 -35
- package/src/sap/ui/table/plugins/SelectionPlugin.js +34 -35
- package/src/sap/ui/table/plugins/V4Aggregation.js +30 -37
- package/src/sap/ui/table/rowmodes/Auto.js +1 -1
- package/src/sap/ui/table/rowmodes/Fixed.js +1 -1
- package/src/sap/ui/table/rowmodes/Interactive.js +19 -12
- package/src/sap/ui/table/rowmodes/RowMode.js +1 -3
- package/src/sap/ui/table/rowmodes/Variable.js +1 -1
- package/src/sap/ui/table/themes/base/Cell.less +54 -42
- package/src/sap/ui/table/themes/base/CreationRow.less +10 -8
- package/src/sap/ui/table/themes/base/DragDrop.less +34 -31
- package/src/sap/ui/table/themes/base/Grouping.less +23 -14
- package/src/sap/ui/table/themes/base/Row.less +6 -6
- package/src/sap/ui/table/themes/base/RowAction.less +2 -2
- package/src/sap/ui/table/themes/base/RowHighlight.less +15 -15
- package/src/sap/ui/table/themes/base/RowSelection.less +13 -8
- package/src/sap/ui/table/themes/base/Scrolling.less +73 -25
- package/src/sap/ui/table/themes/base/Table.less +63 -46
- package/src/sap/ui/table/themes/base/library.source.less +3 -3
- package/src/sap/ui/table/utils/TableUtils.js +16 -6
- package/src/sap/ui/table/utils/_BindingUtils.js +1 -1
- package/src/sap/ui/table/utils/_ColumnUtils.js +1 -1
- package/src/sap/ui/table/utils/_GroupingUtils.js +1 -1
- package/src/sap/ui/table/utils/_HookUtils.js +1 -1
- package/src/sap/ui/table/utils/_MenuUtils.js +1 -1
- package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +0 -5
package/.reuse/dep5
CHANGED
|
@@ -364,13 +364,6 @@ Copyright:
|
|
|
364
364
|
License: Apache-2.0 and ISC
|
|
365
365
|
Comment: these files contain content from SAP and node-lru-cache: LRUPersistentCache.js is overall written by SAP, but portions ('Least Recently Used' logic) are taken from the node-lru-cache project (see https://github.com/isaacs/node-lru-cache/blob/v2.7.3/README.md) and modified.
|
|
366
366
|
|
|
367
|
-
Files: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
|
|
368
|
-
Copyright:
|
|
369
|
-
2009-2024 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
370
|
-
Arthur David Olson, Paul Eggert and other contributors
|
|
371
|
-
License: Apache-2.0 and LicenseRef-tzdata-PublicDomain
|
|
372
|
-
Comment: these files contain content from SAP and Time Zone Database: _timezones.js is overall written by SAP, but the list of IANA timezone IDs is taken from the Timezone Database
|
|
373
|
-
|
|
374
367
|
|
|
375
368
|
# Library: sap.ui.documentation:
|
|
376
369
|
|
package/THIRDPARTY.txt
CHANGED
|
@@ -22,7 +22,7 @@ Contained in: src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.css
|
|
|
22
22
|
|
|
23
23
|
Library: sap.ui.codeeditor:
|
|
24
24
|
|
|
25
|
-
Component: Ace (Ajax.org Cloud9 Editor), version: 1.
|
|
25
|
+
Component: Ace (Ajax.org Cloud9 Editor), version: 1.36.5
|
|
26
26
|
Copyright: 2010, Ajax.org B.V.
|
|
27
27
|
License: BSD-3-Clause
|
|
28
28
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
@@ -342,12 +342,6 @@ License: ISC
|
|
|
342
342
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/ISC.txt
|
|
343
343
|
Contained in: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
|
|
344
344
|
|
|
345
|
-
Component: Time Zone Database, version: 2024b
|
|
346
|
-
Copyright: Arthur David Olson, Paul Eggert and other contributors
|
|
347
|
-
License: LicenseRef-tzdata-PublicDomain
|
|
348
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-tzdata-PublicDomain.txt
|
|
349
|
-
Contained in: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
|
|
350
|
-
|
|
351
345
|
|
|
352
346
|
Library: sap.ui.documentation:
|
|
353
347
|
|
|
@@ -468,7 +462,7 @@ License: Apache-2.0
|
|
|
468
462
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
469
463
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
470
464
|
|
|
471
|
-
Component: SAP Theming Base Content, version: 11.
|
|
465
|
+
Component: SAP Theming Base Content, version: 11.28.2
|
|
472
466
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
473
467
|
License: Apache-2.0
|
|
474
468
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -1015,21 +1009,6 @@ END of license: LicenseRef-Unicode-3.0
|
|
|
1015
1009
|
=================================
|
|
1016
1010
|
|
|
1017
1011
|
|
|
1018
|
-
=================================
|
|
1019
|
-
BEGIN of license: LicenseRef-tzdata-PublicDomain
|
|
1020
|
-
=================================
|
|
1021
|
-
|
|
1022
|
-
Unless specified below, all files in the tz code and data (including
|
|
1023
|
-
this LICENSE file) are in the public domain.
|
|
1024
|
-
|
|
1025
|
-
If the files date.c, newstrftime.3, and strftime.c are present, they
|
|
1026
|
-
contain material derived from BSD and use the BSD 3-clause license.
|
|
1027
|
-
|
|
1028
|
-
=================================
|
|
1029
|
-
END of license: LicenseRef-tzdata-PublicDomain
|
|
1030
|
-
=================================
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
1012
|
=================================
|
|
1034
1013
|
BEGIN of license: MIT
|
|
1035
1014
|
=================================
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.table",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.135.0",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.ui.table",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.ui.core": "1.
|
|
18
|
-
"@openui5/sap.ui.unified": "1.
|
|
17
|
+
"@openui5/sap.ui.core": "1.135.0",
|
|
18
|
+
"@openui5/sap.ui.unified": "1.135.0"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.135.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>Table-like controls, mainly for desktop scenarios.</documentation>
|
|
12
12
|
|
|
@@ -47,7 +47,7 @@ sap.ui.define([
|
|
|
47
47
|
* @extends sap.ui.table.Column
|
|
48
48
|
*
|
|
49
49
|
* @author SAP SE
|
|
50
|
-
* @version 1.
|
|
50
|
+
* @version 1.135.0
|
|
51
51
|
*
|
|
52
52
|
* @constructor
|
|
53
53
|
* @public
|
|
@@ -345,7 +345,8 @@ sap.ui.define([
|
|
|
345
345
|
* <li>The column must be child of an <code>AnalyticalTable</code>.</li>
|
|
346
346
|
* <li>The <code>rows</code> aggregation of the table must be bound.</li>
|
|
347
347
|
* <li>The metadata of the model must be loaded.</li>
|
|
348
|
-
* <li>The column's <
|
|
348
|
+
* <li>The dimension to which the column's <cide>leadingProperty</code> is related, must be sortable and filterable (For example: the ID for
|
|
349
|
+
* Text and ID relationship).</li>
|
|
349
350
|
* </ul>
|
|
350
351
|
*
|
|
351
352
|
* @private
|
|
@@ -354,20 +355,24 @@ sap.ui.define([
|
|
|
354
355
|
*/
|
|
355
356
|
AnalyticalColumn.prototype.isGroupableByMenu = function() {
|
|
356
357
|
const oParent = this.getParent();
|
|
358
|
+
if (!isInstanceOfAnalyticalTable(oParent)) {
|
|
359
|
+
return false;
|
|
360
|
+
}
|
|
357
361
|
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
const oResultSet = oBinding.getAnalyticalQueryResult();
|
|
362
|
-
if (oResultSet && oResultSet.findDimensionByPropertyName(this.getLeadingProperty())
|
|
363
|
-
&& oBinding.getSortablePropertyNames().indexOf(this.getLeadingProperty()) > -1
|
|
364
|
-
&& oBinding.getFilterablePropertyNames().indexOf(this.getLeadingProperty()) > -1) {
|
|
365
|
-
return true;
|
|
366
|
-
}
|
|
367
|
-
}
|
|
362
|
+
const oBinding = oParent.getBinding();
|
|
363
|
+
if (!oBinding) {
|
|
364
|
+
return false;
|
|
368
365
|
}
|
|
369
366
|
|
|
370
|
-
|
|
367
|
+
const oResultSet = oBinding.getAnalyticalQueryResult();
|
|
368
|
+
if (!oResultSet) {
|
|
369
|
+
return false;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
const oDimension = oResultSet.findDimensionByPropertyName(this.getLeadingProperty());
|
|
373
|
+
return !!(oDimension
|
|
374
|
+
&& oBinding.getSortablePropertyNames().indexOf(oDimension.getName()) > -1
|
|
375
|
+
&& oBinding.getFilterablePropertyNames().indexOf(oDimension.getName()) > -1);
|
|
371
376
|
};
|
|
372
377
|
|
|
373
378
|
AnalyticalColumn.prototype._isGroupableByMenu = function() {
|
|
@@ -45,12 +45,12 @@ sap.ui.define([
|
|
|
45
45
|
* @param {object} [mSettings] initial settings for the new control
|
|
46
46
|
*
|
|
47
47
|
* @class
|
|
48
|
-
* Table
|
|
49
|
-
* correctly annotated OData services. Please check
|
|
48
|
+
* Table that handles analytical OData back-end scenarios. The <code>AnalyticalTable</code> only works with {@link sap.ui.model.analytics.AnalyticalBinding AnalyticalBinding} and
|
|
49
|
+
* correctly annotated OData services. Please check out the functionality of analytical binding and the SAP Annotations for OData Version 2.0 documentation for further details.
|
|
50
50
|
* @see https://github.com/SAP/odata-vocabularies/blob/main/docs/v2-annotations.md
|
|
51
51
|
*
|
|
52
52
|
* @extends sap.ui.table.Table
|
|
53
|
-
* @version 1.
|
|
53
|
+
* @version 1.135.0
|
|
54
54
|
*
|
|
55
55
|
* @constructor
|
|
56
56
|
* @public
|
|
@@ -1131,11 +1131,11 @@ sap.ui.define([
|
|
|
1131
1131
|
Table.prototype._onBindingDataReceived.apply(this, arguments);
|
|
1132
1132
|
};
|
|
1133
1133
|
|
|
1134
|
-
AnalyticalTable.prototype.
|
|
1134
|
+
AnalyticalTable.prototype._isWaitingForData = function() {
|
|
1135
1135
|
if (_private(this).hasOwnProperty("bPendingRequest")) {
|
|
1136
1136
|
return _private(this).bPendingRequest;
|
|
1137
1137
|
} else {
|
|
1138
|
-
return Table.prototype.
|
|
1138
|
+
return Table.prototype._isWaitingForData.apply(this, arguments);
|
|
1139
1139
|
}
|
|
1140
1140
|
};
|
|
1141
1141
|
|
|
@@ -37,7 +37,7 @@ sap.ui.define([
|
|
|
37
37
|
|
|
38
38
|
oRm.openStart("div", oCreationRow);
|
|
39
39
|
oRm.attr("data-sap-ui-fastnavgroup", "true");
|
|
40
|
-
oTable._getAccRenderExtension().writeAriaAttributesFor(oRm, oTable, "
|
|
40
|
+
oTable._getAccRenderExtension().writeAriaAttributesFor(oRm, oTable, "CreationRow", {creationRow: oCreationRow});
|
|
41
41
|
oRm.class("sapUiTableCreationRow");
|
|
42
42
|
oRm.openEnd();
|
|
43
43
|
|
|
@@ -111,7 +111,7 @@ sap.ui.define([
|
|
|
111
111
|
const oCreationRow = oTable.getCreationRow();
|
|
112
112
|
|
|
113
113
|
oRm.openStart("table");
|
|
114
|
-
oTable._getAccRenderExtension().writeAriaAttributesFor(oRm, oTable, "
|
|
114
|
+
oTable._getAccRenderExtension().writeAriaAttributesFor(oRm, oTable, "Presentation");
|
|
115
115
|
oRm.class("sapUiTableCtrl");
|
|
116
116
|
oRm.style(bFixedTable ? "width" : "min-width", oTable._getColumnsWidth(iStartColumnIndex, iEndColumnIndex) + "px");
|
|
117
117
|
oRm.openEnd();
|
package/src/sap/ui/table/Row.js
CHANGED
|
@@ -135,7 +135,7 @@ sap.ui.define([
|
|
|
135
135
|
* @class
|
|
136
136
|
* The row.
|
|
137
137
|
* @extends sap.ui.core.Element
|
|
138
|
-
* @version 1.
|
|
138
|
+
* @version 1.135.0
|
|
139
139
|
*
|
|
140
140
|
* @constructor
|
|
141
141
|
* @public
|
|
@@ -347,10 +347,16 @@ sap.ui.define([
|
|
|
347
347
|
*/
|
|
348
348
|
Row.prototype._updateSelection = function() {
|
|
349
349
|
const oTable = this.getTable();
|
|
350
|
-
const
|
|
350
|
+
const bSelected = this._isSelected();
|
|
351
|
+
|
|
352
|
+
if (bSelected) {
|
|
353
|
+
this.addStyleClass("sapUiTableRowSel");
|
|
354
|
+
} else {
|
|
355
|
+
this.removeStyleClass("sapUiTableRowSel");
|
|
356
|
+
}
|
|
351
357
|
|
|
352
|
-
this._setSelected(bIsSelected);
|
|
353
358
|
oTable._getAccExtension().updateSelectionStateOfRow(this);
|
|
359
|
+
oTable._getSyncExtension?.().syncRowSelection(oTable.indexOfRow(this), bSelected);
|
|
354
360
|
};
|
|
355
361
|
|
|
356
362
|
Row.prototype.setRowBindingContext = function(oContext, oTable) {
|
|
@@ -633,25 +639,23 @@ sap.ui.define([
|
|
|
633
639
|
};
|
|
634
640
|
|
|
635
641
|
/**
|
|
636
|
-
* Sets the
|
|
642
|
+
* Sets the selected state of the row.
|
|
637
643
|
*
|
|
638
644
|
* @param {boolean} bSelected Whether the row should be selected.
|
|
639
645
|
* @private
|
|
640
646
|
*/
|
|
641
647
|
Row.prototype._setSelected = function(bSelected) {
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
if (bSelected) {
|
|
645
|
-
this.addStyleClass("sapUiTableRowSel");
|
|
646
|
-
} else {
|
|
647
|
-
this.removeStyleClass("sapUiTableRowSel");
|
|
648
|
-
}
|
|
648
|
+
this.getTable()._getSelectionPlugin().setSelected(this, bSelected);
|
|
649
|
+
};
|
|
649
650
|
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
651
|
+
/**
|
|
652
|
+
* Checks if the row is selected.
|
|
653
|
+
*
|
|
654
|
+
* @returns {boolean} Whether the row is selected.
|
|
655
|
+
* @private
|
|
656
|
+
*/
|
|
657
|
+
Row.prototype._isSelected = function() {
|
|
658
|
+
return this.getTable()._getSelectionPlugin().isSelected(this);
|
|
655
659
|
};
|
|
656
660
|
|
|
657
661
|
/**
|
|
@@ -669,11 +673,7 @@ sap.ui.define([
|
|
|
669
673
|
this.removeStyleClass("sapUiTableRowHvr");
|
|
670
674
|
}
|
|
671
675
|
|
|
672
|
-
|
|
673
|
-
TableUtils.dynamicCall(oTable._getSyncExtension, function(oSyncExtension) {
|
|
674
|
-
oSyncExtension.syncRowHover(oTable.indexOfRow(this), bHovered);
|
|
675
|
-
}, this);
|
|
676
|
-
}
|
|
676
|
+
oTable._getSyncExtension?.().syncRowHover(oTable.indexOfRow(this), bHovered);
|
|
677
677
|
};
|
|
678
678
|
|
|
679
679
|
/**
|
|
@@ -35,7 +35,7 @@ sap.ui.define([
|
|
|
35
35
|
* If more action items are available as the available space allows to display an overflow mechanism is provided.
|
|
36
36
|
* This control must only be used in the context of the <code>sap.ui.table.Table</code> control to define row actions.
|
|
37
37
|
* @extends sap.ui.core.Control
|
|
38
|
-
* @version 1.
|
|
38
|
+
* @version 1.135.0
|
|
39
39
|
*
|
|
40
40
|
* @constructor
|
|
41
41
|
* @public
|
|
@@ -27,7 +27,7 @@ sap.ui.define([
|
|
|
27
27
|
* The <code>RowSettings</code> control allows you to configure a row.
|
|
28
28
|
* You can only use this control in the context of the <code>sap.ui.table.Table</code> control to define row settings.
|
|
29
29
|
* @extends sap.ui.core.Element
|
|
30
|
-
* @version 1.
|
|
30
|
+
* @version 1.135.0
|
|
31
31
|
*
|
|
32
32
|
* @constructor
|
|
33
33
|
* @public
|