@openui5/sap.ui.mdc 1.103.1 → 1.104.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/.reuse/dep5 +17 -0
- package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +5 -0
- package/THIRDPARTY.txt +35 -2
- 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/AggregationBaseDelegate.js +1 -1
- package/src/sap/ui/mdc/Chart.js +31 -3
- package/src/sap/ui/mdc/Control.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 +74 -12
- package/src/sap/ui/mdc/LinkDelegate.js +81 -76
- package/src/sap/ui/mdc/MultiValueField.js +1 -1
- package/src/sap/ui/mdc/Table.js +7 -1
- package/src/sap/ui/mdc/TableDelegate.js +25 -9
- package/src/sap/ui/mdc/ValueHelp.js +1 -1
- package/src/sap/ui/mdc/actiontoolbar/ActionToolbarAction.js +1 -1
- package/src/sap/ui/mdc/actiontoolbar/ActionToolbarActionRenderer.js +1 -2
- package/src/sap/ui/mdc/chart/ChartSelectionDetails.js +1 -1
- package/src/sap/ui/mdc/chart/ChartToolbar.js +10 -4
- package/src/sap/ui/mdc/chart/PropertyHelper.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/designtime/actiontoolbar/ActionToolbar.designtime.js +13 -2
- package/src/sap/ui/mdc/designtime/chart/Chart.designtime.js +3 -0
- package/src/sap/ui/mdc/designtime/table/Table.designtime.js +3 -1
- package/src/sap/ui/mdc/field/BoolFieldHelp.js +1 -1
- package/src/sap/ui/mdc/field/ConditionFieldHelp.js +1 -1
- package/src/sap/ui/mdc/field/ConditionType.js +1 -1
- package/src/sap/ui/mdc/field/ConditionsType.js +1 -1
- package/src/sap/ui/mdc/field/CustomFieldHelp.js +1 -1
- package/src/sap/ui/mdc/field/CustomFieldInfo.js +1 -1
- package/src/sap/ui/mdc/field/DefineConditionPanel.js +1 -1
- package/src/sap/ui/mdc/field/DynamicDateRangeConditionsType.js +1 -1
- package/src/sap/ui/mdc/field/FieldBase.js +4 -5
- package/src/sap/ui/mdc/field/FieldHelpBase.js +1 -1
- package/src/sap/ui/mdc/field/FieldInfoBase.js +23 -21
- 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/FieldValueHelp.js +1 -1
- package/src/sap/ui/mdc/field/FieldValueHelpContentWrapperBase.js +1 -1
- package/src/sap/ui/mdc/field/FieldValueHelpMTableWrapper.js +1 -1
- package/src/sap/ui/mdc/field/FieldValueHelpMdcTableWrapper.js +1 -1
- package/src/sap/ui/mdc/field/FieldValueHelpTableWrapperBase.js +1 -1
- package/src/sap/ui/mdc/field/FieldValueHelpUITableWrapper.js +1 -1
- package/src/sap/ui/mdc/field/InParameter.js +1 -1
- package/src/sap/ui/mdc/field/ListFieldHelp.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/OutParameter.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/field/ValueHelpPanel.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/ItemBaseFlex.js +19 -17
- package/src/sap/ui/mdc/library.js +2 -2
- package/src/sap/ui/mdc/link/ContactDetails.js +1 -1
- package/src/sap/ui/mdc/link/ContactDetailsAddressItem.js +1 -1
- package/src/sap/ui/mdc/link/ContactDetailsEmailItem.js +1 -1
- package/src/sap/ui/mdc/link/ContactDetailsItem.js +1 -1
- package/src/sap/ui/mdc/link/ContactDetailsPhoneItem.js +1 -1
- package/src/sap/ui/mdc/link/Factory.js +1 -1
- package/src/sap/ui/mdc/link/FakeFlpConnector.js +1 -1
- package/src/sap/ui/mdc/link/LinkItem.js +1 -1
- package/src/sap/ui/mdc/link/Panel.js +3 -2
- 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.properties +7 -3
- package/src/sap/ui/mdc/messagebundle_ar.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_bg.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_ca.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_cs.properties +7 -5
- package/src/sap/ui/mdc/messagebundle_cy.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_da.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_de.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_el.properties +5 -3
- package/src/sap/ui/mdc/messagebundle_en.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_en_GB.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_en_US_sappsd.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_en_US_saprigi.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_en_US_saptrc.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_es.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_es_MX.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_et.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_fi.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_fr.properties +7 -5
- package/src/sap/ui/mdc/messagebundle_fr_CA.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_hi.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_hr.properties +7 -5
- package/src/sap/ui/mdc/messagebundle_hu.properties +5 -3
- package/src/sap/ui/mdc/messagebundle_id.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_it.properties +48 -46
- package/src/sap/ui/mdc/messagebundle_iw.properties +5 -3
- package/src/sap/ui/mdc/messagebundle_ja.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_kk.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_ko.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_lt.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_lv.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_ms.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_nl.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_no.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_pl.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_pt.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_pt_PT.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_ro.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_ru.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_sh.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_sk.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_sl.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_sv.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_th.properties +9 -7
- package/src/sap/ui/mdc/messagebundle_tr.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_uk.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_vi.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_zh_CN.properties +4 -2
- package/src/sap/ui/mdc/messagebundle_zh_TW.properties +4 -2
- 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/v4/ChartPropertyHelper.js +1 -1
- package/src/sap/ui/mdc/odata/v4/TableDelegate.js +61 -37
- package/src/sap/ui/mdc/odata/v4/vizChart/ChartDelegate.js +1 -1
- package/src/sap/ui/mdc/p13n/Engine.js +1 -1
- package/src/sap/ui/mdc/p13n/PropertyHelper.js +1 -1
- package/src/sap/ui/mdc/p13n/StateUtil.js +1 -1
- package/src/sap/ui/mdc/p13n/UIManager.js +1 -1
- package/src/sap/ui/mdc/p13n/modules/DefaultProviderRegistry.js +1 -1
- package/src/sap/ui/mdc/p13n/panels/AdaptFiltersPanel.js +1 -7
- package/src/sap/ui/mdc/p13n/panels/ChartItemPanel.js +31 -6
- package/src/sap/ui/mdc/p13n/subcontroller/BaseController.js +1 -1
- package/src/sap/ui/mdc/p13n/subcontroller/LinkPanelController.js +2 -1
- package/src/sap/ui/mdc/table/CreationRow.js +1 -1
- package/src/sap/ui/mdc/table/PropertyHelper.js +30 -32
- package/src/sap/ui/mdc/table/ResponsiveTableType.js +2 -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 +2 -7
- package/src/sap/ui/mdc/table/menu/Item.js +3 -3
- package/src/sap/ui/mdc/table/menu/QuickActionContainer.js +34 -0
- package/src/sap/ui/mdc/themes/base/InfoPanel.less +0 -1
- package/src/sap/ui/mdc/util/PromiseCache.js +1 -1
- package/src/sap/ui/mdc/util/PropertyHelper.js +49 -51
- package/src/sap/ui/mdc/valuehelp/Dialog.js +3 -1
- package/src/sap/ui/mdc/valuehelp/Popover.js +34 -6
- 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/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/MDCTable.js +25 -3
- package/src/sap/ui/mdc/valuehelp/content/MTable.js +2 -2
- package/test/sap/ui/mdc/testutils/opa/JSDocGeneration.md +18 -0
- package/test/sap/ui/mdc/testutils/opa/TestLibrary.js +4 -1
- package/test/sap/ui/mdc/testutils/opa/Util.js +42 -0
- package/test/sap/ui/mdc/testutils/opa/Utils.js +22 -0
- package/test/sap/ui/mdc/testutils/opa/chart/ActionsBase.js +1 -1
- package/test/sap/ui/mdc/testutils/opa/chart/JSDoc.md +413 -0
- package/test/sap/ui/mdc/testutils/opa/chart/TestObjects.js +320 -264
- package/test/sap/ui/mdc/testutils/opa/field/Actions.js +50 -0
- package/test/sap/ui/mdc/testutils/opa/field/Assertions.js +40 -0
- package/test/sap/ui/mdc/testutils/opa/field/JSDoc.md +37 -0
- package/test/sap/ui/mdc/testutils/opa/field/TestObjects.js +52 -0
- package/test/sap/ui/mdc/testutils/opa/field/waitForField.js +36 -0
- package/test/sap/ui/mdc/testutils/opa/field/waitForFieldValueHelpButton.js +42 -0
- package/test/sap/ui/mdc/testutils/opa/filterbar/Actions.js +31 -7
- package/test/sap/ui/mdc/testutils/opa/filterbar/Assertions.js +53 -7
- package/test/sap/ui/mdc/testutils/opa/filterbar/JSDoc.md +188 -0
- package/test/sap/ui/mdc/testutils/opa/filterbar/TestObjects.js +79 -13
- package/test/sap/ui/mdc/testutils/opa/filterbar/waitForAdaptFiltersButton.js +47 -0
- package/test/sap/ui/mdc/testutils/opa/filterbar/waitForFilterBar.js +28 -0
- package/test/sap/ui/mdc/testutils/opa/filterfield/Actions.js +70 -0
- package/test/sap/ui/mdc/testutils/opa/filterfield/Assertions.js +87 -0
- package/test/sap/ui/mdc/testutils/opa/filterfield/JSDoc.md +63 -0
- package/test/sap/ui/mdc/testutils/opa/filterfield/TestObjects.js +71 -0
- package/test/sap/ui/mdc/testutils/opa/filterfield/waitForFilterField.js +36 -0
- package/test/sap/ui/mdc/testutils/opa/filterfield/waitForFilterFieldValueHelpButton.js +42 -0
- package/test/sap/ui/mdc/testutils/opa/link/JSDoc.md +136 -0
- package/test/sap/ui/mdc/testutils/opa/link/TestObjects.js +108 -91
- package/test/sap/ui/mdc/testutils/opa/table/Actions.js +190 -6
- package/test/sap/ui/mdc/testutils/opa/table/Assertions.js +210 -0
- package/test/sap/ui/mdc/testutils/opa/table/JSDoc.md +205 -0
- package/test/sap/ui/mdc/testutils/opa/table/TestObjects.js +138 -9
- package/test/sap/ui/mdc/testutils/opa/table/Util.js +20 -0
- package/test/sap/ui/mdc/testutils/opa/table/waitForColumnHeader.js +44 -0
- package/test/sap/ui/mdc/testutils/opa/table/waitForListItemInDialogWithLabel.js +55 -0
- package/test/sap/ui/mdc/testutils/opa/table/waitForP13nButtonWithParentAndIcon.js +42 -0
- package/test/sap/ui/mdc/testutils/opa/table/waitForTable.js +26 -0
- package/test/sap/ui/mdc/testutils/opa/valueHelp/JSDoc.md +35 -0
- package/test/sap/ui/mdc/testutils/opa/valueHelp/TestObjects.js +7 -0
- package/test/sap/ui/mdc/testutils/opa/variant/Actions.js +124 -0
- package/test/sap/ui/mdc/testutils/opa/variant/Assertions.js +48 -0
- package/test/sap/ui/mdc/testutils/opa/variant/JSDoc.md +84 -0
- package/test/sap/ui/mdc/testutils/opa/variant/TestObjects.js +95 -0
- package/test/sap/ui/mdc/testutils/opa/variant/waitForVariantManager.js +43 -0
- package/test/sap/ui/mdc/testutils/opa/variant/waitForVariantManagerButton.js +45 -0
- package/test/sap/ui/mdc/testutils/opa/variant/waitForVariantManagerItem.js +54 -0
- package/test/sap/ui/mdc/testutils/opa/variant/waitForVariantManagerOverlay.js +44 -0
- package/ui5.yaml +4 -1
- package/src/sap/ui/mdc/odata/json/FilterBarDelegate.js +0 -155
- package/src/sap/ui/mdc/odata/v4/FilterBarDelegate.js +0 -750
- package/test/sap/ui/mdc/testutils/opa/chart/ChartNew.js +0 -24
- package/test/sap/ui/mdc/testutils/opa/chartNew/TestObjects.js +0 -288
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* ${copyright}
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
sap.ui.define([
|
|
6
|
+
"sap/ui/test/Opa5",
|
|
7
|
+
"sap/ui/test/matchers/PropertyStrictEquals",
|
|
8
|
+
"sap/ui/test/actions/Press"
|
|
9
|
+
], function(
|
|
10
|
+
Opa5,
|
|
11
|
+
PropertyStrictEquals,
|
|
12
|
+
Press
|
|
13
|
+
) {
|
|
14
|
+
"use strict";
|
|
15
|
+
|
|
16
|
+
// Util.getTextFromResourceBundle = function(sLibraryName, sTextKey) {
|
|
17
|
+
// var oCore = Opa5.getWindow().sap.ui.getCore();
|
|
18
|
+
// return oCore.getLibraryResourceBundle(sLibraryName).getText(sTextKey);
|
|
19
|
+
// };
|
|
20
|
+
|
|
21
|
+
Opa5.createPageObjects({
|
|
22
|
+
util: {
|
|
23
|
+
actions: {
|
|
24
|
+
iPressButton: function(sTitle){
|
|
25
|
+
return this.waitFor({
|
|
26
|
+
controlType: "sap.m.Button",
|
|
27
|
+
matchers: [
|
|
28
|
+
// new Ancestor(aVHDialogs[0], false),
|
|
29
|
+
new PropertyStrictEquals({
|
|
30
|
+
name: "text",
|
|
31
|
+
value: sTitle
|
|
32
|
+
})
|
|
33
|
+
],
|
|
34
|
+
actions: new Press()
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
});
|
|
41
|
+
|
|
42
|
+
});
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* ${copyright}
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
sap.ui.define([
|
|
6
|
+
"sap/ui/test/Opa5",
|
|
7
|
+
"sap/ui/base/Object"
|
|
8
|
+
], function(
|
|
9
|
+
Opa5,
|
|
10
|
+
BaseObject
|
|
11
|
+
) {
|
|
12
|
+
"use strict";
|
|
13
|
+
|
|
14
|
+
var Utils = BaseObject.extend("sap.ui.mdc.qunit.opa.test.Util", {});
|
|
15
|
+
|
|
16
|
+
Utils.getTextFromResourceBundle = function(sLibraryName, sTextKey) {
|
|
17
|
+
var oCore = Opa5.getWindow().sap.ui.getCore();
|
|
18
|
+
return oCore.getLibraryResourceBundle(sLibraryName).getText(sTextKey);
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
return Utils;
|
|
22
|
+
});
|
|
@@ -11,7 +11,7 @@ sap.ui.define([
|
|
|
11
11
|
], function (Opa5, Press, Log, Ancestor, PropertyStrictEquals, Properties, p13nUtil, waitForP13nButtonWithMatchers, waitForP13nDialog) {
|
|
12
12
|
"use strict";
|
|
13
13
|
|
|
14
|
-
var oCore =
|
|
14
|
+
var oCore = Opa5.getWindow().sap.ui.getCore();
|
|
15
15
|
var oMDCBundle = oCore.getLibraryResourceBundle("sap.ui.mdc");
|
|
16
16
|
|
|
17
17
|
var waitForMDCChartWithId = function(sId, oSettings) {
|
|
@@ -0,0 +1,413 @@
|
|
|
1
|
+
## Objects
|
|
2
|
+
|
|
3
|
+
<dl>
|
|
4
|
+
<dt><a href="#onTheMDCChart">onTheMDCChart</a> : <code>object</code></dt>
|
|
5
|
+
<dd></dd>
|
|
6
|
+
</dl>
|
|
7
|
+
|
|
8
|
+
## Typedefs
|
|
9
|
+
|
|
10
|
+
<dl>
|
|
11
|
+
<dt><a href="#ChartPersonalizationConfiguration">ChartPersonalizationConfiguration</a> : <code>object</code></dt>
|
|
12
|
+
<dd></dd>
|
|
13
|
+
<dt><a href="#SortPersonalizationConfiguration">SortPersonalizationConfiguration</a> : <code>object</code></dt>
|
|
14
|
+
<dd></dd>
|
|
15
|
+
</dl>
|
|
16
|
+
|
|
17
|
+
<a name="onTheMDCChart"></a>
|
|
18
|
+
|
|
19
|
+
## onTheMDCChart : <code>object</code>
|
|
20
|
+
**Kind**: global namespace
|
|
21
|
+
|
|
22
|
+
* [onTheMDCChart](#onTheMDCChart) : <code>object</code>
|
|
23
|
+
* [.iPersonalizeChart(oChart, aConfigurations)](#onTheMDCChart.iPersonalizeChart) ⇒ <code>Promise</code>
|
|
24
|
+
* [.iPersonalizeSort(oChart, aConfigurations)](#onTheMDCChart.iPersonalizeSort) ⇒ <code>Promise</code>
|
|
25
|
+
* [.iResetThePersonalization(oChart)](#onTheMDCChart.iResetThePersonalization) ⇒ <code>Promise</code>
|
|
26
|
+
* [.iClickOnZoomIn(sId)](#onTheMDCChart.iClickOnZoomIn) ⇒ <code>Promise</code>
|
|
27
|
+
* [.iClickOnZoomOut(sId)](#onTheMDCChart.iClickOnZoomOut) ⇒ <code>Promise</code>
|
|
28
|
+
* [.iClickOnTheLegendToggleButton(sId)](#onTheMDCChart.iClickOnTheLegendToggleButton) ⇒ <code>Promise</code>
|
|
29
|
+
* [.iClickOnTheSelectionDetailsButton(sId)](#onTheMDCChart.iClickOnTheSelectionDetailsButton) ⇒ <code>Promise</code>
|
|
30
|
+
* [.iClickOnTheDrillDownButton(sId)](#onTheMDCChart.iClickOnTheDrillDownButton) ⇒ <code>Promise</code>
|
|
31
|
+
* [.iClickOnTheChartTypeButton(sId)](#onTheMDCChart.iClickOnTheChartTypeButton) ⇒ <code>Promise</code>
|
|
32
|
+
* [.iClickOnThePersonalisationButton(sId)](#onTheMDCChart.iClickOnThePersonalisationButton) ⇒ <code>Promise</code>
|
|
33
|
+
* [.iSelectChartTypeInPopover(sChartTypeName)](#onTheMDCChart.iSelectChartTypeInPopover) ⇒ <code>Promise</code>
|
|
34
|
+
* [.iClickOnTheBreadcrumbWithName(sName, sId)](#onTheMDCChart.iClickOnTheBreadcrumbWithName) ⇒ <code>Promise</code>
|
|
35
|
+
* [.iSelectANewDrillDimensionInPopover(sDrillName)](#onTheMDCChart.iSelectANewDrillDimensionInPopover) ⇒ <code>Promise</code>
|
|
36
|
+
* [.iSelectTheDatapoint(aDataPoints, sId)](#onTheMDCChart.iSelectTheDatapoint) ⇒ <code>Promise</code>
|
|
37
|
+
* [.iSelectTheCategories(oCategories, sId)](#onTheMDCChart.iSelectTheCategories) ⇒ <code>Promise</code>
|
|
38
|
+
* [.iDrillDownInDimension(sId, sDrillName)](#onTheMDCChart.iDrillDownInDimension) ⇒ <code>Promise</code>
|
|
39
|
+
* [.iSelectAChartType(sId, sChartTypeName)](#onTheMDCChart.iSelectAChartType) ⇒ <code>Promise</code>
|
|
40
|
+
* [.iShouldSeeAChart()](#onTheMDCChart.iShouldSeeAChart) ⇒ <code>Promise</code>
|
|
41
|
+
* [.iShouldSeeALegend(sId)](#onTheMDCChart.iShouldSeeALegend) ⇒ <code>Promise</code>
|
|
42
|
+
* [.iShouldSeeNoLegend(sId)](#onTheMDCChart.iShouldSeeNoLegend) ⇒ <code>Promise</code>
|
|
43
|
+
* [.iShouldSeeAChartTypePopover()](#onTheMDCChart.iShouldSeeAChartTypePopover) ⇒ <code>Promise</code>
|
|
44
|
+
* [.iShouldSeeTheChartWithChartType(sChartId, sChartType)](#onTheMDCChart.iShouldSeeTheChartWithChartType) ⇒ <code>Promise</code>
|
|
45
|
+
* [.iShouldSeeTheDrillStack(aCheckDrillStack, sChartId)](#onTheMDCChart.iShouldSeeTheDrillStack) ⇒ <code>Promise</code>
|
|
46
|
+
* [.iShouldSeeADrillDownPopover()](#onTheMDCChart.iShouldSeeADrillDownPopover) ⇒ <code>Promise</code>
|
|
47
|
+
* [.iShouldSeeADetailsPopover()](#onTheMDCChart.iShouldSeeADetailsPopover) ⇒ <code>Promise</code>
|
|
48
|
+
* [.iShouldSeeVisibleDimensionsInOrder(aDimensions, sId)](#onTheMDCChart.iShouldSeeVisibleDimensionsInOrder) ⇒ <code>Promise</code>
|
|
49
|
+
* [.iShouldSeeVisibleMeasuresInOrder(aMeasures, sId)](#onTheMDCChart.iShouldSeeVisibleMeasuresInOrder) ⇒ <code>Promise</code>
|
|
50
|
+
|
|
51
|
+
<a name="onTheMDCChart.iPersonalizeChart"></a>
|
|
52
|
+
|
|
53
|
+
### onTheMDCChart.iPersonalizeChart(oChart, aConfigurations) ⇒ <code>Promise</code>
|
|
54
|
+
OPA5 test action
|
|
55
|
+
|
|
56
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
57
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
58
|
+
1. Opens the personalization dialog of a given <code>sap.ui.mdc.Chart</code>.
|
|
59
|
+
2. Selects a chart type given by <code>sChartType</code>.
|
|
60
|
+
3. Executes the given <code>ChartPersonalizationConfigurations</code>.
|
|
61
|
+
4. Closes the personalization dialog.
|
|
62
|
+
|
|
63
|
+
| Param | Type | Description |
|
|
64
|
+
| --- | --- | --- |
|
|
65
|
+
| oChart | <code>sap.ui.core.Control</code> \| <code>string</code> | Instance / ID of the <code>MDCChart</code> that is personalized |
|
|
66
|
+
| aConfigurations | [<code>Array.<ChartPersonalizationConfiguration></code>](#ChartPersonalizationConfiguration) | Array containing the chart personalization configuration objects |
|
|
67
|
+
|
|
68
|
+
<a name="onTheMDCChart.iPersonalizeSort"></a>
|
|
69
|
+
|
|
70
|
+
### onTheMDCChart.iPersonalizeSort(oChart, aConfigurations) ⇒ <code>Promise</code>
|
|
71
|
+
OPA5 test action
|
|
72
|
+
|
|
73
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
74
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
75
|
+
1. Opens the personalization dialog of a given chart.
|
|
76
|
+
2. Executes the given <code>SortPersonalizationConfiguration</code>.
|
|
77
|
+
3. Closes the personalization dialog.
|
|
78
|
+
|
|
79
|
+
| Param | Type | Description |
|
|
80
|
+
| --- | --- | --- |
|
|
81
|
+
| oChart | <code>sap.ui.core.Control</code> \| <code>string</code> | Instance / ID of the <code>MDCChart</code> that is sorted |
|
|
82
|
+
| aConfigurations | [<code>Array.<SortPersonalizationConfiguration></code>](#SortPersonalizationConfiguration) | Array containing the sort personalization configuration objects |
|
|
83
|
+
|
|
84
|
+
<a name="onTheMDCChart.iResetThePersonalization"></a>
|
|
85
|
+
|
|
86
|
+
### onTheMDCChart.iResetThePersonalization(oChart) ⇒ <code>Promise</code>
|
|
87
|
+
Opa5 test action
|
|
88
|
+
|
|
89
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
90
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
91
|
+
1. Opens the personalization dialog of a given chart.
|
|
92
|
+
2. Presses the Reset personalization button.
|
|
93
|
+
3. Confirms the Reset dialog.
|
|
94
|
+
4. Closes the personalization dialog.
|
|
95
|
+
|
|
96
|
+
| Param | Type | Description |
|
|
97
|
+
| --- | --- | --- |
|
|
98
|
+
| oChart | <code>sap.ui.core.Control</code> \| <code>string</code> | Instance / ID of the <code>MDCChart</code> that is reset |
|
|
99
|
+
|
|
100
|
+
<a name="onTheMDCChart.iClickOnZoomIn"></a>
|
|
101
|
+
|
|
102
|
+
### onTheMDCChart.iClickOnZoomIn(sId) ⇒ <code>Promise</code>
|
|
103
|
+
OPA5 test action
|
|
104
|
+
Presses the "Zoom In" button in the toolbar of a <code>sap.ui.mdc.Chart</code>.
|
|
105
|
+
|
|
106
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
107
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
108
|
+
|
|
109
|
+
| Param | Type | Description |
|
|
110
|
+
| --- | --- | --- |
|
|
111
|
+
| sId | <code>string</code> | The ID of the <code>sap.ui.mdc.Chart</code> |
|
|
112
|
+
|
|
113
|
+
<a name="onTheMDCChart.iClickOnZoomOut"></a>
|
|
114
|
+
|
|
115
|
+
### onTheMDCChart.iClickOnZoomOut(sId) ⇒ <code>Promise</code>
|
|
116
|
+
OPA5 test action
|
|
117
|
+
Presses the "Zoom Out" button in the toolbar of a <code>sap.ui.mdc.Chart</code>.
|
|
118
|
+
|
|
119
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
120
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
121
|
+
|
|
122
|
+
| Param | Type | Description |
|
|
123
|
+
| --- | --- | --- |
|
|
124
|
+
| sId | <code>string</code> | The ID of the <code>sap.ui.mdc.Chart</code> |
|
|
125
|
+
|
|
126
|
+
<a name="onTheMDCChart.iClickOnTheLegendToggleButton"></a>
|
|
127
|
+
|
|
128
|
+
### onTheMDCChart.iClickOnTheLegendToggleButton(sId) ⇒ <code>Promise</code>
|
|
129
|
+
OPA5 test action
|
|
130
|
+
Presses the "Show Legend" toggle button in the toolbar of a <code>sap.ui.mdc.Chart</code>.
|
|
131
|
+
|
|
132
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
133
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
134
|
+
|
|
135
|
+
| Param | Type | Description |
|
|
136
|
+
| --- | --- | --- |
|
|
137
|
+
| sId | <code>string</code> | The ID of the <code>sap.ui.mdc.Chart</code> |
|
|
138
|
+
|
|
139
|
+
<a name="onTheMDCChart.iClickOnTheSelectionDetailsButton"></a>
|
|
140
|
+
|
|
141
|
+
### onTheMDCChart.iClickOnTheSelectionDetailsButton(sId) ⇒ <code>Promise</code>
|
|
142
|
+
OPA5 test action
|
|
143
|
+
Presses the "Show Details" button in the toolbar of a <code>sap.ui.mdc.Chart</code>.
|
|
144
|
+
|
|
145
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
146
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
147
|
+
|
|
148
|
+
| Param | Type | Description |
|
|
149
|
+
| --- | --- | --- |
|
|
150
|
+
| sId | <code>\*</code> | The ID of the <code>sap.ui.mdc.Chart</code> |
|
|
151
|
+
|
|
152
|
+
<a name="onTheMDCChart.iClickOnTheDrillDownButton"></a>
|
|
153
|
+
|
|
154
|
+
### onTheMDCChart.iClickOnTheDrillDownButton(sId) ⇒ <code>Promise</code>
|
|
155
|
+
OPA5 test action
|
|
156
|
+
Presses the "Drilldown" button in the toolbar of a <code>sap.ui.mdc.Chart</code>.
|
|
157
|
+
|
|
158
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
159
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
160
|
+
|
|
161
|
+
| Param | Type | Description |
|
|
162
|
+
| --- | --- | --- |
|
|
163
|
+
| sId | <code>string</code> | The ID of the <code>sap.ui.mdc.Chart</code> |
|
|
164
|
+
|
|
165
|
+
<a name="onTheMDCChart.iClickOnTheChartTypeButton"></a>
|
|
166
|
+
|
|
167
|
+
### onTheMDCChart.iClickOnTheChartTypeButton(sId) ⇒ <code>Promise</code>
|
|
168
|
+
OPA5 test action
|
|
169
|
+
Presses the "Chart Type" button in the toolbar of a <code>sap.ui.mdc.Chart</code>.
|
|
170
|
+
|
|
171
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
172
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
173
|
+
|
|
174
|
+
| Param | Type | Description |
|
|
175
|
+
| --- | --- | --- |
|
|
176
|
+
| sId | <code>string</code> | The ID of the <code>sap.ui.mdc.Chart</code> |
|
|
177
|
+
|
|
178
|
+
<a name="onTheMDCChart.iClickOnThePersonalisationButton"></a>
|
|
179
|
+
|
|
180
|
+
### onTheMDCChart.iClickOnThePersonalisationButton(sId) ⇒ <code>Promise</code>
|
|
181
|
+
OPA5 test action
|
|
182
|
+
Presses the "Personalization" button in the toolbar of a <code>sap.ui.mdc.Chart</code>.
|
|
183
|
+
|
|
184
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
185
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
186
|
+
|
|
187
|
+
| Param | Type | Description |
|
|
188
|
+
| --- | --- | --- |
|
|
189
|
+
| sId | <code>string</code> | The ID of the <code>sap.ui.mdc.Chart</code> |
|
|
190
|
+
|
|
191
|
+
<a name="onTheMDCChart.iSelectChartTypeInPopover"></a>
|
|
192
|
+
|
|
193
|
+
### onTheMDCChart.iSelectChartTypeInPopover(sChartTypeName) ⇒ <code>Promise</code>
|
|
194
|
+
OPA5 test action
|
|
195
|
+
Selects a specific chart type for a <code>sap.ui.mdc.Chart</code> in an open chart type popover.
|
|
196
|
+
|
|
197
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
198
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
199
|
+
|
|
200
|
+
| Param | Type | Description |
|
|
201
|
+
| --- | --- | --- |
|
|
202
|
+
| sChartTypeName | <code>string</code> | The name of the chart type |
|
|
203
|
+
|
|
204
|
+
<a name="onTheMDCChart.iClickOnTheBreadcrumbWithName"></a>
|
|
205
|
+
|
|
206
|
+
### onTheMDCChart.iClickOnTheBreadcrumbWithName(sName, sId) ⇒ <code>Promise</code>
|
|
207
|
+
OPA5 test action
|
|
208
|
+
Presses an drill-down breadcrumb with a given name for a given <code>sap.ui.mdc.Chart</code>.
|
|
209
|
+
|
|
210
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
211
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
212
|
+
|
|
213
|
+
| Param | Type | Description |
|
|
214
|
+
| --- | --- | --- |
|
|
215
|
+
| sName | <code>string</code> | The name of the breadcrumbs |
|
|
216
|
+
| sId | <code>string</code> | The ID of the <code>sap.ui.mdc.Chart</code> |
|
|
217
|
+
|
|
218
|
+
<a name="onTheMDCChart.iSelectANewDrillDimensionInPopover"></a>
|
|
219
|
+
|
|
220
|
+
### onTheMDCChart.iSelectANewDrillDimensionInPopover(sDrillName) ⇒ <code>Promise</code>
|
|
221
|
+
OPA5 test action
|
|
222
|
+
Selects a specific dimension to drill-down for a <code>sap.ui.mdc.Chart</code> in an open chart drill-down popover.
|
|
223
|
+
|
|
224
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
225
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
226
|
+
|
|
227
|
+
| Param | Type | Description |
|
|
228
|
+
| --- | --- | --- |
|
|
229
|
+
| sDrillName | <code>string</code> | Name of the dimension to which a drill-down takes place |
|
|
230
|
+
|
|
231
|
+
<a name="onTheMDCChart.iSelectTheDatapoint"></a>
|
|
232
|
+
|
|
233
|
+
### onTheMDCChart.iSelectTheDatapoint(aDataPoints, sId) ⇒ <code>Promise</code>
|
|
234
|
+
OPA5 test action
|
|
235
|
+
Selects given data points on a given <code>sap.ui.mdc.Chart</code>.
|
|
236
|
+
|
|
237
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
238
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
239
|
+
|
|
240
|
+
| Param | Type | Description |
|
|
241
|
+
| --- | --- | --- |
|
|
242
|
+
| aDataPoints | <code>array</code> | Data point objects to select |
|
|
243
|
+
| sId | <code>string</code> | The ID of the <code>sap.ui.mdc.Chart</code> |
|
|
244
|
+
|
|
245
|
+
<a name="onTheMDCChart.iSelectTheCategories"></a>
|
|
246
|
+
|
|
247
|
+
### onTheMDCChart.iSelectTheCategories(oCategories, sId) ⇒ <code>Promise</code>
|
|
248
|
+
OPA5 test action
|
|
249
|
+
Selects given categories (dimensions) for the given <code>sap.ui.mdc.Chart</code>.
|
|
250
|
+
|
|
251
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
252
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
253
|
+
|
|
254
|
+
| Param | Type | Description |
|
|
255
|
+
| --- | --- | --- |
|
|
256
|
+
| oCategories | <code>object</code> | Categories to select |
|
|
257
|
+
| sId | <code>string</code> | The ID of the <code>sap.ui.mdc.Chart</code> |
|
|
258
|
+
|
|
259
|
+
<a name="onTheMDCChart.iDrillDownInDimension"></a>
|
|
260
|
+
|
|
261
|
+
### onTheMDCChart.iDrillDownInDimension(sId, sDrillName) ⇒ <code>Promise</code>
|
|
262
|
+
OPA5 test action
|
|
263
|
+
Performs a drill-down on the <code>sap.ui.mdc.Chart</code>
|
|
264
|
+
|
|
265
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
266
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
267
|
+
|
|
268
|
+
| Param | Type | Description |
|
|
269
|
+
| --- | --- | --- |
|
|
270
|
+
| sId | <code>string</code> | The ID of the <code>sap.ui.mdc.Chart</code> |
|
|
271
|
+
| sDrillName | <code>string</code> | Name of the dimension to which a drill-down takes place |
|
|
272
|
+
|
|
273
|
+
<a name="onTheMDCChart.iSelectAChartType"></a>
|
|
274
|
+
|
|
275
|
+
### onTheMDCChart.iSelectAChartType(sId, sChartTypeName) ⇒ <code>Promise</code>
|
|
276
|
+
OPA5 test action
|
|
277
|
+
Performs a drill-down on the <code>sap.ui.mdc.Chart</code>
|
|
278
|
+
|
|
279
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
280
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
281
|
+
|
|
282
|
+
| Param | Type | Description |
|
|
283
|
+
| --- | --- | --- |
|
|
284
|
+
| sId | <code>string</code> | The ID of the <code>sap.ui.mdc.Chart</code> |
|
|
285
|
+
| sChartTypeName | <code>string</code> | Name of the chart type which is to be selected |
|
|
286
|
+
|
|
287
|
+
<a name="onTheMDCChart.iShouldSeeAChart"></a>
|
|
288
|
+
|
|
289
|
+
### onTheMDCChart.iShouldSeeAChart() ⇒ <code>Promise</code>
|
|
290
|
+
OPA5 assertion
|
|
291
|
+
Assertion to check that there is a <code>sap.ui.mdc.Chart</code> visible on the screen.
|
|
292
|
+
|
|
293
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
294
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
295
|
+
<a name="onTheMDCChart.iShouldSeeALegend"></a>
|
|
296
|
+
|
|
297
|
+
### onTheMDCChart.iShouldSeeALegend(sId) ⇒ <code>Promise</code>
|
|
298
|
+
Assertion to check that there is a legend visible on the screen for a given <code>sap.ui.mdc.Chart</code>.
|
|
299
|
+
|
|
300
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
301
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
302
|
+
|
|
303
|
+
| Param | Type | Description |
|
|
304
|
+
| --- | --- | --- |
|
|
305
|
+
| sId | <code>string</code> | The ID of the <code>sap.ui.mdc.Chart</code> to be checked for a visible legend |
|
|
306
|
+
|
|
307
|
+
<a name="onTheMDCChart.iShouldSeeNoLegend"></a>
|
|
308
|
+
|
|
309
|
+
### onTheMDCChart.iShouldSeeNoLegend(sId) ⇒ <code>Promise</code>
|
|
310
|
+
Assertion to check that there is no legend visible on the screen for a given <code>sap.ui.mdc.Chart</code>.
|
|
311
|
+
|
|
312
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
313
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
314
|
+
|
|
315
|
+
| Param | Type | Description |
|
|
316
|
+
| --- | --- | --- |
|
|
317
|
+
| sId | <code>string</code> | The ID of the <code>sap.ui.mdc.Chart</code> to be checked for a visible legend |
|
|
318
|
+
|
|
319
|
+
<a name="onTheMDCChart.iShouldSeeAChartTypePopover"></a>
|
|
320
|
+
|
|
321
|
+
### onTheMDCChart.iShouldSeeAChartTypePopover() ⇒ <code>Promise</code>
|
|
322
|
+
Assertion to check that there is a chart type popover visible on the screen.
|
|
323
|
+
|
|
324
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
325
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
326
|
+
<a name="onTheMDCChart.iShouldSeeTheChartWithChartType"></a>
|
|
327
|
+
|
|
328
|
+
### onTheMDCChart.iShouldSeeTheChartWithChartType(sChartId, sChartType) ⇒ <code>Promise</code>
|
|
329
|
+
Assertion to check that there is a <code>sap.ui.mdc.Chart</code> visible with a given chart type.
|
|
330
|
+
|
|
331
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
332
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
333
|
+
|
|
334
|
+
| Param | Type | Description |
|
|
335
|
+
| --- | --- | --- |
|
|
336
|
+
| sChartId | <code>string</code> | The ID of the <code>sap.ui.mdc.Chart</code> to be checked for a chart type |
|
|
337
|
+
| sChartType | <code>string</code> | Chart type which is selected for the given chart |
|
|
338
|
+
|
|
339
|
+
<a name="onTheMDCChart.iShouldSeeTheDrillStack"></a>
|
|
340
|
+
|
|
341
|
+
### onTheMDCChart.iShouldSeeTheDrillStack(aCheckDrillStack, sChartId) ⇒ <code>Promise</code>
|
|
342
|
+
Assertion to check that there is a chart with a given drillstack visible.
|
|
343
|
+
|
|
344
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
345
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
346
|
+
|
|
347
|
+
| Param | Type | Description |
|
|
348
|
+
| --- | --- | --- |
|
|
349
|
+
| aCheckDrillStack | <code>array</code> | Drillstack to check for |
|
|
350
|
+
| sChartId | <code>string</code> | The ID of the <code>sap.ui.mdc.Chart</code> |
|
|
351
|
+
|
|
352
|
+
<a name="onTheMDCChart.iShouldSeeADrillDownPopover"></a>
|
|
353
|
+
|
|
354
|
+
### onTheMDCChart.iShouldSeeADrillDownPopover() ⇒ <code>Promise</code>
|
|
355
|
+
Assertion to check that there is a drilldown popover visible.
|
|
356
|
+
|
|
357
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
358
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
359
|
+
<a name="onTheMDCChart.iShouldSeeADetailsPopover"></a>
|
|
360
|
+
|
|
361
|
+
### onTheMDCChart.iShouldSeeADetailsPopover() ⇒ <code>Promise</code>
|
|
362
|
+
Assertion to check that there is a details popover visible.
|
|
363
|
+
|
|
364
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
365
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
366
|
+
<a name="onTheMDCChart.iShouldSeeVisibleDimensionsInOrder"></a>
|
|
367
|
+
|
|
368
|
+
### onTheMDCChart.iShouldSeeVisibleDimensionsInOrder(aDimensions, sId) ⇒ <code>Promise</code>
|
|
369
|
+
Assertion to check visible dimensions on the <code>sap.ui.mdc.Chart</code>.
|
|
370
|
+
|
|
371
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
372
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
373
|
+
|
|
374
|
+
| Param | Type | Description |
|
|
375
|
+
| --- | --- | --- |
|
|
376
|
+
| aDimensions | <code>Array.<string></code> | Array containing the expected dimensions |
|
|
377
|
+
| sId | <code>string</code> | The ID of the <code>sap.ui.mdc.Chart</code> |
|
|
378
|
+
|
|
379
|
+
<a name="onTheMDCChart.iShouldSeeVisibleMeasuresInOrder"></a>
|
|
380
|
+
|
|
381
|
+
### onTheMDCChart.iShouldSeeVisibleMeasuresInOrder(aMeasures, sId) ⇒ <code>Promise</code>
|
|
382
|
+
Assertion to check visible measures on the <code>sap.ui.mdc.Chart</code>.
|
|
383
|
+
|
|
384
|
+
**Kind**: static method of [<code>onTheMDCChart</code>](#onTheMDCChart)
|
|
385
|
+
**Returns**: <code>Promise</code> - OPA waitFor
|
|
386
|
+
|
|
387
|
+
| Param | Type | Description |
|
|
388
|
+
| --- | --- | --- |
|
|
389
|
+
| aMeasures | <code>Array.<string></code> | Array containing the expected measures |
|
|
390
|
+
| sId | <code>string</code> | The ID of the <code>sap.ui.mdc.Chart</code> |
|
|
391
|
+
|
|
392
|
+
<a name="ChartPersonalizationConfiguration"></a>
|
|
393
|
+
|
|
394
|
+
## ChartPersonalizationConfiguration : <code>object</code>
|
|
395
|
+
**Kind**: global typedef
|
|
396
|
+
**Properties**
|
|
397
|
+
|
|
398
|
+
| Name | Type | Description |
|
|
399
|
+
| --- | --- | --- |
|
|
400
|
+
| key | <code>string</code> | Key of the value that is the result of the personalization |
|
|
401
|
+
| role | <code>string</code> | Role of the given value |
|
|
402
|
+
|
|
403
|
+
<a name="SortPersonalizationConfiguration"></a>
|
|
404
|
+
|
|
405
|
+
## SortPersonalizationConfiguration : <code>object</code>
|
|
406
|
+
**Kind**: global typedef
|
|
407
|
+
**Properties**
|
|
408
|
+
|
|
409
|
+
| Name | Type | Description |
|
|
410
|
+
| --- | --- | --- |
|
|
411
|
+
| key | <code>string</code> | Key of the item that is the result of the personalization |
|
|
412
|
+
| descending | <code>boolean</code> | Determines whether the sort direction is descending |
|
|
413
|
+
|