@openui5/sap.ui.table 1.139.0 → 1.140.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 +3 -13
- 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 +17 -9
- 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 -1
- 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/i18n/interaction_ar.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_bg.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_ca.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_cnr.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_cs.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_cy.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_da.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_de.xml +2 -2
- package/src/sap/ui/table/i18n/interaction_el.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_en.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_en_GB.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_en_US_saprigi.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_es.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_es_MX.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_et.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_fi.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_fr.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_fr_CA.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_hi.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_hr.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_hu.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_id.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_it.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_iw.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_ja.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_kk.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_ko.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_lt.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_lv.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_mk.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_ms.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_nl.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_no.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_pl.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_pt.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_pt_PT.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_ro.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_ru.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_sh.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_sk.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_sl.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_sr.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_sv.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_th.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_tr.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_uk.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_vi.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_zh_CN.xml +1 -1
- package/src/sap/ui/table/i18n/interaction_zh_TW.xml +1 -1
- package/src/sap/ui/table/library.js +27 -11
- package/src/sap/ui/table/menus/AnalyticalTableContextMenu.js +1 -1
- package/src/sap/ui/table/menus/ColumnHeaderMenuAdapter.js +1 -1
- package/src/sap/ui/table/menus/ContextMenu.js +1 -1
- package/src/sap/ui/table/menus/MobileColumnHeaderMenuAdapter.js +2 -2
- package/src/sap/ui/table/messagebundle.properties +7 -0
- package/src/sap/ui/table/messagebundle_ar.properties +5 -0
- package/src/sap/ui/table/messagebundle_bg.properties +5 -0
- package/src/sap/ui/table/messagebundle_ca.properties +5 -0
- package/src/sap/ui/table/messagebundle_cnr.properties +5 -0
- package/src/sap/ui/table/messagebundle_cs.properties +7 -2
- package/src/sap/ui/table/messagebundle_cy.properties +5 -0
- package/src/sap/ui/table/messagebundle_da.properties +5 -0
- package/src/sap/ui/table/messagebundle_de.properties +11 -6
- package/src/sap/ui/table/messagebundle_el.properties +5 -0
- package/src/sap/ui/table/messagebundle_en.properties +5 -0
- package/src/sap/ui/table/messagebundle_en_GB.properties +5 -0
- package/src/sap/ui/table/messagebundle_en_US_saprigi.properties +5 -0
- package/src/sap/ui/table/messagebundle_es.properties +6 -1
- package/src/sap/ui/table/messagebundle_es_MX.properties +5 -0
- package/src/sap/ui/table/messagebundle_et.properties +5 -0
- package/src/sap/ui/table/messagebundle_fi.properties +6 -1
- package/src/sap/ui/table/messagebundle_fr.properties +7 -2
- package/src/sap/ui/table/messagebundle_fr_CA.properties +7 -2
- package/src/sap/ui/table/messagebundle_hi.properties +5 -0
- package/src/sap/ui/table/messagebundle_hr.properties +5 -0
- package/src/sap/ui/table/messagebundle_hu.properties +5 -0
- package/src/sap/ui/table/messagebundle_id.properties +5 -0
- package/src/sap/ui/table/messagebundle_it.properties +5 -0
- package/src/sap/ui/table/messagebundle_iw.properties +5 -0
- package/src/sap/ui/table/messagebundle_ja.properties +6 -1
- package/src/sap/ui/table/messagebundle_kk.properties +5 -0
- package/src/sap/ui/table/messagebundle_ko.properties +5 -0
- package/src/sap/ui/table/messagebundle_lt.properties +5 -0
- package/src/sap/ui/table/messagebundle_lv.properties +7 -2
- package/src/sap/ui/table/messagebundle_mk.properties +7 -2
- package/src/sap/ui/table/messagebundle_ms.properties +7 -2
- package/src/sap/ui/table/messagebundle_nl.properties +6 -1
- package/src/sap/ui/table/messagebundle_no.properties +5 -0
- package/src/sap/ui/table/messagebundle_pl.properties +5 -0
- package/src/sap/ui/table/messagebundle_pt.properties +5 -0
- package/src/sap/ui/table/messagebundle_pt_PT.properties +6 -1
- package/src/sap/ui/table/messagebundle_ro.properties +7 -2
- package/src/sap/ui/table/messagebundle_ru.properties +9 -4
- package/src/sap/ui/table/messagebundle_sh.properties +5 -0
- package/src/sap/ui/table/messagebundle_sk.properties +5 -0
- package/src/sap/ui/table/messagebundle_sl.properties +5 -0
- package/src/sap/ui/table/messagebundle_sr.properties +5 -0
- package/src/sap/ui/table/messagebundle_sv.properties +5 -0
- package/src/sap/ui/table/messagebundle_th.properties +5 -0
- package/src/sap/ui/table/messagebundle_tr.properties +5 -0
- package/src/sap/ui/table/messagebundle_uk.properties +5 -0
- package/src/sap/ui/table/messagebundle_vi.properties +5 -0
- package/src/sap/ui/table/messagebundle_zh_CN.properties +5 -0
- package/src/sap/ui/table/messagebundle_zh_TW.properties +7 -2
- package/src/sap/ui/table/plugins/BindingSelection.js +1 -1
- package/src/sap/ui/table/plugins/MultiSelectionPlugin.js +6 -2
- package/src/sap/ui/table/plugins/{V4Aggregation.js → ODataV4Aggregation.js} +51 -70
- package/src/sap/ui/table/plugins/ODataV4Hierarchy.js +91 -0
- package/src/sap/ui/table/plugins/ODataV4MultiLevel.js +100 -0
- package/src/sap/ui/table/plugins/ODataV4MultiSelection.js +489 -0
- package/src/sap/ui/table/plugins/ODataV4Selection.js +51 -412
- package/src/sap/ui/table/plugins/ODataV4SingleSelection.js +120 -0
- 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 +18 -16
- 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/Variable.js +1 -1
- package/src/sap/ui/table/utils/TableUtils.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/src/sap/ui/table/plugins/SelectionMode.js +0 -35
package/THIRDPARTY.txt
CHANGED
|
@@ -444,7 +444,7 @@ License: Apache-2.0
|
|
|
444
444
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
445
445
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
446
446
|
|
|
447
|
-
Component: SAP Theming Base Content, version: 11.
|
|
447
|
+
Component: SAP Theming Base Content, version: 11.31.1
|
|
448
448
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
449
449
|
License: Apache-2.0
|
|
450
450
|
License Text: https://github.com/UI5/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.140.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/UI5/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.140.0",
|
|
18
|
+
"@openui5/sap.ui.unified": "1.140.0"
|
|
19
19
|
}
|
|
20
20
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2025 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.140.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.140.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.140.0
|
|
31
31
|
*
|
|
32
32
|
* @constructor
|
|
33
33
|
* @public
|
|
@@ -106,7 +106,7 @@ sap.ui.define([
|
|
|
106
106
|
* the data model and binding being used.
|
|
107
107
|
* </p>
|
|
108
108
|
* @extends sap.ui.core.Control
|
|
109
|
-
* @version 1.
|
|
109
|
+
* @version 1.140.0
|
|
110
110
|
*
|
|
111
111
|
* @constructor
|
|
112
112
|
* @public
|
|
@@ -1826,21 +1826,11 @@ sap.ui.define([
|
|
|
1826
1826
|
};
|
|
1827
1827
|
|
|
1828
1828
|
Table.prototype.setFirstVisibleRow = function(iRowIndex) {
|
|
1829
|
-
if (iRowIndex
|
|
1830
|
-
iRowIndex = 0;
|
|
1831
|
-
} else if (iRowIndex < 0) {
|
|
1829
|
+
if (iRowIndex < 0) {
|
|
1832
1830
|
Log.error("The index of the first visible row must be greater than or equal to 0. The value has been set to 0.", this);
|
|
1833
|
-
iRowIndex = 0;
|
|
1834
|
-
} else if (this._bContextsAvailable) {
|
|
1835
|
-
const iMaxRowIndex = this._getMaxFirstVisibleRowIndex();
|
|
1836
|
-
|
|
1837
|
-
if (iMaxRowIndex < iRowIndex) {
|
|
1838
|
-
Log.warning("The index of the first visible row is too high. The value has been set to " + iMaxRowIndex + ".", this);
|
|
1839
|
-
iRowIndex = iMaxRowIndex;
|
|
1840
|
-
}
|
|
1841
1831
|
}
|
|
1842
1832
|
|
|
1843
|
-
this._setFirstVisibleRowIndex(iRowIndex);
|
|
1833
|
+
this._setFirstVisibleRowIndex(this.validateProperty("firstVisibleRow", iRowIndex));
|
|
1844
1834
|
|
|
1845
1835
|
return this;
|
|
1846
1836
|
};
|
|
@@ -1143,7 +1143,7 @@ sap.ui.define([
|
|
|
1143
1143
|
* @class Extension for sap.ui.table.Table which handles ACC related things.
|
|
1144
1144
|
* @extends sap.ui.table.extensions.ExtensionBase
|
|
1145
1145
|
* @author SAP SE
|
|
1146
|
-
* @version 1.
|
|
1146
|
+
* @version 1.140.0
|
|
1147
1147
|
* @constructor
|
|
1148
1148
|
* @private
|
|
1149
1149
|
* @alias sap.ui.table.extensions.Accessibility
|
|
@@ -1497,19 +1497,27 @@ sap.ui.define([
|
|
|
1497
1497
|
*/
|
|
1498
1498
|
AccExtension.prototype.getKeyboardTexts = function() {
|
|
1499
1499
|
const sSelectionMode = this.getTable().getSelectionMode();
|
|
1500
|
-
const mTexts = {
|
|
1501
|
-
rowSelect: "",
|
|
1502
|
-
rowDeselect: ""
|
|
1503
|
-
};
|
|
1504
1500
|
|
|
1505
1501
|
if (sSelectionMode === SelectionMode.None) {
|
|
1506
|
-
return
|
|
1502
|
+
return {
|
|
1503
|
+
rowSelect: "",
|
|
1504
|
+
rowDeselect: ""
|
|
1505
|
+
};
|
|
1507
1506
|
}
|
|
1508
1507
|
|
|
1509
|
-
|
|
1510
|
-
|
|
1508
|
+
return this.getSelectionTexts();
|
|
1509
|
+
};
|
|
1511
1510
|
|
|
1512
|
-
|
|
1511
|
+
/**
|
|
1512
|
+
* Retrieve the resource texts for row selection.
|
|
1513
|
+
*
|
|
1514
|
+
* @returns {{rowSelect: string, rowDeselect: string}} The resource texts for row selection.
|
|
1515
|
+
*/
|
|
1516
|
+
AccExtension.prototype.getSelectionTexts = function() {
|
|
1517
|
+
return {
|
|
1518
|
+
rowSelect: TableUtils.getResourceText("TBL_ROW_SELECT_KEY"),
|
|
1519
|
+
rowDeselect: TableUtils.getResourceText("TBL_ROW_DESELECT_KEY")
|
|
1520
|
+
};
|
|
1513
1521
|
};
|
|
1514
1522
|
|
|
1515
1523
|
/**
|
|
@@ -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.140.0
|
|
48
48
|
* @constructor
|
|
49
49
|
* @private
|
|
50
50
|
* @alias sap.ui.table.extensions.AccessibilityRender
|
|
@@ -265,7 +265,7 @@ sap.ui.define([
|
|
|
265
265
|
* @class Extension for sap.ui.table.Table which handles keyboard related things.
|
|
266
266
|
* @extends sap.ui.table.extensions.ExtensionBase
|
|
267
267
|
* @author SAP SE
|
|
268
|
-
* @version 1.
|
|
268
|
+
* @version 1.140.0
|
|
269
269
|
* @constructor
|
|
270
270
|
* @private
|
|
271
271
|
* @alias sap.ui.table.extensions.Keyboard
|
|
@@ -668,7 +668,7 @@ sap.ui.define([
|
|
|
668
668
|
* @class Extension for sap.ui.table.Table which handles mouse and touch related things.
|
|
669
669
|
* @extends sap.ui.table.extensions.ExtensionBase
|
|
670
670
|
* @author SAP SE
|
|
671
|
-
* @version 1.
|
|
671
|
+
* @version 1.140.0
|
|
672
672
|
* @constructor
|
|
673
673
|
* @private
|
|
674
674
|
* @alias sap.ui.table.extensions.Pointer
|
|
@@ -2327,7 +2327,7 @@ sap.ui.define([
|
|
|
2327
2327
|
* @class Extension for sap.ui.table.Table which handles scrolling.
|
|
2328
2328
|
* @extends sap.ui.table.extensions.ExtensionBase
|
|
2329
2329
|
* @author SAP SE
|
|
2330
|
-
* @version 1.
|
|
2330
|
+
* @version 1.140.0
|
|
2331
2331
|
* @constructor
|
|
2332
2332
|
* @private
|
|
2333
2333
|
* @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.140.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.140.0
|
|
189
189
|
* @constructor
|
|
190
190
|
* @private
|
|
191
191
|
* @alias sap.ui.table.extensions.Synchronization
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>إذا كان التركيز على مقدمة العمود، فسيتم فتح قائمة مقدمة العمود.</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">إذا تم تمكين تحديد الخلية:</span></p>
|
|
179
179
|
<p>في حالة تحديد الخلايا، يقوم <kbd>Shift + MouseClick</kbd> في خلية مختلفة بتحسين التحديد حتى الخلية التي تم النقر فوقها.</p>
|
|
180
180
|
</description>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>Ако фокусът е върху заглавката на колоната, менюто в заглавката се отваря.</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">Ако изборът на клетка е активиран:</span></p>
|
|
179
179
|
<p>Ако са избрани клетки, <kbd>Shift + MouseClick</kbd> върху друга клетка разширява избора до кликнатата клетка.</p>
|
|
180
180
|
</description>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>Si el focus és a la capçalera de columna, s'obre el menú de la capçalera de columna.</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">Si la selecció de cel·les està activada:</span></p>
|
|
179
179
|
<p>Si hi ha cel·les seleccionades, en prémer <kbd>Shift + MouseClick</kbd> en una altra cel·la, s'amplia la selecció fins a la cel·la en què s'ha fet clic.</p>
|
|
180
180
|
</description>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>Ako je fokus na zaglavlju kolone, otvara se meni zaglavlja kolone.</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">Ako je odabir ćelije aktiviran:</span></p>
|
|
179
179
|
<p>Ako su ćelije odabrane, <kbd>Shift + MouseClick</kbd> na drugoj ćeliji proširuje odabir do ćelije na koju je kliknuto.</p>
|
|
180
180
|
</description>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>Je-li fokus na hlavičce sloupce, otevře se menu hlavičky sloupce.</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">Když je aktivován výběr buňky:</span></p>
|
|
179
179
|
<p>Jsou-li buňky vybrány, <kbd>Shift + MouseClick</kbd> na jinou buňku rozšíří výběr až po buňku, na niž se klikne.</p>
|
|
180
180
|
</description>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>Os yw'r ffocws ar bennawd colofn, bydd dewislen pennawd y golofn yn agor.</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">Os yw dewis cell wedi'i alluogi:</span></p>
|
|
179
179
|
<p>Os caiff celloedd eu dewis, bydd <kbd>Shift + MouseClick</kbd> ar gell wahanol yn ymestyn y dewis hyd at y gell y cliciwyd arni.</p>
|
|
180
180
|
</description>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>Hvis fokus er på kolonneoverskriften, åbnes kolonneoverskriftsmenuen.</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">Hvis cellevalg er aktiveret:</span></p>
|
|
179
179
|
<p>Hvis celler er valgt, udvider <kbd>Shift + MouseClick</kbd> på en anden celle valget op til den klikkede celle.</p>
|
|
180
180
|
</description>
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
</description>
|
|
103
103
|
</interaction>
|
|
104
104
|
<interaction> <kbd>Shift + Spacebar</kbd> <description>
|
|
105
|
-
<p>Wenn der Fokus auf <span class="uicontrol">Alle markieren</span> liegt und die <kbd>Spacebar</kbd> gedrückt wird, wird das entsprechende Ereignis nicht ausgelöst.
|
|
105
|
+
<p>Wenn der Fokus auf <span class="uicontrol">Alle markieren</span> liegt und die <kbd>Spacebar</kbd> gedrückt wird, wird das entsprechende Ereignis nicht ausgelöst. <kbd>Shift</kbd> verhindert diese Aktivität.</p>
|
|
106
106
|
</description>
|
|
107
107
|
</interaction>
|
|
108
108
|
<interaction> <kbd>Shift + Spacebar</kbd> <kbd>Shift + Enter</kbd> <description>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>Wenn der Fokus auf dem Spaltenkopf liegt, wird das Spaltenkopfmenü geöffnet.</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">Wenn die Zellenmarkierung aktiviert ist:</span></p>
|
|
179
179
|
<p>Wenn Zellen markiert sind, erweitert <kbd>Shift + MouseClick</kbd> auf eine andere Zelle die Markierung bis zur angeklickten Zelle.</p>
|
|
180
180
|
</description>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>Αν η εστίαση βρίσκεται στην κεφαλίδα στήλης, το μενού κεφαλίδας στήλης είναι ανοικτό.</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">Αν είναι ενεργοποιημένη η επιλογή κελιού:</span></p>
|
|
179
179
|
<p>Αν τα κελιά επιλεχτούν, το <kbd>Shift + MouseClick</kbd> σε διαφορετικό κελί βελτιώνει την επιλογή μέχρι το κελί που έχει επιλεχτεί.</p>
|
|
180
180
|
</description>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>If the focus is on the column header, the column header menu is opened.</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">If cell selection is enabled:</span></p>
|
|
179
179
|
<p>If cells are selected, <kbd>Shift + MouseClick</kbd> on a different cell enhances the selection up to the clicked cell.</p>
|
|
180
180
|
</description>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>If the focus is on the column header, the column header menu is opened.</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">If cell selection is enabled:</span></p>
|
|
179
179
|
<p>If cells are selected, <kbd>Shift + MouseClick</kbd> on a different cell enhances the selection up to the clicked cell.</p>
|
|
180
180
|
</description>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>If the focus is on the column header, the column header menu is opened.</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">If cell selection is enabled:</span></p>
|
|
179
179
|
<p>If cells are selected, <kbd>Shift + MouseClick</kbd> on a different cell enhances the selection up to the clicked cell.</p>
|
|
180
180
|
</description>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>Si el enfoque está en el encabezado de columna, se abre el menú del encabezado de columna.</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">Si la selección de celdas está activada:</span></p>
|
|
179
179
|
<p>Si hay celdas seleccionadas, al presionar <kbd>Shift + MouseClick</kbd> en otra celda se amplía la selección hasta la celda en la que se hizo clic.</p>
|
|
180
180
|
</description>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>Si el foco está en la cabecera de columna, se abre el menú de cabecera de columna.</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">Si la selección de celda está activada:</span></p>
|
|
179
179
|
<p>Si las celdas están seleccionadas, <kbd>Shift + MouseClick</kbd> en una celda diferente actualiza la selección hasta la celda en la que se hizo clic.</p>
|
|
180
180
|
</description>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>Kui fookus on veerupäisel, avatakse veerupäise menüü.</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">Kui lahtrivalik on lubatud</span></p>
|
|
179
179
|
<p>Kui valitud on lahtreid, siis otsetee <kbd>Shift + MouseClick</kbd> kasutamine muul lahtril laiendab valiku kuni klõpsatud lahtrini.</p>
|
|
180
180
|
</description>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>Jos kohdistus on sarakeotsikossa, sarakeotsikkovalikko avautuu.</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">Jos solun valinta on käytössä:</span></p>
|
|
179
179
|
<p>Jos solut on valittu, <kbd>Shift + MouseClick</kbd> eri solun kohdalla laajentaa valinnan napsautettuun soluun asti.</p>
|
|
180
180
|
</description>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>Si la zone activée se trouve sur l'intitulé de colonne, le menu de l'intitulé de colonne est ouvert.</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">Si la sélection de cellule est activée :</span></p>
|
|
179
179
|
<p>Si des cellules sont sélectionnées, <kbd>Shift + MouseClick</kbd> sur une autre cellule étend la sélection jusqu'à la cellule sur laquelle vous avez cliqué.</p>
|
|
180
180
|
</description>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>Si la zone activée se trouve sur l'en-tête de colonne, le menu de l'en-tête de colonne s'ouvre.</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">Si la sélection de cellule est activée :</span></p>
|
|
179
179
|
<p>Si des cellules sont sélectionnées, <kbd>Shift + MouseClick</kbd> sur une autre cellule étend la sélection jusqu'à la cellule sur laquelle vous avez cliqué.</p>
|
|
180
180
|
</description>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>यदि यह फ़ोकस किसी स्तंभ शीर्षलेख पर है, तो स्तंभ शीर्षलेख मेनू खुल जाता है.</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">यदि सेल चयन सक्षम है:</span></p>
|
|
179
179
|
<p>यदि सेल चयनित हैं, तो किसी भिन्न सेल पर <kbd>Shift + MouseClick</kbd> क्लिक किए गए सेल तक चयन को एन्हांस करता है.</p>
|
|
180
180
|
</description>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>Ako je fokus na zaglavlju stupca, otvara se izbornik zaglavlja stupca.</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">Ako je aktiviran odabir ćelije:</span></p>
|
|
179
179
|
<p>Ako su ćelije odabrane, <kbd>Shift + MouseClick</kbd> na različitu ćeliju povećava odabir do kliknute ćelije.</p>
|
|
180
180
|
</description>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>Ha a fókusz az oszlopfejlécen van, megnyitja az oszlopfejlécmenüt.</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">Ha engedélyezett a cellakijelölés:</span></p>
|
|
179
179
|
<p>Ha vannak kijelölve cellák, és egy másik cellánál lenyomja a(z) <kbd>Shift + MouseClick</kbd> billentyűkombinációt, akkor a kijelölés kibővül a kattintott celláig.</p>
|
|
180
180
|
</description>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>Jika fokus berada pada header kolom, menu header kolom akan dibuka.</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">Jika pemilihan sel diaktifkan:</span></p>
|
|
179
179
|
<p>Jika sel-sel dipilih, <kbd>Shift + MouseClick</kbd> pada sel yang berbeda akan memperluas pemilihan hingga ke sel yang diklik.</p>
|
|
180
180
|
</description>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>Se il focus è sull'intestazione della colonna, viene aperto il menu dell'intestazione colonna.</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">Se la selezione della cella è attivata:</span></p>
|
|
179
179
|
<p>Se le celle sono selezionate, <kbd>Shift + MouseClick</kbd> su una cella differente amplia la selezione fino alla cella su cui è stato fatto clic.</p>
|
|
180
180
|
</description>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>אם המיקוד הוא בכותרת העמודה, תפריט כותרת העמודה נפתח.</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">אם בחירת תא מופעלת:</span></p>
|
|
179
179
|
<p>אם נבחרים תאים, <kbd>Shift + MouseClick</kbd> בתא אחר מרחיב את הבחירה עד לתא שנלחץ.</p>
|
|
180
180
|
</description>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>フォーカスが列ヘッダにある場合、列ヘッダメニューが開きます。</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">セル選択が有効化されている場合:</span></p>
|
|
179
179
|
<p>セルが選択されている場合、別のセルを <kbd>Shift + MouseClick</kbd> すると、クリックしたセルまで選択が拡張されます。</p>
|
|
180
180
|
</description>
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
<p>Фокус баған тақырыбында болса, баған тақырыбының мәзірі ашылады.</p>
|
|
175
175
|
</description>
|
|
176
176
|
</interaction>
|
|
177
|
-
<interaction> <kbd>Shift +
|
|
177
|
+
<interaction> <kbd>Shift + MouseClick</kbd> <description>
|
|
178
178
|
<p><span class="emphasis">Ұяшық таңдауы қосулы болса:</span></p>
|
|
179
179
|
<p>Ұяшықтар таңдалса, басқа ұяшықта <kbd>Shift + MouseClick</kbd> таңдауды басылған ұяшыққа дейін кеңейтеді.</p>
|
|
180
180
|
</description>
|