@openui5/sap.ui.mdc 1.136.1 → 1.136.3
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 +4 -4
- package/src/sap/ui/mdc/.library +1 -1
- package/src/sap/ui/mdc/ActionToolbar.js +1 -1
- package/src/sap/ui/mdc/Chart.js +1 -1
- package/src/sap/ui/mdc/Control.js +1 -1
- package/src/sap/ui/mdc/DefaultTypeMap.js +1 -1
- package/src/sap/ui/mdc/Element.js +1 -1
- package/src/sap/ui/mdc/Field.js +2 -2
- package/src/sap/ui/mdc/FilterBar.js +1 -1
- package/src/sap/ui/mdc/FilterField.js +2 -2
- package/src/sap/ui/mdc/Link.js +1 -1
- package/src/sap/ui/mdc/MultiValueField.js +1 -1
- package/src/sap/ui/mdc/Table.js +9 -0
- package/src/sap/ui/mdc/ValueHelp.js +1 -1
- package/src/sap/ui/mdc/actiontoolbar/ActionToolbarAction.js +1 -1
- package/src/sap/ui/mdc/chart/ChartImplementationContainer.js +1 -1
- package/src/sap/ui/mdc/chart/ChartSelectionDetails.js +1 -1
- package/src/sap/ui/mdc/chart/PropertyHelper.js +1 -1
- package/src/sap/ui/mdc/chart/ToolbarControlFactory.js +1 -1
- package/src/sap/ui/mdc/condition/Condition.js +1 -1
- package/src/sap/ui/mdc/condition/ConditionConverter.js +1 -1
- package/src/sap/ui/mdc/condition/ConditionModel.js +1 -1
- package/src/sap/ui/mdc/condition/FilterConverter.js +1 -1
- package/src/sap/ui/mdc/condition/FilterOperatorUtil.js +1 -1
- package/src/sap/ui/mdc/condition/Operator.js +1 -1
- package/src/sap/ui/mdc/condition/OperatorDynamicDateOption.js +1 -1
- package/src/sap/ui/mdc/condition/RangeOperator.js +1 -1
- package/src/sap/ui/mdc/field/ConditionType.js +1 -1
- package/src/sap/ui/mdc/field/ConditionTypeMixin.js +1 -1
- package/src/sap/ui/mdc/field/ConditionsType.js +1 -1
- package/src/sap/ui/mdc/field/CustomFieldInfo.js +1 -1
- package/src/sap/ui/mdc/field/DynamicDateRangeConditionsType.js +1 -1
- package/src/sap/ui/mdc/field/FieldBase.js +7 -11
- package/src/sap/ui/mdc/field/FieldInfoBase.js +1 -1
- package/src/sap/ui/mdc/field/FieldInput.js +1 -1
- package/src/sap/ui/mdc/field/FieldInputRenderUtil.js +1 -1
- package/src/sap/ui/mdc/field/FieldMultiInput.js +1 -1
- package/src/sap/ui/mdc/field/ListFieldHelpItem.js +1 -1
- package/src/sap/ui/mdc/field/MultiValueFieldItem.js +1 -1
- package/src/sap/ui/mdc/field/TokenDisplay.js +1 -1
- package/src/sap/ui/mdc/field/TokenizerDisplay.js +1 -1
- package/src/sap/ui/mdc/filterbar/FilterBarBase.js +1 -1
- package/src/sap/ui/mdc/filterbar/PropertyHelper.js +1 -1
- package/src/sap/ui/mdc/filterbar/p13n/AdaptationFilterBar.js +1 -1
- package/src/sap/ui/mdc/filterbar/vh/FilterBar.js +1 -1
- package/src/sap/ui/mdc/flexibility/Chart.flexibility.js +1 -1
- package/src/sap/ui/mdc/flexibility/FilterBar.flexibility.js +1 -1
- package/src/sap/ui/mdc/flexibility/FilterItemFlex.js +1 -1
- package/src/sap/ui/mdc/flexibility/Util.js +10 -0
- package/src/sap/ui/mdc/flexibility/actiontoolbar/CombineAction.js +1 -1
- package/src/sap/ui/mdc/flexibility/actiontoolbar/SplitAction.js +1 -1
- package/src/sap/ui/mdc/i18n/interaction_ar.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_bg.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_ca.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_cnr.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_cs.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_cy.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_da.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_de.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_el.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_en.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_en_GB.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_en_US_saprigi.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_es.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_es_MX.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_et.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_fi.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_fr.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_fr_CA.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_hi.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_hr.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_hu.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_id.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_it.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_iw.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_ja.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_kk.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_ko.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_lt.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_lv.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_mk.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_ms.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_nl.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_no.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_pl.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_pt.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_pt_PT.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_ro.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_ru.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_sh.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_sk.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_sl.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_sr.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_sv.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_th.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_tr.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_uk.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_vi.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_zh_CN.xml +32 -0
- package/src/sap/ui/mdc/i18n/interaction_zh_TW.xml +32 -0
- package/src/sap/ui/mdc/library.js +2 -2
- package/src/sap/ui/mdc/link/Factory.js +1 -1
- package/src/sap/ui/mdc/link/LinkItem.js +1 -1
- package/src/sap/ui/mdc/link/Panel.js +1 -1
- package/src/sap/ui/mdc/link/PanelItem.js +1 -1
- package/src/sap/ui/mdc/link/SemanticObjectMapping.js +1 -1
- package/src/sap/ui/mdc/link/SemanticObjectMappingItem.js +1 -1
- package/src/sap/ui/mdc/link/SemanticObjectUnavailableAction.js +1 -1
- package/src/sap/ui/mdc/messagebundle_ar.properties +10 -10
- package/src/sap/ui/mdc/messagebundle_es.properties +1 -1
- package/src/sap/ui/mdc/messagebundle_es_MX.properties +1 -1
- package/src/sap/ui/mdc/messagebundle_hr.properties +2 -2
- package/src/sap/ui/mdc/messagebundle_id.properties +4 -4
- package/src/sap/ui/mdc/messagebundle_ja.properties +1 -1
- package/src/sap/ui/mdc/messagebundle_kk.properties +16 -16
- package/src/sap/ui/mdc/messagebundle_vi.properties +3 -3
- package/src/sap/ui/mdc/mixin/AdaptationMixin.js +1 -1
- package/src/sap/ui/mdc/mixin/DelegateMixin.js +1 -1
- package/src/sap/ui/mdc/mixin/FilterIntegrationMixin.js +1 -1
- package/src/sap/ui/mdc/mixin/PromiseMixin.js +1 -1
- package/src/sap/ui/mdc/mixin/PropertyHelperMixin.js +1 -1
- package/src/sap/ui/mdc/odata/TypeMap.js +1 -1
- package/src/sap/ui/mdc/odata/v4/TypeMap.js +1 -1
- package/src/sap/ui/mdc/p13n/PropertyHelper.js +1 -1
- package/src/sap/ui/mdc/p13n/subcontroller/ColumnFreezeController.js +1 -1
- package/src/sap/ui/mdc/p13n/subcontroller/ShowDetailsController.js +1 -1
- package/src/sap/ui/mdc/table/ColumnSettings.js +1 -1
- package/src/sap/ui/mdc/table/CreationRow.js +1 -1
- package/src/sap/ui/mdc/table/DragDropConfig.js +1 -1
- package/src/sap/ui/mdc/table/PropertyHelper.js +1 -1
- package/src/sap/ui/mdc/table/ResponsiveColumnSettings.js +1 -1
- package/src/sap/ui/mdc/table/RowActionItem.js +1 -1
- package/src/sap/ui/mdc/table/RowSettings.js +1 -1
- package/src/sap/ui/mdc/table/V4AnalyticsPropertyHelper.js +1 -1
- package/src/sap/ui/mdc/table/utils/Personalization.js +1 -1
- package/src/sap/ui/mdc/ushell/SemanticObjectMapping.js +1 -1
- package/src/sap/ui/mdc/ushell/SemanticObjectMappingItem.js +1 -1
- package/src/sap/ui/mdc/ushell/SemanticObjectUnavailableAction.js +1 -1
- package/src/sap/ui/mdc/util/InfoBar.js +1 -1
- package/src/sap/ui/mdc/util/PromiseCache.js +1 -1
- package/src/sap/ui/mdc/util/PropertyHelper.js +1 -1
- package/src/sap/ui/mdc/util/PropertyHelperUtil.js +1 -1
- package/src/sap/ui/mdc/valuehelp/Dialog.js +1 -1
- package/src/sap/ui/mdc/valuehelp/FilterBar.js +1 -1
- package/src/sap/ui/mdc/valuehelp/Popover.js +1 -1
- package/src/sap/ui/mdc/valuehelp/base/Container.js +1 -1
- package/src/sap/ui/mdc/valuehelp/base/Content.js +1 -1
- package/src/sap/ui/mdc/valuehelp/base/DefineConditionPanel.js +1 -1
- package/src/sap/ui/mdc/valuehelp/base/DialogTab.js +1 -1
- package/src/sap/ui/mdc/valuehelp/base/FilterableListContent.js +1 -1
- package/src/sap/ui/mdc/valuehelp/base/ListContent.js +1 -1
- package/src/sap/ui/mdc/valuehelp/content/Bool.js +1 -1
- package/src/sap/ui/mdc/valuehelp/content/Conditions.js +1 -1
- package/src/sap/ui/mdc/valuehelp/content/FixedList.js +1 -1
- package/src/sap/ui/mdc/valuehelp/content/FixedListItem.js +1 -1
- package/src/sap/ui/mdc/valuehelp/content/MDCTable.js +1 -1
- package/src/sap/ui/mdc/valuehelp/content/MTable.js +1 -1
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.ui.comp" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.ui.mdc.Table"/>
|
|
5
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
6
|
+
<p>Otvara dijaloški okvir <span class="uicontrol">Postavke tablice</span>, ako je dostupan.</p>
|
|
7
|
+
</description>
|
|
8
|
+
</interaction>
|
|
9
|
+
<interaction> <kbd>Ctrl + Shift + E</kbd> <description>
|
|
10
|
+
<p>Otvara dijaloški okvir tablice <span class="uicontrol">Izvezi kao</span>, ako je dostupan.</p>
|
|
11
|
+
</description>
|
|
12
|
+
</interaction>
|
|
13
|
+
</control-interactions>
|
|
14
|
+
<control-interactions>
|
|
15
|
+
<control name="sap.ui.mdc.FilterBar"/>
|
|
16
|
+
<interaction> <kbd>Enter</kbd> <description>
|
|
17
|
+
<p>Pokreće pretraživanje trake filtra.</p>
|
|
18
|
+
</description>
|
|
19
|
+
</interaction>
|
|
20
|
+
</control-interactions>
|
|
21
|
+
<control-interactions>
|
|
22
|
+
<control name="sap.ui.mdc.Chart"/>
|
|
23
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
24
|
+
<p>Otvara dijalog <span class="uicontrol">Pokaži postave</span></p>
|
|
25
|
+
</description>
|
|
26
|
+
</interaction>
|
|
27
|
+
<interaction> <kbd>Ctrl + D</kbd> <description>
|
|
28
|
+
<p>Briše stavku u dijalogu <span class="uicontrol">Pokaži postave</span></p>
|
|
29
|
+
</description>
|
|
30
|
+
</interaction>
|
|
31
|
+
</control-interactions>
|
|
32
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.ui.comp" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.ui.mdc.Table"/>
|
|
5
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
6
|
+
<p>A <span class="uicontrol">Táblabeállítások</span> dialógus megnyitása, ha elérhető</p>
|
|
7
|
+
</description>
|
|
8
|
+
</interaction>
|
|
9
|
+
<interaction> <kbd>Ctrl + Shift + E</kbd> <description>
|
|
10
|
+
<p>A tábla <span class="uicontrol">Exportálás másként</span> dialógusának megnyitása, ha elérhető.</p>
|
|
11
|
+
</description>
|
|
12
|
+
</interaction>
|
|
13
|
+
</control-interactions>
|
|
14
|
+
<control-interactions>
|
|
15
|
+
<control name="sap.ui.mdc.FilterBar"/>
|
|
16
|
+
<interaction> <kbd>Enter</kbd> <description>
|
|
17
|
+
<p>Keresés indítása a szűrősávhoz.</p>
|
|
18
|
+
</description>
|
|
19
|
+
</interaction>
|
|
20
|
+
</control-interactions>
|
|
21
|
+
<control-interactions>
|
|
22
|
+
<control name="sap.ui.mdc.Chart"/>
|
|
23
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
24
|
+
<p>A <span class="uicontrol">Nézetbeállítások</span> dialógus megnyitása</p>
|
|
25
|
+
</description>
|
|
26
|
+
</interaction>
|
|
27
|
+
<interaction> <kbd>Ctrl + D</kbd> <description>
|
|
28
|
+
<p>Elem törlése a <span class="uicontrol">Nézetbeállítások</span> dialógusban</p>
|
|
29
|
+
</description>
|
|
30
|
+
</interaction>
|
|
31
|
+
</control-interactions>
|
|
32
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.ui.comp" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.ui.mdc.Table"/>
|
|
5
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
6
|
+
<p>Membuka dialog <span class="uicontrol">Pengaturan Tabel</span>, jika tersedia.</p>
|
|
7
|
+
</description>
|
|
8
|
+
</interaction>
|
|
9
|
+
<interaction> <kbd>Ctrl + Shift + E</kbd> <description>
|
|
10
|
+
<p>Membuka dialog <span class="uicontrol">Ekspor Sebagai</span> untuk tabel, jika tersedia.</p>
|
|
11
|
+
</description>
|
|
12
|
+
</interaction>
|
|
13
|
+
</control-interactions>
|
|
14
|
+
<control-interactions>
|
|
15
|
+
<control name="sap.ui.mdc.FilterBar"/>
|
|
16
|
+
<interaction> <kbd>Enter</kbd> <description>
|
|
17
|
+
<p>Memicu pencarian untuk bilah filter.</p>
|
|
18
|
+
</description>
|
|
19
|
+
</interaction>
|
|
20
|
+
</control-interactions>
|
|
21
|
+
<control-interactions>
|
|
22
|
+
<control name="sap.ui.mdc.Chart"/>
|
|
23
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
24
|
+
<p>Membuka dialog <span class="uicontrol">Pengaturan Tampilan</span></p>
|
|
25
|
+
</description>
|
|
26
|
+
</interaction>
|
|
27
|
+
<interaction> <kbd>Ctrl + D</kbd> <description>
|
|
28
|
+
<p>Menghapus item dalam dialog <span class="uicontrol">Pengaturan Tampilan</span></p>
|
|
29
|
+
</description>
|
|
30
|
+
</interaction>
|
|
31
|
+
</control-interactions>
|
|
32
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.ui.comp" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.ui.mdc.Table"/>
|
|
5
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
6
|
+
<p>Apre la finestra di dialogo <span class="uicontrol">Impostazioni tabella</span>, se disponibile.</p>
|
|
7
|
+
</description>
|
|
8
|
+
</interaction>
|
|
9
|
+
<interaction> <kbd>Ctrl + Shift + E</kbd> <description>
|
|
10
|
+
<p>Apre la finestra di dialogo <span class="uicontrol">Esporta come</span>, se disponibile.</p>
|
|
11
|
+
</description>
|
|
12
|
+
</interaction>
|
|
13
|
+
</control-interactions>
|
|
14
|
+
<control-interactions>
|
|
15
|
+
<control name="sap.ui.mdc.FilterBar"/>
|
|
16
|
+
<interaction> <kbd>Enter</kbd> <description>
|
|
17
|
+
<p>Attiva la ricerca della barra dei filtri.</p>
|
|
18
|
+
</description>
|
|
19
|
+
</interaction>
|
|
20
|
+
</control-interactions>
|
|
21
|
+
<control-interactions>
|
|
22
|
+
<control name="sap.ui.mdc.Chart"/>
|
|
23
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
24
|
+
<p>Apre la finestra di dialogo <span class="uicontrol">Impostazioni view</span></p>
|
|
25
|
+
</description>
|
|
26
|
+
</interaction>
|
|
27
|
+
<interaction> <kbd>Ctrl + D</kbd> <description>
|
|
28
|
+
<p>Elimina una posizione nella finestra di dialogo <span class="uicontrol">Impostazioni view</span></p>
|
|
29
|
+
</description>
|
|
30
|
+
</interaction>
|
|
31
|
+
</control-interactions>
|
|
32
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.ui.comp" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.ui.mdc.Table"/>
|
|
5
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
6
|
+
<p>פותח את דיאלוג <span class="uicontrol"> הגדרות הטבלה</span> אם זמין.</p>
|
|
7
|
+
</description>
|
|
8
|
+
</interaction>
|
|
9
|
+
<interaction> <kbd>Ctrl + Shift + E</kbd> <description>
|
|
10
|
+
<p>פותח את דיאלוג <span class="uicontrol">'יצא כ-'</span> של הטבלה, אם זמין.</p>
|
|
11
|
+
</description>
|
|
12
|
+
</interaction>
|
|
13
|
+
</control-interactions>
|
|
14
|
+
<control-interactions>
|
|
15
|
+
<control name="sap.ui.mdc.FilterBar"/>
|
|
16
|
+
<interaction> <kbd>Enter</kbd> <description>
|
|
17
|
+
<p>מפעיל חיפוש עבור סרגל מסננים.</p>
|
|
18
|
+
</description>
|
|
19
|
+
</interaction>
|
|
20
|
+
</control-interactions>
|
|
21
|
+
<control-interactions>
|
|
22
|
+
<control name="sap.ui.mdc.Chart"/>
|
|
23
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
24
|
+
<p>פותח את הדיאלוג <span class="uicontrol">'הצג הגדרות'</span> </p>
|
|
25
|
+
</description>
|
|
26
|
+
</interaction>
|
|
27
|
+
<interaction> <kbd>Ctrl + D</kbd> <description>
|
|
28
|
+
<p>מוחק פריט בדיאלוג <span class="uicontrol">'הצג הגדרות'</span> </p>
|
|
29
|
+
</description>
|
|
30
|
+
</interaction>
|
|
31
|
+
</control-interactions>
|
|
32
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.ui.comp" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.ui.mdc.Table"/>
|
|
5
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
6
|
+
<p><span class="uicontrol">テーブル設定</span>ダイアログを開きます (利用可能な場合)。</p>
|
|
7
|
+
</description>
|
|
8
|
+
</interaction>
|
|
9
|
+
<interaction> <kbd>Ctrl + Shift + E</kbd> <description>
|
|
10
|
+
<p>テーブルの<span class="uicontrol">名前を付けてエクスポート</span>ダイアログを開きます (利用可能な場合)。</p>
|
|
11
|
+
</description>
|
|
12
|
+
</interaction>
|
|
13
|
+
</control-interactions>
|
|
14
|
+
<control-interactions>
|
|
15
|
+
<control name="sap.ui.mdc.FilterBar"/>
|
|
16
|
+
<interaction> <kbd>Enter</kbd> <description>
|
|
17
|
+
<p>フィルタバーの検索をトリガします。</p>
|
|
18
|
+
</description>
|
|
19
|
+
</interaction>
|
|
20
|
+
</control-interactions>
|
|
21
|
+
<control-interactions>
|
|
22
|
+
<control name="sap.ui.mdc.Chart"/>
|
|
23
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
24
|
+
<p><span class="uicontrol">ビュー設定</span>ダイアログを開きます。</p>
|
|
25
|
+
</description>
|
|
26
|
+
</interaction>
|
|
27
|
+
<interaction> <kbd>Ctrl + D</kbd> <description>
|
|
28
|
+
<p><span class="uicontrol">ビュー設定</span>ダイアログのアイテムを削除します。</p>
|
|
29
|
+
</description>
|
|
30
|
+
</interaction>
|
|
31
|
+
</control-interactions>
|
|
32
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.ui.comp" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.ui.mdc.Table"/>
|
|
5
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
6
|
+
<p>Қолжетімді болса, <span class="uicontrol">Кесте параметрлері</span> диалогін ашады.</p>
|
|
7
|
+
</description>
|
|
8
|
+
</interaction>
|
|
9
|
+
<interaction> <kbd>Ctrl + Shift + E</kbd> <description>
|
|
10
|
+
<p>Қолжетімді болса, кестенің <span class="uicontrol">Басқаша экспорттау</span> диалогін ашады.</p>
|
|
11
|
+
</description>
|
|
12
|
+
</interaction>
|
|
13
|
+
</control-interactions>
|
|
14
|
+
<control-interactions>
|
|
15
|
+
<control name="sap.ui.mdc.FilterBar"/>
|
|
16
|
+
<interaction> <kbd>Enter</kbd> <description>
|
|
17
|
+
<p>Сүзгі жолағы үшін іздеуді іске қосады.</p>
|
|
18
|
+
</description>
|
|
19
|
+
</interaction>
|
|
20
|
+
</control-interactions>
|
|
21
|
+
<control-interactions>
|
|
22
|
+
<control name="sap.ui.mdc.Chart"/>
|
|
23
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
24
|
+
<p><span class="uicontrol">Көрініс параметрлері</span> диалогін ашады</p>
|
|
25
|
+
</description>
|
|
26
|
+
</interaction>
|
|
27
|
+
<interaction> <kbd>Ctrl + D</kbd> <description>
|
|
28
|
+
<p><span class="uicontrol">Көрініс параметрлері</span> диалогіндегі тармақты жояды</p>
|
|
29
|
+
</description>
|
|
30
|
+
</interaction>
|
|
31
|
+
</control-interactions>
|
|
32
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.ui.comp" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.ui.mdc.Table"/>
|
|
5
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
6
|
+
<p><span class="uicontrol">테이블 설정</span> 대화 상자를 엽니다(사용 가능한 경우).</p>
|
|
7
|
+
</description>
|
|
8
|
+
</interaction>
|
|
9
|
+
<interaction> <kbd>Ctrl + Shift + E</kbd> <description>
|
|
10
|
+
<p>테이블의 <span class="uicontrol">다른 이름으로 엑스포트</span> 대화 상자를 엽니다(사용 가능한 경우).</p>
|
|
11
|
+
</description>
|
|
12
|
+
</interaction>
|
|
13
|
+
</control-interactions>
|
|
14
|
+
<control-interactions>
|
|
15
|
+
<control name="sap.ui.mdc.FilterBar"/>
|
|
16
|
+
<interaction> <kbd>Enter</kbd> <description>
|
|
17
|
+
<p>필터 바 검색을 트리거합니다.</p>
|
|
18
|
+
</description>
|
|
19
|
+
</interaction>
|
|
20
|
+
</control-interactions>
|
|
21
|
+
<control-interactions>
|
|
22
|
+
<control name="sap.ui.mdc.Chart"/>
|
|
23
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
24
|
+
<p><span class="uicontrol">뷰 설정</span> 대화 상자를 엽니다.</p>
|
|
25
|
+
</description>
|
|
26
|
+
</interaction>
|
|
27
|
+
<interaction> <kbd>Ctrl + D</kbd> <description>
|
|
28
|
+
<p><span class="uicontrol">뷰 설정</span> 대화 상자의 항목을 삭제합니다.</p>
|
|
29
|
+
</description>
|
|
30
|
+
</interaction>
|
|
31
|
+
</control-interactions>
|
|
32
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.ui.comp" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.ui.mdc.Table"/>
|
|
5
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
6
|
+
<p>Esant galimybei atidaromas dialogo langas <span class="uicontrol">Lentelės parametrai</span>.</p>
|
|
7
|
+
</description>
|
|
8
|
+
</interaction>
|
|
9
|
+
<interaction> <kbd>Ctrl + Shift + E</kbd> <description>
|
|
10
|
+
<p>Esant galimybei atidaromas lentelės dialogo langas <span class="uicontrol">Eksportuoti kaip</span>.</p>
|
|
11
|
+
</description>
|
|
12
|
+
</interaction>
|
|
13
|
+
</control-interactions>
|
|
14
|
+
<control-interactions>
|
|
15
|
+
<control name="sap.ui.mdc.FilterBar"/>
|
|
16
|
+
<interaction> <kbd>Enter</kbd> <description>
|
|
17
|
+
<p>Inicijuojama filtro juostos paieška.</p>
|
|
18
|
+
</description>
|
|
19
|
+
</interaction>
|
|
20
|
+
</control-interactions>
|
|
21
|
+
<control-interactions>
|
|
22
|
+
<control name="sap.ui.mdc.Chart"/>
|
|
23
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
24
|
+
<p>Atidaromas dialogo langas <span class="uicontrol">Peržiūrėti parametrus</span></p>
|
|
25
|
+
</description>
|
|
26
|
+
</interaction>
|
|
27
|
+
<interaction> <kbd>Ctrl + D</kbd> <description>
|
|
28
|
+
<p>Panaikinamas elementas dialogo lange <span class="uicontrol">Peržiūrėti parametrus</span></p>
|
|
29
|
+
</description>
|
|
30
|
+
</interaction>
|
|
31
|
+
</control-interactions>
|
|
32
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.ui.comp" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.ui.mdc.Table"/>
|
|
5
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
6
|
+
<p>Atver dialogu <span class="uicontrol">Tabulas iestatījumi</span>, ja pieejams.</p>
|
|
7
|
+
</description>
|
|
8
|
+
</interaction>
|
|
9
|
+
<interaction> <kbd>Ctrl + Shift + E</kbd> <description>
|
|
10
|
+
<p>Atver tabulas dialogu <span class="uicontrol">Eksportēt kā</span>, ja pieejams.</p>
|
|
11
|
+
</description>
|
|
12
|
+
</interaction>
|
|
13
|
+
</control-interactions>
|
|
14
|
+
<control-interactions>
|
|
15
|
+
<control name="sap.ui.mdc.FilterBar"/>
|
|
16
|
+
<interaction> <kbd>Enter</kbd> <description>
|
|
17
|
+
<p>Izraisa filtra joslas meklēšanu.</p>
|
|
18
|
+
</description>
|
|
19
|
+
</interaction>
|
|
20
|
+
</control-interactions>
|
|
21
|
+
<control-interactions>
|
|
22
|
+
<control name="sap.ui.mdc.Chart"/>
|
|
23
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
24
|
+
<p>Atver dialogu <span class="uicontrol">Skata iestatījumi</span></p>
|
|
25
|
+
</description>
|
|
26
|
+
</interaction>
|
|
27
|
+
<interaction> <kbd>Ctrl + D</kbd> <description>
|
|
28
|
+
<p>Dzēš elementu dialogā <span class="uicontrol">Skata iestatījumi</span></p>
|
|
29
|
+
</description>
|
|
30
|
+
</interaction>
|
|
31
|
+
</control-interactions>
|
|
32
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.ui.comp" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.ui.mdc.Table"/>
|
|
5
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
6
|
+
<p>Го отвора дијалогот <span class="uicontrol">Поставки на табелата</span>, ако е достапен.</p>
|
|
7
|
+
</description>
|
|
8
|
+
</interaction>
|
|
9
|
+
<interaction> <kbd>Ctrl + Shift + E</kbd> <description>
|
|
10
|
+
<p>Го отвора дијалогот <span class="uicontrol">Извези како</span> од табелата, ако е достапен.</p>
|
|
11
|
+
</description>
|
|
12
|
+
</interaction>
|
|
13
|
+
</control-interactions>
|
|
14
|
+
<control-interactions>
|
|
15
|
+
<control name="sap.ui.mdc.FilterBar"/>
|
|
16
|
+
<interaction> <kbd>Enter</kbd> <description>
|
|
17
|
+
<p>Активира пребарување лента со филтри.</p>
|
|
18
|
+
</description>
|
|
19
|
+
</interaction>
|
|
20
|
+
</control-interactions>
|
|
21
|
+
<control-interactions>
|
|
22
|
+
<control name="sap.ui.mdc.Chart"/>
|
|
23
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
24
|
+
<p>Го отвора дијалогот <span class="uicontrol">Поставки за приказ</span></p>
|
|
25
|
+
</description>
|
|
26
|
+
</interaction>
|
|
27
|
+
<interaction> <kbd>Ctrl + D</kbd> <description>
|
|
28
|
+
<p>Ја брише ставката во дијалогот <span class="uicontrol">Поставки за приказ</span></p>
|
|
29
|
+
</description>
|
|
30
|
+
</interaction>
|
|
31
|
+
</control-interactions>
|
|
32
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.ui.comp" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.ui.mdc.Table"/>
|
|
5
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
6
|
+
<p>Buka dialog <span class="uicontrol">Tetapan Jadual</span>, jika tersedia.</p>
|
|
7
|
+
</description>
|
|
8
|
+
</interaction>
|
|
9
|
+
<interaction> <kbd>Ctrl + Shift + E</kbd> <description>
|
|
10
|
+
<p>Buka dialog <span class="uicontrol">Eksport sebagai</span> bagi jadual, jika tersedia.</p>
|
|
11
|
+
</description>
|
|
12
|
+
</interaction>
|
|
13
|
+
</control-interactions>
|
|
14
|
+
<control-interactions>
|
|
15
|
+
<control name="sap.ui.mdc.FilterBar"/>
|
|
16
|
+
<interaction> <kbd>Enter</kbd> <description>
|
|
17
|
+
<p>Picu carian untuk bar penapis.</p>
|
|
18
|
+
</description>
|
|
19
|
+
</interaction>
|
|
20
|
+
</control-interactions>
|
|
21
|
+
<control-interactions>
|
|
22
|
+
<control name="sap.ui.mdc.Chart"/>
|
|
23
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
24
|
+
<p>Buka dialog <span class="uicontrol">Tetapan Paparan</span></p>
|
|
25
|
+
</description>
|
|
26
|
+
</interaction>
|
|
27
|
+
<interaction> <kbd>Ctrl + D</kbd> <description>
|
|
28
|
+
<p>Padam item dalam dialog <span class="uicontrol">Tetapan Paparan</span></p>
|
|
29
|
+
</description>
|
|
30
|
+
</interaction>
|
|
31
|
+
</control-interactions>
|
|
32
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.ui.comp" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.ui.mdc.Table"/>
|
|
5
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
6
|
+
<p>Opent het dialoogvenster <span class="uicontrol">Tabelinstellingen</span> (indien beschikbaar).</p>
|
|
7
|
+
</description>
|
|
8
|
+
</interaction>
|
|
9
|
+
<interaction> <kbd>Ctrl + Shift + E</kbd> <description>
|
|
10
|
+
<p>Opent het dialoogvenster <span class="uicontrol">Exporteren als</span> van de tabel (indien beschikbaar).</p>
|
|
11
|
+
</description>
|
|
12
|
+
</interaction>
|
|
13
|
+
</control-interactions>
|
|
14
|
+
<control-interactions>
|
|
15
|
+
<control name="sap.ui.mdc.FilterBar"/>
|
|
16
|
+
<interaction> <kbd>Enter</kbd> <description>
|
|
17
|
+
<p>Start de zoekopdracht voor de filterbalk.</p>
|
|
18
|
+
</description>
|
|
19
|
+
</interaction>
|
|
20
|
+
</control-interactions>
|
|
21
|
+
<control-interactions>
|
|
22
|
+
<control name="sap.ui.mdc.Chart"/>
|
|
23
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
24
|
+
<p>Opent het dialoogvenster <span class="uicontrol">Instellingen weergeven</span>.</p>
|
|
25
|
+
</description>
|
|
26
|
+
</interaction>
|
|
27
|
+
<interaction> <kbd>Ctrl + D</kbd> <description>
|
|
28
|
+
<p>Verwijdert een positie in het dialoogvenster <span class="uicontrol">Instellingen weergeven</span></p>
|
|
29
|
+
</description>
|
|
30
|
+
</interaction>
|
|
31
|
+
</control-interactions>
|
|
32
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.ui.comp" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.ui.mdc.Table"/>
|
|
5
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
6
|
+
<p>Åpner dialogen <span class="uicontrol">Tabellinnstillinger</span>, hvis den er tilgjengelig.</p>
|
|
7
|
+
</description>
|
|
8
|
+
</interaction>
|
|
9
|
+
<interaction> <kbd>Ctrl + Shift + E</kbd> <description>
|
|
10
|
+
<p>Åpner dialogen <span class="uicontrol">Eksporter som</span> i tabellen, hvis den er tilgjengelig.</p>
|
|
11
|
+
</description>
|
|
12
|
+
</interaction>
|
|
13
|
+
</control-interactions>
|
|
14
|
+
<control-interactions>
|
|
15
|
+
<control name="sap.ui.mdc.FilterBar"/>
|
|
16
|
+
<interaction> <kbd>Enter</kbd> <description>
|
|
17
|
+
<p>Utløser søk for filterlinjen.</p>
|
|
18
|
+
</description>
|
|
19
|
+
</interaction>
|
|
20
|
+
</control-interactions>
|
|
21
|
+
<control-interactions>
|
|
22
|
+
<control name="sap.ui.mdc.Chart"/>
|
|
23
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
24
|
+
<p>Åpne dialogen <span class="uicontrol">Visningsinnstillinger</span></p>
|
|
25
|
+
</description>
|
|
26
|
+
</interaction>
|
|
27
|
+
<interaction> <kbd>Ctrl + D</kbd> <description>
|
|
28
|
+
<p>Sletter et element i dialogen <span class="uicontrol">Visningsinnstillinger</span></p>
|
|
29
|
+
</description>
|
|
30
|
+
</interaction>
|
|
31
|
+
</control-interactions>
|
|
32
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.ui.comp" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.ui.mdc.Table"/>
|
|
5
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
6
|
+
<p>Otwiera okno dialogowe <span class="uicontrol">Ustawienia tabeli</span>, jeśli jest dostępne.</p>
|
|
7
|
+
</description>
|
|
8
|
+
</interaction>
|
|
9
|
+
<interaction> <kbd>Ctrl + Shift + E</kbd> <description>
|
|
10
|
+
<p>Otwiera okno dialogowe <span class="uicontrol">Eksportuj jako</span> tabeli, jeśli jest dostępne.</p>
|
|
11
|
+
</description>
|
|
12
|
+
</interaction>
|
|
13
|
+
</control-interactions>
|
|
14
|
+
<control-interactions>
|
|
15
|
+
<control name="sap.ui.mdc.FilterBar"/>
|
|
16
|
+
<interaction> <kbd>Enter</kbd> <description>
|
|
17
|
+
<p>Wywołuje wyszukiwanie paska filtrów.</p>
|
|
18
|
+
</description>
|
|
19
|
+
</interaction>
|
|
20
|
+
</control-interactions>
|
|
21
|
+
<control-interactions>
|
|
22
|
+
<control name="sap.ui.mdc.Chart"/>
|
|
23
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
24
|
+
<p>Powoduje otwarcie okna dialogowego <span class="uicontrol">Ustawienia widoku</span></p>
|
|
25
|
+
</description>
|
|
26
|
+
</interaction>
|
|
27
|
+
<interaction> <kbd>Ctrl + D</kbd> <description>
|
|
28
|
+
<p>Powoduje usunięcie elementu w oknie dialogowym <span class="uicontrol">Ustawienia widoku</span></p>
|
|
29
|
+
</description>
|
|
30
|
+
</interaction>
|
|
31
|
+
</control-interactions>
|
|
32
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.ui.comp" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.ui.mdc.Table"/>
|
|
5
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
6
|
+
<p>Abre o diálogo <span class="uicontrol">Configurações da tabela</span>, se disponível.</p>
|
|
7
|
+
</description>
|
|
8
|
+
</interaction>
|
|
9
|
+
<interaction> <kbd>Ctrl + Shift + E</kbd> <description>
|
|
10
|
+
<p>Abre o diálogo <span class="uicontrol">Exportar como</span> da tabela, se disponível.</p>
|
|
11
|
+
</description>
|
|
12
|
+
</interaction>
|
|
13
|
+
</control-interactions>
|
|
14
|
+
<control-interactions>
|
|
15
|
+
<control name="sap.ui.mdc.FilterBar"/>
|
|
16
|
+
<interaction> <kbd>Enter</kbd> <description>
|
|
17
|
+
<p>Aciona a pesquisa para a barra de filtros.</p>
|
|
18
|
+
</description>
|
|
19
|
+
</interaction>
|
|
20
|
+
</control-interactions>
|
|
21
|
+
<control-interactions>
|
|
22
|
+
<control name="sap.ui.mdc.Chart"/>
|
|
23
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
24
|
+
<p>Abre o diálogo <span class="uicontrol">Configurações da visão</span></p>
|
|
25
|
+
</description>
|
|
26
|
+
</interaction>
|
|
27
|
+
<interaction> <kbd>Ctrl + D</kbd> <description>
|
|
28
|
+
<p>Exclui um item no diálogo <span class="uicontrol">Configurações da visão</span></p>
|
|
29
|
+
</description>
|
|
30
|
+
</interaction>
|
|
31
|
+
</control-interactions>
|
|
32
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.ui.comp" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.ui.mdc.Table"/>
|
|
5
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
6
|
+
<p>Abre o diálogo <span class="uicontrol">Definições de tabela</span>, se disponível.</p>
|
|
7
|
+
</description>
|
|
8
|
+
</interaction>
|
|
9
|
+
<interaction> <kbd>Ctrl + Shift + E</kbd> <description>
|
|
10
|
+
<p>Abre o diálogo <span class="uicontrol">Exportar como</span> da tabela, se disponível.</p>
|
|
11
|
+
</description>
|
|
12
|
+
</interaction>
|
|
13
|
+
</control-interactions>
|
|
14
|
+
<control-interactions>
|
|
15
|
+
<control name="sap.ui.mdc.FilterBar"/>
|
|
16
|
+
<interaction> <kbd>Enter</kbd> <description>
|
|
17
|
+
<p>Aciona a pesquisa para a barra de filtros.</p>
|
|
18
|
+
</description>
|
|
19
|
+
</interaction>
|
|
20
|
+
</control-interactions>
|
|
21
|
+
<control-interactions>
|
|
22
|
+
<control name="sap.ui.mdc.Chart"/>
|
|
23
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
24
|
+
<p>Abre o diálogo <span class="uicontrol">Ver definições</span></p>
|
|
25
|
+
</description>
|
|
26
|
+
</interaction>
|
|
27
|
+
<interaction> <kbd>Ctrl + D</kbd> <description>
|
|
28
|
+
<p>Elimina um item no diálogo <span class="uicontrol">Ver definições</span></p>
|
|
29
|
+
</description>
|
|
30
|
+
</interaction>
|
|
31
|
+
</control-interactions>
|
|
32
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.ui.comp" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.ui.mdc.Table"/>
|
|
5
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
6
|
+
<p>Deschide dialogul <span class="uicontrol">Setări tabel</span>, dacă este disponibil.</p>
|
|
7
|
+
</description>
|
|
8
|
+
</interaction>
|
|
9
|
+
<interaction> <kbd>Ctrl + Shift + E</kbd> <description>
|
|
10
|
+
<p>Deschide dialogul <span class="uicontrol">Export ca</span> al tabelului, dacă este disponibil.</p>
|
|
11
|
+
</description>
|
|
12
|
+
</interaction>
|
|
13
|
+
</control-interactions>
|
|
14
|
+
<control-interactions>
|
|
15
|
+
<control name="sap.ui.mdc.FilterBar"/>
|
|
16
|
+
<interaction> <kbd>Enter</kbd> <description>
|
|
17
|
+
<p>Declanșează căutarea pentru bara de filtre.</p>
|
|
18
|
+
</description>
|
|
19
|
+
</interaction>
|
|
20
|
+
</control-interactions>
|
|
21
|
+
<control-interactions>
|
|
22
|
+
<control name="sap.ui.mdc.Chart"/>
|
|
23
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
24
|
+
<p>Deschide dialogul <span class="uicontrol">Setări de vizualizare</span></p>
|
|
25
|
+
</description>
|
|
26
|
+
</interaction>
|
|
27
|
+
<interaction> <kbd>Ctrl + D</kbd> <description>
|
|
28
|
+
<p>Șterge o poziție din dialogul <span class="uicontrol">Setări de vizualizare</span></p>
|
|
29
|
+
</description>
|
|
30
|
+
</interaction>
|
|
31
|
+
</control-interactions>
|
|
32
|
+
</interaction-documentation>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF8"?>
|
|
2
|
+
<interaction-documentation library="sap.ui.comp" xmlns="http://schemas.sap.com/sapui5/extension/sap.ui.core.InteractionDocumentation/1">
|
|
3
|
+
<control-interactions>
|
|
4
|
+
<control name="sap.ui.mdc.Table"/>
|
|
5
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
6
|
+
<p>Открывает диалог <span class="uicontrol">Настройки таблицы</span>, если он доступен.</p>
|
|
7
|
+
</description>
|
|
8
|
+
</interaction>
|
|
9
|
+
<interaction> <kbd>Ctrl + Shift + E</kbd> <description>
|
|
10
|
+
<p>Открывает диалог <span class="uicontrol">Экспорт как</span> таблицы, если он доступен.</p>
|
|
11
|
+
</description>
|
|
12
|
+
</interaction>
|
|
13
|
+
</control-interactions>
|
|
14
|
+
<control-interactions>
|
|
15
|
+
<control name="sap.ui.mdc.FilterBar"/>
|
|
16
|
+
<interaction> <kbd>Enter</kbd> <description>
|
|
17
|
+
<p>Инициирует поиск панели фильтра.</p>
|
|
18
|
+
</description>
|
|
19
|
+
</interaction>
|
|
20
|
+
</control-interactions>
|
|
21
|
+
<control-interactions>
|
|
22
|
+
<control name="sap.ui.mdc.Chart"/>
|
|
23
|
+
<interaction> <kbd>Ctrl + ,</kbd> <description>
|
|
24
|
+
<p>Открывает диалог <span class="uicontrol">Настройки ракурса</span></p>
|
|
25
|
+
</description>
|
|
26
|
+
</interaction>
|
|
27
|
+
<interaction> <kbd>Ctrl + D</kbd> <description>
|
|
28
|
+
<p>Удаляет позицию в диалоге <span class="uicontrol">Настройки ракурса</span></p>
|
|
29
|
+
</description>
|
|
30
|
+
</interaction>
|
|
31
|
+
</control-interactions>
|
|
32
|
+
</interaction-documentation>
|