@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.
Files changed (48) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +3 -3
  3. package/src/sap/ui/table/.library +1 -1
  4. package/src/sap/ui/table/AnalyticalColumn.js +1 -1
  5. package/src/sap/ui/table/AnalyticalColumnMenu.js +1 -1
  6. package/src/sap/ui/table/AnalyticalTable.js +1 -1
  7. package/src/sap/ui/table/Column.js +1 -1
  8. package/src/sap/ui/table/ColumnMenu.js +1 -1
  9. package/src/sap/ui/table/CreationRow.js +1 -1
  10. package/src/sap/ui/table/Row.js +1 -1
  11. package/src/sap/ui/table/RowAction.js +1 -1
  12. package/src/sap/ui/table/RowActionItem.js +1 -1
  13. package/src/sap/ui/table/RowSettings.js +1 -1
  14. package/src/sap/ui/table/Table.js +8 -1
  15. package/src/sap/ui/table/TablePersoController.js +1 -1
  16. package/src/sap/ui/table/TreeTable.js +1 -1
  17. package/src/sap/ui/table/extensions/Accessibility.js +1 -1
  18. package/src/sap/ui/table/extensions/AccessibilityRender.js +1 -1
  19. package/src/sap/ui/table/extensions/DragAndDrop.js +1 -1
  20. package/src/sap/ui/table/extensions/ExtensionBase.js +1 -1
  21. package/src/sap/ui/table/extensions/Keyboard.js +1 -2
  22. package/src/sap/ui/table/extensions/KeyboardDelegate.js +1 -1
  23. package/src/sap/ui/table/extensions/Pointer.js +1 -1
  24. package/src/sap/ui/table/extensions/Scrolling.js +1 -1
  25. package/src/sap/ui/table/extensions/ScrollingIOS.js +1 -1
  26. package/src/sap/ui/table/extensions/Synchronization.js +1 -1
  27. package/src/sap/ui/table/library.js +11 -11
  28. package/src/sap/ui/table/menus/ColumnHeaderMenuAdapter.js +1 -1
  29. package/src/sap/ui/table/menus/MobileColumnHeaderMenuAdapter.js +1 -1
  30. package/src/sap/ui/table/messagebundle_en_US_sappsd.properties +6 -10
  31. package/src/sap/ui/table/messagebundle_en_US_saptrc.properties +72 -76
  32. package/src/sap/ui/table/plugins/BindingSelection.js +1 -1
  33. package/src/sap/ui/table/plugins/PluginBase.js +1 -1
  34. package/src/sap/ui/table/plugins/SelectionModelSelection.js +1 -1
  35. package/src/sap/ui/table/plugins/SelectionPlugin.js +1 -1
  36. package/src/sap/ui/table/plugins/V4Aggregation.js +1 -1
  37. package/src/sap/ui/table/rowmodes/Auto.js +1 -1
  38. package/src/sap/ui/table/rowmodes/Fixed.js +1 -1
  39. package/src/sap/ui/table/rowmodes/Interactive.js +1 -1
  40. package/src/sap/ui/table/rowmodes/RowMode.js +1 -1
  41. package/src/sap/ui/table/rowmodes/Type.js +3 -3
  42. package/src/sap/ui/table/rowmodes/Variable.js +1 -1
  43. package/src/sap/ui/table/utils/TableUtils.js +1 -1
  44. package/src/sap/ui/table/utils/_BindingUtils.js +1 -1
  45. package/src/sap/ui/table/utils/_ColumnUtils.js +1 -1
  46. package/src/sap/ui/table/utils/_GroupingUtils.js +1 -1
  47. package/src/sap/ui/table/utils/_HookUtils.js +1 -1
  48. 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.12.0
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.126.0",
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.126.0",
18
- "@openui5/sap.ui.unified": "1.126.0"
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.126.0</version>
9
+ <version>1.127.0</version>
10
10
 
11
11
  <documentation>Table-like controls, mainly for desktop scenarios.</documentation>
12
12
 
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @extends sap.ui.table.Column
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.126.0
50
+ * @version 1.127.0
51
51
  *
