@ui5/webcomponents-base 2.20.1 → 2.20.3
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/CHANGELOG.md +16 -0
- package/dist/.tsbuildinfobuild +1 -1
- package/dist/custom-elements-internal.json +192 -192
- package/dist/custom-elements.json +192 -192
- package/dist/generated/VersionInfo.js +3 -3
- package/dist/generated/VersionInfo.js.map +1 -1
- package/dist/prod/generated/VersionInfo.js +1 -1
- package/dist/prod/generated/VersionInfo.js.map +1 -1
- package/dist/prod/sap/base/Log.js +15 -29
- package/dist/prod/sap/base/assert.js +1 -1
- package/dist/prod/sap/base/config/MemoryConfigurationProvider.js +1 -1
- package/dist/prod/sap/base/security/URLListValidator.js +9 -5
- package/dist/prod/sap/base/security/encodeCSS.js +1 -1
- package/dist/prod/sap/base/security/encodeXML.js +1 -1
- package/dist/prod/sap/base/security/sanitizeHTML.js +1 -1
- package/dist/prod/sap/base/strings/toHex.js +1 -1
- package/dist/prod/sap/base/util/now.js +7 -13
- package/dist/prod/sap/base/util/uid.js +1 -1
- package/dist/prod/sap/ui/thirdparty/caja-html-sanitizer.js +15 -3
- package/dist/sap/base/Log.js +15 -29
- package/dist/sap/base/assert.js +1 -1
- package/dist/sap/base/config/MemoryConfigurationProvider.js +1 -1
- package/dist/sap/base/security/URLListValidator.js +9 -5
- package/dist/sap/base/security/encodeCSS.js +1 -1
- package/dist/sap/base/security/encodeXML.js +1 -1
- package/dist/sap/base/security/sanitizeHTML.js +1 -1
- package/dist/sap/base/strings/toHex.js +1 -1
- package/dist/sap/base/util/now.js +7 -13
- package/dist/sap/base/util/uid.js +1 -1
- package/dist/sap/ui/thirdparty/caja-html-sanitizer.js +15 -3
- package/package.json +4 -4
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
// @evo-todo window.performance does not exist on node.js, but there is a module performance-now. Maybe use it
|
|
2
|
-
|
|
3
1
|
/**
|
|
4
|
-
* Returns a high resolution timestamp in microseconds
|
|
5
|
-
* The timestamp is based on 01/01/1970 00:00:00 (UNIX epoch) as float with microsecond precision
|
|
6
|
-
* with millisecond precision, if high resolution timestamps are not available.
|
|
2
|
+
* Returns a high resolution timestamp in microseconds.
|
|
3
|
+
* The timestamp is based on 01/01/1970 00:00:00 (UNIX epoch) as float with microsecond precision.
|
|
7
4
|
* The fractional part of the timestamp represents fractions of a millisecond.
|
|
8
5
|
* Converting to a <code>Date</code> is possible by using <code>require(["sap/base/util/now"], function(now){new Date(now());}</code>
|
|
9
6
|
*
|
|
@@ -11,18 +8,15 @@
|
|
|
11
8
|
* @since 1.58
|
|
12
9
|
* @public
|
|
13
10
|
* @alias module:sap/base/util/now
|
|
14
|
-
* @returns {float} timestamp in microseconds
|
|
11
|
+
* @returns {float} timestamp in microseconds
|
|
15
12
|
*/ /*!
|
|
16
13
|
* OpenUI5
|
|
17
|
-
* (c) Copyright
|
|
14
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
18
15
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
19
16
|
*/
|
|
20
17
|
/*global performance */
|
|
21
18
|
|
|
22
|
-
var fnNow =
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
return iNavigationStart + performance.now();
|
|
26
|
-
};
|
|
27
|
-
}();
|
|
19
|
+
var fnNow = function now() {
|
|
20
|
+
return performance.timeOrigin + performance.now();
|
|
21
|
+
};
|
|
28
22
|
export default fnNow;
|
|
@@ -118,7 +118,11 @@ var cssSchema = (function () {
|
|
|
118
118
|
'inset' ], [ 'invert' ], [ 'justify' ], [ 'local' ], [ 'medium' ], [
|
|
119
119
|
'mix' ], [ 'none' ], [ 'normal' ], [ 'once' ], [ 'repeat' ], [ 'scroll'
|
|
120
120
|
], [ 'separate' ], [ 'small-caps' ], [ 'spell-out' ], [ 'transparent' ],
|
|
121
|
-
[ 'visible' ]
|
|
121
|
+
[ 'visible' ],
|
|
122
|
+
// ##### BEGIN: MODIFIED BY SAP
|
|
123
|
+
[ 'flex', 'inline-flex', 'grid', 'inline-grid', 'flow-root', 'contents' ], [ 'initial', 'revert', 'revert-layer', 'unset' ]
|
|
124
|
+
// ##### END: MODIFIED BY SAP
|
|
125
|
+
];
|
|
122
126
|
return {
|
|
123
127
|
'-moz-border-radius': {
|
|
124
128
|
'cssExtra': c[ 0 ],
|
|
@@ -440,7 +444,9 @@ var cssSchema = (function () {
|
|
|
440
444
|
},
|
|
441
445
|
'display': {
|
|
442
446
|
'cssPropBits': 32,
|
|
443
|
-
|
|
447
|
+
// ##### BEGIN: MODIFIED BY SAP
|
|
448
|
+
'cssLitGroup': [ L[ 2 ], L[ 47 ], L[ 54 ], L[ 64 ], L[ 65 ] ]
|
|
449
|
+
// ##### END: MODIFIED BY SAP
|
|
444
450
|
},
|
|
445
451
|
'elevation': {
|
|
446
452
|
'cssPropBits': 5,
|
|
@@ -707,6 +713,12 @@ var cssSchema = (function () {
|
|
|
707
713
|
'cssPropBits': 0,
|
|
708
714
|
'cssLitGroup': [ L[ 18 ], L[ 47 ], L[ 54 ] ]
|
|
709
715
|
},
|
|
716
|
+
// ##### BEGIN: MODIFIED BY SAP
|
|
717
|
+
'text-decoration-line': {
|
|
718
|
+
'cssPropBits': 0,
|
|
719
|
+
'cssLitGroup': [ L[ 18 ], L[ 47 ], L[ 54 ] ]
|
|
720
|
+
},
|
|
721
|
+
// ##### END: MODIFIED BY SAP
|
|
710
722
|
'text-indent': {
|
|
711
723
|
'cssPropBits': 5,
|
|
712
724
|
'cssLitGroup': [ L[ 47 ] ]
|
|
@@ -2004,7 +2016,7 @@ if (typeof window !== 'undefined') {
|
|
|
2004
2016
|
}
|
|
2005
2017
|
/*!
|
|
2006
2018
|
* OpenUI5
|
|
2007
|
-
* (c) Copyright
|
|
2019
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
2008
2020
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
2009
2021
|
*/
|
|
2010
2022
|
// Based on coding from the HTML4 Sanitizer by Google Inc.
|
package/dist/sap/base/Log.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
|
-
import BaseConfig from "./config.js";
|
|
7
6
|
import now from "./util/now.js";
|
|
8
7
|
/**
|
|
9
8
|
* A Logging API for JavaScript.
|
|
@@ -202,8 +201,8 @@ function getLogEntryListenerInstance() {
|
|
|
202
201
|
* Name of the component that produced the log entry
|
|
203
202
|
* @param {function} [fnSupportInfo]
|
|
204
203
|
* Callback that returns an additional support object to be logged in support mode.
|
|
205
|
-
* This function is only called if support info mode is turned on
|
|
206
|
-
*
|
|
204
|
+
* This function is only called if support info mode is turned on via
|
|
205
|
+
* the Support Assistant. To avoid negative effects regarding execution times and
|
|
207
206
|
* memory consumption, the returned object should be a simple immutable JSON object with mostly
|
|
208
207
|
* static and stable content.
|
|
209
208
|
* @public
|
|
@@ -225,8 +224,8 @@ Log.fatal = function (sMessage, vDetails, sComponent, fnSupportInfo) {
|
|
|
225
224
|
* Name of the component that produced the log entry
|
|
226
225
|
* @param {function} [fnSupportInfo]
|
|
227
226
|
* Callback that returns an additional support object to be logged in support mode.
|
|
228
|
-
* This function is only called if support info mode is turned on
|
|
229
|
-
*
|
|
227
|
+
* This function is only called if support info mode is turned on via
|
|
228
|
+
* the Support Assistant. To avoid negative effects regarding execution times and
|
|
230
229
|
* memory consumption, the returned object should be a simple immutable JSON object with mostly
|
|
231
230
|
* static and stable content.
|
|
232
231
|
* @public
|
|
@@ -248,8 +247,8 @@ Log.error = function (sMessage, vDetails, sComponent, fnSupportInfo) {
|
|
|
248
247
|
* Name of the component that produced the log entry
|
|
249
248
|
* @param {function} [fnSupportInfo]
|
|
250
249
|
* Callback that returns an additional support object to be logged in support mode.
|
|
251
|
-
* This function is only called if support info mode is turned on
|
|
252
|
-
*
|
|
250
|
+
* This function is only called if support info mode is turned on via
|
|
251
|
+
* the Support Assistant. To avoid negative effects regarding execution times and
|
|
253
252
|
* memory consumption, the returned object should be a simple immutable JSON object with mostly
|
|
254
253
|
* static and stable content.
|
|
255
254
|
* @public
|
|
@@ -271,8 +270,8 @@ Log.warning = function (sMessage, vDetails, sComponent, fnSupportInfo) {
|
|
|
271
270
|
* Name of the component that produced the log entry
|
|
272
271
|
* @param {function} [fnSupportInfo]
|
|
273
272
|
* Callback that returns an additional support object to be logged in support mode.
|
|
274
|
-
* This function is only called if support info mode is turned on
|
|
275
|
-
*
|
|
273
|
+
* This function is only called if support info mode is turned on via
|
|
274
|
+
* the Support Assistant. To avoid negative effects regarding execution times and
|
|
276
275
|
* memory consumption, the returned object should be a simple immutable JSON object with mostly
|
|
277
276
|
* static and stable content.
|
|
278
277
|
* @public
|
|
@@ -294,8 +293,8 @@ Log.info = function (sMessage, vDetails, sComponent, fnSupportInfo) {
|
|
|
294
293
|
* Name of the component that produced the log entry
|
|
295
294
|
* @param {function} [fnSupportInfo]
|
|
296
295
|
* Callback that returns an additional support object to be logged in support mode.
|
|
297
|
-
* This function is only called if support info mode is turned on
|
|
298
|
-
*
|
|
296
|
+
* This function is only called if support info mode is turned on via
|
|
297
|
+
* the Support Assistant. To avoid negative effects regarding execution times and
|
|
299
298
|
* memory consumption, the returned object should be a simple immutable JSON object with mostly
|
|
300
299
|
* static and stable content.
|
|
301
300
|
* @public
|
|
@@ -317,8 +316,8 @@ Log.debug = function (sMessage, vDetails, sComponent, fnSupportInfo) {
|
|
|
317
316
|
* Name of the component that produced the log entry
|
|
318
317
|
* @param {function} [fnSupportInfo]
|
|
319
318
|
* Callback that returns an additional support object to be logged in support mode.
|
|
320
|
-
* This function is only called if support info mode is turned on
|
|
321
|
-
*
|
|
319
|
+
* This function is only called if support info mode is turned on via
|
|
320
|
+
* the Support Assistant. To avoid negative effects regarding execution times and
|
|
322
321
|
* memory consumption, the returned object should be a simple immutable JSON object with mostly
|
|
323
322
|
* static and stable content.
|
|
324
323
|
* @public
|
|
@@ -418,8 +417,8 @@ Log.logSupportInfo = function (bEnabled) {
|
|
|
418
417
|
* @param {string} [sComponent]
|
|
419
418
|
* The log component under which the message should be logged
|
|
420
419
|
* @param {function} [fnSupportInfo] Callback that returns an additional support object to be
|
|
421
|
-
* logged in support mode. This function is only called if support info mode is turned on
|
|
422
|
-
*
|
|
420
|
+
* logged in support mode. This function is only called if support info mode is turned on via
|
|
421
|
+
* the Support Assistant. To avoid negative effects regarding execution times and
|
|
423
422
|
* memory consumption, the returned object should be a simple immutable JSON object with mostly
|
|
424
423
|
* static and stable content.
|
|
425
424
|
* @returns {module:sap/base/Log.Entry}
|
|
@@ -734,17 +733,4 @@ Log.getLogger = function (sComponent, iDefaultLogLevel) {
|
|
|
734
733
|
}
|
|
735
734
|
return new Logger(sComponent);
|
|
736
735
|
};
|
|
737
|
-
|
|
738
|
-
// set LogLevel
|
|
739
|
-
const sLogLevel = BaseConfig.get({
|
|
740
|
-
name: "sapUiLogLevel",
|
|
741
|
-
type: BaseConfig.Type.String,
|
|
742
|
-
defaultValue: undefined,
|
|
743
|
-
external: true
|
|
744
|
-
});
|
|
745
|
-
if (sLogLevel) {
|
|
746
|
-
Log.setLevel(Log.Level[sLogLevel.toUpperCase()] || parseInt(sLogLevel));
|
|
747
|
-
} else if (!globalThis["sap-ui-optimized"]) {
|
|
748
|
-
Log.setLevel(Log.Level.DEBUG);
|
|
749
|
-
}
|
|
750
736
|
export default Log;
|
package/dist/sap/base/assert.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// validation regexes
|
|
2
2
|
/*!
|
|
3
3
|
* OpenUI5
|
|
4
|
-
* (c) Copyright
|
|
4
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
5
5
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
var rBasicUrl = /^(?:([^:\/?#]+):)?((?:[\/\\]{2,}((
|
|
8
|
+
var rBasicUrl = /^(?:([^:\/?#]+):)?((?:[\/\\]{2,}(?:(?:[^@\/?#]*@)?(\[[^\]]+\]|[^\/?#:]+)(?::([0-9]+))?)?)?([^?#]*))(?:\?([^#]*))?(?:#(.*))?$/;
|
|
9
9
|
var rCheckPath = /^([a-z0-9-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*$/i;
|
|
10
10
|
var rCheckQuery = /^([a-z0-9-._~!$&'()*+,;=:@\/?]|%[0-9a-f]{2})*$/i;
|
|
11
11
|
var rCheckFragment = rCheckQuery;
|
|
@@ -104,7 +104,8 @@ oURLListValidator.clear = function () {
|
|
|
104
104
|
* @param {string} [protocol] The protocol of the URL, can be falsy to allow all protocols for an entry e.g. "", "http", "mailto"
|
|
105
105
|
* @param {string} [host] The host of the URL, can be falsy to allow all hosts. A wildcard asterisk can be set at the beginning, e.g. "examples.com", "*.example.com"
|
|
106
106
|
* @param {string} [port] The port of the URL, can be falsy to allow all ports, e.g. "", "8080"
|
|
107
|
-
* @param {string} [path] the path of the URL,
|
|
107
|
+
* @param {string} [path] the path of the URL, e.g. "/my-news". Can be falsy to allow all paths. A wildcard asterisk can be set at the end to ensure a path starts with the given string, e.g. "/my-example*".
|
|
108
|
+
* When using wildcards, make sure to only provide normalized URLs to the validate function in order to mitigate the risk of path traversal attacks.
|
|
108
109
|
* @public
|
|
109
110
|
*/
|
|
110
111
|
oURLListValidator.add = function (protocol, host, port, path) {
|
|
@@ -139,13 +140,16 @@ oURLListValidator.entries = function () {
|
|
|
139
140
|
* Validates a URL. Check if it's not a script or other security issue.
|
|
140
141
|
*
|
|
141
142
|
* <b>Note</b>:
|
|
142
|
-
* It is strongly recommended to validate only absolute URLs. There's almost no case
|
|
143
|
+
* It is strongly recommended to validate only absolute, normalized URLs. There's almost no case
|
|
143
144
|
* where checking only the path of a URL would allow to ensure its validity.
|
|
144
|
-
* For compatibility reasons, this API cannot automatically resolve URLs relative to
|
|
145
|
+
* For compatibility reasons, this API does not normalize URLs and cannot automatically resolve URLs relative to
|
|
145
146
|
* <code>document.baseURI</code>, but callers should do so. In that case, and when the
|
|
146
147
|
* allow list is not empty, an entry for the origin of <code>document.baseURI</code>
|
|
147
148
|
* must be added to the allow list.
|
|
148
149
|
*
|
|
150
|
+
* Any measures to mitigate path traversal or similar attack vectors must be taken by the caller, e.g. by using the
|
|
151
|
+
* {@link https://developer.mozilla.org/docs/Web/API/URL URL} API to normalize the URL beforehand.
|
|
152
|
+
*
|
|
149
153
|
* <h3>Details</h3>
|
|
150
154
|
* Splits the given URL into components and checks for allowed characters according to RFC 3986:
|
|
151
155
|
*
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
* @returns {string} padded hex representation of the given character code
|
|
16
16
|
*/ /*!
|
|
17
17
|
* OpenUI5
|
|
18
|
-
* (c) Copyright
|
|
18
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
19
19
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
20
20
|
*/
|
|
21
21
|
/*
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
// @evo-todo window.performance does not exist on node.js, but there is a module performance-now. Maybe use it
|
|
2
|
-
|
|
3
1
|
/**
|
|
4
|
-
* Returns a high resolution timestamp in microseconds
|
|
5
|
-
* The timestamp is based on 01/01/1970 00:00:00 (UNIX epoch) as float with microsecond precision
|
|
6
|
-
* with millisecond precision, if high resolution timestamps are not available.
|
|
2
|
+
* Returns a high resolution timestamp in microseconds.
|
|
3
|
+
* The timestamp is based on 01/01/1970 00:00:00 (UNIX epoch) as float with microsecond precision.
|
|
7
4
|
* The fractional part of the timestamp represents fractions of a millisecond.
|
|
8
5
|
* Converting to a <code>Date</code> is possible by using <code>require(["sap/base/util/now"], function(now){new Date(now());}</code>
|
|
9
6
|
*
|
|
@@ -11,18 +8,15 @@
|
|
|
11
8
|
* @since 1.58
|
|
12
9
|
* @public
|
|
13
10
|
* @alias module:sap/base/util/now
|
|
14
|
-
* @returns {float} timestamp in microseconds
|
|
11
|
+
* @returns {float} timestamp in microseconds
|
|
15
12
|
*/ /*!
|
|
16
13
|
* OpenUI5
|
|
17
|
-
* (c) Copyright
|
|
14
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
18
15
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
19
16
|
*/
|
|
20
17
|
/*global performance */
|
|
21
18
|
|
|
22
|
-
var fnNow =
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
return iNavigationStart + performance.now();
|
|
26
|
-
};
|
|
27
|
-
}();
|
|
19
|
+
var fnNow = function now() {
|
|
20
|
+
return performance.timeOrigin + performance.now();
|
|
21
|
+
};
|
|
28
22
|
export default fnNow;
|
|
@@ -118,7 +118,11 @@ var cssSchema = (function () {
|
|
|
118
118
|
'inset' ], [ 'invert' ], [ 'justify' ], [ 'local' ], [ 'medium' ], [
|
|
119
119
|
'mix' ], [ 'none' ], [ 'normal' ], [ 'once' ], [ 'repeat' ], [ 'scroll'
|
|
120
120
|
], [ 'separate' ], [ 'small-caps' ], [ 'spell-out' ], [ 'transparent' ],
|
|
121
|
-
[ 'visible' ]
|
|
121
|
+
[ 'visible' ],
|
|
122
|
+
// ##### BEGIN: MODIFIED BY SAP
|
|
123
|
+
[ 'flex', 'inline-flex', 'grid', 'inline-grid', 'flow-root', 'contents' ], [ 'initial', 'revert', 'revert-layer', 'unset' ]
|
|
124
|
+
// ##### END: MODIFIED BY SAP
|
|
125
|
+
];
|
|
122
126
|
return {
|
|
123
127
|
'-moz-border-radius': {
|
|
124
128
|
'cssExtra': c[ 0 ],
|
|
@@ -440,7 +444,9 @@ var cssSchema = (function () {
|
|
|
440
444
|
},
|
|
441
445
|
'display': {
|
|
442
446
|
'cssPropBits': 32,
|
|
443
|
-
|
|
447
|
+
// ##### BEGIN: MODIFIED BY SAP
|
|
448
|
+
'cssLitGroup': [ L[ 2 ], L[ 47 ], L[ 54 ], L[ 64 ], L[ 65 ] ]
|
|
449
|
+
// ##### END: MODIFIED BY SAP
|
|
444
450
|
},
|
|
445
451
|
'elevation': {
|
|
446
452
|
'cssPropBits': 5,
|
|
@@ -707,6 +713,12 @@ var cssSchema = (function () {
|
|
|
707
713
|
'cssPropBits': 0,
|
|
708
714
|
'cssLitGroup': [ L[ 18 ], L[ 47 ], L[ 54 ] ]
|
|
709
715
|
},
|
|
716
|
+
// ##### BEGIN: MODIFIED BY SAP
|
|
717
|
+
'text-decoration-line': {
|
|
718
|
+
'cssPropBits': 0,
|
|
719
|
+
'cssLitGroup': [ L[ 18 ], L[ 47 ], L[ 54 ] ]
|
|
720
|
+
},
|
|
721
|
+
// ##### END: MODIFIED BY SAP
|
|
710
722
|
'text-indent': {
|
|
711
723
|
'cssPropBits': 5,
|
|
712
724
|
'cssLitGroup': [ L[ 47 ] ]
|
|
@@ -2004,7 +2016,7 @@ if (typeof window !== 'undefined') {
|
|
|
2004
2016
|
}
|
|
2005
2017
|
/*!
|
|
2006
2018
|
* OpenUI5
|
|
2007
|
-
* (c) Copyright
|
|
2019
|
+
* (c) Copyright 2026 SAP SE or an SAP affiliate company.
|
|
2008
2020
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
2009
2021
|
*/
|
|
2010
2022
|
// Based on coding from the HTML4 Sanitizer by Google Inc.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/webcomponents-base",
|
|
3
|
-
"version": "2.20.
|
|
3
|
+
"version": "2.20.3",
|
|
4
4
|
"description": "UI5 Web Components: webcomponents.base",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@custom-elements-manifest/analyzer": "^0.10.10",
|
|
66
|
-
"@openui5/sap.ui.core": "1.
|
|
66
|
+
"@openui5/sap.ui.core": "1.146.0",
|
|
67
67
|
"@sap-theming/theming-base-content": "11.33.0",
|
|
68
68
|
"@ui5/cypress-internal": "0.1.0",
|
|
69
|
-
"@ui5/webcomponents-tools": "2.20.
|
|
69
|
+
"@ui5/webcomponents-tools": "2.20.3",
|
|
70
70
|
"clean-css": "^5.2.2",
|
|
71
71
|
"cypress": "15.9.0",
|
|
72
72
|
"mocha": "^11.7.2",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
87
|
"customElements": "dist/custom-elements.json",
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "3e3a7936aae93d114542b1b2a7ca1a1d26c63194"
|
|
89
89
|
}
|