@sapui5/sap.fe.templates 1.95.0 → 1.96.4

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.
Files changed (99) hide show
  1. package/package.json +1 -1
  2. package/src/sap/fe/templates/.library +1 -1
  3. package/src/sap/fe/templates/AnalyticalListPage/Component.js +1 -1
  4. package/src/sap/fe/templates/AnalyticalListPage/chart/FEChartDelegate.js +1 -1
  5. package/src/sap/fe/templates/ListComponent.js +1 -1
  6. package/src/sap/fe/templates/ListReport/Component.js +1 -1
  7. package/src/sap/fe/templates/ListReport/ExtensionAPI.js +2 -2
  8. package/src/sap/fe/templates/ListReport/ListReport.view.xml +2 -1
  9. package/src/sap/fe/templates/ListReport/ListReportController.controller.js +62 -49
  10. package/src/sap/fe/templates/ListReport/overrides/IntentBasedNavigation.js +7 -3
  11. package/src/sap/fe/templates/ListReport/overrides/Share.js +37 -22
  12. package/src/sap/fe/templates/ListReport/overrides/ViewState.js +110 -25
  13. package/src/sap/fe/templates/ObjectPage/AnnotationHelper.js +23 -3
  14. package/src/sap/fe/templates/ObjectPage/Component.js +1 -7
  15. package/src/sap/fe/templates/ObjectPage/ExtensionAPI.js +1 -1
  16. package/src/sap/fe/templates/ObjectPage/ObjectPage.view.xml +2 -2
  17. package/src/sap/fe/templates/ObjectPage/ObjectPageController.controller.js +90 -113
  18. package/src/sap/fe/templates/ObjectPage/controls/StashableHBox.js +1 -1
  19. package/src/sap/fe/templates/ObjectPage/controls/StashableVBox.js +1 -1
  20. package/src/sap/fe/templates/ObjectPage/controls/SubSectionBlock.js +2 -2
  21. package/src/sap/fe/templates/ObjectPage/designtime/FlexBox.designtime.js +1 -1
  22. package/src/sap/fe/templates/ObjectPage/designtime/StashableHBox.designtime.js +1 -1
  23. package/src/sap/fe/templates/ObjectPage/designtime/StashableVBox.designtime.js +1 -1
  24. package/src/sap/fe/templates/ObjectPage/flexibility/StashableHBox.flexibility.js +1 -1
  25. package/src/sap/fe/templates/ObjectPage/flexibility/StashableVBox.flexibility.js +1 -1
  26. package/src/sap/fe/templates/ObjectPage/overrides/IntentBasedNavigation.js +1 -1
  27. package/src/sap/fe/templates/ObjectPage/overrides/InternalRouting.js +1 -1
  28. package/src/sap/fe/templates/ObjectPage/overrides/MessageHandler.js +1 -1
  29. package/src/sap/fe/templates/ObjectPage/overrides/Paginator.js +1 -1
  30. package/src/sap/fe/templates/ObjectPage/overrides/Share.js +87 -63
  31. package/src/sap/fe/templates/ObjectPage/overrides/ViewState.js +7 -3
  32. package/src/sap/fe/templates/ObjectPage/templating/ObjectPageTemplating.js +14 -11
  33. package/src/sap/fe/templates/ObjectPage/templating/ObjectPageTemplating.ts +26 -12
  34. package/src/sap/fe/templates/ObjectPage/view/fragments/Actions.fragment.xml +1 -1
  35. package/src/sap/fe/templates/ObjectPage/view/fragments/Section.fragment.xml +1 -0
  36. package/src/sap/fe/templates/ObjectPage/view/fragments/SectionContent.fragment.xml +1 -4
  37. package/src/sap/fe/templates/ObjectPage/view/fragments/SectionFormContent.fragment.xml +1 -0
  38. package/src/sap/fe/templates/ObjectPage/view/fragments/SectionMoreFormContent.fragment.xml +1 -0
  39. package/src/sap/fe/templates/RootContainer/controller/Fcl.controller.js +110 -8
  40. package/src/sap/fe/templates/RootContainer/controller/NavContainer.controller.js +35 -1
  41. package/src/sap/fe/templates/RootContainer/controller/RootContainerBaseController.js +29 -22
  42. package/src/sap/fe/templates/RootContainer/overrides/EditFlow.js +1 -1
  43. package/src/sap/fe/templates/RootContainer/view/Fcl.view.xml +2 -1
  44. package/src/sap/fe/templates/RootContainer/view/NavContainer.view.xml +1 -1
  45. package/src/sap/fe/templates/TableScroller.js +1 -1
  46. package/src/sap/fe/templates/controls/Chart.fragment.xml +6 -2
  47. package/src/sap/fe/templates/library.js +2 -2
  48. package/src/sap/fe/templates/messagebundle.properties +1 -1
  49. package/src/sap/fe/templates/messagebundle_ar.properties +1 -1
  50. package/src/sap/fe/templates/messagebundle_bg.properties +1 -1
  51. package/src/sap/fe/templates/messagebundle_ca.properties +1 -1
  52. package/src/sap/fe/templates/messagebundle_cs.properties +1 -1
  53. package/src/sap/fe/templates/messagebundle_cy.properties +1 -1
  54. package/src/sap/fe/templates/messagebundle_da.properties +1 -1
  55. package/src/sap/fe/templates/messagebundle_de.properties +1 -1
  56. package/src/sap/fe/templates/messagebundle_el.properties +1 -1
  57. package/src/sap/fe/templates/messagebundle_en.properties +1 -1
  58. package/src/sap/fe/templates/messagebundle_en_GB.properties +1 -1
  59. package/src/sap/fe/templates/messagebundle_en_US_sappsd.properties +1 -1
  60. package/src/sap/fe/templates/messagebundle_en_US_saprigi.properties +1 -1
  61. package/src/sap/fe/templates/messagebundle_en_US_saptrc.properties +1 -1
  62. package/src/sap/fe/templates/messagebundle_es.properties +1 -1
  63. package/src/sap/fe/templates/messagebundle_es_MX.properties +1 -1
  64. package/src/sap/fe/templates/messagebundle_et.properties +1 -1
  65. package/src/sap/fe/templates/messagebundle_fi.properties +1 -1
  66. package/src/sap/fe/templates/messagebundle_fr.properties +1 -1
  67. package/src/sap/fe/templates/messagebundle_fr_CA.properties +2 -2
  68. package/src/sap/fe/templates/messagebundle_hi.properties +1 -1
  69. package/src/sap/fe/templates/messagebundle_hr.properties +2 -2
  70. package/src/sap/fe/templates/messagebundle_hu.properties +1 -1
  71. package/src/sap/fe/templates/messagebundle_id.properties +1 -1
  72. package/src/sap/fe/templates/messagebundle_it.properties +1 -1
  73. package/src/sap/fe/templates/messagebundle_iw.properties +1 -1
  74. package/src/sap/fe/templates/messagebundle_ja.properties +1 -1
  75. package/src/sap/fe/templates/messagebundle_kk.properties +1 -1
  76. package/src/sap/fe/templates/messagebundle_ko.properties +1 -1
  77. package/src/sap/fe/templates/messagebundle_lt.properties +1 -1
  78. package/src/sap/fe/templates/messagebundle_lv.properties +1 -1
  79. package/src/sap/fe/templates/messagebundle_ms.properties +1 -1
  80. package/src/sap/fe/templates/messagebundle_nl.properties +1 -1
  81. package/src/sap/fe/templates/messagebundle_no.properties +2 -2
  82. package/src/sap/fe/templates/messagebundle_pl.properties +1 -1
  83. package/src/sap/fe/templates/messagebundle_pt.properties +1 -1
  84. package/src/sap/fe/templates/messagebundle_pt_PT.properties +1 -1
  85. package/src/sap/fe/templates/messagebundle_ro.properties +1 -1
  86. package/src/sap/fe/templates/messagebundle_ru.properties +1 -1
  87. package/src/sap/fe/templates/messagebundle_sh.properties +1 -1
  88. package/src/sap/fe/templates/messagebundle_sk.properties +1 -1
  89. package/src/sap/fe/templates/messagebundle_sl.properties +1 -1
  90. package/src/sap/fe/templates/messagebundle_sv.properties +1 -1
  91. package/src/sap/fe/templates/messagebundle_th.properties +1 -1
  92. package/src/sap/fe/templates/messagebundle_tr.properties +1 -1
  93. package/src/sap/fe/templates/messagebundle_uk.properties +1 -1
  94. package/src/sap/fe/templates/messagebundle_vi.properties +1 -1
  95. package/src/sap/fe/templates/messagebundle_zh_CN.properties +1 -1
  96. package/src/sap/fe/templates/messagebundle_zh_TW.properties +1 -1
  97. package/src/sap/fe/templates/RootContainer/view/PlaceholderLR.view.xml +0 -617
  98. package/src/sap/fe/templates/RootContainer/view/PlaceholderOP.view.xml +0 -588
  99. package/src/sap/fe/templates/controls/OverflowToolbarButtonHover.js +0 -25
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(
6
6
  [
@@ -9,12 +9,24 @@ sap.ui.define(
9
9
  "./RootContainerBaseController",
10
10
  "sap/f/FlexibleColumnLayoutSemanticHelper",
11
11
  "sap/ui/core/Component",
12
+ "sap/fe/core/CommonUtils",
12
13
  "sap/fe/core/controllerextensions/ViewState",
13
14
  "sap/m/Link",
14
15
  "sap/m/MessagePage",
15
16
  "sap/m/MessageBox"
16
17
  ],
17
- function(Log, JSONModel, BaseController, FlexibleColumnLayoutSemanticHelper, Component, ViewState, Link, MessagePage, MessageBox) {
18
+ function(
19
+ Log,
20
+ JSONModel,
21
+ BaseController,
22
+ FlexibleColumnLayoutSemanticHelper,
23
+ Component,
24
+ CommonUtils,
25
+ ViewState,
26
+ Link,
27
+ MessagePage,
28
+ MessageBox
29
+ ) {
18
30
  "use strict";
19
31
 
20
32
  var CONSTANTS = {
@@ -75,6 +87,33 @@ sap.ui.define(
75
87
  });
76
88
  aStateControls.push(pChildView);
77
89
  });
90
+ },
91
+ onRestore: function() {
92
+ var oView = this.getView(),
93
+ oNavContainer = oView.byId("appContent");
94
+ var oInternalModel = oNavContainer.getModel("internal");
95
+ var oPages = oInternalModel.getProperty("/pages");
96
+
97
+ for (var sComponentId in oPages) {
98
+ oInternalModel.setProperty("/pages/" + sComponentId + "/restoreStatus", "pending");
99
+ }
100
+ },
101
+ onSuspend: function() {
102
+ var oFCLController = this.getView().getController();
103
+ var oFCLControl = oFCLController.getFclControl();
104
+ var aBeginColumnPages = oFCLControl.getBeginColumnPages() || [];
105
+ var aMidColumnPages = oFCLControl.getMidColumnPages() || [];
106
+ var aEndColumnPages = oFCLControl.getEndColumnPages() || [];
107
+ var aPages = [].concat(aBeginColumnPages, aMidColumnPages, aEndColumnPages);
108
+
109
+ aPages.forEach(function(oPage) {
110
+ var oTargetView = _getViewFromContainer(oPage);
111
+
112
+ var oController = oTargetView && oTargetView.getController();
113
+ if (oController && oController.viewState && oController.viewState.onSuspend) {
114
+ return oController.viewState.onSuspend();
115
+ }
116
+ });
78
117
  }
79
118
  }),
