@openui5/sap.ui.support 1.100.0 → 1.101.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 +5 -5
- package/package.json +6 -6
- package/src/sap/ui/support/.library +1 -1
- package/src/sap/ui/support/RuleAnalyzer.js +1 -1
- package/src/sap/ui/support/jQuery.sap.support.js +1 -1
- package/src/sap/ui/support/library.js +17 -19
- package/src/sap/ui/support/supportRules/RuleSet.js +1 -1
- package/src/sap/ui/support/supportRules/Storage.js +1 -1
- package/src/sap/ui/support/supportRules/WindowCommunicationBus.js +1 -1
- package/src/sap/ui/support/supportRules/ui/controllers/PresetsController.js +1 -1
package/THIRDPARTY.txt
CHANGED
|
@@ -400,7 +400,7 @@ Contained in: src/sap.ui.mdc/test/sap/ui/mdc/sample/field/filterfieldwithoperato
|
|
|
400
400
|
|
|
401
401
|
Library: sap.ui.webc.common:
|
|
402
402
|
|
|
403
|
-
Component: UI5 Web Components, version: 1.
|
|
403
|
+
Component: UI5 Web Components, version: 1.1.2
|
|
404
404
|
Copyright: SAP
|
|
405
405
|
License: Apache-2.0
|
|
406
406
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -411,7 +411,7 @@ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.*
|
|
|
411
411
|
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.*
|
|
412
412
|
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/*.*
|
|
413
413
|
|
|
414
|
-
Component: lit-html, version:
|
|
414
|
+
Component: lit-html, version: 2.0.1
|
|
415
415
|
Copyright: Google LLC
|
|
416
416
|
License: BSD-3-Clause
|
|
417
417
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
@@ -420,7 +420,7 @@ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/
|
|
|
420
420
|
|
|
421
421
|
Library: sap.ui.webc.fiori:
|
|
422
422
|
|
|
423
|
-
Component: UI5 Web Components, version: 1.
|
|
423
|
+
Component: UI5 Web Components, version: 1.1.2
|
|
424
424
|
Copyright: SAP
|
|
425
425
|
License: Apache-2.0
|
|
426
426
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -429,7 +429,7 @@ Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/*.*
|
|
|
429
429
|
|
|
430
430
|
Library: sap.ui.webc.main:
|
|
431
431
|
|
|
432
|
-
Component: UI5 Web Components, version: 1.
|
|
432
|
+
Component: UI5 Web Components, version: 1.1.2
|
|
433
433
|
Copyright: SAP
|
|
434
434
|
License: Apache-2.0
|
|
435
435
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -450,7 +450,7 @@ License: Apache-2.0
|
|
|
450
450
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
451
451
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
452
452
|
|
|
453
|
-
Component: SAP Theming Base Content, version: 11.1.
|
|
453
|
+
Component: SAP Theming Base Content, version: 11.1.38
|
|
454
454
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
455
455
|
License: Apache-2.0
|
|
456
456
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.support",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.101.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/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.m": "1.
|
|
18
|
-
"@openui5/sap.ui.codeeditor": "1.
|
|
19
|
-
"@openui5/sap.ui.core": "1.
|
|
20
|
-
"@openui5/sap.ui.fl": "1.
|
|
21
|
-
"@openui5/sap.ui.layout": "1.
|
|
17
|
+
"@openui5/sap.m": "1.101.0",
|
|
18
|
+
"@openui5/sap.ui.codeeditor": "1.101.0",
|
|
19
|
+
"@openui5/sap.ui.core": "1.101.0",
|
|
20
|
+
"@openui5/sap.ui.fl": "1.101.0",
|
|
21
|
+
"@openui5/sap.ui.layout": "1.101.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.101.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>UI5 library: sap.ui.support</documentation>
|
|
12
12
|
|
|
@@ -35,7 +35,7 @@ sap.ui.define(["sap/ui/thirdparty/jquery",
|
|
|
35
35
|
* @deprecated Since version 1.60.0. Please use sap/ui/support/RuleAnalyzer instead.
|
|
36
36
|
* @alias jQuery.sap.support
|
|
37
37
|
* @author SAP SE
|
|
38
|
-
* @version 1.
|
|
38
|
+
* @version 1.101.0
|
|
39
39
|
* @public
|
|
40
40
|
*/
|
|
41
41
|
jQuery.sap.support = {
|
|
@@ -21,17 +21,13 @@ sap.ui.define(["sap/ui/core/library"],
|
|
|
21
21
|
* rules to check all aspects of an application.
|
|
22
22
|
*
|
|
23
23
|
* @namespace
|
|
24
|
-
* @
|
|
24
|
+
* @alias sap.ui.support
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.
|
|
26
|
+
* @version 1.101.0
|
|
27
27
|
* @since 1.50
|
|
28
28
|
* @public
|
|
29
29
|
*/
|
|
30
|
-
|
|
31
|
-
// library dependencies
|
|
32
|
-
|
|
33
|
-
// delegate further initialization of this library to the Core
|
|
34
|
-
sap.ui.getCore().initLibrary({
|
|
30
|
+
var thisLib = sap.ui.getCore().initLibrary({
|
|
35
31
|
name : "sap.ui.support",
|
|
36
32
|
dependencies : ["sap.ui.core"],
|
|
37
33
|
types: [
|
|
@@ -41,7 +37,7 @@ sap.ui.define(["sap/ui/core/library"],
|
|
|
41
37
|
controls: [],
|
|
42
38
|
elements: [],
|
|
43
39
|
noLibraryCSS: true,
|
|
44
|
-
version: "1.
|
|
40
|
+
version: "1.101.0",
|
|
45
41
|
extensions: {
|
|
46
42
|
//Configuration used for rule loading of Support Assistant
|
|
47
43
|
"sap.ui.support": {
|
|
@@ -53,10 +49,10 @@ sap.ui.define(["sap/ui/core/library"],
|
|
|
53
49
|
/**
|
|
54
50
|
* Defines severity types.
|
|
55
51
|
* @enum {string}
|
|
56
|
-
* @since 1.
|
|
52
|
+
* @since 1.50
|
|
57
53
|
* @public
|
|
58
54
|
*/
|
|
59
|
-
|
|
55
|
+
thisLib.Severity = {
|
|
60
56
|
/**
|
|
61
57
|
* Medium issue severity.
|
|
62
58
|
* @public
|
|
@@ -77,10 +73,10 @@ sap.ui.define(["sap/ui/core/library"],
|
|
|
77
73
|
/**
|
|
78
74
|
* Defines the Audiences.
|
|
79
75
|
* @enum {string}
|
|
80
|
-
* @since 1.
|
|
76
|
+
* @since 1.50
|
|
81
77
|
* @public
|
|
82
78
|
*/
|
|
83
|
-
|
|
79
|
+
thisLib.Audiences = {
|
|
84
80
|
/**
|
|
85
81
|
* Audience just on Control level.
|
|
86
82
|
* @public
|
|
@@ -101,10 +97,10 @@ sap.ui.define(["sap/ui/core/library"],
|
|
|
101
97
|
/**
|
|
102
98
|
* Issue Categories.
|
|
103
99
|
* @enum {string}
|
|
104
|
-
* @since 1.
|
|
100
|
+
* @since 1.50
|
|
105
101
|
* @public
|
|
106
102
|
*/
|
|
107
|
-
|
|
103
|
+
thisLib.Categories = {
|
|
108
104
|
/**
|
|
109
105
|
* Accessibility issue category.
|
|
110
106
|
* @public
|
|
@@ -132,6 +128,7 @@ sap.ui.define(["sap/ui/core/library"],
|
|
|
132
128
|
Consistency: "Consistency",
|
|
133
129
|
/**
|
|
134
130
|
* Fiori Guidelines issue category.
|
|
131
|
+
* @since 1.58
|
|
135
132
|
* @public
|
|
136
133
|
*/
|
|
137
134
|
FioriGuidelines : "FioriGuidelines",
|
|
@@ -152,6 +149,7 @@ sap.ui.define(["sap/ui/core/library"],
|
|
|
152
149
|
DataModel: "DataModel",
|
|
153
150
|
/**
|
|
154
151
|
* Modularization issue category.
|
|
152
|
+
* @since 1.60
|
|
155
153
|
* @public
|
|
156
154
|
*/
|
|
157
155
|
Modularization: "Modularization",
|
|
@@ -170,10 +168,10 @@ sap.ui.define(["sap/ui/core/library"],
|
|
|
170
168
|
/**
|
|
171
169
|
* Analysis history formats.
|
|
172
170
|
* @enum {string}
|
|
173
|
-
* @since 1.
|
|
171
|
+
* @since 1.58
|
|
174
172
|
* @public
|
|
175
173
|
*/
|
|
176
|
-
|
|
174
|
+
thisLib.HistoryFormats = {
|
|
177
175
|
/**
|
|
178
176
|
* ABAP history format.
|
|
179
177
|
* @public
|
|
@@ -189,10 +187,10 @@ sap.ui.define(["sap/ui/core/library"],
|
|
|
189
187
|
/**
|
|
190
188
|
* Contains the available system presets.
|
|
191
189
|
* @enum {object}
|
|
192
|
-
* @since 1.
|
|
190
|
+
* @since 1.60
|
|
193
191
|
* @public
|
|
194
192
|
*/
|
|
195
|
-
|
|
193
|
+
thisLib.SystemPresets = {
|
|
196
194
|
/**
|
|
197
195
|
* The accessibility preset.
|
|
198
196
|
*
|
|
@@ -226,5 +224,5 @@ sap.ui.define(["sap/ui/core/library"],
|
|
|
226
224
|
}
|
|
227
225
|
};
|
|
228
226
|
|
|
229
|
-
return
|
|
227
|
+
return thisLib;
|
|
230
228
|
});
|
|
@@ -39,7 +39,7 @@ function (Log, Version, library, storage, constants) {
|
|
|
39
39
|
* @name sap.ui.support.RuleSet
|
|
40
40
|
* @memberof sap.ui.support
|
|
41
41
|
* @author SAP SE
|
|
42
|
-
* @version 1.
|
|
42
|
+
* @version 1.101.0
|
|
43
43
|
* @param {object} oSettings Name of the initiated
|
|
44
44
|
* @returns {void}
|
|
45
45
|
*/
|
|
@@ -57,7 +57,7 @@ sap.ui.define([
|
|
|
57
57
|
* @name sap.ui.support.Storage
|
|
58
58
|
* @alias sap.ui.support.Storage
|
|
59
59
|
* @author SAP SE.
|
|
60
|
-
* @version 1.
|
|
60
|
+
* @version 1.101.0
|
|
61
61
|
* @private
|
|
62
62
|
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
63
63
|
*/
|
|
@@ -26,7 +26,7 @@ sap.ui.define([
|
|
|
26
26
|
* @name sap.ui.support.WindowCommunicationBus
|
|
27
27
|
* @memberof sap.ui.support
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.
|
|
29
|
+
* @version 1.101.0
|
|
30
30
|
* @private
|
|
31
31
|
*/
|
|
32
32
|
var WindowCommunicationBus = BaseObject.extend("sap.ui.support.supportRules.WindowCommunicationBus", {
|