@sapui5/sap.suite.ui.generic.template 1.119.2 → 1.120.1
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/package.json +1 -1
- package/src/sap/suite/ui/generic/template/.library +5 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/Component.js +2 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/SmartKpiTag.js +6 -3
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroChart.js +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/ControllerImplementation.js +74 -21
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/KpiCardController.js +5 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/KpiTagController.js +3 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_mk.properties +214 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/Canvas/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/Component.js +11 -5
- package/src/sap/suite/ui/generic/template/ListReport/controller/ControllerImplementation.js +65 -28
- package/src/sap/suite/ui/generic/template/ListReport/controller/CtxMenuHandler.js +8 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_mk.properties +110 -0
- package/src/sap/suite/ui/generic/template/ListReport/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/{DraftInfoBox.fragment.xml → DraftInfoBoxForResponsiveTable.fragment.xml} +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/DraftInfoBoxForUITable.fragment.xml +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartChart.fragment.xml +1 -0
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartFilterBar.fragment.xml +2 -0
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartTable.fragment.xml +3 -4
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartTableToolbar.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/ControllerImplementation.js +35 -8
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/CtxMenuHandler.js +15 -4
- package/src/sap/suite/ui/generic/template/ObjectPage/extensionAPI/ExtensionAPI.js +28 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ar.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_bg.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ca.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cs.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cy.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_da.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_de.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_el.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_GB.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_es.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_es_MX.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_et.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fi.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fr.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fr_CA.properties +8 -4
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hi.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hr.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hu.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_id.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_it.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_iw.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ja.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_kk.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ko.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_lt.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_lv.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_mk.properties +182 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ms.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_nl.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_no.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pl.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pt.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pt_PT.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ro.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ru.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sh.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sk.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sl.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sv.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_th.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_tr.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_uk.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_vi.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_zh_CN.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_zh_TW.properties +4 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/templateSpecificPreparationHelper.js +46 -47
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/Sections.fragment.xml +2 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartChart.fragment.xml +1 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartTable.fragment.xml +3 -4
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_mk.properties +28 -0
- package/src/sap/suite/ui/generic/template/QuickCreate/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/QuickView/i18n/i18n_mk.properties +4 -0
- package/src/sap/suite/ui/generic/template/QuickView/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/designtime/AnalyticalListPage.designtime.js +45 -25
- package/src/sap/suite/ui/generic/template/designtime/ListReport.designtime.js +2 -1
- package/src/sap/suite/ui/generic/template/designtime/ObjectPage.designtime.js +18 -16
- package/src/sap/suite/ui/generic/template/detailTemplates/i18n/i18n_mk.properties +12 -0
- package/src/sap/suite/ui/generic/template/fragments/AnalyticalTableColumns.fragment.xml +10 -0
- package/src/sap/suite/ui/generic/template/fragments/ContactDetails.fragment.xml +91 -30
- package/src/sap/suite/ui/generic/template/fragments/ContactDetailsQuickViewGroupReplica.fragment.xml +142 -120
- package/src/sap/suite/ui/generic/template/fragments/GridTableCells.fragment.xml +1 -0
- package/src/sap/suite/ui/generic/template/fragments/GridTableColumns.fragment.xml +10 -2
- package/src/sap/suite/ui/generic/template/fragments/QuickViewSmartForm.fragment.xml +30 -1
- package/src/sap/suite/ui/generic/template/fragments/SmartFormDataField.fragment.xml +3 -2
- package/src/sap/suite/ui/generic/template/fragments/SmartTableResponsiveTableCommons.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/SmartTableUiTableCommons.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/TableCell.fragment.xml +15 -2
- package/src/sap/suite/ui/generic/template/fragments/TableColumns.fragment.xml +26 -2
- package/src/sap/suite/ui/generic/template/fragments/TreeTableColumns.fragment.xml +11 -1
- package/src/sap/suite/ui/generic/template/genericUtilities/controlHelper.js +5 -2
- package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartVariantManagementWrapper.js +8 -0
- package/src/sap/suite/ui/generic/template/genericUtilities/filterHelper.js +206 -5
- package/src/sap/suite/ui/generic/template/genericUtilities/jsonHelper.js +5 -2
- package/src/sap/suite/ui/generic/template/js/AnnotationHelper.js +103 -2
- package/src/sap/suite/ui/generic/template/js/preparationHelper.js +15 -17
- package/src/sap/suite/ui/generic/template/lib/AdaptiveCardHelper.js +905 -0
- package/src/sap/suite/ui/generic/template/lib/AppComponent.js +25 -9
- package/src/sap/suite/ui/generic/template/lib/Application.js +2 -1
- package/src/sap/suite/ui/generic/template/lib/CommonEventHandlers.js +120 -28
- package/src/sap/suite/ui/generic/template/lib/CommonUtils.js +14 -6
- package/src/sap/suite/ui/generic/template/lib/ComponentUtils.js +19 -4
- package/src/sap/suite/ui/generic/template/lib/ContactCardDetailHelper.js +25 -2
- package/src/sap/suite/ui/generic/template/lib/ContextBookkeeping.js +33 -6
- package/src/sap/suite/ui/generic/template/lib/ContextMenuHandler.js +82 -12
- package/src/sap/suite/ui/generic/template/lib/MessageButtonHelper.js +2 -2
- package/src/sap/suite/ui/generic/template/lib/MessageUtils.js +1 -0
- package/src/sap/suite/ui/generic/template/lib/ShareUtils.js +56 -19
- package/src/sap/suite/ui/generic/template/lib/StableIdDefinition.js +5 -1
- package/src/sap/suite/ui/generic/template/lib/StatePreserver.js +5 -0
- package/src/sap/suite/ui/generic/template/lib/TemplateAssembler.js +1 -0
- package/src/sap/suite/ui/generic/template/lib/ViewDependencyHelper.js +2 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ar.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_bg.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ca.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cs.properties +10 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cy.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_da.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_de.properties +11 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_el.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_GB.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es_MX.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_et.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fi.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr_CA.properties +15 -6
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hi.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hr.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hu.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_id.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_it.properties +10 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_iw.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ja.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_kk.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ko.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lt.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lv.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_mk.properties +304 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ms.properties +10 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_nl.properties +10 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_no.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pl.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt_PT.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ro.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ru.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sh.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sk.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sl.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sv.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_th.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_tr.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_uk.properties +15 -6
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_vi.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_CN.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_TW.properties +9 -0
- package/src/sap/suite/ui/generic/template/lib/insights/InsightsCardHelper.js +119 -45
- package/src/sap/suite/ui/generic/template/lib/insights/InsightsFECardProvider.js +65 -0
- package/src/sap/suite/ui/generic/template/lib/insights/InsightsHandler.js +82 -32
- package/src/sap/suite/ui/generic/template/lib/multipleViews/MultipleViewsHandler.js +30 -4
- package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +4 -1
- package/src/sap/suite/ui/generic/template/lib/navigation/startupParameterHelper.js +4 -2
- package/src/sap/suite/ui/generic/template/lib/presentationControl/PresentationControlHandlerFactory.js +6 -0
- package/src/sap/suite/ui/generic/template/lib/presentationControl/SmartTableHandler.js +32 -9
- package/src/sap/suite/ui/generic/template/library.js +28 -6
- package/src/sap/suite/ui/generic/template/listTemplates/controller/IappStateHandler.js +1 -0
- package/src/sap/suite/ui/generic/template/listTemplates/filterSettingsPreparationHelper.js +33 -1
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/DetailSmartTable.fragment.xml +7 -8
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/SmartChart.fragment.xml +0 -1
- package/src/sap/suite/ui/generic/template/listTemplates/i18n/i18n_mk.properties +2 -0
- package/src/sap/suite/ui/generic/template/support/DiagnosticsTool/view/DiagnosticsTool.view.xml +2 -104
- package/ui5.yaml +5 -4
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
(c) Copyright 2009-2015 SAP SE. All rights reserved
|
|
9
9
|
</copyright>
|
|
10
|
-
<version>1.
|
|
10
|
+
<version>1.120.1</version>
|
|
11
11
|
|
|
12
12
|
<documentation>Library with generic Suite UI templates.</documentation>
|
|
13
13
|
|
|
@@ -36,6 +36,10 @@
|
|
|
36
36
|
<dependency>
|
|
37
37
|
<libraryName>sap.insights</libraryName>
|
|
38
38
|
</dependency>
|
|
39
|
+
<dependency>
|
|
40
|
+
<libraryName>sap.ovp</libraryName>
|
|
41
|
+
<lazy>true</lazy>
|
|
42
|
+
</dependency>
|
|
39
43
|
<dependency>
|
|
40
44
|
<libraryName>sap.viz</libraryName>
|
|
41
45
|
<lazy>true</lazy>
|
|
@@ -298,6 +298,7 @@ sap.ui.define(["sap/ui/core/mvc/OverrideExecution",
|
|
|
298
298
|
oVariants[sKey].tableSettings = preparationHelper.getNormalizedTableSettings(oMetaModel, oVariants[sKey], Device, sEntitySet, oExtensions && oExtensions.Actions, oLineItem);
|
|
299
299
|
//default value of selectAll is different for LR/ALP from OP hence it is not calculated in preparationHelper but separately in respective components.
|
|
300
300
|
oVariants[sKey].tableSettings.selectAll = (oVariants[sKey].tableSettings.selectAll === undefined ? false : oVariants[sKey].tableSettings.selectAll);
|
|
301
|
+
oComponentUtils.adjustCopyButtonSettings(oVariants[sKey].tableSettings);
|
|
301
302
|
|
|
302
303
|
if (oAlpSettings.isResponsiveTable === undefined){
|
|
303
304
|
oAlpSettings.isResponsiveTable = oVariants[sKey].tableSettings.type === "ResponsiveTable";
|
|
@@ -322,6 +323,7 @@ sap.ui.define(["sap/ui/core/mvc/OverrideExecution",
|
|
|
322
323
|
oAlpSettings.tableSettings = preparationHelper.getNormalizedTableSettings(oMetaModel, oSettings, Device, sLeadingEntitySet,oExtensions && oExtensions.Actions, oLineItem);
|
|
323
324
|
//default value of selectAll is different for LR/ALP from OP hence it is not calculated in preparationHelper but separately in respective components.
|
|
324
325
|
oAlpSettings.tableSettings.selectAll = (oAlpSettings.tableSettings.selectAll === undefined ? false : oAlpSettings.tableSettings.selectAll);
|
|
326
|
+
oComponentUtils.adjustCopyButtonSettings(oAlpSettings.tableSettings);
|
|
325
327
|
oAlpSettings.isResponsiveTable = oAlpSettings.tableSettings.type === "ResponsiveTable";
|
|
326
328
|
if (oAlpSettings.tableSettings.enableMultiEditDialog && oAlpSettings.isResponsiveTable && !oComponentUtils.isDraftEnabled() && !oAlpSettings.isWorklist && !oComponent.getAppComponent().getFlexibleColumnLayout()) {
|
|
327
329
|
oAlpSettings.multiEdit = true;
|
|
@@ -475,10 +475,10 @@ sap.ui.define([
|
|
|
475
475
|
};
|
|
476
476
|
// to handle Global serach support
|
|
477
477
|
if (this._oConfig.filterable) {
|
|
478
|
-
|
|
478
|
+
this._searchQuery = this._oSmartFilter.getBasicSearchValue();
|
|
479
479
|
//TBD need to handle non-searchable case
|
|
480
|
-
if (
|
|
481
|
-
oUrlParameters.search =
|
|
480
|
+
if (this._searchQuery) {
|
|
481
|
+
oUrlParameters.search = this._searchQuery;
|
|
482
482
|
}
|
|
483
483
|
}
|
|
484
484
|
if (this._oConfig) {
|
|
@@ -958,6 +958,9 @@ sap.ui.define([
|
|
|
958
958
|
getFilterableKPISelectionVariant: function () {
|
|
959
959
|
return this._filterableKPISelectionVariant;
|
|
960
960
|
},
|
|
961
|
+
getSmartFilterBarBasicSearchValue: function () {
|
|
962
|
+
return this._searchQuery;
|
|
963
|
+
},
|
|
961
964
|
/**
|
|
962
965
|
* searches for a certain control by its ID
|
|
963
966
|
*
|
|
@@ -1400,7 +1400,7 @@ sap.ui.define([
|
|
|
1400
1400
|
if (sI18n) {
|
|
1401
1401
|
this._chart.setShowError(true);
|
|
1402
1402
|
this._chart.setErrorMessageTitle(this._getI18nText("M_VISUAL_FILTERS_ERROR_MESSAGE_TITLE"));
|
|
1403
|
-
this._chart.setErrorMessage(this.getModel("i18n").getResourceBundle().getText(sI18n, sLabel));
|
|
1403
|
+
this._chart.setErrorMessage(this.getModel("i18n").getResourceBundle().getText(sI18n, sLabel ? [sLabel] : undefined));
|
|
1404
1404
|
this._chart.setBusy(false);
|
|
1405
1405
|
this.data("sOverlay", "true");
|
|
1406
1406
|
if (this.data("isDialogFilterItem") === "true") {
|
package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/ControllerImplementation.js
CHANGED
|
@@ -27,12 +27,13 @@ sap.ui.define(["sap/fe/navigation/SelectionVariant",
|
|
|
27
27
|
"sap/ui/model/json/JSONModel",
|
|
28
28
|
"sap/ui/comp/personalization/Util",
|
|
29
29
|
"sap/suite/ui/generic/template/lib/insights/InsightsHandler",
|
|
30
|
-
"sap/suite/ui/generic/template/genericUtilities/metadataAnalyser"
|
|
30
|
+
"sap/suite/ui/generic/template/genericUtilities/metadataAnalyser",
|
|
31
|
+
"sap/suite/ui/generic/template/genericUtilities/filterHelper"
|
|
31
32
|
], function(SelectionVariant, ExtensionAPI,
|
|
32
33
|
FilterBarController, ToolbarController, VisualFilterBarController, VisualFilterDialogController, AnalyticGridController, AnalyticalTable,
|
|
33
34
|
ODataAnnotationHelper, Analytics, ContentAreaController, IappStateHandler, Device, SegmentedButtonItem, ALPHelper, controlHelper, FeLogger,
|
|
34
35
|
ObjectPath, ShareUtils, merge, deepExtend, ListUtils, MultipleViewsHandler, StableIdHelper, MessageStripHelper, JSONModel, PersonalizationControllerUtil,
|
|
35
|
-
InsightsHandler, metadataAnalyser) {
|
|
36
|
+
InsightsHandler, metadataAnalyser, filterHelper) {
|
|
36
37
|
|
|
37
38
|
"use strict";
|
|
38
39
|
|
|
@@ -57,7 +58,7 @@ sap.ui.define(["sap/fe/navigation/SelectionVariant",
|
|
|
57
58
|
oState.oRefreshTimer = setTimeout(function () {
|
|
58
59
|
var oComponent = oController.getOwnerComponent();
|
|
59
60
|
var oTemplatePrivateModel = oComponent.getModel("_templPriv");
|
|
60
|
-
//If filterchanged in FilterBar true then
|
|
61
|
+
//If filterchanged in FilterBar true then don't do refresh Binding
|
|
61
62
|
if (!oTemplatePrivateModel.getProperty("/alp/filterChanged")) {
|
|
62
63
|
oViewProxy.refreshBinding();
|
|
63
64
|
}
|
|
@@ -249,9 +250,45 @@ sap.ui.define(["sap/fe/navigation/SelectionVariant",
|
|
|
249
250
|
});
|
|
250
251
|
});
|
|
251
252
|
}
|
|
253
|
+
|
|
252
254
|
function onShareListReportActionButtonPressImpl(oButton) {
|
|
253
|
-
var oFragmentController = {
|
|
254
255
|
|
|
256
|
+
var getFilterInfoForTilePromise = function () {
|
|
257
|
+
var oPresentationControlHandler = oTemplateUtils.oServices.oPresentationControlHandlerFactory.getPresentationControlHandler(oState.oSmartChart);
|
|
258
|
+
var oModel = oPresentationControlHandler.getModel();
|
|
259
|
+
var oEntityType = oTemplateUtils.oCommonUtils.getMetaModelEntityType(oPresentationControlHandler.getEntitySet());
|
|
260
|
+
// - For Analytical Binding.
|
|
261
|
+
// we recv. aApplicationFilter and aApplicationFilters binding both but aApplicationFilter have actual filters operator value.
|
|
262
|
+
// - For List Binding.
|
|
263
|
+
// we recv. only aApplicationFilters contains filter operator.
|
|
264
|
+
var aFilters = oPresentationControlHandler.getBinding(oState).aApplicationFilter || oPresentationControlHandler.getBinding(oState).aApplicationFilters;
|
|
265
|
+
if (!aFilters || !aFilters.length) {
|
|
266
|
+
// case when no filters is applied
|
|
267
|
+
return Promise.resolve({
|
|
268
|
+
bIsStatic: true,
|
|
269
|
+
sServiceUrl: ""
|
|
270
|
+
});
|
|
271
|
+
}
|
|
272
|
+
var oFilterData = oState.oSmartFilterbar.getFilterData();
|
|
273
|
+
var oFilterParams = filterHelper.getFilterParams(oModel, oEntityType, aFilters, oFilterData);
|
|
274
|
+
var oTable = oState.oSmartTable.getTable();
|
|
275
|
+
var oBinding = oTable.getBinding("rows") || oTable.getBinding("items");
|
|
276
|
+
var sServiceUrl = oBinding && oBinding.getDownloadUrl();
|
|
277
|
+
//chart only mode, no data in table
|
|
278
|
+
if (!sServiceUrl) {
|
|
279
|
+
return Promise.resolve({
|
|
280
|
+
bIsStatic: true,
|
|
281
|
+
sServiceUrl: ""
|
|
282
|
+
});
|
|
283
|
+
}
|
|
284
|
+
sServiceUrl = oTemplateUtils.oCommonUtils.fnReplaceFiltersWithGetDownloadUrl(sServiceUrl, oFilterParams);
|
|
285
|
+
return Promise.resolve({
|
|
286
|
+
bIsStatic: oFilterParams.bIsStatic,
|
|
287
|
+
sServiceUrl: sServiceUrl
|
|
288
|
+
});
|
|
289
|
+
};
|
|
290
|
+
|
|
291
|
+
var oFragmentController = {
|
|
255
292
|
sharePageToPressed: function(target) {
|
|
256
293
|
var oBusyHelper = oTemplateUtils.oServices.oApplication.getBusyHelper();
|
|
257
294
|
if (oBusyHelper.isBusy()) {
|
|
@@ -279,32 +316,26 @@ sap.ui.define(["sap/fe/navigation/SelectionVariant",
|
|
|
279
316
|
ShareUtils.fireBookMarkPress();
|
|
280
317
|
},
|
|
281
318
|
|
|
282
|
-
getDownloadUrl: function() {
|
|
283
|
-
var oTable = oState.oSmartTable.getTable();
|
|
284
|
-
var oBinding = oTable.getBinding("rows") || oTable.getBinding("items");
|
|
285
|
-
|
|
286
|
-
return oBinding && oBinding.getDownloadUrl() || "";
|
|
287
|
-
},
|
|
288
|
-
|
|
289
319
|
getServiceUrl: function () {
|
|
290
320
|
// only create static tile, if filter for any semanticDateRangeProperty (including custom filter field) exists
|
|
291
|
-
return
|
|
292
|
-
var sServiceUrl =
|
|
293
|
-
|
|
321
|
+
return getFilterInfoForTilePromise().then(function (oFilterInfo) {
|
|
322
|
+
var sServiceUrl = "";
|
|
323
|
+
if (!oFilterInfo.bIsStatic) {
|
|
324
|
+
sServiceUrl = oFilterInfo.sServiceUrl + "&$top=0&$inlinecount=allpages";
|
|
325
|
+
}
|
|
294
326
|
var oShareInfo = {
|
|
295
327
|
serviceUrl: sServiceUrl
|
|
296
328
|
};
|
|
297
329
|
oController.onSaveAsTileExtension(oShareInfo);
|
|
298
|
-
|
|
299
330
|
return oShareInfo.serviceUrl;
|
|
300
331
|
});
|
|
301
332
|
},
|
|
302
333
|
|
|
303
334
|
getModelData: function() {
|
|
304
335
|
var fnGetUser = ObjectPath.get("sap.ushell.Container.getUser");
|
|
305
|
-
var
|
|
306
|
-
var oUIManifest =
|
|
307
|
-
var oAppManifest =
|
|
336
|
+
var oAppComponent = oController.getOwnerComponent().getAppComponent();
|
|
337
|
+
var oUIManifest = oAppComponent.getManifestEntry("sap.ui");
|
|
338
|
+
var oAppManifest = oAppComponent.getManifestEntry("sap.app");
|
|
308
339
|
|
|
309
340
|
return oFragmentController.getServiceUrl().then(function(sServiceUrl) {
|
|
310
341
|
return ShareUtils.getCurrentUrl().then(function (sCurrentUrl) {
|
|
@@ -333,7 +364,7 @@ sap.ui.define(["sap/fe/navigation/SelectionVariant",
|
|
|
333
364
|
return {
|
|
334
365
|
onInit: function() {
|
|
335
366
|
var oComponent = oController.getOwnerComponent();
|
|
336
|
-
//By default the log level is set to ERROR and warning messages
|
|
367
|
+
//By default the log level is set to ERROR and warning messages don't appear in the console. Lowering the level only for the case where warning is logged due to undefined SV
|
|
337
368
|
oLogger.setLevel(oLevel.WARNING, "ALPSmartFilterBar");
|
|
338
369
|
var oTemplatePrivateModel = oComponent.getModel("_templPriv");
|
|
339
370
|
oTemplatePrivateModel.setProperty("/alp", {
|
|
@@ -407,10 +438,25 @@ sap.ui.define(["sap/fe/navigation/SelectionVariant",
|
|
|
407
438
|
oState.filterBarController.init(oState);
|
|
408
439
|
oState.oContentArea.createAndSetCustomModel(oState);
|
|
409
440
|
oState.oInsightsHandler = new InsightsHandler(oState, oController, oTemplateUtils);
|
|
441
|
+
|
|
410
442
|
oState.oMultipleViewsHandler.getInitializationPromise().then(function() {
|
|
411
443
|
oState.oContentArea.setState(oState);
|
|
412
444
|
});
|
|
413
445
|
|
|
446
|
+
var oCardProviderInstance = oTemplateUtils.oServices.oInsightsFECardProvider && oTemplateUtils.oServices.oInsightsFECardProvider.getCardProviderInsightsInstance();
|
|
447
|
+
if (oCardProviderInstance && !oTemplateUtils.oCommonUtils.isMultiViewMultiEntity()) { // Enable card sharing only for single view LR
|
|
448
|
+
oTemplateUtils.oServices.oInsightsFECardProvider.fnRegisterComponentForProvider(oState.oInsightsHandler, oController.getView().getId());
|
|
449
|
+
oTemplatePrivateModel.bindProperty("/alp/filterChanged").attachChange(function(oChangeEvent) {
|
|
450
|
+
if (!oChangeEvent.getSource().getValue()) {//filterChange is false if GO button is pressed , hence add shareCards
|
|
451
|
+
var oPresentationControlHandler = oTemplateUtils.oServices.oPresentationControlHandlerFactory.getPresentationControlHandler(oState.oSmartChart);
|
|
452
|
+
var aShareCards = oState.oInsightsHandler.getCardsToShare("Analytical", oPresentationControlHandler);
|
|
453
|
+
oCardProviderInstance.onViewUpdate(true, aShareCards);
|
|
454
|
+
} else {
|
|
455
|
+
oCardProviderInstance.onViewUpdate(true, []);
|
|
456
|
+
}
|
|
457
|
+
});
|
|
458
|
+
}
|
|
459
|
+
|
|
414
460
|
if (!oState.hideVisualFilter) {
|
|
415
461
|
oState.visualFilterBarContainer = new VisualFilterBarController();
|
|
416
462
|
oState.visualFilterBarContainer.init(oState);
|
|
@@ -655,7 +701,7 @@ sap.ui.define(["sap/fe/navigation/SelectionVariant",
|
|
|
655
701
|
}
|
|
656
702
|
// Add to the SmartTable's toolbar to the left of the settings button.
|
|
657
703
|
if ( oState._pendingTableToolbarInit ){
|
|
658
|
-
// this block gets the position of the eye icon in the toolbar i.e just before the
|
|
704
|
+
// this block gets the position of the eye icon in the toolbar i.e just before the settings icon
|
|
659
705
|
for (var i = 0; i < oToolBarcontent.length ; i++) {
|
|
660
706
|
if (oToolBarcontent[i].mProperties.text === "Settings") {
|
|
661
707
|
nSettingsLength = i ;
|
|
@@ -670,6 +716,8 @@ sap.ui.define(["sap/fe/navigation/SelectionVariant",
|
|
|
670
716
|
});
|
|
671
717
|
var tableHighlightModel = new JSONModel({"highlightMode":"rebindTable"});
|
|
672
718
|
oSmartTable.setModel(tableHighlightModel,"_tableHighlight");
|
|
719
|
+
|
|
720
|
+
oTemplateUtils.oServices.oPresentationControlHandlerFactory.getPresentationControlHandler(oSmartTable).addCellSelector();
|
|
673
721
|
},
|
|
674
722
|
onBeforeRebindTable: function(oEvent) {
|
|
675
723
|
var oSmartTable = oEvent.getSource();
|
|
@@ -927,6 +975,9 @@ sap.ui.define(["sap/fe/navigation/SelectionVariant",
|
|
|
927
975
|
onDataFieldForIntentBasedNavigation: function(oEvent) {
|
|
928
976
|
oTemplateUtils.oCommonEventHandlers.onDataFieldForIntentBasedNavigation(oEvent, oState);
|
|
929
977
|
},
|
|
978
|
+
onDataFieldWithEmail: function (oEvent) {
|
|
979
|
+
oTemplateUtils.oCommonEventHandlers.onDataFieldWithEmail(oEvent);
|
|
980
|
+
},
|
|
930
981
|
onDataFieldWithIntentBasedNavigation: function(oEvent) {
|
|
931
982
|
oTemplateUtils.oCommonEventHandlers.onDataFieldWithIntentBasedNavigation(oEvent, oState);
|
|
932
983
|
},
|
|
@@ -1189,7 +1240,9 @@ sap.ui.define(["sap/fe/navigation/SelectionVariant",
|
|
|
1189
1240
|
},
|
|
1190
1241
|
onAddCardsToRepository: function(oEvent) {
|
|
1191
1242
|
var oPresentationControlHandler = oTemplateUtils.oServices.oPresentationControlHandlerFactory.getPresentationControlHandler(oState.oSmartChart);
|
|
1192
|
-
oState.oInsightsHandler.prepareAndShowCard(oEvent,
|
|
1243
|
+
oState.oInsightsHandler.prepareAndShowCard(oEvent, {
|
|
1244
|
+
"cardType" : "Analytical"
|
|
1245
|
+
}, oPresentationControlHandler);
|
|
1193
1246
|
},
|
|
1194
1247
|
onBeforeExport: function (oExportEvent) {
|
|
1195
1248
|
oTemplateUtils.oCommonEventHandlers.onBeforeExport(oExportEvent);
|
package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/KpiCardController.js
CHANGED
|
@@ -38,6 +38,7 @@ sap.ui.define([
|
|
|
38
38
|
var sKpiAnnotationPath = oView.data("kpiAnnotationPath");
|
|
39
39
|
var sSPVPath = oView.data("selectionPresentationVariantPath");
|
|
40
40
|
var sDataPointPath = oView.data("dataPointPath");
|
|
41
|
+
var sBasicSearchValue = oView.data("searchQuery");
|
|
41
42
|
// create a card name for OVP
|
|
42
43
|
var oCardName = "kpiCard" + oQualifier;
|
|
43
44
|
// create a card settings to pass to OVP
|
|
@@ -58,6 +59,10 @@ sap.ui.define([
|
|
|
58
59
|
"colorPalette": oSettings.colorPalette
|
|
59
60
|
}
|
|
60
61
|
};
|
|
62
|
+
|
|
63
|
+
if (sBasicSearchValue) {
|
|
64
|
+
oCardSettings["cards"][oCardName]["settings"]["searchQuery"] = sBasicSearchValue;
|
|
65
|
+
}
|
|
61
66
|
//to show datalabel for analytical cards
|
|
62
67
|
var oComponent = oSTController.getOwnerComponent();
|
|
63
68
|
var bShowDataLabel = oComponent && oComponent.getChartSettings() && oComponent.getChartSettings().showDataLabel;
|
|
@@ -144,6 +144,9 @@ sap.ui.define([
|
|
|
144
144
|
oView.data({
|
|
145
145
|
"mergedSelectionVariant": oFilterableKPISelectionVariant
|
|
146
146
|
});
|
|
147
|
+
oView.data({
|
|
148
|
+
"searchQuery": oSource.getSmartFilterBarBasicSearchValue()
|
|
149
|
+
});
|
|
147
150
|
} else {
|
|
148
151
|
oView.data({
|
|
149
152
|
"selectionVariant": oSource.kpiSettings.selectionVariant
|
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
|
|
2
|
+
TITLE=\u0421\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0441\u043E \u0430\u043D\u0430\u043B\u0438\u0442\u0438\u0447\u043A\u0438 \u0441\u043F\u0438\u0441\u043E\u043A
|
|
3
|
+
|
|
4
|
+
DESCRIPTION=\u0421\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u0441\u043E \u0430\u043D\u0430\u043B\u0438\u0442\u0438\u0447\u043A\u0438 \u0441\u043F\u0438\u0441\u043E\u043A
|
|
5
|
+
|
|
6
|
+
OK=\u0412\u043E \u0440\u0435\u0434
|
|
7
|
+
|
|
8
|
+
NAVIGATE_TO_DETAIL=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u0433\u0438 \u0434\u0435\u0442\u0430\u043B\u0438\u0442\u0435
|
|
9
|
+
|
|
10
|
+
EMAIL_HEADER=\u0412\u0440\u0441\u043A\u0430 \u0434\u043E {0}
|
|
11
|
+
|
|
12
|
+
KPI_TOOLTIP_UNDETERMINED={0} {1}\n\u0421\u0442\u0430\u0442\u0443\u0441\: \u041D\u0435\u043E\u0434\u0440\u0435\u0434\u0435\u043D\u043E
|
|
13
|
+
|
|
14
|
+
KPI_TOOLTIP_NEUTRAL={0} {1}\n\u0421\u0442\u0430\u0442\u0443\u0441\: \u041D\u0435\u0443\u0442\u0440\u0430\u043B\u043D\u043E
|
|
15
|
+
|
|
16
|
+
KPI_TOOLTIP_NONE={0} {1}\n\u0421\u0442\u0430\u0442\u0443\u0441\: \u041D\u0435\u043C\u0430
|
|
17
|
+
|
|
18
|
+
KPI_TOOLTIP_ERROR={0} {1}\n\u0421\u0442\u0430\u0442\u0443\u0441\: \u0412\u0438\u0441\u043E\u043A \u0440\u0438\u0437\u0438\u043A
|
|
19
|
+
|
|
20
|
+
KPI_TOOLTIP_GOOD={0} {1}\n\u0421\u0442\u0430\u0442\u0443\u0441\: \u0414\u043E\u0431\u0440\u043E
|
|
21
|
+
|
|
22
|
+
KPI_TOOLTIP_CRITICAL={0} {1}\n\u0421\u0442\u0430\u0442\u0443\u0441\: \u0420\u0438\u0437\u0438\u043A
|
|
23
|
+
|
|
24
|
+
KPI_DETERMINING_ERROR={0}\n\u041D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u0443\u0442\u0432\u0440\u0434\u0438 \u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442\u0430.
|
|
25
|
+
|
|
26
|
+
KPI_DETERMINING_WARNING={0}\n\u041F\u043E\u0434\u0430\u0442\u043E\u0446\u0438\u0442\u0435 \u0441\u0435 \u043D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0438 \u0438\u043B\u0438 \u043D\u0435 \u0441\u0435 \u043D\u0430\u0458\u0434\u0435\u043D\u0438.
|
|
27
|
+
|
|
28
|
+
KPI_AUTHORIZATION_ISSUE=\u041F\u043E\u0441\u0442\u043E\u0438 \u043F\u0440\u043E\u0431\u043B\u0435\u043C \u0441\u043E \u0430\u0432\u0442\u043E\u0440\u0438\u0437\u0430\u0446\u0438\u0458\u0430\u0442\u0430.
|
|
29
|
+
|
|
30
|
+
KPI_DEFAULT_PV_ERROR_MESSAGE=\u041D\u0435\u0434\u043E\u0441\u0442\u0430\u0441\u0443\u0432\u0430 \u0430\u043D\u043E\u0442\u0430\u0446\u0438\u0458\u0430 \u043D\u0430 \u0432\u0430\u0440\u0438\u0458\u0430\u043D\u0442\u0430 \u043D\u0430 \u043F\u0440\u0438\u043A\u0430\u0437\u043E\u0442.
|
|
31
|
+
|
|
32
|
+
KPI_DRILLDOWN_NAVIGATION_MESSAGE=\u0412\u043D\u0435\u0441\u0435\u0442\u0435 \u0434\u0435\u0442\u0430\u043B\u0438 \u0437\u0430 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0458\u0430.
|
|
33
|
+
|
|
34
|
+
KPI_GENERIC_ERROR_MESSAGE=\u041D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u0432\u0447\u0438\u0442\u0430\u0430\u0442 KPI \u043F\u043E\u0440\u0430\u0434\u0438 \u0442\u0435\u0445\u043D\u0438\u0447\u043A\u0438 \u043F\u0440\u043E\u0431\u043B\u0435\u043C.
|
|
35
|
+
|
|
36
|
+
KPI_NO_DATA=\u041D\u0435\u043C\u0430 \u0434\u043E\u0441\u0442\u0430\u043F\u043D\u0438 KPI \u043F\u043E\u0434\u0430\u0442\u043E\u0446\u0438 \u0437\u0430 \u0438\u0437\u0431\u0440\u0430\u043D\u0438\u0442\u0435 \u043A\u0440\u0438\u0442\u0435\u0440\u0438\u0443\u043C\u0438 \u0437\u0430 \u0444\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u045A\u0435.
|
|
37
|
+
|
|
38
|
+
KPI_INFO_FOR_MISSING_MANDATE_FILTPAR=\u0412\u043D\u0435\u0441\u0435\u0442\u0435 \u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442\u0438 \u043D\u0430 \u043F\u043E\u043B\u0435\u0442\u043E \u0437\u0430 \u0437\u0430\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u0435\u043D \u0432\u043D\u0435\u0441 \u0437\u0430 \u0434\u0430 \u0433\u0438 \u043F\u043E\u043A\u0430\u0436\u0435\u0442\u0435 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u0438\u0442\u0435 \u0437\u0430 KPI.
|
|
39
|
+
|
|
40
|
+
CLEAR_FILTERS=\u0418\u0441\u0447\u0438\u0441\u0442\u0438
|
|
41
|
+
|
|
42
|
+
CLEAR_FILTERS_ALL=\u0418\u0441\u0447\u0438\u0441\u0442\u0438 \u0433\u0438 \u0441\u0438\u0442\u0435
|
|
43
|
+
|
|
44
|
+
GO_FILTERS=\u041F\u043E\u0458\u0434\u0438
|
|
45
|
+
|
|
46
|
+
SHOW_ON_FILTER_BAR=\u041F\u043E\u043A\u0430\u0436\u0438 \u043D\u0430 \u043B\u0435\u043D\u0442\u0430\u0442\u0430 \u0441\u043E \u0444\u0438\u043B\u0442\u0440\u0438
|
|
47
|
+
|
|
48
|
+
VISUAL_FILTER_FILTERS=\u041F\u0440\u0438\u0441\u043F\u043E\u0441\u043E\u0431\u0438 \u0433\u0438 \u0444\u0438\u043B\u0442\u0440\u0438\u0442\u0435
|
|
49
|
+
|
|
50
|
+
VISUAL_FILTER_FILTERS_WITH_COUNT=\u041F\u0440\u0438\u0441\u043F\u043E\u0441\u043E\u0431\u0438 \u0433\u0438 \u0444\u0438\u043B\u0442\u0440\u0438\u0442\u0435 ({0})
|
|
51
|
+
|
|
52
|
+
VISUAL_FILTER_ALL_SELECTED_FILTERS=\u0421\u0438\u0442\u0435 \u0438\u0437\u0431\u0440\u0430\u043D\u0438 \u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442\u0438
|
|
53
|
+
|
|
54
|
+
VISUAL_FILTER_MEASURES=\ \u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0435\u043B \u043F\u043E
|
|
55
|
+
|
|
56
|
+
VISUAL_FILTER_CHART_TYPES=\u0422\u0438\u043F\u043E\u0432\u0438 \u0434\u0438\u0458\u0430\u0433\u0440\u0430\u043C
|
|
57
|
+
|
|
58
|
+
VISUAL_FILTER_CHART_TYPE_BAR=\u0421\u0442\u043E\u043B\u0431\u0435\u0441\u0442 \u0434\u0438\u0458\u0430\u0433\u0440\u0430\u043C
|
|
59
|
+
|
|
60
|
+
VISUAL_FILTER_CHART_TYPE_Line=\u041B\u0438\u043D\u0438\u0441\u043A\u0438 \u0434\u0438\u0458\u0430\u0433\u0440\u0430\u043C
|
|
61
|
+
|
|
62
|
+
VISUAL_FILTER_CHART_TYPE_Donut=\u041F\u0440\u0441\u0442\u0435\u043D\u0435\u0441\u0442 \u0434\u0438\u0458\u0430\u0433\u0440\u0430\u043C
|
|
63
|
+
|
|
64
|
+
VISUAL_FILTER_SORTING=\u041F\u043E\u0434\u0440\u0435\u0434\u0443\u0432\u0430\u045A\u0435
|
|
65
|
+
|
|
66
|
+
VISUAL_FILTER_SORTING_ASCENDING=\u0420\u0430\u0441\u0442\u0435\u0447\u043A\u043E
|
|
67
|
+
|
|
68
|
+
VISUAL_FILTER_SORTING_DESCENDING=\u041E\u043F\u0430\u0453\u0430\u0447\u043A\u043E
|
|
69
|
+
|
|
70
|
+
VISUAL_FILTER_LINE_CHART_TIME_LINE=\u041F\u043E\u043A\u0430\u0436\u0438
|
|
71
|
+
|
|
72
|
+
VISUAL_FILTER_LINE_CHART_TIME_LINE_DAYS=\u041F\u0440\u0435\u0442\u0445\u043E\u0434\u043D\u0438 6 \u0434\u0435\u043D\u0430
|
|
73
|
+
|
|
74
|
+
VISUAL_FILTER_LINE_CHART_TIME_LINE_MONTH=\u041F\u0440\u0435\u0442\u0445\u043E\u0434\u043D\u0438 6 \u043C\u0435\u0441\u0435\u0446\u0438
|
|
75
|
+
|
|
76
|
+
VISUAL_FILTER_LINE_CHART_TIME_LINE_QUARTERS=\u041F\u0440\u0435\u0442\u0445\u043E\u0434\u043D\u0438 6 \u043A\u0432\u0430\u0440\u0442\u0430\u043B\u0438
|
|
77
|
+
|
|
78
|
+
VISUAL_FILTER_LINE_CHART_TIME_LINE_YEARS=\u041F\u0440\u0435\u0442\u0445\u043E\u0434\u043D\u0438 6 \u0433\u043E\u0434\u0438\u043D\u0438
|
|
79
|
+
|
|
80
|
+
VISUAL_FILTER_CHART_TYPE=\u0422\u0438\u043F \u0434\u0438\u0458\u0430\u0433\u0440\u0430\u043C
|
|
81
|
+
|
|
82
|
+
VISUAL_FILTER_MEASURE=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0435\u043B
|
|
83
|
+
|
|
84
|
+
VISUAL_FILTER_SORT_ORDER=\u0420\u0435\u0434\u043E\u0441\u043B\u0435\u0434 \u043D\u0430 \u043F\u043E\u0434\u0440\u0435\u0434\u0443\u0432\u0430\u045A\u0435
|
|
85
|
+
|
|
86
|
+
CONTACT_INFO=\u041F\u043E\u0434\u0430\u0442\u043E\u0446\u0438 \u0437\u0430 \u043A\u043E\u043D\u0442\u0430\u043A\u0442
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
CONTACT_JOB_TITLE=\u041D\u0430\u0437\u0438\u0432 \u043D\u0430 \u0440\u0430\u0431\u043E\u0442\u043D\u043E\u0442\u043E \u043C\u0435\u0441\u0442\u043E
|
|
90
|
+
|
|
91
|
+
CONTACT_DEPARTMENT=\u041E\u0434\u0434\u0435\u043B\u0435\u043D\u0438\u0435
|
|
92
|
+
|
|
93
|
+
CONTACT_EMAIL=\u0415-\u043F\u043E\u0448\u0442\u0430
|
|
94
|
+
|
|
95
|
+
CONTACT_PHONE=\u0422\u0435\u043B\u0435\u0444\u043E\u043D
|
|
96
|
+
|
|
97
|
+
CONTACT_MOBILE=\u041C\u043E\u0431\u0438\u043B\u0435\u043D
|
|
98
|
+
|
|
99
|
+
CONTACT_FAX=\u0424\u0430\u043A\u0441
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
CONTAINER_VIEW_TABLE=\u041F\u0440\u0438\u043A\u0430\u0437 \u043D\u0430 \u0442\u0430\u0431\u0435\u043B\u0430
|
|
104
|
+
|
|
105
|
+
CONTAINER_VIEW_CHART=\u041F\u0440\u0438\u043A\u0430\u0437 \u043D\u0430 \u0434\u0438\u0458\u0430\u0433\u0440\u0430\u043C
|
|
106
|
+
|
|
107
|
+
CONTAINER_VIEW_CHARTTABLE=\u041F\u0440\u0438\u043A\u0430\u0437 \u043D\u0430 \u0442\u0430\u0431\u0435\u043B\u0430 \u0438 \u0434\u0438\u0458\u0430\u0433\u0440\u0430\u043C
|
|
108
|
+
|
|
109
|
+
CONTAINER_VIEW_CROSSTAB=\u041F\u0440\u0438\u043A\u0430\u0437 \u043D\u0430 \u0432\u043A\u0440\u0441\u0442\u0435\u043D\u0430 \u0442\u0430\u0431\u0435\u043B\u0430
|
|
110
|
+
|
|
111
|
+
FILTER_VISUAL=\u0412\u0438\u0437\u0443\u0435\u043B\u0435\u043D \u0444\u0438\u043B\u0442\u0435\u0440
|
|
112
|
+
|
|
113
|
+
FILTER_COMPACT=\u041A\u043E\u043C\u043F\u0430\u043A\u0442\u0435\u043D \u0444\u0438\u043B\u0442\u0435\u0440
|
|
114
|
+
|
|
115
|
+
VIS_FILTER_TITLE_MD={0} \u043E\u0434 {1}
|
|
116
|
+
|
|
117
|
+
VIS_FILTER_TOOLTIP_STATUS_GOOD=\u0421\u0442\u0430\u0442\u0443\u0441\: \u0414\u043E\u0431\u0440\u043E
|
|
118
|
+
|
|
119
|
+
VIS_FILTER_TOOLTIP_STATUS_ERROR=\u0421\u0442\u0430\u0442\u0443\u0441\: \u0413\u0440\u0435\u0448\u043A\u0430
|
|
120
|
+
|
|
121
|
+
VIS_FILTER_TOOLTIP_STATUS_CRITICAL=\u0421\u0442\u0430\u0442\u0443\u0441\: \u041A\u0440\u0438\u0442\u0438\u0447\u043D\u043E
|
|
122
|
+
|
|
123
|
+
VIS_FILTER_TITLE_MD_WITH_UNIT_CURR={0} \u0432\u043E {1}
|
|
124
|
+
|
|
125
|
+
VIS_FILTER_DONUT_OTHER=\u0414\u0440\u0443\u0433\u043E
|
|
126
|
+
|
|
127
|
+
VIS_FILTER_GRP_BASIC_TITLE=\u041E\u0441\u043D\u043E\u0432\u043D\u043E
|
|
128
|
+
|
|
129
|
+
VIS_FILTER_ITEM_ARIA=\u0412\u0438\u0437\u0443\u0435\u043B\u0435\u043D \u0444\u0438\u043B\u0442\u0435\u0440
|
|
130
|
+
|
|
131
|
+
VIS_FILTER_MANDATORY_PROPERTY_ARIA={0} \u043F\u043E\u0442\u0440\u0435\u0431\u043D\u043E.
|
|
132
|
+
|
|
133
|
+
VIS_FILTER_MANDATORY_PROPERTY_ARIA_LABEL=\u043F\u043E\u0442\u0440\u0435\u0431\u043D\u043E.
|
|
134
|
+
|
|
135
|
+
VIS_FILTER_BAR_NAVIGATE_ARIA=\u0417\u0430 \u0434\u0430 \u0441\u0435 \u0434\u0432\u0438\u0436\u0438\u0442\u0435 \u043F\u043E\u043C\u0435\u0453\u0443 \u0432\u0438\u0437\u0443\u0435\u043B\u043D\u0438\u0442\u0435 \u0444\u0438\u043B\u0442\u0440\u0438, \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0458\u0430 \u0441\u0442\u0440\u0435\u043B\u043A\u0430\u0442\u0430 \u0437\u0430 \u043B\u0435\u0432\u043E \u0438\u043B\u0438 \u0434\u0435\u0441\u043D\u043E.
|
|
136
|
+
|
|
137
|
+
VIS_FILTER_DIALOG_NAVIGATE_ARIA=\u0417\u0430 \u0434\u0430 \u0441\u0435 \u0434\u0432\u0438\u0436\u0438\u0442\u0435 \u043F\u043E\u043C\u0435\u0453\u0443 \u0432\u0438\u0437\u0443\u0435\u043B\u043D\u0438\u0442\u0435 \u0444\u0438\u043B\u0442\u0440\u0438, \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0458\u0430 \u0441\u0442\u0440\u0435\u043B\u043A\u0430\u0442\u0430 \u0437\u0430 \u0433\u043E\u0440\u0435 \u0438\u043B\u0438 \u0434\u043E\u043B\u0443.
|
|
138
|
+
|
|
139
|
+
VIS_FILTER_ACCESS_FIELDS_ARIA=\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0458\u0430 \u043A\u0430\u0440\u0442\u0438\u0447\u043A\u0430\u0442\u0430 \u0437\u0430 \u043F\u0440\u0438\u0441\u0442\u0430\u043F \u0434\u043E \u043F\u043E\u043B\u0438\u045A\u0430\u0442\u0430 \u043D\u0430 \u0444\u0438\u043B\u0442\u0435\u0440\u043E\u0442.
|
|
140
|
+
|
|
141
|
+
VIS_VALUEHELP_DROPDOWN_SELECTED_COUNT=\u0418\u0437\u0431\u0440\u0430\u043D\u043E {0}\: {1}
|
|
142
|
+
|
|
143
|
+
VIS_VALUEHELP_DROPDOWN_VIEW_SELECTED=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u0433\u0438 \u0438\u0437\u0431\u0440\u0430\u043D\u0438\u0442\u0435
|
|
144
|
+
|
|
145
|
+
VIS_VALUEHELP_DROPDOWN_VIEW_ALL=\u041F\u0440\u0438\u043A\u0430\u0436\u0438 \u0433\u0438 \u0441\u0438\u0442\u0435
|
|
146
|
+
|
|
147
|
+
VIS_VALUEHELP_DROPDOWN_CLEAR_SELECTION=\u0418\u0441\u0447\u0438\u0441\u0442\u0438 \u0433\u043E \u0438\u0437\u0431\u043E\u0440\u043E\u0442
|
|
148
|
+
|
|
149
|
+
CHARTTABLE_AUTOHIDE_ON=\u041F\u043E\u043A\u0430\u0436\u0438 \u0441\u0442\u0430\u0432\u043A\u0438 \u0441\u0430\u043C\u043E \u0432\u0440\u0437 \u043E\u0441\u043D\u043E\u0432\u0430 \u043D\u0430 \u0438\u0437\u0431\u043E\u0440 \u043D\u0430 \u0434\u0438\u0458\u0430\u0433\u0440\u0430\u043C
|
|
150
|
+
|
|
151
|
+
CHARTTABLE_AUTOHIDE_OFF=\u041F\u043E\u043A\u0430\u0436\u0438 \u0433\u0438 \u0441\u0438\u0442\u0435 \u0441\u0442\u0430\u0432\u043A\u0438
|
|
152
|
+
|
|
153
|
+
M_VISUAL_FILTERS_ERROR_MESSAGE_TITLE=\u041D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u043F\u0440\u0438\u043A\u0430\u0436\u0435 \u0444\u0438\u043B\u0442\u0435\u0440\u043E\u0442
|
|
154
|
+
|
|
155
|
+
NO_DATA_FOUND_OVERLAY_MESSAGE=\u041D\u0435 \u0441\u0435 \u043D\u0430\u0458\u0434\u0435\u043D\u0438 \u043F\u043E\u0434\u0430\u0442\u043E\u0446\u0438.
|
|
156
|
+
|
|
157
|
+
REQUIRED_FIELDS_OVERLAY_MESSAGE=\u041D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u043F\u043E\u043A\u0430\u0436\u0435 \u043E\u0432\u043E\u0458 \u0444\u0438\u043B\u0442\u0435\u0440 \u0437\u0430\u0442\u043E\u0430 \u0448\u0442\u043E \u043D\u0435\u0434\u043E\u0441\u0442\u0438\u0433\u0430\u0430\u0442 \u0437\u0430\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u043D\u0438 \u043F\u043E\u043B\u0438\u045A\u0430.
|
|
158
|
+
|
|
159
|
+
M_VISUAL_FILTERS_ERROR_DATA_TEXT=\u041D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u0432\u0447\u0438\u0442\u0430\u0430\u0442 \u043F\u043E\u0434\u0430\u0442\u043E\u0446\u0438 \u043F\u043E\u0440\u0430\u0434\u0438 \u0442\u0435\u0445\u043D\u0438\u0447\u043A\u0438 \u043F\u0440\u043E\u0431\u043B\u0435\u043C.
|
|
160
|
+
|
|
161
|
+
M_VISUAL_FILTERS_PROVIDE_FILTER_VAL_SINGLEVF=\u041D\u0430\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442 \u043D\u0430 \u0444\u0438\u043B\u0442\u0435\u0440 \u0437\u0430 {0}
|
|
162
|
+
|
|
163
|
+
M_VISUAL_FILTERS_PROVIDE_FILTER_VAL_MULTIPLEVF=\u041D\u0430\u0432\u0435\u0434\u0435\u0442\u0435 \u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442\u0438 \u043D\u0430 \u0444\u0438\u043B\u0442\u0435\u0440\u043E\u0442 \u0437\u0430 \u0441\u0438\u0442\u0435 \u043F\u043E\u0442\u0440\u0435\u0431\u043D\u0438 \u043F\u043E\u043B\u0438\u045A\u0430.
|
|
164
|
+
|
|
165
|
+
M_VISUAL_FILTERS_MULTIPLE_CURRENCY=\u0417\u0430 \u0434\u0430 \u0433\u043E \u0432\u0438\u0434\u0438\u0442\u0435 \u043E\u0432\u043E\u0458 \u0434\u0438\u0458\u0430\u0433\u0440\u0430\u043C, \u043F\u043E\u0441\u0442\u0430\u0432\u0435\u0442\u0435 \u0441\u0430\u043C\u043E \u0435\u0434\u043D\u0430 \u0432\u0430\u043B\u0443\u0442\u0430 \u0437\u0430 {0}
|
|
166
|
+
|
|
167
|
+
M_VISUAL_FILTERS_MULTIPLE_UNIT=\u0417\u0430 \u0434\u0430 \u0433\u043E \u0432\u0438\u0434\u0438\u0442\u0435 \u043E\u0432\u043E\u0458 \u0434\u0438\u0458\u0430\u0433\u0440\u0430\u043C, \u043F\u043E\u0441\u0442\u0430\u0432\u0435\u0442\u0435 \u0441\u0430\u043C\u043E \u0435\u0434\u043D\u0430 \u0432\u0440\u0435\u0434\u043D\u043E\u0441\u0442 \u0437\u0430 {0}
|
|
168
|
+
|
|
169
|
+
M_VISUAL_FILTER_HIDDEN_MEASURE=\u041D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u0432\u0447\u0438\u0442\u0430 \u0432\u0438\u0437\u0443\u0435\u043B\u043D\u0438\u043E\u0442 \u0444\u0438\u043B\u0442\u0435\u0440. \u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0435\u043B\u043E\u0442 {0} \u0435 \u043E\u0437\u043D\u0430\u0447\u0435\u043D \u0441\u043E UI.Hidden.
|
|
170
|
+
|
|
171
|
+
REQUIRED_VH_FIELDS_OVERLAY_MESSAGE=\u041D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u0432\u0447\u0438\u0442\u0430\u0430\u0442 \u043F\u043E\u0434\u0430\u0442\u043E\u0446\u0438 \u0431\u0438\u0434\u0435\u0458\u045C\u0438 \u043D\u0435\u0434\u043E\u0441\u0442\u0430\u0441\u0443\u0432\u0430\u0430\u0442 \u0437\u0430\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u043D\u0438\u0442\u0435 \u043F\u043E\u043B\u0438\u045A\u0430. \u041A\u043E\u043D\u0442\u0430\u043A\u0442\u0438\u0440\u0430\u0458\u0442\u0435 \u0441\u043E \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u043E\u0440\u043E\u0442.
|
|
172
|
+
|
|
173
|
+
INVALID_MEASURE_DONUT_MESSAGE=\u041D\u0435\u0432\u0430\u0436\u0435\u0447\u043A\u0438 \u043F\u043E\u043A\u0430\u0437\u0430\u0442\u0435\u043B \u0437\u0430 \u043F\u0440\u0441\u0442\u0435\u043D\u0435\u0441\u0442\u0438\u043E\u0442 \u0434\u0438\u0458\u0440\u0430\u0433\u0440\u0430\u043C. \u0423\u0432\u0435\u0440\u0435\u0442\u0435 \u0441\u0435 \u0434\u0435\u043A\u0430 \u043F\u043E\u043A\u0430\u0437\u0430\u0442\u0435\u043B\u043E\u0442 \u0435 \u043A\u0443\u043C\u0443\u043B\u0430\u0442\u0438\u0432\u0435\u043D \u0438 \u043F\u043E\u0437\u0438\u0442\u0438\u0432\u0435\u043D.
|
|
174
|
+
|
|
175
|
+
SHARE=\u0421\u043F\u043E\u0434\u0435\u043B\u0438
|
|
176
|
+
|
|
177
|
+
VH_SINGLE_SELECTED=\u041F\u043E\u043C\u043E\u0448 \u043F\u0440\u0438 \u0432\u043D\u0435\u0441 \u0437\u0430 {0} \u0441\u043E {1} \u0438\u0437\u0431\u0440\u0430\u043D\u0430 \u0441\u0442\u0430\u0432\u043A\u0430
|
|
178
|
+
|
|
179
|
+
VH_MULTI_SELECTED=\u041F\u043E\u043C\u043E\u0448 \u043F\u0440\u0438 \u0432\u043D\u0435\u0441 \u0437\u0430 {0} \u0441\u043E {1} \u0438\u0437\u0431\u0440\u0430\u043D\u0438 \u0441\u0442\u0430\u0432\u043A\u0438
|
|
180
|
+
|
|
181
|
+
VALUE_HELP=\u041F\u043E\u043C\u043E\u0448 \u043F\u0440\u0438 \u0432\u043D\u0435\u0441 \u0437\u0430 {0}
|
|
182
|
+
|
|
183
|
+
DROPDOWN_WITHOUT_SELECTIONS=\u041F\u0430\u0453\u0430\u0447\u043A\u0438 \u0441\u043F\u0438\u0441\u043E\u043A \u0437\u0430 {0}
|
|
184
|
+
|
|
185
|
+
DROPDOWN_WITH_SELECTIONS=\u041F\u0430\u0453\u0430\u0447\u043A\u0438 \u0441\u043F\u0438\u0441\u043E\u043A \u0437\u0430 {0} \u0441\u043E {1} \u0441\u0442\u0430\u0432\u043A\u0430
|
|
186
|
+
|
|
187
|
+
DP_SINGLE_SELECTED={1} \u0438\u0437\u0431\u0440\u0430\u043D\u0430 \u0441\u0442\u0430\u0432\u043A\u0430 \u0437\u0430 {0}
|
|
188
|
+
|
|
189
|
+
DP_WITHOUT_SELECTIONS=\u0418\u0437\u0431\u0435\u0440\u0438 \u0434\u0430\u0442\u0443\u043C
|
|
190
|
+
|
|
191
|
+
NOT_ASSIGNED=\u041D\u0435\u043C\u0430 \u0434\u043E\u0434\u0435\u043B\u0435\u043D\u043E
|
|
192
|
+
|
|
193
|
+
FILTER_BAR_SHOW_MORE_FILTERS=\u041F\u043E\u0432\u0435\u045C\u0435 \u0444\u0438\u043B\u0442\u0440\u0438 ({0})
|
|
194
|
+
|
|
195
|
+
FILTER_BAR_SHOW_CHANGE_FILTERS=\u041F\u0440\u043E\u043C\u0435\u043D\u0438 \u0444\u0438\u043B\u0442\u0440\u0438
|
|
196
|
+
|
|
197
|
+
SELECT_FILTER_FIELDS=\u0418\u0437\u0431\u0435\u0440\u0438 \u0444\u0438\u043B\u0442\u0440\u0438
|
|
198
|
+
|
|
199
|
+
FILTER_BAR_SEARCH=\u041F\u0440\u0435\u0431\u0430\u0440\u0443\u0432\u0430\u0458 \u0444\u0438\u043B\u0442\u0440\u0438
|
|
200
|
+
|
|
201
|
+
FORM_PERS_DIALOG_CANCEL=\u041E\u0442\u043A\u0430\u0436\u0438
|
|
202
|
+
|
|
203
|
+
NODATA_ADAPTFILTERDIALOG=\u041D\u0435\u043C\u0430 \u043F\u043E\u0434\u0430\u0442\u043E\u0446\u0438
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
NODATA_SMARTCHART_ALP=\u0417\u0430 \u0434\u0430 \u0437\u0430\u043F\u043E\u0447\u043D\u0435\u0442\u0435, \u043F\u043E\u0441\u0442\u0430\u0432\u0435\u0442\u0435 \u0433\u0438 \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u043D\u0438\u0442\u0435 \u0444\u0438\u043B\u0442\u0440\u0438 \u0438 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u201E\u041F\u043E\u0458\u0434\u0438\u201C.
|
|
208
|
+
|
|
209
|
+
NODATA_SMARTTABLE_ALP=\u0417\u0430 \u0434\u0430 \u0437\u0430\u043F\u043E\u0447\u043D\u0435\u0442\u0435, \u043F\u043E\u0441\u0442\u0430\u0432\u0435\u0442\u0435 \u0433\u0438 \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u043D\u0438\u0442\u0435 \u0444\u0438\u043B\u0442\u0440\u0438 \u0438 \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u201E\u041F\u043E\u0458\u0434\u0438\u201C.
|
|
210
|
+
|
|
211
|
+
MESSAGE_MULTIPLE_VALUES_L_FORM=\u041D\u0435\u043A\u043E\u0438 \u0444\u0438\u043B\u0442\u0440\u0438 \u043D\u0435 \u0441\u0435 \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u043D\u0438 \u0437\u0430 \u043A\u0430\u0440\u0442\u0438\u0447\u043A\u0430\u0442\u0430 \u201E{1}\u201C ({0}). \u041F\u043E\u0441\u0442\u0430\u0432\u0443\u0432\u0430\u045A\u0435\u0442\u043E \u043D\u0430 \u043E\u0432\u0438\u0435 \u0444\u0438\u043B\u0442\u0440\u0438 \u043D\u0435\u043C\u0430 \u0435\u0444\u0435\u043A\u0442 \u043D\u0430 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438\u0442\u0435.
|
|
212
|
+
|
|
213
|
+
MESSAGE_MULTIPLE_VALUES_S_FORM=\u041D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0433\u0438 \u043A\u043E\u0440\u0438\u0441\u0442\u0438\u0442\u0435 \u0441\u043B\u0435\u0434\u043D\u0438\u0432\u0435 \u0444\u0438\u043B\u0442\u0440\u0438 \u043D\u0430 \u201E{1}\u201C \u043A\u0430\u0440\u0442\u0438\u0447\u043A\u0430\u0442\u0430\: \u201E{0}\u201C.
|
|
214
|
+
|
|
@@ -62,8 +62,8 @@ sap.ui.define(["sap/ui/core/mvc/OverrideExecution",
|
|
|
62
62
|
adaptToChildContext: function(sCurrentChildContext) {
|
|
63
63
|
oViewProxy.adaptToChildContext(sCurrentChildContext);
|
|
64
64
|
},
|
|
65
|
-
refreshBinding: function(bUnconditional, mRefreshInfos) {
|
|
66
|
-
oViewProxy.refreshBinding(bUnconditional, mRefreshInfos);
|
|
65
|
+
refreshBinding: function(bUnconditional, mRefreshInfos,fnRefreshCallback) {
|
|
66
|
+
oViewProxy.refreshBinding(bUnconditional, mRefreshInfos,fnRefreshCallback);
|
|
67
67
|
},
|
|
68
68
|
getItems: function(){
|
|
69
69
|
return oViewProxy.getItems();
|
|
@@ -168,7 +168,7 @@ sap.ui.define(["sap/ui/core/mvc/OverrideExecution",
|
|
|
168
168
|
};
|
|
169
169
|
}
|
|
170
170
|
/* sTabKey and sTabIdentifier are used in case of multiple views scenario and represents the individual view's key and individual view's
|
|
171
|
-
identifier respectively, as defined in the manifest. They may or
|
|
171
|
+
identifier respectively, as defined in the manifest. They may or may not be identical. Originally, these two strings were intended to be
|
|
172
172
|
identical but it was missed to introduce this check and document it correctly and thus for compatibility reasons, we need to support
|
|
173
173
|
scenarios where they could be different. For example:
|
|
174
174
|
"quickVariantSelectionX": {
|
|
@@ -339,7 +339,7 @@ sap.ui.define(["sap/ui/core/mvc/OverrideExecution",
|
|
|
339
339
|
|
|
340
340
|
var oLrSettings = deepExtend({}, oSettings);
|
|
341
341
|
oLrSettings.targetEntities = {};
|
|
342
|
-
//Sets the forceLinkRendering at tableSetting level to
|
|
342
|
+
//Sets the forceLinkRendering at tableSetting level to facilitate use in templating. targetEntities information to used at runtime to resolve the quickview entity
|
|
343
343
|
function setTargetEntity(oEntitySet) {
|
|
344
344
|
if (!oLrSettings.targetEntities[oEntitySet.entityType]) {
|
|
345
345
|
oLrSettings.targetEntities[oEntitySet.entityType] = preparationHelper.getTargetEntityForQuickView(oMetaModel, oEntitySet);
|
|
@@ -349,7 +349,6 @@ sap.ui.define(["sap/ui/core/mvc/OverrideExecution",
|
|
|
349
349
|
oLrSettings.bNewAction = oSettings.useNewActionForCreate && isNewAction();
|
|
350
350
|
var oExtensions = oComponentUtils.getControllerExtensions();
|
|
351
351
|
var oExtensionActions = oExtensions && oExtensions.Actions;
|
|
352
|
-
|
|
353
352
|
var oLeadingEntitySet = oMetaModel.getODataEntitySet(sLeadingEntitySet);
|
|
354
353
|
var oEntityType = oMetaModel.getODataEntityType(oLeadingEntitySet.entityType);
|
|
355
354
|
|
|
@@ -391,6 +390,7 @@ sap.ui.define(["sap/ui/core/mvc/OverrideExecution",
|
|
|
391
390
|
} else if (oLrSettings.isResponsiveTable !== (oVariant.tableSettings.type === "ResponsiveTable")) {
|
|
392
391
|
throw new FeError(sClassName, "Variant with key " + sKey + " resulted in invalid Table Type combination. Please check documentation and update manifest.json.");
|
|
393
392
|
}
|
|
393
|
+
oComponentUtils.adjustCopyButtonSettings(oVariant.tableSettings);
|
|
394
394
|
fnAdjustSelectAll(oVariant.tableSettings);
|
|
395
395
|
var oVariantEntityType = oMetaModel.getODataEntityType(oEntitySet.entityType);
|
|
396
396
|
if (oVariantEntityType && oVariantEntityType.property && oVariant.tableSettings && oVariant.tableSettings.createWithParameterDialog) {
|
|
@@ -417,6 +417,7 @@ sap.ui.define(["sap/ui/core/mvc/OverrideExecution",
|
|
|
417
417
|
//for single variant
|
|
418
418
|
oLrSettings.tableSettings = preparationHelper.getNormalizedTableSettings(oMetaModel, oSettings, Device, sLeadingEntitySet, oExtensionActions, oLineItemDefault);
|
|
419
419
|
oLrSettings.isResponsiveTable = oLrSettings.tableSettings.type === "ResponsiveTable";
|
|
420
|
+
oComponentUtils.adjustCopyButtonSettings(oLrSettings.tableSettings);
|
|
420
421
|
fnAdjustSelectAll(oLrSettings.tableSettings);
|
|
421
422
|
if (oLrSettings.tableSettings.multiEdit) {
|
|
422
423
|
oMultiEditSettings = getMultiEditSettings(undefined, oLrSettings, oLeadingEntitySet, oEntityType);
|
|
@@ -442,6 +443,11 @@ sap.ui.define(["sap/ui/core/mvc/OverrideExecution",
|
|
|
442
443
|
staticChecksHelper.checkErrorforCreateWithDialog(oEntityType, oLrSettings.tableSettings);
|
|
443
444
|
oLrSettings.tableSettings.createWithParameterDialog.id = StableIdHelper.getStableId({type: "ListReportAction", subType: "CreateWithDialog"});
|
|
444
445
|
}
|
|
446
|
+
|
|
447
|
+
//Include navigation property settings to filterSettings
|
|
448
|
+
var oNavigationPropSettings = filterSettingsPreparationHelper.getNavigationPropSettings(oLrSettings);
|
|
449
|
+
oLrSettings.filterSettings = deepExtend(oLrSettings.filterSettings, oNavigationPropSettings);
|
|
450
|
+
|
|
445
451
|
oLrSettings.isSelflinkRequired = true;
|
|
446
452
|
oLrSettings.isIndicatorRequired = true;
|
|
447
453
|
oLrSettings.isSemanticallyConnected = false;
|