@openui5/sap.ui.table 1.93.1 → 1.93.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 +5 -0
- package/THIRDPARTY.txt +10 -1
- 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 +1 -1
- 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/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 +1 -1
- package/src/sap/ui/table/Table.js +1 -1
- package/src/sap/ui/table/TablePersoController.js +1 -1
- package/src/sap/ui/table/TreeTable.js +1 -1
- package/src/sap/ui/table/extensions/Accessibility.js +1 -1
- 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 +1 -1
- package/src/sap/ui/table/extensions/KeyboardDelegate.js +1 -1
- package/src/sap/ui/table/extensions/Pointer.js +1 -1
- package/src/sap/ui/table/extensions/Scrolling.js +1 -1
- package/src/sap/ui/table/extensions/Synchronization.js +1 -1
- package/src/sap/ui/table/library.js +10 -10
- 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 +1 -1
- package/src/sap/ui/table/plugins/SelectionPlugin.js +1 -1
- package/src/sap/ui/table/plugins/V4Aggregation.js +1 -1
- package/src/sap/ui/table/rowmodes/AutoRowMode.js +1 -1
- package/src/sap/ui/table/rowmodes/FixedRowMode.js +1 -1
- package/src/sap/ui/table/rowmodes/InteractiveRowMode.js +1 -1
- package/src/sap/ui/table/rowmodes/RowMode.js +1 -1
- package/src/sap/ui/table/rowmodes/VariableRowMode.js +1 -1
- package/src/sap/ui/table/themes/base/Cell.less +3 -3
- package/src/sap/ui/table/themes/base/Grouping.less +18 -3
- package/src/sap/ui/table/themes/base/Table.less +1 -1
- package/src/sap/ui/table/themes/base/library.source.less +2 -1
- package/src/sap/ui/table/utils/TableUtils.js +1 -1
- 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 +3 -1
- package/src/sap/ui/table/utils/_HookUtils.js +1 -1
- package/src/sap/ui/table/utils/_MenuUtils.js +1 -1
package/.reuse/dep5
CHANGED
|
@@ -464,3 +464,8 @@ Copyright:
|
|
|
464
464
|
License: Apache-2.0
|
|
465
465
|
Comment: these files contain content from SAP and JSDoc 3: plugin.js is overall written by SAP, but contains code taken from JSDoc 3.6.7 (see the respective comments)
|
|
466
466
|
|
|
467
|
+
Files: src/sap.ui.core/src/sap/ui/core/themes/base/base.less src/themelib_sap_belize/src/sap/ui/core/themes/*/base.less src/themelib_sap_fiori_3/src/sap/ui/core/themes/*/base.less src/themelib_sap_horizon/src/sap/ui/core/themes/*/base.less
|
|
468
|
+
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
469
|
+
License: Apache-2.0
|
|
470
|
+
Comment: these files belong to: SAP Theming Base Content
|
|
471
|
+
|
package/THIRDPARTY.txt
CHANGED
|
@@ -197,7 +197,7 @@ License: BSD-3-Clause
|
|
|
197
197
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
198
198
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/sinon-qunit.js
|
|
199
199
|
|
|
200
|
-
Component: URI.js, version: 1.19.
|
|
200
|
+
Component: URI.js, version: 1.19.7
|
|
201
201
|
Copyright: Rodney Rehm
|
|
202
202
|
License: MIT
|
|
203
203
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
@@ -462,6 +462,15 @@ License: Apache-2.0
|
|
|
462
462
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
463
463
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
464
464
|
|
|
465
|
+
Component: SAP Theming Base Content, version: 11.1.34
|
|
466
|
+
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
467
|
+
License: Apache-2.0
|
|
468
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
469
|
+
Contained in: src/sap.ui.core/src/sap/ui/core/themes/base/base.less
|
|
470
|
+
src/themelib_sap_belize/src/sap/ui/core/themes/*/base.less
|
|
471
|
+
src/themelib_sap_fiori_3/src/sap/ui/core/themes/*/base.less
|
|
472
|
+
src/themelib_sap_horizon/src/sap/ui/core/themes/*/base.less
|
|
473
|
+
|
|
465
474
|
|
|
466
475
|
ALL LICENSE TEXTS:
|
|
467
476
|
==================
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.table",
|
|
3
|
-
"version": "1.93.
|
|
3
|
+
"version": "1.93.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.93.
|
|
18
|
-
"@openui5/sap.ui.unified": "1.93.
|
|
17
|
+
"@openui5/sap.ui.core": "1.93.2",
|
|
18
|
+
"@openui5/sap.ui.unified": "1.93.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.93.
|
|
9
|
+
<version>1.93.2</version>
|
|
10
10
|
|
|
11
11
|
<documentation>Table-like controls, mainly for desktop scenarios.</documentation>
|
|
12
12
|
|
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.93.
|
|
38
|
+
* @version 1.93.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.93.
|
|
27
|
+
* @version 1.93.2
|
|
28
28
|
*
|
|
29
29
|
* @constructor
|
|
30
30
|
* @public
|
|
@@ -883,7 +883,7 @@ sap.ui.define([
|
|
|
883
883
|
* @class Extension for sap.ui.table.Table which handles ACC related things.
|
|
884
884
|
* @extends sap.ui.table.extensions.ExtensionBase
|
|
885
885
|
* @author SAP SE
|
|
886
|
-
* @version 1.93.
|
|
886
|
+
* @version 1.93.2
|
|
887
887
|
* @constructor
|
|
888
888
|
* @private
|
|
889
889
|
* @alias sap.ui.table.extensions.Accessibility
|
|
@@ -42,7 +42,7 @@ sap.ui.define([
|
|
|
42
42
|
* @class Extension for sap.ui.table.TableRenderer which handles ACC related things.
|
|
43
43
|
* @extends sap.ui.table.extensions.ExtensionBase
|
|
44
44
|
* @author SAP SE
|
|
45
|
-
* @version 1.93.
|
|
45
|
+
* @version 1.93.2
|
|
46
46
|
* @constructor
|
|
47
47
|
* @private
|
|
48
48
|
* @alias sap.ui.table.extensions.AccessibilityRender
|
|
@@ -260,7 +260,7 @@ sap.ui.define([
|
|
|
260
260
|
* @class Extension for sap.ui.table.Table which handles keyboard related things.
|
|
261
261
|
* @extends sap.ui.table.extensions.ExtensionBase
|
|
262
262
|
* @author SAP SE
|
|
263
|
-
* @version 1.93.
|
|
263
|
+
* @version 1.93.2
|
|
264
264
|
* @constructor
|
|
265
265
|
* @private
|
|
266
266
|
* @alias sap.ui.table.extensions.Keyboard
|
|
@@ -805,7 +805,7 @@ sap.ui.define([
|
|
|
805
805
|
* @class Extension for sap.ui.table.Table which handles mouse and touch related things.
|
|
806
806
|
* @extends sap.ui.table.extensions.ExtensionBase
|
|
807
807
|
* @author SAP SE
|
|
808
|
-
* @version 1.93.
|
|
808
|
+
* @version 1.93.2
|
|
809
809
|
* @constructor
|
|
810
810
|
* @private
|
|
811
811
|
* @alias sap.ui.table.extensions.Pointer
|
|
@@ -2163,7 +2163,7 @@ sap.ui.define([
|
|
|
2163
2163
|
* @class Extension for sap.ui.table.Table which handles scrolling.
|
|
2164
2164
|
* @extends sap.ui.table.extensions.ExtensionBase
|
|
2165
2165
|
* @author SAP SE
|
|
2166
|
-
* @version 1.93.
|
|
2166
|
+
* @version 1.93.2
|
|
2167
2167
|
* @constructor
|
|
2168
2168
|
* @private
|
|
2169
2169
|
* @alias sap.ui.table.extensions.Scrolling
|
|
@@ -142,7 +142,7 @@ sap.ui.define([
|
|
|
142
142
|
* @class Extension for sap.ui.table.Table that allows synchronization with a table.
|
|
143
143
|
* @extends sap.ui.table.extensions.ExtensionBase
|
|
144
144
|
* @author SAP SE
|
|
145
|
-
* @version 1.93.
|
|
145
|
+
* @version 1.93.2
|
|
146
146
|
* @constructor
|
|
147
147
|
* @private
|
|
148
148
|
* @alias sap.ui.table.extensions.Synchronization
|
|
@@ -17,7 +17,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
|
|
|
17
17
|
// delegate further initialization of this library to the Core
|
|
18
18
|
sap.ui.getCore().initLibrary({
|
|
19
19
|
name : "sap.ui.table",
|
|
20
|
-
version: "1.93.
|
|
20
|
+
version: "1.93.2",
|
|
21
21
|
dependencies : ["sap.ui.core","sap.ui.unified"],
|
|
22
22
|
designtime: "sap/ui/table/designtime/library.designtime",
|
|
23
23
|
types: [
|
|
@@ -74,7 +74,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
|
|
|
74
74
|
* @namespace
|
|
75
75
|
* @alias sap.ui.table
|
|
76
76
|
* @author SAP SE
|
|
77
|
-
* @version 1.93.
|
|
77
|
+
* @version 1.93.2
|
|
78
78
|
* @since 0.8
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
@@ -83,7 +83,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
|
|
|
83
83
|
/**
|
|
84
84
|
* Navigation mode of the table
|
|
85
85
|
*
|
|
86
|
-
* @version 1.93.
|
|
86
|
+
* @version 1.93.2
|
|
87
87
|
* @enum {string}
|
|
88
88
|
* @public
|
|
89
89
|
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
@@ -111,7 +111,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
|
|
|
111
111
|
/**
|
|
112
112
|
* Row Action types.
|
|
113
113
|
*
|
|
114
|
-
* @version 1.93.
|
|
114
|
+
* @version 1.93.2
|
|
115
115
|
* @enum {string}
|
|
116
116
|
* @public
|
|
117
117
|
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
@@ -142,7 +142,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
|
|
|
142
142
|
/**
|
|
143
143
|
* Selection behavior of the table
|
|
144
144
|
*
|
|
145
|
-
* @version 1.93.
|
|
145
|
+
* @version 1.93.2
|
|
146
146
|
* @enum {string}
|
|
147
147
|
* @public
|
|
148
148
|
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
@@ -173,7 +173,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
|
|
|
173
173
|
/**
|
|
174
174
|
* Selection mode of the table
|
|
175
175
|
*
|
|
176
|
-
* @version 1.93.
|
|
176
|
+
* @version 1.93.2
|
|
177
177
|
* @enum {string}
|
|
178
178
|
* @public
|
|
179
179
|
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
@@ -211,7 +211,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
|
|
|
211
211
|
/**
|
|
212
212
|
* Sort order of a column
|
|
213
213
|
*
|
|
214
|
-
* @version 1.93.
|
|
214
|
+
* @version 1.93.2
|
|
215
215
|
* @enum {string}
|
|
216
216
|
* @public
|
|
217
217
|
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
@@ -236,7 +236,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
|
|
|
236
236
|
/**
|
|
237
237
|
* VisibleRowCountMode of the table
|
|
238
238
|
*
|
|
239
|
-
* @version 1.93.
|
|
239
|
+
* @version 1.93.2
|
|
240
240
|
* @enum {string}
|
|
241
241
|
* @public
|
|
242
242
|
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
@@ -268,7 +268,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
|
|
|
268
268
|
*
|
|
269
269
|
* Contains IDs of shared DOM references, which should be accessible to inheriting controls via getDomRef() function.
|
|
270
270
|
*
|
|
271
|
-
* @version 1.93.
|
|
271
|
+
* @version 1.93.2
|
|
272
272
|
* @enum {string}
|
|
273
273
|
* @public
|
|
274
274
|
*/
|
|
@@ -366,7 +366,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
|
|
|
366
366
|
*
|
|
367
367
|
* This is an alias for {@link sap.ui.model.TreeAutoExpandMode} and kept for compatibility reasons.
|
|
368
368
|
*
|
|
369
|
-
* @version 1.93.
|
|
369
|
+
* @version 1.93.2
|
|
370
370
|
* @typedef {sap.ui.model.TreeAutoExpandMode}
|
|
371
371
|
* @public
|
|
372
372
|
*/
|
|
@@ -22,7 +22,7 @@ sap.ui.define([
|
|
|
22
22
|
*
|
|
23
23
|
* @class Implements the selection methods for TreeTable and AnalyticalTable
|
|
24
24
|
* @extends sap.ui.table.plugins.SelectionPlugin
|
|
25
|
-
* @version 1.93.
|
|
25
|
+
* @version 1.93.2
|
|
26
26
|
* @constructor
|
|
27
27
|
* @private
|
|
28
28
|
* @alias sap.ui.table.plugins.BindingSelection
|
|
@@ -32,7 +32,7 @@ sap.ui.define([
|
|
|
32
32
|
* @class TODO (don't forget to document fixed row count restrictions because fixed rows are set by this plugin)
|
|
33
33
|
* @extends sap.ui.table.plugins.PluginBase
|
|
34
34
|
* @author SAP SE
|
|
35
|
-
* @version 1.93.
|
|
35
|
+
* @version 1.93.2
|
|
36
36
|
* @private
|
|
37
37
|
* @since 1.76
|
|
38
38
|
* @experimental
|
|
@@ -35,7 +35,7 @@ sap.ui.define([
|
|
|
35
35
|
* @ui5-restricted sap.ui.mdc
|
|
36
36
|
*
|
|
37
37
|
* @author SAP SE
|
|
38
|
-
* @version 1.93.
|
|
38
|
+
* @version 1.93.2
|
|
39
39
|
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
40
40
|
*/
|
|
41
41
|
var AutoRowMode = RowMode.extend("sap.ui.table.rowmodes.AutoRowMode", /** @lends sap.ui.table.rowmodes.AutoRowMode.prototype */ {
|
|
@@ -36,7 +36,7 @@ sap.ui.define([
|
|
|
36
36
|
* @ui5-restricted sap.ui.mdc
|
|
37
37
|
*
|
|
38
38
|
* @author SAP SE
|
|
39
|
-
* @version 1.93.
|
|
39
|
+
* @version 1.93.2
|
|
40
40
|
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
41
41
|
*/
|
|
42
42
|
var RowMode = Element.extend("sap.ui.table.rowmodes.RowMode", /** @lends sap.ui.table.rowmodes.RowMode.prototype */ {
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
/* Base theme */
|
|
4
4
|
/* ========================== */
|
|
5
5
|
|
|
6
|
-
@_sap_ui_table_Cell_FocusOutlineOffset:
|
|
7
|
-
@_sap_ui_table_Cell_FocusOutlineOffsetInZoomedChrome: -
|
|
6
|
+
@_sap_ui_table_Cell_FocusOutlineOffset: -@sapUiContentFocusWidth;
|
|
7
|
+
@_sap_ui_table_Cell_FocusOutlineOffsetInZoomedChrome: calc(-@sapUiContentFocusWidth ~"- 0.0625rem");
|
|
8
8
|
@_sap_ui_table_Cell_Padding: 0 0.5rem;
|
|
9
9
|
@_sap_ui_table_Cell_TouchMenuIconSize: 1.375rem;
|
|
10
10
|
@_sap_ui_table_Cell_ColumnIconSize: 0.75rem;
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
position: absolute;
|
|
25
25
|
inset: 0;
|
|
26
26
|
pointer-events: none;
|
|
27
|
-
outline: @_sap_ui_table_FocusOutlineWidth
|
|
27
|
+
outline: @_sap_ui_table_FocusOutlineWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
28
28
|
outline-offset: @_sap_ui_table_Cell_FocusOutlineOffset;
|
|
29
29
|
|
|
30
30
|
.sapUiTableZoomout & {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
&:focus {
|
|
32
|
-
outline: @_sap_ui_table_Grouping_GroupOutlineWidth
|
|
32
|
+
outline: @_sap_ui_table_Grouping_GroupOutlineWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
33
33
|
outline-offset: -2px;
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
position: absolute;
|
|
43
43
|
left: 1px;
|
|
44
44
|
top: @_sap_ui_table_Grouping_GroupOutlineWidth;
|
|
45
|
-
bottom:
|
|
45
|
+
bottom: @_sap_ui_table_Grouping_GroupOutlineWidth;
|
|
46
46
|
white-space: nowrap;
|
|
47
47
|
font-weight: normal;
|
|
48
48
|
color: @sapUiListTextColor;
|
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
text-align: center;
|
|
81
81
|
vertical-align: middle;
|
|
82
82
|
margin-left: -2px;
|
|
83
|
+
margin-right: 2px;
|
|
83
84
|
}
|
|
84
85
|
|
|
85
86
|
.sapUiSizeCozy .sapUiTableGroupIcon::before {
|
|
@@ -121,11 +122,21 @@ html[dir=rtl] {
|
|
|
121
122
|
|
|
122
123
|
.sapUiTableGroupHeaderRow > .sapUiTableRowSelectionCell:focus .sapUiTableGroupIcon {
|
|
123
124
|
outline-width: @_sap_ui_table_Grouping_GroupOutlineWidth;
|
|
124
|
-
outline-style:
|
|
125
|
+
outline-style: @sapUiContentFocusStyle;
|
|
125
126
|
outline-offset: 0;
|
|
126
127
|
outline-color: @sapUiContentFocusColor;
|
|
127
128
|
}
|
|
128
129
|
|
|
130
|
+
.sapUiTableGroupHeaderRow > .sapUiTableRowSelectionCell:focus::before {
|
|
131
|
+
outline: none;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.sapUiTableGroupHeaderRow > .sapUiTableCell.sapUiTableCellFirst:focus::before,
|
|
135
|
+
.sapUiTableGroupMode .sapUiTableRowIndented > .sapUiTableCell.sapUiTableCellFirst:focus::before {
|
|
136
|
+
z-index: 2;
|
|
137
|
+
left: var(--CalculatedGroupIndent, 0);
|
|
138
|
+
}
|
|
139
|
+
|
|
129
140
|
// Override row background and cell borders in group header rows.
|
|
130
141
|
.sapUiTableGroupHeaderRow {
|
|
131
142
|
&.sapUiTableRow {
|
|
@@ -181,6 +192,10 @@ html[dir=rtl] {
|
|
|
181
192
|
pointer-events: none;
|
|
182
193
|
}
|
|
183
194
|
|
|
195
|
+
.sapUiTableRowHidden > .sapUiTableCell > .sapUiTableGroupShield {
|
|
196
|
+
display: block;
|
|
197
|
+
}
|
|
198
|
+
|
|
184
199
|
.sapUiTableGroupHeaderRow > .sapUiTableRowSelectionCell:focus {
|
|
185
200
|
outline: 0;
|
|
186
201
|
}
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
.sapUiTableCtrlEmpty:focus,
|
|
184
184
|
.sapUiTableCnt > .sapUiLocalBusyIndicator:focus {
|
|
185
185
|
outline-width: @_sap_ui_table_FocusOutlineWidth;
|
|
186
|
-
outline-style:
|
|
186
|
+
outline-style: @sapUiContentFocusStyle;
|
|
187
187
|
outline-offset: -3px;
|
|
188
188
|
outline-color: @sapUiContentFocusColor;
|
|
189
189
|
}
|
|
@@ -45,7 +45,8 @@
|
|
|
45
45
|
@_sap_ui_table_DeleteIcon: sys-cancel;
|
|
46
46
|
@_sap_ui_table_ClearSelectionIcon: clear-all;
|
|
47
47
|
|
|
48
|
-
|
|
48
|
+
/*TBD: Table specific parameter should be removed and replaced with sapUiContentFocusWidth*/
|
|
49
|
+
@_sap_ui_table_FocusOutlineWidth: @sapUiContentFocusWidth;
|
|
49
50
|
|
|
50
51
|
@import "Table.less";
|
|
51
52
|
@import "Row.less";
|
|
@@ -14,7 +14,7 @@ sap.ui.define([], function() {
|
|
|
14
14
|
* Note: Do not access the functions of this helper directly, but via <code>sap.ui.table.utils.TableUtils.Binding...</code>
|
|
15
15
|
*
|
|
16
16
|
* @author SAP SE
|
|
17
|
-
* @version 1.93.
|
|
17
|
+
* @version 1.93.2
|
|
18
18
|
* @namespace
|
|
19
19
|
* @alias sap.ui.table.utils._BindingUtils
|
|
20
20
|
* @private
|
|
@@ -18,7 +18,7 @@ sap.ui.define([
|
|
|
18
18
|
* Note: Do not access the functions of this helper directly, but via <code>sap.ui.table.utils.TableUtils.Column...</code>
|
|
19
19
|
*
|
|
20
20
|
* @author SAP SE
|
|
21
|
-
* @version 1.93.
|
|
21
|
+
* @version 1.93.2
|
|
22
22
|
* @namespace
|
|
23
23
|
* @alias sap.ui.table.utils._ColumnUtils
|
|
24
24
|
* @private
|
|
@@ -23,7 +23,7 @@ sap.ui.define([
|
|
|
23
23
|
* Note: Do not access the functions of this helper directly, but via <code>sap.ui.table.utils.TableUtils.Grouping...</code>
|
|
24
24
|
*
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.93.
|
|
26
|
+
* @version 1.93.2
|
|
27
27
|
* @namespace
|
|
28
28
|
* @alias sap.ui.table.utils._GroupingUtils
|
|
29
29
|
* @private
|
|
@@ -273,12 +273,14 @@ sap.ui.define([
|
|
|
273
273
|
$RowHdr.css(bRTL ? "right" : "left", "");
|
|
274
274
|
$Shield.css("width", "").css(bRTL ? "margin-right" : "margin-left", "");
|
|
275
275
|
$FirstCellContentInRow.css(bRTL ? "padding-right" : "padding-left", "");
|
|
276
|
+
$Row.css("--CalculatedGroupIndent", "0");
|
|
276
277
|
} else {
|
|
277
278
|
// Apply indent on table row
|
|
278
279
|
$RowHdr.css(bRTL ? "right" : "left", iIndent + "px");
|
|
279
280
|
$Shield.css("width", iIndent + "px").css(bRTL ? "margin-right" : "margin-left", ((-1) * iIndent) + "px");
|
|
280
281
|
$FirstCellContentInRow.css(bRTL ? "padding-right" : "padding-left",
|
|
281
282
|
(iIndent + 8/* +8px standard padding .sapUiTableCellInner */) + "px");
|
|
283
|
+
$Row.css("--CalculatedGroupIndent", iIndent + "px");
|
|
282
284
|
}
|
|
283
285
|
},
|
|
284
286
|
|
|
@@ -22,7 +22,7 @@ sap.ui.define(["sap/ui/base/DataType", "sap/base/Log"], function(DataType, Log)
|
|
|
22
22
|
* - There is no concept for public or protected hooks. Never expose a hook directly, only indirectly as can be seen in the examples.
|
|
23
23
|
*
|
|
24
24
|
* @author SAP SE
|
|
25
|
-
* @version 1.93.
|
|
25
|
+
* @version 1.93.2
|
|
26
26
|
* @namespace
|
|
27
27
|
* @alias sap.ui.table.utils._HookUtils
|
|
28
28
|
*
|
|
@@ -42,7 +42,7 @@ sap.ui.define([
|
|
|
42
42
|
* Note: Do not access the functions of this helper directly, but via <code>sap.ui.table.utils.TableUtils.Menu...</code>
|
|
43
43
|
*
|
|
44
44
|
* @author SAP SE
|
|
45
|
-
* @version 1.93.
|
|
45
|
+
* @version 1.93.2
|
|
46
46
|
* @namespace
|
|
47
47
|
* @alias sap.ui.table.utils._MenuUtils
|
|
48
48
|
* @private
|