80
119
 
@@ -497,9 +536,11 @@ sap.ui.define(
497
536
  if (FCLLevel >= this._oFCLConfig.maxColumnsCount) {
498
537
  // The view is on a level > max number of columns. It's always fullscreen without close/exit buttons
499
538
  viewColumn = oFclColName[this._oFCLConfig.maxColumnsCount - 1];
539
+ oUIState.actionButtonsInfo.midColumn.fullScreen = null;
500
540
  oUIState.actionButtonsInfo.midColumn.exitFullScreen = null;
501
541
  oUIState.actionButtonsInfo.midColumn.closeColumn = null;
502
542
  oUIState.actionButtonsInfo.endColumn.exitFullScreen = null;
543
+ oUIState.actionButtonsInfo.endColumn.fullScreen = null;
503
544
  oUIState.actionButtonsInfo.endColumn.closeColumn = null;
504
545
  } else {
505
546
  viewColumn = oFclColName[FCLLevel];
@@ -519,7 +560,13 @@ sap.ui.define(
519
560
  // so we have to add this info manually
520
561
  oUIState.actionButtonsInfo.beginColumn = { fullScreen: null, exitFullScreen: null, closeColumn: null };
521
562
 
522
- oView.getModel("fclhelper").setProperty("/actionButtonsInfo", Object.assign({}, oUIState.actionButtonsInfo[viewColumn]));
563
+ var oActionButtonInfos = Object.assign({}, oUIState.actionButtonsInfo[viewColumn]);
564
+ oActionButtonInfos.switchVisible = oActionButtonInfos.fullScreen !== null || oActionButtonInfos.exitFullScreen !== null;
565
+ oActionButtonInfos.switchIcon =
566
+ oActionButtonInfos.fullScreen !== null ? "sap-icon://full-screen" : "sap-icon://exit-full-screen";
567
+ oActionButtonInfos.isFullScreen = oActionButtonInfos.fullScreen === null;
568
+
569
+ oView.getModel("fclhelper").setProperty("/actionButtonsInfo", oActionButtonInfos);
523
570
 
524
571
  oView.getModel("fclhelper").setProperty("/showShareIcon", this._updateShareButtonVisibility(viewColumn, sLayout));
525
572
  },
@@ -550,11 +597,7 @@ sap.ui.define(
550
597
 
551
598
  // Update the layout of the FlexibleColumnLayout
552
599
  if (sLayout) {
553
- if (!this.getFclControl().getModel("fcl")) {
554
- this.getFclControl().setModel(new JSONModel(), "fcl");
555
- this.getFclControl().bindProperty("layout", "fcl>/layout");
556
- }
557
- this.getFclControl().setProperty("layout", sLayout);
600
+ this.getFclControl().setLayout(sLayout);
558
601
  }
559
602
  }
560
603
  },
@@ -707,6 +750,65 @@ sap.ui.define(
707
750
  }
708
751
 
709
752
  return aViews;
753
+ },
754
+
755
+ onContainerReady: function() {
756
+ var aViews = this._getAllVisibleViews();
757
+ var aRestorePromises = [];
758
+ aViews.reduce(function(aPromises, oTargetView) {
759
+ aPromises.push(CommonUtils.restoreView(oTargetView));
760
+ return aPromises;
761
+ }, aRestorePromises);
762
+ return Promise.all(aRestorePromises);
763
+ },
764
+
765
+ getRightmostContext: function() {
766
+ var oContext;
767
+ switch (this.getFclControl().getLayout()) {
768
+ case sap.f.LayoutType.OneColumn:
769
+ if (this.getFclControl().getCurrentBeginColumnPage()) {
770
+ oContext = _getViewFromContainer(this.getFclControl().getCurrentBeginColumnPage()).getBindingContext();
771
+ }
772
+ break;
773
+
774
+ case sap.f.LayoutType.TwoColumnsBeginExpanded:
775
+ case sap.f.LayoutType.TwoColumnsMidExpanded:
776
+ if (this.getFclControl().getCurrentMidColumnPage()) {
777
+ oContext = _getViewFromContainer(this.getFclControl().getCurrentMidColumnPage()).getBindingContext();
778
+ }
779
+ break;
780
+
781
+ case sap.f.LayoutType.ThreeColumnsEndExpanded:
782
+ case sap.f.LayoutType.ThreeColumnsMidExpanded:
783
+ case sap.f.LayoutType.ThreeColumnsMidExpandedEndHidden:
784
+ case sap.f.LayoutType.ThreeColumnsBeginExpandedEndHidden:
785
+ case sap.f.LayoutType.EndColumnFullScreen:
786
+ if (this.getFclControl().getCurrentEndColumnPage()) {
787
+ oContext = _getViewFromContainer(this.getFclControl().getCurrentEndColumnPage()).getBindingContext();
788
+ }
789
+ break;
790
+
791
+ case sap.f.LayoutType.MidColumnFullScreen:
792
+ // In this case we need to determine if this mid column fullscreen comes from a 2 or a 3 column layout
793
+ var sLayoutWhenExitFullScreen = this.getHelper().getCurrentUIState().actionButtonsInfo.midColumn.exitFullScreen;
794
+ if (sLayoutWhenExitFullScreen.indexOf("ThreeColumn") >= 0) {
795
+ // We come from a 3 column layout
796
+ if (this.getFclControl().getCurrentEndColumnPage()) {
797
+ oContext = _getViewFromContainer(this.getFclControl().getCurrentEndColumnPage()).getBindingContext();
798
+ }
799
+ } else {
800
+ // We come from a 2 column layout
801
+ if (this.getFclControl().getCurrentMidColumnPage()) {
802
+ oContext = _getViewFromContainer(this.getFclControl().getCurrentMidColumnPage()).getBindingContext();
803
+ }
804
+ }
805
+ break;
806
+
807
+ default:
808
+ Log.error("Unhandled switch case for " + this.getFclControl().getLayout());
809
+ }
810
+
811
+ return oContext;
710
812
  }
