@openui5/sap.ui.table 1.71.66 → 1.71.68

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 (39) hide show
  1. package/package.json +3 -3
  2. package/src/sap/ui/table/.library +1 -1
  3. package/src/sap/ui/table/AnalyticalColumn.js +1 -1
  4. package/src/sap/ui/table/AnalyticalColumnMenu.js +1 -1
  5. package/src/sap/ui/table/AnalyticalTable.js +1 -1
  6. package/src/sap/ui/table/Column.js +1 -1
  7. package/src/sap/ui/table/ColumnMenu.js +1 -1
  8. package/src/sap/ui/table/CreationRow.js +1 -1
  9. package/src/sap/ui/table/Row.js +1 -1
  10. package/src/sap/ui/table/RowAction.js +1 -1
  11. package/src/sap/ui/table/RowActionItem.js +1 -1
  12. package/src/sap/ui/table/RowSettings.js +1 -1
  13. package/src/sap/ui/table/Table.js +1 -1
  14. package/src/sap/ui/table/TableAccExtension.js +1 -1
  15. package/src/sap/ui/table/TableAccRenderExtension.js +1 -1
  16. package/src/sap/ui/table/TableBindingUtils.js +1 -1
  17. package/src/sap/ui/table/TableColumnUtils.js +1 -1
  18. package/src/sap/ui/table/TableDragAndDropExtension.js +1 -1
  19. package/src/sap/ui/table/TableExtension.js +1 -1
  20. package/src/sap/ui/table/TableGrouping.js +1 -1
  21. package/src/sap/ui/table/TableKeyboardDelegate2.js +1 -1
  22. package/src/sap/ui/table/TableKeyboardExtension.js +1 -1
  23. package/src/sap/ui/table/TableMenuUtils.js +1 -1
  24. package/src/sap/ui/table/TablePersoController.js +1 -1
  25. package/src/sap/ui/table/TablePointerExtension.js +1 -1
  26. package/src/sap/ui/table/TableScrollExtension.js +1 -1
  27. package/src/sap/ui/table/TableSyncExtension.js +1 -1
  28. package/src/sap/ui/table/TableUtils.js +1 -1
  29. package/src/sap/ui/table/TreeTable.js +1 -1
  30. package/src/sap/ui/table/library.js +10 -10
  31. package/src/sap/ui/table/messagebundle_en_US_saptrc.properties +78 -146
  32. package/src/sap/ui/table/plugins/BindingSelectionPlugin.js +1 -1
  33. package/src/sap/ui/table/plugins/SelectionModelPlugin.js +1 -1
  34. package/src/sap/ui/table/plugins/SelectionPlugin.js +1 -1
  35. package/src/sap/ui/table/rowmodes/AutoRowMode.js +1 -1
  36. package/src/sap/ui/table/rowmodes/FixedRowMode.js +1 -1
  37. package/src/sap/ui/table/rowmodes/InteractiveRowMode.js +1 -1
  38. package/src/sap/ui/table/rowmodes/RowMode.js +1 -1
  39. package/src/sap/ui/table/rowmodes/VariableRowMode.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.table",
3
- "version": "1.71.66",
3
+ "version": "1.71.68",
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.71.66",
18
- "@openui5/sap.ui.unified": "1.71.66"
17
+ "@openui5/sap.ui.core": "1.71.68",
18
+ "@openui5/sap.ui.unified": "1.71.68"
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.71.66</version>
9
+ <version>1.71.68</version>
10
10
 
11
11
  <documentation>Table-like controls, mainly for desktop scenarios.</documentation>
12
12
 
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * @extends sap.ui.table.Column
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.71.66
49
+ * @version 1.71.68
50
50
  *
51
51
  * @constructor
52
52
  * @public
