@openui5/sap.ui.ux3 1.138.0 → 1.139.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/README.md +1 -1
- package/REUSE.toml +8 -1
- package/THIRDPARTY.txt +72 -66
- package/package.json +5 -5
- package/src/sap/ui/ux3/.library +1 -1
- package/src/sap/ui/ux3/ActionBar.js +1 -1
- package/src/sap/ui/ux3/Collection.js +1 -1
- package/src/sap/ui/ux3/CollectionInspector.js +1 -1
- package/src/sap/ui/ux3/DataSet.js +1 -1
- package/src/sap/ui/ux3/DataSetItem.js +1 -1
- package/src/sap/ui/ux3/DataSetSimpleView.js +1 -1
- package/src/sap/ui/ux3/Exact.js +1 -1
- package/src/sap/ui/ux3/ExactArea.js +1 -1
- package/src/sap/ui/ux3/ExactAttribute.js +1 -1
- package/src/sap/ui/ux3/ExactBrowser.js +1 -1
- package/src/sap/ui/ux3/ExactList.js +1 -1
- package/src/sap/ui/ux3/FacetFilter.js +1 -1
- package/src/sap/ui/ux3/FacetFilterList.js +1 -1
- package/src/sap/ui/ux3/Feed.js +1 -1
- package/src/sap/ui/ux3/FeedChunk.js +1 -1
- package/src/sap/ui/ux3/Feeder.js +1 -1
- package/src/sap/ui/ux3/NavigationBar.js +1 -1
- package/src/sap/ui/ux3/NavigationItem.js +1 -1
- package/src/sap/ui/ux3/NotificationBar.js +1 -1
- package/src/sap/ui/ux3/Notifier.js +1 -1
- package/src/sap/ui/ux3/Overlay.js +1 -1
- package/src/sap/ui/ux3/OverlayContainer.js +1 -1
- package/src/sap/ui/ux3/OverlayDialog.js +1 -1
- package/src/sap/ui/ux3/QuickView.js +1 -1
- package/src/sap/ui/ux3/Shell.js +1 -1
- package/src/sap/ui/ux3/ThingAction.js +1 -1
- package/src/sap/ui/ux3/ThingGroup.js +1 -1
- package/src/sap/ui/ux3/ThingInspector.js +1 -1
- package/src/sap/ui/ux3/ThingViewer.js +1 -1
- package/src/sap/ui/ux3/ToolPopup.js +1 -1
- package/src/sap/ui/ux3/library.js +2 -2
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|