711
813
  });
712
814
  },
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(
6
6
  [
@@ -39,9 +39,43 @@ sap.ui.define(
39
39
  var oView = this.getView(),
40
40
  oController = oView.getController();
41
41
  aStateControls.push(oController._getCurrentPage(oView));
42
+ },
43
+ onRestore: function() {
44
+ var oView = this.getView(),
45
+ oNavContainer = oView.byId("appContent");
46
+ var oInternalModel = oNavContainer.getModel("internal");
47
+ var oPages = oInternalModel.getProperty("/pages");
48
+
49
+ for (var sComponentId in oPages) {
50
+ oInternalModel.setProperty("/pages/" + sComponentId + "/restoreStatus", "pending");
51
+ }
52
+ },
53
+ onSuspend: function() {
54
+ var oView = this.getView(),
55
+ oNavContainer = oView.byId("appContent");
56
+ var aPages = oNavContainer.getPages();
57
+ aPages.forEach(function(oPage) {
58
+ var oTargetView = CommonUtils.getTargetView(oPage);
59
+
60
+ var oController = oTargetView && oTargetView.getController();
61
+ if (oController && oController.viewState && oController.viewState.onSuspend) {
62
+ return oController.viewState.onSuspend();
63
+ }
64
+ });
42
65
  }
43
66
  }),