@@ -23,7 +23,7 @@ sap.ui.define(['./ColumnMenu', "sap/ui/unified/MenuRenderer", './library', "sap/
23
23
  * @extends sap.ui.table.ColumnMenu
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.71.66
26
+ * @version 1.71.68
27
27
  *
28
28
  * @constructor
29
29
  * @public
@@ -60,7 +60,7 @@ sap.ui.define([
60
60
  * @see http://scn.sap.com/docs/DOC-44986
61
61
  *
62
62
  * @extends sap.ui.table.Table
63
- * @version 1.71.66
63
+ * @version 1.71.68
64
64
  *
65
65
  * @constructor
66
66
  * @public
@@ -69,7 +69,7 @@ function(
69
69
  * @class
70
70
  * The column allows you to define column specific properties that will be applied when rendering the table.
71
71
  * @extends sap.ui.core.Element
72
- * @version 1.71.66
72
+ * @version 1.71.68
73
73
  *
74
74
  * @constructor
75
75
  * @public
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @class
34
34
  * The column menu provides all common actions that can be performed on a column.
35
35
  * @extends sap.ui.unified.Menu
36
- * @version 1.71.66
36
+ * @version 1.71.68
37
37
  *
38
38
  * @constructor
39
39
  * @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.71.66
35
+ * @version 1.71.68
36
36
  *
37
37
  * @constructor
38
38
  * @private
@@ -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.71.66
22
+ * @version 1.71.68
23
23
  *
24
24
  * @constructor
25
25
  * @public
@@ -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.71.66
43
+ * @version 1.71.68
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -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.71.66
28
+ * @version 1.71.68
29
29
  * @since 1.45.0
30
30
  *
31
31
  * @constructor
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * The <code>RowSettings</code> control allows you to configure a row.
25
25
  * You can only use this control in the context of the <code>sap.ui.table.Table</code> control to define row settings.
26
26
  * @extends sap.ui.core.Element
27
- * @version 1.71.66
27
+ * @version 1.71.68
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -95,7 +95,7 @@ sap.ui.define([
95
95
  * the data model and binding being used.
96
96
  * </p>
97
97
  * @extends sap.ui.core.Control
98
- * @version 1.71.66
98
+ * @version 1.71.68
99
99
  *
100
100
  * @constructor
101
101
  * @public
@@ -914,7 +914,7 @@ sap.ui.define([
914
914
  * @class Extension for sap.ui.table.Table which handles ACC related things.
915
915
  * @extends sap.ui.table.TableExtension
916
916
  * @author SAP SE
917
- * @version 1.71.66
917
+ * @version 1.71.68
918
918
  * @constructor
919
919
  * @private
920
920
  * @alias sap.ui.table.TableAccExtension
@@ -42,7 +42,7 @@ sap.ui.define(["./TableExtension", "./TableUtils", "./library"], function(TableE
42
42
  * @class Extension for sap.ui.table.TableRenderer which handles ACC related things.
43
43
  * @extends sap.ui.table.TableExtension
44
44
  * @author SAP SE
45
- * @version 1.71.66
45
+ * @version 1.71.68
46
46
  * @constructor
47
47
  * @private
48
48
  * @alias sap.ui.table.TableAccRenderExtension
@@ -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.71.66
17
+ * @version 1.71.68
18
18
  * @namespace
19
19
  * @alias sap.ui.table.TableBindingUtils
20
20
  * @private
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * Note: Do not access the function of this helper directly but via <code>sap.ui.table.TableUtils.Column...</code>
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.71.66
21
+ * @version 1.71.68
22
22
  * @namespace
23
23
  * @alias sap.ui.table.TableColumnUtils
24
24
  * @private
@@ -257,7 +257,7 @@ sap.ui.define([
257
257
  *
258
258
  * @extends sap.ui.table.TableExtension
259
259
  * @author SAP SE
260
- * @version 1.71.66
260
+ * @version 1.71.68
261
261
  * @constructor
262
262
  * @private
263
263
  * @alias sap.ui.table.TableDragAndDropExtension
@@ -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.71.66
22
+ * @version 1.71.68
23
23
  * @constructor
24
24
  * @private
25
25
  * @alias sap.ui.table.TableExtension
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * Note: Do not access the function of this helper directly but via <code>sap.ui.table.TableUtils.Grouping...</code>
21
21
  *
22
22
  * @author SAP SE
23
- * @version 1.71.66
23
+ * @version 1.71.68
24
24
  * @namespace
25
25
  * @alias sap.ui.table.TableGrouping
26
26
  * @private
@@ -67,7 +67,7 @@ sap.ui.define([
67
67
  *
68
68
  * @extends sap.ui.base.Object
69
69
  * @author SAP SE
70
- * @version 1.71.66
70
+ * @version 1.71.68
71
71
  * @constructor
72
72
  * @private
73
73
  * @alias sap.ui.table.TableKeyboardDelegate2
@@ -295,7 +295,7 @@ sap.ui.define([
295
295
  * @class Extension for sap.ui.table.Table which handles keyboard related things.
296
296
  * @extends sap.ui.table.TableExtension
297
297
  * @author SAP SE
298
- * @version 1.71.66
298
+ * @version 1.71.68
299
299
  * @constructor
300
300
  * @private
301
301
  * @alias sap.ui.table.TableKeyboardExtension
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * Note: Do not access the function of this helper directly but via <code>sap.ui.table.TableUtils.Menu...</code>
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.71.66
26
+ * @version 1.71.68
27
27
  * @namespace
28
28
  * @alias sap.ui.table.TableMenuUtils
29
29
  * @private
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.base.ManagedObject
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.71.66
30
+ * @version 1.71.68
31
31
  * @since 1.21.1
32
32
  *
33
33
  * @constructor
@@ -819,7 +819,7 @@ sap.ui.define([
819
819
  * @class Extension for sap.ui.table.Table which handles mouse and touch related things.
820
820
  * @extends sap.ui.table.TableExtension
821
821
  * @author SAP SE
822
- * @version 1.71.66
822
+ * @version 1.71.68
823
823
  * @constructor
824
824
  * @private
825
825
  * @alias sap.ui.table.TablePointerExtension
@@ -1368,7 +1368,7 @@ sap.ui.define([
1368
1368
  * @class Extension for sap.ui.table.Table which handles scrolling.
1369
1369
  * @extends sap.ui.table.TableExtension
1370
1370
  * @author SAP SE
1371
- * @version 1.71.66
1371
+ * @version 1.71.68
1372
1372
  * @constructor
1373
1373
  * @private
1374
1374
  * @alias sap.ui.table.TableScrollExtension
@@ -131,7 +131,7 @@ sap.ui.define([
131
131
  * @class Extension for sap.ui.table.Table that allows synchronization with a table.
132
132
  * @extends sap.ui.table.TableExtension
133
133
  * @author SAP SE
134
- * @version 1.71.66
134
+ * @version 1.71.68
135
135
  * @constructor
136
136
  * @private
137
137
  * @alias sap.ui.table.TableSyncExtension
@@ -207,7 +207,7 @@ sap.ui.define([
207
207
  * Static collection of utility functions related to the sap.ui.table.Table, ...
208
208
  *
209
209
  * @author SAP SE
210
- * @version 1.71.66
210
+ * @version 1.71.68
211
211
  * @namespace
212
212
  * @alias sap.ui.table.TableUtils
213
213
  * @private
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @class
41
41
  * The TreeTable control provides a comprehensive set of features to display hierarchical data.
42
42
  * @extends sap.ui.table.Table
43
- * @version 1.71.66
43
+ * @version 1.71.68
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -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.71.66",
20
+ version: "1.71.68",
21
21
  dependencies : ["sap.ui.core","sap.ui.unified"],
22
22
  designtime: "sap/ui/table/designtime/library.designtime",
23
23
  types: [
@@ -77,7 +77,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
77
77
  * @namespace
78
78
  * @alias sap.ui.table
79
79
  * @author SAP SE
80
- * @version 1.71.66
80
+ * @version 1.71.68
81
81
  * @public
82
82
  */
83
83
  var thisLib = sap.ui.table;
@@ -85,7 +85,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
85
85
  /**
86
86
  * Navigation mode of the table
87
87
  *
88
- * @version 1.71.66
88
+ * @version 1.71.68
89
89
  * @enum {string}
90
90
  * @public
91
91
  * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
@@ -113,7 +113,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
113
113
  /**
114
114
  * Row Action types.
115
115
  *
116
- * @version 1.71.66
116
+ * @version 1.71.68
117
117
  * @enum {string}
118
118
  * @public
119
119
  * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
@@ -144,7 +144,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
144
144
  /**
145
145
  * Selection behavior of the table
146
146
  *
147
- * @version 1.71.66
147
+ * @version 1.71.68
148
148
  * @enum {string}
149
149
  * @public
150
150
  * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
@@ -175,7 +175,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
175
175
  /**
176
176
  * Selection mode of the table
177
177
  *
178
- * @version 1.71.66
178
+ * @version 1.71.68
179
179
  * @enum {string}
180
180
  * @public
181
181
  * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
@@ -213,7 +213,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
213
213
  /**
214
214
  * Sort order of a column
215
215
  *
216
- * @version 1.71.66
216
+ * @version 1.71.68
217
217
  * @enum {string}
218
218
  * @public
219
219
  * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
@@ -238,7 +238,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
238
238
  /**
239
239
  * VisibleRowCountMode of the table
240
240
  *
241
- * @version 1.71.66
241
+ * @version 1.71.68
242
242
  * @enum {string}
243
243
  * @public
244
244
  * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
@@ -270,7 +270,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
270
270
  *
271
271
  * Contains IDs of shared DOM references, which should be accessible to inheriting controls via getDomRef() function.
272
272
  *
273
- * @version 1.71.66
273
+ * @version 1.71.68
274
274
  * @enum {string}
275
275
  * @public
276
276
  */
@@ -342,7 +342,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/model/TreeAutoExpandMode',
342
342
  *
343
343
  * This is an alias for {@link sap.ui.model.TreeAutoExpandMode} and kept for compatibility reasons.
344
344
  *
345
- * @version 1.71.66
345
+ * @version 1.71.68
346
346
  * @enum {string}
347
347
  * @public
348
348
  */
@@ -1,184 +1,116 @@
1
- #This is the resource bundle for the sap.ui.table library
2
- #
3
-
4
- #XMIT: Menuitem to filter
5
- TBL_FILTER=d0OOJ7G7CvpP5acBWwi5kw_Filter
6
- #XMIT: Menuitem to e.g. open a filter dialog
7
- TBL_FILTER_ITEM=tVBfmjfU9bjrwEClE9+eQg_Filter...
8
- #XMIT: Menuitem to sort descending
9
- TBL_SORT_ASC=V3bbnxhA8kBf/o8Arkj9cA_Sort Ascending
10
- #XMIT: Menuitem to sort descending
11
- TBL_SORT_DESC=OpehU7dsQVkeSSOpoxPX9A_Sort Descending
12
- #XMIT: Menuitem to group the column by its values
13
- TBL_GROUP=y12rvlRun2qNKJIZlWZQFw_Group
14
- #XMIT: Menuitem to ungroup the column
15
- TBL_UNGROUP=Rp+y2eFtHbCWrrqyl529ug_Ungroup
16
- #XMIT: Menuitem to ungroup all columns
17
- TBL_UNGROUP_ALL=0GyPgsg5YnRE5FylJX8F5g_Ungroup All
18
- #XMIT: Menuitem to show the column visibility menu
19
- TBL_COLUMNS=SbNYbB0rPZGmbZsWhDy7RA_Columns
20
- #XMIT: Menuitem to freeze the columns till the current one
21
- TBL_FREEZE=5EVCK8UHAYbaVUJyO3SPsg_Freeze
22
- #XMIT: Menuitem to unfreeze the columns
23
- TBL_UNFREEZE=iEtB1rH3b9fO/SE45ogPpA_Unfreeze
24
- #XMIT: Menuitem to move a group up one level
25
- TBL_MOVE_UP=fxWX8YUi6bF4K3DWFExcEw_Move Up
26
- #XMIT: Menuitem to move a group down one level
27
- TBL_MOVE_DOWN=i5BGuo7krm+XSEqEISM4xg_Move Down
28
- #XMIT: Menuitem to collapse all groups in a specific level
29
- TBL_COLLAPSE_LEVEL=CFi3N6FpcvhGGr/6TJUxyg_Collapse Level
30
- #XMIT: Menuitem to collapse all open groups
31
- TBL_COLLAPSE_ALL=+L3uUnCxoxczUyH+j7CO6g_Collapse All
32
- #XMIT: Menuitem to set grouped column visible
33
- TBL_SHOW_COLUMN=YpjI8UDklOSfgumpLVEm6w_Show
34
- #XMIT: Menuitem to hide grouped column
35
- TBL_HIDE_COLUMN=YReerZoKLnz6C4f2ayOPcg_Hide
36
- #XMIT: Menuitem in column visibility menu to set column visible
37
- TBL_COL_VISBILITY_MENUITEM_SHOW=2g733THqRV2EZQ1WVOVfTw_Show Column
38
- #XMIT: Menuitem in column visibility menu to hide column
39
- TBL_COL_VISBILITY_MENUITEM_HIDE=0MfCRZgyMEU93NApDtBU1g_Hide Column
40
-
41
- #XTOL: tooltip for row selection
42
- TBL_ROW_SELECT=C97pvauewCZc6qjZbb+aKg_Click to Select
43
- #XTOL: tooltip for row deselection
44
- TBL_ROW_DESELECT=s7pM08/usgYuNKM0Xh2JbQ_Click to Deselect
45
- #XTOL: tooltip for row selection in multi toggle selection mode
46
- TBL_ROW_SELECT_MULTI_TOGGLE=irRIFa48EE610d3mX9ifWQ_Click to select or press SHIFT and click to select a range
47
-
48
- #XACT: accessibilty description for a table with enabled mutli-selection for rows (for the ScreenReader)
49
- TBL_TABLE_SELECTION_MULTI=UeZX3vswETdfyM8NfZC/BA_Multi-Selection Table
50
- #XACT: accessibilty description for a table with enabled single-selection for rows (for the ScreenReader)
51
- TBL_TABLE_SELECTION_SINGLE=/6F1ylzpK2AKR1Ybi2VFGQ_Single-Selection Table
52
-
53
- #XACT: accessibilty description for an invalid table (for the ScreenReader)
54
- TBL_TABLE_INVALID=CrLRwPSLvjBLjkkdnqGI6w_Invalid Table
55
-
56
- #XACT: accessibilty description for count of rows and columns
57
- TBL_DATA_ROWS_COLS=2JMktUcvTNNgWEZZUj3meQ_Table contains {0} rows and {1} columns
58
-
59
- #XACT: accessibilty description for row selection via keyboard
60
- TBL_ROW_SELECT_KEY=WcvIFdvtokAxDFoaeL+www_To select row, press SPACEBAR
61
- #XACT: accessibilty description for row deselection via keyboard
62
- TBL_ROW_DESELECT_KEY=C+qxj759PSwXcnYnm/CLEQ_To deselect row, press SPACEBAR
63
-
64
- #XMSG: Table content text when no controls are rendered
65
- TBL_NO_DATA=fthhD9ZPs1U9ogMCmzHolw_No data
66
-
67
- #XTOL: Tooltip for the select all row header
68
- TBL_SELECT_ALL=mGunpEOILn844vTBEFUz4A_Select All
69
- #XTOL: Tooltip for the select all row header
70
- TBL_DESELECT_ALL=QdiB8zJfiUL3OJSxbZFZbQ_Deselect All
71
1
 
72
- #XACT: accessibilty description for toggling the edit mode on a cell via keyboard
73
- TBL_TOGGLE_EDIT_KEY=/lGwfx5s9/7fjhy0Ku5w+Q_To enter a table cell, press F2
2
+ TBL_FILTER=krXFqHzLa5cUZdVx6vpksw_Filter
3
+ TBL_FILTER_ITEM=Cf9mvUYK14gxcRL0esfgzg_Filter...
4
+ TBL_SORT_ASC=1dtEggSjrZLq/4PIOcnu/Q_Sort Ascending
5
+ TBL_SORT_DESC=yr9cuE1Sk++aG8srqGmENg_Sort Descending
6
+ TBL_GROUP=feEtfIlbhpRBz8x8yXxhrA_Group
7
+ TBL_UNGROUP=97xzhhvKmyvU9Pb1rAHy4w_Ungroup
8
+ TBL_UNGROUP_ALL=hnZfm+ND3RZibvqqEZd0yA_Ungroup All
9
+ TBL_COLUMNS=Wc05X0hEHcUg6q8tKjnrZA_Columns
10
+ TBL_FREEZE=4xasF1WpNSjQ13t4+pbrAQ_Freeze
11
+ TBL_UNFREEZE=HGwOmRshRyTouN9q1PyJzA_Unfreeze
12
+ TBL_MOVE_UP=LTOj8JCzpVgmpp8nzIMGog_Move Up
13
+ TBL_MOVE_DOWN=aD+MoDyqUEfK8x38mUsp8g_Move Down
14
+ TBL_EXPAND_LEVEL=iKsSfxxYwaajGQhkgwbbuA_Expand Level
15
+ TBL_COLLAPSE_LEVEL=Z07mgl/7ZSDzGml3vUPKOQ_Collapse Level
16
+ TBL_EXPAND_ALL=I9gGj2KoTRS+Kif6GKfCzQ_Expand All
17
+ TBL_COLLAPSE_ALL=x4tQ3kvEy8EeiMj9OssYQg_Collapse All
18
+ TBL_SHOW_COLUMN=VNWF5wmJz1WP98EOlSAG5g_Show
19
+ TBL_HIDE_COLUMN=0wG2kbcXz8WBRZeuDq/qiw_Hide
20
+ TBL_COL_VISBILITY_MENUITEM_SHOW=jNrQcs5VH3A8EbcrlvCpLw_Show Column
21
+ TBL_COL_VISBILITY_MENUITEM_HIDE=4dvLy0RTB2UfMVZ1ZmhQFQ_Hide Column
74
22
 
75
- #XTOL: Expand a tree table node
76
- TBL_EXPAND=TdoG4R9m2BUBFeE+Ksc/pA_Expand Node
23
+ TBL_ROW_SELECT=t8hIDemz6Dzy2Se/+T0Raw_Click to Select
24
+ TBL_ROW_DESELECT=sgIOJIohmAZv2Virf2IRyg_Click to Deselect
25
+ TBL_ROW_SELECT_MULTI_TOGGLE=ynztiauayrq+AqZxrKPAgw_Click to select or press SHIFT and click to select a range
77
26
 
78
- #XTOL: Collapse a tree table node
79
- TBL_COLLAPSE=HvHd5m8S3WXJI+CIBXtk8g_Collapse Node
27
+ TBL_TABLE_SELECTION_MULTI=XI3oC9MrC7WmUC0FhUDO2Q_Multi-Selection Table
28
+ TBL_TABLE_SELECTION_SINGLE=DnR3N39GG61sdVn9V4wbrQ_Single-Selection Table
80
29
 
81
- #XTOL: Tree Leaf Node
82
- TBL_LEAF=6GnMDQWv+vwvf9A20R9I7w_Node
30
+ TBL_TABLE_INVALID=WbnNM+IT7pZqxDbggyM0og_Invalid Table
83
31
 
84
- #XMIT: Menuitem to sum
85
- TBL_TOTAL=5+/0fek80Ik3GMwHMKRmiw_Total
32
+ TBL_DATA_ROWS_COLS=nt7K1GLJbfsDdfCThZ076g_Table contains {0} rows and {1} columns
86
33
 
87
- #XACT: accessability description for table grand total row
88
- TBL_GRAND_TOTAL_ROW=fkTFMm9oFQTaOsfUTtfqYw_Total Sum
34
+ TBL_ROW_SELECT_KEY=P+zY3OEE4N7VPRytILqy1Q_To select row, press SPACEBAR
35
+ TBL_ROW_DESELECT_KEY=/ea1PNGP5peaRvQOaJ35YQ_To deselect row, press SPACEBAR
89
36
 
90
- #XACT: accessability description for group totals
91
- TBL_GROUP_TOTAL_ROW=pY6/oMx2oQSZH312c7RrjA_Totals for Group
37
+ TBL_NO_DATA=daxBhc0fbSrrdRyN1DNakw_No data
92
38
 
93
- #XACT: accessibilty description fixed columns
94
- TBL_FIXED_COLUMN=K2q/QbZQYHH41Jh/v8+seQ_Fixed Column
39
+ TBL_SELECT_ALL=oKcTlG/G1JyEbMgjrzZk0g_Select All
40
+ TBL_DESELECT_ALL=ApJlRa2msjH2Xsr/sPWa4w_Deselect All
95
41
 
96
- #XACT: accessibility description for focused row count
97
- TBL_ROW_ROWCOUNT=1fuTaaMVEr1085C57O2iJw_Row {0} of {1}
42
+ TBL_TOGGLE_EDIT_KEY=2mjmyba9ujS6Ld7/Jit/Xg_To enter a table cell, press F2
98
43
 
99
- #XACT: accessibility description for focused column count
100
- TBL_COL_COLCOUNT=KuBbMPkoefAY54RdQAnJxQ_Column {0} of {1}
44
+ TBL_EXPAND=8AKPhTwcuWiKqB9/CkaCAg_Expand Node
101
45
 
102
- #XACT: accessibility label for a row header cell
103
- TBL_ROW_HEADER_LABEL=JEHodqd4bF5UbkFp1iNhLg_Row Header
46
+ TBL_COLLAPSE=ye/kvLW8XcgUsrx/tfRszw_Collapse Node
104
47
 
105
- #XACT: accessibility label for a column row header cell (cell on the top left of the table)
106
- TBL_ROW_COL_HEADER_LABEL=cu0K38U0Lk3gI0c7T25v3A_Column Row Header
48
+ TBL_LEAF=/8p4U9hRWSg82ccZHuHc/g_Node
107
49
 
108
- #XACT: accessibility label for a grouping row
109
- TBL_ROW_GROUP_LABEL=1D1GGDaPWG0J7eWe7Tw0jg_Group Row
50
+ TBL_TOTAL=quiKm+T6jbksGzP/FHO85A_Total
110
51
 
111
- #XACT: accessibility description for a selected row
112
- TBL_ROW_DESC_SELECTED=bqtRZ5iGWT7hvbBgQit+IA_Row Selected
52
+ TBL_GRAND_TOTAL_ROW=pzKWCtxtxi9Em35UFEBDfA_Total Sum
113
53
 
114
- #XACT: accessibility description for a column when menu is available
115
- TBL_COL_DESC_MENU=Qg292CD0hdei8skCCJN4Ag_Menu Available
54
+ TBL_GROUP_TOTAL_ROW=B4hZj/yBrB2TWhHqwon4bg_Totals for Group
116
55
 
117
- #XACT: accessibility description for a filtered column
118
- TBL_COL_DESC_FILTERED=dAb449P082dU08590KDOKg_Filtered
56
+ TBL_FIXED_COLUMN=oEcrCtqCzUiImh5KJ7W+hA_Fixed Column
119
57
 
120
- #XACT: accessibility description for a sorted column
121
- TBL_COL_DESC_SORTED_ASC=X7CLBDmwCzy0NiX59kgRvA_Sorted Ascending
58
+ TBL_ROW_ROWCOUNT=dMduDuCugRQyWgEZ0QA8tQ_Row {0} of {1}
122
59
 
123
- #XACT: accessibility description for a sorted column
124
- TBL_COL_DESC_SORTED_DES=TaNWA0mxtwoIRUkgSRuzyw_Sorted Descending
60
+ TBL_COL_COLCOUNT=56YPVSDmosNQVwExODVXqg_Column {0} of {1}
125
61
 
126
- #XACT: accessibility description of how many columns are spanned by a column header
127
- TBL_COL_DESC_SPAN=IeviSSQDPD/LSpYkPlFe5A_Spans {0} columns
62
+ TBL_ROW_HEADER_LABEL=LCOduUe3fbumt/4TqkyJ6w_Row Header
128
63
 
129
- #XACT: state which should be announced by screenreaders if the element in a table cell is disabled
130
- TBL_CTRL_STATE_DISABLED=aYVX+rGmmqRdXpBT7ASdMw_Disabled
64
+ TBL_ROW_COL_HEADER_LABEL=VUMQx1q8hGF+P6AFoyecjw_Column Row Header
131
65
 
132
- #XACT: state which should be announced by screenreaders if the element in a table cell is readonly
133
- TBL_CTRL_STATE_READONLY=/qeKaItnVrzLeGrRV1nONA_Read Only
66
+ TBL_ROW_GROUP_LABEL=oxv4nzsbmG1xsAg626zndQ_Group Row
134
67
 
135
- #XTIT: Title of the Row Action Column
136
- TBL_ROW_ACTION_COLUMN_LABEL=UyoUctEcwyM67HHBuwwUlg_Row Actions
68
+ TBL_ROW_DESC_SELECTED=9wLLHyWnI6sw6d+qanv9oA_Row Selected
137
69
 
138
- #XACT: Screenreader should announce when no actions are available
139
- TBL_ROW_ACTION_NO_ACTION=JmI+LPYLs3kxbcoqCdm/fA_No actions available
70
+ TBL_COL_DESC_MENU=iKXOO5Tv9z8RnoivxEVSiQ_Menu Available
140
71
 
141
- #XACT: Screenreader should announce when a action is available
142
- TBL_ROW_ACTION_SINGLE_ACTION=NIMsu64TTq6Z2XmQrrJQyw_1 action available
72
+ TBL_COL_DESC_FILTERED=6RLNAjd1b5nj1oBmk6hgfg_Filtered
143
73
 
144
- #XACT: Screenreader should announce when several actions are available
145
- TBL_ROW_ACTION_MULTIPLE_ACTION=wQVN0Kz7FWXWw7bXP11+xA_{0} actions available
74
+ TBL_COL_DESC_SORTED_ASC=DOlEw07jss7gplSmN52T3g_Sorted Ascending
146
75
 
147
- #XTOL: Tooltip for Navigation Action Icon in Table Row
148
- TBL_ROW_ACTION_NAVIGATE=vqQxLmrQ5Ivk6cneBYZm2Q_Details
76
+ TBL_COL_DESC_SORTED_DES=AMiKM8UzHNKkqoMWjpOT+A_Sorted Descending
149
77
 
150
- #XTOL: Tooltip for Delete Action Icon in Table Row
151
- TBL_ROW_ACTION_DELETE=WlCpv4xrY8wxbavvWzs1Hg_Delete
78
+ TBL_COL_DESC_SPAN=uwlb94keCzDiTNmjxf94Nw_Spans {0} columns
152
79
 
153
- #XTOL: Tooltip for More Actions Icon in Table Row
154
- TBL_ROW_ACTION_MORE=TYTU+Exaau10/3QSlbZwcg_More
80
+ TBL_CTRL_STATE_DISABLED=F270bKY6FjkiSX3cd9+/rg_Disabled
155
81
 
156
- #XACT: ARIA announcement for the information state of the table row
157
- TBL_ROW_STATE_INFORMATION=Yh9L79M/OCkKKcG9nre+Yw_Information
82
+ TBL_CTRL_STATE_READONLY=Dz49nksrdJZN2OUIPOGg4A_Read Only
158
83
 
159
- #XACT: ARIA announcement for the error state of the table row
160
- TBL_ROW_STATE_ERROR=hSB1AAGeHHTLqgHIv8VxTg_Error
84
+ TBL_ROW_ACTION_COLUMN_LABEL=qssVTzXYpnAKvqcKKkcAtg_Row Actions
161
85
 
162
- #XACT: ARIA announcement for the warning state of the table row
163
- TBL_ROW_STATE_WARNING=kG1b3T2I5tFpp95NFhU6sg_Warning
86
+ TBL_ROW_ACTION_NO_ACTION=UMtSITloKJWZe1UuStbgIg_No actions available
164
87
 
165
- #XACT: ARIA announcement for the success state of the table row
166
- TBL_ROW_STATE_SUCCESS=P+djk0jSXbB3WLNy2ScUag_Success
88
+ TBL_ROW_ACTION_SINGLE_ACTION=rN24lSPxkEnLbEZCDDUt3A_1 action available
167
89
 
168
- #XACT: accessibilty description for expanding the table row via keyboard
169
- TBL_ROW_EXPAND_KEY=CIyQEeI74IF6sRLf4xAyfA_To expand row press SPACEBAR
90
+ TBL_ROW_ACTION_MULTIPLE_ACTION=jGeyWu1+ePZL5iPr3Onygw_{0} actions available
170
91
 
171
- #XACT: accessibilty description for collapsing the table row via keyboard
172
- TBL_ROW_COLLAPSE_KEY=Vi6Ig9fd7X2hIpYcDzMGBw_To collapse row press SPACEBAR
92
+ TBL_ROW_ACTION_NAVIGATE=rtkfD4yVj+n4ZyJ1iE8/bg_Details
173
93
 
174
- #XBUT: Text of the apply button to save the data entered in the "creation row", a form in the table for creating new rows.
175
- TBL_CREATIONROW_APPLY=I7Av2Umxke1TmPs4LXGg0Q_Apply
94
+ TBL_ROW_ACTION_DELETE=QXIv5gT3TD16n7Ebv3yZRg_Delete
176
95
 
177
- #XACT: Accessibilty label for the table creation row
178
- TBL_CREATEROW_LABEL=c3TWpJE/8u/PHpxp7NnmyQ_Create new table entry
96
+ TBL_ROW_ACTION_MORE=4h+RXTMatZUQHKX7K9Zuiw_More
179
97
 
180
- #XTIT: Title of the message popover on the last selected item, when the selection was limited
181
- TBL_SELECT_LIMIT_TITLE=MZkpMh2/1KpDOJSt2JCiCw_Selection Limit
98
+ TBL_ROW_STATE_INFORMATION=COn6B3xDFsG/mB7GSvM9Hg_Information
182
99
 
183
- #XMSG: Message popover on the last selected item, when the selection was limited
184
- 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.
100
+ TBL_ROW_STATE_ERROR=76yLeHusT8sy4zeCoOVVNg_Error
101
+
102
+ TBL_ROW_STATE_WARNING=iZnns3/d5cn8dWDv8n44Uw_Warning
103
+
104
+ TBL_ROW_STATE_SUCCESS=2NGetwME9aETb+RpnElBVA_Success
105
+
106
+ TBL_ROW_EXPAND_KEY=jbeXGjkAEzpZmnbmCEc6Qg_To expand a row, press the spacebar
107
+
108
+ TBL_ROW_COLLAPSE_KEY=5aNIxFdCz6jFPIDU9xY3aw_To collapse a row, press the spacebar
109
+
110
+ TBL_CREATIONROW_APPLY=eWsTxj+e+xLw229hs9Bq+Q_Apply
111
+
112
+ TBL_CREATEROW_LABEL=d9hyaU3PXCjvDlruhZOw2g_Create new table entry
113
+
114
+ TBL_SELECT_LIMIT_TITLE=9eT5O7DhM/0RPHmMQC5s3g_Selection Limit
115
+
116
+ TBL_SELECT_LIMIT=ZCmosTwSpX+PzMbN7xHhvw_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.
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  *
23
23
  * @class Implements the selection methods for TreeTable and AnalyticalTable
24
24
  * @extends sap.ui.table.plugins.SelectionPlugin
25
- * @version 1.71.66
25
+ * @version 1.71.68
26
26
  * @constructor
27
27
  * @private
28
28
  * @alias sap.ui.table.plugins.BindingSelectionPlugin
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  *
25
25
  * @class Implements the selection methods for a Table
26
26
  * @extends sap.ui.table.plugins.SelectionPlugin
27
- * @version 1.71.66
27
+ * @version 1.71.68
28
28
  * @constructor
29
29
  * @private
30
30
  * @alias sap.ui.table.plugins.SelectionModelPlugin
@@ -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.71.66
30
+ * @version 1.71.68
31
31
  * @public
32
32
  * @since 1.64
33
33
  * @experimental As of version 1.64
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @ui5-restricted sap.ui.mdc
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.71.66
36
+ * @version 1.71.68
37
37
  * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
38
38
  */
39
39
  var AutoRowMode = RowMode.extend("sap.ui.table.rowmodes.AutoRowMode", /** @lends sap.ui.table.rowmodes.AutoRowMode.prototype */ {
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @ui5-restricted sap.ui.mdc
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.71.66
32
+ * @version 1.71.68
33
33
  *
34
34
  * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
35
35
  */
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @ui5-restricted sap.ui.mdc
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.71.66
36
+ * @version 1.71.68
37
37
  *
38
38
  * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
39
39
  */
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @ui5-restricted sap.ui.mdc
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.71.66
37
+ * @version 1.71.68
38
38
  * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
39
39
  */
40
40
  var RowMode = Element.extend("sap.ui.table.rowmodes.RowMode", /** @lends sap.ui.table.rowmodes.RowMode.prototype */ {
@@ -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.71.66
26
+ * @version 1.71.68
27
27
  *
28
28
  * @constructor
29
29
  * @private