@sapui5/sap.suite.ui.generic.template 1.130.1 → 1.131.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/controller/ControllerImplementation.js +5 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_da.properties +2 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_de.properties +2 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ko.properties +2 -2
- 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/i18n/i18n_de.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_es.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_ko.properties +2 -2
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sl.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/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartTable.fragment.xml +6 -3
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/RelatedAppsHandler.js +21 -9
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ar.properties +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_da.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_es.properties +4 -4
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ko.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_th.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/Sections.fragment.xml +13 -13
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartForm.fragment.xml +5 -5
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartTable.fragment.xml +6 -3
- package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_fr_CA.properties +1 -1
- 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/controls/DynamicPage.designtime.js +317 -0
- package/src/sap/suite/ui/generic/template/designtime/controls/SmartTable.designtime.js +121 -32
- package/src/sap/suite/ui/generic/template/designtime/floorplans/AnalyticalListPage.designtime.js +13 -6
- package/src/sap/suite/ui/generic/template/designtime/floorplans/ListReport.designtime.js +12 -5
- package/src/sap/suite/ui/generic/template/designtime/floorplans/ObjectPage.designtime.js +13 -5
- package/src/sap/suite/ui/generic/template/designtime/utils/designtimeHelper.js +53 -81
- package/src/sap/suite/ui/generic/template/designtime/utils/designtimeUtils.js +63 -21
- package/src/sap/suite/ui/generic/template/detailTemplates/i18n/i18n_es.properties +1 -1
- package/src/sap/suite/ui/generic/template/fragments/MessagePopover.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/fragments/SmartFormDataField.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartTableChartCommon.js +1 -1
- package/src/sap/suite/ui/generic/template/js/AnnotationHelper.js +6 -5
- package/src/sap/suite/ui/generic/template/js/AnnotationHelperStreamSupport.js +21 -8
- package/src/sap/suite/ui/generic/template/lib/AppComponent.js +227 -5
- package/src/sap/suite/ui/generic/template/lib/ComponentUtils.js +100 -67
- package/src/sap/suite/ui/generic/template/lib/FlexibleColumnLayoutHandler.js +9 -4
- package/src/sap/suite/ui/generic/template/lib/RetryAfterHandler.js +154 -54
- package/src/sap/suite/ui/generic/template/lib/SideEffectUtil.js +22 -7
- package/src/sap/suite/ui/generic/template/lib/StableIdDefinition.js +4 -1
- package/src/sap/suite/ui/generic/template/lib/TemplateAssembler.js +39 -41
- package/src/sap/suite/ui/generic/template/lib/ViewCreationHelper.js +39 -0
- package/src/sap/suite/ui/generic/template/lib/ai/EasyFilterBarHandler.js +2 -6
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n.properties +20 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ar.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_bg.properties +34 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ca.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cnr.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cs.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cy.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_da.properties +33 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_de.properties +34 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_el.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_GB.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saprigi.properties +33 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es.properties +36 -4
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es_MX.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_et.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fi.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr_CA.properties +34 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hi.properties +33 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hr.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hu.properties +34 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_id.properties +33 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_it.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_iw.properties +33 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ja.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_kk.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ko.properties +34 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lt.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lv.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_mk.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ms.properties +33 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_nl.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_no.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pl.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt_PT.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ro.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ru.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sh.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sk.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sl.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sr.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sv.properties +33 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_th.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_tr.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_uk.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_vi.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_CN.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_TW.properties +32 -0
- package/src/sap/suite/ui/generic/template/lib/insights/InsightsCardHelper.js +39 -23
- package/src/sap/suite/ui/generic/template/lib/insights/InsightsFECardProvider.js +11 -2
- package/src/sap/suite/ui/generic/template/lib/multipleViews/MultipleTablesModeHelper.js +2 -1
- package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +95 -95
- package/src/sap/suite/ui/generic/template/library.js +1 -1
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/DetailSmartTable.fragment.xml +6 -3
- package/src/sap/suite/ui/generic/template/themes/sap_horizon/ObjectPage.less +6 -0
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_dark/ObjectPage.less +6 -0
package/package.json
CHANGED
package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/ControllerImplementation.js
CHANGED
|
@@ -1050,7 +1050,11 @@ sap.ui.define(["sap/fe/navigation/SelectionVariant",
|
|
|
1050
1050
|
oState.oIappStateHandler.fnStoreCurrentAppStateAndAdjustURL();
|
|
1051
1051
|
},
|
|
1052
1052
|
onAfterApplyTableVariant: function() {
|
|
1053
|
-
|
|
1053
|
+
// Wait until the previous invocation of storing the app state is completed.
|
|
1054
|
+
// Then, proceed with storing the current app state.
|
|
1055
|
+
setTimeout(function () {
|
|
1056
|
+
oState.oIappStateHandler.fnStoreCurrentAppStateAndAdjustURL();
|
|
1057
|
+
}, 0);
|
|
1054
1058
|
},
|
|
1055
1059
|
onAfterChartVariantSave: function(ev) {
|
|
1056
1060
|
oState.oIappStateHandler.fnStoreCurrentAppStateAndAdjustURL();
|
|
@@ -43,7 +43,7 @@ CLEAR_FILTERS_ALL=Nulstil alle
|
|
|
43
43
|
|
|
44
44
|
GO_FILTERS=Start
|
|
45
45
|
|
|
46
|
-
SHOW_ON_FILTER_BAR=Vis p\u00E5
|
|
46
|
+
SHOW_ON_FILTER_BAR=Vis p\u00E5 filterlinje
|
|
47
47
|
|
|
48
48
|
VISUAL_FILTER_FILTERS=Tilpas filtre
|
|
49
49
|
|
|
@@ -57,7 +57,7 @@ VISUAL_FILTER_CHART_TYPES=Diagramtyper
|
|
|
57
57
|
|
|
58
58
|
VISUAL_FILTER_CHART_TYPE_BAR=Bj\u00E6lkediagram
|
|
59
59
|
|
|
60
|
-
VISUAL_FILTER_CHART_TYPE_Line=
|
|
60
|
+
VISUAL_FILTER_CHART_TYPE_Line=Linjediagram
|
|
61
61
|
|
|
62
62
|
VISUAL_FILTER_CHART_TYPE_Donut=Kransediagram
|
|
63
63
|
|
|
@@ -206,9 +206,9 @@ NODATA_ADAPTFILTERDIALOG=Keine Daten
|
|
|
206
206
|
|
|
207
207
|
|
|
208
208
|
|
|
209
|
-
NODATA_SMARTCHART_ALP=
|
|
209
|
+
NODATA_SMARTCHART_ALP=Nehmen Sie Ihre Filtereinstellungen vor, und w\u00E4hlen Sie "Start".
|
|
210
210
|
|
|
211
|
-
NODATA_SMARTTABLE_ALP=
|
|
211
|
+
NODATA_SMARTTABLE_ALP=Nehmen Sie Ihre Filtereinstellungen vor, und w\u00E4hlen Sie "Start".
|
|
212
212
|
|
|
213
213
|
MESSAGE_MULTIPLE_VALUES_L_FORM=Einige Filter sind f\u00FCr Tab "{1}" ({0}) nicht relevant. Sie haben hat keinen Einfluss auf die Ergebnisse.
|
|
214
214
|
|
|
@@ -206,9 +206,9 @@ NODATA_ADAPTFILTERDIALOG=\uB370\uC774\uD130 \uC5C6\uC74C
|
|
|
206
206
|
|
|
207
207
|
|
|
208
208
|
|
|
209
|
-
NODATA_SMARTCHART_ALP=\uC2DC\uC791\uD558\uB824\uBA74 \uAD00\uB828 \uD544\uD130\uB97C \
|
|
209
|
+
NODATA_SMARTCHART_ALP=\uC2DC\uC791\uD558\uB824\uBA74 \uAD00\uB828 \uD544\uD130\uB97C \uC124\uC815\uD558\uACE0 "\uC2E4\uD589"\uC744 \uC120\uD0DD\uD558\uC2ED\uC2DC\uC624.
|
|
210
210
|
|
|
211
|
-
NODATA_SMARTTABLE_ALP=\uC2DC\uC791\uD558\uB824\uBA74 \uAD00\uB828 \uD544\uD130\uB97C \
|
|
211
|
+
NODATA_SMARTTABLE_ALP=\uC2DC\uC791\uD558\uB824\uBA74 \uAD00\uB828 \uD544\uD130\uB97C \uC124\uC815\uD558\uACE0 "\uC2E4\uD589"\uC744 \uC120\uD0DD\uD558\uC2ED\uC2DC\uC624.
|
|
212
212
|
|
|
213
213
|
MESSAGE_MULTIPLE_VALUES_L_FORM=\uC77C\uBD80 \uD544\uD130\uAC00 \uD0ED "{1}"({0})\uACFC(\uC640) \uAD00\uB828\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uC774\uB7EC\uD55C \uD544\uD130\uB97C \uC124\uC815\uD574\uB3C4 \uACB0\uACFC\uC5D0\uB294 \uC601\uD5A5\uC744 \uC8FC\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
|
|
214
214
|
|
|
@@ -61,7 +61,7 @@ MESSAGE_MULTIPLE_VALUES_S_FORM=Sie k\u00F6nnen folgende Filter nicht auf der Reg
|
|
|
61
61
|
|
|
62
62
|
OBJECT_NOT_EDITABLE=Dieses Objekt kann nicht bearbeitet werden.
|
|
63
63
|
|
|
64
|
-
NODATA_SMARTTABLE_LR=
|
|
64
|
+
NODATA_SMARTTABLE_LR=Nehmen Sie Ihre Filtereinstellungen vor, und w\u00E4hlen Sie "Start".
|
|
65
65
|
|
|
66
66
|
|
|
67
67
|
CANCEL_AND_DISCARD=M\u00F6chten Sie diesen Entwurf verwerfen?
|
|
@@ -61,7 +61,7 @@ MESSAGE_MULTIPLE_VALUES_S_FORM=Ne mo\u017Eete upotrijebiti sljede\u0107e filtere
|
|
|
61
61
|
|
|
62
62
|
OBJECT_NOT_EDITABLE=Ovaj objekt nije mogu\u0107e urediti.
|
|
63
63
|
|
|
64
|
-
NODATA_SMARTTABLE_LR=Za pokretanje postavite
|
|
64
|
+
NODATA_SMARTTABLE_LR=Za pokretanje postavite relevantne filtre i izaberite "Idi".
|
|
65
65
|
|
|
66
66
|
|
|
67
67
|
CANCEL_AND_DISCARD=\u017Delite li odbaciti ovaj nacrt?
|
|
@@ -61,7 +61,7 @@ MESSAGE_MULTIPLE_VALUES_S_FORM="{1}" \uD0ED\uC5D0\uC11C \uB2E4\uC74C \uD544\uD13
|
|
|
61
61
|
|
|
62
62
|
OBJECT_NOT_EDITABLE=\uC774 \uC624\uBE0C\uC81D\uD2B8\uB97C \uD3B8\uC9D1\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.
|
|
63
63
|
|
|
64
|
-
NODATA_SMARTTABLE_LR=\uC2DC\uC791\uD558\uB824\uBA74 \uAD00\uB828 \uD544\uD130\uB97C \
|
|
64
|
+
NODATA_SMARTTABLE_LR=\uC2DC\uC791\uD558\uB824\uBA74 \uAD00\uB828 \uD544\uD130\uB97C \uC124\uC815\uD558\uACE0 "\uC2E4\uD589"\uC744 \uC120\uD0DD\uD558\uC2ED\uC2DC\uC624.
|
|
65
65
|
|
|
66
66
|
|
|
67
67
|
CANCEL_AND_DISCARD=\uC774 \uB4DC\uB798\uD504\uD2B8\uB97C \uBB34\uC2DC\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?
|
|
@@ -74,7 +74,7 @@ DELETE=\uC0AD\uC81C
|
|
|
74
74
|
|
|
75
75
|
OBJECT_SAVED=\uBCC0\uACBD \uB0B4\uC6A9\uC774 \uC800\uC7A5\uB418\uC5C8\uC2B5\uB2C8\uB2E4.
|
|
76
76
|
|
|
77
|
-
OBJECT_NOT_MODIFIED=\uBCC0\uACBD\
|
|
77
|
+
OBJECT_NOT_MODIFIED=\uBCC0\uACBD\uC0AC\uD56D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.
|
|
78
78
|
|
|
79
79
|
OBJECT_CREATED=\uC624\uBE0C\uC81D\uD2B8\uAC00 \uC0DD\uC131\uB418\uC5C8\uC2B5\uB2C8\uB2E4.
|
|
80
80
|
|
|
@@ -61,7 +61,7 @@ MESSAGE_MULTIPLE_VALUES_S_FORM=\u0E04\u0E38\u0E13\u0E44\u0E21\u0E48\u0E2A\u0E32\
|
|
|
61
61
|
|
|
62
62
|
OBJECT_NOT_EDITABLE=\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E41\u0E01\u0E49\u0E44\u0E02\u0E2D\u0E2D\u0E1A\u0E40\u0E08\u0E04\u0E19\u0E35\u0E49\u0E44\u0E14\u0E49
|
|
63
63
|
|
|
64
|
-
NODATA_SMARTTABLE_LR=\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E40\u0E23\u0E34\u0E48\u0E21 \u0E43\u0E2B\u0E49\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E40\u0E01\u0E35\u0E48\u0E22\u0E27\u0E02\u0E49\u0E2D\u0E07\u0E41\u0E25\
|
|
64
|
+
NODATA_SMARTTABLE_LR=\u0E40\u0E21\u0E37\u0E48\u0E2D\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19 \u0E43\u0E2B\u0E49\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E17\u0E35\u0E48\u0E40\u0E01\u0E35\u0E48\u0E22\u0E27\u0E02\u0E49\u0E2D\u0E07\u0E41\u0E25\u0E49\u0E27\u0E40\u0E25\u0E37\u0E2D\u0E01 "\u0E44\u0E1B"
|
|
65
65
|
|
|
66
66
|
|
|
67
67
|
CANCEL_AND_DISCARD=\u0E04\u0E38\u0E13\u0E15\u0E49\u0E2D\u0E07\u0E01\u0E32\u0E23\u0E25\u0E30\u0E17\u0E34\u0E49\u0E07\u0E41\u0E1A\u0E1A\u0E23\u0E48\u0E32\u0E07\u0E19\u0E35\u0E49\u0E2B\u0E23\u0E37\u0E2D\u0E44\u0E21\u0E48?
|
|
@@ -99,7 +99,8 @@
|
|
|
99
99
|
rowSelectionChange="._templateEventHandlers.onSelectionChange"
|
|
100
100
|
beforeOpenContextMenu="._templateEventHandlers.beforeOpenContextMenu($event, '{smartControlId>id}')"
|
|
101
101
|
enableColumnFreeze="true" enableCellFilter="true"
|
|
102
|
-
rowActionCount="{parts: [{path: 'entitySet>'}, {path: 'parameter>/settings/subPages/'}, {path: 'parameter>/manifest/'}, {path: 'parameter>/settings/'}], formatter: 'AH.getRowActionCountForListReport'}"
|
|
102
|
+
rowActionCount="{parts: [{path: 'entitySet>'}, {path: 'parameter>/settings/subPages/'}, {path: 'parameter>/manifest/'}, {path: 'parameter>/settings/'}], formatter: 'AH.getRowActionCountForListReport'}"
|
|
103
|
+
scrollThreshold="300">
|
|
103
104
|
<template:with path="entitySet>" var="listEntitySet">
|
|
104
105
|
<core:Fragment fragmentName="sap.suite.ui.generic.template.listTemplates.fragments.SmartTableUiTableCommons" type="XML"/>
|
|
105
106
|
</template:with>
|
|
@@ -128,7 +129,8 @@
|
|
|
128
129
|
class="{path: 'parameter>/settings/condensedTableLayout', formatter: 'AHListReport.setSizeCondensedCssClass'}"
|
|
129
130
|
rowSelectionChange="._templateEventHandlers.onSelectionChange"
|
|
130
131
|
beforeOpenContextMenu="._templateEventHandlers.beforeOpenContextMenu($event, '{smartControlId>id}')"
|
|
131
|
-
rowActionCount="{parts: [{path: 'entitySet>'}, {path: 'parameter>/settings/subPages/'}, {path: 'parameter>/manifest/'}, {path: 'parameter>/settings/'}], formatter: 'AH.getRowActionCountForListReport'}"
|
|
132
|
+
rowActionCount="{parts: [{path: 'entitySet>'}, {path: 'parameter>/settings/subPages/'}, {path: 'parameter>/manifest/'}, {path: 'parameter>/settings/'}], formatter: 'AH.getRowActionCountForListReport'}"
|
|
133
|
+
scrollThreshold="300">
|
|
132
134
|
<template:with path="entitySet>" var="listEntitySet">
|
|
133
135
|
<core:Fragment fragmentName="sap.suite.ui.generic.template.listTemplates.fragments.SmartTableUiTableCommons" type="XML"/>
|
|
134
136
|
</template:with>
|
|
@@ -159,7 +161,8 @@
|
|
|
159
161
|
rowSelectionChange="._templateEventHandlers.onSelectionChange"
|
|
160
162
|
beforeOpenContextMenu="._templateEventHandlers.beforeOpenContextMenu($event, '{smartControlId>id}')"
|
|
161
163
|
enableColumnFreeze="true" enableCellFilter="true"
|
|
162
|
-
rowActionCount="{parts: [{path: 'entitySet>'}, {path: 'parameter>/settings/subPages/'}, {path: 'parameter>/manifest/'}, {path: 'parameter>/settings/'}], formatter: 'AH.getRowActionCountForListReport'}"
|
|
164
|
+
rowActionCount="{parts: [{path: 'entitySet>'}, {path: 'parameter>/settings/subPages/'}, {path: 'parameter>/manifest/'}, {path: 'parameter>/settings/'}], formatter: 'AH.getRowActionCountForListReport'}"
|
|
165
|
+
scrollThreshold="300">
|
|
163
166
|
<template:with path="entitySet>" var="listEntitySet">
|
|
164
167
|
<core:Fragment fragmentName="sap.suite.ui.generic.template.listTemplates.fragments.SmartTableUiTableCommons" type="XML"/>
|
|
165
168
|
</template:with>
|
|
@@ -98,18 +98,30 @@ sap.ui.define([
|
|
|
98
98
|
|
|
99
99
|
var oLinksPromise;
|
|
100
100
|
var bHasRelatedAppSettings = oRelatedAppsSettings && Object.keys(oRelatedAppsSettings).length > 0;
|
|
101
|
+
|
|
102
|
+
|
|
101
103
|
if (bHasRelatedAppSettings) {
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
104
|
+
// Create a set to hold string data types
|
|
105
|
+
const oSemanticObjectSet = new Set();
|
|
106
|
+
|
|
107
|
+
// Add the current semantic object into the set
|
|
108
|
+
oSemanticObjectSet.add(sCurrentSemObj);
|
|
109
|
+
|
|
110
|
+
// Iterate through oRelatedAppSettings and add all related apps into the set
|
|
111
|
+
for (const sKey in oRelatedAppsSettings) {
|
|
112
|
+
if (oRelatedAppsSettings.hasOwnProperty(sKey)) {
|
|
113
|
+
const sSemanticObject = oRelatedAppsSettings[sKey].semanticObject;
|
|
114
|
+
oSemanticObjectSet.add(sSemanticObject); // Set will handle duplicates
|
|
111
115
|
}
|
|
112
116
|
}
|
|
117
|
+
|
|
118
|
+
// Create an array from the set
|
|
119
|
+
let aSemanticObjects = Array.from(oSemanticObjectSet);
|
|
120
|
+
|
|
121
|
+
// Use the map method to convert the array of strings into an array of objects
|
|
122
|
+
aSemanticObjects = aSemanticObjects.map(sSemObj => ({ semanticObject: sSemObj }));
|
|
123
|
+
|
|
124
|
+
// aSemanticObjects now contains the desired format
|
|
113
125
|
oLinksPromise = oNavigationService.getLinks(aSemanticObjects);
|
|
114
126
|
} else {
|
|
115
127
|
var oAppComponent = oController.getOwnerComponent().getAppComponent();
|
|
@@ -192,6 +192,6 @@ REQUIRED_PROP_ERROR=\u0623\u062F\u062E\u0644 \u0642\u064A\u0645\u0629.
|
|
|
192
192
|
REQUIRED_PROP_COLUMN_HIDDEN_ERROR=\u064A\u062D\u062A\u0648\u064A \u0627\u0644\u062C\u062F\u0648\u0644 \u0639\u0644\u0649 \u0623\u062E\u0637\u0627\u0621. {0} \u0647\u064A \u0642\u064A\u0645\u0629 \u0645\u0637\u0644\u0648\u0628\u0629 \u0648\u0644\u0643\u0646 \u0644\u0627 \u064A\u062A\u0645 \u0639\u0631\u0636\u0647\u0627 \u0641\u064A \u0627\u0644\u062C\u062F\u0648\u0644. \u064A\u0631\u062C\u0649 \u0625\u0636\u0627\u0641\u062A\u0647\u0627 \u0641\u064A \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0631\u0636.
|
|
193
193
|
REQUIRED_PROP_COLUMN_HIDDEN_ERROR_PLURAL=\u064A\u062D\u062A\u0648\u064A \u0627\u0644\u062C\u062F\u0648\u0644 \u0639\u0644\u0649 \u0623\u062E\u0637\u0627\u0621. {0} \u0647\u064A \u0642\u064A\u0645 \u0645\u0637\u0644\u0648\u0628\u0629 \u0648\u0644\u0643\u0646 \u0644\u0627 \u064A\u062A\u0645 \u0639\u0631\u0636\u0647\u0627 \u0641\u064A \u0627\u0644\u062C\u062F\u0648\u0644. \u064A\u0631\u062C\u0649 \u0625\u0636\u0627\u0641\u062A\u0647\u0627 \u0641\u064A \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u0627\u0644\u0639\u0631\u0636.
|
|
194
194
|
|
|
195
|
-
T_PAGINATOR_CONTROL_PAGINATOR_TOOLTIP_UP=\u0627\u0644\
|
|
195
|
+
T_PAGINATOR_CONTROL_PAGINATOR_TOOLTIP_UP=\u0627\u0644\u0635\u0646\u0641 \u0627\u0644\u0633\u0627\u0628\u0642
|
|
196
196
|
|
|
197
|
-
T_PAGINATOR_CONTROL_PAGINATOR_TOOLTIP_DOWN=\u0627\u0644\
|
|
197
|
+
T_PAGINATOR_CONTROL_PAGINATOR_TOOLTIP_DOWN=\u0627\u0644\u0635\u0646\u0641 \u0627\u0644\u062A\u0627\u0644\u064A
|
|
@@ -39,7 +39,7 @@ SAVE_DRAFT_MESSAGE_TEXT=Aplicar modificaciones a la versi\u00F3n guardada.
|
|
|
39
39
|
|
|
40
40
|
KEEP_DRAFT_MESSAGE_TEXT=Solo usted puede ver las modificaciones y no tienen efecto en los procesos y funciones dependientes.
|
|
41
41
|
|
|
42
|
-
DISCARD_DRAFT_MESSAGE_TEXT=Se perder\u00E1n
|
|
42
|
+
DISCARD_DRAFT_MESSAGE_TEXT=Se perder\u00E1n todas las modificaciones.
|
|
43
43
|
|
|
44
44
|
RESUME=Continuar
|
|
45
45
|
|
|
@@ -97,7 +97,7 @@ CANCEL_AND_DISCARD_ND=\u00BFDesea descartar este objeto?
|
|
|
97
97
|
|
|
98
98
|
DISCARD=Rechazar
|
|
99
99
|
|
|
100
|
-
DELETE=
|
|
100
|
+
DELETE=Borrar
|
|
101
101
|
|
|
102
102
|
LOCKED_OBJECT_POPOVER_TITLE=Bloqueado
|
|
103
103
|
|
|
@@ -157,9 +157,9 @@ HIDE_SIDE_CONTENT=Ocultar detalles
|
|
|
157
157
|
|
|
158
158
|
DELETE_SELECTED_ITEM=\u00BFDesea eliminar el elemento?
|
|
159
159
|
|
|
160
|
-
DELETE_SELECTED_ITEM_WITH_OBJECTINFO=\
|
|
160
|
+
DELETE_SELECTED_ITEM_WITH_OBJECTINFO=\u00BFBorrar el elemento {1} ({2})?
|
|
161
161
|
|
|
162
|
-
DELETE_SELECTED_ITEM_WITH_OBJECTTITLE=\
|
|
162
|
+
DELETE_SELECTED_ITEM_WITH_OBJECTTITLE=\u00BFBorrar el elemento {0}?
|
|
163
163
|
|
|
164
164
|
DELETE_SELECTED_ITEMS=\u00BFDesea eliminar los elementos seleccionados?
|
|
165
165
|
|
|
@@ -140,7 +140,7 @@ ITEM_CREATED=\uD56D\uBAA9 \uC0DD\uC131\uB428
|
|
|
140
140
|
|
|
141
141
|
WAITING_SMARTTABLE=\uB370\uC774\uD130\uB97C \uB85C\uB4DC\uD558\uB294 \uB3D9\uC548 \uAE30\uB2E4\uB824\uC8FC\uC2ED\uC2DC\uC624...
|
|
142
142
|
|
|
143
|
-
OBJECT_NOT_MODIFIED=\uBCC0\uACBD\
|
|
143
|
+
OBJECT_NOT_MODIFIED=\uBCC0\uACBD\uC0AC\uD56D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.
|
|
144
144
|
|
|
145
145
|
OBJECT_CREATED=\uC624\uBE0C\uC81D\uD2B8\uAC00 \uC0DD\uC131\uB418\uC5C8\uC2B5\uB2C8\uB2E4.
|
|
146
146
|
|
|
@@ -37,7 +37,7 @@ CREATE_DRAFT_MESSAGE_TEXT=\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E2D\u0E2D\u0E1A\u0E40
|
|
|
37
37
|
|
|
38
38
|
SAVE_DRAFT_MESSAGE_TEXT=\u0E19\u0E33\u0E01\u0E32\u0E23\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07\u0E44\u0E1B\u0E43\u0E0A\u0E49\u0E01\u0E31\u0E1A\u0E40\u0E27\u0E2D\u0E23\u0E4C\u0E0A\u0E31\u0E19\u0E17\u0E35\u0E48\u0E40\u0E01\u0E47\u0E1A\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01
|
|
39
39
|
|
|
40
|
-
KEEP_DRAFT_MESSAGE_TEXT=\u0E40\
|
|
40
|
+
KEEP_DRAFT_MESSAGE_TEXT=\u0E01\u0E32\u0E23\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07\u0E08\u0E30\u0E1B\u0E23\u0E32\u0E01\u0E0F\u0E43\u0E2B\u0E49\u0E04\u0E38\u0E13\u0E40\u0E2B\u0E47\u0E19\u0E40\u0E17\u0E48\u0E32\u0E19\u0E31\u0E49\u0E19\u0E41\u0E25\u0E30\u0E44\u0E21\u0E48\u0E21\u0E35\u0E1C\u0E25\u0E15\u0E48\u0E2D\u0E01\u0E23\u0E30\u0E1A\u0E27\u0E19\u0E01\u0E32\u0E23\u0E41\u0E25\u0E30\u0E1F\u0E31\u0E07\u0E01\u0E4C\u0E0A\u0E31\u0E19\u0E17\u0E35\u0E48\u0E2A\u0E31\u0E21\u0E1E\u0E31\u0E19\u0E18\u0E4C\u0E01\u0E31\u0E19
|
|
41
41
|
|
|
42
42
|
DISCARD_DRAFT_MESSAGE_TEXT=\u0E01\u0E32\u0E23\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14\u0E08\u0E30\u0E2A\u0E39\u0E0D\u0E2B\u0E32\u0E22
|
|
43
43
|
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
<template:if test="{= ((${entityType>com.sap.vocabularies.UI.v1.HeaderInfo/Title/Value/Path} !== undefined ) || (${entityType>com.sap.vocabularies.UI.v1.HeaderInfo/Description/Value/Path} !== undefined )) }">
|
|
16
16
|
<sfo:SmartForm id="headerEditable::com.sap.vocabularies.UI.v1.HeaderInfo::Form"
|
|
17
17
|
editable="true"
|
|
18
|
-
class="sapSmartTemplatesSmartForm sapUxAPObjectPageSubSectionAlignContent"
|
|
18
|
+
class="sapSmartTemplatesSmartForm sapUxAPObjectPageSubSectionAlignContent sapSmartTemplatesObjectPageSubSectionGridSmartForm"
|
|
19
19
|
validationMode="Async"
|
|
20
20
|
flexEnabled="true">
|
|
21
21
|
<sfo:customData>
|
|
22
22
|
<core:CustomData key="defaultInputFieldDisplayBehaviour" value="descriptionAndId" />
|
|
23
|
-
<core:CustomData key="defaultDropDownDisplayBehaviour" value="descriptionOnly" />
|
|
23
|
+
<core:CustomData key="defaultDropDownDisplayBehaviour" value="descriptionOnly" />
|
|
24
24
|
<core:CustomData key="defaultTextInEditModeSource" value="ValueListNoValidation" />
|
|
25
25
|
<core:CustomData key="dateFormatSettings" value='\{"UTC":true,"style":"medium"\}' />
|
|
26
26
|
</sfo:customData>
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
<!-- Reference Facets in Header Facet -->
|
|
110
110
|
<template:if test="{parts: [{path: 'entitySet>name'}, {path: 'facet>'}, {path: 'manifestViewExtensions>'}], formatter: 'AH.extensionPointReplaceHeaderFacetExists' }" >
|
|
111
111
|
<template:then>
|
|
112
|
-
<layout:VerticalLayout id="header::{path: 'facet>', formatter: 'AH.getStableIdPartFromFacet'}::ReplaceReferenceExtensionEdit"
|
|
112
|
+
<layout:VerticalLayout id="header::{path: 'facet>', formatter: 'AH.getStableIdPartFromFacet'}::ReplaceReferenceExtensionEdit"
|
|
113
113
|
visible="{parts: [{path: 'entitySet>name'}, {path: 'facet>'}, {path: 'manifestViewExtensions>'}], formatter: 'AH.getVisibilityForExtensionPointReplaceHeaderFacet' }">
|
|
114
114
|
<core:ExtensionPoint name="ReplaceHeaderFacet|{entitySet>name}|{path: 'facet>' , formatter:'AH.getStableIdPartFromFacet'}" />
|
|
115
115
|
</layout:VerticalLayout>
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
id="{:= ${parameter>/stableId}.getStableId({type: 'ObjectPageSection', subType: 'BeforeSubSectionExtensionSubSection', sEntitySet: ${entitySet>name}, sFacet: ${subSection>additionalData/facetId}})}"
|
|
168
168
|
class="sapSmartTemplatesObjectPageSubSection"
|
|
169
169
|
title="{parts: [{path: 'entitySet>name'}, {path: 'subSection>additionalData/facetId'}, {path: 'manifestViewExtensions>'}], formatter: 'AH.getExtensionPointBeforeSubSectionTitle'}" titleLevel="H4">
|
|
170
|
-
<uxap:ObjectPageLazyLoader stashed="{subSection>additionalData/useViewLazyLoading}" id="{:= ${parameter>/stableId}.getStableId({type: 'ObjectPageSection', subType: 'BeforeSubSectionExtensionLazyloader', sEntitySet: ${entitySet>name}, sFacet: ${subSection>additionalData/facetId}})}">
|
|
170
|
+
<uxap:ObjectPageLazyLoader stashed="{subSection>additionalData/useViewLazyLoading}" id="{:= ${parameter>/stableId}.getStableId({type: 'ObjectPageSection', subType: 'BeforeSubSectionExtensionLazyloader', sEntitySet: ${entitySet>name}, sFacet: ${subSection>additionalData/facetId}})}">
|
|
171
171
|
<core:ExtensionPoint name="BeforeSubSection|{entitySet>name}|{subSection>additionalData/facetId}"/>
|
|
172
172
|
</uxap:ObjectPageLazyLoader>
|
|
173
173
|
</uxap:ObjectPageSubSection>
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
<template:then>
|
|
177
177
|
<uxap:ObjectPageSubSection id="ReplaceSubSection::{entitySet>name}::{subSection>additionalData/facetId}::SubSection" class="sapSmartTemplatesObjectPageSubSection"
|
|
178
178
|
title="{parts: [{path: 'entitySet>name'}, {path: 'subSection>additionalData/facetId'}, {path: 'manifestViewExtensions>'}], formatter: 'AH.getExtensionPointReplaceSubSectionTitle'}" titleLevel="H4">
|
|
179
|
-
<uxap:ObjectPageLazyLoader stashed="{subSection>additionalData/useViewLazyLoading}" id="{:= ${parameter>/stableId}.getStableId({type: 'ObjectPageSection', subType: 'ReplaceSubSectionExtensionLazyloader', sEntitySet: ${entitySet>name}, sFacet: ${subSection>additionalData/facetId}})}">
|
|
179
|
+
<uxap:ObjectPageLazyLoader stashed="{subSection>additionalData/useViewLazyLoading}" id="{:= ${parameter>/stableId}.getStableId({type: 'ObjectPageSection', subType: 'ReplaceSubSectionExtensionLazyloader', sEntitySet: ${entitySet>name}, sFacet: ${subSection>additionalData/facetId}})}">
|
|
180
180
|
<core:ExtensionPoint name="ReplaceSubSection|{entitySet>name}|{subSection>additionalData/facetId}"/>
|
|
181
181
|
</uxap:ObjectPageLazyLoader>
|
|
182
182
|
</uxap:ObjectPageSubSection>
|
|
@@ -190,9 +190,9 @@
|
|
|
190
190
|
<uxap:blocks>
|
|
191
191
|
<uxap:ObjectPageLazyLoader stashed="{subSection>additionalData/useViewLazyLoading}" id="{:= ${parameter>/stableId}.getStableId({type:'ObjectPage', subType:'SubSectionLazyLoader', sFacet: ${subSection>additionalData/facetId}})}">
|
|
192
192
|
<!-- ReplaceFacet extension rather relates to sections. So it should be better handled directly on section level - unfortunately, we create section+subSection for extension.
|
|
193
|
-
As ExtensionPoint itself does not know about the aggregations of SubSection, we can only put it in the default aggregation (blocks).
|
|
193
|
+
As ExtensionPoint itself does not know about the aggregations of SubSection, we can only put it in the default aggregation (blocks).
|
|
194
194
|
Maybe it would be better to analyze usage at templating time and also skip other aggregations (moreBlocks and actions)
|
|
195
|
-
=> Better do corresponding analysis in templateSpecificPreparationHelper.
|
|
195
|
+
=> Better do corresponding analysis in templateSpecificPreparationHelper.
|
|
196
196
|
|
|
197
197
|
-->
|
|
198
198
|
<core:ExtensionPoint name="ReplaceFacet|{entitySet>name}|{section>additionalData/facetId}">
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
breakpointChanged="._templateEventHandlers.sideContentBreakpointChanged">
|
|
210
210
|
<layout:mainContent>
|
|
211
211
|
<template:repeat list="{subSection>blocks}" var="block">
|
|
212
|
-
<!-- temporary:
|
|
212
|
+
<!-- temporary:
|
|
213
213
|
no need to recreate the old variable thirdLevelFacet, as we directly remove all usages
|
|
214
214
|
however, recreate variables facet that might be used inside Facet fragment -->
|
|
215
215
|
<template:with path="subSection>" var="subSectionData">
|
|
@@ -227,13 +227,13 @@
|
|
|
227
227
|
</template:then>
|
|
228
228
|
<template:else>
|
|
229
229
|
<template:repeat list="{subSection>blocks}" var="block">
|
|
230
|
-
<!-- temporary:
|
|
230
|
+
<!-- temporary:
|
|
231
231
|
no need to recreate the old variable thirdLevelFacet, as we directly remove all usages
|
|
232
|
-
however, recreate variables facet that might be used inside Facet fragment
|
|
233
|
-
be aware of ambiguity:
|
|
232
|
+
however, recreate variables facet that might be used inside Facet fragment
|
|
233
|
+
be aware of ambiguity:
|
|
234
234
|
- in case of SmartForm, facet is not defined here (there is no single facet defining the block, but it's rather defined by collecting all reference facets pointing to fieldgroups)
|
|
235
235
|
- in other cases (lineItem, chart) facet points to the one reference facet defining the block
|
|
236
|
-
=> should be better moved to Facet fragment, where these cases are differentiated
|
|
236
|
+
=> should be better moved to Facet fragment, where these cases are differentiated
|
|
237
237
|
-->
|
|
238
238
|
<template:with path="subSection>" var="subSectionData">
|
|
239
239
|
<template:with path="block>metaModelPath" helper="AH.getMetaModelBinding" var="facet">
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
</template:else>
|
|
245
245
|
</template:if>
|
|
246
246
|
</core:ExtensionPoint>
|
|
247
|
-
</uxap:ObjectPageLazyLoader>
|
|
247
|
+
</uxap:ObjectPageLazyLoader>
|
|
248
248
|
</uxap:blocks>
|
|
249
249
|
|
|
250
250
|
<template:if test="{subSection>moreBlocks/length}">
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1"
|
|
3
3
|
template:require="{AH: 'sap/suite/ui/generic/template/js/AnnotationHelper', AHStableId: 'sap/suite/ui/generic/template/js/StableIdHelper', AHModel: 'sap/ui/model/odata/AnnotationHelper'}">
|
|
4
4
|
|
|
5
|
-
<!-- @classdesc @name: Name: sap.suite.ui.generic.template.ObjectPage.view.fragments.SmartForm.fragment.xml
|
|
6
|
-
@param {Object} [block] structured object. Needed properties: controlProperties.id,
|
|
7
|
-
aggregation.groups[] (Array of groups to be put into the smartform. Each
|
|
8
|
-
entry should have a property metaModelPath, containing the path in the metaModel
|
|
5
|
+
<!-- @classdesc @name: Name: sap.suite.ui.generic.template.ObjectPage.view.fragments.SmartForm.fragment.xml
|
|
6
|
+
@param {Object} [block] structured object. Needed properties: controlProperties.id,
|
|
7
|
+
aggregation.groups[] (Array of groups to be put into the smartform. Each
|
|
8
|
+
entry should have a property metaModelPath, containing the path in the metaModel
|
|
9
9
|
of the corresponding referenceFacet.) -->
|
|
10
10
|
|
|
11
11
|
<sfo:SmartForm
|
|
12
12
|
id="{block>controlProperties/id}"
|
|
13
13
|
editable="{ui>/editable}"
|
|
14
|
-
class="sapSmartTemplatesSmartForm sapUxAPObjectPageSubSectionAlignContent"
|
|
14
|
+
class="sapSmartTemplatesSmartForm sapUxAPObjectPageSubSectionAlignContent sapSmartTemplatesObjectPageSubSectionGridSmartForm"
|
|
15
15
|
flexEnabled="true" validationMode="Async">
|
|
16
16
|
<sfo:semanticObjectController>
|
|
17
17
|
<core:Fragment fragmentName="sap.suite.ui.generic.template.fragments.SemanticObjectControllerForDataField" type="XML"/>
|
|
@@ -141,7 +141,8 @@
|
|
|
141
141
|
visibleRowCountMode="Auto" enableColumnReordering="true"
|
|
142
142
|
rowSelectionChange="._templateEventHandlers.onSelectionChange"
|
|
143
143
|
beforeOpenContextMenu="._templateEventHandlers.beforeOpenContextMenu($event, '{smartControlId>id}')"
|
|
144
|
-
enableColumnFreeze="true" enableCellFilter="true" rowActionCount="{= ${parts: [ {path: 'listEntitySet>'}, {path: 'parameter>/settings/subPages/'}, {path: 'parameter>/manifest'}, {path: 'facet>Target/AnnotationPath'},{path: 'parameter>/isDraftEnabled'}], formatter: 'AH.getRowActionCountForDetailPage'}}"
|
|
144
|
+
enableColumnFreeze="true" enableCellFilter="true" rowActionCount="{= ${parts: [ {path: 'listEntitySet>'}, {path: 'parameter>/settings/subPages/'}, {path: 'parameter>/manifest'}, {path: 'facet>Target/AnnotationPath'},{path: 'parameter>/isDraftEnabled'}], formatter: 'AH.getRowActionCountForDetailPage'}}"
|
|
145
|
+
scrollThreshold="300">
|
|
145
146
|
<core:Fragment fragmentName="sap.suite.ui.generic.template.ObjectPage.view.fragments.SmartTableUiTableCommons" type="XML"/>
|
|
146
147
|
<table:columns>
|
|
147
148
|
<core:ExtensionPoint name="AnalyticalTableColumnsExtension|{listEntitySet>name}|{path: 'facet>', formatter: 'AH.getStableIdPartFromFacet'}" />
|
|
@@ -157,7 +158,8 @@
|
|
|
157
158
|
visibleRowCountMode="Auto"
|
|
158
159
|
rowSelectionChange="._templateEventHandlers.onSelectionChange"
|
|
159
160
|
beforeOpenContextMenu="._templateEventHandlers.beforeOpenContextMenu($event, '{smartControlId>id}')"
|
|
160
|
-
rowActionCount="{= ({parts: [{path: 'listEntitySet>'}, {path: 'parameter>/settings/subPages/'}], formatter: 'AH.hasSubObjectPage'} ? 1 : 0 )}"
|
|
161
|
+
rowActionCount="{= ({parts: [{path: 'listEntitySet>'}, {path: 'parameter>/settings/subPages/'}], formatter: 'AH.hasSubObjectPage'} ? 1 : 0 )}"
|
|
162
|
+
scrollThreshold="300">
|
|
161
163
|
<core:Fragment fragmentName="sap.suite.ui.generic.template.ObjectPage.view.fragments.SmartTableUiTableCommons" type="XML"/>
|
|
162
164
|
<table:columns>
|
|
163
165
|
<core:ExtensionPoint name="TreeTableColumnsExtension|{listEntitySet>name}|{path: 'facet>', formatter: 'AH.getStableIdPartFromFacet'}"/>
|
|
@@ -174,7 +176,8 @@
|
|
|
174
176
|
rowSelectionChange="._templateEventHandlers.onSelectionChange"
|
|
175
177
|
beforeOpenContextMenu="._templateEventHandlers.beforeOpenContextMenu($event, '{smartControlId>id}')"
|
|
176
178
|
enableColumnFreeze="true" enableCellFilter="true"
|
|
177
|
-
rowActionCount="{= ${parts: [ {path: 'listEntitySet>'}, {path: 'parameter>/settings/subPages/'},{path: 'parameter>/manifest'}, {path: 'facet>Target/AnnotationPath'},{path: 'parameter>/isDraftEnabled'}], formatter: 'AH.getRowActionCountForDetailPage'}}"
|
|
179
|
+
rowActionCount="{= ${parts: [ {path: 'listEntitySet>'}, {path: 'parameter>/settings/subPages/'},{path: 'parameter>/manifest'}, {path: 'facet>Target/AnnotationPath'},{path: 'parameter>/isDraftEnabled'}], formatter: 'AH.getRowActionCountForDetailPage'}}"
|
|
180
|
+
scrollThreshold="300">
|
|
178
181
|
<core:Fragment fragmentName="sap.suite.ui.generic.template.ObjectPage.view.fragments.SmartTableUiTableCommons" type="XML"/>
|
|
179
182
|
<table:columns>
|
|
180
183
|
<core:ExtensionPoint name="GridTableColumnsExtension|{listEntitySet>name}|{path: 'facet>', formatter: 'AH.getStableIdPartFromFacet'}" />
|
|
@@ -15,7 +15,7 @@ QuickCreate_No_Created_Object=L'objet a \u00E9t\u00E9 cr\u00E9\u00E9 mais il est
|
|
|
15
15
|
|
|
16
16
|
QuickCreate_CreateButtonText=Cr\u00E9er
|
|
17
17
|
|
|
18
|
-
Error_Severity_Error=Erreur\: {0}\n\n
|
|
18
|
+
Error_Severity_Error=Erreur\u00A0\: {0}\n\n
|
|
19
19
|
|
|
20
20
|
Error_Severity_Abort=Interruption\: {0}\n\n
|
|
21
21
|
|