@sapui5/sap.fe.placeholder 1.121.0 → 1.122.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.fe.placeholder",
3
- "version": "1.121.0",
3
+ "version": "1.122.0",
4
4
  "description": "SAPUI5 Library sap.fe.placeholder",
5
5
  "keywords": [
6
6
  "sapui5",
@@ -6,7 +6,7 @@
6
6
  SAP UI development toolkit for HTML5 (SAPUI5)
7
7
  (c) Copyright 2009-2021 SAP SE. All rights reserved
8
8
  </copyright>
9
- <version>1.121.0</version>
9
+ <version>1.122.0</version>
10
10
 
11
11
  <documentation>UI5 library: sap.fe.placeholder</documentation>
12
12
 
@@ -7,10 +7,10 @@
7
7
 
8
8
  sap.ui.define(
9
9
  [
10
- "sap/ui/core/Core", // implicit dependency
10
+ "sap/ui/core/Lib", // implicit dependency
11
11
  "sap/ui/core/library" // library dependency
12
12
  ],
13
- function (Core) {
13
+ function (Library) {
14
14
  "use strict";
15
15
 
16
16
  /**
@@ -24,7 +24,7 @@ sap.ui.define(
24
24
 
25
25
  // library dependencies
26
26
  // delegate further initialization of this library to the Core
27
- return Core.initLibrary({
27
+ return Library.init({
28
28
  name: "sap.fe.placeholder",
29
29
  dependencies: ["sap.ui.core"],
30
30
  types: [],
@@ -32,7 +32,7 @@ sap.ui.define(
32
32
  controls: [],
33
33
  elements: [],
34
34
  // eslint-disable-next-line no-template-curly-in-string
35
- version: "1.121.0",
35
+ version: "1.122.0",
36
36
  noLibraryCSS: false,
37
37
  extensions: {}
38
38
  });