@openui5/sap.ui.table 1.126.0 → 1.127.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +1 -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 +8 -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 -2
- 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/ScrollingIOS.js +1 -1
- package/src/sap/ui/table/extensions/Synchronization.js +1 -1
- package/src/sap/ui/table/library.js +11 -11
- package/src/sap/ui/table/menus/ColumnHeaderMenuAdapter.js +1 -1
- package/src/sap/ui/table/menus/MobileColumnHeaderMenuAdapter.js +1 -1
- package/src/sap/ui/table/messagebundle_en_US_sappsd.properties +6 -10
- package/src/sap/ui/table/messagebundle_en_US_saptrc.properties +72 -76
- 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/Auto.js +1 -1
- package/src/sap/ui/table/rowmodes/Fixed.js +1 -1
- package/src/sap/ui/table/rowmodes/Interactive.js +1 -1
- package/src/sap/ui/table/rowmodes/RowMode.js +1 -1
- package/src/sap/ui/table/rowmodes/Type.js +3 -3
- package/src/sap/ui/table/rowmodes/Variable.js +1 -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 +1 -1
- package/src/sap/ui/table/utils/_HookUtils.js +1 -1
- package/src/sap/ui/table/utils/_MenuUtils.js +1 -1
package/THIRDPARTY.txt
CHANGED
|
@@ -468,7 +468,7 @@ License: Apache-2.0
|
|
|
468
468
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
469
469
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
470
470
|
|
|
471
|
-
Component: SAP Theming Base Content, version: 11.
|
|
471
|
+
Component: SAP Theming Base Content, version: 11.16.1
|
|
472
472
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
473
473
|
License: Apache-2.0
|
|
474
474
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.table",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.127.0",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.ui.table",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.ui.core": "1.
|
|
18
|
-
"@openui5/sap.ui.unified": "1.
|
|
17
|
+
"@openui5/sap.ui.core": "1.127.0",
|
|
18
|
+
"@openui5/sap.ui.unified": "1.127.0"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2024 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.127.0</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.
|
|
38
|
+
* @version 1.127.0
|
|
39
39
|
*
|
|
40
40
|
* @constructor
|
|
41
41
|
* @public
|
|
@@ -27,7 +27,7 @@ sap.ui.define([
|
|
|
27
27
|
* The <code>RowSettings</code> control allows you to configure a row.
|
|
28
28
|
* You can only use this control in the context of the <code>sap.ui.table.Table</code> control to define row settings.
|
|
29
29
|
* @extends sap.ui.core.Element
|
|
30
|
-
* @version 1.
|
|
30
|
+
* @version 1.127.0
|
|
31
31
|
*
|
|
32
32
|
* @constructor
|
|
33
33
|
* @public
|
|
@@ -94,13 +94,15 @@ sap.ui.define([
|
|
|
94
94
|
* the Table control to handle huge amounts of data. Nevertheless, restrictions apply regarding the number of displayed
|
|
95
95
|
* columns. Keep the number as low as possible to improve performance. Due to the nature of tables, the used
|
|
96
96
|
* control for column templates also has a big influence on the performance.
|
|
97
|
+
* Because of the described reuse of the controls during scrolling, all data-related changes must be based on bindings. Static changes, such as
|
|
98
|
+
* calling mutator functions or defining a one-time binding, must be avoided.
|
|
97
99
|
* </p>
|
|
98
100
|
* <p>
|
|
99
101
|
* The Table control relies completely on data binding, and its supported feature set is tightly coupled to
|
|
100
102
|
* the data model and binding being used.
|
|
101
103
|
* </p>
|
|
102
104
|
* @extends sap.ui.core.Control
|
|
103
|
-
* @version 1.
|
|
105
|
+
* @version 1.127.0
|
|
104
106
|
*
|
|
105
107
|
* @constructor
|
|
106
108
|
* @public
|
|
@@ -227,6 +229,11 @@ sap.ui.define([
|
|
|
227
229
|
|
|
228
230
|
/**
|
|
229
231
|
* Flag to enable or disable column reordering
|
|
232
|
+
*
|
|
233
|
+
* <b>Note</b>: Column reordering is possible via drag&drop and keyboard shortcuts. Single-pointer alternative is not provided
|
|
234
|
+
* out-of-the-box and should be implemented on application side. For example the {@link sap.m.p13n.Engine} can be used, see the following
|
|
235
|
+
* sample:
|
|
236
|
+
* {@link https://ui5.sap.com/#/entity/sap.ui.table.Table/sample/sap.m.sample.p13n.EngineGridTable Personalization for grid table}.
|
|
230
237
|
*/
|
|
231
238
|
enableColumnReordering: {type: "boolean", group: "Behavior", defaultValue: true},
|
|
232
239
|
|
|
@@ -969,7 +969,7 @@ sap.ui.define([
|
|
|
969
969
|
* @class Extension for sap.ui.table.Table which handles ACC related things.
|
|
970
970
|
* @extends sap.ui.table.extensions.ExtensionBase
|
|
971
971
|
* @author SAP SE
|
|
972
|
-
* @version 1.
|
|
972
|
+
* @version 1.127.0
|
|
973
973
|
* @constructor
|
|
974
974
|
* @private
|
|
975
975
|
* @alias sap.ui.table.extensions.Accessibility
|
|
@@ -44,7 +44,7 @@ sap.ui.define([
|
|
|
44
44
|
* @class Extension for sap.ui.table.TableRenderer which handles ACC related things.
|
|
45
45
|
* @extends sap.ui.table.extensions.ExtensionBase
|
|
46
46
|
* @author SAP SE
|
|
47
|
-
* @version 1.
|
|
47
|
+
* @version 1.127.0
|
|
48
48
|
* @constructor
|
|
49
49
|
* @private
|
|
50
50
|
* @alias sap.ui.table.extensions.AccessibilityRender
|
|
@@ -130,7 +130,6 @@ sap.ui.define([
|
|
|
130
130
|
* Initialize ItemNavigations (content and header) and transfer relevant dom elements.
|
|
131
131
|
* TabIndexes are set by the ItemNavigation.
|
|
132
132
|
*/
|
|
133
|
-
// eslint-disable-next-line complexity
|
|
134
133
|
_initItemNavigation: function(oExtension, bSkipInitFocusedIndex) {
|
|
135
134
|
const oTable = oExtension.getTable();
|
|
136
135
|
|
|
@@ -268,7 +267,7 @@ sap.ui.define([
|
|
|
268
267
|
* @class Extension for sap.ui.table.Table which handles keyboard related things.
|
|
269
268
|
* @extends sap.ui.table.extensions.ExtensionBase
|
|
270
269
|
* @author SAP SE
|
|
271
|
-
* @version 1.
|
|
270
|
+
* @version 1.127.0
|
|
272
271
|
* @constructor
|
|
273
272
|
* @private
|
|
274
273
|
* @alias sap.ui.table.extensions.Keyboard
|
|
@@ -703,7 +703,7 @@ sap.ui.define([
|
|
|
703
703
|
* @class Extension for sap.ui.table.Table which handles mouse and touch related things.
|
|
704
704
|
* @extends sap.ui.table.extensions.ExtensionBase
|
|
705
705
|
* @author SAP SE
|
|
706
|
-
* @version 1.
|
|
706
|
+
* @version 1.127.0
|
|
707
707
|
* @constructor
|
|
708
708
|
* @private
|
|
709
709
|
* @alias sap.ui.table.extensions.Pointer
|
|
@@ -2295,7 +2295,7 @@ sap.ui.define([
|
|
|
2295
2295
|
* @class Extension for sap.ui.table.Table which handles scrolling.
|
|
2296
2296
|
* @extends sap.ui.table.extensions.ExtensionBase
|
|
2297
2297
|
* @author SAP SE
|
|
2298
|
-
* @version 1.
|
|
2298
|
+
* @version 1.127.0
|
|
2299
2299
|
* @constructor
|
|
2300
2300
|
* @private
|
|
2301
2301
|
* @alias sap.ui.table.extensions.Scrolling
|
|
@@ -27,7 +27,7 @@ sap.ui.define([
|
|
|
27
27
|
* @class Extension for sap.ui.table.Table which handles the scrollbar on iOS.
|
|
28
28
|
* @extends sap.ui.table.extensions.ExtensionBase
|
|
29
29
|
* @author SAP SE
|
|
30
|
-
* @version 1.
|
|
30
|
+
* @version 1.127.0
|
|
31
31
|
* @constructor
|
|
32
32
|
* @private
|
|
33
33
|
* @alias sap.ui.table.extensions.ScrollingIOS
|
|
@@ -185,7 +185,7 @@ sap.ui.define([
|
|
|
185
185
|
* @class Extension for sap.ui.table.Table that allows synchronization with a table.
|
|
186
186
|
* @extends sap.ui.table.extensions.ExtensionBase
|
|
187
187
|
* @author SAP SE
|
|
188
|
-
* @version 1.
|
|
188
|
+
* @version 1.127.0
|
|
189
189
|
* @constructor
|
|
190
190
|
* @private
|
|
191
191
|
* @alias sap.ui.table.extensions.Synchronization
|
|
@@ -27,14 +27,14 @@ sap.ui.define([
|
|
|
27
27
|
* @namespace
|
|
28
28
|
* @alias sap.ui.table
|
|
29
29
|
* @author SAP SE
|
|
30
|
-
* @version 1.
|
|
30
|
+
* @version 1.127.0
|
|
31
31
|
* @since 0.8
|
|
32
32
|
* @public
|
|
33
33
|
*/
|
|
34
34
|
const thisLib = Library.init({
|
|
35
35
|
name: "sap.ui.table",
|
|
36
36
|
apiVersion: 2,
|
|
37
|
-
version: "1.
|
|
37
|
+
version: "1.127.0",
|
|
38
38
|
dependencies: ["sap.ui.core", "sap.ui.unified"],
|
|
39
39
|
designtime: "sap/ui/table/designtime/library.designtime",
|
|
40
40
|
types: [
|
|
@@ -96,7 +96,7 @@ sap.ui.define([
|
|
|
96
96
|
/**
|
|
97
97
|
* Navigation mode of the table
|
|
98
98
|
*
|
|
99
|
-
* @version 1.
|
|
99
|
+
* @version 1.127.0
|
|
100
100
|
* @enum {string}
|
|
101
101
|
* @deprecated As of version 1.38, the concept has been discarded.
|
|
102
102
|
* @public
|
|
@@ -127,7 +127,7 @@ sap.ui.define([
|
|
|
127
127
|
/**
|
|
128
128
|
* Row Action types.
|
|
129
129
|
*
|
|
130
|
-
* @version 1.
|
|
130
|
+
* @version 1.127.0
|
|
131
131
|
* @enum {string}
|
|
132
132
|
* @public
|
|
133
133
|
*/
|
|
@@ -158,7 +158,7 @@ sap.ui.define([
|
|
|
158
158
|
/**
|
|
159
159
|
* Selection behavior of the table
|
|
160
160
|
*
|
|
161
|
-
* @version 1.
|
|
161
|
+
* @version 1.127.0
|
|
162
162
|
* @enum {string}
|
|
163
163
|
* @public
|
|
164
164
|
*/
|
|
@@ -189,7 +189,7 @@ sap.ui.define([
|
|
|
189
189
|
/**
|
|
190
190
|
* Selection mode of the table
|
|
191
191
|
*
|
|
192
|
-
* @version 1.
|
|
192
|
+
* @version 1.127.0
|
|
193
193
|
* @enum {string}
|
|
194
194
|
* @public
|
|
195
195
|
*/
|
|
@@ -227,7 +227,7 @@ sap.ui.define([
|
|
|
227
227
|
/**
|
|
228
228
|
* Sort order of a column
|
|
229
229
|
*
|
|
230
|
-
* @version 1.
|
|
230
|
+
* @version 1.127.0
|
|
231
231
|
* @enum {string}
|
|
232
232
|
* @public
|
|
233
233
|
* @deprecated As of version 1.120, replaced with <code>sap.ui.core.SortOrder</code>
|
|
@@ -254,7 +254,7 @@ sap.ui.define([
|
|
|
254
254
|
/**
|
|
255
255
|
* VisibleRowCountMode of the table
|
|
256
256
|
*
|
|
257
|
-
* @version 1.
|
|
257
|
+
* @version 1.127.0
|
|
258
258
|
* @enum {string}
|
|
259
259
|
* @deprecated As of version 1.119, see the <code>rowMode</code> aggregation of <code>sap.ui.table.Table</code> for more details.
|
|
260
260
|
* @public
|
|
@@ -299,7 +299,7 @@ sap.ui.define([
|
|
|
299
299
|
*
|
|
300
300
|
* Contains IDs of shared DOM references, which should be accessible to inheriting controls via getDomRef() function.
|
|
301
301
|
*
|
|
302
|
-
* @version 1.
|
|
302
|
+
* @version 1.127.0
|
|
303
303
|
* @enum {string}
|
|
304
304
|
* @public
|
|
305
305
|
*/
|
|
@@ -400,7 +400,7 @@ sap.ui.define([
|
|
|
400
400
|
*
|
|
401
401
|
* This is an alias for {@link sap.ui.model.TreeAutoExpandMode} and kept for compatibility reasons.
|
|
402
402
|
*
|
|
403
|
-
* @version 1.
|
|
403
|
+
* @version 1.127.0
|
|
404
404
|
* @typedef {sap.ui.model.TreeAutoExpandMode}
|
|
405
405
|
* @public
|
|
406
406
|
* @deprecated As of version 1.120, replaced by <code>sap.ui.model.TreeAutoExpandMode</code>
|
|
@@ -414,7 +414,7 @@ sap.ui.define([
|
|
|
414
414
|
/**
|
|
415
415
|
* Mode of a selection plugin
|
|
416
416
|
*
|
|
417
|
-
* @version 1.
|
|
417
|
+
* @version 1.127.0
|
|
418
418
|
* @enum {string}
|
|
419
419
|
* @private
|
|
420
420
|
*/
|
|
@@ -20,10 +20,6 @@ TBL_HIDE_COLUMN=[[[\u0124\u012F\u018C\u0113]]]
|
|
|
20
20
|
TBL_COL_VISBILITY_MENUITEM_SHOW=[[[\u015C\u0125\u014F\u0175 \u0108\u014F\u013A\u0171\u0271\u014B\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
21
21
|
TBL_COL_VISBILITY_MENUITEM_HIDE=[[[\u0124\u012F\u018C\u0113 \u0108\u014F\u013A\u0171\u0271\u014B\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
22
22
|
|
|
23
|
-
TBL_ROW_SELECT=[[[\u0108\u013A\u012F\u010B\u0137 \u0163\u014F \u015C\u0113\u013A\u0113\u010B\u0163\u2219\u2219\u2219\u2219]]]
|
|
24
|
-
TBL_ROW_DESELECT=[[[\u0108\u013A\u012F\u010B\u0137 \u0163\u014F \u010E\u0113\u015F\u0113\u013A\u0113\u010B\u0163\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
25
|
-
TBL_ROW_SELECT_MULTI_TOGGLE=[[[\u0108\u013A\u012F\u010B\u0137 \u0163\u014F \u015F\u0113\u013A\u0113\u010B\u0163 \u014F\u0157 \u03C1\u0157\u0113\u015F\u015F \u015C\u0124\u012C\u0191\u0162 \u0105\u014B\u018C \u010B\u013A\u012F\u010B\u0137 \u0163\u014F \u015F\u0113\u013A\u0113\u010B\u0163 \u0105 \u0157\u0105\u014B\u011F\u0113\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
26
|
-
|
|
27
23
|
TBL_TABLE_SELECTION_MULTI=[[[\u039C\u0171\u013A\u0163\u012F-\u015C\u0113\u013A\u0113\u010B\u0163\u012F\u014F\u014B \u0162\u0105\u0183\u013A\u0113\u2219\u2219\u2219\u2219\u2219]]]
|
|
28
24
|
TBL_TABLE_SELECTION_SINGLE=[[[\u015C\u012F\u014B\u011F\u013A\u0113-\u015C\u0113\u013A\u0113\u010B\u0163\u012F\u014F\u014B \u0162\u0105\u0183\u013A\u0113\u2219\u2219\u2219\u2219\u2219]]]
|
|
29
25
|
|
|
@@ -36,7 +32,7 @@ TBL_ROW_DESELECT_KEY=[[[\u0162\u014F \u018C\u0113\u015F\u0113\u013A\u0113\u010B\
|
|
|
36
32
|
|
|
37
33
|
TBL_ANALYTICAL_TABLE_ROLE_DESCRIPTION=[[[\u0100\u014B\u0105\u013A\u0177\u0163\u012F\u010B\u0105\u013A \u0162\u0105\u0183\u013A\u0113\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
38
34
|
|
|
39
|
-
TBL_NO_COLUMNS=[[[\u0158\u012F\u011F\u0125\u0163 \u014B\u014F\u0175, \u0163\u0125\u0113\u0157\u0113 \u0105\u0157\u0113 \u014B\u014F \u028B\u012F\u015F\u012F\u0183\u013A\u0113 \u010B\u014F\u013A\u0171\u0271\u014B\u015F \u012F\u014B \u0163\u0125\u0113 \u0163\u0105\u0183\u013A\u0113. \u01A4\u013A\u0113\u0105\u015F\u0113 \u015F\u0113\u013A\u0113\u010B\u0163 \u0163\u0125\u0113 \u010B\u014F\u013A\u0171\u0271\u014B\u015F \u0177\u014F\u0171 \u014B\u0113\u0113\u018C \u012F\u014B \u0163\u0125\u0113 \u0163\u0105\u0183\u013A\u0113 \u015F\u0113\u0163\u0163\u012F\u014B\u011F\u015F.\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
35
|
+
TBL_NO_COLUMNS=[[[\u0158\u012F\u011F\u0125\u0163 \u014B\u014F\u0175, \u0163\u0125\u0113\u0157\u0113 \u0105\u0157\u0113 \u014B\u014F \u028B\u012F\u015F\u012F\u0183\u013A\u0113 \u010B\u014F\u013A\u0171\u0271\u014B\u015F \u012F\u014B \u0163\u0125\u0113 \u0163\u0105\u0183\u013A\u0113. \u01A4\u013A\u0113\u0105\u015F\u0113 \u015F\u0113\u013A\u0113\u010B\u0163 \u0163\u0125\u0113 \u010B\u014F\u013A\u0171\u0271\u014B\u015F \u0177\u014F\u0171 \u014B\u0113\u0113\u018C \u012F\u014B \u0163\u0125\u0113 \u0163\u0105\u0183\u013A\u0113 \u015F\u0113\u0163\u0163\u012F\u014B\u011F\u015F.\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
40
36
|
|
|
41
37
|
TBL_NO_DATA=[[[\u0143\u014F \u018C\u0105\u0163\u0105\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
42
38
|
|
|
@@ -45,7 +41,7 @@ TBL_DESELECT_ALL=[[[\u010E\u0113\u015F\u0113\u013A\u0113\u010B\u0163 \u0100\u013
|
|
|
45
41
|
|
|
46
42
|
TBL_TOGGLE_EDIT_KEY=[[[\u0162\u014F \u0113\u014B\u0163\u0113\u0157 \u0105 \u0163\u0105\u0183\u013A\u0113 \u010B\u0113\u013A\u013A, \u03C1\u0157\u0113\u015F\u015F \u01912\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
47
43
|
|
|
48
|
-
TBL_COLLAPSE_EXPAND=[[[\u0114\u03C7\u03C1\u0105\u014B\u018C
|
|
44
|
+
TBL_COLLAPSE_EXPAND=[[[\u0114\u03C7\u03C1\u0105\u014B\u018C/\u0108\u014F\u013A\u013A\u0105\u03C1\u015F\u0113 \u0143\u014F\u018C\u0113\u2219\u2219\u2219\u2219]]]
|
|
49
45
|
|
|
50
46
|
TBL_LEAF=[[[\u0143\u014F\u018C\u0113]]]
|
|
51
47
|
|
|
@@ -53,7 +49,7 @@ TBL_TOTAL=[[[\u0162\u014F\u0163\u0105\u013A\u2219\u2219\u2219\u2219\u2219\u2219\
|
|
|
53
49
|
|
|
54
50
|
TBL_GRAND_TOTAL_ROW=[[[\u0162\u014F\u0163\u0105\u013A \u015F\u0171\u0271\u0271\u0105\u0157\u0177\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
55
51
|
|
|
56
|
-
TBL_GROUP_TOTAL_ROW=[[[\u0122\u0157\u014F\u0171\u03C1 \
|
|
52
|
+
TBL_GROUP_TOTAL_ROW=[[[\u0122\u0157\u014F\u0171\u03C1 \u015C\u0171\u0271\u0271\u0105\u0157\u0177\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
57
53
|
|
|
58
54
|
TBL_FIXED_COLUMN=[[[\u0191\u012F\u03C7\u0113\u018C \u0108\u014F\u013A\u0171\u0271\u014B\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
59
55
|
|
|
@@ -113,9 +109,9 @@ TBL_ROW_STATE_SUCCESS=[[[\u015C\u0171\u010B\u010B\u0113\u015F\u015F\u2219\u2219\
|
|
|
113
109
|
|
|
114
110
|
TBL_ROW_STATE_NAVIGATED=[[[\u0143\u0105\u028B\u012F\u011F\u0105\u0163\u0113\u018C\u2219\u2219\u2219\u2219\u2219]]]
|
|
115
111
|
|
|
116
|
-
TBL_ROW_EXPAND_KEY=[[[\u0162\u014F \u0113\u03C7\u03C1\u0105\u014B\u018C \u0157\u014F\u0175 \u03C1\u0157\u0113\u015F\u015F \
|
|
112
|
+
TBL_ROW_EXPAND_KEY=[[[\u0162\u014F \u0113\u03C7\u03C1\u0105\u014B\u018C \u0105 \u0157\u014F\u0175, \u03C1\u0157\u0113\u015F\u015F \u0163\u0125\u0113 \u015F\u03C1\u0105\u010B\u0113\u0183\u0105\u0157\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
117
113
|
|
|
118
|
-
TBL_ROW_COLLAPSE_KEY=[[[\u0162\u014F \u010B\u014F\u013A\u013A\u0105\u03C1\u015F\u0113 \u0157\u014F\u0175 \u03C1\u0157\u0113\u015F\u015F \
|
|
114
|
+
TBL_ROW_COLLAPSE_KEY=[[[\u0162\u014F \u010B\u014F\u013A\u013A\u0105\u03C1\u015F\u0113 \u0105 \u0157\u014F\u0175, \u03C1\u0157\u0113\u015F\u015F \u0163\u0125\u0113 \u015F\u03C1\u0105\u010B\u0113\u0183\u0105\u0157\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
119
115
|
|
|
120
116
|
TBL_CREATIONROW_APPLY=[[[\u0100\u018C\u018C \u0158\u014F\u0175\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
121
117
|
|
|
@@ -123,4 +119,4 @@ TBL_CREATEROW_LABEL=[[[\u0108\u0157\u0113\u0105\u0163\u0113 \u014B\u0113\u0175 \
|
|
|
123
119
|
|
|
124
120
|
TBL_SELECT_LIMIT_TITLE=[[[\u015C\u0113\u013A\u0113\u010B\u0163\u012F\u014F\u014B \u013B\u012F\u0271\u012F\u0163\u2219\u2219\u2219\u2219]]]
|
|
125
121
|
|
|
126
|
-
TBL_SELECT_LIMIT=[[[\u012C\u014B \u0163\u0125\u012F\u015F \u0163\u0105\u0183\u013A\u0113, \u0177\u014F\u0171 \u010B\u0105\u014B\u014B\u014F\u0163 \u0105\u018C\u018C \u0271\u014F\u0157\u0113 \u0163\u0125\u0105\u014B {0} \u012F\u0163\u0113\u0271\u015F \u0163\u014F \u0177\u014F\u0171\u0157 \u015F\u0113\u013A\u0113\u010B\u0163\u012F\u014F\u014B \u0105\u0163 \
|
|
122
|
+
TBL_SELECT_LIMIT=[[[\u012C\u014B \u0163\u0125\u012F\u015F \u0163\u0105\u0183\u013A\u0113, \u0177\u014F\u0171 \u010B\u0105\u014B\u014B\u014F\u0163 \u0105\u018C\u018C \u0271\u014F\u0157\u0113 \u0163\u0125\u0105\u014B {0} \u012F\u0163\u0113\u0271\u015F \u0163\u014F \u0177\u014F\u0171\u0157 \u015F\u0113\u013A\u0113\u010B\u0163\u012F\u014F\u014B \u0105\u0163 \u0105 \u0163\u012F\u0271\u0113.\n\n\u0176\u014F\u0171 \u010B\u0105\u014B \u010B\u014F\u014B\u0163\u012F\u014B\u0171\u0113 \u0163\u014F \u0105\u018C\u018C \u0163\u014F \u0177\u014F\u0171\u0157 \u015F\u0113\u013A\u0113\u010B\u0163\u012F\u014F\u014B \u0105\u015F \u014F\u0192\u0163\u0113\u014B \u0105\u015F \u0177\u014F\u0171 \u013A\u012F\u0137\u0113, \u0183\u0171\u0163 \u014F\u014B\u013A\u0177 {0} \u012F\u0163\u0113\u0271\u015F \u010B\u0105\u014B \u0183\u0113 \u015F\u0113\u013A\u0113\u010B\u0163\u0113\u018C \u0105\u0163 \u0105 \u0163\u012F\u0271\u0113.]]]
|
|
@@ -1,126 +1,122 @@
|
|
|
1
1
|
|
|
2
|
-
TBL_FILTER=
|
|
3
|
-
TBL_FILTER_ITEM=
|
|
4
|
-
TBL_SORT_ASC=
|
|
5
|
-
TBL_SORT_DESC=
|
|
6
|
-
TBL_GROUP=
|
|
7
|
-
TBL_UNGROUP=
|
|
8
|
-
TBL_UNGROUP_ALL=
|
|
9
|
-
TBL_COLUMNS=
|
|
10
|
-
TBL_FREEZE=
|
|
11
|
-
TBL_UNFREEZE=
|
|
12
|
-
TBL_MOVE_UP=
|
|
13
|
-
TBL_MOVE_DOWN=
|
|
14
|
-
TBL_EXPAND_LEVEL=
|
|
15
|
-
TBL_COLLAPSE_LEVEL=
|
|
16
|
-
TBL_EXPAND_ALL=
|
|
17
|
-
TBL_COLLAPSE_ALL=+
|
|
18
|
-
TBL_SHOW_COLUMN=
|
|
19
|
-
TBL_HIDE_COLUMN=
|
|
20
|
-
TBL_COL_VISBILITY_MENUITEM_SHOW=
|
|
21
|
-
TBL_COL_VISBILITY_MENUITEM_HIDE=
|
|
2
|
+
TBL_FILTER=R42FvH/vwlmFf/M44xJudQ_Filter
|
|
3
|
+
TBL_FILTER_ITEM=q+Jdf9NO2jXwmRL4ko3ciQ_Filter...
|
|
4
|
+
TBL_SORT_ASC=B0dkt9MXNfB0gO2ZcYd6cA_Sort Ascending
|
|
5
|
+
TBL_SORT_DESC=omarkV3iymZj96/eh3wK8w_Sort Descending
|
|
6
|
+
TBL_GROUP=AtX6WaTU+4puArHTZjpuZg_Group
|
|
7
|
+
TBL_UNGROUP=2p4udHkqeSrYvBevsYGFQQ_Ungroup
|
|
8
|
+
TBL_UNGROUP_ALL=RKm0vPxbDYHqd7lULoFpUA_Ungroup All
|
|
9
|
+
TBL_COLUMNS=3eAbNGYH32lONCKLJxbs1A_Columns
|
|
10
|
+
TBL_FREEZE=jlz0LGyRMJ0NGC/8KwGC2A_Freeze
|
|
11
|
+
TBL_UNFREEZE=2Kt3m/sUcUUHB+kVWZN/hg_Unfreeze
|
|
12
|
+
TBL_MOVE_UP=oPyBtgz2/GoA9mvyQK/JJw_Move Up
|
|
13
|
+
TBL_MOVE_DOWN=MYD0h2umdJ4BN6a6j5VQGg_Move Down
|
|
14
|
+
TBL_EXPAND_LEVEL=74e9V+1J60f3cT0Nw1t0Kg_Expand Level
|
|
15
|
+
TBL_COLLAPSE_LEVEL=YJxspBlbvhI3YPOnwY+eFA_Collapse Level
|
|
16
|
+
TBL_EXPAND_ALL=UoibV8TSxdwq3X5T5EBsxA_Expand All
|
|
17
|
+
TBL_COLLAPSE_ALL=+VbA3qg+HDeZmamUIEPk8w_Collapse All
|
|
18
|
+
TBL_SHOW_COLUMN=qRYk5cVbdcKupVw06H6wug_Show
|
|
19
|
+
TBL_HIDE_COLUMN=YyUJ7Bnct6/Mt9cAlIVzXw_Hide
|
|
20
|
+
TBL_COL_VISBILITY_MENUITEM_SHOW=T+TkyoP1036cIW+bLXIgxg_Show Column
|
|
21
|
+
TBL_COL_VISBILITY_MENUITEM_HIDE=Q/oySD4TpqqfbtRuTM3MlA_Hide Column
|
|
22
22
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
TBL_ROW_SELECT_MULTI_TOGGLE=irRIFa48EE610d3mX9ifWQ_Click to select or press SHIFT and click to select a range
|
|
23
|
+
TBL_TABLE_SELECTION_MULTI=+QywPXNuc8R0pNEx6Mp53w_Multi-Selection Table
|
|
24
|
+
TBL_TABLE_SELECTION_SINGLE=4g8hhkj/kiLbVs594Dv9ZQ_Single-Selection Table
|
|
26
25
|
|
|
27
|
-
|
|
28
|
-
TBL_TABLE_SELECTION_SINGLE=/6F1ylzpK2AKR1Ybi2VFGQ_Single-Selection Table
|
|
26
|
+
TBL_TABLE_INVALID=vSJ2SNw4II+Va8OvYXIE5A_Invalid Table
|
|
29
27
|
|
|
30
|
-
|
|
28
|
+
TBL_DATA_ROWS_COLS=pZ5QuoP0OdyO8l4kRTBRvw_Table contains {0} rows and {1} columns
|
|
31
29
|
|
|
32
|
-
|
|
30
|
+
TBL_ROW_SELECT_KEY=sFoQHvXfp/m6xLba4oGSgg_To select row, press SPACEBAR
|
|
31
|
+
TBL_ROW_DESELECT_KEY=nQP0PxwMGQ+pPl/xd6Vm2Q_To deselect row, press SPACEBAR
|
|
33
32
|
|
|
34
|
-
|
|
35
|
-
TBL_ROW_DESELECT_KEY=C+qxj759PSwXcnYnm/CLEQ_To deselect row, press SPACEBAR
|
|
33
|
+
TBL_ANALYTICAL_TABLE_ROLE_DESCRIPTION=614cqr0Wn39LmAS/GLdSxA_Analytical Table
|
|
36
34
|
|
|
37
|
-
|
|
35
|
+
TBL_NO_COLUMNS=gFpuhiMgJ6rPyTtkiVEAIw_Right now, there are no visible columns in the table. Please select the columns you need in the table settings.
|
|
38
36
|
|
|
39
|
-
|
|
37
|
+
TBL_NO_DATA=qhGWM43R+9yWQf16Lu+PUg_No data
|
|
40
38
|
|
|
41
|
-
|
|
39
|
+
TBL_SELECT_ALL=oFvLZu2haFY0RCCZS4CMTg_Select All
|
|
40
|
+
TBL_DESELECT_ALL=zwNe6xyCIthDFBrKtkypAQ_Deselect All
|
|
42
41
|
|
|
43
|
-
|
|
44
|
-
TBL_DESELECT_ALL=QdiB8zJfiUL3OJSxbZFZbQ_Deselect All
|
|
42
|
+
TBL_TOGGLE_EDIT_KEY=0c7sPD5xkED4Bfi9wnBPZw_To enter a table cell, press F2
|
|
45
43
|
|
|
46
|
-
|
|
44
|
+
TBL_COLLAPSE_EXPAND=lv7rIei/fOD7cbW0VtOiVA_Expand/Collapse Node
|
|
47
45
|
|
|
48
|
-
|
|
46
|
+
TBL_LEAF=SG9YkyUdYpyI92Nbf/R/SA_Node
|
|
49
47
|
|
|
50
|
-
|
|
48
|
+
TBL_TOTAL=suV9v/G/yYVHZBMmxXlSLg_Total
|
|
51
49
|
|
|
52
|
-
|
|
50
|
+
TBL_GRAND_TOTAL_ROW=eb8oJ2G0VsMJOxjaLDqBNw_Total summary
|
|
53
51
|
|
|
54
|
-
|
|
52
|
+
TBL_GROUP_TOTAL_ROW=O9MFp8kvZlpvOVsI1cNukw_Group Summary
|
|
55
53
|
|
|
56
|
-
|
|
54
|
+
TBL_FIXED_COLUMN=Q2GQTBvagJ5PBS751/QB+w_Fixed Column
|
|
57
55
|
|
|
58
|
-
|
|
56
|
+
TBL_ROW_ROWCOUNT=GstLG7Y1bAVtQV0iwuZ6MA_Row {0} of {1}
|
|
59
57
|
|
|
60
|
-
|
|
58
|
+
TBL_COL_COLCOUNT=RWj/xWw5MdybJWAOfgJx3Q_Column {0} of {1}
|
|
61
59
|
|
|
62
|
-
|
|
60
|
+
TBL_ROW_GROUP_LABEL=HQti6BCs1KI2k7U+hkKtig_Group Row
|
|
63
61
|
|
|
64
|
-
|
|
62
|
+
TBL_ROW_GROUP_TITLE=xGHsLTZSMZ4oLiQXRnj5pA_{0}\: {1}
|
|
65
63
|
|
|
66
|
-
|
|
64
|
+
TBL_ROW_GROUP_TITLE_FULL=qWgejz9MpENYD7DzP9exDw_{0}\: {1} - {2}
|
|
67
65
|
|
|
68
|
-
|
|
66
|
+
TBL_COL_DESC_MENU=P6zLpnAeoJOo7gTaILt2hw_Menu Available
|
|
69
67
|
|
|
70
|
-
|
|
68
|
+
TBL_COL_DESC_FILTERED=bUwTqs165G71nNeS9BGDVA_Filtered
|
|
71
69
|
|
|
72
|
-
|
|
70
|
+
TBL_COL_DESC_SORTED_ASC=cMT6JI/p5XbJ0gFyizAtoA_Sorted Ascending
|
|
73
71
|
|
|
74
|
-
|
|
72
|
+
TBL_COL_DESC_SORTED_DES=0TWY5Fzcs3a8ce3v4wh9kw_Sorted Descending
|
|
75
73
|
|
|
76
|
-
|
|
74
|
+
TBL_COL_DESC_SPAN=PVtlm8oLth4RTxvto0LIBQ_Spans {0} columns
|
|
77
75
|
|
|
78
|
-
|
|
76
|
+
TBL_COL_REQUIRED=/UkwVdk6h9x2DfMpCBIS3Q_Contains required content
|
|
79
77
|
|
|
80
|
-
|
|
78
|
+
TBL_CTRL_STATE_DISABLED=eYKFoi4z5tIf/CaBK8giTw_Disabled
|
|
81
79
|
|
|
82
|
-
|
|
80
|
+
TBL_CTRL_STATE_READONLY=TSmLbZ+OgpC/X1oA32OftA_Read Only
|
|
83
81
|
|
|
84
|
-
|
|
82
|
+
TBL_CTRL_STATE_EMPTY=mIN0Aylc1bKz48NYWb/iBQ_Empty
|
|
85
83
|
|
|
86
|
-
|
|
84
|
+
TBL_CTRL_STATE_REQUIRED=DCvnOUQG9xzP87pDmhc4Gg_Required
|
|
87
85
|
|
|
88
|
-
|
|
86
|
+
TBL_ROW_SELECTION_COLUMN_LABEL=K1BiBBiM37GtUkGQu7WmSQ_Row Header
|
|
89
87
|
|
|
90
|
-
|
|
88
|
+
TBL_ROW_ACTION_COLUMN_LABEL=plslqJ+AZuNTVoAUL6Kxcg_Row Actions
|
|
91
89
|
|
|
92
|
-
|
|
90
|
+
TBL_ROW_ACTION_NO_ACTION=x6ts7jQMoRl1g9kezqwIig_No actions available
|
|
93
91
|
|
|
94
|
-
|
|
92
|
+
TBL_ROW_ACTION_SINGLE_ACTION=CZbkNJdRu1HSeEUzg+EdYA_1 action available
|
|
95
93
|
|
|
96
|
-
|
|
94
|
+
TBL_ROW_ACTION_MULTIPLE_ACTION=N0w1VYGLHhZgR4v3+9f1EQ_{0} actions available
|
|
97
95
|
|
|
98
|
-
|
|
96
|
+
TBL_ROW_ACTION_NAVIGATE=frzhlefQvo+E+logRfCe3Q_Details
|
|
99
97
|
|
|
100
|
-
|
|
98
|
+
TBL_ROW_ACTION_DELETE=9D34l4r2bCAxeYq8iyg07A_Delete
|
|
101
99
|
|
|
102
|
-
|
|
100
|
+
TBL_ROW_ACTION_MORE=5JHxVU5mjkYHFKbsFVDFAw_More
|
|
103
101
|
|
|
104
|
-
|
|
102
|
+
TBL_ROW_STATE_INFORMATION=+hxWuZ8G9Bnw6FdVYbFSjg_Information
|
|
105
103
|
|
|
106
|
-
|
|
104
|
+
TBL_ROW_STATE_ERROR=Ku0LxgXL+G338NvLbRh1rA_Error
|
|
107
105
|
|
|
108
|
-
|
|
106
|
+
TBL_ROW_STATE_WARNING=C7gNxUAnT+oLpVjfYYT3Cw_Warning
|
|
109
107
|
|
|
110
|
-
|
|
108
|
+
TBL_ROW_STATE_SUCCESS=P9HRnFxg86B4gbibJ6I05w_Success
|
|
111
109
|
|
|
112
|
-
|
|
110
|
+
TBL_ROW_STATE_NAVIGATED=6cJszDSkBTjk0b9kPOzZJg_Navigated
|
|
113
111
|
|
|
114
|
-
|
|
112
|
+
TBL_ROW_EXPAND_KEY=i24RF/lh690wCj7m2ExTlg_To expand a row, press the spacebar
|
|
115
113
|
|
|
116
|
-
|
|
114
|
+
TBL_ROW_COLLAPSE_KEY=3UJJL05hmWR/9LvjmhSq6w_To collapse a row, press the spacebar
|
|
117
115
|
|
|
118
|
-
|
|
116
|
+
TBL_CREATIONROW_APPLY=buBpFJg2pAHeaMTHYenQrw_Add Row
|
|
119
117
|
|
|
120
|
-
|
|
118
|
+
TBL_CREATEROW_LABEL=gArd3RhfDVif+GKoLv9kOw_Create new table entry
|
|
121
119
|
|
|
122
|
-
|
|
120
|
+
TBL_SELECT_LIMIT_TITLE=ey4eWWb1HUJs700cCFVRRw_Selection Limit
|
|
123
121
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
TBL_SELECT_LIMIT=bxXdKk0AQYaoid3kGGPDCw_In this table, you cannot add more than {0} items to your selection at once.\n\nYou can continue to add to your selection as often as you like, but only selecting {0} items at a time is possible.
|
|
122
|
+
TBL_SELECT_LIMIT=AeVJJ7scUhNt+Oj0CJRkNg_In this table, you cannot add more than {0} items to your selection at a time.\n\nYou can continue to add to your selection as often as you like, but only {0} items can be selected at a time.
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
*
|
|
22
22
|
* @class Implements the selection methods for TreeTable and AnalyticalTable
|
|
23
23
|
* @extends sap.ui.table.plugins.SelectionPlugin
|
|
24
|
-
* @version 1.
|
|
24
|
+
* @version 1.127.0
|
|
25
25
|
* @constructor
|
|
26
26
|
* @private
|
|
27
27
|
* @alias sap.ui.table.plugins.BindingSelection
|
|
@@ -23,7 +23,7 @@ sap.ui.define([
|
|
|
23
23
|
*
|
|
24
24
|
* @class Implements the selection methods for a Table
|
|
25
25
|
* @extends sap.ui.table.plugins.SelectionPlugin
|
|
26
|
-
* @version 1.
|
|
26
|
+
* @version 1.127.0
|
|
27
27
|
* @constructor
|
|
28
28
|
* @private
|
|
29
29
|
* @alias sap.ui.table.plugins.SelectionModelSelection
|
|
@@ -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.
|
|
35
|
+
* @version 1.127.0
|
|
36
36
|
* @private
|
|
37
37
|
* @since 1.76
|
|
38
38
|
* @ui5-restricted sap.ui.mdc
|
|
@@ -39,7 +39,7 @@ sap.ui.define([
|
|
|
39
39
|
* @public
|
|
40
40
|
*
|
|
41
41
|
* @author SAP SE
|
|
42
|
-
* @version 1.
|
|
42
|
+
* @version 1.127.0
|
|
43
43
|
*/
|
|
44
44
|
const InteractiveRowMode = RowMode.extend("sap.ui.table.rowmodes.Interactive", /** @lends sap.ui.table.rowmodes.Interactive.prototype */ {
|
|
45
45
|
metadata: {
|
|
@@ -16,19 +16,19 @@ sap.ui.define(["sap/ui/base/DataType"], function(DataType) {
|
|
|
16
16
|
*/
|
|
17
17
|
const Type = {
|
|
18
18
|
/**
|
|
19
|
-
* Equivalent to the default configuration of {@link
|
|
19
|
+
* Equivalent to the default configuration of {@link sap.ui.table.rowmodes.Fixed}
|
|
20
20
|
*
|
|
21
21
|
* @public
|
|
22
22
|
*/
|
|
23
23
|
Fixed: "Fixed",
|
|
24
24
|
/**
|
|
25
|
-
* Equivalent to the default configuration of {@link
|
|
25
|
+
* Equivalent to the default configuration of {@link sap.ui.table.rowmodes.Auto}
|
|
26
26
|
*
|
|
27
27
|
* @public
|
|
28
28
|
*/
|
|
29
29
|
Auto: "Auto",
|
|
30
30
|
/**
|
|
31
|
-
* Equivalent to the default configuration of {@link
|
|
31
|
+
* Equivalent to the default configuration of {@link sap.ui.table.rowmodes.Interactive}
|
|
32
32
|
*
|
|
33
33
|
* @public
|
|
34
34
|
*/
|
|
@@ -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.
|
|
17
|
+
* @version 1.127.0
|
|
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.
|
|
21
|
+
* @version 1.127.0
|
|
22
22
|
* @namespace
|
|
23
23
|
* @alias sap.ui.table.utils._ColumnUtils
|
|
24
24
|
* @private
|
|
@@ -24,7 +24,7 @@ sap.ui.define([
|
|
|
24
24
|
* Note: Do not access the functions of this helper directly, but via <code>sap.ui.table.utils.TableUtils.Grouping...</code>
|
|
25
25
|
*
|
|
26
26
|
* @author SAP SE
|
|
27
|
-
* @version 1.
|
|
27
|
+
* @version 1.127.0
|
|
28
28
|
* @namespace
|
|
29
29
|
* @alias sap.ui.table.utils._GroupingUtils
|
|
30
30
|
* @private
|
|
@@ -22,7 +22,7 @@ sap.ui.define(["sap/ui/base/DataType", "sap/ui/model/ChangeReason"], function(Da
|
|
|
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.
|
|
25
|
+
* @version 1.127.0
|
|
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.
|
|
45
|
+
* @version 1.127.0
|
|
46
46
|
* @namespace
|
|
47
47
|
* @alias sap.ui.table.utils._MenuUtils
|
|
48
48
|
* @private
|