@openui5/sap.ui.table 1.60.37 → 1.60.41

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 (46) hide show
  1. package/LICENSE.txt +1 -1
  2. package/package.json +3 -3
  3. package/pom.xml +1 -1
  4. package/src/sap/ui/table/.library +2 -2
  5. package/src/sap/ui/table/AnalyticalColumn.js +2 -2
  6. package/src/sap/ui/table/AnalyticalColumnMenu.js +2 -2
  7. package/src/sap/ui/table/AnalyticalColumnMenuRenderer.js +1 -1
  8. package/src/sap/ui/table/AnalyticalTable.js +2 -2
  9. package/src/sap/ui/table/AnalyticalTableRenderer.js +1 -1
  10. package/src/sap/ui/table/Column.js +2 -2
  11. package/src/sap/ui/table/ColumnMenu.js +2 -2
  12. package/src/sap/ui/table/ColumnMenuRenderer.js +1 -1
  13. package/src/sap/ui/table/Row.js +2 -2
  14. package/src/sap/ui/table/RowAction.js +2 -2
  15. package/src/sap/ui/table/RowActionItem.js +2 -2
  16. package/src/sap/ui/table/RowActionRenderer.js +1 -1
  17. package/src/sap/ui/table/RowSettings.js +2 -2
  18. package/src/sap/ui/table/Table.js +2 -2
  19. package/src/sap/ui/table/TableAccExtension.js +2 -2
  20. package/src/sap/ui/table/TableAccRenderExtension.js +2 -2
  21. package/src/sap/ui/table/TableBindingUtils.js +2 -2
  22. package/src/sap/ui/table/TableColumnUtils.js +2 -2
  23. package/src/sap/ui/table/TableDragAndDropExtension.js +2 -2
  24. package/src/sap/ui/table/TableExtension.js +2 -2
  25. package/src/sap/ui/table/TableGrouping.js +2 -2
  26. package/src/sap/ui/table/TableKeyboardDelegate2.js +2 -2
  27. package/src/sap/ui/table/TableKeyboardExtension.js +2 -2
  28. package/src/sap/ui/table/TableMenuUtils.js +2 -2
  29. package/src/sap/ui/table/TablePersoController.js +2 -2
  30. package/src/sap/ui/table/TablePointerExtension.js +2 -2
  31. package/src/sap/ui/table/TableRenderer.js +1 -1
  32. package/src/sap/ui/table/TableRendererUtils.js +2 -2
  33. package/src/sap/ui/table/TableScrollExtension.js +2 -2
  34. package/src/sap/ui/table/TableSyncExtension.js +2 -2
  35. package/src/sap/ui/table/TableUtils.js +2 -2
  36. package/src/sap/ui/table/TreeTable.js +2 -2
  37. package/src/sap/ui/table/TreeTableRenderer.js +1 -1
  38. package/src/sap/ui/table/designtime/AnalyticalTable.designtime.js +1 -1
  39. package/src/sap/ui/table/designtime/Table.designtime.js +1 -1
  40. package/src/sap/ui/table/designtime/library.designtime.js +1 -1
  41. package/src/sap/ui/table/library.js +11 -11
  42. package/src/sap/ui/table/library.support.js +1 -1
  43. package/src/sap/ui/table/messagebundle_de.properties +1 -1
  44. package/src/sap/ui/table/rules/TableHelper.support.js +1 -1
  45. package/src/sap/ui/table/themes/base/library.source.less +1 -1
  46. package/src/sap/ui/table/themes/sap_hcb/library.source.less +1 -1
package/LICENSE.txt CHANGED
@@ -576,7 +576,7 @@ License: MIT License
576
576
  <copyright holders> = Bjarke Walling
577
577
  <year> = 2014
578
578
 
579
- Component: URI.js 1.19.6
579
+ Component: URI.js 1.19.10
580
580
  Licensor: Rodney Rehm
581
581
  Website: http://github.com/medialize/URI.js/
582
582
  License: MIT License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.table",
3
- "version": "1.60.37",
3
+ "version": "1.60.41",
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.37",
18
- "@openui5/sap.ui.unified": "1.60.37"
17
+ "@openui5/sap.ui.core": "1.60.41",
18
+ "@openui5/sap.ui.unified": "1.60.41"
19
19
  }
20
20
  }
package/pom.xml CHANGED
@@ -16,7 +16,7 @@
16
16
  <parent>
17
17
  <groupId>com.sap.openui5</groupId>
18
18
  <artifactId>reactor</artifactId>
19
- <version>1.60.37</version>
19
+ <version>1.60.41</version><!--TargetVersion-->
20
20
  <relativePath>../../pom.xml</relativePath>
21
21
  </parent>
22
22
 
@@ -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-2021 SAP SE or an SAP affiliate company.
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.37</version>
9
+ <version>1.60.41</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-2021 SAP SE or an SAP affiliate company.
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.37
49
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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.37
26
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
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.37
58
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
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.37
60
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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.37
35
+ * @version 1.60.41
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
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
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
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.37
22
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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.37
43
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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.37
28
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
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.37
26
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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.37
96
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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.37
878
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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.37
42
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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.37
17
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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.37
18
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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.37
255
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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.37
22
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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.37
24
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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.37
70
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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.37
254
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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.37
27
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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.37
30
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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.37
935
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
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.37
18
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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.37
954
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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.37
130
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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.37
176
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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.37
42
+ * @version 1.60.41
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-2021 SAP SE or an SAP affiliate company.
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
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
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
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
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
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
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
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
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.37",
20
+ version: "1.60.41",
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.37
74
+ * @version 1.60.41
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.37
82
+ * @version 1.60.41
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.37
110
+ * @version 1.60.41
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.37
141
+ * @version 1.60.41
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.37
172
+ * @version 1.60.41
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.37
210
+ * @version 1.60.41
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.37
235
+ * @version 1.60.41
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.37
267
+ * @version 1.60.41
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.37
337
+ * @version 1.60.41
338
338
  * @enum {string}
339
339
  * @public
340
340
  * @borrows sap.ui.model.TreeAutoExpandMode.Sequential as Sequential
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
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
  /**
@@ -65,7 +65,7 @@ TBL_ROW_DESELECT_KEY=Um Auswahl aufzuheben, Leertaste dr\u00FCcken
65
65
  TBL_NO_DATA=Keine Daten
66
66
 
67
67
  #XTOL: Tooltip for the select all row header
68
- TBL_SELECT_ALL=Alles markieren
68
+ TBL_SELECT_ALL=Alle markieren
69
69
  #XTOL: Tooltip for the select all row header
70
70
  TBL_DESELECT_ALL=Alle Markierungen l\u00F6schen
71
71
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
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
  /**
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
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
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * UI development toolkit for HTML5 (OpenUI5)
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
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