@openui5/sap.ui.table 1.93.3 → 1.96.2
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 +6 -11
- package/THIRDPARTY.txt +10 -16
- package/package.json +3 -3
- package/src/sap/ui/table/.library +1 -1
- package/src/sap/ui/table/AnalyticalColumn.js +1 -1
- package/src/sap/ui/table/AnalyticalColumnMenu.js +1 -1
- package/src/sap/ui/table/AnalyticalTable.js +51 -12
- package/src/sap/ui/table/Column.js +29 -6
- package/src/sap/ui/table/ColumnMenu.js +3 -1
- package/src/sap/ui/table/CreationRow.js +1 -1
- package/src/sap/ui/table/Row.js +1 -1
- 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 +3 -2
- package/src/sap/ui/table/Table.js +79 -98
- package/src/sap/ui/table/TablePersoController.js +1 -1
- package/src/sap/ui/table/TableRenderer.js +9 -3
- package/src/sap/ui/table/TreeTable.js +27 -2
- package/src/sap/ui/table/extensions/Accessibility.js +45 -26
- package/src/sap/ui/table/extensions/AccessibilityRender.js +1 -1
- 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 +25 -45
- package/src/sap/ui/table/extensions/KeyboardDelegate.js +67 -46
- package/src/sap/ui/table/extensions/Pointer.js +1 -14
- package/src/sap/ui/table/extensions/Scrolling.js +133 -126
- package/src/sap/ui/table/extensions/ScrollingIOS.js +369 -0
- package/src/sap/ui/table/extensions/Synchronization.js +1 -1
- package/src/sap/ui/table/library.js +10 -10
- package/src/sap/ui/table/messagebundle_fr.properties +1 -1
- package/src/sap/ui/table/messagebundle_it.properties +3 -3
- package/src/sap/ui/table/plugins/BindingSelection.js +1 -1
- package/src/sap/ui/table/plugins/PluginBase.js +1 -1
- package/src/sap/ui/table/plugins/SelectionModelSelection.js +17 -28
- package/src/sap/ui/table/plugins/SelectionPlugin.js +1 -1
- package/src/sap/ui/table/plugins/V4Aggregation.js +9 -2
- package/src/sap/ui/table/rowmodes/AutoRowMode.js +16 -1
- package/src/sap/ui/table/rowmodes/FixedRowMode.js +16 -1
- package/src/sap/ui/table/rowmodes/InteractiveRowMode.js +23 -9
- package/src/sap/ui/table/rowmodes/RowMode.js +10 -28
- package/src/sap/ui/table/rowmodes/VariableRowMode.js +1 -1
- package/src/sap/ui/table/themes/base/Cell.less +1 -10
- package/src/sap/ui/table/themes/base/Grouping.less +4 -1
- package/src/sap/ui/table/themes/base/ScrollingIOS.less +26 -0
- package/src/sap/ui/table/themes/base/Table.less +1 -1
- package/src/sap/ui/table/themes/base/library.source.less +1 -0
- package/src/sap/ui/table/utils/TableUtils.js +25 -60
- 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 +5 -1
- package/src/sap/ui/table/utils/_HookUtils.js +1 -1
- package/src/sap/ui/table/utils/_MenuUtils.js +1 -1
- package/ui5.yaml +4 -1
package/.reuse/dep5
CHANGED
|
@@ -309,7 +309,7 @@ License: MIT
|
|
|
309
309
|
Comment: these files belong to: lodash
|
|
310
310
|
|
|
311
311
|
Files: src/sap.ui.core/src/sap/ui/thirdparty/hyphenopoly/*
|
|
312
|
-
Copyright:
|
|
312
|
+
Copyright: 2021 Mathias Nater
|
|
313
313
|
License: MIT
|
|
314
314
|
Comment: these files belong to: Hyphenopoly
|
|
315
315
|
|
|
@@ -347,11 +347,6 @@ Copyright: 2013 Ariya Hidayat and other contributors
|
|
|
347
347
|
License: BSD-2-Clause
|
|
348
348
|
Comment: these files belong to: Esprima
|
|
349
349
|
|
|
350
|
-
Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/google-code-prettify/*
|
|
351
|
-
Copyright: 2006 Google Inc.
|
|
352
|
-
License: Apache-2.0
|
|
353
|
-
Comment: these files belong to: google-code-prettify
|
|
354
|
-
|
|
355
350
|
Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/highlight.js/*
|
|
356
351
|
Copyright: 2006-2020, Ivan Sagalaev
|
|
357
352
|
License: BSD-3-Clause
|
|
@@ -405,6 +400,11 @@ Copyright: 2014 Vitaly Puzrin, Alex Kocharin
|
|
|
405
400
|
License: MIT
|
|
406
401
|
Comment: these files belong to: Markdown-it
|
|
407
402
|
|
|
403
|
+
Files: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/ajv/ajv.min.js
|
|
404
|
+
Copyright: 2015-2017 Evgeny Poberezkin
|
|
405
|
+
License: MIT
|
|
406
|
+
Comment: these files belong to: ajv
|
|
407
|
+
|
|
408
408
|
|
|
409
409
|
# Library: sap.ui.mdc:
|
|
410
410
|
|
|
@@ -452,11 +452,6 @@ Copyright: 2009-2014, Alexis Sellier <self@cloudhead.net>
|
|
|
452
452
|
License: Apache-2.0
|
|
453
453
|
Comment: these files belong to: LESS
|
|
454
454
|
|
|
455
|
-
Files: ../test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/ajv/ajv.min.js
|
|
456
|
-
Copyright: 2015-2017 Evgeny Poberezkin
|
|
457
|
-
License: MIT
|
|
458
|
-
Comment: these files belong to: ajv
|
|
459
|
-
|
|
460
455
|
Files: lib/jsdoc/ui5/plugin.js
|
|
461
456
|
Copyright:
|
|
462
457
|
2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
package/THIRDPARTY.txt
CHANGED
|
@@ -6,7 +6,7 @@ The full text of all referenced licenses is appended at the end of this file.
|
|
|
6
6
|
|
|
7
7
|
Library: sap.ui.codeeditor:
|
|
8
8
|
|
|
9
|
-
Component: Ace (Ajax.org Cloud9 Editor), version: 1.4.
|
|
9
|
+
Component: Ace (Ajax.org Cloud9 Editor), version: 1.4.13
|
|
10
10
|
Copyright: 2010, Ajax.org B.V.
|
|
11
11
|
License: BSD-3-Clause
|
|
12
12
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
@@ -279,8 +279,8 @@ License: MIT
|
|
|
279
279
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
280
280
|
Contained in: src/sap.ui.core/src/sap/ui/base/util/restricted/_/lodash.custom.js
|
|
281
281
|
|
|
282
|
-
Component: Hyphenopoly, version:
|
|
283
|
-
Copyright:
|
|
282
|
+
Component: Hyphenopoly, version: 3.4.0
|
|
283
|
+
Copyright: 2021 Mathias Nater
|
|
284
284
|
License: MIT
|
|
285
285
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
286
286
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/hyphenopoly/*
|
|
@@ -324,12 +324,6 @@ License: BSD-2-Clause
|
|
|
324
324
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-2-Clause.txt
|
|
325
325
|
Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/esprima.js
|
|
326
326
|
|
|
327
|
-
Component: google-code-prettify, version: 20130304
|
|
328
|
-
Copyright: 2006 Google Inc.
|
|
329
|
-
License: Apache-2.0
|
|
330
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
331
|
-
Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/google-code-prettify/*
|
|
332
|
-
|
|
333
327
|
Component: highlight.js, version: 10.4.1
|
|
334
328
|
Copyright: 2006-2020, Ivan Sagalaev
|
|
335
329
|
License: BSD-3-Clause
|
|
@@ -376,7 +370,7 @@ License: Unicode-DFS-2015
|
|
|
376
370
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Unicode-DFS-2015.txt
|
|
377
371
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/Unicode-Data-Files-LICENSE.txt
|
|
378
372
|
|
|
379
|
-
Component: Adaptive Cards, version:
|
|
373
|
+
Component: Adaptive Cards, version: 2.9.0
|
|
380
374
|
Copyright: 2017 Microsoft
|
|
381
375
|
License: MIT
|
|
382
376
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
@@ -395,6 +389,12 @@ License: MIT
|
|
|
395
389
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
396
390
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/markdown-it.js
|
|
397
391
|
|
|
392
|
+
Component: ajv, version: 6.12.3
|
|
393
|
+
Copyright: 2015-2017 Evgeny Poberezkin
|
|
394
|
+
License: MIT
|
|
395
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
396
|
+
Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/ajv/ajv.min.js
|
|
397
|
+
|
|
398
398
|
|
|
399
399
|
Library: sap.ui.mdc:
|
|
400
400
|
|
|
@@ -450,12 +450,6 @@ License: Apache-2.0
|
|
|
450
450
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
451
451
|
Contained in: src/testsuite-utils/src/main/resources/META-INF/less/less.js
|
|
452
452
|
|
|
453
|
-
Component: ajv, version: 6.12.3
|
|
454
|
-
Copyright: 2015-2017 Evgeny Poberezkin
|
|
455
|
-
License: MIT
|
|
456
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
457
|
-
Contained in: ../test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/ajv/ajv.min.js
|
|
458
|
-
|
|
459
453
|
Component: JSDoc 3, version: 3.6.7
|
|
460
454
|
Copyright: 2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc
|
|
461
455
|
License: Apache-2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.table",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.96.2",
|
|
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.96.2",
|
|
18
|
+
"@openui5/sap.ui.unified": "1.96.2"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2021 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.96.2</version>
|
|
10
10
|
|
|
11
11
|
<documentation>Table-like controls, mainly for desktop scenarios.</documentation>
|
|
12
12
|
|
|
@@ -21,8 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
"./plugins/BindingSelection",
|
|
22
22
|
"sap/base/Log",
|
|
23
23
|
"sap/base/assert",
|
|
24
|
-
"sap/ui/thirdparty/jquery"
|
|
25
|
-
"sap/base/util/UriParameters"
|
|
24
|
+
"sap/ui/thirdparty/jquery"
|
|
26
25
|
],
|
|
27
26
|
function(
|
|
28
27
|
AnalyticalColumn,
|
|
@@ -40,15 +39,14 @@ sap.ui.define([
|
|
|
40
39
|
BindingSelectionPlugin,
|
|
41
40
|
Log,
|
|
42
41
|
assert,
|
|
43
|
-
jQuery
|
|
44
|
-
UriParameters
|
|
42
|
+
jQuery
|
|
45
43
|
) {
|
|
46
44
|
"use strict";
|
|
47
45
|
|
|
48
|
-
|
|
49
|
-
var
|
|
50
|
-
|
|
51
|
-
|
|
46
|
+
var GroupEventType = library.GroupEventType;
|
|
47
|
+
var SortOrder = library.SortOrder;
|
|
48
|
+
var TreeAutoExpandMode = library.TreeAutoExpandMode;
|
|
49
|
+
var _private = TableUtils.createWeakMapFacade();
|
|
52
50
|
|
|
53
51
|
/**
|
|
54
52
|
* Constructor for a new AnalyticalTable.
|
|
@@ -62,7 +60,7 @@ sap.ui.define([
|
|
|
62
60
|
* @see http://scn.sap.com/docs/DOC-44986
|
|
63
61
|
*
|
|
64
62
|
* @extends sap.ui.table.Table
|
|
65
|
-
* @version 1.
|
|
63
|
+
* @version 1.96.2
|
|
66
64
|
*
|
|
67
65
|
* @constructor
|
|
68
66
|
* @public
|
|
@@ -320,6 +318,7 @@ sap.ui.define([
|
|
|
320
318
|
* @inheritDoc
|
|
321
319
|
*/
|
|
322
320
|
AnalyticalTable.prototype._bindRows = function(oBindingInfo) {
|
|
321
|
+
delete _private(this).bPendingRequest;
|
|
323
322
|
this._applyAnalyticalBindingInfo(oBindingInfo);
|
|
324
323
|
Table.prototype._bindRows.call(this, oBindingInfo);
|
|
325
324
|
};
|
|
@@ -424,8 +423,8 @@ sap.ui.define([
|
|
|
424
423
|
if (this._aGroupedColumns.indexOf(oColumn.getId()) > -1) {
|
|
425
424
|
continue;
|
|
426
425
|
}
|
|
427
|
-
|
|
428
|
-
if (!oColumn instanceof AnalyticalColumn) {
|
|
426
|
+
|
|
427
|
+
if (!(oColumn instanceof AnalyticalColumn)) {
|
|
429
428
|
Log.error("You have to use AnalyticalColumns for the Analytical table");
|
|
430
429
|
}
|
|
431
430
|
|
|
@@ -1336,6 +1335,46 @@ sap.ui.define([
|
|
|
1336
1335
|
// This table sets its own constraints on the row counts.
|
|
1337
1336
|
AnalyticalTable.prototype._setRowCountConstraints = function() {};
|
|
1338
1337
|
|
|
1339
|
-
|
|
1338
|
+
// If the AnalyticalBinding is created with the parameter "useBatchRequest" set to false, an imbalance between dataRequested and
|
|
1339
|
+
// dataReceived events can occur. There will be one dataRequested event for every request that would otherwise be part of a batch
|
|
1340
|
+
// request. But still only one dataReceived event is fired after all responses are received.
|
|
1341
|
+
// Therefore, a more limited method using a flag has to be used instead of a counter.
|
|
1342
|
+
|
|
1343
|
+
AnalyticalTable.prototype._onBindingDataRequested = function(oEvent) {
|
|
1344
|
+
if (oEvent.getParameter("__simulateAsyncAnalyticalBinding")) {
|
|
1345
|
+
return;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
var oBinding = this.getBinding();
|
|
1340
1349
|
|
|
1350
|
+
if (!oBinding.bUseBatchRequests) {
|
|
1351
|
+
_private(this).bPendingRequest = true;
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1354
|
+
Table.prototype._onBindingDataRequested.apply(this, arguments);
|
|
1355
|
+
};
|
|
1356
|
+
|
|
1357
|
+
AnalyticalTable.prototype._onBindingDataReceived = function(oEvent) {
|
|
1358
|
+
if (oEvent.getParameter("__simulateAsyncAnalyticalBinding")) {
|
|
1359
|
+
return;
|
|
1360
|
+
}
|
|
1361
|
+
|
|
1362
|
+
var oBinding = this.getBinding();
|
|
1363
|
+
|
|
1364
|
+
if (!oBinding.bUseBatchRequests) {
|
|
1365
|
+
_private(this).bPendingRequest = false;
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
Table.prototype._onBindingDataReceived.apply(this, arguments);
|
|
1369
|
+
};
|
|
1370
|
+
|
|
1371
|
+
AnalyticalTable.prototype._hasPendingRequests = function() {
|
|
1372
|
+
if (_private(this).hasOwnProperty("bPendingRequest")) {
|
|
1373
|
+
return _private(this).bPendingRequest;
|
|
1374
|
+
} else {
|
|
1375
|
+
return Table.prototype._hasPendingRequests.apply(this, arguments);
|
|
1376
|
+
}
|
|
1377
|
+
};
|
|
1378
|
+
|
|
1379
|
+
return AnalyticalTable;
|
|
1341
1380
|
});
|
|
@@ -70,7 +70,7 @@ sap.ui.define([
|
|
|
70
70
|
* @class
|
|
71
71
|
* The column allows you to define column specific properties that will be applied when rendering the table.
|
|
72
72
|
* @extends sap.ui.core.Element
|
|
73
|
-
* @version 1.
|
|
73
|
+
* @version 1.96.2
|
|
74
74
|
*
|
|
75
75
|
* @constructor
|
|
76
76
|
* @public
|
|
@@ -357,6 +357,8 @@ sap.ui.define([
|
|
|
357
357
|
|
|
358
358
|
_private(this).oSorter = null;
|
|
359
359
|
_private(this).mCellContentVisibilitySettings = normalizeCellContentVisibilitySettings(this);
|
|
360
|
+
_private(this).bHasDefaultLabel = false;
|
|
361
|
+
_private(this).bHasDefaultTemplate = false;
|
|
360
362
|
|
|
361
363
|
// for performance reasons, the cloned column templates shall be stored for later reuse
|
|
362
364
|
this._initTemplateClonePool();
|
|
@@ -436,11 +438,20 @@ sap.ui.define([
|
|
|
436
438
|
*/
|
|
437
439
|
Column.prototype.setLabel = function(vLabel) {
|
|
438
440
|
var oLabel = vLabel;
|
|
439
|
-
|
|
441
|
+
|
|
442
|
+
if (typeof vLabel === "string") {
|
|
443
|
+
if (_private(this).bHasDefaultLabel) {
|
|
444
|
+
this.getLabel().setText(vLabel);
|
|
445
|
+
return this;
|
|
446
|
+
}
|
|
440
447
|
oLabel = library.TableHelper.createLabel({text: vLabel});
|
|
448
|
+
_private(this).bHasDefaultLabel = true;
|
|
449
|
+
} else if (_private(this).bHasDefaultLabel) {
|
|
450
|
+
this.destroyLabel();
|
|
451
|
+
_private(this).bHasDefaultLabel = false;
|
|
441
452
|
}
|
|
442
|
-
|
|
443
|
-
return this;
|
|
453
|
+
|
|
454
|
+
return this.setAggregation("label", oLabel);
|
|
444
455
|
};
|
|
445
456
|
|
|
446
457
|
/*
|
|
@@ -450,12 +461,24 @@ sap.ui.define([
|
|
|
450
461
|
var oTemplate = vTemplate;
|
|
451
462
|
var oTable = this._getTable();
|
|
452
463
|
var oOldTemplate = this.getTemplate();
|
|
464
|
+
var bNewTemplate = true;
|
|
453
465
|
|
|
454
466
|
if (typeof vTemplate === "string") {
|
|
455
|
-
|
|
467
|
+
if (_private(this).bHasDefaulTemplate) {
|
|
468
|
+
this.getTemplate().bindProperty("text", vTemplate);
|
|
469
|
+
bNewTemplate = false;
|
|
470
|
+
} else {
|
|
471
|
+
oTemplate = library.TableHelper.createTextView().bindProperty("text", vTemplate);
|
|
472
|
+
_private(this).bHasDefaulTemplate = true;
|
|
473
|
+
}
|
|
474
|
+
} else if (_private(this).bHasDefaulTemplate) {
|
|
475
|
+
this.destroyTemplate();
|
|
476
|
+
_private(this).bHasDefaulTemplate = false;
|
|
456
477
|
}
|
|
457
478
|
|
|
458
|
-
|
|
479
|
+
if (bNewTemplate) {
|
|
480
|
+
this.setAggregation("template", oTemplate, true);
|
|
481
|
+
}
|
|
459
482
|
|
|
460
483
|
// manually invalidate the Column (because of the invalidate decoupling to
|
|
461
484
|
// prevent invalidations from the databinding part)
|
|
@@ -40,7 +40,7 @@ sap.ui.define([
|
|
|
40
40
|
* @class
|
|
41
41
|
* The column menu provides all common actions that can be performed on a column.
|
|
42
42
|
* @extends sap.ui.unified.Menu
|
|
43
|
-
* @version 1.
|
|
43
|
+
* @version 1.96.2
|
|
44
44
|
*
|
|
45
45
|
* @constructor
|
|
46
46
|
* @public
|
|
@@ -510,6 +510,8 @@ sap.ui.define([
|
|
|
510
510
|
aSubmenuItems = oSubmenu.getItems();
|
|
511
511
|
aSubmenuItems[i].setProperty("icon", sIcon);
|
|
512
512
|
aSubmenuItems[i].setEnabled(!bVisible || aVisibleColumns.length > 1);
|
|
513
|
+
aSubmenuItems[i].removeAllAriaLabelledBy();
|
|
514
|
+
aSubmenuItems[i].addAriaLabelledBy(oTable.getId() + (bVisible ? "-ariahidecolmenu" : "-ariashowcolmenu"));
|
|
513
515
|
}
|
|
514
516
|
|
|
515
517
|
for (var i = aSubmenuItems.length; i > aColumns.length; i--) {
|
package/src/sap/ui/table/Row.js
CHANGED
|
@@ -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.96.2
|
|
39
39
|
*
|
|
40
40
|
* @constructor
|
|
41
41
|
* @public
|
|
@@ -24,7 +24,7 @@ sap.ui.define([
|
|
|
24
24
|
* The <code>RowSettings</code> control allows you to configure a row.
|
|
25
25
|
* You can only use this control in the context of the <code>sap.ui.table.Table</code> control to define row settings.
|
|
26
26
|
* @extends sap.ui.core.Element
|
|
27
|
-
* @version 1.
|
|
27
|
+
* @version 1.96.2
|
|
28
28
|
*
|
|
29
29
|
* @constructor
|
|
30
30
|
* @public
|
|
@@ -55,7 +55,8 @@ sap.ui.define([
|
|
|
55
55
|
highlight : {type : "string", group : "Appearance", defaultValue : "None"},
|
|
56
56
|
|
|
57
57
|
/**
|
|
58
|
-
* Defines the semantics of the {@link sap.ui.table.RowSettings#setHighlight highlight} property for accessibility purposes.
|
|
58
|
+
* Defines the semantics of the {@link sap.ui.table.RowSettings#setHighlight highlight} property for accessibility purposes. It is
|
|
59
|
+
* only used as an invisible text for screen reader support and does not add a tooltip to the highlight.
|
|
59
60
|
*
|
|
60
61
|
* @since 1.62
|
|
61
62
|
*/
|