44
67
 
68
+ onContainerReady: function() {
69
+ // Restore views if neccessary.
70
+ var oView = this.getView(),
71
+ oPagePromise = this._getCurrentPage(oView);
72
+
73
+ return oPagePromise.then(function(oCurrentPage) {
74
+ var oTargetView = CommonUtils.getTargetView(oCurrentPage);
75
+ return CommonUtils.restoreView(oTargetView);
76
+ });
77
+ },
78
+
45
79
  _getCurrentPage: function(oView) {
46
80
  return new Promise(function(resolve) {
47
81
  var oNavContainer = oView.byId("appContent");
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(
6
6
  [
@@ -53,12 +53,12 @@ sap.ui.define(
53
53
  this.oPlaceholder.attachRouteMatchers();
54
54
  this.getAppComponent()
55
55
  .getRoutingService()
56
- .attachAfterRouteMatched(this.shellTitleHandler, this);
56
+ .attachAfterRouteMatched(this._onAfterRouteMatched, this);
57
57
  },
58
58
  onExit: function() {
59
59
  this.getAppComponent()
60
60
  .getRoutingService()
61
- .detachAfterRouteMatched(this.shellTitleHandler, this);
61
+ .detachAfterRouteMatched(this._onAfterRouteMatched, this);
62
62
  this.oRouter = null;
63
63
 
64
64
  SizeHelper.exit();
@@ -132,42 +132,49 @@ sap.ui.define(
132
132
  },
133
133
 
134
134
  /**
135
- * This function is updating the shell title after each navigation.
135
+ * Callback when the navigation is done.
136
+ * - update the shell title.
137
+ * - update table scroll.
138
+ * - call onPageReady on the rightMostView.
136
139
  *
137
140
  * @param oEvent
138
- * @name sap.fe.templates.RootContainer.controller.BaseController#shellTitleHandler
141
+ * @name sap.fe.templates.RootContainer.controller.BaseController#_onAfterRouteMatched
139
142
  * @memberof sap.fe.templates.RootContainer.controller.BaseController
140
143
  */
141
- shellTitleHandler: function(oEvent) {
144
+ _onAfterRouteMatched: function(oEvent) {
142
145
  var that = this;
143
- if (!that.oShellTitlePromise) {
144
- that.oShellTitlePromise = that
146
+ if (!that._oRouteMatchedPromise) {
147
+ that._oRouteMatchedPromise = that
145
148
  .waitForRightMostViewReady(oEvent)
146
149
  .then(function(oView) {
150
+ // The autoFocus is initially disabled on the navContainer or the FCL, so that the focus stays on the Shell menu
151
+ // even if the app takes a long time to launch
152
+ // The first time the view is displayed, we need to enable the autofocus so that it's managed properly during navigation
153
+ var oRootControl = that.getView().getContent()[0];
154
+ if (oRootControl && oRootControl.getAutoFocus && !oRootControl.getAutoFocus()) {
155
+ oRootControl.setProperty("autoFocus", true, true); // Do not mark the container as invalid, otherwise it's re-rendered
156
+ }
157
+
147
158
  var oAppComponent = that.getAppComponent();
148
159
  var oData = { oView: oView, oAppComponent: oAppComponent };
149
160
  that._scrollTablesToLastNavigatedItems();
150
161
  if (oAppComponent.getEnvironmentCapabilities().getCapabilities().UShell) {
151
162
  that.computeTitleHierarchy(oData);
152
163
  }
153
- var oLastFocusedControl = oAppComponent.getRouterProxy().getFocusControlForCurrentHash();
164
+ var bForceFocus = oAppComponent.getRouterProxy().isFocusForced();
165
+ oAppComponent.getRouterProxy().setFocusForced(false); // reset
154
166
  if (oView.getController() && oView.getController().onPageReady) {
155
- if (oLastFocusedControl) {
156
- oView.getParent().onPageReady({ lastFocusedControl: oLastFocusedControl });
157
- } else {
158
- var currentFocusedControlId = sap.ui.getCore().getCurrentFocusedControlId();
159
- var oCurrentFocusedControl = {
160
- controlId: currentFocusedControlId,
161
- focusInfo: { id: currentFocusedControlId }
162
- };
163
- oView.getParent().onPageReady({ lastFocusedControl: oCurrentFocusedControl });
164
- }
167
+ oView.getParent().onPageReady({ forceFocus: bForceFocus });
168
+ }
169
+ if (that.onContainerReady) {
170
+ that.onContainerReady();
165
171
  }
166
- that.oShellTitlePromise = null;
167
172
  })
168
173
  .catch(function(oError) {
169
174
  Log.error("An error occurs while computing the title hierarchy and calling focus method", oError);
170
- that.oShellTitlePromise = null;
175
+ })
176
+ .finally(function() {
177
+ that._oRouteMatchedPromise = null;
171
178
  });
172
179
  }
173
180
  },
@@ -354,7 +361,7 @@ sap.ui.define(
354
361
  sPath += "/" + sPathPart;
355
362
  var oMetaModel = oAppComponent.getMetaModel(),
356
363
  sParameterPath = oMetaModel.getMetaPath(sPath),
357
- bIsParameterized = oMetaModel.getProperty(
364
+ bIsParameterized = oMetaModel.getObject(
358
365
  sParameterPath + "/@com.sap.vocabularies.Common.v1.ResultContext"
359
366
  );
360
367
  if (bIsParameterized) {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define([], function() {
6
6
  "use strict";
@@ -8,8 +8,9 @@
8
8
  <FlexibleColumnLayout
9
9
  id="appContent"
10
10
  backgroundDesign="Transparent"
11
- layout="{fcl>/layout}"
12
11
  stateChange="onStateChanged"
13
12
  afterEndColumnNavigate="onStateChanged"
13
+ restoreFocusOnBackNavigation="true"
14
+ autoFocus="false"
14
15
  />
15
16
  </mvc:View>
@@ -5,5 +5,5 @@
5
5
  height="100%"
6
6
  controllerName="sap.fe.templates.RootContainer.controller.NavContainer"
7
7
  >
8
- <NavContainer id="appContent" />
8
+ <NavContainer id="appContent" autoFocus="false" />
9
9
  </mvc:View>
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
  sap.ui.define(
6
6
  [],
@@ -3,17 +3,21 @@
3
3
  xmlns="sap.m"
4
4
  xmlns:macro="sap.fe.macros.internal"
5
5
  xmlns:core="sap.ui.core"
6
+ template:require="{
7
+ HELPER: 'sap/fe/macros/chart/ChartHelper'
8
+ }"
6
9
  >
7
10
 
8
11
  <macro:Chart
9
12
  id="{visualizationDefinition>id}"
13
+ _applyIdToContent="true"
10
14
  contextPath="{visualizationDefinition>collection}"
11
15
  metaPath="{presentationContext>annotationPath}"
12
16
  chartDefinition="{visualizationDefinition>}"
13
17
  selectionMode="Multiple"
14
18
  personalization="{visualizationDefinition>personalization}"
15
- chartDelegate="{= '{name: \'sap/fe/templates/AnalyticalListPage/chart/FEChartDelegate\', payload: { contextPath: \'' + (${viewData>contextPath} ? ${viewData>contextPath} : ('\/' + ${visualizationDefinition>entityName})) + '\' } }' }"
16
- dataPointsSelected=".handlers.onChartSelectionChanged"
19
+ chartDelegate="{= '{name: \'sap/fe/templates/AnalyticalListPage/chart/FEChartDelegate\', payload: { contextPath: \'' + HELPER.getCollectionName(${visualizationDefinition>collection}) + '\', parameters:{$$groupId:\'$auto.Workers\'}, selectionMode: \'Multiple\' } }' }"
20
+ selectionChange=".handlers.onChartSelectionChanged"
17
21
  noDataText="{= ${converterContext>template} === 'ObjectPage' ? undefined : ${sap.fe.i18n>T_OP_TABLE_AND_CHART_NO_DATA_TEXT} }"
18
22
  >
19
23
  </macro:Chart>
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * SAPUI5
3
- * (c) Copyright 2009-2021 SAP SE. All rights reserved.
3
+ * (c) Copyright 2009-2022 SAP SE. All rights reserved.
4
4
  */
5
5
  /**
6
6
  * Initialization Code and shared classes of library sap.fe.templates
@@ -46,7 +46,7 @@ sap.ui.define(
46
46
  interfaces: [],
47
47
  controls: [],
48
48
  elements: [],
49
- version: "1.95.0",
49
+ version: "1.96.4",
50
50
  noLibraryCSS: true
51
51
  });
52
52
  if (!sap.fe.templates.ObjectPage) {
@@ -195,7 +195,7 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC = CMD+S
195
195
 
196
196
 
197
197
  # XMSG,100: No Data Text when no filters are applied for the table and chart in the List Report
198
- T_OP_TABLE_AND_CHART_NO_DATA_TEXT=To start, set the relevant filters and choose Go.
198
+ T_OP_TABLE_AND_CHART_NO_DATA_TEXT=To start, set the relevant filters.
199
199
 
200
200
 
201
201
  # XMSG,100: No Data Text when filters applied for the table and chart in the List Report and Object Page
@@ -124,7 +124,7 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=CMD+S
124
124
 
125
125
 
126
126
 
127
- T_OP_TABLE_AND_CHART_NO_DATA_TEXT=\u0644\u0644\u0628\u062F\u0621\u060C \u0639\u064A\u0651\u0650\u0646 \u0639\u0648\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\u0641\u064A\u0629 \u0630\u0627\u062A \u0627\u0644\u0635\u0644\u0629 \u0648\u0627\u062E\u062A\u0631 \u0627\u0646\u062A\u0642\u0627\u0644.
127
+ T_OP_TABLE_AND_CHART_NO_DATA_TEXT=\u0644\u0644\u0628\u062F\u0621\u060C \u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0639\u0648\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\u0641\u064A\u0629 \u0630\u0627\u062A \u0627\u0644\u0635\u0644\u0629.
128
128
 
129
129
 
130
130
  T_OP_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0628\u064A\u0627\u0646\u0627\u062A. \u062D\u0627\u0648\u0644 \u062A\u0639\u062F\u064A\u0644 \u0645\u0639\u0627\u064A\u064A\u0631 \u0639\u0648\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\u0641\u064A\u0629 \u0623\u0648 \u0627\u0644\u0628\u062D\u062B.
@@ -124,7 +124,7 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=CMD+S
124
124
 
125
125
 
126
126
 
127
- T_OP_TABLE_AND_CHART_NO_DATA_TEXT=\u0417\u0430 \u0434\u0430 \u0437\u0430\u043F\u043E\u0447\u043D\u0435\u0442\u0435, \u0437\u0430\u0434\u0430\u0439\u0442\u0435 \u0441\u044A\u043E\u0442\u0432\u0435\u0442\u043D\u0438 \u0444\u0438\u043B\u0442\u0440\u0438 \u0438 \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 "\u041D\u0430\u0447\u0430\u043B\u043E".
127
+ T_OP_TABLE_AND_CHART_NO_DATA_TEXT=\u0417\u0430 \u0434\u0430 \u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u0442\u0435, \u0437\u0430\u0434\u0430\u0439\u0442\u0435 \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u043D\u0438\u0442\u0435 \u0444\u0438\u043B\u0442\u0440\u0438.
128
128
 
129
129
 
130
130
  T_OP_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=\u041D\u044F\u043C\u0430 \u043D\u0430\u043C\u0435\u0440\u0435\u043D\u0438 \u0434\u0430\u043D\u043D\u0438. \u041E\u043F\u0438\u0442\u0430\u0439\u0442\u0435 \u0434\u0430 \u043A\u043E\u0440\u0438\u0433\u0438\u0440\u0430\u0442\u0435 \u0442\u044A\u0440\u0441\u0435\u043D\u0435\u0442\u043E \u0438\u043B\u0438 \u043A\u0440\u0438\u0442\u0435\u0440\u0438\u0438\u0442\u0435 \u0437\u0430 \u0444\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u043D\u0435.
@@ -124,7 +124,7 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=CMD+S
124
124
 
125
125
 
126
126
 
127
- T_OP_TABLE_AND_CHART_NO_DATA_TEXT=Per comen\u00E7ar, definiu els filtres rellevants i seleccioneu Anar.
127
+ T_OP_TABLE_AND_CHART_NO_DATA_TEXT=Per comen\u00E7ar, definiu els filtres rellevants.
128
128
 
129
129
 
130
130
  T_OP_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=No s\u2019han trobat dades. Intenteu ajustar els criteris de cerca o de filtre.
@@ -124,7 +124,7 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=CMD+S
124
124
 
125
125
 
126
126
 
127
- T_OP_TABLE_AND_CHART_NO_DATA_TEXT=Pro spu\u0161t\u011Bn\u00ED nastavte relevantn\u00ED filtry a zvolte Spustit.
127
+ T_OP_TABLE_AND_CHART_NO_DATA_TEXT=Pro spu\u0161t\u011Bn\u00ED nastavte relevantn\u00ED filtry.
128
128
 
129
129
 
130
130
  T_OP_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=Data nenalezena. Upravte krit\u00E9ria hled\u00E1n\u00ED nebo filtru.
@@ -124,7 +124,7 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=CMD+S
124
124
 
125
125
 
126
126
 
127
- T_OP_TABLE_AND_CHART_NO_DATA_TEXT=I ddechrau, gosodwch yr hidlyddion perthnasol a chlicio Mynd.
127
+ T_OP_TABLE_AND_CHART_NO_DATA_TEXT=I gychwyn, gosodwch yr hidlyddion perthnasol.
128
128
 
129
129
 
130
130
  T_OP_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=Heb ddod o hyd i ddata. Ceisiwch addasu\u2019r meini prawf chwilio neu hidlo.
@@ -124,7 +124,7 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=CMD+S
124
124
 
125
125
 
126
126
 
127
- T_OP_TABLE_AND_CHART_NO_DATA_TEXT=Indstil de relevante filtre, og v\u00E6lg "Start" for at starte.
127
+ T_OP_TABLE_AND_CHART_NO_DATA_TEXT=Indstil de relevante filtre for at starte.
128
128
 
129
129
 
130
130
  T_OP_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=Ingen data fundet. Pr\u00F8v at tilpasse s\u00F8gning eller filterkriterier.
@@ -124,7 +124,7 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=CMD+S
124
124
 
125
125
 
126
126
 
127
- T_OP_TABLE_AND_CHART_NO_DATA_TEXT=Um zu starten, setzen Sie die entsprechenden Filter und w\u00E4hlen Sie Start.
127
+ T_OP_TABLE_AND_CHART_NO_DATA_TEXT=Um zu starten, setzen Sie die entsprechenden Filter.
128
128
 
129
129
 
130
130
  T_OP_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=Keine Daten gefunden. Passen Sie die Such- oder Filterkriterien an.
@@ -124,7 +124,7 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=CMD+S
124
124
 
125
125
 
126
126
 
127
- T_OP_TABLE_AND_CHART_NO_DATA_TEXT=\u0393\u03B9\u03B1 \u03BD\u03B1 \u03BE\u03B5\u03BA\u03B9\u03BD\u03AE\u03C3\u03B5\u03C4\u03B5, \u03BA\u03B1\u03B8\u03BF\u03C1\u03AF\u03C3\u03C4\u03B5 \u03C4\u03B1 \u03C3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC \u03C6\u03AF\u03BB\u03C4\u03C1\u03B1 \u03BA\u03B1\u03B9 \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u039C\u03B5\u03C4\u03AC\u03B2\u03B1\u03C3\u03B7.
127
+ T_OP_TABLE_AND_CHART_NO_DATA_TEXT=\u0393\u03B9\u03B1 \u03BD\u03B1 \u03BE\u03B5\u03BA\u03B9\u03BD\u03AE\u03C3\u03B5\u03C4\u03B5, \u03BA\u03B1\u03B8\u03BF\u03C1\u03AF\u03C3\u03C4\u03B5 \u03C4\u03B1 \u03C3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC \u03C6\u03AF\u03BB\u03C4\u03C1\u03B1.
128
128
 
129
129
 
130
130
  T_OP_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=\u0394\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B1\u03BD \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03B1. \u0394\u03BF\u03BA\u03B9\u03BC\u03AC\u03C3\u03C4\u03B5 \u03BD\u03B1 \u03C0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03CC\u03C3\u03B5\u03C4\u03B5 \u03C4\u03B7\u03BD \u03B1\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7 \u03AE \u03C4\u03B1 \u03BA\u03C1\u03B9\u03C4\u03AE\u03C1\u03B9\u03B1 \u03C6\u03AF\u03BB\u03C4\u03C1\u03BF\u03C5.
@@ -124,7 +124,7 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=CMD+S
124
124
 
125
125
 
126
126
 
127
- T_OP_TABLE_AND_CHART_NO_DATA_TEXT=To start, set the relevant filters and choose Go.
127
+ T_OP_TABLE_AND_CHART_NO_DATA_TEXT=To start, set the relevant filters.
128
128
 
129
129
 
130
130
  T_OP_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=No data found. Try adjusting search or filter criteria.
@@ -124,7 +124,7 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=CMD+S
124
124
 
125
125
 
126
126
 
127
- T_OP_TABLE_AND_CHART_NO_DATA_TEXT=To start, set the relevant filters and choose Go.
127
+ T_OP_TABLE_AND_CHART_NO_DATA_TEXT=To start, set the relevant filters.
128
128
 
129
129
 
130
130
  T_OP_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=No data found. Try adjusting search or filter criteria.
@@ -124,7 +124,7 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=[[[\u0108\u039C\u010E+\u015C\u2219\u2219\u2219\u221
124
124
 
125
125
 
126
126
 
127
- T_OP_TABLE_AND_CHART_NO_DATA_TEXT=[[[\u0162\u014F \u015F\u0163\u0105\u0157\u0163, \u015F\u0113\u0163 \u0163\u0125\u0113 \u0157\u0113\u013A\u0113\u028B\u0105\u014B\u0163 \u0192\u012F\u013A\u0163\u0113\u0157\u015F \u0105\u014B\u018C \u010B\u0125\u014F\u014F\u015F\u0113 \u0122\u014F.\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
127
+ T_OP_TABLE_AND_CHART_NO_DATA_TEXT=[[[\u0162\u014F \u015F\u0163\u0105\u0157\u0163, \u015F\u0113\u0163 \u0163\u0125\u0113 \u0157\u0113\u013A\u0113\u028B\u0105\u014B\u0163 \u0192\u012F\u013A\u0163\u0113\u0157\u015F.\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
128
128
 
129
129
 
130
130
  T_OP_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=[[[\u0143\u014F \u018C\u0105\u0163\u0105 \u0192\u014F\u0171\u014B\u018C. \u0162\u0157\u0177 \u0105\u018C\u0135\u0171\u015F\u0163\u012F\u014B\u011F \u015F\u0113\u0105\u0157\u010B\u0125 \u014F\u0157 \u0192\u012F\u013A\u0163\u0113\u0157 \u010B\u0157\u012F\u0163\u0113\u0157\u012F\u0105.\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
@@ -124,7 +124,7 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=\u206A\u206A\u206A\u200C\u200B\u200B\u200C\u200B\u2
124
124
 
125
125
 
126
126
 
127
- T_OP_TABLE_AND_CHART_NO_DATA_TEXT=\u206A\u206A\u206A\u200D\u200C\u200C\u200D\u200D\u200B\u200B\u200D\u200C\u200B\u200C\u200D\u200D\u200D\u200B\u200D\u200C\u200B\u200D\u200D\u200B\u200B\u200C\u200C\u200D\u200B\u200D\u200B\u200D\u200B\u200D\u200D\u200D\u200D\u200C\u200D\u200B\u200C\u200D\u200B\u206ATo start, set the relevant filters and choose Go.\u206A\u206A
127
+ T_OP_TABLE_AND_CHART_NO_DATA_TEXT=\u206A\u206A\u206A\u200D\u200C\u200C\u200D\u200D\u200B\u200B\u200D\u200C\u200B\u200C\u200D\u200D\u200D\u200B\u200D\u200C\u200B\u200D\u200D\u200B\u200B\u200C\u200C\u200D\u200B\u200D\u200B\u200D\u200B\u200D\u200D\u200D\u200D\u200C\u200D\u200B\u200C\u200D\u200B\u206ATo start, set the relevant filters.\u206A\u206A
128
128
 
129
129
 
130
130
  T_OP_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=\u206A\u206A\u206A\u200C\u200B\u200C\u200C\u200D\u200D\u200D\u200C\u200C\u200D\u200C\u200C\u200D\u200D\u200B\u200C\u200D\u200B\u200D\u200C\u200D\u200B\u200B\u200C\u200D\u200C\u200B\u200B\u200B\u200B\u200C\u200C\u200B\u200B\u200D\u200C\u200C\u200C\u200C\u200D\u200D\u206ANo data found. Try adjusting search or filter criteria.\u206A\u206A
@@ -124,7 +124,7 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=T+V8dLQL70Tlin08wfX0TA_CMD+S
124
124
 
125
125
 
126
126
 
127
- T_OP_TABLE_AND_CHART_NO_DATA_TEXT=biEvqzBrfqGcT0FkG4wC4w_To start, set the relevant filters and choose Go.
127
+ T_OP_TABLE_AND_CHART_NO_DATA_TEXT=RYD+o0WTH4TsonYdqPX2iA_To start, set the relevant filters.
128
128
 
129
129
 
130
130
  T_OP_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=v5YtsD7/hdJfmTcSe/OUdg_No data found. Try adjusting search or filter criteria.
@@ -124,7 +124,7 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=CMD+S
124
124
 
125
125
 
126
126
 
127
- T_OP_TABLE_AND_CHART_NO_DATA_TEXT=Para empezar, defina los filtros relevantes y seleccione Ir.
127
+ T_OP_TABLE_AND_CHART_NO_DATA_TEXT=Para empezar, defina los filtros relevantes.
128
128
 
129
129
 
130
130
  T_OP_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=No se han encontrado datos. Intente ajustar los criterios de b\u00FAsqueda o de filtro.
@@ -124,7 +124,7 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=CMD+S
124
124
 
125
125
 
126
126
 
127
- T_OP_TABLE_AND_CHART_NO_DATA_TEXT=Para comenzar, establezca los filtros relevantes y seleccione Ir.
127
+ T_OP_TABLE_AND_CHART_NO_DATA_TEXT=Para comenzar, configure los filtros relevantes.
128
128
 
129
129
 
130
130
  T_OP_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=No se encontraron datos. Intente ajustar los criterios de b\u00FAsqueda o de filtro.
@@ -124,7 +124,7 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=CMD+S
124
124
 
125
125
 
126
126
 
127
- T_OP_TABLE_AND_CHART_NO_DATA_TEXT=Alustamiseks seadke asjakohased filtrid ja valige Mine.
127
+ T_OP_TABLE_AND_CHART_NO_DATA_TEXT=Alustamiseks m\u00E4\u00E4rake asjakohased filtrid.
128
128
 
129
129
 
130
130
  T_OP_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=Andmeid ei leitud. Proovige otsingu- v\u00F5i filtrikriteeriume korrigeerida.
@@ -124,7 +124,7 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=CMD+S
124
124
 
125
125
 
126
126
 
127
- T_OP_TABLE_AND_CHART_NO_DATA_TEXT=Aloita valitsemalla asianmukaiset suodattimet ja valitse sitten Aloita-painike.
127
+ T_OP_TABLE_AND_CHART_NO_DATA_TEXT=Aloita asettamalla relevantit suodattimet.
128
128
 
129
129
 
130
130
  T_OP_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=Ei tietoja. Muuta hakua tai suodatusperustetta.
@@ -124,7 +124,7 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=Ctrl+S
124
124
 
125
125
 
126
126
 
127
- T_OP_TABLE_AND_CHART_NO_DATA_TEXT=Pour commencer, activez les filtres appropri\u00E9s puis s\u00E9lectionnez Lancer.
127
+ T_OP_TABLE_AND_CHART_NO_DATA_TEXT=Pour commencer, param\u00E9trez les filtres appropri\u00E9s.
128
128
 
129
129
 
130
130
  T_OP_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=Aucune donn\u00E9e trouv\u00E9e. Adaptez les crit\u00E8res de recherche ou de filtre.
@@ -26,7 +26,7 @@ T_OP_OBJECT_PAGE_SAVE=Enregistrer
26
26
 
27
27
  C_COMMON_OBJECT_PAGE_DISPLAY_SAVED_VERSION=Afficher la version enregistr\u00E9e
28
28
 
29
- C_COMMON_OBJECT_PAGE_RETURN_TO_DRAFT=Retourner au brouillon
29
+ C_COMMON_OBJECT_PAGE_RETURN_TO_DRAFT=RetourBrouillon
30
30
 
31
31
  T_COMMON_OBJECT_PAGE_HEADER_SECTION=En-t\u00EAte
32
32
 
@@ -124,7 +124,7 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=Cmd+S
124
124
 
125
125
 
126
126
 
127
- T_OP_TABLE_AND_CHART_NO_DATA_TEXT=Pour commencer, activez les filtres appropri\u00E9s puis s\u00E9lectionnez Lancer.
127
+ T_OP_TABLE_AND_CHART_NO_DATA_TEXT=Pour commencer, d\u00E9finissez les filtres appropri\u00E9s.
128
128
 
129
129
 
130
130
  T_OP_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=Aucune donn\u00E9e trouv\u00E9e. Adaptez les crit\u00E8res de recherche ou de filtre.
@@ -124,7 +124,7 @@ T_KEYBOARD_SHORTCUT_SAVE_MAC=CMD+S
124
124
 
125
125
 
126
126
 
127
- T_OP_TABLE_AND_CHART_NO_DATA_TEXT=\u092A\u094D\u0930\u093E\u0930\u0902\u092D \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u0938\u0902\u092C\u0902\u0927\u093F\u0924 \u092B\u093C\u093F\u0932\u094D\u091F\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902 \u0914\u0930 \u091C\u093E\u090F\u0902 \u091A\u0941\u0928\u0947\u0902.
127
+ T_OP_TABLE_AND_CHART_NO_DATA_TEXT=\u092A\u094D\u0930\u093E\u0930\u0902\u092D \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u092A\u094D\u0930\u093E\u0938\u0902\u0917\u093F\u0915 \u092B\u093C\u093F\u0932\u094D\u091F\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902.
128
128
 
129
129
 
130
130
  T_OP_TABLE_AND_CHART_NO_DATA_TEXT_WITH_FILTER=\u0921\u093E\u091F\u093E \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0928\u0939\u0940\u0902 \u0939\u0941\u0906. \u0916\u094B\u091C \u092F\u093E \u092B\u093C\u093F\u0932\u094D\u091F\u0930 \u092E\u093E\u092A\u0926\u0902\u0921 \u0915\u094B \u0938\u092E\u093E\u092F\u094B\u091C\u093F\u0924 \u0915\u0930\u0928\u0947 \u0915\u093E \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902.