@openui5/sap.ui.support 1.118.0 → 1.119.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 +2 -2
- 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 +2 -2
- 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/src/sap/ui/support/supportRules/ui/views/Analysis.view.xml +1 -1
- package/src/sap/ui/support/supportRules/ui/views/Issues.view.xml +8 -5
package/THIRDPARTY.txt
CHANGED
|
@@ -401,7 +401,7 @@ License: MIT
|
|
|
401
401
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
402
402
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptive-expressions.js
|
|
403
403
|
|
|
404
|
-
Component: Markdown-it, version: 12.2
|
|
404
|
+
Component: Markdown-it, version: 12.3.2
|
|
405
405
|
Copyright: 2014 Vitaly Puzrin, Alex Kocharin
|
|
406
406
|
License: MIT
|
|
407
407
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
@@ -466,7 +466,7 @@ License: Apache-2.0
|
|
|
466
466
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
467
467
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
468
468
|
|
|
469
|
-
Component: SAP Theming Base Content, version: 11.
|
|
469
|
+
Component: SAP Theming Base Content, version: 11.6.8
|
|
470
470
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
471
471
|
License: Apache-2.0
|
|
472
472
|
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.119.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.119.0",
|
|
18
|
+
"@openui5/sap.ui.codeeditor": "1.119.0",
|
|
19
|
+
"@openui5/sap.ui.core": "1.119.0",
|
|
20
|
+
"@openui5/sap.ui.fl": "1.119.0",
|
|
21
|
+
"@openui5/sap.ui.layout": "1.119.0"
|
|
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.
|
|
9
|
+
<version>1.119.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>UI5 library: sap.ui.support</documentation>
|
|
12
12
|
|
|
@@ -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.
|
|
26
|
+
* @version 1.119.0
|
|
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.
|
|
40
|
+
version: "1.119.0",
|
|
41
41
|
extensions: {
|
|
42
42
|
//Configuration used for rule loading of Support Assistant
|
|
43
43
|
"sap.ui.support": {
|
|
@@ -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.
|
|
27
|
+
* @version 1.119.0
|
|
28
28
|
* @private
|
|
29
29
|
*/
|
|
30
30
|
var WindowCommunicationBus = BaseObject.extend("sap.ui.support.supportRules.WindowCommunicationBus", {
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
xmlns:c="sap.ui.core"
|
|
8
8
|
xmlns:f="sap.ui.layout.form"
|
|
9
9
|
xmlns:t="sap.ui.table"
|
|
10
|
+
xmlns:trm="sap.ui.table.rowmodes"
|
|
10
11
|
xmlns:mvc="sap.ui.core.mvc">
|
|
11
12
|
<l:Splitter>
|
|
12
13
|
<l:contentAreas>
|
|
@@ -122,9 +123,10 @@
|
|
|
122
123
|
selectionBehavior="RowOnly"
|
|
123
124
|
enableColumnReordering="false"
|
|
124
125
|
rows="{path: '/issues'}"
|
|
125
|
-
rowSelectionChange="onRowSelectionChanged"
|
|
126
|
-
|
|
127
|
-
|
|
126
|
+
rowSelectionChange="onRowSelectionChanged">
|
|
127
|
+
<t:rowMode>
|
|
128
|
+
<trm:Auto rowContentHeight="24"/>
|
|
129
|
+
</t:rowMode>
|
|
128
130
|
<t:columns>
|
|
129
131
|
<t:Column resizable="false">
|
|
130
132
|
<Label text="Issues"/>
|
|
@@ -150,12 +152,13 @@
|
|
|
150
152
|
<t:Table
|
|
151
153
|
rows="{path: '/selectedIssue/issues'}"
|
|
152
154
|
selectionMode="Single"
|
|
153
|
-
rowHeight="24"
|
|
154
155
|
selectionBehavior="RowOnly"
|
|
155
156
|
enableColumnReordering="false"
|
|
156
|
-
visibleRowCount="{/visibleRowCount}"
|
|
157
157
|
rowSelectionChange="onRowSelection"
|
|
158
158
|
id="issueTable">
|
|
159
|
+
<t:rowMode>
|
|
160
|
+
<trm:Fixed rowContentHeight="24" rowCount="{/visibleRowCount}"/>
|
|
161
|
+
</t:rowMode>
|
|
159
162
|
<t:columns>
|
|
160
163
|
<t:Column
|
|
161
164
|
width="36px"
|