@sapui5/sap.suite.ui.generic.template 1.118.0 → 1.119.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/package.json +1 -1
- package/src/sap/suite/ui/generic/template/.library +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/Component.js +2 -12
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/SmartFilterBarExt.js +2 -4
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/SmartKpiTag.js +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/SmartVisualFilterBar.js +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/ContentAreaController.js +2 -5
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/ControllerImplementation.js +17 -47
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/KpiCardController.js +2 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/KpiTagController.js +4 -3
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/VisualFilterDialogController.js +2 -3
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controllerFrameworkExtensions.js +4 -4
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_bg.properties +8 -8
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_es.properties +2 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_hr.properties +3 -3
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_hu.properties +4 -4
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_kk.properties +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_lt.properties +2 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_nl.properties +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ru.properties +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sk.properties +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_th.properties +2 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_tr.properties +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_uk.properties +2 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_zh_TW.properties +1 -1
- 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/AnnotationHelper.js +23 -27
- package/src/sap/suite/ui/generic/template/ListReport/Component.js +9 -14
- package/src/sap/suite/ui/generic/template/ListReport/controller/ControllerImplementation.js +18 -51
- package/src/sap/suite/ui/generic/template/ListReport/controller/CtxMenuHandler.js +55 -0
- package/src/sap/suite/ui/generic/template/ListReport/controller/IappStateHandler.js +12 -12
- package/src/sap/suite/ui/generic/template/ListReport/controller/LegacyStateHandler.js +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/controller/MultiEditHandler.js +11 -2
- package/src/sap/suite/ui/generic/template/ListReport/controllerFrameworkExtensions.js +3 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ar.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_bg.properties +9 -9
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_da.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hr.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_it.properties +2 -2
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_kk.properties +15 -15
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pl.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sk.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sl.properties +6 -6
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sv.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_th.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_tr.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_uk.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_zh_TW.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartTable.fragment.xml +13 -9
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartTableToolbar.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/ControllerImplementation.js +66 -35
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/CtxMenuHandler.js +50 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/MessageStripHelper.js +47 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/{InlineCreationRowsHelper.js → inlineCreationRows/InlineCreationRowsHelper.js} +70 -93
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/inlineCreationRows/RequiredPropHelper.js +323 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/controllerFrameworkExtensions.js +11 -7
- package/src/sap/suite/ui/generic/template/ObjectPage/extensionAPI/ExtensionAPI.js +14 -9
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n.properties +6 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ar.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_bg.properties +10 -10
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cs.properties +4 -4
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_de.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_es.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_es_MX.properties +4 -4
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fi.properties +3 -3
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fr.properties +17 -17
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fr_CA.properties +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hr.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ja.properties +6 -6
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_kk.properties +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_no.properties +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pl.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pt.properties +23 -23
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ru.properties +15 -15
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sk.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sl.properties +13 -13
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_th.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_tr.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_uk.properties +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_zh_CN.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/MultipleViewsSingleTableMode.fragment.xml +44 -44
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartTable.fragment.xml +14 -11
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/{SmartTablePluginsRowSettingsRowActions.fragment.xml → SmartTableUiTableCommons.fragment.xml} +1 -1
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_ar.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_bg.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_ca.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_cs.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_cy.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_da.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_de.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_el.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_en.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_en_GB.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_es.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_es_MX.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_et.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_fi.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_fr.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_fr_CA.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_hi.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_hr.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_hu.properties +7 -7
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_id.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_it.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_iw.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_ja.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_kk.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_ko.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_lt.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_lv.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_ms.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_nl.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_no.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_pl.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_pt.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_pt_PT.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_ro.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_ru.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_sh.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_sk.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_sl.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_sv.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_th.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_tr.properties +7 -7
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_uk.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_vi.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_zh_CN.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_zh_TW.properties +6 -6
- package/src/sap/suite/ui/generic/template/QuickCreate/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/QuickView/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/designtime/AnalyticalListPageControllerExtensionTemplate.js +124 -0
- package/src/sap/suite/ui/generic/template/designtime/ListReportControllerExtensionTemplate.js +128 -0
- package/src/sap/suite/ui/generic/template/designtime/ObjectPage.designtime.js +1 -1
- package/src/sap/suite/ui/generic/template/designtime/ObjectPageControllerExtensionTemplate.js +139 -0
- package/src/sap/suite/ui/generic/template/detailTemplates/i18n/i18n_uk.properties +1 -1
- package/src/sap/suite/ui/generic/template/fragments/AnalyticalTableColumns.fragment.xml +8 -8
- package/src/sap/suite/ui/generic/template/fragments/GridTableColumns.fragment.xml +8 -8
- package/src/sap/suite/ui/generic/template/fragments/SmartControlContextMenu.fragment.xml +10 -0
- package/src/sap/suite/ui/generic/template/fragments/SmartFormDataField.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/fragments/SmartTableResponsiveTableCommons.fragment.xml +8 -0
- package/src/sap/suite/ui/generic/template/fragments/{SmartTablePluginsRowSettings.fragment.xml → SmartTableUiTableCommons.fragment.xml} +3 -0
- package/src/sap/suite/ui/generic/template/fragments/TableColumnListItem.fragment.xml +6 -6
- package/src/sap/suite/ui/generic/template/fragments/TableColumns.fragment.xml +11 -11
- package/src/sap/suite/ui/generic/template/fragments/TreeTableColumns.fragment.xml +7 -7
- package/src/sap/suite/ui/generic/template/genericUtilities/filterHelper.js +67 -0
- package/src/sap/suite/ui/generic/template/js/AnnotationHelper.js +26 -33
- package/src/sap/suite/ui/generic/template/js/AnnotationHelperStreamSupport.js +1 -2
- package/src/sap/suite/ui/generic/template/js/RuntimeFormatters.js +5 -0
- package/src/sap/suite/ui/generic/template/js/StableIdHelper.js +2 -2
- package/src/sap/suite/ui/generic/template/js/preparationHelper.js +2 -4
- package/src/sap/suite/ui/generic/template/lib/AppComponent.js +37 -6
- package/src/sap/suite/ui/generic/template/lib/Application.js +9 -6
- package/src/sap/suite/ui/generic/template/lib/CRUDActionHandler.js +7 -2
- package/src/sap/suite/ui/generic/template/lib/CRUDHelper.js +2 -2
- package/src/sap/suite/ui/generic/template/lib/CRUDManager.js +5 -5
- package/src/sap/suite/ui/generic/template/lib/CommonEventHandlers.js +5 -4
- package/src/sap/suite/ui/generic/template/lib/CommonUtils.js +110 -79
- package/src/sap/suite/ui/generic/template/lib/ContextBookkeeping.js +12 -12
- package/src/sap/suite/ui/generic/template/lib/ContextMenuHandler.js +116 -0
- package/src/sap/suite/ui/generic/template/lib/CreateWithDialogHandler.js +1 -4
- package/src/sap/suite/ui/generic/template/lib/MessageButtonHelper.js +2 -2
- package/src/sap/suite/ui/generic/template/lib/MessageUtils.js +13 -1
- package/src/sap/suite/ui/generic/template/lib/ShareUtils.js +15 -15
- package/src/sap/suite/ui/generic/template/lib/StableIdDefinition.js +5 -0
- package/src/sap/suite/ui/generic/template/lib/StatePreserver.js +18 -10
- package/src/sap/suite/ui/generic/template/lib/filterHelper.js +35 -198
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n.properties +6 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ar.properties +3 -3
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_bg.properties +22 -22
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ca.properties +8 -8
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cs.properties +4 -4
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_de.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_el.properties +3 -3
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es.properties +12 -12
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_et.properties +4 -4
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fi.properties +15 -15
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr.properties +3 -3
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr_CA.properties +4 -4
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hi.properties +5 -5
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hr.properties +11 -11
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_id.properties +5 -5
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_it.properties +9 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ko.properties +3 -3
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lv.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_nl.properties +10 -10
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_no.properties +2 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pl.properties +2 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt.properties +10 -10
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt_PT.properties +9 -9
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ro.properties +5 -5
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sl.properties +7 -7
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sv.properties +6 -6
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_uk.properties +13 -13
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_TW.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/{AddCardsHelper.js → insights/InsightsCardHelper.js} +60 -47
- package/src/sap/suite/ui/generic/template/lib/insights/InsightsHandler.js +135 -0
- package/src/sap/suite/ui/generic/template/lib/multipleViews/MultipleViewsHandler.js +1 -1
- package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +1 -1
- package/src/sap/suite/ui/generic/template/lib/presentationControl/SmartTableHandler.js +73 -20
- package/src/sap/suite/ui/generic/template/library.js +1 -1
- package/src/sap/suite/ui/generic/template/listTemplates/controller/IappStateHandler.js +9 -9
- package/src/sap/suite/ui/generic/template/listTemplates/controller/MultipleViewsHandler.js +1 -1
- package/src/sap/suite/ui/generic/template/listTemplates/controller/ToolbarController.js +1 -3
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/DetailSmartTable.fragment.xml +50 -16
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/{SmartTablePluginsRowSettingsRowActions.fragment.xml → SmartTableUiTableCommons.fragment.xml} +1 -1
- package/src/sap/suite/ui/generic/template/listTemplates/listUtils.js +1 -1
- package/src/sap/suite/ui/generic/template/support/DiagnosticsTool/controller/DiagnosticsTool.controller.js +2 -2
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@ sap.ui.define(["sap/ui/core/mvc/OverrideExecution",
|
|
|
10
10
|
"sap/suite/ui/generic/template/js/AnnotationHelper",
|
|
11
11
|
"sap/base/util/isEmptyObject",
|
|
12
12
|
"sap/suite/ui/generic/template/AnalyticalListPage/util/AnnotationHelper",
|
|
13
|
-
|
|
13
|
+
|
|
14
14
|
"sap/suite/ui/generic/template/AnalyticalListPage/util/FilterUtil" // // just to make sure that this class containing runtime formatters is loaded
|
|
15
15
|
], function(OverrideExecution, TemplateAssembler, ControllerImplementation, JSONModel, controllerFrameworkExtensions, preparationHelper, deepExtend,
|
|
16
16
|
filterSettingsPreparationHelper, StableIdHelper, AnnotationHelper, isEmptyObject, ALPAnnotationHelper, CardHelper) {
|
|
@@ -338,18 +338,8 @@ sap.ui.define(["sap/ui/core/mvc/OverrideExecution",
|
|
|
338
338
|
oAlpSettings.chartSettings = deepExtend(oAlpSettings.chartSettings, oCustomActions.chartSettings, oAnnotatedActionsCommand.chartSettings);
|
|
339
339
|
}
|
|
340
340
|
|
|
341
|
-
oAlpSettings.bInsightsEnabled = false;
|
|
342
|
-
// If app is running in Microsoft Teams environment then Insight should not execute
|
|
343
341
|
var oTemplatePrivateGlobal = oComponent.getModel("_templPrivGlobal");
|
|
344
|
-
|
|
345
|
-
CardHelper.getServiceAsync("UIService").then(function(oInstance){
|
|
346
|
-
oAlpSettings.bInsightsEnabled = true;
|
|
347
|
-
var oTemplatePrivate = oComponent.getModel("_templPriv");
|
|
348
|
-
oTemplatePrivate.setProperty("/oInsightsInstance", oInstance);
|
|
349
|
-
}).catch(function(response) {
|
|
350
|
-
oAlpSettings.bInsightsEnabled = false;
|
|
351
|
-
});
|
|
352
|
-
}
|
|
342
|
+
oAlpSettings.bInsightsEnabled = !!oTemplatePrivateGlobal.getProperty("/generic/insights/oInsightsInstance");
|
|
353
343
|
|
|
354
344
|
return oAlpSettings;
|
|
355
345
|
},
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
sap.ui.define([
|
|
2
|
-
"sap/ui/comp/smartfilterbar/SmartFilterBar"
|
|
3
|
-
|
|
4
|
-
"sap/m/SegmentedButtonItem"
|
|
5
|
-
], function(SmartFilterBar, SegmentedButton, SegmentedButtonItem) {
|
|
2
|
+
"sap/ui/comp/smartfilterbar/SmartFilterBar"
|
|
3
|
+
], function(SmartFilterBar) {
|
|
6
4
|
"use strict";
|
|
7
5
|
|
|
8
6
|
// Need to integrate with the existing smart filter bar integration with the SmartChart and SmartTable.
|
|
@@ -9,7 +9,7 @@ sap.ui.define([
|
|
|
9
9
|
"sap/suite/ui/generic/template/AnalyticalListPage/control/KpiProvider",
|
|
10
10
|
"sap/suite/ui/generic/template/listTemplates/listUtils",
|
|
11
11
|
"sap/ui/Device",
|
|
12
|
-
"sap/
|
|
12
|
+
"sap/fe/navigation/SelectionVariant",
|
|
13
13
|
"sap/ui/model/Filter",
|
|
14
14
|
"sap/ui/model/json/JSONModel",
|
|
15
15
|
"sap/ui/core/Locale",
|
|
@@ -103,7 +103,7 @@ sap.ui.define([
|
|
|
103
103
|
this._cellHeight = bIsCozyMode ? "12rem" : "11rem";
|
|
104
104
|
this._cellWidth = "20rem";
|
|
105
105
|
this.labelHeight = 2.0;
|
|
106
|
-
this.compHeight = bIsCozyMode ? 9.9 : 7.
|
|
106
|
+
this.compHeight = bIsCozyMode ? 9.9 : 7.5;
|
|
107
107
|
this.cellHeightPadding = 1;
|
|
108
108
|
this.cellHeight = (this.labelHeight + this.compHeight + this.cellHeightPadding) + "rem"; // Add cell padding due to the focus on the chart being clipped by the outer cell container, shouldn't have to do this
|
|
109
109
|
this.cellWidth = 320;
|
package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/ContentAreaController.js
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
sap.ui.define([
|
|
2
|
-
"sap/m/OverflowToolbar",
|
|
3
|
-
"sap/m/ToolbarSpacer",
|
|
4
|
-
"sap/m/FlexItemData",
|
|
5
2
|
"sap/ui/core/mvc/Controller",
|
|
6
3
|
"sap/suite/ui/generic/template/listTemplates/controller/SmartChartController",
|
|
7
4
|
"sap/suite/ui/generic/template/listTemplates/controller/DetailController",
|
|
8
5
|
"sap/ui/model/json/JSONModel"
|
|
9
|
-
], function(
|
|
6
|
+
], function(Controller, SmartChartController, DetailController, JSONModel) {
|
|
10
7
|
"use strict";
|
|
11
8
|
var oController = Controller.extend("sap.suite.ui.generic.template.AnalyticalListPage.controller.ContentAreaController", {
|
|
12
9
|
|
|
@@ -38,7 +35,7 @@ sap.ui.define([
|
|
|
38
35
|
this.oState.oSmartChart.getToolbar().setEnabled(true);
|
|
39
36
|
}
|
|
40
37
|
if (this.oState.oSmartTable) {
|
|
41
|
-
this.oState.oSmartTable.
|
|
38
|
+
this.oState.oSmartTable.getToolbar().setEnabled(true);
|
|
42
39
|
}
|
|
43
40
|
},
|
|
44
41
|
/**
|
package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/ControllerImplementation.js
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
/* global window sap */
|
|
2
|
-
sap.ui.define(["sap/
|
|
2
|
+
sap.ui.define(["sap/fe/navigation/SelectionVariant",
|
|
3
3
|
"sap/suite/ui/generic/template/AnalyticalListPage/extensionAPI/ExtensionAPI",
|
|
4
4
|
"sap/suite/ui/generic/template/AnalyticalListPage/controller/FilterBarController",
|
|
5
5
|
"sap/suite/ui/generic/template/listTemplates/controller/ToolbarController",
|
|
6
6
|
"sap/suite/ui/generic/template/AnalyticalListPage/controller/VisualFilterBarController",
|
|
7
|
-
"sap/suite/ui/generic/template/AnalyticalListPage/controller/VisualFilterDialogController",
|
|
7
|
+
"sap/suite/ui/generic/template/AnalyticalListPage/controller/VisualFilterDialogController",
|
|
8
|
+
"sap/suite/ui/generic/template/AnalyticalListPage/controller/AnalyticGridController",
|
|
8
9
|
"sap/ui/table/AnalyticalTable",
|
|
9
10
|
"sap/ui/model/odata/AnnotationHelper",
|
|
10
11
|
"sap/ui/model/analytics/odata4analytics",
|
|
@@ -12,15 +13,9 @@ sap.ui.define(["sap/ui/generic/app/navigation/service/SelectionVariant",
|
|
|
12
13
|
"sap/suite/ui/generic/template/listTemplates/controller/IappStateHandler",
|
|
13
14
|
"sap/ui/Device",
|
|
14
15
|
"sap/m/SegmentedButtonItem",
|
|
15
|
-
"sap/m/SegmentedButton",
|
|
16
|
-
"sap/m/OverflowToolbar",
|
|
17
|
-
"sap/m/ToolbarSpacer",
|
|
18
|
-
"sap/m/library",
|
|
19
|
-
"sap/ui/model/Context",
|
|
20
16
|
"sap/suite/ui/generic/template/AnalyticalListPage/util/AnnotationHelper",
|
|
21
17
|
"sap/suite/ui/generic/template/genericUtilities/controlHelper",
|
|
22
18
|
"sap/suite/ui/generic/template/genericUtilities/FeLogger",
|
|
23
|
-
"sap/suite/ui/generic/template/AnalyticalListPage/util/FilterUtil",
|
|
24
19
|
"sap/base/util/ObjectPath",
|
|
25
20
|
"sap/suite/ui/generic/template/lib/ShareUtils",
|
|
26
21
|
"sap/base/util/merge",
|
|
@@ -30,17 +25,14 @@ sap.ui.define(["sap/ui/generic/app/navigation/service/SelectionVariant",
|
|
|
30
25
|
"sap/suite/ui/generic/template/js/StableIdHelper",
|
|
31
26
|
"sap/suite/ui/generic/template/listTemplates/controller/MessageStripHelper",
|
|
32
27
|
"sap/ui/model/json/JSONModel",
|
|
33
|
-
"sap/suite/ui/generic/template/listTemplates/controller/DetailController",
|
|
34
28
|
"sap/ui/comp/personalization/Util",
|
|
35
|
-
"sap/suite/ui/generic/template/lib/
|
|
36
|
-
"sap/m/MessageBox",
|
|
37
|
-
"sap/suite/ui/generic/template/listTemplates/semanticDateRangeTypeHelper",
|
|
29
|
+
"sap/suite/ui/generic/template/lib/insights/InsightsHandler",
|
|
38
30
|
"sap/suite/ui/generic/template/genericUtilities/metadataAnalyser"
|
|
39
31
|
], function(SelectionVariant, ExtensionAPI,
|
|
40
32
|
FilterBarController, ToolbarController, VisualFilterBarController, VisualFilterDialogController, AnalyticGridController, AnalyticalTable,
|
|
41
|
-
ODataAnnotationHelper, Analytics, ContentAreaController, IappStateHandler, Device, SegmentedButtonItem,
|
|
42
|
-
|
|
43
|
-
|
|
33
|
+
ODataAnnotationHelper, Analytics, ContentAreaController, IappStateHandler, Device, SegmentedButtonItem, ALPHelper, controlHelper, FeLogger,
|
|
34
|
+
ObjectPath, ShareUtils, merge, deepExtend, ListUtils, MultipleViewsHandler, StableIdHelper, MessageStripHelper, JSONModel, PersonalizationControllerUtil,
|
|
35
|
+
InsightsHandler, metadataAnalyser) {
|
|
44
36
|
|
|
45
37
|
"use strict";
|
|
46
38
|
|
|
@@ -173,7 +165,7 @@ sap.ui.define(["sap/ui/generic/app/navigation/service/SelectionVariant",
|
|
|
173
165
|
oState.oIappStateHandler.fnUpdateVisualFilterBar();
|
|
174
166
|
}
|
|
175
167
|
//to generate the appstate on initial laod
|
|
176
|
-
if (oState.sNavType !== sap.
|
|
168
|
+
if (oState.sNavType !== sap.fe.navigation.NavType.iAppState) {
|
|
177
169
|
oState.oIappStateHandler.fnStoreCurrentAppStateAndAdjustURL();
|
|
178
170
|
}
|
|
179
171
|
|
|
@@ -414,6 +406,7 @@ sap.ui.define(["sap/ui/generic/app/navigation/service/SelectionVariant",
|
|
|
414
406
|
oState.filterBarController = new FilterBarController();
|
|
415
407
|
oState.filterBarController.init(oState);
|
|
416
408
|
oState.oContentArea.createAndSetCustomModel(oState);
|
|
409
|
+
oState.oInsightsHandler = new InsightsHandler(oState, oController, oTemplateUtils);
|
|
417
410
|
oState.oMultipleViewsHandler.getInitializationPromise().then(function() {
|
|
418
411
|
oState.oContentArea.setState(oState);
|
|
419
412
|
});
|
|
@@ -647,7 +640,7 @@ sap.ui.define(["sap/ui/generic/app/navigation/service/SelectionVariant",
|
|
|
647
640
|
},
|
|
648
641
|
onSmartTableInit: function(oEvent) {
|
|
649
642
|
var oSmartTable = oEvent.getSource(),
|
|
650
|
-
toolbar = oSmartTable.
|
|
643
|
+
toolbar = oSmartTable.getToolbar(),
|
|
651
644
|
oToolBarcontent = toolbar.getContent(),
|
|
652
645
|
nSettingsLength ;
|
|
653
646
|
//To check if navigation targets are supported of the toolbar buttons are supported
|
|
@@ -673,14 +666,13 @@ sap.ui.define(["sap/ui/generic/app/navigation/service/SelectionVariant",
|
|
|
673
666
|
delete oState._pendingTableToolbarInit;
|
|
674
667
|
//Disable the toolbars once search is triggered
|
|
675
668
|
oSmartTable.attachShowOverlay(function(oEvent){
|
|
676
|
-
oSmartTable.
|
|
669
|
+
oSmartTable.getToolbar().setEnabled(!oEvent.getParameter("overlay").show);
|
|
677
670
|
});
|
|
678
671
|
var tableHighlightModel = new JSONModel({"highlightMode":"rebindTable"});
|
|
679
672
|
oSmartTable.setModel(tableHighlightModel,"_tableHighlight");
|
|
680
673
|
},
|
|
681
674
|
onBeforeRebindTable: function(oEvent) {
|
|
682
675
|
var oSmartTable = oEvent.getSource();
|
|
683
|
-
var variant = oSmartTable && oSmartTable.fetchVariant();
|
|
684
676
|
var oBindingParams = oEvent.getParameter("bindingParams");
|
|
685
677
|
|
|
686
678
|
// add handler for change event
|
|
@@ -691,9 +683,6 @@ sap.ui.define(["sap/ui/generic/app/navigation/service/SelectionVariant",
|
|
|
691
683
|
oChartInfo.drillStack = oState.chartController.oChart.getDrillStack();
|
|
692
684
|
var filtersFromChartDrilldown = (oChartInfo.drillStack && oChartInfo.drillStack.length > 0) ? oChartInfo.drillStack[oChartInfo.drillStack.length - 1] : undefined;
|
|
693
685
|
}
|
|
694
|
-
if (!variant) {
|
|
695
|
-
return;
|
|
696
|
-
}
|
|
697
686
|
|
|
698
687
|
var oTemplatePrivateModel = oController.getOwnerComponent().getModel("_templPriv");
|
|
699
688
|
|
|
@@ -1021,7 +1010,7 @@ sap.ui.define(["sap/ui/generic/app/navigation/service/SelectionVariant",
|
|
|
1021
1010
|
if (oEvent.getParameter("key") === "crosstable" && !oState.oAnalyticGrid) {
|
|
1022
1011
|
oState.oAnalyticGridController.initAnalyticGrid();
|
|
1023
1012
|
}
|
|
1024
|
-
|
|
1013
|
+
|
|
1025
1014
|
var sSelectedKey = oEvent.getSource().getSelectedKey();
|
|
1026
1015
|
if ((sSelectedKey === "table" || sSelectedKey === "charttable") && bTableRebindRequired) {
|
|
1027
1016
|
oState.oSmartTable.rebindTable();
|
|
@@ -1200,33 +1189,14 @@ sap.ui.define(["sap/ui/generic/app/navigation/service/SelectionVariant",
|
|
|
1200
1189
|
},
|
|
1201
1190
|
onAddCardsToRepository: function(oEvent) {
|
|
1202
1191
|
var oPresentationControlHandler = oTemplateUtils.oServices.oPresentationControlHandlerFactory.getPresentationControlHandler(oState.oSmartChart);
|
|
1203
|
-
|
|
1204
|
-
var oModel = oPresentationControlHandler.getModel();
|
|
1205
|
-
var sEntitySet = oPresentationControlHandler.getEntitySet();
|
|
1206
|
-
var oView = oState.oController.getView();
|
|
1207
|
-
var oEntitySet = oModel.getMetaModel().getODataEntitySet(sEntitySet);
|
|
1208
|
-
var oEntityType = oModel.getMetaModel().getODataEntityType(oEntitySet.entityType);
|
|
1209
|
-
var oRb = oComponent.getModel("i18n").getResourceBundle();
|
|
1210
|
-
var oCardDefinition = {};
|
|
1211
|
-
if (semanticDateRangeTypeHelper.hasSemanticDateValue(oState)) {
|
|
1212
|
-
MessageBox.error(oRb.getText("ST_CARD_CREATION_FAILURE_REASON_SEMANTIC_DATE_FILTERS"));
|
|
1213
|
-
} else {
|
|
1214
|
-
oCardDefinition['currentControlHandler'] = oPresentationControlHandler;
|
|
1215
|
-
oCardDefinition['component'] = oComponent;
|
|
1216
|
-
oCardDefinition['view'] = oView;
|
|
1217
|
-
oCardDefinition['entitySet'] = oEntitySet;
|
|
1218
|
-
oCardDefinition['entityType'] = oEntityType;
|
|
1219
|
-
oCardDefinition['oSmartFilterbar'] = oState.oSmartFilterbar;
|
|
1220
|
-
oCardDefinition['oTemplateUtils'] = oTemplateUtils;
|
|
1221
|
-
var oAnalyticalCardManifest = AddCardsHelper.createCardForPreview(oCardDefinition);
|
|
1222
|
-
var oTemplatePrivateModel = oTemplateUtils.oComponentUtils.getTemplatePrivateModel();
|
|
1223
|
-
var oInsightsInstance = oTemplatePrivateModel.getProperty("/oInsightsInstance");
|
|
1224
|
-
oInsightsInstance.showCardPreview(oAnalyticalCardManifest, true);
|
|
1225
|
-
}
|
|
1192
|
+
oState.oInsightsHandler.prepareAndShowCard(oEvent, "Analytical", oPresentationControlHandler);
|
|
1226
1193
|
},
|
|
1227
1194
|
onBeforeExport: function (oExportEvent) {
|
|
1228
1195
|
oTemplateUtils.oCommonEventHandlers.onBeforeExport(oExportEvent);
|
|
1229
|
-
}
|
|
1196
|
+
},
|
|
1197
|
+
beforeOpenContextMenu: function(oEvent, sSmartControlId){
|
|
1198
|
+
oEvent.preventDefault(); // temporary solution
|
|
1199
|
+
}
|
|
1230
1200
|
},
|
|
1231
1201
|
|
|
1232
1202
|
formatters: {
|
package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/KpiCardController.js
CHANGED
|
@@ -5,7 +5,7 @@ sap.ui.define([
|
|
|
5
5
|
"sap/ui/thirdparty/d3",
|
|
6
6
|
"sap/suite/ui/generic/template/AnalyticalListPage/util/KpiUtil",
|
|
7
7
|
"sap/suite/ui/generic/template/AnalyticalListPage/util/V4Terms",
|
|
8
|
-
"sap/
|
|
8
|
+
"sap/fe/navigation/SelectionVariant", "sap/m/MessageBox",
|
|
9
9
|
"sap/ui/model/analytics/odata4analytics"
|
|
10
10
|
], function(Fragment, Controller, JSONModel, D3, KpiUtil, V4Terms, SelectionVariant, MessageBox, oData4Analytics) {
|
|
11
11
|
"use strict";
|
|
@@ -145,7 +145,7 @@ sap.ui.define([
|
|
|
145
145
|
//NavigationHandler.navigate accepts selection variant as a string
|
|
146
146
|
this._oSelectionVariant = this._oSelectionVariant.toJSONString();
|
|
147
147
|
oNavigationHandler.navigate(sTarget, sAction, this._oSelectionVariant, null, function (oError) {
|
|
148
|
-
if (oError instanceof sap.
|
|
148
|
+
if (oError instanceof sap.fe.navigation.NavError) {
|
|
149
149
|
if (oError.getErrorCode() === "NavigationHandler.isIntentSupported.notSupported") {
|
|
150
150
|
MessageBox.show(oSTCommonUtils.getText("ST_NAV_ERROR_NOT_AUTHORIZED_DESC"), {
|
|
151
151
|
title: oSTCommonUtils.getText("ST_GENERIC_ERROR_TITLE"),
|
|
@@ -4,8 +4,9 @@ sap.ui.define([
|
|
|
4
4
|
"sap/ui/core/library",
|
|
5
5
|
"sap/ui/Device",
|
|
6
6
|
"sap/m/ResponsivePopover",
|
|
7
|
-
"sap/suite/ui/generic/template/genericUtilities/FeLogger"
|
|
8
|
-
|
|
7
|
+
"sap/suite/ui/generic/template/genericUtilities/FeLogger",
|
|
8
|
+
"sap/ui/core/mvc/View"
|
|
9
|
+
], function (KpiCardController, JSONModel, coreLibrary, Device, ResponsivePopover, FeLogger, View) {
|
|
9
10
|
"use strict";
|
|
10
11
|
var oLogger = new FeLogger("AnalyticalListPage.controller.KpiTagController").getLogger();
|
|
11
12
|
var OVPLoaded, ViewType;
|
|
@@ -101,7 +102,7 @@ sap.ui.define([
|
|
|
101
102
|
var oFilterableKPISelectionVariant = oSource.getFilterableKPISelectionVariant();
|
|
102
103
|
|
|
103
104
|
// create a new view with template processing
|
|
104
|
-
|
|
105
|
+
View.create({
|
|
105
106
|
preprocessors: {
|
|
106
107
|
xml: {
|
|
107
108
|
bindingContexts: {
|
|
@@ -433,7 +433,7 @@ sap.ui.define([
|
|
|
433
433
|
oVisualFilterDialogModelClone.setProperty('/filterCompList/' + idx + '/searchVisible', bVisible);
|
|
434
434
|
oVisualFilterDialogModel.setData(oVisualFilterDialogModelClone.getData());
|
|
435
435
|
//update config object when VFConfig model is updated
|
|
436
|
-
this.oConfig = oVisualFilterDialogModel.
|
|
436
|
+
this.oConfig = oVisualFilterDialogModel.getProperty();
|
|
437
437
|
//to enable Restore button on change of chart type, sort order, measure field and show in filter bar changes
|
|
438
438
|
this.oState.oSmartFilterbar._oVariantManagement.currentVariantSetModified(true);
|
|
439
439
|
},
|
|
@@ -1310,11 +1310,10 @@ sap.ui.define([
|
|
|
1310
1310
|
type: "Emphasized"
|
|
1311
1311
|
});
|
|
1312
1312
|
oOKButton.attachPress(function() {
|
|
1313
|
-
var i;
|
|
1314
1313
|
var items = that.addRemoveList.getItems();
|
|
1315
1314
|
var oVisualConfigModel = that._getDialogConfigModel(),
|
|
1316
1315
|
oVisualConfigModelClone = deepExtend({}, oVisualConfigModel);
|
|
1317
|
-
for (i = 0; i < items.length; i++) {
|
|
1316
|
+
for (var i = 0; i < items.length; i++) {
|
|
1318
1317
|
var idx = items[i].data("idx");
|
|
1319
1318
|
var bSelected = items[i].isSelected();
|
|
1320
1319
|
//if the chart is deselected in 'change filters' dialog of a field group, update VFConfigModel to hide the chart..
|
package/src/sap/suite/ui/generic/template/AnalyticalListPage/controllerFrameworkExtensions.js
CHANGED
|
@@ -130,7 +130,7 @@ sap.ui.define([
|
|
|
130
130
|
* Application developers can use the oObjectInfo parameter to identify the navigation context and
|
|
131
131
|
* modify the oSelectionVariant which contains the navigation parameters.
|
|
132
132
|
*
|
|
133
|
-
* @param {sap.
|
|
133
|
+
* @param {sap.fe.navigation.SelectionVariant} oSelectionVariant - Selection variant object
|
|
134
134
|
* containing the information which needs to be passed to the target application
|
|
135
135
|
* @param {object} oObjectInfo - Context object based on which the intent based navigation is triggered
|
|
136
136
|
* @param {string} oObjectInfo.semanticObject - Semantic object used for the intend based navigation
|
|
@@ -152,7 +152,7 @@ sap.ui.define([
|
|
|
152
152
|
* This method is called by SAP Fiori elements before binding a filterable KPI. Application developers
|
|
153
153
|
* can override this method to modify parameters or filters for a filterable KPI.
|
|
154
154
|
*
|
|
155
|
-
* @param {sap.
|
|
155
|
+
* @param {sap.fe.navigation.SelectionVariant} oSelectionVariant - The SelectionVariant.
|
|
156
156
|
* @param {string} sEntityType - The filterable KPI's entity type.
|
|
157
157
|
* @param {string} sKPIId - The filterable KPI's Id.
|
|
158
158
|
* @protected
|
|
@@ -207,7 +207,7 @@ sap.ui.define([
|
|
|
207
207
|
* can be achieved by adding these values to the selection variant.
|
|
208
208
|
*
|
|
209
209
|
* @param {object} oStartupObject - Startup Object containing the initial contexts
|
|
210
|
-
* @param {sap.
|
|
210
|
+
* @param {sap.fe.navigation.SelectionVariant} oStartupObject.selectionVariant - Selection
|
|
211
211
|
* Variant containing the values which needs to be applied to the smart filter bar
|
|
212
212
|
* @param {object} oStartupObject.semanticDates - Semantic dates configuration in the manifest is read an assigned
|
|
213
213
|
* in this object
|
|
@@ -273,7 +273,7 @@ sap.ui.define([
|
|
|
273
273
|
* then this method should return true. Otherwise, framework will proceed with its handling.
|
|
274
274
|
*
|
|
275
275
|
* @param {object} oParams Object containing the "getSourceInfo" method and the selection variant
|
|
276
|
-
* @param {sap.
|
|
276
|
+
* @param {sap.fe.navigation.SelectionVariant} oParams.oSelectionVariant - Selection variant object
|
|
277
277
|
* containing the information which needs to be passed to the target application
|
|
278
278
|
* @param {function} [oParams.getSourceInfo] Returns an object contains information about the smart link
|
|
279
279
|
* @param {sap.ui.comp.navpopover.SmartLink} [oParams.getSourceInfo().smartLink] The smart link cliked by the user
|
|
@@ -5,7 +5,7 @@ DESCRIPTION=\u0421\u0442\u0440\u0430\u043D\u0438\u0446\u0430 \u043D\u0430 \u0430
|
|
|
5
5
|
|
|
6
6
|
OK=OK
|
|
7
7
|
|
|
8
|
-
NAVIGATE_TO_DETAIL=\u041F\u043E\u043A\u0430\
|
|
8
|
+
NAVIGATE_TO_DETAIL=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u043F\u043E\u0434\u0440\u043E\u0431\u043D\u0438 \u0434\u0430\u043D\u043D\u0438
|
|
9
9
|
|
|
10
10
|
EMAIL_HEADER=\u0412\u0440\u044A\u0437\u043A\u0430 \u043A\u044A\u043C {0}
|
|
11
11
|
|
|
@@ -35,15 +35,15 @@ KPI_GENERIC_ERROR_MESSAGE=\u041D\u0435\u0432\u044A\u0437\u043C\u043E\u0436\u043D
|
|
|
35
35
|
|
|
36
36
|
KPI_NO_DATA=\u041D\u044F\u043C\u0430 \u043D\u0430\u043B\u0438\u0447\u043D\u0438 \u0434\u0430\u043D\u043D\u0438 \u0437\u0430 KPI \u0437\u0430 \u0438\u0437\u0431\u0440\u0430\u043D\u0438\u0442\u0435 \u043A\u0440\u0438\u0442\u0435\u0440\u0438\u0438 \u0437\u0430 \u0444\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u043D\u0435.
|
|
37
37
|
|
|
38
|
-
KPI_INFO_FOR_MISSING_MANDATE_FILTPAR=\
|
|
38
|
+
KPI_INFO_FOR_MISSING_MANDATE_FILTPAR=\u0412\u044A\u0432\u0435\u0434\u0435\u0442\u0435 \u0437\u0430\u0434\u044A\u043B\u0436\u0438\u0442\u0435\u043B\u043D\u0438\u0442\u0435 \u0441\u0442\u043E\u0439\u043D\u043E\u0441\u0442\u0438 \u043D\u0430 \u043F\u043E\u043B\u0435 \u043D\u0430 \u0444\u0438\u043B\u0442\u044A\u0440 \u0437\u0430 \u043F\u0440\u0435\u0433\u043B\u0435\u0434 \u043D\u0430 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F KPI.
|
|
39
39
|
|
|
40
40
|
CLEAR_FILTERS=\u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043D\u0435
|
|
41
41
|
|
|
42
42
|
CLEAR_FILTERS_ALL=\u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u043E
|
|
43
43
|
|
|
44
|
-
GO_FILTERS=\
|
|
44
|
+
GO_FILTERS=\u041E\u0442\u0438\u0434\u0438
|
|
45
45
|
|
|
46
|
-
SHOW_ON_FILTER_BAR=\u041F\u043E\u043A\u0430\
|
|
46
|
+
SHOW_ON_FILTER_BAR=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435 \u0432 \u043B\u0435\u043D\u0442\u0430\u0442\u0430 \u043D\u0430 \u0444\u0438\u043B\u0442\u044A\u0440\u0430
|
|
47
47
|
|
|
48
48
|
VISUAL_FILTER_FILTERS=\u0410\u0434\u0430\u043F\u0442\u0438\u0440\u0430\u043D\u0435 \u043D\u0430 \u0444\u0438\u043B\u0442\u0440\u0438\u0442\u0435
|
|
49
49
|
|
|
@@ -63,9 +63,9 @@ VISUAL_FILTER_CHART_TYPE_Donut=\u041F\u0440\u044A\u0441\u0442\u0435\u043D\u043E\
|
|
|
63
63
|
|
|
64
64
|
VISUAL_FILTER_SORTING=\u0421\u043E\u0440\u0442\u0438\u0440\u0430\u043D\u0435
|
|
65
65
|
|
|
66
|
-
VISUAL_FILTER_SORTING_ASCENDING=\u0412\u044A\u0437\u0445\u043E\u0434\u044F\u0449
|
|
66
|
+
VISUAL_FILTER_SORTING_ASCENDING=\u0412\u044A\u0437\u0445\u043E\u0434\u044F\u0449
|
|
67
67
|
|
|
68
|
-
VISUAL_FILTER_SORTING_DESCENDING=\u041D\u0438\u0437\u0445\u043E\u0434\u044F\u0449
|
|
68
|
+
VISUAL_FILTER_SORTING_DESCENDING=\u041D\u0438\u0437\u0445\u043E\u0434\u044F\u0449
|
|
69
69
|
|
|
70
70
|
VISUAL_FILTER_LINE_CHART_TIME_LINE=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435
|
|
71
71
|
|
|
@@ -106,7 +106,7 @@ CONTAINER_VIEW_CHART=\u041A\u0430\u0442\u043E \u0434\u0438\u0430\u0433\u0440\u04
|
|
|
106
106
|
|
|
107
107
|
CONTAINER_VIEW_CHARTTABLE=\u041A\u0430\u0442\u043E \u0434\u0438\u0430\u0433\u0440\u0430\u043C\u0430 \u0438 \u0442\u0430\u0431\u043B\u0438\u0446\u0430
|
|
108
108
|
|
|
109
|
-
CONTAINER_VIEW_CROSSTAB=\
|
|
109
|
+
CONTAINER_VIEW_CROSSTAB=\u0410\u0441\u043F\u0435\u043A\u0442 \u0437\u0430 \u0432\u0441\u0438\u0447\u043A\u0438 \u0442\u0430\u0431\u043B\u0438\u0446\u0438
|
|
110
110
|
|
|
111
111
|
FILTER_VISUAL=\u0412\u0438\u0437\u0443\u0430\u043B\u0435\u043D \u0444\u0438\u043B\u0442\u044A\u0440
|
|
112
112
|
|
|
@@ -146,7 +146,7 @@ VIS_VALUEHELP_DROPDOWN_VIEW_ALL=\u041F\u0440\u0435\u0433\u043B\u0435\u0434 \u043
|
|
|
146
146
|
|
|
147
147
|
VIS_VALUEHELP_DROPDOWN_CLEAR_SELECTION=\u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043D\u0435 \u043D\u0430 \u0438\u0437\u0431\u043E\u0440\u0430
|
|
148
148
|
|
|
149
|
-
CHARTTABLE_AUTOHIDE_ON=\u041F\u043E\u043A\u0430\
|
|
149
|
+
CHARTTABLE_AUTOHIDE_ON=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435 \u0441\u0430\u043C\u043E \u043F\u043E\u0437\u0438\u0446\u0438\u0438 \u043D\u0430 \u0431\u0430\u0437\u0430 \u0438\u0437\u0431\u043E\u0440 \u043D\u0430 \u0434\u0438\u0430\u0433\u0440\u0430\u043C\u0430.
|
|
150
150
|
|
|
151
151
|
CHARTTABLE_AUTOHIDE_OFF=\u041F\u043E\u043A\u0430\u0437\u0432\u0430\u043D\u0435 \u043D\u0430 \u0432\u0441\u0438\u0447\u043A\u0438 \u043F\u043E\u0437\u0438\u0446\u0438\u0438
|
|
152
152
|
|
|
@@ -172,7 +172,7 @@ REQUIRED_VH_FIELDS_OVERLAY_MESSAGE=No se pueden cargar datos porque faltan campo
|
|
|
172
172
|
|
|
173
173
|
INVALID_MEASURE_DONUT_MESSAGE=Medida no v\u00E1lida para el gr\u00E1fico de anillos. Aseg\u00FArese de que la medida sea acumulativa y positiva.
|
|
174
174
|
|
|
175
|
-
SHARE=
|
|
175
|
+
SHARE=Liberar
|
|
176
176
|
|
|
177
177
|
VH_SINGLE_SELECTED=Ayuda p.entr.p.{0} con {1} pos.sel.
|
|
178
178
|
|
|
@@ -188,7 +188,7 @@ DP_SINGLE_SELECTED={1} posici\u00F3n seleccionada por {0}
|
|
|
188
188
|
|
|
189
189
|
DP_WITHOUT_SELECTIONS=Seleccionar fecha
|
|
190
190
|
|
|
191
|
-
NOT_ASSIGNED=
|
|
191
|
+
NOT_ASSIGNED=Sin asignar
|
|
192
192
|
|
|
193
193
|
FILTER_BAR_SHOW_MORE_FILTERS=Otros filtros ({0})
|
|
194
194
|
|
|
@@ -41,7 +41,7 @@ CLEAR_FILTERS=Poni\u0161ti
|
|
|
41
41
|
|
|
42
42
|
CLEAR_FILTERS_ALL=Poni\u0161ti sve
|
|
43
43
|
|
|
44
|
-
GO_FILTERS=
|
|
44
|
+
GO_FILTERS=Pokreni
|
|
45
45
|
|
|
46
46
|
SHOW_ON_FILTER_BAR=Poka\u017Ei u traci filtera
|
|
47
47
|
|
|
@@ -51,7 +51,7 @@ VISUAL_FILTER_FILTERS_WITH_COUNT=Prilagodi filtere ({0})
|
|
|
51
51
|
|
|
52
52
|
VISUAL_FILTER_ALL_SELECTED_FILTERS=Sve odabrane vrijednosti
|
|
53
53
|
|
|
54
|
-
VISUAL_FILTER_MEASURES=
|
|
54
|
+
VISUAL_FILTER_MEASURES=Pokazatelj prema
|
|
55
55
|
|
|
56
56
|
VISUAL_FILTER_CHART_TYPES=Tipovi dijagrama
|
|
57
57
|
|
|
@@ -112,7 +112,7 @@ FILTER_VISUAL=Vizualni filter
|
|
|
112
112
|
|
|
113
113
|
FILTER_COMPACT=Kompaktni filter
|
|
114
114
|
|
|
115
|
-
VIS_FILTER_TITLE_MD={0}
|
|
115
|
+
VIS_FILTER_TITLE_MD={0} od {1}
|
|
116
116
|
|
|
117
117
|
VIS_FILTER_TOOLTIP_STATUS_GOOD=Status\: dobro
|
|
118
118
|
|
|
@@ -11,11 +11,11 @@ EMAIL_HEADER=Hivatkoz\u00E1s\: {0}
|
|
|
11
11
|
|
|
12
12
|
KPI_TOOLTIP_UNDETERMINED={0} {1}\nSt\u00E1tus\: meghat\u00E1rozatlan
|
|
13
13
|
|
|
14
|
-
KPI_TOOLTIP_NEUTRAL={0} {1}\nSt\u00E1tus\:
|
|
14
|
+
KPI_TOOLTIP_NEUTRAL={0} {1}\nSt\u00E1tus\: semleges
|
|
15
15
|
|
|
16
|
-
KPI_TOOLTIP_NONE={0} {1}\nSt\u00E1tus\:
|
|
16
|
+
KPI_TOOLTIP_NONE={0} {1}\nSt\u00E1tus\: egyik sem
|
|
17
17
|
|
|
18
|
-
KPI_TOOLTIP_ERROR={0} {1}\nSt\u00E1tus\:
|
|
18
|
+
KPI_TOOLTIP_ERROR={0} {1}\nSt\u00E1tus\: magas kock\u00E1zat\u00FA
|
|
19
19
|
|
|
20
20
|
KPI_TOOLTIP_GOOD={0} {1}\nSt\u00E1tus\: j\u00F3
|
|
21
21
|
|
|
@@ -172,7 +172,7 @@ REQUIRED_VH_FIELDS_OVERLAY_MESSAGE=Az adatok bet\u00F6lt\u00E9se nem lehets\u00E
|
|
|
172
172
|
|
|
173
173
|
INVALID_MEASURE_DONUT_MESSAGE=\u00C9rv\u00E9nytelen mutat\u00F3sz\u00E1m gy\u0171r\u0171diagramn\u00E1l. \u00DCgyeljen r\u00E1, hogy a mutat\u00F3sz\u00E1m kumul\u00E1lt \u00E9s pozit\u00EDv legyen.
|
|
174
174
|
|
|
175
|
-
SHARE=
|
|
175
|
+
SHARE=Enged\u00E9lyez\u00E9s
|
|
176
176
|
|
|
177
177
|
VH_SINGLE_SELECTED=\u00C9rt\u00E9kseg\u00EDts\u00E9g a k\u00F6vetkez\u0151h\u00F6z\: {0} {1} kiv\u00E1lasztott t\u00E9tel
|
|
178
178
|
|
|
@@ -112,7 +112,7 @@ FILTER_VISUAL=\u0412\u0438\u0437\u0443\u0430\u043B\u0434\u044B \u0441\u04AF\u043
|
|
|
112
112
|
|
|
113
113
|
FILTER_COMPACT=\u042B\u049B\u0448\u0430\u043C \u0441\u04AF\u0437\u0433\u0456
|
|
114
114
|
|
|
115
|
-
VIS_FILTER_TITLE_MD={
|
|
115
|
+
VIS_FILTER_TITLE_MD={0} \u043E\u0440\u044B\u043D\u0434\u0430\u0493\u0430\u043D\: {1}
|
|
116
116
|
|
|
117
117
|
VIS_FILTER_TOOLTIP_STATUS_GOOD=\u041A\u04AF\u0439\: \u0434\u04B1\u0440\u044B\u0441
|
|
118
118
|
|
|
@@ -120,7 +120,7 @@ VIS_FILTER_TOOLTIP_STATUS_ERROR=B\u016Bsena\: klaida
|
|
|
120
120
|
|
|
121
121
|
VIS_FILTER_TOOLTIP_STATUS_CRITICAL=B\u016Bsena\: kritinis
|
|
122
122
|
|
|
123
|
-
VIS_FILTER_TITLE_MD_WITH_UNIT_CURR={0}
|
|
123
|
+
VIS_FILTER_TITLE_MD_WITH_UNIT_CURR={0}\: {1}
|
|
124
124
|
|
|
125
125
|
VIS_FILTER_DONUT_OTHER=Kitas
|
|
126
126
|
|
|
@@ -130,7 +130,7 @@ VIS_FILTER_ITEM_ARIA=Vaizdinis filtras
|
|
|
130
130
|
|
|
131
131
|
VIS_FILTER_MANDATORY_PROPERTY_ARIA={0} yra b\u016Btinas.
|
|
132
132
|
|
|
133
|
-
VIS_FILTER_MANDATORY_PROPERTY_ARIA_LABEL
|
|
133
|
+
VIS_FILTER_MANDATORY_PROPERTY_ARIA_LABEL=yra b\u016Btinas.
|
|
134
134
|
|
|
135
135
|
VIS_FILTER_BAR_NAVIGATE_ARIA=Nor\u0117dami pereiti i\u0161 vieno vaizdinio filtro \u012F kit\u0105, spustel\u0117kite rodykles \u012F kair\u0119 arba \u012F de\u0161in\u0119.
|
|
136
136
|
|
|
@@ -112,7 +112,7 @@ FILTER_VISUAL=\u0412\u0438\u0437\u0443\u0430\u043B\u044C\u043D\u044B\u0439 \u044
|
|
|
112
112
|
|
|
113
113
|
FILTER_COMPACT=\u041A\u043E\u043C\u043F\u0430\u043A\u0442\u043D\u044B\u0439 \u0444\u0438\u043B\u044C\u0442\u0440
|
|
114
114
|
|
|
115
|
-
VIS_FILTER_TITLE_MD={0} \u043F\u043E
|
|
115
|
+
VIS_FILTER_TITLE_MD={0} \u043F\u043E {1}
|
|
116
116
|
|
|
117
117
|
VIS_FILTER_TOOLTIP_STATUS_GOOD=\u0421\u0442\u0430\u0442\u0443\u0441\: \u0425\u043E\u0440\u043E\u0448\u043E
|
|
118
118
|
|
|
@@ -172,7 +172,7 @@ REQUIRED_VH_FIELDS_OVERLAY_MESSAGE=D\u00E1ta nie je mo\u017En\u00E9 na\u010D\u00
|
|
|
172
172
|
|
|
173
173
|
INVALID_MEASURE_DONUT_MESSAGE=Neplatn\u00FD ukazovate\u013E pre tento kol\u00E1\u010Dov\u00FD graf. Uistite sa, \u017Ee ukazovate\u013E je kumulat\u00EDvny a kladn\u00FD.
|
|
174
174
|
|
|
175
|
-
SHARE=
|
|
175
|
+
SHARE=Uvo\u013Enenie
|
|
176
176
|
|
|
177
177
|
VH_SINGLE_SELECTED=N\u00E1poveda zad\u00E1vania pre {0} s {1} vybrat\u00FDm prvkom
|
|
178
178
|
|
|
@@ -128,9 +128,9 @@ VIS_FILTER_GRP_BASIC_TITLE=\u0E1E\u0E37\u0E49\u0E19\u0E10\u0E32\u0E19
|
|
|
128
128
|
|
|
129
129
|
VIS_FILTER_ITEM_ARIA=\u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E20\u0E32\u0E1E
|
|
130
130
|
|
|
131
|
-
VIS_FILTER_MANDATORY_PROPERTY_ARIA=\u0E15\u0E49\u0E2D\u0E07\u0E21\u0E35 {0}
|
|
131
|
+
VIS_FILTER_MANDATORY_PROPERTY_ARIA=\u0E15\u0E49\u0E2D\u0E07\u0E21\u0E35 {0}
|
|
132
132
|
|
|
133
|
-
VIS_FILTER_MANDATORY_PROPERTY_ARIA_LABEL=\u0E15\u0E49\u0E2D\u0E07\u0E21\u0E35
|
|
133
|
+
VIS_FILTER_MANDATORY_PROPERTY_ARIA_LABEL=\u0E15\u0E49\u0E2D\u0E07\u0E21\u0E35
|
|
134
134
|
|
|
135
135
|
VIS_FILTER_BAR_NAVIGATE_ARIA=\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E22\u0E49\u0E32\u0E22\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E20\u0E32\u0E1E \u0E43\u0E2B\u0E49\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E25\u0E39\u0E01\u0E28\u0E23\u0E02\u0E27\u0E32\u0E2B\u0E23\u0E37\u0E2D\u0E0B\u0E49\u0E32\u0E22
|
|
136
136
|
|
|
@@ -41,7 +41,7 @@ CLEAR_FILTERS=\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u0438
|
|
|
41
41
|
|
|
42
42
|
CLEAR_FILTERS_ALL=\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u0438 \u0432\u0441\u0435
|
|
43
43
|
|
|
44
|
-
GO_FILTERS=\u041F\
|
|
44
|
+
GO_FILTERS=\u041F\u0435\u0440\u0435\u0439\u0442\u0438
|
|
45
45
|
|
|
46
46
|
SHOW_ON_FILTER_BAR=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u0438 \u043D\u0430 \u043F\u0430\u043D\u0435\u043B\u0456 \u0444\u0456\u043B\u044C\u0442\u0440\u0456\u0432
|
|
47
47
|
|
|
@@ -172,7 +172,7 @@ REQUIRED_VH_FIELDS_OVERLAY_MESSAGE=\u041D\u0435\u043C\u043E\u0436\u043B\u0438\u0
|
|
|
172
172
|
|
|
173
173
|
INVALID_MEASURE_DONUT_MESSAGE=\u041D\u0435\u0434\u0456\u0439\u0441\u043D\u0438\u0439 \u0432\u0438\u043C\u0456\u0440 \u0434\u043B\u044F \u043A\u0456\u043B\u044C\u0446\u0435\u0432\u043E\u0457 \u0434\u0456\u0430\u0433\u0440\u0430\u043C\u0438. \u0412\u043F\u0435\u0432\u043D\u0456\u0442\u044C\u0441\u044F, \u0449\u043E \u0432\u0438\u043C\u0456\u0440 \u0454 \u043A\u0443\u043C\u0443\u043B\u044F\u0442\u0438\u0432\u043D\u0438\u043C \u0456 \u0434\u043E\u0434\u0430\u0442\u043D\u0438\u043C.
|
|
174
174
|
|
|
175
|
-
SHARE=\
|
|
175
|
+
SHARE=\u0412\u0438\u043A\u043E\u0440\u0438\u0441\u0442\u0430\u0442\u0438 \u0441\u043F\u0456\u043B\u044C\u043D\u043E
|
|
176
176
|
|
|
177
177
|
VH_SINGLE_SELECTED=\u0414\u043E\u0432\u0456\u0434\u043A\u0430 \u0432\u0432\u0435\u0434\u0435\u043D\u043D\u044F \u0434\u043B\u044F {0} \u0437 {1} \u0432\u0438\u0431\u0440\u0430\u043D\u0438\u043C\u0438 \u043F\u043E\u0437\u0438\u0446\u0456\u044F\u043C\u0438
|
|
178
178
|
|
|
@@ -112,7 +112,7 @@ FILTER_VISUAL=\u8996\u89BA\u5316\u7BE9\u9078
|
|
|
112
112
|
|
|
113
113
|
FILTER_COMPACT=\u7C21\u8981\u7BE9\u9078
|
|
114
114
|
|
|
115
|
-
VIS_FILTER_TITLE_MD=\u6309{1}\u7684{0}
|
|
115
|
+
VIS_FILTER_TITLE_MD=\u6309{1}\u7684{0}
|
|
116
116
|
|
|
117
117
|
VIS_FILTER_TOOLTIP_STATUS_GOOD=\u72C0\u614B\uFF1A\u826F\u597D
|
|
118
118
|
|