52
52
  * @constructor
53
53
  * @public
@@ -20,7 +20,7 @@ sap.ui.define(['./ColumnMenu', "sap/ui/unified/MenuRenderer", './utils/TableUtil
20
20
  * @extends sap.ui.table.ColumnMenu
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.126.0
23
+ * @version 1.127.0
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -55,7 +55,7 @@ sap.ui.define([
55
55
  * @see https://github.com/SAP/odata-vocabularies/blob/main/docs/v2-annotations.md
56
56
  *
57
57
  * @extends sap.ui.table.Table
58
- * @version 1.126.0
58
+ * @version 1.127.0
59
59
  *
60
60
  * @constructor
61
61
  * @public
@@ -63,7 +63,7 @@ sap.ui.define([
63
63
  * @class
64
64
  * The column allows you to define column specific properties that will be applied when rendering the table.
65
65
  * @extends sap.ui.core.Element
66
- * @version 1.126.0
66
+ * @version 1.127.0
67
67
  *
68
68
  * @constructor
69
69
  * @public
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @class
41
41
  * The column menu provides all common actions that can be performed on a column.
42
42
  * @extends sap.ui.unified.Menu
43
- * @version 1.126.0
43
+ * @version 1.127.0
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * <code>sap.ui.commons</code> library.
33
33
  * @extends sap.ui.core.Control
34
34
  * @author SAP SE
35
- * @version 1.126.0
35
+ * @version 1.127.0
36
36
  *
37
37
  * @constructor
38
38
  * @private
@@ -135,7 +135,7 @@ sap.ui.define([
135
135
  * @class
136
136
  * The row.
137
137
  * @extends sap.ui.core.Element
138
- * @version 1.126.0
138
+ * @version 1.127.0
139
139
  *
140
140
  * @constructor
141
141
  * @public
@@ -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.126.0
38
+ * @version 1.127.0
39
39
  *
40
40
  * @constructor
41
41
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @extends sap.ui.core.Element
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.126.0
27
+ * @version 1.127.0
28
28
  * @since 1.45
29
29
  *
30
30
  * @constructor
@@ -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.126.0
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.126.0
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
 
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @extends sap.ui.base.ManagedObject
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.126.0
37
+ * @version 1.127.0
38
38
  * @since 1.21.1
39
39
  *
40
40
  * @constructor
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @class
43
43
  * The TreeTable control provides a comprehensive set of features to display hierarchical data.
44
44
  * @extends sap.ui.table.Table
45
- * @version 1.126.0
45
+ * @version 1.127.0
46
46
  *
47
47
  * @constructor
48
48
  * @public
@@ -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.126.0
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.126.0
47
+ * @version 1.127.0
48
48
  * @constructor
49
49
  * @private
50
50
  * @alias sap.ui.table.extensions.AccessibilityRender
@@ -274,7 +274,7 @@ sap.ui.define([
274
274
  *
275
275
  * @extends sap.ui.table.extensions.ExtensionBase
276
276
  * @author SAP SE
277
- * @version 1.126.0
277
+ * @version 1.127.0
278
278
  * @constructor
279
279
  * @private
280
280
  * @alias sap.ui.table.extensions.DragAndDrop
@@ -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.126.0
22
+ * @version 1.127.0
23
23
  * @constructor
24
24
  * @private
25
25
  * @alias sap.ui.table.extensions.ExtensionBase
@@ -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.126.0
270
+ * @version 1.127.0
272
271
  * @constructor
273
272
  * @private
274
273
  * @alias sap.ui.table.extensions.Keyboard
@@ -65,7 +65,7 @@ sap.ui.define([
65
65
  *
66
66
  * @extends sap.ui.base.Object
67
67
  * @author SAP SE
68
- * @version 1.126.0
68
+ * @version 1.127.0
69
69
  * @constructor
70
70
  * @private
71
71
  * @alias sap.ui.table.extensions.KeyboardDelegate
@@ -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.126.0
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.126.0
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.126.0
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.126.0
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.126.0
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.126.0",
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.126.0
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.126.0
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.126.0
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.126.0
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.126.0
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.126.0
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.126.0
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.126.0
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.126.0
417
+ * @version 1.127.0
418
418
  * @enum {string}
419
419
  * @private
420
420
  */
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  *
36
36
  * @extends sap.ui.base.Object
37
37
  * @author SAP SE
38
- * @version 1.126.0
38
+ * @version 1.127.0
39
39
  * @private
40
40
  * @alias sap.ui.table.menus.ColumnHeaderMenuAdapter
41
41
  */
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  *
60
60
  * @extends sap.ui.table.menus.ColumnHeaderMenuAdapter
61
61
  * @author SAP SE
62
- * @version 1.126.0
62
+ * @version 1.127.0
63
63
  * @private
64
64
  * @alias sap.ui.table.menus.MobileColumnHeaderMenuAdapter
65
65
  */
@@ -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 / \u0108\u014F\u013A\u013A\u0105\u03C1\u015F\u0113 \u0143\u014F\u018C\u0113\u2219\u2219\u2219\u2219\u2219]]]
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 \u015F\u0171\u0271\u0271\u0105\u0157\u0177\u2219\u2219\u2219\u2219\u2219\u2219]]]
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 \u015C\u01A4\u0100\u0108\u0114\u0181\u0100\u0158\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
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 \u015C\u01A4\u0100\u0108\u0114\u0181\u0100\u0158\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
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 \u014F\u014B\u010B\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 \u015F\u0113\u013A\u0113\u010B\u0163\u012F\u014B\u011F {0} \u012F\u0163\u0113\u0271\u015F \u0105\u0163 \u0105 \u0163\u012F\u0271\u0113 \u012F\u015F \u03C1\u014F\u015F\u015F\u012F\u0183\u013A\u0113.]]]
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=d0OOJ7G7CvpP5acBWwi5kw_Filter
3
- TBL_FILTER_ITEM=tVBfmjfU9bjrwEClE9+eQg_Filter...
4
- TBL_SORT_ASC=V3bbnxhA8kBf/o8Arkj9cA_Sort Ascending
5
- TBL_SORT_DESC=OpehU7dsQVkeSSOpoxPX9A_Sort Descending
6
- TBL_GROUP=y12rvlRun2qNKJIZlWZQFw_Group
7
- TBL_UNGROUP=Rp+y2eFtHbCWrrqyl529ug_Ungroup
8
- TBL_UNGROUP_ALL=0GyPgsg5YnRE5FylJX8F5g_Ungroup All
9
- TBL_COLUMNS=SbNYbB0rPZGmbZsWhDy7RA_Columns
10
- TBL_FREEZE=5EVCK8UHAYbaVUJyO3SPsg_Freeze
11
- TBL_UNFREEZE=iEtB1rH3b9fO/SE45ogPpA_Unfreeze
12
- TBL_MOVE_UP=fxWX8YUi6bF4K3DWFExcEw_Move Up
13
- TBL_MOVE_DOWN=i5BGuo7krm+XSEqEISM4xg_Move Down
14
- TBL_EXPAND_LEVEL=z2he4lhCFNmMQ+ZnGyMF1g_Expand Level
15
- TBL_COLLAPSE_LEVEL=CFi3N6FpcvhGGr/6TJUxyg_Collapse Level
16
- TBL_EXPAND_ALL=3wfkvL4o3PjxNh34EDcMog_Expand All
17
- TBL_COLLAPSE_ALL=+L3uUnCxoxczUyH+j7CO6g_Collapse All
18
- TBL_SHOW_COLUMN=YpjI8UDklOSfgumpLVEm6w_Show
19
- TBL_HIDE_COLUMN=YReerZoKLnz6C4f2ayOPcg_Hide
20
- TBL_COL_VISBILITY_MENUITEM_SHOW=2g733THqRV2EZQ1WVOVfTw_Show Column
21
- TBL_COL_VISBILITY_MENUITEM_HIDE=0MfCRZgyMEU93NApDtBU1g_Hide Column
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
- TBL_ROW_SELECT=C97pvauewCZc6qjZbb+aKg_Click to Select
24
- TBL_ROW_DESELECT=s7pM08/usgYuNKM0Xh2JbQ_Click to Deselect
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
- TBL_TABLE_SELECTION_MULTI=UeZX3vswETdfyM8NfZC/BA_Multi-Selection Table
28
- TBL_TABLE_SELECTION_SINGLE=/6F1ylzpK2AKR1Ybi2VFGQ_Single-Selection Table
26
+ TBL_TABLE_INVALID=vSJ2SNw4II+Va8OvYXIE5A_Invalid Table
29
27
 
30
- TBL_TABLE_INVALID=CrLRwPSLvjBLjkkdnqGI6w_Invalid Table
28
+ TBL_DATA_ROWS_COLS=pZ5QuoP0OdyO8l4kRTBRvw_Table contains {0} rows and {1} columns
31
29
 
32
- TBL_DATA_ROWS_COLS=2JMktUcvTNNgWEZZUj3meQ_Table contains {0} rows and {1} columns
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
- TBL_ROW_SELECT_KEY=WcvIFdvtokAxDFoaeL+www_To select row, press SPACEBAR
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
- TBL_ANALYTICAL_TABLE_ROLE_DESCRIPTION=V0CLfyf+qjG4N9kaJ+lgRw_Analytical Table
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
- TBL_NO_COLUMNS=Q4fC15T9FOrEaF1CWVi6fQ_Right now, there are no visible columns in the table. Please select the columns you need in the table settings.
37
+ TBL_NO_DATA=qhGWM43R+9yWQf16Lu+PUg_No data
40
38
 
41
- TBL_NO_DATA=fthhD9ZPs1U9ogMCmzHolw_No data
39
+ TBL_SELECT_ALL=oFvLZu2haFY0RCCZS4CMTg_Select All
40
+ TBL_DESELECT_ALL=zwNe6xyCIthDFBrKtkypAQ_Deselect All
42
41
 
43
- TBL_SELECT_ALL=mGunpEOILn844vTBEFUz4A_Select All
44
- TBL_DESELECT_ALL=QdiB8zJfiUL3OJSxbZFZbQ_Deselect All
42
+ TBL_TOGGLE_EDIT_KEY=0c7sPD5xkED4Bfi9wnBPZw_To enter a table cell, press F2
45
43
 
46
- TBL_TOGGLE_EDIT_KEY=/lGwfx5s9/7fjhy0Ku5w+Q_To enter a table cell, press F2
44
+ TBL_COLLAPSE_EXPAND=lv7rIei/fOD7cbW0VtOiVA_Expand/Collapse Node
47
45
 
48
- TBL_COLLAPSE_EXPAND=Vy/wXZemumKhZWV+TiTY2A_Expand / Collapse Node
46
+ TBL_LEAF=SG9YkyUdYpyI92Nbf/R/SA_Node
49
47
 
50
- TBL_LEAF=6GnMDQWv+vwvf9A20R9I7w_Node
48
+ TBL_TOTAL=suV9v/G/yYVHZBMmxXlSLg_Total
51
49
 
52
- TBL_TOTAL=5+/0fek80Ik3GMwHMKRmiw_Total
50
+ TBL_GRAND_TOTAL_ROW=eb8oJ2G0VsMJOxjaLDqBNw_Total summary
53
51
 
54
- TBL_GRAND_TOTAL_ROW=hG4MK9xDl6slBMBXFst5zA_Total summary
52
+ TBL_GROUP_TOTAL_ROW=O9MFp8kvZlpvOVsI1cNukw_Group Summary
55
53
 
56
- TBL_GROUP_TOTAL_ROW=jdDZml7xN1LZx1wdb7eKug_Group summary
54
+ TBL_FIXED_COLUMN=Q2GQTBvagJ5PBS751/QB+w_Fixed Column
57
55
 
58
- TBL_FIXED_COLUMN=K2q/QbZQYHH41Jh/v8+seQ_Fixed Column
56
+ TBL_ROW_ROWCOUNT=GstLG7Y1bAVtQV0iwuZ6MA_Row {0} of {1}
59
57
 
60
- TBL_ROW_ROWCOUNT=1fuTaaMVEr1085C57O2iJw_Row {0} of {1}
58
+ TBL_COL_COLCOUNT=RWj/xWw5MdybJWAOfgJx3Q_Column {0} of {1}
61
59
 
62
- TBL_COL_COLCOUNT=KuBbMPkoefAY54RdQAnJxQ_Column {0} of {1}
60
+ TBL_ROW_GROUP_LABEL=HQti6BCs1KI2k7U+hkKtig_Group Row
63
61
 
64
- TBL_ROW_GROUP_LABEL=1D1GGDaPWG0J7eWe7Tw0jg_Group Row
62
+ TBL_ROW_GROUP_TITLE=xGHsLTZSMZ4oLiQXRnj5pA_{0}\: {1}
65
63
 
66
- TBL_ROW_GROUP_TITLE=m5wwTa4kovInja25SyrEdw_{0}\: {1}
64
+ TBL_ROW_GROUP_TITLE_FULL=qWgejz9MpENYD7DzP9exDw_{0}\: {1} - {2}
67
65
 
68
- TBL_ROW_GROUP_TITLE_FULL=dPBF7qjW3bgMJ83LZ1EMpA_{0}\: {1} - {2}
66
+ TBL_COL_DESC_MENU=P6zLpnAeoJOo7gTaILt2hw_Menu Available
69
67
 
70
- TBL_COL_DESC_MENU=Qg292CD0hdei8skCCJN4Ag_Menu Available
68
+ TBL_COL_DESC_FILTERED=bUwTqs165G71nNeS9BGDVA_Filtered
71
69
 
72
- TBL_COL_DESC_FILTERED=dAb449P082dU08590KDOKg_Filtered
70
+ TBL_COL_DESC_SORTED_ASC=cMT6JI/p5XbJ0gFyizAtoA_Sorted Ascending
73
71
 
74
- TBL_COL_DESC_SORTED_ASC=X7CLBDmwCzy0NiX59kgRvA_Sorted Ascending
72
+ TBL_COL_DESC_SORTED_DES=0TWY5Fzcs3a8ce3v4wh9kw_Sorted Descending
75
73
 
76
- TBL_COL_DESC_SORTED_DES=TaNWA0mxtwoIRUkgSRuzyw_Sorted Descending
74
+ TBL_COL_DESC_SPAN=PVtlm8oLth4RTxvto0LIBQ_Spans {0} columns
77
75
 
78
- TBL_COL_DESC_SPAN=IeviSSQDPD/LSpYkPlFe5A_Spans {0} columns
76
+ TBL_COL_REQUIRED=/UkwVdk6h9x2DfMpCBIS3Q_Contains required content
79
77
 
80
- TBL_COL_REQUIRED=hUv2r/ZuI2qm/M8orv0Lwg_Contains required content
78
+ TBL_CTRL_STATE_DISABLED=eYKFoi4z5tIf/CaBK8giTw_Disabled
81
79
 
82
- TBL_CTRL_STATE_DISABLED=aYVX+rGmmqRdXpBT7ASdMw_Disabled
80
+ TBL_CTRL_STATE_READONLY=TSmLbZ+OgpC/X1oA32OftA_Read Only
83
81
 
84
- TBL_CTRL_STATE_READONLY=/qeKaItnVrzLeGrRV1nONA_Read Only
82
+ TBL_CTRL_STATE_EMPTY=mIN0Aylc1bKz48NYWb/iBQ_Empty
85
83
 
86
- TBL_CTRL_STATE_EMPTY=MYGPw6tcZuRIRxLgB9q6WQ_Empty
84
+ TBL_CTRL_STATE_REQUIRED=DCvnOUQG9xzP87pDmhc4Gg_Required
87
85
 
88
- TBL_CTRL_STATE_REQUIRED=pVWxi1ZBkPVZn7COsmDslg_Required
86
+ TBL_ROW_SELECTION_COLUMN_LABEL=K1BiBBiM37GtUkGQu7WmSQ_Row Header
89
87
 
90
- TBL_ROW_SELECTION_COLUMN_LABEL=RKdeJEhedjUzj4E0KHHkJA_Row Header
88
+ TBL_ROW_ACTION_COLUMN_LABEL=plslqJ+AZuNTVoAUL6Kxcg_Row Actions
91
89
 
92
- TBL_ROW_ACTION_COLUMN_LABEL=UyoUctEcwyM67HHBuwwUlg_Row Actions
90
+ TBL_ROW_ACTION_NO_ACTION=x6ts7jQMoRl1g9kezqwIig_No actions available
93
91
 
94
- TBL_ROW_ACTION_NO_ACTION=JmI+LPYLs3kxbcoqCdm/fA_No actions available
92
+ TBL_ROW_ACTION_SINGLE_ACTION=CZbkNJdRu1HSeEUzg+EdYA_1 action available
95
93
 
96
- TBL_ROW_ACTION_SINGLE_ACTION=NIMsu64TTq6Z2XmQrrJQyw_1 action available
94
+ TBL_ROW_ACTION_MULTIPLE_ACTION=N0w1VYGLHhZgR4v3+9f1EQ_{0} actions available
97
95
 
98
- TBL_ROW_ACTION_MULTIPLE_ACTION=wQVN0Kz7FWXWw7bXP11+xA_{0} actions available
96
+ TBL_ROW_ACTION_NAVIGATE=frzhlefQvo+E+logRfCe3Q_Details
99
97
 
100
- TBL_ROW_ACTION_NAVIGATE=vqQxLmrQ5Ivk6cneBYZm2Q_Details
98
+ TBL_ROW_ACTION_DELETE=9D34l4r2bCAxeYq8iyg07A_Delete
101
99
 
102
- TBL_ROW_ACTION_DELETE=WlCpv4xrY8wxbavvWzs1Hg_Delete
100
+ TBL_ROW_ACTION_MORE=5JHxVU5mjkYHFKbsFVDFAw_More
103
101
 
104
- TBL_ROW_ACTION_MORE=TYTU+Exaau10/3QSlbZwcg_More
102
+ TBL_ROW_STATE_INFORMATION=+hxWuZ8G9Bnw6FdVYbFSjg_Information
105
103
 
106
- TBL_ROW_STATE_INFORMATION=Yh9L79M/OCkKKcG9nre+Yw_Information
104
+ TBL_ROW_STATE_ERROR=Ku0LxgXL+G338NvLbRh1rA_Error
107
105
 
108
- TBL_ROW_STATE_ERROR=hSB1AAGeHHTLqgHIv8VxTg_Error
106
+ TBL_ROW_STATE_WARNING=C7gNxUAnT+oLpVjfYYT3Cw_Warning
109
107
 
110
- TBL_ROW_STATE_WARNING=kG1b3T2I5tFpp95NFhU6sg_Warning
108
+ TBL_ROW_STATE_SUCCESS=P9HRnFxg86B4gbibJ6I05w_Success
111
109
 
112
- TBL_ROW_STATE_SUCCESS=P+djk0jSXbB3WLNy2ScUag_Success
110
+ TBL_ROW_STATE_NAVIGATED=6cJszDSkBTjk0b9kPOzZJg_Navigated
113
111
 
114
- TBL_ROW_STATE_NAVIGATED=ZKTlXOi0Y+9enxzQidHElQ_Navigated
112
+ TBL_ROW_EXPAND_KEY=i24RF/lh690wCj7m2ExTlg_To expand a row, press the spacebar
115
113
 
116
- TBL_ROW_EXPAND_KEY=CIyQEeI74IF6sRLf4xAyfA_To expand row press SPACEBAR
114
+ TBL_ROW_COLLAPSE_KEY=3UJJL05hmWR/9LvjmhSq6w_To collapse a row, press the spacebar
117
115
 
118
- TBL_ROW_COLLAPSE_KEY=Vi6Ig9fd7X2hIpYcDzMGBw_To collapse row press SPACEBAR
116
+ TBL_CREATIONROW_APPLY=buBpFJg2pAHeaMTHYenQrw_Add Row
119
117
 
120
- TBL_CREATIONROW_APPLY=h4b55U1wIx5OFhYjLFVTCQ_Add Row
118
+ TBL_CREATEROW_LABEL=gArd3RhfDVif+GKoLv9kOw_Create new table entry
121
119
 
122
- TBL_CREATEROW_LABEL=c3TWpJE/8u/PHpxp7NnmyQ_Create new table entry
120
+ TBL_SELECT_LIMIT_TITLE=ey4eWWb1HUJs700cCFVRRw_Selection Limit
123
121
 
124
- TBL_SELECT_LIMIT_TITLE=MZkpMh2/1KpDOJSt2JCiCw_Selection Limit
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.126.0
24
+ * @version 1.127.0
25
25
  * @constructor
26
26
  * @private
27
27
  * @alias sap.ui.table.plugins.BindingSelection
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Element
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.126.0
31
+ * @version 1.127.0
32
32
  *
33
33
  * @private
34
34
  * @experimental Since 1.75
@@ -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.126.0
26
+ * @version 1.127.0
27
27
  * @constructor
28
28
  * @private
29
29
  * @alias sap.ui.table.plugins.SelectionModelSelection
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @class Implements the selection methods for a table.
28
28
  * @extends sap.ui.core.Element
29
29
  * @author SAP SE
30
- * @version 1.126.0
30
+ * @version 1.127.0
31
31
  * @public
32
32
  * @since 1.64
33
33
  * @experimental As of version 1.64
@@ -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.126.0
35
+ * @version 1.127.0
36
36
  * @private
37
37
  * @since 1.76
38
38
  * @ui5-restricted sap.ui.mdc
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @public
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.126.0
41
+ * @version 1.127.0
42
42
  */
43
43
  const AutoRowMode = RowMode.extend("sap.ui.table.rowmodes.Auto", /** @lends sap.ui.table.rowmodes.Auto.prototype */ {
44
44
  metadata: {
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @public
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.126.0
30
+ * @version 1.127.0
31
31
  */
32
32
  const FixedRowMode = RowMode.extend("sap.ui.table.rowmodes.Fixed", /** @lends sap.ui.table.rowmodes.Fixed.prototype */ {
33
33
  metadata: {
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * @public
40
40
  *
41
41
  * @author SAP SE
42
- * @version 1.126.0
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: {
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @public
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.126.0
40
+ * @version 1.127.0
41
41
  */
42
42
  const RowMode = Element.extend("sap.ui.table.rowmodes.RowMode", /** @lends sap.ui.table.rowmodes.RowMode.prototype */ {
43
43
  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 module:sap/ui/table/rowmodes/Fixed}
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 module:sap/ui/table/rowmodes/Auto}
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 module:sap/ui/table/rowmodes/Interactive}
31
+ * Equivalent to the default configuration of {@link sap.ui.table.rowmodes.Interactive}
32
32
  *
33
33
  * @public
34
34
  */
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.ui.table.rowmodes.RowMode
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.126.0
26
+ * @version 1.127.0
27
27
  *
28
28
  * @constructor
29
29
  * @private
@@ -214,7 +214,7 @@ sap.ui.define([
214
214
  * Static collection of utility functions related to the sap.ui.table.Table, ...
215
215
  *
216
216
  * @author SAP SE
217
- * @version 1.126.0
217
+ * @version 1.127.0
218
218
  * @namespace
219
219
  * @alias sap.ui.table.utils.TableUtils
220
220
  * @private
@@ -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.126.0
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.126.0
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.126.0
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.126.0
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.126.0
45
+ * @version 1.127.0
46
46
  * @namespace
47
47
  * @alias sap.ui.table.utils._MenuUtils
48
48
  * @private