@sapui5/sap.suite.ui.generic.template 1.84.12 → 1.84.16
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 +15 -15
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/SmartKpiTag.designtime.js +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/SmartVisualFilterBar.designtime.js +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/controller/IappStateHandler.js +3 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sv.properties +2 -2
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_th.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/MultipleViewsHandler.js +3 -0
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fr.properties +3 -3
- package/src/sap/suite/ui/generic/template/changeHandler/AddFilterItem.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/AddFooterActionButton.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/AddGroup.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/AddGroupElement.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/AddHeaderActionButton.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/AddHeaderFacet.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/AddSection.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/AddSubSection.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/AddTableColumn.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/AddToolbarActionButton.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/MoveFilterItems.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/MoveGroup.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/MoveGroupElement.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/MoveHeaderAndFooterActionButton.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/MoveHeaderFacet.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/MoveSection.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/MoveSubSection.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/MoveTableColumns.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/MoveToolbarActionButtons.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/RemoveFilterItem.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/RemoveGroup.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/RemoveGroupElement.js +1 -1
- package/src/sap/suite/ui/generic/template/changeHandler/RemoveHeaderAndFooterActionButton.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/RemoveHeaderFacet.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/RemoveSection.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/RemoveSubSection.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/RemoveTableColumn.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/RemoveToolbarActionButton.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/RevealFilterItem.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/RevealHeaderFacet.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/RevealTableColumn.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/RevealToolbarActionButton.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/generic/AddElement.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/generic/MoveElements.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/generic/RemoveElement.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/generic/RevealElement.js +2 -2
- package/src/sap/suite/ui/generic/template/changeHandler/util/AnnotationPropertyCommand.js +2 -2
- package/src/sap/suite/ui/generic/template/designtime/AnalyticalListPage.designtime.js +1 -1
- package/src/sap/suite/ui/generic/template/designtime/ListReport.designtime.js +1 -1
- package/src/sap/suite/ui/generic/template/designtime/ObjectPage.designtime.js +1 -1
- package/src/sap/suite/ui/generic/template/designtime/library.designtime.js +1 -1
- package/src/sap/suite/ui/generic/template/extensionAPI/ReuseComponentSupport.js +1 -1
- package/src/sap/suite/ui/generic/template/extensionAPI/UIMode.js +1 -1
- package/src/sap/suite/ui/generic/template/lib/AppComponent.js +1 -1
- package/src/sap/suite/ui/generic/template/lib/CacheHelper.js +1 -1
- package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +2 -2
- package/src/sap/suite/ui/generic/template/library.js +2 -2
- package/src/sap/suite/ui/generic/template/library.support.js +1 -1
- package/src/sap/suite/ui/generic/template/support/SupportAssistant/Config.support.js +1 -1
- package/src/sap/suite/ui/generic/template/support/SupportAssistant/Runtime.support.js +1 -1
- package/src/sap/suite/ui/generic/template/support/lib/Documentation.js +1 -1
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_dark/library.source.less +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapui5/sap.suite.ui.generic.template",
|
|
3
|
-
"version": "1.84.
|
|
3
|
+
"version": "1.84.16",
|
|
4
4
|
"description": "SAPUI5 Library sap.suite.ui.generic.template",
|
|
5
5
|
"homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
|
|
6
6
|
"author": "SAP SE (https://www.sap.com)",
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
(c) Copyright 2009-2015 SAP SE. All rights reserved
|
|
9
9
|
</copyright>
|
|
10
|
-
<version>1.84.
|
|
10
|
+
<version>1.84.16</version>
|
|
11
11
|
|
|
12
12
|
<documentation>Library with generic Suite UI templates.</documentation>
|
|
13
13
|
|
|
@@ -61,20 +61,20 @@
|
|
|
61
61
|
</jsdoc>
|
|
62
62
|
<!-- excludes for the JSCoverage -->
|
|
63
63
|
<jscoverage xmlns="http://www.sap.com/ui5/buildext/jscoverage">
|
|
64
|
-
<exclude name="sap.collaboration."/>
|
|
65
|
-
<exclude name="sap.f."/>
|
|
66
|
-
<exclude name="sap.ovp."/>
|
|
67
|
-
<exclude name="sap.suite.ui.generic.template.AnalyticalListPage."/>
|
|
68
|
-
<exclude name="jquery.sap.xml."/>
|
|
69
|
-
<exclude name="sap.chart." />
|
|
70
|
-
<exclude name="sap.m." />
|
|
71
|
-
<exclude name="sap.suite.ui.commons." />
|
|
72
|
-
<exclude name="sap.suite.ui.microchart." />
|
|
73
|
-
<exclude name="sap.ui." />
|
|
74
|
-
<exclude name="sap.ushell." />
|
|
75
|
-
<exclude name="sap.uxap." />
|
|
76
|
-
<exclude name="sap.viz." />
|
|
77
|
-
<exclude name="*" /> <!-- exclude files within current folder -->
|
|
64
|
+
<exclude name="sap.collaboration." external="true"/>
|
|
65
|
+
<exclude name="sap.f." external="true"/>
|
|
66
|
+
<exclude name="sap.ovp." external="true"/>
|
|
67
|
+
<exclude name="sap.suite.ui.generic.template.AnalyticalListPage." external="true"/>
|
|
68
|
+
<exclude name="jquery.sap.xml." external="true"/>
|
|
69
|
+
<exclude name="sap.chart." external="true"/>
|
|
70
|
+
<exclude name="sap.m." external="true"/>
|
|
71
|
+
<exclude name="sap.suite.ui.commons." external="true"/>
|
|
72
|
+
<exclude name="sap.suite.ui.microchart." external="true"/>
|
|
73
|
+
<exclude name="sap.ui." external="true"/>
|
|
74
|
+
<exclude name="sap.ushell." external="true"/>
|
|
75
|
+
<exclude name="sap.uxap." external="true"/>
|
|
76
|
+
<exclude name="sap.viz." external="true"/>
|
|
77
|
+
<exclude name="*" external="true"/> <!-- exclude files within current folder -->
|
|
78
78
|
</jscoverage>
|
|
79
79
|
<releasenotes
|
|
80
80
|
xmlns="http://www.sap.com/ui5/buildext/releasenotes"
|
|
@@ -572,6 +572,9 @@ sap.ui.define([
|
|
|
572
572
|
}
|
|
573
573
|
}
|
|
574
574
|
|
|
575
|
+
//Set the variant to clean when the user has not altered the filters on the initial load of the app(no navigation context).
|
|
576
|
+
oController.byId('template::PageVariant') && oController.byId('template::PageVariant').currentVariantSetModified(false);
|
|
577
|
+
|
|
575
578
|
// IappState needs to be created on app launch in every scenario, irrespective of filter(s) set or load behavior of the application
|
|
576
579
|
if (sNavType !== sap.ui.generic.app.navigation.service.NavType.iAppState) {
|
|
577
580
|
changeIappState(true, bDataAreShownInTable);
|
|
@@ -63,7 +63,7 @@ SHOW_ACTIVE_ITEMS=D\u00F6lj utkastv\u00E4rden
|
|
|
63
63
|
|
|
64
64
|
SHOW_ALL_ITEMS=Visa utkastv\u00E4rden
|
|
65
65
|
|
|
66
|
-
MESSAGE_SINGLE_VALUE_L_FORM=Filter "{0}" \u00E4r inte relevant f\u00F6r registerblad "{1}".
|
|
66
|
+
MESSAGE_SINGLE_VALUE_L_FORM=Filter "{0}" \u00E4r inte relevant f\u00F6r registerblad "{1}". Inst\u00E4llning av filtret p\u00E5verkar inte resultaten.
|
|
67
67
|
|
|
68
68
|
MESSAGE_SINGLE_VALUE_S_FORM=Du kan inte filtrera efter "{0}" p\u00E5 registerbladet "{1}".
|
|
69
69
|
|
|
@@ -81,7 +81,7 @@ EDIT_REMAINING={0} av {1} objekt kan inte redigeras. Vill du \u00E4nd\u00E5 redi
|
|
|
81
81
|
|
|
82
82
|
EDIT_REMAINING_PLURAL={0} av {1} objekt kan inte redigeras. Vill du \u00E4nd\u00E5 redigera resterande {2} objekt?
|
|
83
83
|
|
|
84
|
-
MESSAGE_MULTIPLE_VALUES_L_FORM=Vissa filter \u00E4r inte
|
|
84
|
+
MESSAGE_MULTIPLE_VALUES_L_FORM=Vissa filter \u00E4r inte relevanta f. registerblad "{1}" ({0}). Inst\u00E4lln. av filtren p\u00E5verkar inte resultaten.
|
|
85
85
|
|
|
86
86
|
MESSAGE_MULTIPLE_VALUES_S_FORM=F\u00F6ljande filter kan inte anv\u00E4ndas p\u00E5 registerblad "{1}"\: "{0}".
|
|
87
87
|
|
|
@@ -63,7 +63,7 @@ SHOW_ACTIVE_ITEMS=\u0E0B\u0E48\u0E2D\u0E19\u0E04\u0E48\u0E32\u0E41\u0E1A\u0E1A\u
|
|
|
63
63
|
|
|
64
64
|
SHOW_ALL_ITEMS=\u0E41\u0E2A\u0E14\u0E07\u0E04\u0E48\u0E32\u0E41\u0E1A\u0E1A\u0E23\u0E48\u0E32\u0E07
|
|
65
65
|
|
|
66
|
-
MESSAGE_SINGLE_VALUE_L_FORM=\u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C "{0}" \u0E44\u0E21\u0E48\u0E40\u0E01\u0E35\u0E48\u0E22\u0E27\u0E02\u0E49\u0E2D\u0E07\u0E01\u0E31\u0E1A\u0E41\u0E17\u0E47\u0E1A
|
|
66
|
+
MESSAGE_SINGLE_VALUE_L_FORM=\u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C "{0}" \u0E44\u0E21\u0E48\u0E40\u0E01\u0E35\u0E48\u0E22\u0E27\u0E02\u0E49\u0E2D\u0E07\u0E01\u0E31\u0E1A\u0E41\u0E17\u0E47\u0E1A "{1}" \u0E01\u0E32\u0E23\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E19\u0E35\u0E49\u0E08\u0E30\u0E44\u0E21\u0E48\u0E21\u0E35\u0E1C\u0E25\u0E15\u0E48\u0E2D\u0E1C\u0E25\u0E25\u0E31\u0E1E\u0E18\u0E4C
|
|
67
67
|
|
|
68
68
|
MESSAGE_SINGLE_VALUE_S_FORM=\u0E04\u0E38\u0E13\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E15\u0E32\u0E21 "{0}" \u0E1A\u0E19\u0E41\u0E17\u0E47\u0E1A "{1}\u201D
|
|
69
69
|
|
|
@@ -102,6 +102,9 @@ sap.ui.define([
|
|
|
102
102
|
var oManifestSection = mManifestSections[sSectionKey];
|
|
103
103
|
if (oManifestSection.quickVariantSelection){ // this section has a multiple views
|
|
104
104
|
var oSmartControl = fnGetSmartControl(sSectionKey);
|
|
105
|
+
if (!oSmartControl) { // configured section might be unavailable (e.g. because of UI changes)
|
|
106
|
+
continue;
|
|
107
|
+
}
|
|
105
108
|
var sStableIdForSegmentedButton = StableIdHelper.getStableId({
|
|
106
109
|
type: "ObjectPageTable",
|
|
107
110
|
subType: "SegmentedButton",
|
|
@@ -74,7 +74,7 @@ NOITEMS=Aucune entr\u00E9e trouv\u00E9e
|
|
|
74
74
|
|
|
75
75
|
|
|
76
76
|
|
|
77
|
-
NAVIGATE_TO_DETAIL=Afficher d\u00E9tails
|
|
77
|
+
NAVIGATE_TO_DETAIL=Afficher les d\u00E9tails
|
|
78
78
|
|
|
79
79
|
HEADER=En-t\u00EAte
|
|
80
80
|
|
|
@@ -149,9 +149,9 @@ DELETE_WITH_OBJECTINFO=Supprimer l''objet {1} ({2})\u00A0?
|
|
|
149
149
|
|
|
150
150
|
DELETE_WITH_OBJECTTITLE=Supprimer l''objet {0} ?
|
|
151
151
|
|
|
152
|
-
SHOW_SIDE_CONTENT=Afficher d\u00E9tails
|
|
152
|
+
SHOW_SIDE_CONTENT=Afficher les d\u00E9tails
|
|
153
153
|
|
|
154
|
-
HIDE_SIDE_CONTENT=Masquer d\u00E9tails
|
|
154
|
+
HIDE_SIDE_CONTENT=Masquer les d\u00E9tails
|
|
155
155
|
|
|
156
156
|
DELETE_SELECTED_ITEM=Voulez-vous supprimer l'\u00E9l\u00E9ment ?
|
|
157
157
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -30,7 +30,7 @@ sap.ui.define([
|
|
|
30
30
|
*
|
|
31
31
|
* @alias sap.suite.ui.generic.template.changeHandler.AddFilterItem
|
|
32
32
|
* @author SAP SE
|
|
33
|
-
* @version 1.84.
|
|
33
|
+
* @version 1.84.16
|
|
34
34
|
* @experimental
|
|
35
35
|
*/
|
|
36
36
|
var AddFilterItem = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define([
|
|
6
6
|
"sap/suite/ui/generic/template/changeHandler/util/ChangeHandlerUtils",
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
*
|
|
18
18
|
* @alias sap.suite.ui.generic.template.changeHandler.AddFooterActionButton
|
|
19
19
|
* @author SAP SE
|
|
20
|
-
* @version 1.84.
|
|
20
|
+
* @version 1.84.16
|
|
21
21
|
* @experimental
|
|
22
22
|
*/
|
|
23
23
|
var AddFooterActionButton = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define([
|
|
6
6
|
"sap/suite/ui/generic/template/changeHandler/util/ChangeHandlerUtils",
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
*
|
|
18
18
|
* @alias sap.suite.ui.generic.template.changeHandler.AddHeaderActionButton
|
|
19
19
|
* @author SAP SE
|
|
20
|
-
* @version 1.84.
|
|
20
|
+
* @version 1.84.16
|
|
21
21
|
* @experimental
|
|
22
22
|
*/
|
|
23
23
|
var AddHeaderActionButton = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
*
|
|
22
22
|
* @alias sap.suite.ui.generic.template.changeHandler.AddHeaderFacet
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.84.
|
|
24
|
+
* @version 1.84.16
|
|
25
25
|
* @experimental
|
|
26
26
|
*/
|
|
27
27
|
var AddHeaderFacet = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define([
|
|
6
6
|
"sap/suite/ui/generic/template/changeHandler/util/ChangeHandlerUtils",
|
|
@@ -18,7 +18,7 @@ sap.ui.define([
|
|
|
18
18
|
*
|
|
19
19
|
* @alias sap.suite.ui.generic.template.changeHandler.Add SubSection **
|
|
20
20
|
* @author SAP SE
|
|
21
|
-
* @version 1.84.
|
|
21
|
+
* @version 1.84.16
|
|
22
22
|
* @experimental
|
|
23
23
|
*/
|
|
24
24
|
var AddSubSection = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define([
|
|
6
6
|
"sap/suite/ui/generic/template/changeHandler/util/ChangeHandlerUtils",
|
|
@@ -19,7 +19,7 @@ sap.ui.define([
|
|
|
19
19
|
*
|
|
20
20
|
* @alias sap.suite.ui.generic.template.changeHandler.AddTableColumn
|
|
21
21
|
* @author SAP SE
|
|
22
|
-
* @version 1.84.
|
|
22
|
+
* @version 1.84.16
|
|
23
23
|
* @experimental
|
|
24
24
|
*/
|
|
25
25
|
var AddTableColumn = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define([
|
|
6
6
|
"sap/suite/ui/generic/template/changeHandler/util/ChangeHandlerUtils",
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
*
|
|
18
18
|
* @alias sap.suite.ui.generic.template.changeHandler.AddToolbarActionButton
|
|
19
19
|
* @author SAP SE
|
|
20
|
-
* @version 1.84.
|
|
20
|
+
* @version 1.84.16
|
|
21
21
|
* @experimental
|
|
22
22
|
*/
|
|
23
23
|
var AddToolbarActionButton = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -19,7 +19,7 @@ sap.ui.define([
|
|
|
19
19
|
*
|
|
20
20
|
* @alias sap.suite.ui.generic.template.changeHandler.MoveFilterItem
|
|
21
21
|
* @author SAP SE
|
|
22
|
-
* @version 1.84.
|
|
22
|
+
* @version 1.84.16
|
|
23
23
|
* @experimental
|
|
24
24
|
*/
|
|
25
25
|
var MoveFilterItems = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
*
|
|
22
22
|
* @alias sap.suite.ui.generic.template.changeHandler.MoveGroup
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.84.
|
|
24
|
+
* @version 1.84.16
|
|
25
25
|
* @experimental
|
|
26
26
|
*/
|
|
27
27
|
var MoveGroup = {},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
*
|
|
21
21
|
* @alias sap.suite.ui.generic.template.changeHandler.MoveHeaderAndFooterActionButton
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.84.
|
|
23
|
+
* @version 1.84.16
|
|
24
24
|
* @experimental
|
|
25
25
|
*/
|
|
26
26
|
var MoveHeaderAndFooterActionButton = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -19,7 +19,7 @@ sap.ui.define([
|
|
|
19
19
|
*
|
|
20
20
|
* @alias sap.suite.ui.generic.template.changeHandler.MoveHeaderFacet
|
|
21
21
|
* @author SAP SE
|
|
22
|
-
* @version 1.84.
|
|
22
|
+
* @version 1.84.16
|
|
23
23
|
* @experimental
|
|
24
24
|
*/
|
|
25
25
|
var MoveHeaderFacet = {},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
*
|
|
22
22
|
* @alias sap.suite.ui.generic.template.changeHandler.MoveGroup
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.84.
|
|
24
|
+
* @version 1.84.16
|
|
25
25
|
* @experimental
|
|
26
26
|
*/
|
|
27
27
|
var MoveSection = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
*
|
|
22
22
|
* @alias sap.suite.ui.generic.template.changeHandler.MoveSubSection
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.84.
|
|
24
|
+
* @version 1.84.16
|
|
25
25
|
* @experimental
|
|
26
26
|
*/
|
|
27
27
|
var MoveSubSection = {},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
*
|
|
22
22
|
* @alias sap.suite.ui.generic.template.changeHandler.MoveTableColumns
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.84.
|
|
24
|
+
* @version 1.84.16
|
|
25
25
|
* @experimental
|
|
26
26
|
*/
|
|
27
27
|
var MoveTableColumns = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
*
|
|
22
22
|
* @alias sap.suite.ui.generic.template.changeHandler.MoveToolbarActionButtons
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.84.
|
|
24
|
+
* @version 1.84.16
|
|
25
25
|
* @experimental
|
|
26
26
|
*/
|
|
27
27
|
var MoveToolbarActionButtons = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define([
|
|
6
6
|
"sap/suite/ui/generic/template/changeHandler/util/ChangeHandlerUtils",
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
*
|
|
18
18
|
* @alias sap.suite.ui.generic.template.changeHandler.RemoveFilterItem
|
|
19
19
|
* @author SAP SE
|
|
20
|
-
* @version 1.84.
|
|
20
|
+
* @version 1.84.16
|
|
21
21
|
*/
|
|
22
22
|
|
|
23
23
|
var RemoveFilterItem = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -19,7 +19,7 @@ sap.ui.define([
|
|
|
19
19
|
*
|
|
20
20
|
* @alias sap.suite.ui.generic.template.changeHandler.RemoveGroup
|
|
21
21
|
* @author SAP SE
|
|
22
|
-
* @version 1.84.
|
|
22
|
+
* @version 1.84.16
|
|
23
23
|
* @experimental
|
|
24
24
|
*/
|
|
25
25
|
var RemoveGroup = {};
|
package/src/sap/suite/ui/generic/template/changeHandler/RemoveHeaderAndFooterActionButton.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define([
|
|
6
6
|
"sap/suite/ui/generic/template/changeHandler/util/ChangeHandlerUtils",
|
|
@@ -15,7 +15,7 @@ sap.ui.define([
|
|
|
15
15
|
*
|
|
16
16
|
* @alias sap.suite.ui.generic.template.changeHandler.RemoveHeaderAndFooterActionButton
|
|
17
17
|
* @author SAP SE
|
|
18
|
-
* @version 1.84.
|
|
18
|
+
* @version 1.84.16
|
|
19
19
|
* @experimental
|
|
20
20
|
*/
|
|
21
21
|
var RemoveHeaderAndFooterActionButton = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
*
|
|
18
18
|
* @alias sap.suite.ui.generic.template.changeHandler.RemoveHeaderFacet **
|
|
19
19
|
* @author SAP SE
|
|
20
|
-
* @version 1.84.
|
|
20
|
+
* @version 1.84.16
|
|
21
21
|
* @experimental
|
|
22
22
|
*/
|
|
23
23
|
var RemoveHeaderFacet = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
*
|
|
18
18
|
* @alias sap.suite.ui.generic.template.changeHandler.RemoveSection **
|
|
19
19
|
* @author SAP SE
|
|
20
|
-
* @version 1.84.
|
|
20
|
+
* @version 1.84.16
|
|
21
21
|
* @experimental
|
|
22
22
|
*/
|
|
23
23
|
var RemoveSection = {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
/*!
|
|
3
3
|
* SAPUI5
|
|
4
|
-
* (c) Copyright 2009-
|
|
4
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
sap.ui.define([
|
|
@@ -18,7 +18,7 @@ sap.ui.define([
|
|
|
18
18
|
*
|
|
19
19
|
* @alias sap.suite.ui.generic.template.changeHandler.RemoveSection **
|
|
20
20
|
* @author SAP SE
|
|
21
|
-
* @version 1.84.
|
|
21
|
+
* @version 1.84.16
|
|
22
22
|
* @experimental
|
|
23
23
|
*/
|
|
24
24
|
var RemoveSubSection = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define([
|
|
6
6
|
"sap/suite/ui/generic/template/changeHandler/util/ChangeHandlerUtils",
|
|
@@ -15,7 +15,7 @@ sap.ui.define([
|
|
|
15
15
|
*
|
|
16
16
|
* @alias sap.suite.ui.generic.template.changeHandler.RemoveTableColumn
|
|
17
17
|
* @author SAP SE
|
|
18
|
-
* @version 1.84.
|
|
18
|
+
* @version 1.84.16
|
|
19
19
|
*/
|
|
20
20
|
|
|
21
21
|
var RemoveTableColumn = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define([
|
|
6
6
|
"sap/suite/ui/generic/template/changeHandler/util/ChangeHandlerUtils",
|
|
@@ -15,7 +15,7 @@ sap.ui.define([
|
|
|
15
15
|
*
|
|
16
16
|
* @alias sap.suite.ui.generic.template.changeHandler.RemoveToolbarActionButton
|
|
17
17
|
* @author SAP SE
|
|
18
|
-
* @version 1.84.
|
|
18
|
+
* @version 1.84.16
|
|
19
19
|
* @experimental
|
|
20
20
|
*/
|
|
21
21
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define([
|
|
6
6
|
"sap/suite/ui/generic/template/changeHandler/util/ChangeHandlerUtils",
|
|
@@ -19,7 +19,7 @@ sap.ui.define([
|
|
|
19
19
|
*
|
|
20
20
|
* @alias sap.suite.ui.generic.template.changeHandler.RevealFilterItem
|
|
21
21
|
* @author SAP SE
|
|
22
|
-
* @version 1.84.
|
|
22
|
+
* @version 1.84.16
|
|
23
23
|
* @experimental
|
|
24
24
|
*/
|
|
25
25
|
var RevealFilterItem = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
sap.ui.define([
|
|
@@ -19,7 +19,7 @@ sap.ui.define([
|
|
|
19
19
|
*
|
|
20
20
|
* @alias sap.suite.ui.generic.template.changeHandler.RevealHeaderFacet
|
|
21
21
|
* @author SAP SE
|
|
22
|
-
* @version 1.84.
|
|
22
|
+
* @version 1.84.16
|
|
23
23
|
* @experimental
|
|
24
24
|
*/
|
|
25
25
|
var RevealHeaderFacet = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define([
|
|
6
6
|
"sap/suite/ui/generic/template/changeHandler/util/ChangeHandlerUtils",
|
|
@@ -16,7 +16,7 @@ sap.ui.define([
|
|
|
16
16
|
*
|
|
17
17
|
* @alias sap.suite.ui.generic.template.changeHandler.RevealTableColumn
|
|
18
18
|
* @author SAP SE
|
|
19
|
-
* @version 1.84.
|
|
19
|
+
* @version 1.84.16
|
|
20
20
|
* @experimental
|
|
21
21
|
*/
|
|
22
22
|
var RevealTableColumn = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define([
|
|
6
6
|
"sap/suite/ui/generic/template/changeHandler/util/ChangeHandlerUtils",
|
|
@@ -19,7 +19,7 @@ sap.ui.define([
|
|
|
19
19
|
*
|
|
20
20
|
* @alias sap.suite.ui.generic.template.changeHandler.RevealToolbarActionButton
|
|
21
21
|
* @author SAP SE
|
|
22
|
-
* @version 1.84.
|
|
22
|
+
* @version 1.84.16
|
|
23
23
|
* @experimental
|
|
24
24
|
*/
|
|
25
25
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define([
|
|
6
6
|
"sap/suite/ui/generic/template/changeHandler/util/ChangeHandlerUtils",
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
*
|
|
21
21
|
* @alias sap.suite.ui.generic.template.changeHandler.AddElement
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.84.
|
|
23
|
+
* @version 1.84.16
|
|
24
24
|
* @experimental
|
|
25
25
|
*/
|
|
26
26
|
var AddElement = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define([
|
|
6
6
|
"sap/suite/ui/generic/template/changeHandler/util/ChangeHandlerUtils",
|
|
@@ -19,7 +19,7 @@ sap.ui.define([
|
|
|
19
19
|
*
|
|
20
20
|
* @alias sap.suite.ui.generic.template.changeHandler.MoveElements
|
|
21
21
|
* @author SAP SE
|
|
22
|
-
* @version 1.84.
|
|
22
|
+
* @version 1.84.16
|
|
23
23
|
*/
|
|
24
24
|
|
|
25
25
|
var MoveElements = {},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define([
|
|
6
6
|
"sap/suite/ui/generic/template/changeHandler/util/ChangeHandlerUtils",
|
|
@@ -19,7 +19,7 @@ sap.ui.define([
|
|
|
19
19
|
*
|
|
20
20
|
* @alias sap.suite.ui.generic.template.changeHandler.RemoveElement
|
|
21
21
|
* @author SAP SE
|
|
22
|
-
* @version 1.84.
|
|
22
|
+
* @version 1.84.16
|
|
23
23
|
*/
|
|
24
24
|
|
|
25
25
|
var RemoveElement = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define([
|
|
6
6
|
"sap/suite/ui/generic/template/changeHandler/util/ChangeHandlerUtils",
|
|
@@ -20,7 +20,7 @@ sap.ui.define([
|
|
|
20
20
|
*
|
|
21
21
|
* @alias sap.suite.ui.generic.template.changeHandler.RevealElements
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.84.
|
|
23
|
+
* @version 1.84.16
|
|
24
24
|
* @experimental
|
|
25
25
|
*/
|
|
26
26
|
var RevealElement = {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
sap.ui.define([
|
|
6
6
|
"sap/ui/rta/command/FlexCommand",
|
|
@@ -30,7 +30,7 @@ sap.ui.define([
|
|
|
30
30
|
* @class
|
|
31
31
|
* @extends sap.ui.rta.command.FlexCommand
|
|
32
32
|
* @author SAP SE
|
|
33
|
-
* @version 1.84.
|
|
33
|
+
* @version 1.84.16
|
|
34
34
|
* @constructor
|
|
35
35
|
* @private
|
|
36
36
|
* @alias sap.suite.ui.generic.template.changeHandler.util.AnnotationPropertyCommand
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* ! SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
// ------------------------------------------------------------------------------------------------------------
|
|
@@ -2351,7 +2351,7 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
2351
2351
|
* @param {sap.suite.ui.generic.template.lib.AppComponent} oAppComponent The AppComponent instance
|
|
2352
2352
|
* @public
|
|
2353
2353
|
* @extends sap.ui.base.Object
|
|
2354
|
-
* @version 1.84.
|
|
2354
|
+
* @version 1.84.16
|
|
2355
2355
|
* @since 1.30.0
|
|
2356
2356
|
* @alias sap.suite.ui.generic.template.lib.NavigationController
|
|
2357
2357
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* ! SAPUI5
|
|
3
|
-
* (c) Copyright 2009-
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -36,7 +36,7 @@ sap.ui.define(['sap/ui/core/library'
|
|
|
36
36
|
interfaces: [],
|
|
37
37
|
controls: [],
|
|
38
38
|
elements: [],
|
|
39
|
-
version: "1.84.
|
|
39
|
+
version: "1.84.16",
|
|
40
40
|
extensions: {
|
|
41
41
|
//Configuration used for rule loading of Support Assistant
|
|
42
42
|
"sap.ui.support": {
|