|
|
2
2
|
|
|
3
3
|
# @openui5/sap.ui.ux3
|
|
4
|
-
Runtime resources of the [OpenUI5](https://github.com/
|
|
4
|
+
Runtime resources of the [OpenUI5](https://github.com/UI5/openui5) UI Library **sap.ui.ux3**.
|
|
5
5
|
|
|
6
6
|
## Deprecation
|
|
7
7
|
**This library is deprecated and should not be used for new projects.**
|
package/REUSE.toml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
version = 1
|
|
2
2
|
SPDX-PackageName = "OpenUI5"
|
|
3
3
|
SPDX-PackageSupplier = "SAP OpenUI5 <openui5@sap.com>"
|
|
4
|
-
SPDX-PackageDownloadLocation = "https://github.com/
|
|
4
|
+
SPDX-PackageDownloadLocation = "https://github.com/UI5/openui5"
|
|
5
5
|
SPDX-PackageComment = "The code in this project may include calls to APIs (“API Calls”) of\n SAP or third-party products or services developed outside of this project\n (“External Products”).\n “APIs” means application programming interfaces, as well as their respective\n specifications and implementing code that allows software to communicate with\n other software.\n API Calls to External Products are not licensed under the open source license\n that governs this project. The use of such API Calls and related External\n Products are subject to applicable additional agreements with the relevant\n provider of the External Products. In no event shall the open source license\n that governs this project grant any rights in or to any External Products,or\n alter, expand or supersede any terms of the applicable additional agreements.\n If you have a valid license agreement with SAP for the use of a particular SAP\n External Product, then you may make use of any API Calls included in this\n project’s code for that SAP External Product, subject to the terms of such\n license agreement. If you do not have a valid license agreement for the use of\n a particular SAP External Product, then you may only make use of any API Calls\n in this project for that SAP External Product for your internal, non-productive\n and non-commercial test and evaluation of such API Calls. Nothing herein grants\n you any rights to use or access any SAP External Product, or provide any third\n parties the right to use of access any SAP External Product, through API Calls."
|
|
6
6
|
|
|
7
7
|
[[annotations]]
|
|
@@ -464,6 +464,13 @@ SPDX-FileCopyrightText = [
|
|
|
464
464
|
SPDX-License-Identifier = "Apache-2.0 and ISC"
|
|
465
465
|
SPDX-FileComment = "these files contain content from SAP and node-lru-cache: LRUPersistentCache.js is overall written by SAP, but portions ('Least Recently Used' logic) are taken from the node-lru-cache project (see https://github.com/isaacs/node-lru-cache/blob/v2.7.3/README.md) and modified."
|
|
466
466
|
|
|
467
|
+
[[annotations]]
|
|
468
|
+
path = "src/sap.ui.core/test/sap/ui/core/qunit/testdata/fastnavigation/webc/integration/**"
|
|
469
|
+
precedence = "aggregate"
|
|
470
|
+
SPDX-FileCopyrightText = "SAP SE (and OpenUI5 contributors)"
|
|
471
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
472
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components"
|
|
473
|
+
|
|
467
474
|
|
|
468
475
|
# Library: sap.ui.documentation:
|
|
469
476
|
|
package/THIRDPARTY.txt
CHANGED
|
@@ -9,13 +9,13 @@ Library: sap.m:
|
|
|
9
9
|
Component: purify.js, version: 3.2.4
|
|
10
10
|
Copyright: Mario Heiderich
|
|
11
11
|
License: Apache-2.0
|
|
12
|
-
License Text: https://github.com/
|
|
12
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
13
13
|
Contained in: src/sap.m/src/sap/m/_thirdparty/purify.js
|
|
14
14
|
|
|
15
15
|
Component: QUnit Composite 2.0.0, version: 2.0.0
|
|
16
16
|
Copyright: jQuery Foundation and other contributors, https://jquery.org/
|
|
17
17
|
License: MIT
|
|
18
|
-
License Text: https://github.com/
|
|
18
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
19
19
|
Contained in: src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.css
|
|
20
20
|
src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.js
|
|
21
21
|
|
|
@@ -25,7 +25,7 @@ Library: sap.ui.codeeditor:
|
|
|
25
25
|
Component: Ace (Ajax.org Cloud9 Editor), version: 1.36.5
|
|
26
26
|
Copyright: 2010, Ajax.org B.V.
|
|
27
27
|
License: BSD-3-Clause
|
|
28
|
-
License Text: https://github.com/
|
|
28
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
29
29
|
Contained in: src/sap.ui.codeeditor/src/sap/ui/codeeditor/js/ace/**
|
|
30
30
|
|
|
31
31
|
|
|
@@ -34,13 +34,13 @@ Library: sap.ui.commons:
|
|
|
34
34
|
Component: jQuery UI, version: 1.10.4
|
|
35
35
|
Copyright: 2014 jQuery Foundation and other contributors
|
|
36
36
|
License: MIT
|
|
37
|
-
License Text: https://github.com/
|
|
37
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
38
38
|
Contained in: src/sap.ui.commons/src/sap/ui/commons/themes/base/jQueryUi*
|
|
39
39
|
|
|
40
40
|
Component: jquery.fix.clone
|
|
41
41
|
Copyright: Spencer Tipping
|
|
42
42
|
License: MIT
|
|
43
|
-
License Text: https://github.com/
|
|
43
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
44
44
|
Contained in: src/sap.ui.commons/src/sap/ui/commons/Carousel.js
|
|
45
45
|
|
|
46
46
|
|
|
@@ -49,7 +49,7 @@ Library: sap.ui.core:
|
|
|
49
49
|
Component: jQuery 3, version: 3.6.0
|
|
50
50
|
Copyright: OpenJS Foundation and other contributors
|
|
51
51
|
License: MIT
|
|
52
|
-
License Text: https://github.com/
|
|
52
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
53
53
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/jquery.js
|
|
54
54
|
src/sap.ui.core/src/sap/base/util/isPlainObject.js
|
|
55
55
|
src/sap.ui.core/src/sap/base/util/_merge.js
|
|
@@ -58,152 +58,152 @@ Contained in: src/sap.ui.core/src/sap/ui/thirdparty/jquery.js
|
|
|
58
58
|
Component: jQuery 1, version: 1.7.1
|
|
59
59
|
Copyright: 2011, John Resig
|
|
60
60
|
License: MIT
|
|
61
|
-
License Text: https://github.com/
|
|
61
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
62
62
|
Contained in: src/sap.ui.core/src/sap/ui/Device.js
|
|
63
63
|
|
|
64
64
|
Component: jQuery UI 1.8, version: 1.8.17
|
|
65
65
|
Copyright: 2014 jQuery Foundation and other contributors
|
|
66
66
|
License: MIT
|
|
67
|
-
License Text: https://github.com/
|
|
67
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
68
68
|
Contained in: src/sap.ui.core/src/sap/ui/dom/jquery/Selectors.js
|
|
69
69
|
|
|
70
70
|
Component: jQuery UI 1.10, version: 1.10.4
|
|
71
71
|
Copyright: 2014 jQuery Foundation and other contributors
|
|
72
72
|
License: MIT
|
|
73
|
-
License Text: https://github.com/
|
|
73
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
74
74
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/jqueryui/**
|
|
75
75
|
src/sap.ui.core/src/jquery.sap.dom.js
|
|
76
76
|
|
|
77
77
|
Component: jQuery UI 1.11, version: 1.11.1
|
|
78
78
|
Copyright: 2014 jQuery Foundation and other contributors
|
|
79
79
|
License: MIT
|
|
80
|
-
License Text: https://github.com/
|
|
80
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
81
81
|
Contained in: src/sap.ui.core/src/sap/ui/dom/jquery/zIndex.js
|
|
82
82
|
|
|
83
83
|
Component: QUnit, version: 1.18.0
|
|
84
84
|
Copyright: jQuery Foundation and other contributors
|
|
85
85
|
License: MIT
|
|
86
|
-
License Text: https://github.com/
|
|
86
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
87
87
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit.css
|
|
88
88
|
src/sap.ui.core/src/sap/ui/thirdparty/qunit.js
|
|
89
89
|
|
|
90
90
|
Component: QUnit 2, version: 2.3.2
|
|
91
91
|
Copyright: jQuery Foundation and other contributors
|
|
92
92
|
License: MIT
|
|
93
|
-
License Text: https://github.com/
|
|
93
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
94
94
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-2.css
|
|
95
95
|
src/sap.ui.core/src/sap/ui/thirdparty/qunit-2.js
|
|
96
96
|
|
|
97
97
|
Component: QUnit 2.18, version: 2.18.0
|
|
98
98
|
Copyright: jQuery Foundation and other contributors
|
|
99
99
|
License: MIT
|
|
100
|
-
License Text: https://github.com/
|
|
100
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
101
101
|
Contained in: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18.css
|
|
102
102
|
src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18.js
|
|
103
103
|
|
|
104
104
|
Component: jQuery-Migrate, version: 3.3.1
|
|
105
105
|
Copyright: OpenJS Foundation and other contributors
|
|
106
106
|
License: MIT
|
|
107
|
-
License Text: https://github.com/
|
|
107
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
108
108
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/jquery-compat.js
|
|
109
109
|
|
|
110
110
|
Component: jQuery Mobile, version: 1.3.1
|
|
111
111
|
Copyright: 2010, 2013 jQuery Foundation, Inc. and other contributors
|
|
112
112
|
License: MIT
|
|
113
|
-
License Text: https://github.com/
|
|
113
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
114
114
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/jquery-mobile-custom.js
|
|
115
115
|
|
|
116
116
|
Component: jQuery.rtl-scroll-type, version: 2.0.0
|
|
117
117
|
Copyright: 2012 Wei-Ko Kao
|
|
118
118
|
License: MIT
|
|
119
|
-
License Text: https://github.com/
|
|
119
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
120
120
|
Contained in: src/sap.ui.core/src/sap/ui/util/_FeatureDetection.js
|
|
121
121
|
|
|
122
122
|
Component: QUnit Composite, version: 1.0.2-pre
|
|
123
123
|
Copyright: jQuery Foundation and other contributors
|
|
124
124
|
License: MIT
|
|
125
|
-
License Text: https://github.com/
|
|
125
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
126
126
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite.css
|
|
127
127
|
src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite.js
|
|
128
128
|
|
|
129
129
|
Component: JUnit Reporter for QUnit, version: 1.1.1
|
|
130
130
|
Copyright: jQuery Foundation and other contributors
|
|
131
131
|
License: MIT
|
|
132
|
-
License Text: https://github.com/
|
|
132
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
133
133
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-reporter-junit.js
|
|
134
134
|
src/sap.ui.core/src/sap/ui/qunit/qunit-junit.js
|
|
135
135
|
|
|
136
136
|
Component: Zynga Scroller, version: 1.2.1-0-g5d43806
|
|
137
137
|
Copyright: 2011 Zynga Inc.
|
|
138
138
|
License: MIT
|
|
139
|
-
License Text: https://github.com/
|
|
139
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
140
140
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/zyngascroll.js
|
|
141
141
|
|
|
142
142
|
Component: LESS, version: 1.6.3
|
|
143
143
|
Copyright: 2009-2014, Alexis Sellier
|
|
144
144
|
License: Apache-2.0
|
|
145
|
-
License Text: https://github.com/
|
|
145
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
146
146
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/less.js
|
|
147
147
|
|
|
148
148
|
Component: DataJS
|
|
149
149
|
Copyright: 2011 Microsoft
|
|
150
150
|
License: MIT
|
|
151
|
-
License Text: https://github.com/
|
|
151
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
152
152
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/datajs.js
|
|
153
153
|
|
|
154
154
|
Component: D3, version: 3.4.12
|
|
155
155
|
Copyright: 2010-2014 Michael Bostock
|
|
156
156
|
License: BSD-3-Clause
|
|
157
|
-
License Text: https://github.com/
|
|
157
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
158
158
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/d3.js
|
|
159
159
|
|
|
160
160
|
Component: JSZip, version: 2.2.0
|
|
161
161
|
Copyright: 2009-2014 Stuart Knightley, David Duponchel, Franz Buchinger, António Afonso
|
|
162
162
|
License: MIT
|
|
163
|
-
License Text: https://github.com/
|
|
163
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
164
164
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/jszip.js
|
|
165
165
|
|
|
166
166
|
Component: Google-Caja JS HTML Sanitizer, version: Build 4884
|
|
167
167
|
Copyright: Google Inc.
|
|
168
168
|
License: Apache-2.0
|
|
169
|
-
License Text: https://github.com/
|
|
169
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
170
170
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/caja-html-sanitizer.js
|
|
171
171
|
|
|
172
172
|
Component: Unicode Common Locale Data Repository, version: 46.1.0
|
|
173
173
|
Copyright: 1991-2024 Unicode, Inc.
|
|
174
174
|
License: LicenseRef-Unicode-3.0
|
|
175
|
-
License Text: https://github.com/
|
|
175
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/LicenseRef-Unicode-3.0.txt
|
|
176
176
|
Contained in: src/sap.ui.core/src/sap/ui/core/cldr/**
|
|
177
177
|
|
|
178
178
|
Component: SinonJS, version: 1.14.1
|
|
179
179
|
Copyright: 2010-2014, Christian Johansen, christian@cjohansen.no
|
|
180
180
|
License: BSD-3-Clause
|
|
181
|
-
License Text: https://github.com/
|
|
181
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
182
182
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/sinon.js
|
|
183
183
|
src/sap.ui.core/src/sap/ui/thirdparty/sinon-server.js
|
|
184
184
|
|
|
185
185
|
Component: SinonJS, version: 4.4.6
|
|
186
186
|
Copyright: 2010-2017, Christian Johansen, christian@cjohansen.no
|
|
187
187
|
License: BSD-3-Clause
|
|
188
|
-
License Text: https://github.com/
|
|
188
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
189
189
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/sinon-4.js
|
|
190
190
|
|
|
191
191
|
Component: SinonJS 14, version: 14.0.0
|
|
192
192
|
Copyright: 2010-2022, Christian Johansen, christian@cjohansen.no
|
|
193
193
|
License: BSD-3-Clause
|
|
194
|
-
License Text: https://github.com/
|
|
194
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
195
195
|
Contained in: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/sinon-14.0.js
|
|
196
196
|
|
|
197
197
|
Component: Sinon-qunit, version: 2.0.0
|
|
198
198
|
Copyright: 2010-2011, Christian Johansen
|
|
199
199
|
License: BSD-3-Clause
|
|
200
|
-
License Text: https://github.com/
|
|
200
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
201
201
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/sinon-qunit.js
|
|
202
202
|
|
|
203
203
|
Component: URI.js, version: 1.19.11
|
|
204
204
|
Copyright: Rodney Rehm
|
|
205
205
|
License: MIT
|
|
206
|
-
License Text: https://github.com/
|
|
206
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
207
207
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/URI.js
|
|
208
208
|
src/sap.ui.core/src/sap/ui/thirdparty/URITemplate.js
|
|
209
209
|
src/sap.ui.core/src/sap/ui/thirdparty/SecondLevelDomains.js
|
|
@@ -212,137 +212,143 @@ Contained in: src/sap.ui.core/src/sap/ui/thirdparty/URI.js
|
|
|
212
212
|
Component: punycode.js, version: 1.4.0
|
|
213
213
|
Copyright: Mathias Bynens
|
|
214
214
|
License: MIT
|
|
215
|
-
License Text: https://github.com/
|
|
215
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
216
216
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/punycode.js
|
|
217
217
|
|
|
218
218
|
Component: handlebars, version: 4.7.7
|
|
219
219
|
Copyright: 2011-2019 by Yehuda Katz
|
|
220
220
|
License: MIT
|
|
221
|
-
License Text: https://github.com/
|
|
221
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
222
222
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/handlebars.js
|
|
223
223
|
|
|
224
224
|
Component: requireJS, version: 2.1.8
|
|
225
225
|
Copyright: 2010-2012, The Dojo Foundation
|
|
226
226
|
License: MIT
|
|
227
|
-
License Text: https://github.com/
|
|
227
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
228
228
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/require.js
|
|
229
229
|
|
|
230
230
|
Component: crossroads.js, version: 0.12.0
|
|
231
231
|
Copyright: Miller Medeiros
|
|
232
232
|
License: MIT
|
|
233
|
-
License Text: https://github.com/
|
|
233
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
234
234
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/crossroads.js
|
|
235
235
|
|
|
236
236
|
Component: hasher.js, version: 1.2.0
|
|
237
237
|
Copyright: Miller Medeiros
|
|
238
238
|
License: MIT
|
|
239
|
-
License Text: https://github.com/
|
|
239
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
240
240
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/hasher.js
|
|
241
241
|
|
|
242
242
|
Component: JS-Signals, version: 1.0.0
|
|
243
243
|
Copyright: Miller Medeiros
|
|
244
244
|
License: MIT
|
|
245
|
-
License Text: https://github.com/
|
|
245
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
246
246
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/signals.js
|
|
247
247
|
|
|
248
248
|
Component: blanket.js, version: 1.1.5
|
|
249
249
|
Copyright: 2013 Alex Seville
|
|
250
250
|
License: MIT
|
|
251
|
-
License Text: https://github.com/
|
|
251
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
252
252
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/blanket.js
|
|
253
253
|
|
|
254
254
|
Component: JSON in JS, version: ff55d8d451
|
|
255
255
|
Copyright: Douglas Crockford
|
|
256
256
|
License: LicenseRef-JSONinJSPublicDomain
|
|
257
|
-
License Text: https://github.com/
|
|
257
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/LicenseRef-JSONinJSPublicDomain.txt
|
|
258
258
|
Contained in: src/sap.ui.core/src/sap/base/util/JSTokenizer.js
|
|
259
259
|
|
|
260
260
|
Component: Top Down Operator Precedence
|
|
261
261
|
Copyright: 2010 Douglas Crockford
|
|
262
262
|
License: Apache-2.0
|
|
263
|
-
License Text: https://github.com/
|
|
263
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
264
264
|
Contained in: src/sap.ui.core/src/sap/ui/base/ExpressionParser.js
|
|
265
265
|
Comment: License granted to SAP by Douglas Crockford
|
|
266
266
|
|
|
267
267
|
Component: KLayJS, version: 0.4.1
|
|
268
268
|
Copyright: Ulf Rueegg
|
|
269
269
|
License: EPL-1.0
|
|
270
|
-
License Text: https://github.com/
|
|
270
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/EPL-1.0.txt
|
|
271
271
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/klay.js
|
|
272
272
|
|
|
273
273
|
Component: bignumber.js, version: 6.0.0
|
|
274
274
|
Copyright: 2018 Michael Mclaughlin
|
|
275
275
|
License: MIT
|
|
276
|
-
License Text: https://github.com/
|
|
276
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
277
277
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/bignumber.js
|
|
278
278
|
|
|
279
279
|
Component: lodash, version: 4.17.21
|
|
280
280
|
Copyright: OpenJS Foundation and other contributors
|
|
281
281
|
License: MIT
|
|
282
|
-
License Text: https://github.com/
|
|
282
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
283
283
|
Contained in: src/sap.ui.core/src/sap/base/util/restricted/_/lodash.custom.js
|
|
284
284
|
|
|
285
285
|
Component: Hyphenopoly, version: 3.4.0
|
|
286
286
|
Copyright: 2021 Mathias Nater
|
|
287
287
|
License: MIT
|
|
288
|
-
License Text: https://github.com/
|
|
288
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
289
289
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/hyphenopoly/**
|
|
290
290
|
|
|
291
291
|
Component: p-cancelable, version: 2.0.0
|
|
292
292
|
Copyright: Sindre Sorhus <sindresorhus@gmail.com>
|
|
293
293
|
License: MIT
|
|
294
|
-
License Text: https://github.com/
|
|
294
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
295
295
|
Contained in: src/sap.ui.core/src/sap/base/util/restricted/_CancelablePromise.js
|
|
296
296
|
|
|
297
297
|
Component: @babel/helpers, version: 7.10.4
|
|
298
298
|
Copyright: 2014-present Sebastian McKenzie and other contributors
|
|
299
299
|
License: MIT
|
|
300
|
-
License Text: https://github.com/
|
|
300
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
301
301
|
Contained in: src/sap.ui.core/src/sap/base/util/restricted/_CancelablePromise.js
|
|
302
302
|
|
|
303
303
|
Component: Jalaali JS
|
|
304
304
|
Copyright: Behrang Norouzinia
|
|
305
305
|
License: MIT
|
|
306
|
-
License Text: https://github.com/
|
|
306
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
307
307
|
Contained in: src/sap.ui.core/src/sap/ui/core/date/Persian.js
|
|
308
308
|
|
|
309
309
|
Component: vkBeautify, version: 0.99.00.beta
|
|
310
310
|
Copyright: 2012 Vadim Kiryukhin
|
|
311
311
|
License: MIT
|
|
312
|
-
License Text: https://github.com/
|
|
312
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
313
313
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/vkbeautify.js
|
|
314
314
|
|
|
315
315
|
Component: node-lru-cache, version: 2.7.3
|
|
316
316
|
Copyright: Isaac Z. Schlueter and Contributors
|
|
317
317
|
License: ISC
|
|
318
|
-
License Text: https://github.com/
|
|
318
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/ISC.txt
|
|
319
319
|
Contained in: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
|
|
320
320
|
|
|
321
|
+
Component: UI5 Web Components, version: 2.11.0
|
|
322
|
+
Copyright: SAP SE (and OpenUI5 contributors)
|
|
323
|
+
License: Apache-2.0
|
|
324
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
325
|
+
Contained in: src/sap.ui.core/test/sap/ui/core/qunit/testdata/fastnavigation/webc/integration/**
|
|
326
|
+
|
|
321
327
|
|
|
322
328
|
Library: sap.ui.documentation:
|
|
323
329
|
|
|
324
330
|
Component: highlight.js, version: 11.9.0
|
|
325
331
|
Copyright: 2006-2020, Ivan Sagalaev
|
|
326
332
|
License: BSD-3-Clause
|
|
327
|
-
License Text: https://github.com/
|
|
333
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
328
334
|
Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/highlight.js/**
|
|
329
335
|
|
|
330
336
|
Component: Elasticlunr, version: 0.9.5
|
|
331
337
|
Copyright: 2017 Wei Song and Oliver Nightingale
|
|
332
338
|
License: MIT
|
|
333
|
-
License Text: https://github.com/
|
|
339
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
334
340
|
Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/elasticlunr.js
|
|
335
341
|
|
|
336
342
|
Component: DataTables, version: 2.0.1
|
|
337
343
|
Copyright: SpryMedia Ltd
|
|
338
344
|
License: MIT
|
|
339
|
-
License Text: https://github.com/
|
|
345
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
340
346
|
Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-2.0.1/**
|
|
341
347
|
|
|
342
348
|
Component: Buttons extension for DataTables, version: 3.0.0
|
|
343
349
|
Copyright: SpryMedia Ltd
|
|
344
350
|
License: MIT
|
|
345
|
-
License Text: https://github.com/
|
|
351
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
346
352
|
Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/**
|
|
347
353
|
|
|
348
354
|
|
|
@@ -351,38 +357,38 @@ Library: sap.ui.integration:
|
|
|
351
357
|
Component: UI5 Web Components, version: 1.7.0
|
|
352
358
|
Copyright: SAP
|
|
353
359
|
License: Apache-2.0
|
|
354
|
-
License Text: https://github.com/
|
|
360
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
355
361
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/**
|
|
356
362
|
|
|
357
363
|
Component: Adaptive Cards, version: 2.9.0
|
|
358
364
|
Copyright: 2017 Microsoft
|
|
359
365
|
License: MIT
|
|
360
|
-
License Text: https://github.com/
|
|
366
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
361
367
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptivecards.js
|
|
362
368
|
src/sap.ui.integration/src/sap/ui/integration/schemas/adaptive-card.json
|
|
363
369
|
|
|
364
370
|
Component: Adaptive Cards Templating, version: 2.2.0
|
|
365
371
|
Copyright: 2017 Microsoft
|
|
366
372
|
License: MIT
|
|
367
|
-
License Text: https://github.com/
|
|
373
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
368
374
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptivecards-templating.js
|
|
369
375
|
|
|
370
376
|
Component: Adaptive Expressions, version: 4.15.0
|
|
371
377
|
Copyright: Microsoft
|
|
372
378
|
License: MIT
|
|
373
|
-
License Text: https://github.com/
|
|
379
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
374
380
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptive-expressions.js
|
|
375
381
|
|
|
376
382
|
Component: Markdown-it, version: 12.3.2
|
|
377
383
|
Copyright: 2014 Vitaly Puzrin, Alex Kocharin
|
|
378
384
|
License: MIT
|
|
379
|
-
License Text: https://github.com/
|
|
385
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
380
386
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/markdown-it.js
|
|
381
387
|
|
|
382
388
|
Component: @cfworker/json-schema, version: 1.6.8
|
|
383
389
|
Copyright: 2020 Jeremy Danyow
|
|
384
390
|
License: MIT
|
|
385
|
-
License Text: https://github.com/
|
|
391
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
386
392
|
Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/CfWorkerJsonSchemaValidator.js
|
|
387
393
|
|
|
388
394
|
|
|
@@ -391,7 +397,7 @@ Library: sap.ui.webc.common:
|
|
|
391
397
|
Component: UI5 Web Components, version: 1.18.0
|
|
392
398
|
Copyright: SAP
|
|
393
399
|
License: Apache-2.0
|
|
394
|
-
License Text: https://github.com/
|
|
400
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
395
401
|
Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/**
|
|
396
402
|
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theming/**
|
|
397
403
|
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/**
|
|
@@ -402,7 +408,7 @@ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/**
|
|
|
402
408
|
Component: lit-html, version: 2.2.2
|
|
403
409
|
Copyright: Google LLC
|
|
404
410
|
License: BSD-3-Clause
|
|
405
|
-
License Text: https://github.com/
|
|
411
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
406
412
|
Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/**
|
|
407
413
|
|
|
408
414
|
|
|
@@ -411,13 +417,13 @@ Library: sap.ui.webc.fiori:
|
|
|
411
417
|
Component: UI5 Web Components, version: 1.18.0
|
|
412
418
|
Copyright: SAP
|
|
413
419
|
License: Apache-2.0
|
|
414
|
-
License Text: https://github.com/
|
|
420
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
415
421
|
Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/**
|
|
416
422
|
|
|
417
423
|
Component: ZXing, version: 0.17.1
|
|
418
424
|
Copyright: 2005 Sun Microsystems, Inc.; 2010-2014 University of Manchester; 2010-2015 Stian Soiland-Reyes; 2015 Peter Hull
|
|
419
425
|
License: Apache-2.0
|
|
420
|
-
License Text: https://github.com/
|
|
426
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
421
427
|
Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/lib/zxing.js
|
|
422
428
|
|
|
423
429
|
|
|
@@ -426,7 +432,7 @@ Library: sap.ui.webc.main:
|
|
|
426
432
|
Component: UI5 Web Components, version: 1.18.0
|
|
427
433
|
Copyright: SAP
|
|
428
434
|
License: Apache-2.0
|
|
429
|
-
License Text: https://github.com/
|
|
435
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
430
436
|
Contained in: src/sap.ui.webc.main/src/sap/ui/webc/main/thirdparty/**
|
|
431
437
|
|
|
432
438
|
|
|
@@ -435,13 +441,13 @@ Outside of Libraries:
|
|
|
435
441
|
Component: JSDoc 3, version: 3.6.7
|
|
436
442
|
Copyright: 2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc
|
|
437
443
|
License: Apache-2.0
|
|
438
|
-
License Text: https://github.com/
|
|
444
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
439
445
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
440
446
|
|
|
441
|
-
Component: SAP Theming Base Content, version: 11.
|
|
447
|
+
Component: SAP Theming Base Content, version: 11.30.0
|
|
442
448
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
443
449
|
License: Apache-2.0
|
|
444
|
-
License Text: https://github.com/
|
|
450
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
445
451
|
Contained in: src/sap.ui.core/src/sap/ui/core/themes/base/base.less
|
|
446
452
|
src/themelib_sap_belize/src/sap/ui/core/themes/**/base.less
|
|
447
453
|
src/themelib_sap_fiori_3/src/sap/ui/core/themes/**/base.less
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.ux3",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.139.0",
|
|
4
4
|
"description": "OpenUI5 UI Library sap.ui.ux3",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
],
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|
|
14
|
-
"url": "https://github.com/
|
|
14
|
+
"url": "https://github.com/UI5/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@openui5/sap.ui.commons": "1.
|
|
18
|
-
"@openui5/sap.ui.core": "1.
|
|
19
|
-
"@openui5/sap.ui.unified": "1.
|
|
17
|
+
"@openui5/sap.ui.commons": "1.139.0",
|
|
18
|
+
"@openui5/sap.ui.core": "1.139.0",
|
|
19
|
+
"@openui5/sap.ui.unified": "1.139.0"
|
|
20
20
|
}
|
|
21
21
|
}
|
package/src/sap/ui/ux3/.library
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2025 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.139.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>Controls that implement the SAP User Experience (UX) Guidelines 3.0</documentation>
|
|
12
12
|
|
|
@@ -74,7 +74,7 @@ sap.ui.define([
|
|
|
74
74
|
*
|
|
75
75
|
* When using this control, please be aware that it fulfills rather specific requirements: it has been designed for and is used within composite controls QuickView and ThingInspector.
|
|
76
76
|
* @extends sap.ui.core.Control
|
|
77
|
-
* @version 1.
|
|
77
|
+
* @version 1.139.0
|
|
78
78
|
*
|
|
79
79
|
* @constructor
|
|
80
80
|
* @public
|
package/src/sap/ui/ux3/Exact.js
CHANGED
package/src/sap/ui/ux3/Feed.js
CHANGED
package/src/sap/ui/ux3/Feeder.js
CHANGED
|
@@ -26,7 +26,7 @@ sap.ui.define([
|
|
|
26
26
|
* @class
|
|
27
27
|
* Dialog implementation based on the Overlay. If used in a Shell it leaves the Tool-Palette, Pane-Bar and Header-Items accessible.
|
|
28
28
|
* @extends sap.ui.ux3.Overlay
|
|
29
|
-
* @version 1.
|
|
29
|
+
* @version 1.139.0
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
package/src/sap/ui/ux3/Shell.js
CHANGED
|
@@ -90,7 +90,7 @@ sap.ui.define([
|
|
|
90
90
|
* The Ux3 GoldReflection Shell, which is an application frame with navigation capabilities.
|
|
91
91
|
* It is supposed to be added to a direct child of the BODY tag of a page and there should be no other parts of the page consuming space outside the Shell.
|
|
92
92
|
* @extends sap.ui.core.Control
|
|
93
|
-
* @version 1.
|
|
93
|
+
* @version 1.139.0
|
|
94
94
|
*
|
|
95
95
|
* @constructor
|
|
96
96
|
* @public
|
|
@@ -33,7 +33,7 @@ sap.ui.define([
|
|
|
33
33
|
* ThingViewer: Same as ThingInspector but decoupled from the Overlay and the ActionBar.
|
|
34
34
|
* The control can be added to a Parent container that has a defined width. The ThingViewer fill the whole container. If the parent container has no width defined the control will not work properly.
|
|
35
35
|
* @extends sap.ui.core.Control
|
|
36
|
-
* @version 1.
|
|
36
|
+
* @version 1.139.0
|
|
37
37
|
*
|
|
38
38
|
* @constructor
|
|
39
39
|
* @public
|
|
@@ -20,14 +20,14 @@ sap.ui.define([
|
|
|
20
20
|
* @namespace
|
|
21
21
|
* @alias sap.ui.ux3
|
|
22
22
|
* @author SAP SE
|
|
23
|
-
* @version 1.
|
|
23
|
+
* @version 1.139.0
|
|
24
24
|
* @public
|
|
25
25
|
* @since 0.13
|
|
26
26
|
* @deprecated Since 1.38
|
|
27
27
|
*/
|
|
28
28
|
var thisLib = sap.ui.getCore().initLibrary({
|
|
29
29
|
name : "sap.ui.ux3",
|
|
30
|
-
version: "1.
|
|
30
|
+
version: "1.139.0",
|
|
31
31
|
dependencies : ["sap.ui.core","sap.ui.commons"],
|
|
32
32
|
types: [
|
|
33
33
|
"sap.ui.ux3.ActionBarSocialActions",
|