@sapui5/sap.suite.ui.generic.template 1.112.3 → 1.113.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/control/visualfilterbar/FilterItemMicroChart.js +2 -10
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/ControllerImplementation.js +3 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/DynamicDateRangeController.js +12 -3
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/VisualFilterDialogController.js +3 -3
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controllerFrameworkExtensions.js +17 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_bg.properties +4 -4
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_uk.properties +2 -2
- package/src/sap/suite/ui/generic/template/ListReport/Component.js +5 -0
- package/src/sap/suite/ui/generic/template/ListReport/controller/ControllerImplementation.js +8 -1
- package/src/sap/suite/ui/generic/template/ListReport/controllerFrameworkExtensions.js +17 -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 +10 -10
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_kk.properties +8 -8
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sl.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/view/fragments/SmartTable.fragment.xml +1 -0
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartTableToolbar.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/TitleVariant.fragment.xml +5 -3
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/ControllerImplementation.js +58 -48
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/MessageSortingHandler.js +47 -10
- package/src/sap/suite/ui/generic/template/ObjectPage/controllerFrameworkExtensions.js +17 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fr.properties +14 -14
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ja.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_uk.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_zh_CN.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartTable.fragment.xml +1 -0
- package/src/sap/suite/ui/generic/template/detailTemplates/detailUtils.js +1 -7
- package/src/sap/suite/ui/generic/template/lib/AddCardsHelper.js +6 -3
- package/src/sap/suite/ui/generic/template/lib/AppComponent.js +2 -2
- package/src/sap/suite/ui/generic/template/lib/CRUDHelper.js +11 -6
- package/src/sap/suite/ui/generic/template/lib/CRUDManager.js +6 -1
- package/src/sap/suite/ui/generic/template/lib/CommonEventHandlers.js +54 -17
- package/src/sap/suite/ui/generic/template/lib/CommonUtils.js +149 -16
- package/src/sap/suite/ui/generic/template/lib/ContextBookkeeping.js +2 -1
- package/src/sap/suite/ui/generic/template/lib/DataLossHandler.js +9 -4
- package/src/sap/suite/ui/generic/template/lib/FlexibleColumnLayoutHandler.js +1 -0
- package/src/sap/suite/ui/generic/template/lib/MessageButtonHelper.js +9 -4
- package/src/sap/suite/ui/generic/template/lib/PageLeaveHandler.js +6 -3
- package/src/sap/suite/ui/generic/template/lib/StableIdDefinition.js +4 -1
- package/src/sap/suite/ui/generic/template/lib/StatePreserver.js +59 -53
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ko.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/navigation/NavigationController.js +31 -15
- package/src/sap/suite/ui/generic/template/lib/navigation/routingHelper.js +20 -16
- package/src/sap/suite/ui/generic/template/library.js +1 -1
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/DetailSmartTable.fragment.xml +1 -0
package/package.json
CHANGED
|
@@ -1279,16 +1279,8 @@ sap.ui.define([
|
|
|
1279
1279
|
}
|
|
1280
1280
|
}
|
|
1281
1281
|
} else if (oContext instanceof Object && typeof sDimFieldValue === "string") {
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
});
|
|
1285
|
-
var oDate = oFormatter.parse(sDimFieldValue);
|
|
1286
|
-
if (oContext.ranges.length) {
|
|
1287
|
-
if (oContext.ranges[0].value1 instanceof Date && FilterUtil.getDateInMedium(oContext.ranges[0].value1) === FilterUtil.getDateInMedium(oDate)) {
|
|
1288
|
-
return true;
|
|
1289
|
-
} else if (typeof oContext.ranges[0].value1 === 'string' && FilterUtil.getDateInMedium(new Date(oContext.ranges[0].value1)) === FilterUtil.getDateInMedium(oDate)) {
|
|
1290
|
-
return true;
|
|
1291
|
-
}
|
|
1282
|
+
if (oContext.ranges.length && oContext.ranges[0].value1 === sDimFieldValue) {
|
|
1283
|
+
return true;
|
|
1292
1284
|
}
|
|
1293
1285
|
}
|
|
1294
1286
|
} else if (this.getDimensionFieldIsDateTimeOffset()) {
|
package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/ControllerImplementation.js
CHANGED
|
@@ -1216,6 +1216,9 @@ sap.ui.define(["sap/ui/generic/app/navigation/service/SelectionVariant",
|
|
|
1216
1216
|
var oTemplatePrivateModel = oTemplateUtils.oComponentUtils.getTemplatePrivateModel();
|
|
1217
1217
|
var oInsightsInstance = oTemplatePrivateModel.getProperty("/oInsightsInstance");
|
|
1218
1218
|
oInsightsInstance.showCardPreview(oAnalyticalCardManifest);
|
|
1219
|
+
},
|
|
1220
|
+
onBeforeExport: function (oExportEvent) {
|
|
1221
|
+
oTemplateUtils.oCommonEventHandlers.onBeforeExport(oExportEvent);
|
|
1219
1222
|
}
|
|
1220
1223
|
},
|
|
1221
1224
|
|
|
@@ -3,8 +3,9 @@ sap.ui.define([
|
|
|
3
3
|
'sap/m/ResponsivePopover',
|
|
4
4
|
'sap/m/library',
|
|
5
5
|
"sap/base/util/deepExtend",
|
|
6
|
-
'sap/m/DynamicDateRange'
|
|
7
|
-
|
|
6
|
+
'sap/m/DynamicDateRange',
|
|
7
|
+
"sap/ui/core/format/DateFormat"
|
|
8
|
+
], function(Controller, ResponsivePopover, SapMLibrary, deepExtend, DynamicDateRange, DateFormat) {
|
|
8
9
|
"use strict";
|
|
9
10
|
|
|
10
11
|
|
|
@@ -59,7 +60,15 @@ sap.ui.define([
|
|
|
59
60
|
for (var i in oDate.ranges) {
|
|
60
61
|
if (oDate.ranges[i] && oDate.ranges[i].value1) {
|
|
61
62
|
oCurDynamicDateVal.operator = oDate.conditionTypeInfo.data.operation;
|
|
62
|
-
|
|
63
|
+
if (typeof oDate.ranges[i].value1 === 'string') {
|
|
64
|
+
var oFormatter = DateFormat.getDateInstance({
|
|
65
|
+
pattern: "yyyyMMdd"
|
|
66
|
+
});
|
|
67
|
+
var oFormattedDate = oFormatter.parse(oDate.ranges[i].value1);
|
|
68
|
+
oCurDynamicDateVal.values.push(oFormattedDate);
|
|
69
|
+
} else {
|
|
70
|
+
oCurDynamicDateVal.values.push(oDate.ranges[i].value1);
|
|
71
|
+
}
|
|
63
72
|
}
|
|
64
73
|
}
|
|
65
74
|
this._oDynamicDateRange.setValue(oCurDynamicDateVal);
|
|
@@ -1048,7 +1048,7 @@ sap.ui.define([
|
|
|
1048
1048
|
oDialog.destroy();
|
|
1049
1049
|
oDialog = null;
|
|
1050
1050
|
});
|
|
1051
|
-
|
|
1051
|
+
oDialog.setInitialFocus(oList.getSelectedItem());
|
|
1052
1052
|
oDialog.openBy(oEvent.getSource());
|
|
1053
1053
|
|
|
1054
1054
|
},
|
|
@@ -1136,7 +1136,7 @@ sap.ui.define([
|
|
|
1136
1136
|
oDialog.destroy();
|
|
1137
1137
|
oDialog = null;
|
|
1138
1138
|
});
|
|
1139
|
-
|
|
1139
|
+
oDialog.setInitialFocus(oList.getSelectedItem());
|
|
1140
1140
|
oDialog.openBy(oEvent.getSource());
|
|
1141
1141
|
},
|
|
1142
1142
|
_showLineChartTimeAxisPopup: function(oEvent) {
|
|
@@ -1232,7 +1232,7 @@ sap.ui.define([
|
|
|
1232
1232
|
oDialog.destroy();
|
|
1233
1233
|
oDialog = null;
|
|
1234
1234
|
});
|
|
1235
|
-
|
|
1235
|
+
oDialog.setInitialFocus(oList.getSelectedItem());
|
|
1236
1236
|
oDialog.openBy(oEvent.getSource());
|
|
1237
1237
|
},
|
|
1238
1238
|
/**
|
package/src/sap/suite/ui/generic/template/AnalyticalListPage/controllerFrameworkExtensions.js
CHANGED
|
@@ -258,6 +258,22 @@ sap.ui.define([ ], function() {
|
|
|
258
258
|
* (that means: extension code will handle the event)
|
|
259
259
|
* @protected
|
|
260
260
|
*/
|
|
261
|
-
beforeSmartLinkPopoverOpensExtension: function(oParams) {}
|
|
261
|
+
beforeSmartLinkPopoverOpensExtension: function(oParams) {},
|
|
262
|
+
|
|
263
|
+
/**
|
|
264
|
+
* This method is called by SAP Fiori elements when the table data is getting exported.
|
|
265
|
+
* Application developers can override this method to add/remove the filters in the exported file.
|
|
266
|
+
*
|
|
267
|
+
* To add new filter entries to the exported file, create an instance of {@link sap.ui.export.util.Filter}
|
|
268
|
+
* and add it to "oExportParams.filterSettings"
|
|
269
|
+
*
|
|
270
|
+
* @param {object} oExportParams Object containing the table export info
|
|
271
|
+
* @param {sap.ui.export.util.Filter[]} oExportParams.filterSettings The filters in the exported file
|
|
272
|
+
* Note: Please make changes on "oExportParams.filterSettings" array only when "Include filter settings" is selected.
|
|
273
|
+
* Otherwise, the changes will be ignored.
|
|
274
|
+
* @param {boolean} oExportParams.includeFilterSettings The value of "Include filter settings" checkbox
|
|
275
|
+
* @protected
|
|
276
|
+
*/
|
|
277
|
+
onBeforeExportTableExtension: function(oExportParams) {}
|
|
262
278
|
};
|
|
263
279
|
});
|
|
@@ -35,7 +35,7 @@ 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=\u0417\u0430 \u0434\u0430 \u0432\u0438\u0434\u0438\u0442\u0435 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0438\u044F\u0442\u0430 \u0437\u0430 KPI, \u043F\u043E\u043F\u044A\u043B\u043D\u0435\u0442\u0435 \u0437\u0430\u0434\u044A\u043B\u0436\u0438\u0442\u0435\u043B\u043D\u0438\u0442\u0435 \u043F\u043E\u043B\u0435\u0442\u0430 \u0437\u0430 \u0444\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u043D\u0435.
|
|
39
39
|
|
|
40
40
|
CLEAR_FILTERS=\u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043D\u0435
|
|
41
41
|
|
|
@@ -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\u043E
|
|
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\u043E
|
|
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=\u0418\u0437\u0433\u043B\u0435\u0434 \u0441 \u043D\u044F\u043A\u043E\u043B\u043A\u043E \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
|
|
|
@@ -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\u0443\u0441\u043A
|
|
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=\u041F\u043E\u0434\u0456\u043B\u0438\u0442\u0438\u0441\u044F
|
|
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
|
|
|
@@ -429,6 +429,11 @@ sap.ui.define(["sap/ui/core/mvc/OverrideExecution",
|
|
|
429
429
|
var oDateProperties = filterSettingsPreparationHelper.getDatePropertiesSettings(oLrSettings, oEntityType, oLeadingEntitySet, oModel);
|
|
430
430
|
if (oComponent && oComponent.oModels) {
|
|
431
431
|
oComponent.getModel("_templPriv").setProperty("/listReport/datePropertiesSettings", oDateProperties);
|
|
432
|
+
if (!oLrSettings.subPages || oLrSettings.subPages.length === 0) { //LR only app
|
|
433
|
+
oComponent.getModel("_templPriv").setProperty("/listReport/bSupressCardRowNavigation", true);
|
|
434
|
+
} else if (oLrSettings.subPages[0].navigation) { //OP with external navigation via manifest
|
|
435
|
+
oComponent.getModel("_templPriv").setProperty("/listReport/bSupressCardRowNavigation", true);
|
|
436
|
+
}
|
|
432
437
|
}
|
|
433
438
|
if (oEntityType && oEntityType.property && oSettings && oLrSettings && oLrSettings.tableSettings && oLrSettings.tableSettings.createWithParameterDialog) {
|
|
434
439
|
staticChecksHelper.checkErrorforCreateWithDialog(oEntityType, oLrSettings.tableSettings);
|
|
@@ -691,7 +691,11 @@ sap.ui.define([
|
|
|
691
691
|
listUtils.handleErrorsOnTableOrChart(oTemplateUtils, oEvent, oState);
|
|
692
692
|
},
|
|
693
693
|
onListNavigate: function (oEvent) {
|
|
694
|
-
|
|
694
|
+
// Create a copy of oEvent that can be used asynchronously
|
|
695
|
+
var oListNavigateEvent = deepExtend({}, oEvent);
|
|
696
|
+
oTemplateUtils.oServices.oApplicationController.synchronizeDraftAsync().then(function() {
|
|
697
|
+
oTemplateUtils.oCommonEventHandlers.onListNavigate(oListNavigateEvent, oState);
|
|
698
|
+
});
|
|
695
699
|
},
|
|
696
700
|
onEdit: function(oEvent) {
|
|
697
701
|
oTemplateUtils.oCommonEventHandlers.onListNavigate(oEvent, oState, undefined, undefined, true);
|
|
@@ -866,6 +870,9 @@ sap.ui.define([
|
|
|
866
870
|
},
|
|
867
871
|
dataStateClose: function(){
|
|
868
872
|
oState.oMessageStripHelper.onClose();
|
|
873
|
+
},
|
|
874
|
+
onBeforeExport: function (oExportEvent) {
|
|
875
|
+
oTemplateUtils.oCommonEventHandlers.onBeforeExport(oExportEvent);
|
|
869
876
|
}
|
|
870
877
|
},
|
|
871
878
|
formatters: {
|
|
@@ -291,6 +291,22 @@ sap.ui.define([
|
|
|
291
291
|
* (that means: extension code will handle the event)
|
|
292
292
|
* @protected
|
|
293
293
|
*/
|
|
294
|
-
beforeSmartLinkPopoverOpensExtension: function(oParams) {}
|
|
294
|
+
beforeSmartLinkPopoverOpensExtension: function(oParams) {},
|
|
295
|
+
|
|
296
|
+
/**
|
|
297
|
+
* This method is called by SAP Fiori elements when the table data is getting exported.
|
|
298
|
+
* Application developers can override this method to add/remove the filters in the exported file.
|
|
299
|
+
*
|
|
300
|
+
* To add new filter entries to the exported file, create an instance of {@link sap.ui.export.util.Filter}
|
|
301
|
+
* and add it to "oExportParams.filterSettings"
|
|
302
|
+
*
|
|
303
|
+
* @param {object} oExportParams Object containing the table export info
|
|
304
|
+
* @param {sap.ui.export.util.Filter[]} oExportParams.filterSettings The filters in the exported file
|
|
305
|
+
* Note: Please make changes on "oExportParams.filterSettings" array only when "Include filter settings" is selected.
|
|
306
|
+
* Otherwise, the changes will be ignored.
|
|
307
|
+
* @param {boolean} oExportParams.includeFilterSettings The value of "Include filter settings" checkbox
|
|
308
|
+
* @protected
|
|
309
|
+
*/
|
|
310
|
+
onBeforeExportTableExtension: function(oExportParams) {}
|
|
295
311
|
};
|
|
296
312
|
});
|
|
@@ -92,7 +92,7 @@ LOCKED_OBJECT_FILTER=\u0645\u0624\u0645\u0651\u064E\u0646 \u0628\u0648\u0627\u06
|
|
|
92
92
|
|
|
93
93
|
UNSAVED_CHANGES=\u062A\u063A\u064A\u064A\u0631\u0627\u062A \u063A\u064A\u0631 \u0645\u062D\u0641\u0648\u0638\u0629
|
|
94
94
|
|
|
95
|
-
UNSAVED_CHANGES_FILTER=\u062A\u063A\u064A\u064A\u0631 \u063A\u064A\u0631 \u0645\u062D\u0641\u0648\u0638 \
|
|
95
|
+
UNSAVED_CHANGES_FILTER=\u062A\u063A\u064A\u064A\u0631\u0627\u062A \u063A\u064A\u0631 \u0645\u062D\u0641\u0648\u0638\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 \u0645\u0633\u062A\u062E\u062F\u0645 \u0622\u062E\u0631
|
|
96
96
|
|
|
97
97
|
SHARE=\u0645\u0634\u0627\u0631\u0643\u0629
|
|
98
98
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
|
-
TITLE
|
|
2
|
+
TITLE=List Report
|
|
3
3
|
|
|
4
|
-
DESCRIPTION
|
|
4
|
+
DESCRIPTION=List Report
|
|
5
5
|
|
|
6
6
|
ALL_OBJECTS=\u0412\u0441\u0438\u0447\u043A\u0438
|
|
7
7
|
|
|
8
8
|
ALL_OBJECTS_HIDING_DRAFT=\u0412\u0441\u0438\u0447\u043A\u0438 (\u0441\u043A\u0440\u0438\u0432\u0430\u043D\u0435 \u043D\u0430 \u0447\u0435\u0440\u043D\u043E\u0432\u0438)
|
|
9
9
|
|
|
10
|
-
UNCHANGED=\u041D\u0435\u043F\u0440\u043E\u043C\u0435\u043D\u0435\u043D
|
|
10
|
+
UNCHANGED=\u041D\u0435\u043F\u0440\u043E\u043C\u0435\u043D\u0435\u043D\u043E
|
|
11
11
|
|
|
12
|
-
EDITING_STATUS=\u0421\u0442\u0430\u0442\u0443\u0441 \u043D\u0430 \u0440\u0435\u0434\u0430\u043A\
|
|
12
|
+
EDITING_STATUS=\u0421\u0442\u0430\u0442\u0443\u0441 \u043D\u0430 \u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u0430\u043D\u0435
|
|
13
13
|
|
|
14
14
|
YES=\u0414\u0430
|
|
15
15
|
|
|
@@ -37,9 +37,9 @@ CONTACT_FAX=\u0424\u0430\u043A\u0441
|
|
|
37
37
|
|
|
38
38
|
CONTACT_ADDRESS=\u0410\u0434\u0440\u0435\u0441
|
|
39
39
|
|
|
40
|
-
MESSAGE_SINGLE_VALUE_L_FORM=\u0424\u0438\u043B\u0442\u044A\u0440\u044A\u0442
|
|
40
|
+
MESSAGE_SINGLE_VALUE_L_FORM=\u0424\u0438\u043B\u0442\u044A\u0440\u044A\u0442 \u201E{0}\u201C \u043D\u0435 \u0435 \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u0435\u043D \u0437\u0430 \u0442\u0430\u0431 \u201E{1}\u201C. \u0417\u0430\u0434\u0430\u0432\u0430\u043D\u0435\u0442\u043E \u043D\u0430 \u0442\u043E\u0437\u0438 \u0444\u0438\u043B\u0442\u044A\u0440 \u043D\u0435 \u043E\u043A\u0430\u0437\u0432\u0430 \u0432\u043B\u0438\u044F\u043D\u0438\u0435 \u043D\u0430 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438\u0442\u0435.
|
|
41
41
|
|
|
42
|
-
MESSAGE_SINGLE_VALUE_S_FORM=\u041D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0444\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u0442\u0435 \u043F\u043E
|
|
42
|
+
MESSAGE_SINGLE_VALUE_S_FORM=\u041D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0444\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u0442\u0435 \u043F\u043E \u201E{0}\u201C \u0432 \u0442\u0430\u0431 \u201E{1}\u201C.
|
|
43
43
|
|
|
44
44
|
MULTI_EDIT=\u0420\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u0430\u043D\u0435
|
|
45
45
|
|
|
@@ -53,13 +53,13 @@ EDIT_REMAINING={0} \u043E\u0442 {1} \u043E\u0431\u0435\u043A\u0442\u0430 \u043D\
|
|
|
53
53
|
|
|
54
54
|
EDIT_REMAINING_PLURAL={0} \u043E\u0442 {1} \u043E\u0431\u0435\u043A\u0442\u0430 \u043D\u0435 \u043C\u043E\u0433\u0430\u0442 \u0434\u0430 \u0431\u044A\u0434\u0430\u0442 \u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u0430\u043D\u0438. \u0422\u043E\u0432\u0430 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u0441\u043B\u0443\u0447\u0438, \u0430\u043A\u043E \u043D\u044F\u043A\u043E\u0439 \u0440\u0430\u0431\u043E\u0442\u0438 \u043F\u043E \u043E\u0431\u0435\u043A\u0442\u0430 \u0438\u043B\u0438 \u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u0430\u043D\u0435\u0442\u043E \u043D\u0435 \u0435 \u043F\u043E\u0437\u0432\u043E\u043B\u0435\u043D\u043E. \n\n \u0416\u0435\u043B\u0430\u0435\u0442\u0435 \u043B\u0438 \u0434\u0430 \u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u0430\u0442\u0435 \u043E\u0441\u0442\u0430\u0432\u0430\u0449\u0438\u0442\u0435 {2} \u043E\u0431\u0435\u043A\u0442\u0430?
|
|
55
55
|
|
|
56
|
-
MESSAGE_MULTIPLE_VALUES_L_FORM=\u041D\u044F\u043A\u043E\u0438 \u043E\u0442 \u0444\u0438\u043B\u0442\u0440\u0438\u0442\u0435 \u043D\u0435 \u0441\u0430 \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u043D\u0438 \u0437\u0430 \u0442\u0430\u0431
|
|
56
|
+
MESSAGE_MULTIPLE_VALUES_L_FORM=\u041D\u044F\u043A\u043E\u0438 \u043E\u0442 \u0444\u0438\u043B\u0442\u0440\u0438\u0442\u0435 \u043D\u0435 \u0441\u0430 \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u043D\u0438 \u0437\u0430 \u0442\u0430\u0431 \u201E{1}\u201C ({0}). \u041D\u0430\u0441\u0442\u0440\u043E\u0439\u0432\u0430\u043D\u0435\u0442\u043E \u0438\u043C \u043D\u044F\u043C\u0430 \u0435\u0444\u0435\u043A\u0442 \u0432\u044A\u0440\u0445\u0443 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438\u0442\u0435.
|
|
57
57
|
|
|
58
|
-
MESSAGE_MULTIPLE_VALUES_S_FORM=\u041D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0442\u0435 \u0441\u043B\u0435\u0434\u043D\u0438\u0442\u0435 \u0444\u0438\u043B\u0442\u0440\u0438 \
|
|
58
|
+
MESSAGE_MULTIPLE_VALUES_S_FORM=\u041D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0442\u0435 \u0441\u043B\u0435\u0434\u043D\u0438\u0442\u0435 \u0444\u0438\u043B\u0442\u0440\u0438 \u0437\u0430 \u0442\u0430\u0431 \u201E{1}\u201C\: \u201E{0}\u201C.
|
|
59
59
|
|
|
60
60
|
OBJECT_NOT_EDITABLE=\u0422\u043E\u0437\u0438 \u043E\u0431\u0435\u043A\u0442 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0431\u044A\u0434\u0435 \u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u0430\u043D.
|
|
61
61
|
|
|
62
|
-
NODATA_SMARTTABLE_LR=\u0417\u0430 \u0434\u0430 \u0437\u0430\u043F\u043E\u0447\u043D\u0435\u0442\u0435, \u0437\u0430\u0434\u0430\u0439\u0442\u0435 \
|
|
62
|
+
NODATA_SMARTTABLE_LR=\u0417\u0430 \u0434\u0430 \u0437\u0430\u043F\u043E\u0447\u043D\u0435\u0442\u0435, \u0437\u0430\u0434\u0430\u0439\u0442\u0435 \u0444\u0438\u043B\u0442\u0440\u0438 \u0438 \u043D\u0430\u0442\u0438\u0441\u043D\u0435\u0442\u0435 \u201E\u0421\u0442\u0430\u0440\u0442\u201C.
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
CANCEL_AND_DISCARD=\u0416\u0435\u043B\u0430\u0435\u0442\u0435 \u043B\u0438 \u0434\u0430 \u043E\u0442\u0445\u0432\u044A\u0440\u043B\u0438\u0442\u0435 \u0442\u0430\u0437\u0438 \u0447\u0435\u0440\u043D\u043E\u0432\u0430?
|
|
@@ -88,7 +88,7 @@ DRAFT_OBJECT_FILTER=\u0421\u043E\u0431\u0441\u0442\u0432\u0435\u043D\u0430 \u044
|
|
|
88
88
|
|
|
89
89
|
LOCKED_OBJECT=\u0417\u0430\u043A\u043B\u044E\u0447\u0435\u043D
|
|
90
90
|
|
|
91
|
-
LOCKED_OBJECT_FILTER=\u0417\u0430\u043A\u043B\u044E\u0447\u0435\u043D \u043E\u0442 \u0434\u0440\u0443\u0433 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B
|
|
91
|
+
LOCKED_OBJECT_FILTER=\u0417\u0430\u043A\u043B\u044E\u0447\u0435\u043D\u043E \u043E\u0442 \u0434\u0440\u0443\u0433 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B
|
|
92
92
|
|
|
93
93
|
UNSAVED_CHANGES=\u041D\u0435\u0437\u0430\u043F\u0430\u0437\u0435\u043D\u0438 \u043F\u0440\u043E\u043C\u0435\u043D\u0438
|
|
94
94
|
|
|
@@ -59,7 +59,7 @@ MESSAGE_MULTIPLE_VALUES_S_FORM=Vous ne pouvez pas utiliser les filtres suivants
|
|
|
59
59
|
|
|
60
60
|
OBJECT_NOT_EDITABLE=Impossible de modifier cet objet
|
|
61
61
|
|
|
62
|
-
NODATA_SMARTTABLE_LR=Pour commencer,
|
|
62
|
+
NODATA_SMARTTABLE_LR=Pour commencer, activez les filtres appropri\u00E9s et cliquez sur "Lancer".
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
CANCEL_AND_DISCARD=Voulez-vous rejeter cette version pr\u00E9liminaire ?
|
|
@@ -5,7 +5,7 @@ DESCRIPTION=\u0422\u0456\u0437\u0456\u043C\u0434\u0456\u043A \u0435\u0441\u0435\
|
|
|
5
5
|
|
|
6
6
|
ALL_OBJECTS=\u0411\u0430\u0440\u043B\u044B\u0493\u044B
|
|
7
7
|
|
|
8
|
-
ALL_OBJECTS_HIDING_DRAFT=\u0411\u0430\u0440\u043B\u044B\u0493\u044B (\u043D\u043E\u0431\u0430\u0439\u043B\u0430\u0440 \u0436\u0430\u0441\u044B\u0440\
|
|
8
|
+
ALL_OBJECTS_HIDING_DRAFT=\u0411\u0430\u0440\u043B\u044B\u0493\u044B (\u043D\u043E\u0431\u0430\u0439\u043B\u0430\u0440\u0434\u044B \u0436\u0430\u0441\u044B\u0440\u0443)
|
|
9
9
|
|
|
10
10
|
UNCHANGED=\u04E8\u0437\u0433\u0435\u0440\u0456\u0441\u0441\u0456\u0437
|
|
11
11
|
|
|
@@ -37,7 +37,7 @@ CONTACT_FAX=\u0424\u0430\u043A\u0441
|
|
|
37
37
|
|
|
38
38
|
CONTACT_ADDRESS=\u041C\u0435\u043A\u0435\u043D\u0436\u0430\u0439
|
|
39
39
|
|
|
40
|
-
MESSAGE_SINGLE_VALUE_L_FORM
|
|
40
|
+
MESSAGE_SINGLE_VALUE_L_FORM="{0}" \u0441\u04AF\u0437\u0433\u0456\u0441\u0456 "{1}" \u049B\u043E\u0439\u044B\u043D\u0434\u044B\u0441\u044B \u04AF\u0448\u0456\u043D \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u0442\u044B \u0435\u043C\u0435\u0441. \u0411\u04B1\u043B \u0441\u04AF\u0437\u0433\u0456\u043D\u0456 \u043E\u0440\u043D\u0430\u0442\u0443 \u043D\u04D9\u0442\u0438\u0436\u0435\u043B\u0435\u0440\u0433\u0435 \u04D9\u0441\u0435\u0440 \u0435\u0442\u043F\u0435\u0439\u0434\u0456.
|
|
41
41
|
|
|
42
42
|
MESSAGE_SINGLE_VALUE_S_FORM="{1}" \u049B\u043E\u0439\u044B\u043D\u0434\u044B\u0441\u044B\u043D\u0434\u0430\u0493\u044B "{0}" \u0431\u043E\u0439\u044B\u043D\u0448\u0430 \u0441\u04AF\u0437\u0433\u0456\u043B\u0435\u0443 \u043C\u04AF\u043C\u043A\u0456\u043D \u0435\u043C\u0435\u0441.
|
|
43
43
|
|
|
@@ -53,18 +53,18 @@ EDIT_REMAINING={0} / {1} \u043D\u044B\u0441\u0430\u043D\u0434\u044B \u04E9\u04A3
|
|
|
53
53
|
|
|
54
54
|
EDIT_REMAINING_PLURAL={0} / {1} \u043D\u044B\u0441\u0430\u043D\u0434\u044B \u04E9\u04A3\u0434\u0435\u0443 \u043C\u04AF\u043C\u043A\u0456\u043D \u0435\u043C\u0435\u0441. \u0411\u04B1\u043B \u043C\u04D9\u0441\u0435\u043B\u0435, \u04D9\u043B\u0434\u0435\u043A\u0456\u043C \u043D\u044B\u0441\u0430\u043D\u043C\u0435\u043D \u0436\u04B1\u043C\u044B\u0441 \u0456\u0441\u0442\u0435\u043F \u0436\u0430\u0442\u049B\u0430\u043D\u0434\u0430 \u043D\u0435\u043C\u0435\u0441\u0435 \u04E9\u04A3\u0434\u0435\u0443 \u0440\u04B1\u049B\u0441\u0430\u0442 \u0431\u043E\u043B\u043C\u0430\u0493\u0430\u043D\u0434\u0430 \u043E\u0440\u044B\u043D \u0430\u043B\u0443\u044B \u043C\u04AF\u043C\u043A\u0456\u043D.\n\n \u049A\u0430\u043B\u0493\u0430\u043D {2} \u043D\u044B\u0441\u0430\u043D\u0434\u044B \u04E9\u04A3\u0434\u0435\u0443 \u049B\u0430\u0436\u0435\u0442 \u043F\u0435?
|
|
55
55
|
|
|
56
|
-
MESSAGE_MULTIPLE_VALUES_L_FORM=\u041A\u0435\u0439\u0431\u0456\u0440 \u0441\u04AF\u0437\u0433\u0456\u043B\u0435\u0440
|
|
56
|
+
MESSAGE_MULTIPLE_VALUES_L_FORM=\u041A\u0435\u0439\u0431\u0456\u0440 \u0441\u04AF\u0437\u0433\u0456\u043B\u0435\u0440 "{1}" ({0}) \u049B\u043E\u0439\u044B\u043D\u0434\u044B\u0441\u044B \u04AF\u0448\u0456\u043D \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u0442\u044B \u0435\u043C\u0435\u0441. \u041E\u0441\u044B \u0441\u04AF\u0437\u0433\u0456\u043B\u0435\u0440\u0434\u0456 \u043E\u0440\u043D\u0430\u0442\u0443 \u043D\u04D9\u0442\u0438\u0436\u0435\u043B\u0435\u0440\u0433\u0435 \u04D9\u0441\u0435\u0440 \u0435\u0442\u043F\u0435\u0439\u0434\u0456.
|
|
57
57
|
|
|
58
|
-
MESSAGE_MULTIPLE_VALUES_S_FORM
|
|
58
|
+
MESSAGE_MULTIPLE_VALUES_S_FORM="{1}" \u049B\u043E\u0439\u044B\u043D\u0434\u044B\u0441\u044B\u043D\u0434\u0430 \u043C\u044B\u043D\u0430 \u0441\u04AF\u0437\u0433\u0456\u043B\u0435\u0440\u0434\u0456 \u043F\u0430\u0439\u0434\u0430\u043B\u0430\u043D\u0443 \u043C\u04AF\u043C\u043A\u0456\u043D \u0435\u043C\u0435\u0441\: "{0}".
|
|
59
59
|
|
|
60
60
|
OBJECT_NOT_EDITABLE=\u0411\u04B1\u043B \u043D\u044B\u0441\u0430\u043D\u0434\u044B \u04E9\u04A3\u0434\u0435\u0443 \u043C\u04AF\u043C\u043A\u0456\u043D \u0435\u043C\u0435\u0441.
|
|
61
61
|
|
|
62
62
|
NODATA_SMARTTABLE_LR=\u0411\u0430\u0441\u0442\u0430\u0443 \u04AF\u0448\u0456\u043D \u0442\u0438\u0456\u0441\u0442\u0456 \u0441\u04AF\u0437\u0433\u0456\u043B\u0435\u0440\u0434\u0456 \u0442\u0430\u04A3\u0434\u0430\u043F, "\u04E8\u0442\u0443" \u043E\u043F\u0446\u0438\u044F\u0441\u044B\u043D \u0442\u0430\u04A3\u0434\u0430\u04A3\u044B\u0437.
|
|
63
63
|
|
|
64
64
|
|
|
65
|
-
CANCEL_AND_DISCARD=\u041E\u0441\u044B \
|
|
65
|
+
CANCEL_AND_DISCARD=\u041E\u0441\u044B \u043D\u043E\u0431\u0430\u0439\u0434\u0430\u043D \u0431\u0430\u0441 \u0442\u0430\u0440\u0442\u0443 \u049B\u0430\u0436\u0435\u0442 \u043F\u0435?
|
|
66
66
|
|
|
67
|
-
DISCARD_EDIT=\u0411\u0430\u0440\u043B\u044B\u049B \u04E9\u0437\u0433\u0435\u0440\
|
|
67
|
+
DISCARD_EDIT=\u0411\u0430\u0440\u043B\u044B\u049B \u04E9\u0437\u0433\u0435\u0440\u0456\u0441\u0442\u0435\u0440\u0434\u0435\u043D \u0431\u0430\u0441 \u0442\u0430\u0440\u0442\u0443 \u049B\u0430\u0436\u0435\u0442 \u043F\u0435?
|
|
68
68
|
|
|
69
69
|
DISCARD=\u0411\u0430\u0441 \u0442\u0430\u0440\u0442\u0443
|
|
70
70
|
|
|
@@ -90,9 +90,9 @@ LOCKED_OBJECT=\u049A\u04B1\u043B\u044B\u043F\u0442\u0430\u043D\u0493\u0430\u043D
|
|
|
90
90
|
|
|
91
91
|
LOCKED_OBJECT_FILTER=\u0411\u0430\u0441\u049B\u0430 \u043F\u0430\u0439\u0434\u0430\u043B\u0430\u043D\u0443\u0448\u044B \u049B\u04B1\u043B\u044B\u043F\u0442\u0430\u0493\u0430\u043D
|
|
92
92
|
|
|
93
|
-
UNSAVED_CHANGES=\u0421\u0430\u049B\u0442\u0430\u043B\u043C\u0430\u0493\u0430\u043D \u04E9\u0437\u0433\u0435\u0440\
|
|
93
|
+
UNSAVED_CHANGES=\u0421\u0430\u049B\u0442\u0430\u043B\u043C\u0430\u0493\u0430\u043D \u04E9\u0437\u0433\u0435\u0440\u0456\u0441\u0442\u0435\u0440
|
|
94
94
|
|
|
95
|
-
UNSAVED_CHANGES_FILTER=\u0411\u0430\u0441\u049B\u0430 \u043F\u0430\u0439\u0434\u0430\u043B\u0430\u043D\u0443\u0448\u044B
|
|
95
|
+
UNSAVED_CHANGES_FILTER=\u0411\u0430\u0441\u049B\u0430 \u043F\u0430\u0439\u0434\u0430\u043B\u0430\u043D\u0443\u0448\u044B \u0441\u0430\u049B\u0442\u0430\u043C\u0430\u0493\u0430\u043D \u04E9\u0437\u0433\u0435\u0440\u0456\u0441\u0442\u0435\u0440
|
|
96
96
|
|
|
97
97
|
SHARE=\u0411\u04E9\u043B\u0456\u0441\u0443
|
|
98
98
|
|
|
@@ -94,7 +94,7 @@ UNSAVED_CHANGES=\u041D\u0435\u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u04
|
|
|
94
94
|
|
|
95
95
|
UNSAVED_CHANGES_FILTER=\u041D\u0435\u0437\u0431\u0435\u0440. \u0437\u043C\u0456\u043D\u0438 \u0456\u043D\u0448. \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430
|
|
96
96
|
|
|
97
|
-
SHARE=\
|
|
97
|
+
SHARE=\u041F\u043E\u0434\u0456\u043B\u0438\u0442\u0438\u0441\u044F
|
|
98
98
|
|
|
99
99
|
ST_CREATE_WITH_FILTERS=\u0421\u0442\u0432\u043E\u0440\u0438\u0442\u0438 \u0437 \u0444\u0456\u043B\u044C\u0442\u0440\u0430\u043C\u0438
|
|
100
100
|
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
persistencyKey="{= ${path: 'parameter>/settings/routeConfig/', formatter: 'sap.suite.ui.generic.template.js.AnnotationHelper.getPersistencyKeyForSmartTable'} }{= ${parameter>/settings/quickVariantSelectionX} ? ${path: 'tabItem>', formatter: 'sap.suite.ui.generic.template.js.AnnotationHelper.getSuffixFromIconTabFilterKey'} : ''}"
|
|
17
17
|
header="{= !${parameter>/settings/quickVariantSelection/showCounts} ? ${path: 'header>TypeNamePlural', formatter: 'sap.ui.model.odata.AnnotationHelper.format'} : '' }"
|
|
18
18
|
beforeRebindTable="._templateEventHandlers.onBeforeRebindTable"
|
|
19
|
+
beforeExport="._templateEventHandlers.onBeforeExport"
|
|
19
20
|
useVariantManagement="{= !${parameter>/settings/variantManagementHidden} || (!${parameter>/settings/isWorklist} && !${parameter>/settings/smartVariantManagement}) }"
|
|
20
21
|
entitySet="{entitySet>name}"
|
|
21
22
|
enableAutoColumnWidth="{= ${device>/system/phone} ? 'false' : ${appSettings>/enableAutoColumnWidthForSmartTable}}"
|
package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartTableToolbar.fragment.xml
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
</template:with>
|
|
37
37
|
|
|
38
38
|
<!-- add Add to cards repository Button-->
|
|
39
|
-
<template:if test="{= !${parameter>/settings/tableSettings/addCardtoInsightsHidden} && ${parameter>/templateSpecific/isResponsiveTable} && !${parameter>/settings/quickVariantSelectionX}
|
|
39
|
+
<template:if test="{= !${parameter>/settings/tableSettings/addCardtoInsightsHidden} && ${parameter>/templateSpecific/isResponsiveTable} && !${parameter>/settings/quickVariantSelectionX} }">
|
|
40
40
|
<Button id="{:= ${parameter>/stableId}.getStableId({type: 'ListReportAction', subType: 'AddCardtoInsights'})}" icon="sap-icon://add-folder" press="._templateEventHandlers.onAddCardsToRepository" text="{i18n>ST_ADD_CARDS_TO_INSIGHTS}" enabled="{= ${_templPriv>/generic/bDataAreShownInTable}}" visible="{= ${parameter>/templateSpecific/bInsightsEnabled} }">
|
|
41
41
|
<layoutData>
|
|
42
42
|
<OverflowToolbarLayoutData priority="AlwaysOverflow"/>
|
package/src/sap/suite/ui/generic/template/ListReport/view/fragments/TitleVariant.fragment.xml
CHANGED
|
@@ -7,11 +7,12 @@
|
|
|
7
7
|
<f:heading persistencyKey="{= ${path: 'parameter>/settings/routeConfig/', formatter: 'sap.suite.ui.generic.template.js.AnnotationHelper.getPersistencyKeyForDynamicPageTitle'} }">
|
|
8
8
|
<template:if test="{= ${parameter>/settings/subTitleIfVariantMgmtHidden} }">
|
|
9
9
|
<template:then>
|
|
10
|
-
<Title
|
|
10
|
+
<Title id="{:= ${parameter>/stableId}.getStableId({type: 'ListReportPage', subType: 'PageTitle'})}" class="sapUiTinyMarginTop"
|
|
11
|
+
text="{=${path: 'parameter>/settings/subTitleIfVariantMgmtHidden'}}" level="H2"></Title>
|
|
11
12
|
</template:then>
|
|
12
|
-
|
|
13
13
|
<template:else>
|
|
14
|
-
<Title
|
|
14
|
+
<Title id="{:= ${parameter>/stableId}.getStableId({type: 'ListReportPage', subType: 'PageTitle'})}" class="sapUiTinyMarginTop"
|
|
15
|
+
text="{=${path: 'parameter>/manifest/sap.app/title'}}" level ="H2"></Title>
|
|
15
16
|
</template:else>
|
|
16
17
|
</template:if>
|
|
17
18
|
</f:heading>
|
|
@@ -26,6 +27,7 @@
|
|
|
26
27
|
type="Transparent"
|
|
27
28
|
visible="{parts: [{path: 'appSettings>/flexibleColumnLayout'}], formatter: 'AH.getShareOptionVisibility'}"
|
|
28
29
|
tooltip="{i18n>SHARE} (Shift+Ctrl+S)"
|
|
30
|
+
ariaLabelledBy="{:= ${parameter>/stableId}.getStableId({type: 'ListReportPage', subType: 'PageTitle'})}"
|
|
29
31
|
text="">
|
|
30
32
|
</MenuButton>
|
|
31
33
|
</f:actions>
|