@sapui5/sap.suite.ui.generic.template 1.108.13 → 1.108.15
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/ListReport/controller/IappStateHandler.js +3 -3
- package/src/sap/suite/ui/generic/template/lib/AppComponent.js +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ar.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_bg.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ca.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cs.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cy.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_da.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_de.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_el.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_GB.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es_MX.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_et.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fi.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hi.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hr.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hu.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_id.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_it.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_iw.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ja.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_kk.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ko.properties +4 -4
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lt.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lv.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ms.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_nl.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_no.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pl.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt_PT.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ro.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ru.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sh.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sk.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sl.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sv.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_tr.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_uk.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_vi.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_CN.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_TW.properties +1 -1
- package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +1 -1
- package/src/sap/suite/ui/generic/template/lib/navigation/startupParameterHelper.js +2 -2
- package/src/sap/suite/ui/generic/template/library.js +1 -1
- package/src/sap/suite/ui/generic/template/listTemplates/controller/IappStateHandler.js +3 -3
- package/src/sap/suite/ui/generic/template/listTemplates/semanticDateRangeTypeHelper.js +4 -2
- package/src/sap/suite/ui/generic/template/themes/base/ObjectPage.less +0 -4
package/package.json
CHANGED
|
@@ -509,7 +509,7 @@ sap.ui.define([
|
|
|
509
509
|
oController.modifyStartupExtension(oStartupObject);
|
|
510
510
|
|
|
511
511
|
if (oState.oSmartFilterbar.isCurrentVariantStandard()) {
|
|
512
|
-
oStartupObject.semanticDates = semanticDateRangeTypeHelper.addSemanticDateRangeDefaultValue(oSettings, oState.oSmartFilterbar, oStartupObject.semanticDates, oStartupObject.urlParameters || {});
|
|
512
|
+
oStartupObject.semanticDates = semanticDateRangeTypeHelper.addSemanticDateRangeDefaultValue(oSettings, oState.oSmartFilterbar, oStartupObject.semanticDates, oStartupObject.urlParameters || {}, oStartupObject.selectionVariant);
|
|
513
513
|
// Smart filter bar all the filters will be replaced by the one which are coming from oUiState build base of oSelectionVariant where the Semantic Date Default Values
|
|
514
514
|
// is missing and because of that the values are replaced. Hence adding the semantic Dates to oSelectionVariant as mentioned by the Smart Control Colleague in the mentioned BCP
|
|
515
515
|
oStartupObject.semanticDates.Dates.forEach(function(oSelectDateOption){
|
|
@@ -576,7 +576,7 @@ sap.ui.define([
|
|
|
576
576
|
|
|
577
577
|
|
|
578
578
|
// check for the default value if set on semantic data range
|
|
579
|
-
oStartupObject.semanticDates = semanticDateRangeTypeHelper.addSemanticDateRangeDefaultValue(oSettings, oState.oSmartFilterbar, oStartupObject.semanticDates || {}, oStartupObject.urlParameters);
|
|
579
|
+
oStartupObject.semanticDates = semanticDateRangeTypeHelper.addSemanticDateRangeDefaultValue(oSettings, oState.oSmartFilterbar, oStartupObject.semanticDates || {}, oStartupObject.urlParameters, oStartupObject.selectionVariant);
|
|
580
580
|
|
|
581
581
|
// Smart filter bar all the filters will be replaced by the one which are coming from oUiState build base of oSelectionVariant where the Semantic Date Default Values
|
|
582
582
|
// is missing and because of that the values are replaced. Hence adding the semantic Dates to oSelectionVariant as mentioned by the Smart Control Colleague in the mentioned BCP
|
|
@@ -632,7 +632,7 @@ sap.ui.define([
|
|
|
632
632
|
// then they will be replaced in the filterbar accordingly
|
|
633
633
|
oController.modifyStartupExtension(oStartupObject);
|
|
634
634
|
|
|
635
|
-
oStartupObject.semanticDates = semanticDateRangeTypeHelper.addSemanticDateRangeDefaultValue(oSettings, oState.oSmartFilterbar, oStartupObject.semanticDates, oStartupObject.urlParameters);
|
|
635
|
+
oStartupObject.semanticDates = semanticDateRangeTypeHelper.addSemanticDateRangeDefaultValue(oSettings, oState.oSmartFilterbar, oStartupObject.semanticDates, oStartupObject.urlParameters, oStartupObject.selectionVariant);
|
|
636
636
|
// Smart filter bar all the filters will be replaced by the one which are coming from oUiState build base of oSelectionVariant where the Semantic Date Default Values
|
|
637
637
|
// is missing and because of that the values are replaced. Hence adding the semantic Dates to oSelectionVariant as mentioned by the Smart Control Colleague in the mentioned BCP
|
|
638
638
|
oStartupObject.semanticDates.Dates.forEach(function(oSelectDateOption){
|
|
@@ -854,7 +854,7 @@ sap.ui.define([
|
|
|
854
854
|
* @extends sap.ui.core.UIComponent
|
|
855
855
|
* @abstract
|
|
856
856
|
* @author SAP SE
|
|
857
|
-
* @version 1.108.
|
|
857
|
+
* @version 1.108.15
|
|
858
858
|
* @name sap.suite.ui.generic.template.lib.AppComponent
|
|
859
859
|
*/
|
|
860
860
|
return UIComponent.extend("sap.suite.ui.generic.template.lib.AppComponent", {
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=\u0645\u0634\u0627\u0631\u0643\u0629 \u0625\u0644\u0649 Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=\
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=\u0625\u0636\u0627\u0641\u0629 \u0628\u0637\u0627\u0642\u0629 \u0625\u0644\u0649 \u0627\u0644\u0644\u0645\u062D\u0627\u062A \u0627\u0644\u0639\u0627\u0645\u0629
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=\u062D\u062F\u062F \u062B\u0644\u0627\u062B\u0629 \u062D\u0642\u0648\u0644 \u0641\u0642\u0637.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=\u0421\u043F\u043E\u0434\u0435\u043B\u044F\u043D\u0435 \u0432 Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=\u0414\u043E\u0431\u0430\u0432\u044F\u043D\u0435 \u043D\u0430 \u043A\u0430\u0440\u0442\u0430 \u043A\u044A\u043C \u0430\u043D\u0430\u043B\u0438\u0437\u0438
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=\u0414\u043E\u0431\u0430\u0432\u044F\u043D\u0435 \u043D\u0430 \u043A\u0430\u0440\u0442\u0430 \u043A\u044A\u043C \u0430\u043D\u0430\u043B\u0438\u0437\u0438
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0441\u0430\u043C\u043E \u0442\u0440\u0438 \u043F\u043E\u043B\u0435\u0442\u0430.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Compartir a Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=Afegir targeta a la informaci\u00F3
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=Afegir targeta a la informaci\u00F3
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Seleccioneu nom\u00E9s tres camps.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Sd\u00EDlet v Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=P\u0159idat kartu do anal\u00FDz
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=P\u0159idat kartu do anal\u00FDz
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Vyberte jen t\u0159i pole.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Rhannu i Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=Ychwanegu
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=Ychwanegu Cerdyn i'r Mewnwelediadau
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Dewiswch dri maes yn unig.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Del p\u00E5 Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=Tilf\u00F8j kort til analyser
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=Tilf\u00F8j kort til analyser
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=V\u00E6lg kun tre felter.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=In Microsoft Teams teilen
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=Karte zu
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=Karte zu Informationen hinzuf\u00FCgen
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Nur drei Felder ausw\u00E4hlen.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=\u039A\u03BF\u03B9\u03BD\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03C3\u03C4\u03BF Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=\u03A0\u03C1\u03BF\u03C3\u03B8\u03AE\u03BA\u03B7 \u039A\u03AC\u03C1\u03C4\u03B1\u03C2 \u03C3\u03C4\u03B9\u03C2 \u03A0\u03BB\u03B7\u03C1\u03BF\u03C6\u03BF\u03C1\u03AF\u03B5\u03C2
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03BC\u03CC\u03BD\u03BF \u03C4\u03C1\u03AF\u03B1 \u03C0\u03B5\u03B4\u03AF\u03B1.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Share to Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=Add
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=Add Card to Insights
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Select only three fields.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Share to Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=Add
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=Add Card to Insights
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Select only three fields.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Compartir en Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=Agregar tarjeta a informaci\u00F3n
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=Agregar tarjeta a informaci\u00F3n
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Seleccionar solo tres campos.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Jaga Microsoft Teamsis
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=Lisa kaart \u00FClevaadetesse
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=Lisa kaart \u00FClevaadetesse
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Valige ainult kolm v\u00E4lja.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Jaa Microsoft Teamsiin
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=Lis\u00E4\u00E4 kortti tiet\u00E4myksiin
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=Lis\u00E4\u00E4 kortti tiet\u00E4myksiin
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Valitse vain kolme kentt\u00E4\u00E4.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Microsoft Teams \u0915\u094B \u0938\u093E\u091D\u093E \u0915\u0930\u0947\u0902
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=\u0907\u0928\u0938\u093E\u0907\u091F \u0915\u0947 \u0932\u093F\u090F \u0915\u093E\u0930\u094D\u0921 \u091C\u094B\u0921\u093C\u0947\u0902
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=\u0907\u0928\u0938\u093E\u0907\u091F \u0915\u0947 \u0932\u093F\u090F \u0915\u093E\u0930\u094D\u0921 \u091C\u094B\u0921\u093C\u0947\u0902
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=\u0915\u0947\u0935\u0932 \u0924\u0940\u0928 \u095E\u0940\u0932\u094D\u0921 \u0915\u093E \u091A\u092F\u0928 \u0915\u0930\u0947\u0902.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Podijeli u Microsoft Teamsu
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=Dodaj karticu u uvide
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=Dodaj karticu u uvide
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Odaberite samo tri polja.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Megoszt\u00E1s a Microsoft Teamsen
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=K\u00E1rtya hozz\u00E1ad\
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=K\u00E1rtya hozz\u00E1ad\u00E1sa az elemz\u00E9sekhez
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Csak h\u00E1rom mez\u0151t v\u00E1lasszon ki.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Bagikan ke Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=Tambahkan
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=Tambahkan Kartu ke Wawasan
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Pilih tiga bidang saja.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Condividi in Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=Aggiungi scheda ad analisi
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=Aggiungi scheda ad analisi
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Selezionare solo tre campi.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=\u05E9\u05EA\u05E3 \u05DC-Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=\u05D4\u05D5\u05E1\u05E3 \u05DB\u05E8\u05D8\u05D9\u05E1 \u05DC\u05EA\u05D5\u05D1\u05E0\u05D5\u05EA
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=\u05D4\u05D5\u05E1\u05E3 \u05DB\u05E8\u05D8\u05D9\u05E1 \u05DC\u05EA\u05D5\u05D1\u05E0\u05D5\u05EA
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=\u05D1\u05D7\u05E8 \u05E9\u05DC\u05D5\u05E9\u05D4 \u05E9\u05D3\u05D5\u05EA \u05D1\u05DC\u05D1\u05D3.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Microsoft Teams \u3067\u5171\u6709
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=\u30AB\u30FC\u30C9\u3092\u30A4\u30F3\u30B5\u30A4\u30C8\u306B\u8FFD\u52A0
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=\u30AB\u30FC\u30C9\u3092\u30A4\u30F3\u30B5\u30A4\u30C8\u306B\u8FFD\u52A0
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=3 \u3064\u30D5\u30A3\u30FC\u30EB\u30C9\u306E\u307F\u3092\u9078\u629E\u3057\u307E\u3059\u3002
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Microsoft Teams \u0431\u0430\u0493\u0434\u0430\u0440\u043B\u0430\u043C\u0430\u0441\u044B\u043D\u0434\u0430 \u0431\u04E9\u043B\u0456\u0441\u0443
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=\u041A\u0430\u0440\u0442\u0430\u043D\u044B \u0442\u0430\u043B\u0434\u0430\u0443 \u043D\u04D9\u0442\u0438\u0436\u0435\u043B\u0435\u0440\u0456\u043D\u0435 \u049B\u043E\u0441\u0443
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=\u041A\u0430\u0440\u0442\u0430\u043D\u044B \u0442\u0430\u043B\u0434\u0430\u0443 \u043D\u04D9\u0442\u0438\u0436\u0435\u043B\u0435\u0440\u0456\u043D\u0435 \u049B\u043E\u0441\u0443
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=\u0422\u0435\u043A \u04AF\u0448 \u04E9\u0440\u0456\u0441\u0442\u0456 \u0442\u0430\u04A3\u0434\u0430\u04A3\u044B\u0437.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Microsoft Teams\uC5D0 \uACF5\uC720
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=\uC778\uC0AC\uC774\uD2B8\uC5D0 \uCE74\uB4DC
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=\uC778\uC0AC\uC774\uD2B8\uC5D0 \uCE74\uB4DC \uCD94\uAC00
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=\uC138 \uAC1C\uC758 \uD544\uB4DC\uB9CC \uC120\uD0DD\uD558\uC2ED\uC2DC\uC624.
|
|
70
70
|
|
|
@@ -168,7 +168,7 @@ ST_GENERIC_ERROR_IN_NAVIGATION=\uD0D0\uC0C9\uC774 \uC608\uC0C1\uB300\uB85C \uC79
|
|
|
168
168
|
|
|
169
169
|
ST_GENERIC_ERROR_IN_NAVIGATION_PROPERTY_MISSING=\uC8FC\uC11D {0}\uC5D0 \uD0D0\uC0C9 \uC18D\uC131\uC744 \uC785\uB825\uD558\uC2ED\uC2DC\uC624.
|
|
170
170
|
|
|
171
|
-
ST_GENERIC_ERROR_NAVIGATION_PROPERTY_NOT_CORRECT=\uC8FC\uC11D {1}\uC758 \uC18D\uC131
|
|
171
|
+
ST_GENERIC_ERROR_NAVIGATION_PROPERTY_NOT_CORRECT=\uC8FC\uC11D {1}\uC758 {0} \uC18D\uC131\uC774 \uC798\uBABB\uB418\uC5C8\uC2B5\uB2C8\uB2E4.
|
|
172
172
|
|
|
173
173
|
|
|
174
174
|
ST_GENERIC_FCL_FULLSCREEN=\uC804\uCCB4 \uD654\uBA74
|
|
@@ -183,13 +183,13 @@ ST_CARDS_INFO_POPUP_TITLE=\uC815\uBCF4
|
|
|
183
183
|
|
|
184
184
|
ST_CARDS_INFO_POPUP_Ok_BUTTON=\uD655\uC778
|
|
185
185
|
|
|
186
|
-
ST_CARDS_INFO_TEXT_1=\uB2E4\uC74C \uC911 \uD558\uB098\uC758 \uC0AC\uC720\uB85C \uCE74\uB4DC \uC0DD\uC131 \uBD88\uAC00\uB2A5
|
|
186
|
+
ST_CARDS_INFO_TEXT_1=\uB2E4\uC74C \uC911 \uD558\uB098\uC758 \uC0AC\uC720\uB85C \uCE74\uB4DC \uC0DD\uC131\uC774 \uBD88\uAC00\uB2A5\uD569\uB2C8\uB2E4.
|
|
187
187
|
|
|
188
188
|
ST_CARDS_INFO_TEXT_2=\u2022 \uC77C\uC790 \uBC94\uC704 \uD544\uD130 \uC801\uC6A9\uB428
|
|
189
189
|
|
|
190
190
|
ST_CARDS_INFO_TEXT_3=\u2022 \uD14C\uC774\uBE14 \uB808\uBCA8 \uD544\uD130 \uC801\uC6A9\uB428
|
|
191
191
|
|
|
192
|
-
ST_CARDS_INFO_TEXT_4=\u2022 \uD45C\uC2DC\uB41C \uD14C\uC774\uBE14 \uC5F4\uC774 \uCE74\uB4DC\uC5D0 \
|
|
192
|
+
ST_CARDS_INFO_TEXT_4=\u2022 \uD45C\uC2DC\uB41C \uD14C\uC774\uBE14 \uC5F4\uC774 \uCE74\uB4DC\uC5D0 \uD45C\uC2DC\uB418\uC9C0 \uC54A\uC74C
|
|
193
193
|
|
|
194
194
|
ST_CARDS_INFO_TEXT_5=\uC801\uC6A9\uB41C \uD544\uD130\uB97C \uC218\uC815\uD55C \uD6C4 \uB610\uB294 \uB2E4\uB978 \uD14C\uC774\uBE14 \uC138\uD2B8 \uC5F4\uC744 \uC0AC\uC6A9\uD558\uC5EC \uC7AC\uC2DC\uB3C4\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.
|
|
195
195
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Bendrinti \u201EMicrosoft Teams\u201C
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=Prid\u0117ti kortel\u0119 prie \u012F\u017Evalg\u0173
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=Prid\u0117ti kortel\u0119 prie \u012F\u017Evalg\u0173
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Pasirinkite tik tris laukus.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Kop\u012Bgot pakalpojum\u0101 Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=Pievienot kart\u012Bti ieskatiem
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=Pievienot kart\u012Bti ieskatiem
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Atlasiet tikai tr\u012Bs laukus.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Kongsi ke Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=Tambah
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=Tambah Kad ke Insight
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Pilih hanya tiga medan.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Delen op Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=Voeg kaart aan inzichten toe
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Selecteer slechts drie velden.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Udost\u0119pnij w Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=Dodaj kart\u0119 do analiz
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=Dodaj kart\u0119 do analiz
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Wybierz tylko trzy pola.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Compartilhar com Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=Adicionar cart\u00E3o a an\u00E1lises
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=Adicionar cart\u00E3o a an\u00E1lises
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Selecione somente tr\u00EAs campos.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Partilhar no Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=Adicionar cart\u00E3o a informa\u00E7\u00F5es
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=Adicionar cart\u00E3o a informa\u00E7\u00F5es
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Selecione apenas tr\u00EAs campos.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Partaja\u021Bi cu Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=Ad\u0103ugare card \u00EEn perspective
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=Ad\u0103ugare card \u00EEn perspective
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Selecta\u021Bi doar trei c\u00E2mpuri.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=\u041F\u043E\u0434\u0435\u043B\u0438\u0442\u044C\u0441\u044F \u0432 Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043A\u0430\u0440\u0442\u0443 \u0432 \u0430\u043D\u0430\u043B\u0438\u0437
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=\u0414\u043E\u0431\u0430\u0432\u0438\u0442\u044C \u043A\u0430\u0440\u0442\u0443 \u0432 \u0430\u043D\u0430\u043B\u0438\u0437
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0442\u043E\u043B\u044C\u043A\u043E \u0442\u0440\u0438 \u043F\u043E\u043B\u044F.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Podeli na Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=Dodaj karticu u uvide
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=Dodaj karticu u uvide
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Odaberite samo tri polja.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Zdie\u013Ea\u0165 v Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=Prida\u0165 kartu do anal\u00FDzy
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=Prida\u0165 kartu do anal\u00FDzy
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Vyberte iba tri polia.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Daj v skupno rabo v Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=Dodaj kartico vpogledom
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=Dodaj kartico vpogledom
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Izberite le tri polja.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Dela i Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=L\u00E4gg till kort i insikter
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=L\u00E4gg till kort i insikter
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=V\u00E4lj endast tre f\u00E4lt.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Microsoft Teams'te payla\u015F
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=Analizlere kart ekle
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Yaln\u0131zca \u00FC\u00E7 alan se\u00E7in.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=\u041F\u043E\u0448\u0438\u0440\u0438\u0442\u0438 \u0443 Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=\u0414\u043E\u0434\u0430\
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=\u0414\u043E\u0434\u0430\u0442\u0438 \u043A\u0430\u0440\u0442\u043A\u0443 \u0434\u043E \u0430\u043D\u0430\u043B\u0456\u0442\u0438\u0447\u043D\u0438\u0445 \u0434\u0430\u043D\u0438\u0445
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044C \u043B\u0438\u0448\u0435 \u0442\u0440\u0438 \u043F\u043E\u043B\u044F.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=Chia se\u0309 cho Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=Th\u00EAm the\u0309 va\u0300o th\u00F4ng tin chi ti\u00EA\u0301t
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=Th\u00EAm the\u0309 va\u0300o th\u00F4ng tin chi ti\u00EA\u0301t
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=Chi\u0309 cho\u0323n ba tr\u01B0\u01A1\u0300ng.
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=\u5171\u4EAB\u5230 Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=\u5411\u6D1E\u5BDF\u6DFB\u52A0\u5361
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=\u5411\u6D1E\u5BDF\u6DFB\u52A0\u5361
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=\u4EC5\u9009\u62E9\u4E09\u4E2A\u5B57\u6BB5\u3002
|
|
70
70
|
|
|
@@ -64,7 +64,7 @@ SEG_BUTTON_ERROR={0} -
|
|
|
64
64
|
|
|
65
65
|
ST_SHARE_TO_MICROSOFT_TEAMS=\u5206\u4EAB\u81F3 Microsoft Teams
|
|
66
66
|
|
|
67
|
-
ST_ADD_CARDS_TO_INSIGHTS=\u5C07\u5361\u7247\u65B0\u589E\u81F3\u6D1E\u5BDF
|
|
67
|
+
ST_ADD_CARDS_TO_INSIGHTS=\u5C07\u5361\u7247\u65B0\u589E\u81F3\u6D1E\u5BDF
|
|
68
68
|
|
|
69
69
|
ST_ADD_TO_CARDS_REPOSITORY_SELECTIONLIMIT=\u50C5\u9078\u64C7\u4E09\u500B\u6B04\u4F4D\u3002
|
|
70
70
|
|
|
@@ -2942,7 +2942,7 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
2942
2942
|
* @param {sap.suite.ui.generic.template.lib.AppComponent} oAppComponent The AppComponent instance
|
|
2943
2943
|
* @public
|
|
2944
2944
|
* @extends sap.ui.base.Object
|
|
2945
|
-
* @version 1.108.
|
|
2945
|
+
* @version 1.108.15
|
|
2946
2946
|
* @since 1.30.0
|
|
2947
2947
|
* @alias sap.suite.ui.generic.template.lib.NavigationController
|
|
2948
2948
|
*/
|
|
@@ -735,7 +735,7 @@ sap.ui.define(["sap/base/util/extend",
|
|
|
735
735
|
oLogger.error("mode is callUnboundAction, but no suitable action could be identified -> navigate to root");
|
|
736
736
|
var oIdentity = {
|
|
737
737
|
treeNode: oTemplateContract.mRoutingTree.root,
|
|
738
|
-
keys: []
|
|
738
|
+
keys: [""],//The root key should be an empty string
|
|
739
739
|
appStates: Object.create(null)
|
|
740
740
|
};
|
|
741
741
|
return oTemplateContract.oNavigationControllerProxy.navigateToIdentity(oIdentity, true, 1).then(Function.prototype); // in case of success: return a Promise that resolves to nothing
|
|
@@ -753,7 +753,7 @@ sap.ui.define(["sap/base/util/extend",
|
|
|
753
753
|
oLogger.error(oActionDef.action.name + " was not successfully called -> navigate to root");
|
|
754
754
|
var oIdentity = {
|
|
755
755
|
treeNode: oTemplateContract.mRoutingTree.root,
|
|
756
|
-
keys: [],
|
|
756
|
+
keys: [""], //The root key should be an empty string
|
|
757
757
|
appStates: Object.create(null)
|
|
758
758
|
};
|
|
759
759
|
return oTemplateContract.oNavigationControllerProxy.navigateToIdentity(oIdentity, true, 1).then(fnMyResolve);
|
|
@@ -38,7 +38,7 @@ sap.ui.define(['sap/ui/core/Core', 'sap/ui/core/library','sap/fe/placeholder/lib
|
|
|
38
38
|
interfaces: [],
|
|
39
39
|
controls: [],
|
|
40
40
|
elements: [],
|
|
41
|
-
version: "1.108.
|
|
41
|
+
version: "1.108.15",
|
|
42
42
|
extensions: {
|
|
43
43
|
//Configuration used for rule loading of Support Assistant
|
|
44
44
|
"sap.ui.support": {
|
|
@@ -283,7 +283,7 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
283
283
|
if (sNavType !== sap.ui.generic.app.navigation.service.NavType.iAppState) {
|
|
284
284
|
oState.oController.modifyStartupExtension(oStartupObject);
|
|
285
285
|
if (oState.oSmartFilterbar.isCurrentVariantStandard()) {
|
|
286
|
-
oStartupObject.semanticDates = semanticDateRangeTypeHelper.addSemanticDateRangeDefaultValue(oSettings, oState.oSmartFilterbar, oStartupObject.semanticDates, oStartupObject.urlParameters || {});
|
|
286
|
+
oStartupObject.semanticDates = semanticDateRangeTypeHelper.addSemanticDateRangeDefaultValue(oSettings, oState.oSmartFilterbar, oStartupObject.semanticDates, oStartupObject.urlParameters || {}, oStartupObject.selectionVariant);
|
|
287
287
|
// Smart filter bar all the filters will be replaced by the one which are coming from oUiState build base of oSelectionVariant where the Semantic Date Default Values
|
|
288
288
|
// is missing and because of that the values are replaced. Hence adding the semantic Dates to oSelectionVariant as mentioned by the Smart Control Colleague in the BCP - 2180400040
|
|
289
289
|
oStartupObject.semanticDates.Dates.forEach(function(oSelectDateOption){
|
|
@@ -323,7 +323,7 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
323
323
|
};
|
|
324
324
|
oState.oController.modifyStartupExtension(oStartupObject);
|
|
325
325
|
if (oState.oSmartFilterbar.isCurrentVariantStandard()) {
|
|
326
|
-
semanticDateRangeTypeHelper.addSemanticDateRangeDefaultValue(oSettings, oState.oSmartFilterbar, oStartupObject.semanticDates, oStartupObject.urlParameters || {});
|
|
326
|
+
semanticDateRangeTypeHelper.addSemanticDateRangeDefaultValue(oSettings, oState.oSmartFilterbar, oStartupObject.semanticDates, oStartupObject.urlParameters || {}, oStartupObject.selectionVariant);
|
|
327
327
|
}
|
|
328
328
|
fnAddOrRemoveCustomAndGenericData(oStartupObject.selectionVariant, oCustomDataFromSFB, oGenericDataFromSFB, false);
|
|
329
329
|
if (!deepEqual(oStartupObject.selectionVariant, new SelectionVariant(JSON.stringify(oState.oSmartFilterbar.getUiState().getSelectionVariant())))) {
|
|
@@ -372,7 +372,7 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
372
372
|
semanticDates : oSemanticDatesFromSFB
|
|
373
373
|
};
|
|
374
374
|
oState.oController.modifyStartupExtension(oStartupObject);
|
|
375
|
-
oStartupObject.semanticDates = semanticDateRangeTypeHelper.addSemanticDateRangeDefaultValue(oSettings, oState.oSmartFilterbar, oStartupObject.semanticDates, oStartupObject.urlParameters || {});
|
|
375
|
+
oStartupObject.semanticDates = semanticDateRangeTypeHelper.addSemanticDateRangeDefaultValue(oSettings, oState.oSmartFilterbar, oStartupObject.semanticDates, oStartupObject.urlParameters || {}, oStartupObject.selectionVariant);
|
|
376
376
|
// Smart filter bar all the filters will be replaced by the one which are coming from oUiState build base of oSelectionVariant where the Semantic Date Default Values
|
|
377
377
|
// is missing and because of that the values are replaced. Hence adding the semantic Dates to oSelectionVariant as mentioned by the Smart Control Colleague in the BCP - 2180400040
|
|
378
378
|
oStartupObject.semanticDates.Dates.forEach(function(oSelectDateOption){
|
|
@@ -240,9 +240,10 @@ sap.ui.define(["sap/suite/ui/generic/template/genericUtilities/FeError", "sap/ba
|
|
|
240
240
|
* @param {Object} oFilterBar - SmartFilter bar of ListReport
|
|
241
241
|
* @param {Object} oSemanticDates - SemanticDates in AppState
|
|
242
242
|
* @param {Object} oURLParameters URL parameters of the application
|
|
243
|
+
* @param {Object} oSelectionVariant Context information
|
|
243
244
|
* @returns {object} semanticDates default values
|
|
244
245
|
*/
|
|
245
|
-
function fnAddSemanticDateRangeDefaultValue(oPageSettings, oFilterBar, oSemanticDates, oURLParameters) {
|
|
246
|
+
function fnAddSemanticDateRangeDefaultValue(oPageSettings, oFilterBar, oSemanticDates, oURLParameters, oSelectionVariant) {
|
|
246
247
|
var oFilterFieldDate = {};
|
|
247
248
|
var aSemanticDateFilters = [], oDateFields;
|
|
248
249
|
if (oPageSettings.filterSettings &&
|
|
@@ -256,7 +257,8 @@ sap.ui.define(["sap/suite/ui/generic/template/genericUtilities/FeError", "sap/ba
|
|
|
256
257
|
return oSemanticDate.PropertyName === oDate[0];
|
|
257
258
|
});
|
|
258
259
|
}
|
|
259
|
-
|
|
260
|
+
// Respect semantic date values from AppState, URLParameters and SelectOptions from modifyStartupExtension
|
|
261
|
+
if (nSemanticDateIndex === -1 && Object.keys(oURLParameters).indexOf(oDate[0]) === -1 && !oSelectionVariant.getSelectOption(oDate[0]) && oDate[1].defaultValue) {
|
|
260
262
|
// For Parameter date fields the getConditionTypeKey API returns undefined and hence the below code is modified.
|
|
261
263
|
// Code should be back to previous state when the API handles parameter fields
|
|
262
264
|
oFilterBar.getConditionTypeByKey(oDate[0]) && oFilterBar.getConditionTypeByKey(oDate[0]).setOperation(oDate[1].defaultValue.operation);
|
|
@@ -375,10 +375,6 @@ html[dir="rtl"] .sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageSubSect
|
|
|
375
375
|
padding: 0.250rem 0.350rem;
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
-
.sapUxAPObjectPageSubSection {
|
|
379
|
-
padding: 1rem 0 !important;
|
|
380
|
-
}
|
|
381
|
-
|
|
382
378
|
.sapSmartTemplatesObjectPageSubSectionGridExpand {
|
|
383
379
|
height: 100%;
|
|
384
380
|
display:flex;
|