@openui5/sap.ui.support 1.103.1 → 1.106.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/.reuse/dep5 +35 -15
- package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +5 -0
- package/THIRDPARTY.txt +64 -21
- 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/RuleSetLoader.js +14 -21
- 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/report/DataCollector.js +2 -2
- package/src/sap/ui/support/supportRules/ui/controllers/Main.controller.js +2 -4
- package/src/sap/ui/support/supportRules/ui/controllers/PresetsController.js +1 -1
- package/src/sap/ui/support/supportRules/ui/models/CustomJSONListSelection.js +2 -2
- package/src/sap/ui/support/supportRules/ui/models/CustomListSelection.js +2 -2
package/.reuse/dep5
CHANGED
|
@@ -43,6 +43,14 @@ License: Apache-2.0
|
|
|
43
43
|
#
|
|
44
44
|
|
|
45
45
|
|
|
46
|
+
# Library: sap.m:
|
|
47
|
+
|
|
48
|
+
Files: src/sap.m/src/sap/m/_thirdparty/purify.js
|
|
49
|
+
Copyright: Mario Heiderich
|
|
50
|
+
License: Apache-2.0
|
|
51
|
+
Comment: these files belong to: purify.js
|
|
52
|
+
|
|
53
|
+
|
|
46
54
|
# Library: sap.ui.codeeditor:
|
|
47
55
|
|
|
48
56
|
Files: src/sap.ui.codeeditor/src/sap/ui/codeeditor/js/ace/*
|
|
@@ -127,16 +135,21 @@ Copyright:
|
|
|
127
135
|
License: Apache-2.0 and MIT
|
|
128
136
|
Comment: these files contain content from SAP and jQuery UI 1.11: zIndex.js is overall written by SAP, but contains an implementation of the function 'fnzIndex' which is taken from jQuery UI Datepicker 1.11.1
|
|
129
137
|
|
|
130
|
-
Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit
|
|
138
|
+
Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit.css src/sap.ui.core/src/sap/ui/thirdparty/qunit.js
|
|
131
139
|
Copyright: jQuery Foundation and other contributors
|
|
132
140
|
License: MIT
|
|
133
141
|
Comment: these files belong to: QUnit
|
|
134
142
|
|
|
135
|
-
Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit-2
|
|
143
|
+
Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit-2.css src/sap.ui.core/src/sap/ui/thirdparty/qunit-2.js
|
|
136
144
|
Copyright: jQuery Foundation and other contributors
|
|
137
145
|
License: MIT
|
|
138
146
|
Comment: these files belong to: QUnit 2
|
|
139
147
|
|
|
148
|
+
Files: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18.css src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18.js
|
|
149
|
+
Copyright: jQuery Foundation and other contributors
|
|
150
|
+
License: MIT
|
|
151
|
+
Comment: these files belong to: QUnit 2.18
|
|
152
|
+
|
|
140
153
|
Files: src/sap.ui.core/src/sap/ui/thirdparty/jquery-compat.js
|
|
141
154
|
Copyright: OpenJS Foundation and other contributors
|
|
142
155
|
License: MIT
|
|
@@ -154,7 +167,7 @@ Copyright:
|
|
|
154
167
|
License: Apache-2.0 and MIT
|
|
155
168
|
Comment: these files contain content from SAP and jQuery.rtl-scroll-type: _FeatureDetection.js is overall written by SAP, but contains code which is inspired by jQuery.rtl-scroll-type
|
|
156
169
|
|
|
157
|
-
Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite
|
|
170
|
+
Files: src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite.css src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite.js
|
|
158
171
|
Copyright: jQuery Foundation and other contributors
|
|
159
172
|
License: MIT
|
|
160
173
|
Comment: these files belong to: QUnit Composite
|
|
@@ -234,6 +247,11 @@ Copyright: 2010-2017, Christian Johansen, christian@cjohansen.no
|
|
|
234
247
|
License: BSD-3-Clause
|
|
235
248
|
Comment: these files belong to: SinonJS
|
|
236
249
|
|
|
250
|
+
Files: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/sinon-14.0.js
|
|
251
|
+
Copyright: 2010-2022, Christian Johansen, christian@cjohansen.no
|
|
252
|
+
License: BSD-3-Clause
|
|
253
|
+
Comment: these files belong to: SinonJS 14
|
|
254
|
+
|
|
237
255
|
Files: src/sap.ui.core/src/sap/ui/thirdparty/sinon-qunit.js
|
|
238
256
|
Copyright: 2010-2011, Christian Johansen
|
|
239
257
|
License: BSD-3-Clause
|
|
@@ -303,7 +321,7 @@ Copyright: 2018 Michael Mclaughlin
|
|
|
303
321
|
License: MIT
|
|
304
322
|
Comment: these files belong to: bignumber.js
|
|
305
323
|
|
|
306
|
-
Files: src/sap.ui.core/src/sap/
|
|
324
|
+
Files: src/sap.ui.core/src/sap/base/util/restricted/_/lodash.custom.js
|
|
307
325
|
Copyright: OpenJS Foundation and other contributors
|
|
308
326
|
License: MIT
|
|
309
327
|
Comment: these files belong to: lodash
|
|
@@ -313,7 +331,7 @@ Copyright: 2021 Mathias Nater
|
|
|
313
331
|
License: MIT
|
|
314
332
|
Comment: these files belong to: Hyphenopoly
|
|
315
333
|
|
|
316
|
-
Files: src/sap.ui.core/src/sap/
|
|
334
|
+
Files: src/sap.ui.core/src/sap/base/util/restricted/_CancelablePromise.js
|
|
317
335
|
Copyright:
|
|
318
336
|
Sindre Sorhus <sindresorhus@gmail.com>
|
|
319
337
|
2014-present Sebastian McKenzie and other contributors
|
|
@@ -339,6 +357,13 @@ Copyright:
|
|
|
339
357
|
License: Apache-2.0 and ISC
|
|
340
358
|
Comment: 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.
|
|
341
359
|
|
|
360
|
+
Files: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
|
|
361
|
+
Copyright:
|
|
362
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
363
|
+
Arthur David Olson, Paul Eggert and other contributors
|
|
364
|
+
License: Apache-2.0 and LicenseRef-tzdata-PublicDomain
|
|
365
|
+
Comment: these files contain content from SAP and Time Zone Database: _timezones.js is overall written by SAP, but the list of IANA timezone IDs is taken from the Timezone Database
|
|
366
|
+
|
|
342
367
|
|
|
343
368
|
# Library: sap.ui.documentation:
|
|
344
369
|
|
|
@@ -401,16 +426,6 @@ License: MIT
|
|
|
401
426
|
Comment: these files belong to: @cfworker/json-schema
|
|
402
427
|
|
|
403
428
|
|
|
404
|
-
# Library: sap.ui.mdc:
|
|
405
|
-
|
|
406
|
-
Files: src/sap.ui.mdc/test/sap/ui/mdc/sample/field/filterfieldwithoperators/BoolExprTool.js
|
|
407
|
-
Copyright:
|
|
408
|
-
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
409
|
-
2015 unnikked
|
|
410
|
-
License: Apache-2.0 and MIT
|
|
411
|
-
Comment: these files contain content from SAP and BooleanExpressionEvaluator: BoolExprTool.js is authored by SAP, but partly inspired by BooleanExpressionEvaluator
|
|
412
|
-
|
|
413
|
-
|
|
414
429
|
# Library: sap.ui.webc.common:
|
|
415
430
|
|
|
416
431
|
Files: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theming/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/*.*
|
|
@@ -431,6 +446,11 @@ Copyright: SAP
|
|
|
431
446
|
License: Apache-2.0
|
|
432
447
|
Comment: these files belong to: UI5 Web Components
|
|
433
448
|
|
|
449
|
+
Files: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/lib/zxing.js
|
|
450
|
+
Copyright: 2005 Sun Microsystems, Inc.; 2010-2014 University of Manchester; 2010-2015 Stian Soiland-Reyes; 2015 Peter Hull
|
|
451
|
+
License: Apache-2.0
|
|
452
|
+
Comment: these files belong to: ZXing
|
|
453
|
+
|
|
434
454
|
|
|
435
455
|
# Library: sap.ui.webc.main:
|
|
436
456
|
|
package/THIRDPARTY.txt
CHANGED
|
@@ -4,6 +4,15 @@ each subcomponent.
|
|
|
4
4
|
The full text of all referenced licenses is appended at the end of this file.
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
Library: sap.m:
|
|
8
|
+
|
|
9
|
+
Component: purify.js, version: 2.3.8
|
|
10
|
+
Copyright: Mario Heiderich
|
|
11
|
+
License: Apache-2.0
|
|
12
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
13
|
+
Contained in: src/sap.m/src/sap/m/_thirdparty/purify.js
|
|
14
|
+
|
|
15
|
+
|
|
7
16
|
Library: sap.ui.codeeditor:
|
|
8
17
|
|
|
9
18
|
Component: Ace (Ajax.org Cloud9 Editor), version: 1.4.13
|
|
@@ -68,13 +77,22 @@ Component: QUnit, version: 1.18.0
|
|
|
68
77
|
Copyright: jQuery Foundation and other contributors
|
|
69
78
|
License: MIT
|
|
70
79
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
71
|
-
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit
|
|
80
|
+
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit.css
|
|
81
|
+
src/sap.ui.core/src/sap/ui/thirdparty/qunit.js
|
|
72
82
|
|
|
73
83
|
Component: QUnit 2, version: 2.3.2
|
|
74
84
|
Copyright: jQuery Foundation and other contributors
|
|
75
85
|
License: MIT
|
|
76
86
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
77
|
-
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-2
|
|
87
|
+
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-2.css
|
|
88
|
+
src/sap.ui.core/src/sap/ui/thirdparty/qunit-2.js
|
|
89
|
+
|
|
90
|
+
Component: QUnit 2.18, version: 2.18.0
|
|
91
|
+
Copyright: jQuery Foundation and other contributors
|
|
92
|
+
License: MIT
|
|
93
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
94
|
+
Contained in: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18.css
|
|
95
|
+
src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18.js
|
|
78
96
|
|
|
79
97
|
Component: jQuery-Migrate, version: 3.3.1
|
|
80
98
|
Copyright: OpenJS Foundation and other contributors
|
|
@@ -98,7 +116,8 @@ Component: QUnit Composite, version: 1.0.2-pre
|
|
|
98
116
|
Copyright: jQuery Foundation and other contributors
|
|
99
117
|
License: MIT
|
|
100
118
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
101
|
-
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite
|
|
119
|
+
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite.css
|
|
120
|
+
src/sap.ui.core/src/sap/ui/thirdparty/qunit-composite.js
|
|
102
121
|
|
|
103
122
|
Component: JUnit Reporter for QUnit, version: 1.1.1
|
|
104
123
|
Copyright: jQuery Foundation and other contributors
|
|
@@ -191,13 +210,19 @@ License: BSD-3-Clause
|
|
|
191
210
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
192
211
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/sinon-4.js
|
|
193
212
|
|
|
213
|
+
Component: SinonJS 14, version: 14.0.0
|
|
214
|
+
Copyright: 2010-2022, Christian Johansen, christian@cjohansen.no
|
|
215
|
+
License: BSD-3-Clause
|
|
216
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
217
|
+
Contained in: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/sinon-14.0.js
|
|
218
|
+
|
|
194
219
|
Component: Sinon-qunit, version: 2.0.0
|
|
195
220
|
Copyright: 2010-2011, Christian Johansen
|
|
196
221
|
License: BSD-3-Clause
|
|
197
222
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
198
223
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/sinon-qunit.js
|
|
199
224
|
|
|
200
|
-
Component: URI.js, version: 1.19.
|
|
225
|
+
Component: URI.js, version: 1.19.11
|
|
201
226
|
Copyright: Rodney Rehm
|
|
202
227
|
License: MIT
|
|
203
228
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
@@ -277,7 +302,7 @@ Component: lodash, version: 4.17.21
|
|
|
277
302
|
Copyright: OpenJS Foundation and other contributors
|
|
278
303
|
License: MIT
|
|
279
304
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
280
|
-
Contained in: src/sap.ui.core/src/sap/
|
|
305
|
+
Contained in: src/sap.ui.core/src/sap/base/util/restricted/_/lodash.custom.js
|
|
281
306
|
|
|
282
307
|
Component: Hyphenopoly, version: 3.4.0
|
|
283
308
|
Copyright: 2021 Mathias Nater
|
|
@@ -289,13 +314,13 @@ Component: p-cancelable, version: 2.0.0
|
|
|
289
314
|
Copyright: Sindre Sorhus <sindresorhus@gmail.com>
|
|
290
315
|
License: MIT
|
|
291
316
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
292
|
-
Contained in: src/sap.ui.core/src/sap/
|
|
317
|
+
Contained in: src/sap.ui.core/src/sap/base/util/restricted/_CancelablePromise.js
|
|
293
318
|
|
|
294
319
|
Component: @babel/helpers, version: 7.10.4
|
|
295
320
|
Copyright: 2014-present Sebastian McKenzie and other contributors
|
|
296
321
|
License: MIT
|
|
297
322
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
298
|
-
Contained in: src/sap.ui.core/src/sap/
|
|
323
|
+
Contained in: src/sap.ui.core/src/sap/base/util/restricted/_CancelablePromise.js
|
|
299
324
|
|
|
300
325
|
Component: Jalaali JS
|
|
301
326
|
Copyright: Behrang Norouzinia
|
|
@@ -315,6 +340,12 @@ License: ISC
|
|
|
315
340
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/ISC.txt
|
|
316
341
|
Contained in: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
|
|
317
342
|
|
|
343
|
+
Component: Time Zone Database, version: 2022a
|
|
344
|
+
Copyright: Arthur David Olson, Paul Eggert and other contributors
|
|
345
|
+
License: LicenseRef-tzdata-PublicDomain
|
|
346
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-tzdata-PublicDomain.txt
|
|
347
|
+
Contained in: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
|
|
348
|
+
|
|
318
349
|
|
|
319
350
|
Library: sap.ui.documentation:
|
|
320
351
|
|
|
@@ -389,18 +420,9 @@ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
|
389
420
|
Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/CfWorkerJsonSchemaValidator.js
|
|
390
421
|
|
|
391
422
|
|
|
392
|
-
Library: sap.ui.mdc:
|
|
393
|
-
|
|
394
|
-
Component: BooleanExpressionEvaluator, version: master-18530acbf3
|
|
395
|
-
Copyright: 2015 unnikked
|
|
396
|
-
License: MIT
|
|
397
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
398
|
-
Contained in: src/sap.ui.mdc/test/sap/ui/mdc/sample/field/filterfieldwithoperators/BoolExprTool.js
|
|
399
|
-
|
|
400
|
-
|
|
401
423
|
Library: sap.ui.webc.common:
|
|
402
424
|
|
|
403
|
-
Component: UI5 Web Components, version: 1.
|
|
425
|
+
Component: UI5 Web Components, version: 1.5.0
|
|
404
426
|
Copyright: SAP
|
|
405
427
|
License: Apache-2.0
|
|
406
428
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -411,7 +433,7 @@ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.*
|
|
|
411
433
|
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.*
|
|
412
434
|
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/*.*
|
|
413
435
|
|
|
414
|
-
Component: lit-html, version: 2.
|
|
436
|
+
Component: lit-html, version: 2.2.2
|
|
415
437
|
Copyright: Google LLC
|
|
416
438
|
License: BSD-3-Clause
|
|
417
439
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
@@ -420,16 +442,22 @@ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/
|
|
|
420
442
|
|
|
421
443
|
Library: sap.ui.webc.fiori:
|
|
422
444
|
|
|
423
|
-
Component: UI5 Web Components, version: 1.
|
|
445
|
+
Component: UI5 Web Components, version: 1.5.0
|
|
424
446
|
Copyright: SAP
|
|
425
447
|
License: Apache-2.0
|
|
426
448
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
427
449
|
Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/*.*
|
|
428
450
|
|
|
451
|
+
Component: ZXing, version: 0.19.1
|
|
452
|
+
Copyright: 2005 Sun Microsystems, Inc.; 2010-2014 University of Manchester; 2010-2015 Stian Soiland-Reyes; 2015 Peter Hull
|
|
453
|
+
License: Apache-2.0
|
|
454
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
455
|
+
Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/lib/zxing.js
|
|
456
|
+
|
|
429
457
|
|
|
430
458
|
Library: sap.ui.webc.main:
|
|
431
459
|
|
|
432
|
-
Component: UI5 Web Components, version: 1.
|
|
460
|
+
Component: UI5 Web Components, version: 1.5.0
|
|
433
461
|
Copyright: SAP
|
|
434
462
|
License: Apache-2.0
|
|
435
463
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -450,7 +478,7 @@ License: Apache-2.0
|
|
|
450
478
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
451
479
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
452
480
|
|
|
453
|
-
Component: SAP Theming Base Content, version: 11.1.
|
|
481
|
+
Component: SAP Theming Base Content, version: 11.1.40
|
|
454
482
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
455
483
|
License: Apache-2.0
|
|
456
484
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -980,6 +1008,21 @@ END of license: LicenseRef-JSONinJSPublicDomain
|
|
|
980
1008
|
=================================
|
|
981
1009
|
|
|
982
1010
|
|
|
1011
|
+
=================================
|
|
1012
|
+
BEGIN of license: LicenseRef-tzdata-PublicDomain
|
|
1013
|
+
=================================
|
|
1014
|
+
|
|
1015
|
+
Unless specified below, all files in the tz code and data (including
|
|
1016
|
+
this LICENSE file) are in the public domain.
|
|
1017
|
+
|
|
1018
|
+
If the files date.c, newstrftime.3, and strftime.c are present, they
|
|
1019
|
+
contain material derived from BSD and use the BSD 3-clause license.
|
|
1020
|
+
|
|
1021
|
+
=================================
|
|
1022
|
+
END of license: LicenseRef-tzdata-PublicDomain
|
|
1023
|
+
=================================
|
|
1024
|
+
|
|
1025
|
+
|
|
983
1026
|
=================================
|
|
984
1027
|
BEGIN of license: MIT
|
|
985
1028
|
=================================
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.support",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.106.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.106.0",
|
|
18
|
+
"@openui5/sap.ui.codeeditor": "1.106.0",
|
|
19
|
+
"@openui5/sap.ui.core": "1.106.0",
|
|
20
|
+
"@openui5/sap.ui.fl": "1.106.0",
|
|
21
|
+
"@openui5/sap.ui.layout": "1.106.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.106.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.106.0
|
|
39
39
|
* @public
|
|
40
40
|
*/
|
|
41
41
|
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.
|
|
26
|
+
* @version 1.106.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.106.0",
|
|
41
41
|
extensions: {
|
|
42
42
|
//Configuration used for rule loading of Support Assistant
|
|
43
43
|
"sap.ui.support": {
|
|
@@ -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.106.0
|
|
43
43
|
* @param {object} oSettings Name of the initiated
|
|
44
44
|
* @returns {void}
|
|
45
45
|
*/
|
|
@@ -21,8 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
"sap/ui/support/supportRules/Constants",
|
|
22
22
|
"sap/ui/support/supportRules/util/EvalUtils",
|
|
23
23
|
"sap/ui/support/supportRules/util/Utils",
|
|
24
|
-
"sap/ui/thirdparty/jquery"
|
|
25
|
-
"sap/ui/thirdparty/URI"
|
|
24
|
+
"sap/ui/thirdparty/jquery"
|
|
26
25
|
], function (
|
|
27
26
|
Log,
|
|
28
27
|
extend,
|
|
@@ -35,8 +34,7 @@ sap.ui.define([
|
|
|
35
34
|
constants,
|
|
36
35
|
EvalUtils,
|
|
37
36
|
Utils,
|
|
38
|
-
jQuery
|
|
39
|
-
URI
|
|
37
|
+
jQuery
|
|
40
38
|
) {
|
|
41
39
|
"use strict";
|
|
42
40
|
|
|
@@ -391,20 +389,15 @@ sap.ui.define([
|
|
|
391
389
|
* Gets the load origin of the SupportAssistant.
|
|
392
390
|
*
|
|
393
391
|
* @private
|
|
394
|
-
* @returns {boolean} Whether the SupportAssistant
|
|
392
|
+
* @returns {boolean} Whether the SupportAssistant is loaded from a different origin
|
|
395
393
|
*/
|
|
396
394
|
RuleSetLoader._getLoadFromSupportOrigin = function () {
|
|
397
|
-
var
|
|
398
|
-
var
|
|
399
|
-
var supportUri = new URI(sap.ui.require.toUrl("sap/ui/support"));
|
|
395
|
+
var coreUri = new URL(sap.ui.require.toUrl("sap/ui/core"), document.baseURI);
|
|
396
|
+
var supportUri = new URL(sap.ui.require.toUrl("sap/ui/support"), document.baseURI);
|
|
400
397
|
|
|
401
398
|
// If loading support tool from different origin,
|
|
402
399
|
// i.e. protocol or host (host name + port) different
|
|
403
|
-
|
|
404
|
-
bLoadFromSupportOrigin = true;
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
return bLoadFromSupportOrigin;
|
|
400
|
+
return coreUri.origin !== supportUri.origin;
|
|
408
401
|
};
|
|
409
402
|
|
|
410
403
|
/**
|
|
@@ -416,16 +409,16 @@ sap.ui.define([
|
|
|
416
409
|
*/
|
|
417
410
|
RuleSetLoader.fetchNonLoadedRuleSets = function (aLoadedLibraries) {
|
|
418
411
|
|
|
419
|
-
|
|
420
|
-
oLibraries = {};
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
this._fetchLibraryNamesWithSupportRules(oLibraries).then(function (oLibNamesWithRules) {
|
|
412
|
+
VersionInfo.load().then(function(oVersionInfo) {
|
|
413
|
+
var oLibraries = {};
|
|
414
|
+
oVersionInfo.libraries.forEach(function (oLib) {
|
|
415
|
+
oLibraries[oLib.name] = oLib;
|
|
416
|
+
});
|
|
417
|
+
return this._fetchLibraryNamesWithSupportRules(oLibraries);
|
|
418
|
+
}.bind(this)).then(function (oLibNamesWithRules) {
|
|
427
419
|
|
|
428
420
|
// Find the non loaded libraries which have rulesets.
|
|
421
|
+
var aNonLoadedLibraries = [];
|
|
429
422
|
oLibNamesWithRules.allRules.forEach(function (sLibName) {
|
|
430
423
|
if (aLoadedLibraries.indexOf(sLibName) < 0) {
|
|
431
424
|
aNonLoadedLibraries.push(sLibName);
|
|
@@ -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.106.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.106.0
|
|
30
30
|
* @private
|
|
31
31
|
*/
|
|
32
32
|
var WindowCommunicationBus = BaseObject.extend("sap.ui.support.supportRules.WindowCommunicationBus", {
|
|
@@ -135,9 +135,9 @@ sap.ui.define(["sap/base/util/LoaderExtensions", 'sap/base/security/encodeXML',
|
|
|
135
135
|
// (e.g. "MyControl" instead of "com.example.MyControl").
|
|
136
136
|
continue;
|
|
137
137
|
}
|
|
138
|
-
var sPath = this._oCore._getThemePath(n, this._oCore.
|
|
138
|
+
var sPath = this._oCore._getThemePath(n, this._oCore.getConfiguration().getTheme());
|
|
139
139
|
aResults.push({
|
|
140
|
-
theme : this._oCore.
|
|
140
|
+
theme : this._oCore.getConfiguration().getTheme(),
|
|
141
141
|
library: n,
|
|
142
142
|
relativePath: sPath,
|
|
143
143
|
absolutePath: URI(sPath).absoluteTo(document.location.origin + document.location.pathname).toString()
|
|
@@ -17,7 +17,6 @@ sap.ui.define([
|
|
|
17
17
|
"sap/ui/support/supportRules/Constants",
|
|
18
18
|
"sap/ui/support/supportRules/Storage",
|
|
19
19
|
"sap/ui/support/supportRules/util/EvalUtils",
|
|
20
|
-
"sap/ui/thirdparty/URI",
|
|
21
20
|
"sap/ui/VersionInfo",
|
|
22
21
|
"sap/m/library"
|
|
23
22
|
], function (
|
|
@@ -33,7 +32,6 @@ sap.ui.define([
|
|
|
33
32
|
Constants,
|
|
34
33
|
Storage,
|
|
35
34
|
EvalUtils,
|
|
36
|
-
URI,
|
|
37
35
|
VersionInfo,
|
|
38
36
|
mobileLibrary
|
|
39
37
|
) {
|
|
@@ -96,7 +94,7 @@ sap.ui.define([
|
|
|
96
94
|
VersionInfo.load({ library: "sap.ui.core" }).then(function (oCoreLibInfo) {
|
|
97
95
|
CommunicationBus.publish(channelNames.POST_UI_INFORMATION, {
|
|
98
96
|
version: oCoreLibInfo,
|
|
99
|
-
location: new
|
|
97
|
+
location: new URL(sap.ui.require.toUrl("sap/ui/support"), window.location.origin + window.location.pathname).toString()
|
|
100
98
|
});
|
|
101
99
|
});
|
|
102
100
|
|
|
@@ -104,7 +102,7 @@ sap.ui.define([
|
|
|
104
102
|
},
|
|
105
103
|
|
|
106
104
|
initSettingsPopoverModel: function () {
|
|
107
|
-
var supportAssistantOrigin = new
|
|
105
|
+
var supportAssistantOrigin = new URL(sap.ui.require.toUrl("sap/ui/support"), window.location.origin + window.location.pathname).toString(),
|
|
108
106
|
supportAssistantVersion = sap.ui.version;
|
|
109
107
|
|
|
110
108
|
this.model.setProperty("/supportAssistantOrigin", supportAssistantOrigin);
|