@openui5/sap.ui.table 1.60.38 → 1.60.40
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/LICENSE.txt +1 -1
- package/package.json +3 -3
- package/pom.xml +1 -1
- package/src/sap/ui/table/.library +2 -2
- package/src/sap/ui/table/AnalyticalColumn.js +2 -2
- package/src/sap/ui/table/AnalyticalColumnMenu.js +2 -2
- package/src/sap/ui/table/AnalyticalColumnMenuRenderer.js +1 -1
- package/src/sap/ui/table/AnalyticalTable.js +2 -2
- package/src/sap/ui/table/AnalyticalTableRenderer.js +1 -1
- package/src/sap/ui/table/Column.js +2 -2
- package/src/sap/ui/table/ColumnMenu.js +2 -2
- package/src/sap/ui/table/ColumnMenuRenderer.js +1 -1
- package/src/sap/ui/table/Row.js +2 -2
- package/src/sap/ui/table/RowAction.js +2 -2
- package/src/sap/ui/table/RowActionItem.js +2 -2
- package/src/sap/ui/table/RowActionRenderer.js +1 -1
- package/src/sap/ui/table/RowSettings.js +2 -2
- package/src/sap/ui/table/Table.js +2 -2
- package/src/sap/ui/table/TableAccExtension.js +2 -2
- package/src/sap/ui/table/TableAccRenderExtension.js +2 -2
- package/src/sap/ui/table/TableBindingUtils.js +2 -2
- package/src/sap/ui/table/TableColumnUtils.js +2 -2
- package/src/sap/ui/table/TableDragAndDropExtension.js +2 -2
- package/src/sap/ui/table/TableExtension.js +2 -2
- package/src/sap/ui/table/TableGrouping.js +2 -2
- package/src/sap/ui/table/TableKeyboardDelegate2.js +2 -2
- package/src/sap/ui/table/TableKeyboardExtension.js +2 -2
- package/src/sap/ui/table/TableMenuUtils.js +2 -2
- package/src/sap/ui/table/TablePersoController.js +2 -2
- package/src/sap/ui/table/TablePointerExtension.js +2 -2
- package/src/sap/ui/table/TableRenderer.js +1 -1
- package/src/sap/ui/table/TableRendererUtils.js +2 -2
- package/src/sap/ui/table/TableScrollExtension.js +2 -2
- package/src/sap/ui/table/TableSyncExtension.js +2 -2
- package/src/sap/ui/table/TableUtils.js +2 -2
- package/src/sap/ui/table/TreeTable.js +2 -2
- package/src/sap/ui/table/TreeTableRenderer.js +1 -1
- package/src/sap/ui/table/designtime/AnalyticalTable.designtime.js +1 -1
- package/src/sap/ui/table/designtime/Table.designtime.js +1 -1
- package/src/sap/ui/table/designtime/library.designtime.js +1 -1
- package/src/sap/ui/table/library.js +11 -11
- package/src/sap/ui/table/library.support.js +1 -1
- package/src/sap/ui/table/rules/TableHelper.support.js +1 -1
- package/src/sap/ui/table/themes/base/library.source.less +1 -1
- package/src/sap/ui/table/themes/sap_hcb/library.source.less +1 -1
package/LICENSE.txt
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.table",
|
|
3
|
-
"version": "1.60.
|
|
3
|
+
"version": "1.60.40",
|
|
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.60.
|
|
18
|
-
"@openui5/sap.ui.unified": "1.60.
|
|
17
|
+
"@openui5/sap.ui.core": "1.60.40",
|
|
18
|
+
"@openui5/sap.ui.unified": "1.60.40"
|
|
19
19
|
}
|
|
20
20
|
}
|
package/pom.xml
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<name>sap.ui.table</name>
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
6
|
<copyright>UI development toolkit for HTML5 (OpenUI5)
|
|
7
|
-
* (c) Copyright 2009-
|
|
7
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.60.
|
|
9
|
+
<version>1.60.40</version>
|
|
10
10
|
|
|
11
11
|
<documentation>Table-like controls, mainly for desktop scenarios.</documentation>
|
|
12
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -46,7 +46,7 @@ sap.ui.define([
|
|
|
46
46
|
* @extends sap.ui.table.Column
|
|
47
47
|
*
|
|
48
48
|
* @author SAP SE
|
|
49
|
-
* @version 1.60.
|
|
49
|
+
* @version 1.60.40
|
|
50
50
|
*
|
|
51
51
|
* @constructor
|
|
52
52
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -23,7 +23,7 @@ sap.ui.define(['./ColumnMenu', './library', "sap/ui/thirdparty/jquery"],
|
|
|
23
23
|
* @extends sap.ui.table.ColumnMenu
|
|
24
24
|
*
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.60.
|
|
26
|
+
* @version 1.60.40
|
|
27
27
|
*
|
|
28
28
|
* @constructor
|
|
29
29
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -55,7 +55,7 @@ sap.ui.define([
|
|
|
55
55
|
* @see http://scn.sap.com/docs/DOC-44986
|
|
56
56
|
*
|
|
57
57
|
* @extends sap.ui.table.Table
|
|
58
|
-
* @version 1.60.
|
|
58
|
+
* @version 1.60.40
|
|
59
59
|
*
|
|
60
60
|
* @constructor
|
|
61
61
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -57,7 +57,7 @@ function(
|
|
|
57
57
|
* @class
|
|
58
58
|
* The column allows you to define column specific properties that will be applied when rendering the table.
|
|
59
59
|
* @extends sap.ui.core.Element
|
|
60
|
-
* @version 1.60.
|
|
60
|
+
* @version 1.60.40
|
|
61
61
|
*
|
|
62
62
|
* @constructor
|
|
63
63
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -32,7 +32,7 @@ sap.ui.define([
|
|
|
32
32
|
* @class
|
|
33
33
|
* The column menu provides all common actions that can be performed on a column.
|
|
34
34
|
* @extends sap.ui.unified.Menu
|
|
35
|
-
* @version 1.60.
|
|
35
|
+
* @version 1.60.40
|
|
36
36
|
*
|
|
37
37
|
* @constructor
|
|
38
38
|
* @public
|
package/src/sap/ui/table/Row.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -19,7 +19,7 @@ sap.ui.define(['sap/ui/core/Element', 'sap/ui/model/Context', './TableUtils', "s
|
|
|
19
19
|
* @class
|
|
20
20
|
* The row.
|
|
21
21
|
* @extends sap.ui.core.Element
|
|
22
|
-
* @version 1.60.
|
|
22
|
+
* @version 1.60.40
|
|
23
23
|
*
|
|
24
24
|
* @constructor
|
|
25
25
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -40,7 +40,7 @@ function(
|
|
|
40
40
|
* If more action items are available as the available space allows to display an overflow mechanism is provided.
|
|
41
41
|
* This control must only be used in the context of the <code>sap.ui.table.Table</code> control to define row actions.
|
|
42
42
|
* @extends sap.ui.core.Control
|
|
43
|
-
* @version 1.60.
|
|
43
|
+
* @version 1.60.40
|
|
44
44
|
*
|
|
45
45
|
* @constructor
|
|
46
46
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -25,7 +25,7 @@ sap.ui.define(['sap/ui/core/Element', './library', 'sap/ui/unified/MenuItem', "s
|
|
|
25
25
|
* @extends sap.ui.core.Element
|
|
26
26
|
*
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.60.
|
|
28
|
+
* @version 1.60.40
|
|
29
29
|
* @since 1.45.0
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -23,7 +23,7 @@ sap.ui.define([
|
|
|
23
23
|
* The <code>RowSettings</code> control allows you to configure a row.
|
|
24
24
|
* You can only use this control in the context of the <code>sap.ui.table.Table</code> control to define row settings.
|
|
25
25
|
* @extends sap.ui.core.Element
|
|
26
|
-
* @version 1.60.
|
|
26
|
+
* @version 1.60.40
|
|
27
27
|
*
|
|
28
28
|
* @constructor
|
|
29
29
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -93,7 +93,7 @@ sap.ui.define([
|
|
|
93
93
|
* the data model and binding being used.
|
|
94
94
|
* </p>
|
|
95
95
|
* @extends sap.ui.core.Control
|
|
96
|
-
* @version 1.60.
|
|
96
|
+
* @version 1.60.40
|
|
97
97
|
*
|
|
98
98
|
* @constructor
|
|
99
99
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -875,7 +875,7 @@ sap.ui.define([
|
|
|
875
875
|
* @class Extension for sap.ui.table.Table which handles ACC related things.
|
|
876
876
|
* @extends sap.ui.table.TableExtension
|
|
877
877
|
* @author SAP SE
|
|
878
|
-
* @version 1.60.
|
|
878
|
+
* @version 1.60.40
|
|
879
879
|
* @constructor
|
|
880
880
|
* @private
|
|
881
881
|
* @alias sap.ui.table.TableAccExtension
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -39,7 +39,7 @@ sap.ui.define(["./TableExtension", "./TableUtils", "./library"], function(TableE
|
|
|
39
39
|
* @class Extension for sap.ui.table.TableRenderer which handles ACC related things.
|
|
40
40
|
* @extends sap.ui.table.TableExtension
|
|
41
41
|
* @author SAP SE
|
|
42
|
-
* @version 1.60.
|
|
42
|
+
* @version 1.60.40
|
|
43
43
|
* @constructor
|
|
44
44
|
* @private
|
|
45
45
|
* @alias sap.ui.table.TableAccRenderExtension
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -14,7 +14,7 @@ sap.ui.define([], function() {
|
|
|
14
14
|
* Note: Do not access the function of this helper directly but via <code>sap.ui.table.TableUtils.Binding...</code>
|
|
15
15
|
*
|
|
16
16
|
* @author SAP SE
|
|
17
|
-
* @version 1.60.
|
|
17
|
+
* @version 1.60.40
|
|
18
18
|
* @namespace
|
|
19
19
|
* @alias sap.ui.table.TableBindingUtils
|
|
20
20
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -15,7 +15,7 @@ sap.ui.define(['sap/ui/Device', './library', "sap/base/Log"],
|
|
|
15
15
|
* Note: Do not access the function of this helper directly but via <code>sap.ui.table.TableUtils.Column...</code>
|
|
16
16
|
*
|
|
17
17
|
* @author SAP SE
|
|
18
|
-
* @version 1.60.
|
|
18
|
+
* @version 1.60.40
|
|
19
19
|
* @namespace
|
|
20
20
|
* @alias sap.ui.table.TableColumnUtils
|
|
21
21
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -252,7 +252,7 @@ sap.ui.define([
|
|
|
252
252
|
*
|
|
253
253
|
* @extends sap.ui.table.TableExtension
|
|
254
254
|
* @author SAP SE
|
|
255
|
-
* @version 1.60.
|
|
255
|
+
* @version 1.60.40
|
|
256
256
|
* @constructor
|
|
257
257
|
* @private
|
|
258
258
|
* @alias sap.ui.table.TableDragAndDropExtension
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.60.
|
|
22
|
+
* @version 1.60.40
|
|
23
23
|
* @constructor
|
|
24
24
|
* @private
|
|
25
25
|
* @alias sap.ui.table.TableExtension
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
* Note: Do not access the function of this helper directly but via <code>sap.ui.table.TableUtils.Grouping...</code>
|
|
22
22
|
*
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.60.
|
|
24
|
+
* @version 1.60.40
|
|
25
25
|
* @namespace
|
|
26
26
|
* @alias sap.ui.table.TableGrouping
|
|
27
27
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -67,7 +67,7 @@ sap.ui.define([
|
|
|
67
67
|
*
|
|
68
68
|
* @extends sap.ui.base.Object
|
|
69
69
|
* @author SAP SE
|
|
70
|
-
* @version 1.60.
|
|
70
|
+
* @version 1.60.40
|
|
71
71
|
* @constructor
|
|
72
72
|
* @private
|
|
73
73
|
* @alias sap.ui.table.TableKeyboardDelegate2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -251,7 +251,7 @@ sap.ui.define([
|
|
|
251
251
|
* @class Extension for sap.ui.table.Table which handles keyboard related things.
|
|
252
252
|
* @extends sap.ui.table.TableExtension
|
|
253
253
|
* @author SAP SE
|
|
254
|
-
* @version 1.60.
|
|
254
|
+
* @version 1.60.40
|
|
255
255
|
* @constructor
|
|
256
256
|
* @private
|
|
257
257
|
* @alias sap.ui.table.TableKeyboardExtension
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -24,7 +24,7 @@ sap.ui.define([
|
|
|
24
24
|
* Note: Do not access the function of this helper directly but via <code>sap.ui.table.TableUtils.Menu...</code>
|
|
25
25
|
*
|
|
26
26
|
* @author SAP SE
|
|
27
|
-
* @version 1.60.
|
|
27
|
+
* @version 1.60.40
|
|
28
28
|
* @namespace
|
|
29
29
|
* @alias sap.ui.table.TableMenuUtils
|
|
30
30
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -27,7 +27,7 @@ sap.ui.define([
|
|
|
27
27
|
* @extends sap.ui.base.ManagedObject
|
|
28
28
|
*
|
|
29
29
|
* @author SAP SE
|
|
30
|
-
* @version 1.60.
|
|
30
|
+
* @version 1.60.40
|
|
31
31
|
* @since 1.21.1
|
|
32
32
|
*
|
|
33
33
|
* @constructor
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -932,7 +932,7 @@ sap.ui.define([
|
|
|
932
932
|
* @class Extension for sap.ui.table.Table which handles mouse and touch related things.
|
|
933
933
|
* @extends sap.ui.table.TableExtension
|
|
934
934
|
* @author SAP SE
|
|
935
|
-
* @version 1.60.
|
|
935
|
+
* @version 1.60.40
|
|
936
936
|
* @constructor
|
|
937
937
|
* @private
|
|
938
938
|
* @alias sap.ui.table.TablePointerExtension
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -15,7 +15,7 @@ sap.ui.define(['sap/ui/core/Control'],
|
|
|
15
15
|
* Static collection of utility functions related to the sap.ui.table.TableRenderer
|
|
16
16
|
*
|
|
17
17
|
* @author SAP SE
|
|
18
|
-
* @version 1.60.
|
|
18
|
+
* @version 1.60.40
|
|
19
19
|
* @namespace
|
|
20
20
|
* @alias sap.ui.table.TableRendererUtils
|
|
21
21
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -951,7 +951,7 @@ sap.ui.define([
|
|
|
951
951
|
* @class Extension for sap.ui.table.Table which handles scrolling.
|
|
952
952
|
* @extends sap.ui.table.TableExtension
|
|
953
953
|
* @author SAP SE
|
|
954
|
-
* @version 1.60.
|
|
954
|
+
* @version 1.60.40
|
|
955
955
|
* @constructor
|
|
956
956
|
* @private
|
|
957
957
|
* @alias sap.ui.table.TableScrollExtension
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -127,7 +127,7 @@ sap.ui.define([
|
|
|
127
127
|
* @class Extension for sap.ui.table.Table that allows synchronization with a table.
|
|
128
128
|
* @extends sap.ui.table.TableExtension
|
|
129
129
|
* @author SAP SE
|
|
130
|
-
* @version 1.60.
|
|
130
|
+
* @version 1.60.40
|
|
131
131
|
* @constructor
|
|
132
132
|
* @private
|
|
133
133
|
* @alias sap.ui.table.TableSyncExtension
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -173,7 +173,7 @@ sap.ui.define([
|
|
|
173
173
|
* Static collection of utility functions related to the sap.ui.table.Table, ...
|
|
174
174
|
*
|
|
175
175
|
* @author SAP SE
|
|
176
|
-
* @version 1.60.
|
|
176
|
+
* @version 1.60.40
|
|
177
177
|
* @namespace
|
|
178
178
|
* @alias sap.ui.table.TableUtils
|
|
179
179
|
* @private
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -39,7 +39,7 @@ sap.ui.define([
|
|
|
39
39
|
* @class
|
|
40
40
|
* The TreeTable control provides a comprehensive set of features to display hierarchical data.
|
|
41
41
|
* @extends sap.ui.table.Table
|
|
42
|
-
* @version 1.60.
|
|
42
|
+
* @version 1.60.40
|
|
43
43
|
*
|
|
44
44
|
* @constructor
|
|
45
45
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* UI development toolkit for HTML5 (OpenUI5)
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -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.60.
|
|
20
|
+
version: "1.60.40",
|
|
21
21
|
dependencies : ["sap.ui.core","sap.ui.unified"],
|
|
22
22
|
designtime: "sap/ui/table/designtime/library.designtime",
|
|
23
23
|
types: [
|
|
@@ -71,7 +71,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
|
|
|
71
71
|
* @namespace
|
|
72
72
|
* @alias sap.ui.table
|
|
73
73
|
* @author SAP SE
|
|
74
|
-
* @version 1.60.
|
|
74
|
+
* @version 1.60.40
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
var thisLib = sap.ui.table;
|
|
@@ -79,7 +79,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
|
|
|
79
79
|
/**
|
|
80
80
|
* Navigation mode of the table
|
|
81
81
|
*
|
|
82
|
-
* @version 1.60.
|
|
82
|
+
* @version 1.60.40
|
|
83
83
|
* @enum {string}
|
|
84
84
|
* @public
|
|
85
85
|
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
@@ -107,7 +107,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
|
|
|
107
107
|
/**
|
|
108
108
|
* Row Action types.
|
|
109
109
|
*
|
|
110
|
-
* @version 1.60.
|
|
110
|
+
* @version 1.60.40
|
|
111
111
|
* @enum {string}
|
|
112
112
|
* @public
|
|
113
113
|
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
@@ -138,7 +138,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
|
|
|
138
138
|
/**
|
|
139
139
|
* Selection behavior of the table
|
|
140
140
|
*
|
|
141
|
-
* @version 1.60.
|
|
141
|
+
* @version 1.60.40
|
|
142
142
|
* @enum {string}
|
|
143
143
|
* @public
|
|
144
144
|
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
@@ -169,7 +169,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
|
|
|
169
169
|
/**
|
|
170
170
|
* Selection mode of the table
|
|
171
171
|
*
|
|
172
|
-
* @version 1.60.
|
|
172
|
+
* @version 1.60.40
|
|
173
173
|
* @enum {string}
|
|
174
174
|
* @public
|
|
175
175
|
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
@@ -207,7 +207,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
|
|
|
207
207
|
/**
|
|
208
208
|
* Sort order of a column
|
|
209
209
|
*
|
|
210
|
-
* @version 1.60.
|
|
210
|
+
* @version 1.60.40
|
|
211
211
|
* @enum {string}
|
|
212
212
|
* @public
|
|
213
213
|
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
@@ -232,7 +232,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
|
|
|
232
232
|
/**
|
|
233
233
|
* VisibleRowCountMode of the table
|
|
234
234
|
*
|
|
235
|
-
* @version 1.60.
|
|
235
|
+
* @version 1.60.40
|
|
236
236
|
* @enum {string}
|
|
237
237
|
* @public
|
|
238
238
|
* @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
|
|
@@ -264,7 +264,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
|
|
|
264
264
|
*
|
|
265
265
|
* Contains IDs of shared DOM references, which should be accessible to inheriting controls via getDomRef() function.
|
|
266
266
|
*
|
|
267
|
-
* @version 1.60.
|
|
267
|
+
* @version 1.60.40
|
|
268
268
|
* @enum {string}
|
|
269
269
|
* @public
|
|
270
270
|
*/
|
|
@@ -334,7 +334,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
|
|
|
334
334
|
/**
|
|
335
335
|
* Different modes for setting the auto expand mode on tree or analytical bindings.
|
|
336
336
|
*
|
|
337
|
-
* @version 1.60.
|
|
337
|
+
* @version 1.60.40
|
|
338
338
|
* @enum {string}
|
|
339
339
|
* @public
|
|
340
340
|
* @borrows sap.ui.model.TreeAutoExpandMode.Sequential as Sequential
|