@openui5/sap.ui.support 1.114.13 → 1.114.14

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/.reuse/dep5 CHANGED
@@ -228,7 +228,7 @@ License: Apache-2.0
228
228
  Comment: these files belong to: Google-Caja JS HTML Sanitizer
229
229
 
230
230
  Files: src/sap.ui.core/src/sap/ui/core/cldr/*
231
- Copyright: 1991-2014 Unicode, Inc.
231
+ Copyright: 1991-2022 Unicode, Inc.
232
232
  License: Unicode-DFS-2015
233
233
  Comment: these files belong to: Unicode Common Locale Data Repository
234
234
 
package/THIRDPARTY.txt CHANGED
@@ -186,7 +186,7 @@ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
186
186
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/caja-html-sanitizer.js
187
187
 
188
188
  Component: Unicode Common Locale Data Repository, version: 41
189
- Copyright: 1991-2014 Unicode, Inc.
189
+ Copyright: 1991-2022 Unicode, Inc.
190
190
  License: Unicode-DFS-2015
191
191
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Unicode-DFS-2015.txt
192
192
  Contained in: src/sap.ui.core/src/sap/ui/core/cldr/*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.support",
3
- "version": "1.114.13",
3
+ "version": "1.114.14",
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/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.114.13",
18
- "@openui5/sap.ui.codeeditor": "1.114.13",
19
- "@openui5/sap.ui.core": "1.114.13",
20
- "@openui5/sap.ui.fl": "1.114.13",
21
- "@openui5/sap.ui.layout": "1.114.13"
17
+ "@openui5/sap.m": "1.114.14",
18
+ "@openui5/sap.ui.codeeditor": "1.114.14",
19
+ "@openui5/sap.ui.core": "1.114.14",
20
+ "@openui5/sap.ui.fl": "1.114.14",
21
+ "@openui5/sap.ui.layout": "1.114.14"
22
22
  }
23
23
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.114.13</version>
9
+ <version>1.114.14</version>
10
10
 
11
11
  <documentation>UI5 library: sap.ui.support</documentation>
12
12
 
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @namespace
33
33
  * @alias sap.ui.support.RuleAnalyzer
34
34
  * @author SAP SE
35
- * @version 1.114.13
35
+ * @version 1.114.14
36
36
  * @public
37
37
  */
38
38
  var RuleAnalyzer = {
@@ -34,7 +34,7 @@ sap.ui.define(["sap/ui/thirdparty/jquery",
34
34
  * @namespace
35
35
  * @deprecated Since version 1.60.0. Please use sap/ui/support/RuleAnalyzer instead.
36
36
  * @author SAP SE
37
- * @version 1.114.13
37
+ * @version 1.114.14
38
38
  * @public
39
39
  */
40
40
  jQuery.sap.support = {
@@ -23,7 +23,7 @@ sap.ui.define(["sap/ui/core/library"],
23
23
  * @namespace
24
24
  * @alias sap.ui.support
25
25
  * @author SAP SE
26
- * @version 1.114.13
26
+ * @version 1.114.14
27
27
  * @since 1.50
28
28
  * @public
29
29
  */
@@ -37,7 +37,7 @@ sap.ui.define(["sap/ui/core/library"],
37
37
  controls: [],
38
38
  elements: [],
39
39
  noLibraryCSS: true,
40
- version: "1.114.13",
40
+ version: "1.114.14",
41
41
  extensions: {
42
42
  //Configuration used for rule loading of Support Assistant
43
43
  "sap.ui.support": {
@@ -35,7 +35,7 @@ function (Log, Version, library, storage, constants) {
35
35
  * @private
36
36
  * @alias sap.ui.support.RuleSet
37
37
  * @author SAP SE
38
- * @version 1.114.13
38
+ * @version 1.114.14
39
39
  * @param {object} oSettings Name of the initiated
40
40
  */
41
41
  var RuleSet = function (oSettings) {
@@ -53,7 +53,7 @@ sap.ui.define([
53
53
  *
54
54
  * @name sap.ui.support.Storage
55
55
  * @author SAP SE.
56
- * @version 1.114.13
56
+ * @version 1.114.14
57
57
  * @private
58
58
  */
59
59
  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.114.13
27
+ * @version 1.114.14
28
28
  * @private
29
29
  */
30
30
  var WindowCommunicationBus = BaseObject.extend("sap.ui.support.supportRules.WindowCommunicationBus", {
@@ -91,7 +91,7 @@ sap.ui.define([
91
91
  *
92
92
  * @extends sap.ui.support.supportRules.ui.controllers.BaseController
93
93
  * @author SAP SE
94
- * @version 1.114.13
94
+ * @version 1.114.14
95
95
  * @private
96
96
  * @alias sap.ui.support.supportRules.ui.controllers.PresetsController
97
97
  */