@sapui5/sap.ushell_abap 1.102.2 → 1.104.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/main/js/sap/ushell_abap/.library +2 -1
- package/src/main/js/sap/ushell_abap/adapters/abap/AppStateAdapter.js +1 -1
- package/src/main/js/sap/ushell_abap/adapters/abap/ClientSideTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell_abap/adapters/abap/ConfigurationDefaultsAdapter.js +1 -1
- package/src/main/js/sap/ushell_abap/adapters/abap/ContainerAdapter.js +10 -9
- package/src/main/js/sap/ushell_abap/adapters/abap/LaunchPageAdapter.js +1 -7
- package/src/main/js/sap/ushell_abap/adapters/abap/MenuAdapter.js +2 -2
- package/src/main/js/sap/ushell_abap/adapters/abap/NavTargetResolutionAdapter.js +1 -1
- package/src/main/js/sap/ushell_abap/adapters/abap/PageBuildingAdapter.js +6 -14
- package/src/main/js/sap/ushell_abap/adapters/abap/PagePersistenceAdapter.js +1 -1
- package/src/main/js/sap/ushell_abap/adapters/abap/PersonalizationAdapter.js +1 -3
- package/src/main/js/sap/ushell_abap/adapters/abap/SearchAdapter.js +1 -1
- package/src/main/js/sap/ushell_abap/adapters/abap/SupportTicketAdapter.js +1 -1
- package/src/main/js/sap/ushell_abap/adapters/abap/Ui5ComponentLoaderAdapter.js +1 -1
- package/src/main/js/sap/ushell_abap/adapters/abap/UserInfoAdapter.js +0 -2
- package/src/main/js/sap/ushell_abap/adapters/hana/ContainerAdapter.js +1 -7
- package/src/main/js/sap/ushell_abap/bootstrap/evo/abap-def-dev.js +1 -4
- package/src/main/js/sap/ushell_abap/bootstrap/evo/abap-def.js +1 -3
- package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.configure.ushell.js +1 -1
- package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.load.launchpad.js +0 -2
- package/src/main/js/sap/ushell_abap/bootstrap/evo/boottask.js +1 -1
- package/src/main/js/sap/ushell_abap/library.js +2 -2
- package/src/main/js/sap/ushell_abap/pbServices/ui2/AllCatalogs.js +1 -3
- package/src/main/js/sap/ushell_abap/pbServices/ui2/Bag.js +1 -1
- package/src/main/js/sap/ushell_abap/pbServices/ui2/Catalog.js +1 -1
- package/src/main/js/sap/ushell_abap/pbServices/ui2/Chip.js +1 -1
- package/src/main/js/sap/ushell_abap/pbServices/ui2/ChipDefinition.js +2 -2
- package/src/main/js/sap/ushell_abap/pbServices/ui2/ChipInstance.js +1 -1
- package/src/main/js/sap/ushell_abap/pbServices/ui2/Error.js +1 -1
- package/src/main/js/sap/ushell_abap/pbServices/ui2/Factory.js +1 -1
- package/src/main/js/sap/ushell_abap/pbServices/ui2/ODataService.js +1 -1
- package/src/main/js/sap/ushell_abap/pbServices/ui2/ODataWrapper.js +1 -1
- package/src/main/js/sap/ushell_abap/pbServices/ui2/Page.js +6 -6
- package/src/main/js/sap/ushell_abap/pbServices/ui2/PageBuildingService.js +1 -1
- package/src/main/js/sap/ushell_abap/pbServices/ui2/PageSet.js +1 -1
- package/src/main/js/sap/ushell_abap/pbServices/ui2/RemoteCatalogService.js +1 -1
- package/src/main/js/sap/ushell_abap/pbServices/ui2/contracts/actions.js +0 -6
- package/src/main/js/sap/ushell_abap/pbServices/ui2/contracts/bag.js +0 -4
- package/src/main/js/sap/ushell_abap/pbServices/ui2/contracts/configuration.js +0 -4
- package/src/main/js/sap/ushell_abap/pbServices/ui2/contracts/configurationUi.js +0 -4
- package/src/main/js/sap/ushell_abap/pbServices/ui2/contracts/fullscreen.js +0 -4
- package/src/main/js/sap/ushell_abap/pbServices/ui2/contracts/preview.js +0 -4
- package/src/main/js/sap/ushell_abap/pbServices/ui2/contracts/refresh.js +0 -4
- package/src/main/js/sap/ushell_abap/pbServices/ui2/contracts/search.js +0 -5
- package/src/main/js/sap/ushell_abap/pbServices/ui2/contracts/url.js +0 -4
- package/src/main/js/sap/ushell_abap/pbServices/ui2/contracts/visible.js +0 -5
- package/ui5.yaml +6 -2
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<library xmlns="http://www.sap.com/sap.ui.library.xsd">
|
|
3
3
|
<name>sap.ushell_abap</name>
|
|
4
4
|
<vendor>SAP SE</vendor>
|
|
5
|
-
<version>1.
|
|
5
|
+
<version>1.104.0</version>
|
|
6
6
|
<copyright>Copyright (c) 2009-2022 SAP SE, All Rights Reserved</copyright>
|
|
7
7
|
<documentation>SAP library: sap.ushell_abap</documentation>
|
|
8
8
|
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
<appData>
|
|
34
34
|
<packaging xmlns="http://www.sap.com/ui5/buildext/packaging" version="2.0">
|
|
35
35
|
<all-in-one>
|
|
36
|
+
<exclude name="sap/ushell_abap/bootstrap/evo/abap.js" />
|
|
36
37
|
<!-- excludes plugins from preload file -->
|
|
37
38
|
<exclude name="sap/ushell_abap/plugins/" />
|
|
38
39
|
<exclude name="sap/ushell_abap/support/plugins/" />
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* @fileOverview The Unified Shell's container adapter for the ABAP platform.
|
|
4
4
|
*
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.104.0
|
|
6
6
|
*/
|
|
7
7
|
sap.ui.define([
|
|
8
8
|
"sap/ui/thirdparty/jquery",
|
|
@@ -13,7 +13,8 @@ sap.ui.define([
|
|
|
13
13
|
"sap/ushell_abap/pbServices/ui2/ODataWrapper",
|
|
14
14
|
"sap/ui/thirdparty/URI",
|
|
15
15
|
"sap/ui/thirdparty/datajs",
|
|
16
|
-
"sap/base/util/ObjectPath"
|
|
16
|
+
"sap/base/util/ObjectPath",
|
|
17
|
+
"sap/base/Log"
|
|
17
18
|
], function (
|
|
18
19
|
jQuery,
|
|
19
20
|
System,
|
|
@@ -23,7 +24,8 @@ sap.ui.define([
|
|
|
23
24
|
ODataWrapper,
|
|
24
25
|
URI,
|
|
25
26
|
OData,
|
|
26
|
-
ObjectPath
|
|
27
|
+
ObjectPath,
|
|
28
|
+
Log
|
|
27
29
|
) {
|
|
28
30
|
"use strict";
|
|
29
31
|
|
|
@@ -129,7 +131,6 @@ sap.ui.define([
|
|
|
129
131
|
// it is not a good idea to disable theme editing when a url parameter is present
|
|
130
132
|
// if one has applied a messed up theme which corrupts the dialoge to set the theme,
|
|
131
133
|
// there is no non-expert easy way to get rid of the setting
|
|
132
|
-
//&& !(jQuery.sap.getUriParameters().get("sap-theme"));
|
|
133
134
|
} else {
|
|
134
135
|
oStartupResult.oUserProfileDataTheme = false;
|
|
135
136
|
}
|
|
@@ -327,7 +328,7 @@ sap.ui.define([
|
|
|
327
328
|
}
|
|
328
329
|
oDeferred.resolve();
|
|
329
330
|
}, function (sError) { //error handler
|
|
330
|
-
|
|
331
|
+
Log.error("Reading REMOTE catalogs failed: "
|
|
331
332
|
+ sError, null,
|
|
332
333
|
"sap.ushell_abap.adapters.abap.ContainerAdapter");
|
|
333
334
|
oDeferred.reject();
|
|
@@ -359,7 +360,7 @@ sap.ui.define([
|
|
|
359
360
|
var oXHR = abapUtils.createAndOpenXHR(sPageSetsUrl, null, "HEAD");
|
|
360
361
|
oXHR.onreadystatechange = function () {
|
|
361
362
|
if (this.readyState === /*DONE*/4) {
|
|
362
|
-
|
|
363
|
+
Log.debug("server session was extended");
|
|
363
364
|
}
|
|
364
365
|
};
|
|
365
366
|
oXHR.send();
|
|
@@ -388,7 +389,7 @@ sap.ui.define([
|
|
|
388
389
|
} else {
|
|
389
390
|
this.logoutRedirect();
|
|
390
391
|
}
|
|
391
|
-
|
|
392
|
+
Log.info("ABAP system logged out: " + oSystem.getAlias(), null,
|
|
392
393
|
"sap.ushell_abap.adapters.abap.ContainerAdapter");
|
|
393
394
|
oDeferred.resolve();
|
|
394
395
|
} else {
|
|
@@ -397,7 +398,7 @@ sap.ui.define([
|
|
|
397
398
|
|
|
398
399
|
// always logout via hidden iframe; this avoids implicit XHR re-logon in case the
|
|
399
400
|
// logoff URL triggers a redirect (see BCP 0020079747 0000863255 2015)
|
|
400
|
-
|
|
401
|
+
Log.info("Logging out from system '" + oSystem.getAlias() + "' via hidden iframe");
|
|
401
402
|
this._logoutViaHiddenIFrame(oDeferred, sUrl);
|
|
402
403
|
}
|
|
403
404
|
return oDeferred.promise();
|
|
@@ -461,7 +462,7 @@ sap.ui.define([
|
|
|
461
462
|
|
|
462
463
|
oUser.setImage(sJamUserImageUrl);
|
|
463
464
|
}, function () {
|
|
464
|
-
|
|
465
|
+
Log.error("Could not recieve JAM user data");
|
|
465
466
|
});
|
|
466
467
|
}
|
|
467
468
|
};
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* @fileOverview The Unified Shell's page building adapter for the ABAP platform.
|
|
5
5
|
*
|
|
6
6
|
* @deprecated since 1.100
|
|
7
|
-
* @version 1.
|
|
7
|
+
* @version 1.104.0
|
|
8
8
|
*/
|
|
9
9
|
sap.ui.define([
|
|
10
10
|
"sap/ui/thirdparty/URI",
|
|
@@ -16,9 +16,6 @@ sap.ui.define([
|
|
|
16
16
|
"sap/ushell/Config",
|
|
17
17
|
"sap/base/util/deepExtend",
|
|
18
18
|
"sap/ushell/utils/chipsUtils",
|
|
19
|
-
"sap/ushell_abap/pbServices/ui2/ChipInstance",
|
|
20
|
-
"sap/ushell_abap/pbServices/ui2/Catalog",
|
|
21
|
-
"sap/ushell_abap/pbServices/ui2/ChipDefinition",
|
|
22
19
|
"sap/ushell_abap/pbServices/ui2/Utils",
|
|
23
20
|
"sap/ushell_abap/pbServices/ui2/Page",
|
|
24
21
|
"sap/ushell_abap/pbServices/ui2/Error",
|
|
@@ -35,9 +32,6 @@ sap.ui.define([
|
|
|
35
32
|
Config,
|
|
36
33
|
deepExtend,
|
|
37
34
|
chipsUtils,
|
|
38
|
-
ChipInstance,
|
|
39
|
-
Catalog,
|
|
40
|
-
ChipDefinition,
|
|
41
35
|
Utils,
|
|
42
36
|
Page,
|
|
43
37
|
SrvcError,
|
|
@@ -71,10 +71,10 @@ sap.ui.define([
|
|
|
71
71
|
* Those menu items and their structure is used for the selection in bookmarking.
|
|
72
72
|
* @returns {Promise<MenuEntry[]>} The menu entries, @see sap.ushell.services.menu#MenuEntry
|
|
73
73
|
*
|
|
74
|
-
* @since 1.
|
|
74
|
+
* @since 1.104.0
|
|
75
75
|
* @private
|
|
76
76
|
*/
|
|
77
|
-
MenuAdapter.prototype.
|
|
77
|
+
MenuAdapter.prototype.getContentNodeEntries = function () {
|
|
78
78
|
var bHomeAppEnabled = Config.last("/core/homeApp/enabled");
|
|
79
79
|
var bMyHomeSpaceEnabled = Config.last("/core/spaces/myHome/enabled");
|
|
80
80
|
var bMyHomeUserEnabled = Config.last("/core/spaces/myHome/userEnabled");
|
|
@@ -2,24 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* @fileOverview The Unified Shell's page building adapter for the ABAP platform.
|
|
5
|
-
* @version 1.
|
|
5
|
+
* @version 1.104.0
|
|
6
6
|
*/
|
|
7
7
|
sap.ui.define([
|
|
8
8
|
"sap/base/util/ObjectPath",
|
|
9
9
|
"sap/base/Log",
|
|
10
|
-
"sap/ushell_abap/pbServices/ui2/Factory"
|
|
11
|
-
"sap/ushell_abap/pbServices/ui2/PageBuildingService",
|
|
12
|
-
"sap/ushell_abap/pbServices/ui2/RemoteCatalogService",
|
|
13
|
-
"sap/ushell_abap/pbServices/ui2/PageSet",
|
|
14
|
-
"sap/ushell/System"
|
|
10
|
+
"sap/ushell_abap/pbServices/ui2/Factory"
|
|
15
11
|
], function (
|
|
16
12
|
ObjectPath,
|
|
17
13
|
Log,
|
|
18
14
|
Factory
|
|
19
|
-
// PageBuildingService
|
|
20
|
-
// RemoteCatalogService
|
|
21
|
-
// pageset
|
|
22
|
-
// System
|
|
23
15
|
) {
|
|
24
16
|
"use strict";
|
|
25
17
|
|
|
@@ -129,12 +121,12 @@ sap.ui.define([
|
|
|
129
121
|
sRemoteCatalogService = "sap.ushell_abap.pbServices.ui2.RemoteCatalogService";
|
|
130
122
|
}
|
|
131
123
|
var sModulePath = (sRemoteCatalogService || "").replace(/\./g, "/");
|
|
132
|
-
|
|
124
|
+
var ServiceModule;
|
|
125
|
+
if (!(ServiceModule = sap.ui.require(sModulePath))) {
|
|
133
126
|
Log.error("FLP PageBuildingAdapter: remote catalog service " + sModulePath + " must be loaded before use.");
|
|
134
|
-
sap.ui.requireSync(sModulePath);
|
|
127
|
+
ServiceModule = sap.ui.requireSync(sModulePath);
|
|
135
128
|
}
|
|
136
|
-
oFactory.addRemoteCatalogService(sBaseUrl,
|
|
137
|
-
new (ObjectPath.get(sRemoteCatalogService))());
|
|
129
|
+
oFactory.addRemoteCatalogService(sBaseUrl, new ServiceModule());
|
|
138
130
|
});
|
|
139
131
|
};
|
|
140
132
|
}, true /* bExport */);
|
|
@@ -7,11 +7,10 @@
|
|
|
7
7
|
* Container header properties transported via pseudo-items are mapped to the
|
|
8
8
|
* respective header properties in setItem/getItem/delItem
|
|
9
9
|
*
|
|
10
|
-
* @version 1.
|
|
10
|
+
* @version 1.104.0
|
|
11
11
|
*/
|
|
12
12
|
sap.ui.define([
|
|
13
13
|
"sap/ushell_abap/adapters/abap/AdapterContainer",
|
|
14
|
-
"sap/ushell/services/Personalization",
|
|
15
14
|
"sap/ushell/services/_Personalization/constants",
|
|
16
15
|
"sap/ushell_abap/pbServices/ui2/ODataWrapper",
|
|
17
16
|
"sap/ushell_abap/pbServices/ui2/ODataService",
|
|
@@ -19,7 +18,6 @@ sap.ui.define([
|
|
|
19
18
|
"sap/base/util/ObjectPath"
|
|
20
19
|
], function (
|
|
21
20
|
AdapterContainer,
|
|
22
|
-
Personalization,
|
|
23
21
|
constants,
|
|
24
22
|
ODataWrapper,
|
|
25
23
|
ODataService,
|
|
@@ -2,14 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
sap.ui.define([
|
|
4
4
|
"sap/ushell_abap/pbServices/ui2/ODataWrapper",
|
|
5
|
-
"sap/ushell_abap/pbServices/ui2/ODataService",
|
|
6
5
|
"sap/ui/thirdparty/datajs",
|
|
7
6
|
"sap/ui/thirdparty/jquery",
|
|
8
7
|
"sap/base/Log",
|
|
9
8
|
"sap/ushell/resources"
|
|
10
9
|
], function (
|
|
11
10
|
ODataWrapper,
|
|
12
|
-
ODataService,
|
|
13
11
|
OData,
|
|
14
12
|
jQuery,
|
|
15
13
|
Log,
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* @fileOverview The Unified Shell's container adapter for the HANA platform.
|
|
5
5
|
*
|
|
6
|
-
* @version 1.
|
|
6
|
+
* @version 1.104.0
|
|
7
7
|
*/
|
|
8
8
|
/**
|
|
9
9
|
* @namespace Default namespace for Unified Shell adapters for the HANA platform. They can usually
|
|
@@ -16,15 +16,9 @@
|
|
|
16
16
|
* @private
|
|
17
17
|
*/
|
|
18
18
|
sap.ui.define([
|
|
19
|
-
"sap/ushell_abap/pbServices/ui2/Utils",
|
|
20
|
-
"sap/ushell/System",
|
|
21
|
-
"sap/ushell/User",
|
|
22
19
|
"sap/ui/thirdparty/jquery",
|
|
23
20
|
"sap/base/Log"
|
|
24
21
|
], function (
|
|
25
|
-
Utils,
|
|
26
|
-
System,
|
|
27
|
-
User,
|
|
28
22
|
jQuery,
|
|
29
23
|
Log
|
|
30
24
|
) {
|
|
@@ -4,18 +4,15 @@ sap.ui.define([
|
|
|
4
4
|
"./abap.ui5.boot.handler",
|
|
5
5
|
"./abap.load.launchpad",
|
|
6
6
|
"./boottask",
|
|
7
|
-
"sap/ushell/bootstrap/common/common.boot.path",
|
|
8
7
|
"sap/ushell/bootstrap/common/common.configure.ui5",
|
|
9
8
|
"sap/ushell/bootstrap/common/common.configure.ui5.extractLibs",
|
|
10
9
|
"sap/ushell/bootstrap/common/common.debug.mode",
|
|
11
|
-
"sap/ushell/bootstrap/common/common.load.bootstrapExtension"
|
|
12
|
-
"sap/ushell_abap/pbServices/ui2/Chip"
|
|
10
|
+
"sap/ushell/bootstrap/common/common.load.bootstrapExtension"
|
|
13
11
|
], function (
|
|
14
12
|
fnConfigureUshell,
|
|
15
13
|
oUi5BootHandler,
|
|
16
14
|
fnLoadLaunchpad,
|
|
17
15
|
oBoottask,
|
|
18
|
-
sBootPath,
|
|
19
16
|
fnConfigureUi5,
|
|
20
17
|
fnExtractUi5LibsFromUshellConfig,
|
|
21
18
|
bDebugSources,
|
|
@@ -10,8 +10,7 @@ sap.ui.define([
|
|
|
10
10
|
"sap/ushell/bootstrap/common/common.load.bootstrapExtension",
|
|
11
11
|
"sap/ushell/bootstrap/common/common.debug.mode",
|
|
12
12
|
"sap/ushell/bootstrap/common/common.load.core-min",
|
|
13
|
-
"sap/ushell/bootstrap/common/common.preload.module"
|
|
14
|
-
"sap/ushell_abap/pbServices/ui2/Chip"
|
|
13
|
+
"sap/ushell/bootstrap/common/common.preload.module"
|
|
15
14
|
], function (
|
|
16
15
|
fnConfigureUshell,
|
|
17
16
|
Ui5BootHandler,
|
|
@@ -24,7 +23,6 @@ sap.ui.define([
|
|
|
24
23
|
bDebugSources,
|
|
25
24
|
CoreMinLoader,
|
|
26
25
|
ModulePreloader
|
|
27
|
-
/* Chip* */
|
|
28
26
|
) {
|
|
29
27
|
"use strict";
|
|
30
28
|
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
sap.ui.define([
|
|
3
3
|
"sap/base/util/UriParameters",
|
|
4
4
|
"sap/base/Log",
|
|
5
|
-
"sap/ushell_abap/pbServices/ui2/Bag",
|
|
6
5
|
"sap/ushell_abap/pbServices/ui2/contracts/bag",
|
|
7
6
|
"sap/ushell_abap/pbServices/ui2/contracts/configuration",
|
|
8
7
|
"sap/ushell_abap/pbServices/ui2/contracts/configurationUi",
|
|
@@ -18,7 +17,6 @@ sap.ui.define([
|
|
|
18
17
|
UriParameters,
|
|
19
18
|
Log
|
|
20
19
|
/*
|
|
21
|
-
ui2Bag,
|
|
22
20
|
ui2ContractsBag,
|
|
23
21
|
ui2Configuration,
|
|
24
22
|
ui2ConfigurationUi,
|
|
@@ -156,7 +156,7 @@ function (
|
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
// add cache-buster token to URL
|
|
159
|
-
// although we stub the
|
|
159
|
+
// although we stub the registerModulePath() method,
|
|
160
160
|
// we have to replace it in the URL already, because the AppConfiguration service
|
|
161
161
|
// loads the component's resource bundle already before the module path is registered
|
|
162
162
|
// by the ApplicationContainer
|
|
@@ -16,13 +16,13 @@ sap.ui.define([
|
|
|
16
16
|
* @namespace
|
|
17
17
|
* @name sap.ushell_abap
|
|
18
18
|
* @author SAP SE
|
|
19
|
-
* @version 1.
|
|
19
|
+
* @version 1.104.0
|
|
20
20
|
* @private
|
|
21
21
|
* @ui5-restricted
|
|
22
22
|
*/
|
|
23
23
|
var ushellAbapLib = sap.ui.getCore().initLibrary({
|
|
24
24
|
name: "sap.ushell_abap",
|
|
25
|
-
version: "1.
|
|
25
|
+
version: "1.104.0",
|
|
26
26
|
dependencies: ["sap.ui.core", "sap.m"],
|
|
27
27
|
noLibraryCSS: true,
|
|
28
28
|
extensions: {
|
|
@@ -6,11 +6,9 @@
|
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
sap.ui.define([
|
|
9
|
-
"sap/ushell_abap/pbServices/ui2/Catalog",
|
|
10
9
|
"sap/ushell_abap/pbServices/ui2/Error",
|
|
11
10
|
"sap/base/Log"
|
|
12
11
|
], function (
|
|
13
|
-
Catalog,
|
|
14
12
|
SrvcError,
|
|
15
13
|
Log
|
|
16
14
|
) {
|
|
@@ -183,4 +181,4 @@ sap.ui.define([
|
|
|
183
181
|
};
|
|
184
182
|
|
|
185
183
|
return AllCatalogs;
|
|
186
|
-
}
|
|
184
|
+
});
|
|
@@ -119,7 +119,7 @@ sap.ui.define([
|
|
|
119
119
|
var ChipDefinition = function (oXml) {
|
|
120
120
|
var that = this;
|
|
121
121
|
|
|
122
|
-
if (oXml instanceof
|
|
122
|
+
if (oXml instanceof ChipDefinition) {
|
|
123
123
|
// undocumented "copy constructor", performs deep clone and copies existing stuff only!
|
|
124
124
|
oXml = JSON.parse(JSON.stringify(oXml));
|
|
125
125
|
["appearance", "contracts", "id", "implementation"].forEach(function (sName) {
|
|
@@ -213,4 +213,4 @@ sap.ui.define([
|
|
|
213
213
|
};
|
|
214
214
|
|
|
215
215
|
return ChipDefinition;
|
|
216
|
-
}
|
|
216
|
+
});
|
|
@@ -13,11 +13,11 @@ sap.ui.define([
|
|
|
13
13
|
"sap/ushell_abap/pbServices/ui2/Error",
|
|
14
14
|
"sap/base/Log"
|
|
15
15
|
], function (
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
16
|
+
Bag,
|
|
17
|
+
AllCatalogs,
|
|
18
|
+
Utils,
|
|
19
|
+
SrvcError,
|
|
20
|
+
Log
|
|
21
21
|
) {
|
|
22
22
|
"use strict";
|
|
23
23
|
|
|
@@ -910,4 +910,4 @@ sap.ui.define([
|
|
|
910
910
|
};
|
|
911
911
|
|
|
912
912
|
return Page;
|
|
913
|
-
}
|
|
913
|
+
});
|
|
@@ -15,12 +15,6 @@ sap.ui.define([
|
|
|
15
15
|
) {
|
|
16
16
|
"use strict";
|
|
17
17
|
|
|
18
|
-
if (typeof jQuery === "function" && jQuery.sap) {
|
|
19
|
-
jQuery.sap.declare("sap.ui2.srvc.contracts.actions");
|
|
20
|
-
jQuery.sap.declare("sap.ui2.srvc.contracts.types");
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
18
|
/**
|
|
25
19
|
* @namespace The namespace for the CHIP API's <code>actions</code> contract, which
|
|
26
20
|
* allows you to provide a CHIP's actions with all related functionality.
|
|
@@ -14,10 +14,6 @@ sap.ui.define([
|
|
|
14
14
|
) {
|
|
15
15
|
"use strict";
|
|
16
16
|
|
|
17
|
-
if (typeof jQuery === "function" && jQuery.sap) {
|
|
18
|
-
jQuery.sap.declare("sap.ui2.srvc.contracts.bag");
|
|
19
|
-
}
|
|
20
|
-
|
|
21
17
|
/**
|
|
22
18
|
* @namespace The namespace for the CHIP API's <code>bag</code> contract, which allows you to
|
|
23
19
|
* access property bags attached to a CHIP instance and read or write properties in these bags.
|
|
@@ -14,10 +14,6 @@ sap.ui.define([
|
|
|
14
14
|
) {
|
|
15
15
|
"use strict";
|
|
16
16
|
|
|
17
|
-
if (typeof jQuery === "function" && jQuery.sap) {
|
|
18
|
-
jQuery.sap.declare("sap.ui2.srvc.contracts.configuration");
|
|
19
|
-
}
|
|
20
|
-
|
|
21
17
|
/**
|
|
22
18
|
* @namespace The namespace for the CHIP API's <code>configuration</code> contract, which allows
|
|
23
19
|
* you to read configuration parameters.
|
|
@@ -12,10 +12,6 @@
|
|
|
12
12
|
) {
|
|
13
13
|
"use strict";
|
|
14
14
|
|
|
15
|
-
if (typeof jQuery === "function" && jQuery.sap) {
|
|
16
|
-
jQuery.sap.declare("sap.ui2.srvc.contracts.configurationUi");
|
|
17
|
-
}
|
|
18
|
-
|
|
19
15
|
/**
|
|
20
16
|
* @namespace The namespace for the CHIP API's <code>configurationUi</code> contract, which
|
|
21
17
|
* allows you to provide a CHIP-specific configuration UI with all related functionality.
|
|
@@ -10,10 +10,6 @@
|
|
|
10
10
|
) {
|
|
11
11
|
"use strict";
|
|
12
12
|
|
|
13
|
-
if (typeof jQuery === "function" && jQuery.sap) {
|
|
14
|
-
jQuery.sap.declare("sap.ui2.srvc.contracts.fullscreen");
|
|
15
|
-
}
|
|
16
|
-
|
|
17
13
|
/**
|
|
18
14
|
* @namespace The namespace for the CHIP API's <code>fullscreen</code> contract, which allows you
|
|
19
15
|
* to deal with toggling of fullscreen mode.
|
|
@@ -10,10 +10,6 @@
|
|
|
10
10
|
) {
|
|
11
11
|
"use strict";
|
|
12
12
|
|
|
13
|
-
if (typeof jQuery === "function" && jQuery.sap) {
|
|
14
|
-
jQuery.sap.declare("sap.ui2.srvc.contracts.preview");
|
|
15
|
-
}
|
|
16
|
-
|
|
17
13
|
sap.ui2 = sap.ui2 || {};
|
|
18
14
|
sap.ui2.srvc = sap.ui2.srvc || {};
|
|
19
15
|
sap.ui2.srvc.contracts = sap.ui2.srvc.contracts || {};
|
|
@@ -10,10 +10,6 @@
|
|
|
10
10
|
) {
|
|
11
11
|
"use strict";
|
|
12
12
|
|
|
13
|
-
if (typeof jQuery === "function" && jQuery.sap) {
|
|
14
|
-
jQuery.sap.declare("sap.ui2.srvc.contracts.refresh");
|
|
15
|
-
}
|
|
16
|
-
|
|
17
13
|
/**
|
|
18
14
|
* @namespace The namespace for the CHIP API's <code>refresh</code> contract, which allows you to
|
|
19
15
|
* handle refresh events.
|
|
@@ -14,11 +14,6 @@ sap.ui.define([
|
|
|
14
14
|
) {
|
|
15
15
|
"use strict";
|
|
16
16
|
|
|
17
|
-
if (typeof jQuery === "function" && jQuery.sap) {
|
|
18
|
-
jQuery.sap.declare("sap.ui2.srvc.contracts.search");
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
|
|
22
17
|
/**
|
|
23
18
|
* @namespace The namespace for the CHIP API's <code>search</code> contract with
|
|
24
19
|
* CHIP search-related functionality. With this contract, the CHIP can provide CHIP-specific
|
|
@@ -10,10 +10,6 @@
|
|
|
10
10
|
) {
|
|
11
11
|
"use strict";
|
|
12
12
|
|
|
13
|
-
if (typeof jQuery === "function" && jQuery.sap) {
|
|
14
|
-
jQuery.sap.declare("sap.ui2.srvc.contracts.url");
|
|
15
|
-
}
|
|
16
|
-
|
|
17
13
|
/**
|
|
18
14
|
* @namespace The namespace for the CHIP API's <code>url</code> contract, which allows you
|
|
19
15
|
* convert relative URLs into absolute ones.
|
|
@@ -14,11 +14,6 @@
|
|
|
14
14
|
) {
|
|
15
15
|
"use strict";
|
|
16
16
|
|
|
17
|
-
if (typeof jQuery === "function" && jQuery.sap) {
|
|
18
|
-
jQuery.sap.declare("sap.ui2.srvc.contracts.visible");
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
|
|
22
17
|
/**
|
|
23
18
|
* @namespace The namespace for the CHIP API's <code>visible</code> contract regarding the
|
|
24
19
|
* CHIP's current visibility within the page.
|
package/ui5.yaml
CHANGED
|
@@ -5,6 +5,7 @@ metadata:
|
|
|
5
5
|
copyright: Copyright (c) 2009-2022 SAP SE, All Rights Reserved
|
|
6
6
|
resources:
|
|
7
7
|
configuration:
|
|
8
|
+
propertiesFileSourceEncoding: ISO-8859-1
|
|
8
9
|
paths:
|
|
9
10
|
src: src/main/js
|
|
10
11
|
test: src/test/js
|
|
@@ -366,8 +367,9 @@ builder:
|
|
|
366
367
|
- sap/ushell/services/Personalization.js
|
|
367
368
|
- sap/ushell/services/PluginManager.js
|
|
368
369
|
- sap/ushell/services/ReferenceResolver.js
|
|
369
|
-
- sap/ushell/services/SupportTicket.js
|
|
370
370
|
- sap/ushell/services/ShellNavigation.js
|
|
371
|
+
- sap/ushell/services/SpaceContent.js
|
|
372
|
+
- sap/ushell/services/SupportTicket.js
|
|
371
373
|
- sap/ushell/services/URLParsing.js
|
|
372
374
|
- sap/ushell/services/URLShortening.js
|
|
373
375
|
- sap/ushell/services/Ui5ComponentLoader.js
|
|
@@ -486,6 +488,7 @@ builder:
|
|
|
486
488
|
- '!sap/ushell/designtime'
|
|
487
489
|
- '!sap/ushell/Layout.js'
|
|
488
490
|
- '!sap/ushell/plugins/'
|
|
491
|
+
- '!sap/ushell/preload-bundles/'
|
|
489
492
|
- '!sap/ushell/services/SearchCEP.js'
|
|
490
493
|
- '!sap/ushell/ui/launchpad/AccessibilityCustomData.js'
|
|
491
494
|
- '!sap/ushell/ui/launchpad/AnchorItem.js'
|
|
@@ -628,8 +631,9 @@ builder:
|
|
|
628
631
|
- sap/ushell/services/Personalization.js
|
|
629
632
|
- sap/ushell/services/PluginManager.js
|
|
630
633
|
- sap/ushell/services/ReferenceResolver.js
|
|
631
|
-
- sap/ushell/services/SupportTicket.js
|
|
632
634
|
- sap/ushell/services/ShellNavigation.js
|
|
635
|
+
- sap/ushell/services/SpaceContent.js
|
|
636
|
+
- sap/ushell/services/SupportTicket.js
|
|
633
637
|
- sap/ushell/services/URLParsing.js
|
|
634
638
|
- sap/ushell/services/URLShortening.js
|
|
635
639
|
- sap/ushell/services/Ui5ComponentLoader.js
|