@sapui5/sap.fe.test 1.111.1 → 1.111.3
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
CHANGED
package/src/sap/fe/test/.library
CHANGED
|
@@ -17982,12 +17982,12 @@ sap.ui.predefine("sap/fe/test/library", ["sap/ui/core/Core", "sap/ui/core/librar
|
|
|
17982
17982
|
controls: [],
|
|
17983
17983
|
elements: [],
|
|
17984
17984
|
// eslint-disable-next-line no-template-curly-in-string
|
|
17985
|
-
version: "1.111.
|
|
17985
|
+
version: "1.111.3",
|
|
17986
17986
|
noLibraryCSS: true
|
|
17987
17987
|
});
|
|
17988
17988
|
return thisLib;
|
|
17989
17989
|
}, false);
|
|
17990
17990
|
sap.ui.require.preload({
|
|
17991
|
-
"sap/fe/test/manifest.json":'{"_version":"1.21.0","sap.app":{"id":"sap.fe.test","type":"library","embeds":[],"applicationVersion":{"version":"1.111.
|
|
17991
|
+
"sap/fe/test/manifest.json":'{"_version":"1.21.0","sap.app":{"id":"sap.fe.test","type":"library","embeds":[],"applicationVersion":{"version":"1.111.3"},"title":"UI5 library: sap.fe.test","description":"UI5 library: sap.fe.test","resources":"resources.json","offline":true},"sap.ui":{"technology":"UI5","supportedThemes":[]},"sap.ui5":{"dependencies":{"libs":{"sap.ui.core":{}}},"library":{"i18n":false,"content":{"controls":[],"elements":[],"types":[],"interfaces":[]}}}}'
|
|
17992
17992
|
});
|
|
17993
17993
|
//# sourceMappingURL=library-preload.js.map
|
|
@@ -22,7 +22,7 @@ sap.ui.define(["sap/ui/core/Core", "sap/ui/core/library"], function (Core, _libr
|
|
|
22
22
|
controls: [],
|
|
23
23
|
elements: [],
|
|
24
24
|
// eslint-disable-next-line no-template-curly-in-string
|
|
25
|
-
version: "1.111.
|
|
25
|
+
version: "1.111.3",
|
|
26
26
|
noLibraryCSS: true
|
|
27
27
|
});
|
|
28
28
|
return thisLib;
|