@openui5/sap.ui.support 1.150.0 → 1.151.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/THIRDPARTY.txt CHANGED
@@ -6,31 +6,31 @@ The full text of all referenced licenses is appended at the end of this file.
6
6
 
7
7
  Library: sap.f:
8
8
 
9
- Component: UI5 Web Components, version: 2.23.2
9
+ Component: UI5 Web Components, version: 2.24.0
10
10
  Copyright: SAP
11
11
  License: Apache-2.0
12
12
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
13
13
  Contained in: src/sap.f/src/sap/f/thirdparty/**
14
14
 
15
- Component: UI5 Web Components Fiori, version: 2.23.2
15
+ Component: UI5 Web Components Fiori, version: 2.24.0
16
16
  Copyright: SAP
17
17
  License: Apache-2.0
18
18
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
19
19
  Contained in: src/sap.f/src/sap/f/thirdparty/**
20
20
 
21
- Component: UI5 Web Components Icons, version: 2.23.2
21
+ Component: UI5 Web Components Icons, version: 2.24.0
22
22
  Copyright: SAP
23
23
  License: Apache-2.0
24
24
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
25
25
  Contained in: src/sap.f/src/sap/f/thirdparty/**
26
26
 
27
- Component: UI5 Web Components Icons Business Suite, version: 2.23.1
27
+ Component: UI5 Web Components Icons Business Suite, version: 2.24.0
28
28
  Copyright: SAP
29
29
  License: Apache-2.0
30
30
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
31
31
  Contained in: src/sap.f/src/sap/f/thirdparty/**
32
32
 
33
- Component: UI5 Web Components Icons TNT, version: 2.23.1
33
+ Component: UI5 Web Components Icons TNT, version: 2.24.0
34
34
  Copyright: SAP
35
35
  License: Apache-2.0
36
36
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -267,7 +267,7 @@ License: MIT
267
267
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
268
268
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/punycode.js
269
269
 
270
- Component: handlebars, version: 4.7.7
270
+ Component: handlebars, version: 4.7.9
271
271
  Copyright: 2011-2019 by Yehuda Katz
272
272
  License: MIT
273
273
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.support",
3
- "version": "1.150.0",
3
+ "version": "1.151.0",
4
4
  "description": "OpenUI5 UI Library sap.ui.support",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,10 +14,10 @@
14
14
  "url": "https://github.com/UI5/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.150.0",
18
- "@openui5/sap.ui.codeeditor": "1.150.0",
19
- "@openui5/sap.ui.core": "1.150.0",
20
- "@openui5/sap.ui.fl": "1.150.0",
21
- "@openui5/sap.ui.layout": "1.150.0"
17
+ "@openui5/sap.m": "1.151.0",
18
+ "@openui5/sap.ui.codeeditor": "1.151.0",
19
+ "@openui5/sap.ui.core": "1.151.0",
20
+ "@openui5/sap.ui.fl": "1.151.0",
21
+ "@openui5/sap.ui.layout": "1.151.0"
22
22
  }
23
23
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2026 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.150.0</version>
9
+ <version>1.151.0</version>
10
10
 
11
11
  <documentation>UI5 library: sap.ui.support</documentation>
12
12
 
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @namespace
34
34
  * @alias sap.ui.support.RuleAnalyzer
35
35
  * @author SAP SE
36
- * @version 1.150.0
36
+ * @version 1.151.0
37
37
  * @public
38
38
  */
39
39
  var RuleAnalyzer = {
@@ -40,7 +40,7 @@ sap.ui.define(["sap/ui/thirdparty/jquery",
40
40
  * @namespace
41
41
  * @deprecated Since version 1.60.0. Please use sap/ui/support/RuleAnalyzer instead.
42
42
  * @author SAP SE
43
- * @version 1.150.0
43
+ * @version 1.151.0
44
44
  * @public
45
45
  */
46
46
  jQuery.sap.support = {
@@ -23,7 +23,7 @@ sap.ui.define(["sap/ui/core/Lib", "sap/ui/base/DataType", "sap/ui/core/library"]
23
23
  * @namespace
24
24
  * @alias sap.ui.support
25
25
  * @author SAP SE
26
- * @version 1.150.0
26
+ * @version 1.151.0
27
27
  * @since 1.50
28
28
  * @public
29
29
  */
@@ -38,7 +38,7 @@ sap.ui.define(["sap/ui/core/Lib", "sap/ui/base/DataType", "sap/ui/core/library"]
38
38
  controls: [],
39
39
  elements: [],
40
40
  noLibraryCSS: true,
41
- version: "1.150.0",
41
+ version: "1.151.0",
42
42
  extensions: {
43
43
  //Configuration used for rule loading of Support Assistant
44
44
  "sap.ui.support": {
@@ -34,7 +34,7 @@ function (Log, Version, library, storage) {
34
34
  * @private
35
35
  * @alias sap.ui.support.RuleSet
36
36
  * @author SAP SE
37
- * @version 1.150.0
37
+ * @version 1.151.0
38
38
  * @param {object} oSettings Name of the initiated
39
39
  */
40
40
  var RuleSet = function (oSettings) {
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  *
33
33
  * @name sap.ui.support.Storage
34
34
  * @author SAP SE.
35
- * @version 1.150.0
35
+ * @version 1.151.0
36
36
  * @private
37
37
  */
38
38
  return /** @lends sap.ui.support.Storage */ {
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @class
25
25
  * @alias sap.ui.support.WindowCommunicationBus
26
26
  * @author SAP SE
27
- * @version 1.150.0
27
+ * @version 1.151.0
28
28
  * @private
29
29
  */
30
30
  var WindowCommunicationBus = BaseObject.extend("sap.ui.support.supportRules.WindowCommunicationBus", {
@@ -385,7 +385,7 @@ sap.ui.define([
385
385
  MessageBox.warning(
386
386
  "Temporary rules have been deprecated and are non-functional anymore. Please use library rulesets instead.",
387
387
  {
388
- details: "See documentation about <a href='https://ui5.sap.com/#/topic/b5a51358b3574aea9143fa50ae4e0e2a' target='_blank'>library rulesets</a>.",
388
+ details: "See documentation about <a href='https://ui5.sap.com/#/topic/b5a51358b3574aea9143fa50ae4e0e2a' target='_blank' rel='noopener noreferrer'>library rulesets</a>.",
389
389
  contentWidth: "400px"
390
390
  }
391
391
  );
@@ -93,7 +93,7 @@ sap.ui.define([
93
93
  *
94
94
  * @extends sap.ui.support.supportRules.ui.controllers.BaseController
95
95
  * @author SAP SE
96
- * @version 1.150.0
96
+ * @version 1.151.0
97
97
  * @private
98
98
  * @alias sap.ui.support.supportRules.ui.controllers.PresetsController
99
99
  */