@openui5/sap.ui.support 1.96.5 → 1.99.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 +26 -31
- package/THIRDPARTY.txt +15 -21
- package/package.json +6 -6
- package/src/sap/ui/support/.library +1 -1
- package/src/sap/ui/support/.supportrc +1 -1
- package/src/sap/ui/support/Bootstrap.js +3 -5
- package/src/sap/ui/support/RuleAnalyzer.js +1 -1
- package/src/sap/ui/support/jQuery.sap.support.js +6 -3
- package/src/sap/ui/support/library.js +7 -7
- package/src/sap/ui/support/supportRules/Analyzer.js +4 -4
- package/src/sap/ui/support/supportRules/CommunicationBus.js +1 -2
- package/src/sap/ui/support/supportRules/ExecutionScope.js +4 -4
- package/src/sap/ui/support/supportRules/IssueManager.js +6 -6
- package/src/sap/ui/support/supportRules/Main.js +10 -10
- package/src/sap/ui/support/supportRules/RuleSet.js +16 -15
- package/src/sap/ui/support/supportRules/RuleSetLoader.js +34 -22
- package/src/sap/ui/support/supportRules/Storage.js +1 -1
- package/src/sap/ui/support/supportRules/WCBConfig.js +4 -4
- package/src/sap/ui/support/supportRules/WindowCommunicationBus.js +4 -4
- package/src/sap/ui/support/supportRules/report/Archiver.js +8 -8
- package/src/sap/ui/support/supportRules/report/DataCollector.js +8 -8
- package/src/sap/ui/support/supportRules/report/IssueRenderer.js +7 -7
- package/src/sap/ui/support/supportRules/report/ReportProvider.js +20 -20
- package/src/sap/ui/support/supportRules/ui/IFrameController.js +9 -8
- package/src/sap/ui/support/supportRules/ui/controllers/Issues.controller.js +6 -6
- package/src/sap/ui/support/supportRules/ui/controllers/Main.controller.js +1 -1
- package/src/sap/ui/support/supportRules/ui/controllers/PresetsController.js +4 -4
- package/src/sap/ui/support/supportRules/ui/external/ElementTree.js +6 -6
- package/src/sap/ui/support/supportRules/ui/models/CustomListSelection.js +1 -1
- package/src/sap/ui/support/supportRules/ui/models/Documentation.js +7 -5
- package/src/sap/ui/support/supportRules/ui/models/PresetsUtils.js +4 -4
- package/src/sap/ui/support/supportRules/util/RuleValidator.js +1 -1
- package/src/sap/ui/support/supportRules/util/StringAnalyzer.js +1 -1
- package/src/sap/ui/support/supportRules/util/Utils.js +3 -3
package/.reuse/dep5
CHANGED
|
@@ -28,7 +28,7 @@ Disclaimer: The code in this project may include calls to APIs (“API Calls”)
|
|
|
28
28
|
# OpenUI5 code
|
|
29
29
|
|
|
30
30
|
Files: *
|
|
31
|
-
Copyright: 2009-
|
|
31
|
+
Copyright: 2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
32
32
|
License: Apache-2.0
|
|
33
33
|
|
|
34
34
|
|
|
@@ -60,7 +60,7 @@ Comment: these files belong to: jQuery UI
|
|
|
60
60
|
|
|
61
61
|
Files: src/sap.ui.commons/src/sap/ui/commons/Carousel.js
|
|
62
62
|
Copyright:
|
|
63
|
-
2009-
|
|
63
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
64
64
|
Spencer Tipping
|
|
65
65
|
License: Apache-2.0 and MIT
|
|
66
66
|
Comment: these files contain content from SAP and jquery.fix.clone: Carousel.js is authored by SAP, but contains an improved implementation of the clone function which is taken from jquery-fix-clone
|
|
@@ -75,35 +75,35 @@ Comment: these files belong to: jQuery 3
|
|
|
75
75
|
|
|
76
76
|
Files: src/sap.ui.core/src/sap/base/util/isPlainObject.js
|
|
77
77
|
Copyright:
|
|
78
|
-
2009-
|
|
78
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
79
79
|
OpenJS Foundation and other contributors
|
|
80
80
|
License: Apache-2.0 and MIT
|
|
81
81
|
Comment: these files contain content from SAP and jQuery 3: isPlainObject.js is overall written by SAP, but contains a modified implementation of jQuery.isPlainObject taken from jQuery
|
|
82
82
|
|
|
83
83
|
Files: src/sap.ui.core/src/sap/base/util/_merge.js
|
|
84
84
|
Copyright:
|
|
85
|
-
2009-
|
|
85
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
86
86
|
OpenJS Foundation and other contributors
|
|
87
87
|
License: Apache-2.0 and MIT
|
|
88
88
|
Comment: these files contain content from SAP and jQuery 3: _merge.js is overall written by SAP, but contains a modified implementation of jQuery.extend taken from jQuery
|
|
89
89
|
|
|
90
90
|
Files: src/sap.ui.core/src/jquery.sap.script.js
|
|
91
91
|
Copyright:
|
|
92
|
-
2009-
|
|
92
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
93
93
|
OpenJS Foundation and other contributors
|
|
94
94
|
License: Apache-2.0 and MIT
|
|
95
95
|
Comment: these files contain content from SAP and jQuery 3: jquery.sap.script.js is overall written by SAP, but contains a modified implementation of jQuery.extend taken from jQuery
|
|
96
96
|
|
|
97
97
|
Files: src/sap.ui.core/src/sap/ui/Device.js
|
|
98
98
|
Copyright:
|
|
99
|
-
2009-
|
|
99
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
100
100
|
2011, John Resig
|
|
101
101
|
License: Apache-2.0 and MIT
|
|
102
102
|
Comment: these files contain content from SAP and jQuery 1: Device.js is overall written by SAP, but contains code taken from jQuery 1.7.1 (see the respective comment)
|
|
103
103
|
|
|
104
104
|
Files: src/sap.ui.core/src/sap/ui/dom/jquery/Selectors.js
|
|
105
105
|
Copyright:
|
|
106
|
-
2009-
|
|
106
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
107
107
|
2014 jQuery Foundation and other contributors
|
|
108
108
|
License: Apache-2.0 and MIT
|
|
109
109
|
Comment: these files contain content from SAP and jQuery UI 1.8: Selectors.js is overall written by SAP, but contains code taken from jQuery UI (see the respective comments)
|
|
@@ -115,14 +115,14 @@ Comment: these files belong to: jQuery UI 1.10
|
|
|
115
115
|
|
|
116
116
|
Files: src/sap.ui.core/src/jquery.sap.dom.js
|
|
117
117
|
Copyright:
|
|
118
|
-
2009-
|
|
118
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
119
119
|
2014 jQuery Foundation and other contributors
|
|
120
120
|
License: Apache-2.0 and MIT
|
|
121
121
|
Comment: these files contain content from SAP and jQuery UI 1.10: jquery.sap.dom.js is overall written by SAP, but contains code taken from jQuery UI Core (see the respective comment)
|
|
122
122
|
|
|
123
123
|
Files: src/sap.ui.core/src/sap/ui/dom/jquery/zIndex.js
|
|
124
124
|
Copyright:
|
|
125
|
-
2009-
|
|
125
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
126
126
|
2014 jQuery Foundation and other contributors
|
|
127
127
|
License: Apache-2.0 and MIT
|
|
128
128
|
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
|
|
@@ -149,7 +149,7 @@ Comment: these files belong to: jQuery Mobile
|
|
|
149
149
|
|
|
150
150
|
Files: src/sap.ui.core/src/sap/ui/util/_FeatureDetection.js
|
|
151
151
|
Copyright:
|
|
152
|
-
2009-
|
|
152
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
153
153
|
2012 Wei-Ko Kao
|
|
154
154
|
License: Apache-2.0 and MIT
|
|
155
155
|
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
|
|
@@ -281,14 +281,14 @@ Comment: these files belong to: blanket.js
|
|
|
281
281
|
|
|
282
282
|
Files: src/sap.ui.core/src/sap/base/util/JSTokenizer.js
|
|
283
283
|
Copyright:
|
|
284
|
-
2009-
|
|
284
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
285
285
|
Douglas Crockford
|
|
286
286
|
License: Apache-2.0 and LicenseRef-JSONinJSPublicDomain
|
|
287
287
|
Comment: these files contain content from SAP and JSON in JS: JSTokenizer.js is overall written by SAP, but contains code has been taken from the component JSON in JavaScript (https://github.com/douglascrockford/JSON-js/blob/master/json2.js) from Douglas Crockford which is licensed under Public Domain
|
|
288
288
|
|
|
289
289
|
Files: src/sap.ui.core/src/sap/ui/base/ExpressionParser.js
|
|
290
290
|
Copyright:
|
|
291
|
-
2009-
|
|
291
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
292
292
|
2010 Douglas Crockford
|
|
293
293
|
License: Apache-2.0
|
|
294
294
|
Comment: these files contain content from SAP and Top Down Operator Precedence: ExpressionParser.js is overall written by SAP, but contains code taken from or inspired by TDOP by Douglas Crockford (see the respective comment)
|
|
@@ -322,7 +322,7 @@ Comment: these files contain content from p-cancelable and @babel/helpers: _Canc
|
|
|
322
322
|
|
|
323
323
|
Files: src/sap.ui.core/src/sap/ui/core/date/Persian.js
|
|
324
324
|
Copyright:
|
|
325
|
-
2009-
|
|
325
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
326
326
|
Behrang Norouzinia
|
|
327
327
|
License: Apache-2.0 and MIT
|
|
328
328
|
Comment: these files contain content from SAP and Jalaali JS: Persian.js is overall written by SAP, but the calculation is taken from jalaali-js
|
|
@@ -334,7 +334,7 @@ Comment: these files belong to: vkBeautify
|
|
|
334
334
|
|
|
335
335
|
Files: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
|
|
336
336
|
Copyright:
|
|
337
|
-
2009-
|
|
337
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
338
338
|
Isaac Z. Schlueter and Contributors
|
|
339
339
|
License: Apache-2.0 and ISC
|
|
340
340
|
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.
|
|
@@ -370,21 +370,11 @@ Comment: these files belong to: Buttons extension for DataTables
|
|
|
370
370
|
|
|
371
371
|
# Library: sap.ui.integration:
|
|
372
372
|
|
|
373
|
-
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents
|
|
373
|
+
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/*
|
|
374
374
|
Copyright: SAP
|
|
375
375
|
License: Apache-2.0
|
|
376
376
|
Comment: these files belong to: UI5 Web Components
|
|
377
377
|
|
|
378
|
-
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/*
|
|
379
|
-
Copyright: 2015 The Polymer Authors
|
|
380
|
-
License: BSD-3-Clause
|
|
381
|
-
Comment: these files belong to: Webcomponentsjs
|
|
382
|
-
|
|
383
|
-
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/Unicode-Data-Files-LICENSE.txt
|
|
384
|
-
Copyright: 1991-2014 Unicode, Inc.
|
|
385
|
-
License: Unicode-DFS-2015
|
|
386
|
-
Comment: these files belong to: Unicode Common Locale Data Repository
|
|
387
|
-
|
|
388
378
|
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptivecards.js src/sap.ui.integration/src/sap/ui/integration/schemas/adaptive-card.json
|
|
389
379
|
Copyright: 2017 Microsoft
|
|
390
380
|
License: MIT
|
|
@@ -395,22 +385,27 @@ Copyright: 2017 Microsoft
|
|
|
395
385
|
License: MIT
|
|
396
386
|
Comment: these files belong to: Adaptive Cards Templating
|
|
397
387
|
|
|
388
|
+
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptive-expressions.js
|
|
389
|
+
Copyright: Microsoft
|
|
390
|
+
License: MIT
|
|
391
|
+
Comment: these files belong to: Adaptive Expressions
|
|
392
|
+
|
|
398
393
|
Files: src/sap.ui.integration/src/sap/ui/integration/thirdparty/markdown-it.js
|
|
399
394
|
Copyright: 2014 Vitaly Puzrin, Alex Kocharin
|
|
400
395
|
License: MIT
|
|
401
396
|
Comment: these files belong to: Markdown-it
|
|
402
397
|
|
|
403
|
-
Files: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/
|
|
404
|
-
Copyright:
|
|
398
|
+
Files: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/CfWorkerJsonSchemaValidator.js
|
|
399
|
+
Copyright: 2020 Jeremy Danyow
|
|
405
400
|
License: MIT
|
|
406
|
-
Comment: these files belong to:
|
|
401
|
+
Comment: these files belong to: @cfworker/json-schema
|
|
407
402
|
|
|
408
403
|
|
|
409
404
|
# Library: sap.ui.mdc:
|
|
410
405
|
|
|
411
406
|
Files: src/sap.ui.mdc/test/sap/ui/mdc/sample/field/filterfieldwithoperators/BoolExprTool.js
|
|
412
407
|
Copyright:
|
|
413
|
-
2009-
|
|
408
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
414
409
|
2015 unnikked
|
|
415
410
|
License: Apache-2.0 and MIT
|
|
416
411
|
Comment: these files contain content from SAP and BooleanExpressionEvaluator: BoolExprTool.js is authored by SAP, but partly inspired by BooleanExpressionEvaluator
|
|
@@ -418,7 +413,7 @@ Comment: these files contain content from SAP and BooleanExpressionEvaluator: Bo
|
|
|
418
413
|
|
|
419
414
|
# Library: sap.ui.webc.common:
|
|
420
415
|
|
|
421
|
-
Files: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.* src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/
|
|
416
|
+
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/*.*
|
|
422
417
|
Copyright: SAP
|
|
423
418
|
License: Apache-2.0
|
|
424
419
|
Comment: these files belong to: UI5 Web Components
|
|
@@ -454,7 +449,7 @@ Comment: these files belong to: LESS
|
|
|
454
449
|
|
|
455
450
|
Files: lib/jsdoc/ui5/plugin.js
|
|
456
451
|
Copyright:
|
|
457
|
-
2009-
|
|
452
|
+
2009-2022 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
458
453
|
2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc
|
|
459
454
|
License: Apache-2.0
|
|
460
455
|
Comment: these files contain content from SAP and JSDoc 3: plugin.js is overall written by SAP, but contains code taken from JSDoc 3.6.7 (see the respective comments)
|
package/THIRDPARTY.txt
CHANGED
|
@@ -351,24 +351,11 @@ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/D
|
|
|
351
351
|
|
|
352
352
|
Library: sap.ui.integration:
|
|
353
353
|
|
|
354
|
-
Component: UI5 Web Components, version: 1.0.
|
|
354
|
+
Component: UI5 Web Components, version: 1.0.1
|
|
355
355
|
Copyright: SAP
|
|
356
356
|
License: Apache-2.0
|
|
357
357
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
358
|
-
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents
|
|
359
|
-
src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/bundle*
|
|
360
|
-
|
|
361
|
-
Component: Webcomponentsjs, version: 1.0.2
|
|
362
|
-
Copyright: 2015 The Polymer Authors
|
|
363
|
-
License: BSD-3-Clause
|
|
364
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
365
|
-
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/webcomponentsjs/*
|
|
366
|
-
|
|
367
|
-
Component: Unicode Common Locale Data Repository
|
|
368
|
-
Copyright: 1991-2014 Unicode, Inc.
|
|
369
|
-
License: Unicode-DFS-2015
|
|
370
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Unicode-DFS-2015.txt
|
|
371
|
-
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/Unicode-Data-Files-LICENSE.txt
|
|
358
|
+
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/*
|
|
372
359
|
|
|
373
360
|
Component: Adaptive Cards, version: 2.9.0
|
|
374
361
|
Copyright: 2017 Microsoft
|
|
@@ -377,23 +364,29 @@ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
|
377
364
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptivecards.js
|
|
378
365
|
src/sap.ui.integration/src/sap/ui/integration/schemas/adaptive-card.json
|
|
379
366
|
|
|
380
|
-
Component: Adaptive Cards Templating, version:
|
|
367
|
+
Component: Adaptive Cards Templating, version: 2.2.0
|
|
381
368
|
Copyright: 2017 Microsoft
|
|
382
369
|
License: MIT
|
|
383
370
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
384
371
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptivecards-templating.js
|
|
385
372
|
|
|
386
|
-
Component:
|
|
373
|
+
Component: Adaptive Expressions, version: 4.15.0
|
|
374
|
+
Copyright: Microsoft
|
|
375
|
+
License: MIT
|
|
376
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
377
|
+
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptive-expressions.js
|
|
378
|
+
|
|
379
|
+
Component: Markdown-it, version: 12.2.0
|
|
387
380
|
Copyright: 2014 Vitaly Puzrin, Alex Kocharin
|
|
388
381
|
License: MIT
|
|
389
382
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
390
383
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/markdown-it.js
|
|
391
384
|
|
|
392
|
-
Component:
|
|
393
|
-
Copyright:
|
|
385
|
+
Component: @cfworker/json-schema, version: 1.6.8
|
|
386
|
+
Copyright: 2020 Jeremy Danyow
|
|
394
387
|
License: MIT
|
|
395
388
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
396
|
-
Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/
|
|
389
|
+
Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/CfWorkerJsonSchemaValidator.js
|
|
397
390
|
|
|
398
391
|
|
|
399
392
|
Library: sap.ui.mdc:
|
|
@@ -412,10 +405,11 @@ Copyright: SAP
|
|
|
412
405
|
License: Apache-2.0
|
|
413
406
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
414
407
|
Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.*
|
|
415
|
-
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/
|
|
408
|
+
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/theming/*.*
|
|
416
409
|
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/localization/*.*
|
|
417
410
|
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons/*.*
|
|
418
411
|
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.*
|
|
412
|
+
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/*.*
|
|
419
413
|
|
|
420
414
|
Component: lit-html, version: 1.4.1
|
|
421
415
|
Copyright: Google LLC
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.support",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.99.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.99.0",
|
|
18
|
+
"@openui5/sap.ui.codeeditor": "1.99.0",
|
|
19
|
+
"@openui5/sap.ui.core": "1.99.0",
|
|
20
|
+
"@openui5/sap.ui.fl": "1.99.0",
|
|
21
|
+
"@openui5/sap.ui.layout": "1.99.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.99.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>UI5 library: sap.ui.support</documentation>
|
|
12
12
|
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
// Provides control sap.ui.support.Bootstrap.
|
|
8
|
-
sap.ui.define(["
|
|
9
|
-
function (
|
|
8
|
+
sap.ui.define(["sap/base/Log"],
|
|
9
|
+
function (Log) {
|
|
10
10
|
"use strict";
|
|
11
11
|
|
|
12
12
|
Log.setLogEntriesLimit(Infinity);
|
|
@@ -35,9 +35,7 @@ sap.ui.define(["jquery.sap.global", "sap/base/Log"],
|
|
|
35
35
|
* allowing the developers to pass custom data, that is later going to be added
|
|
36
36
|
* to the executionScope of the rules
|
|
37
37
|
*/
|
|
38
|
-
|
|
39
|
-
jQuery.sap.log.logSupportInfo(true);
|
|
40
|
-
}
|
|
38
|
+
Log.logSupportInfo(true);
|
|
41
39
|
}
|
|
42
40
|
});
|
|
43
41
|
}
|
|
@@ -4,12 +4,15 @@
|
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
sap.ui.define(["sap/ui/
|
|
7
|
+
sap.ui.define(["sap/ui/thirdparty/jquery",
|
|
8
|
+
"sap/ui/support/supportRules/Main",
|
|
8
9
|
"sap/ui/support/supportRules/RuleSetLoader"],
|
|
9
|
-
function (
|
|
10
|
+
function (jQuery,
|
|
11
|
+
Main,
|
|
10
12
|
RuleSetLoader) {
|
|
11
13
|
"use strict";
|
|
12
14
|
|
|
15
|
+
jQuery.sap = jQuery.sap || {};
|
|
13
16
|
|
|
14
17
|
/**
|
|
15
18
|
* The <code>jQuery.sap.support</code> namespace is the central entry point for the Support Assistant functionality.
|
|
@@ -32,7 +35,7 @@ sap.ui.define(["sap/ui/support/supportRules/Main",
|
|
|
32
35
|
* @deprecated Since version 1.60.0. Please use sap/ui/support/RuleAnalyzer instead.
|
|
33
36
|
* @alias jQuery.sap.support
|
|
34
37
|
* @author SAP SE
|
|
35
|
-
* @version 1.
|
|
38
|
+
* @version 1.99.0
|
|
36
39
|
* @public
|
|
37
40
|
*/
|
|
38
41
|
jQuery.sap.support = {
|
|
@@ -23,7 +23,7 @@ sap.ui.define(["sap/ui/core/library"],
|
|
|
23
23
|
* @namespace
|
|
24
24
|
* @name sap.ui.support
|
|
25
25
|
* @author SAP SE
|
|
26
|
-
* @version 1.
|
|
26
|
+
* @version 1.99.0
|
|
27
27
|
* @since 1.50
|
|
28
28
|
* @public
|
|
29
29
|
*/
|
|
@@ -41,7 +41,7 @@ sap.ui.define(["sap/ui/core/library"],
|
|
|
41
41
|
controls: [],
|
|
42
42
|
elements: [],
|
|
43
43
|
noLibraryCSS: true,
|
|
44
|
-
version: "1.
|
|
44
|
+
version: "1.99.0",
|
|
45
45
|
extensions: {
|
|
46
46
|
//Configuration used for rule loading of Support Assistant
|
|
47
47
|
"sap.ui.support": {
|
|
@@ -53,7 +53,7 @@ sap.ui.define(["sap/ui/core/library"],
|
|
|
53
53
|
/**
|
|
54
54
|
* Defines severity types.
|
|
55
55
|
* @enum {string}
|
|
56
|
-
* @since 1.
|
|
56
|
+
* @since 1.99.0
|
|
57
57
|
* @public
|
|
58
58
|
*/
|
|
59
59
|
sap.ui.support.Severity = {
|
|
@@ -77,7 +77,7 @@ sap.ui.define(["sap/ui/core/library"],
|
|
|
77
77
|
/**
|
|
78
78
|
* Defines the Audiences.
|
|
79
79
|
* @enum {string}
|
|
80
|
-
* @since 1.
|
|
80
|
+
* @since 1.99.0
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
sap.ui.support.Audiences = {
|
|
@@ -101,7 +101,7 @@ sap.ui.define(["sap/ui/core/library"],
|
|
|
101
101
|
/**
|
|
102
102
|
* Issue Categories.
|
|
103
103
|
* @enum {string}
|
|
104
|
-
* @since 1.
|
|
104
|
+
* @since 1.99.0
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
sap.ui.support.Categories = {
|
|
@@ -170,7 +170,7 @@ sap.ui.define(["sap/ui/core/library"],
|
|
|
170
170
|
/**
|
|
171
171
|
* Analysis history formats.
|
|
172
172
|
* @enum {string}
|
|
173
|
-
* @since 1.
|
|
173
|
+
* @since 1.99.0
|
|
174
174
|
* @public
|
|
175
175
|
*/
|
|
176
176
|
sap.ui.support.HistoryFormats = {
|
|
@@ -189,7 +189,7 @@ sap.ui.define(["sap/ui/core/library"],
|
|
|
189
189
|
/**
|
|
190
190
|
* Contains the available system presets.
|
|
191
191
|
* @enum {object}
|
|
192
|
-
* @since 1.
|
|
192
|
+
* @since 1.99.0
|
|
193
193
|
* @public
|
|
194
194
|
*/
|
|
195
195
|
sap.ui.support.SystemPresets = {
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
* runs tasks added by addTask function. Analysis can be started, stopped, restarted, paused and continued.
|
|
10
10
|
* The analyzer can be used to update the UI with the current progress of a task while it's running.
|
|
11
11
|
*/
|
|
12
|
-
sap.ui.define(["
|
|
13
|
-
function (
|
|
12
|
+
sap.ui.define(["sap/base/Log", "sap/ui/support/supportRules/IssueManager","sap/ui/support/supportRules/Constants"],
|
|
13
|
+
function (Log, IssueManager, Constants) {
|
|
14
14
|
"use strict";
|
|
15
15
|
|
|
16
16
|
/**
|
|
@@ -110,7 +110,7 @@ sap.ui.define(["jquery.sap.global", "sap/ui/support/supportRules/IssueManager","
|
|
|
110
110
|
var sText = eRuleException.message || eRuleException;
|
|
111
111
|
var sMessage = "[" + Constants.SUPPORT_ASSISTANT_NAME + "] Error while execution rule \"" + sRuleId +
|
|
112
112
|
"\": " + sText;
|
|
113
|
-
|
|
113
|
+
Log.error(sMessage);
|
|
114
114
|
fnResolve();
|
|
115
115
|
this._updateProgress();
|
|
116
116
|
};
|
|
@@ -189,4 +189,4 @@ sap.ui.define(["jquery.sap.global", "sap/ui/support/supportRules/IssueManager","
|
|
|
189
189
|
};
|
|
190
190
|
|
|
191
191
|
return Analyzer;
|
|
192
|
-
}
|
|
192
|
+
});
|
|
@@ -8,11 +8,10 @@
|
|
|
8
8
|
* @typedef {object} EventListener
|
|
9
9
|
*/
|
|
10
10
|
sap.ui.define([
|
|
11
|
-
"jquery.sap.script", // contains jQuery.sap.getUriParameters
|
|
12
11
|
"sap/ui/support/supportRules/WindowCommunicationBus",
|
|
13
12
|
"sap/ui/support/supportRules/WCBConfig"
|
|
14
13
|
],
|
|
15
|
-
function (
|
|
14
|
+
function (CommunicationBusCommon, CommunicationBusConfig) {
|
|
16
15
|
"use strict";
|
|
17
16
|
|
|
18
17
|
var oCommunicationBus;
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
* @class sap.ui.support.ExecutionScope
|
|
29
29
|
*/
|
|
30
30
|
sap.ui.define(
|
|
31
|
-
["
|
|
32
|
-
function (
|
|
31
|
+
["sap/base/Log", "sap/ui/core/Component", "sap/ui/core/Element"],
|
|
32
|
+
function (Log, Component, Element) {
|
|
33
33
|
"use strict";
|
|
34
34
|
|
|
35
35
|
var _context = null,
|
|
@@ -293,7 +293,7 @@ sap.ui.define(
|
|
|
293
293
|
* @alias sap.ui.support.ExecutionScope.getLoggedObjects
|
|
294
294
|
*/
|
|
295
295
|
getLoggedObjects: function (type) {
|
|
296
|
-
var log =
|
|
296
|
+
var log = Log.getLogEntries(),
|
|
297
297
|
loggedObjects = [], elemIds;
|
|
298
298
|
|
|
299
299
|
// Add logEntries that have support info object,
|
|
@@ -314,7 +314,7 @@ sap.ui.define(
|
|
|
314
314
|
logEntry.supportInfo.type === type || type === undefined,
|
|
315
315
|
scopeMatch =
|
|
316
316
|
!hasElemId ||
|
|
317
|
-
|
|
317
|
+
elemIds.indexOf(logEntry.supportInfo.elementId) > -1;
|
|
318
318
|
|
|
319
319
|
/**
|
|
320
320
|
* Give the developer the ability to pass filtering function
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
* The IssueManager interface stores, groups and converts issues from the Core Object to a usable model by the Support Assistant.
|
|
9
9
|
* Issues can be added only through the IssueManager using <code>addIssue</code> method.
|
|
10
10
|
*/
|
|
11
|
-
sap.ui.define(["
|
|
12
|
-
function (
|
|
11
|
+
sap.ui.define(["sap/base/util/deepExtend", "sap/ui/base/Object", "sap/ui/support/library", "sap/ui/support/supportRules/Constants"],
|
|
12
|
+
function (deepExtend, BaseObject, library, constants) {
|
|
13
13
|
"use strict";
|
|
14
14
|
/**
|
|
15
15
|
* @type {object[]} _aIssues Issues stored in the IssueManager
|
|
@@ -138,11 +138,11 @@ sap.ui.define(["jquery.sap.global", "sap/ui/base/Object", "sap/ui/support/librar
|
|
|
138
138
|
group = {},
|
|
139
139
|
library = {},
|
|
140
140
|
rule = {},
|
|
141
|
-
rulesCopy =
|
|
142
|
-
issuesCopy =
|
|
141
|
+
rulesCopy = deepExtend({}, rules),
|
|
142
|
+
issuesCopy = deepExtend({}, issues);
|
|
143
143
|
|
|
144
144
|
for (group in rulesCopy) {
|
|
145
|
-
rulesViewModel[group] =
|
|
145
|
+
rulesViewModel[group] = deepExtend({}, rulesCopy[group].ruleset._mRules);
|
|
146
146
|
library = rulesViewModel[group];
|
|
147
147
|
|
|
148
148
|
// Create non-enumerable properties
|
|
@@ -160,7 +160,7 @@ sap.ui.define(["jquery.sap.global", "sap/ui/base/Object", "sap/ui/support/librar
|
|
|
160
160
|
});
|
|
161
161
|
|
|
162
162
|
for (rule in rulesCopy[group].ruleset._mRules) {
|
|
163
|
-
library[rule] =
|
|
163
|
+
library[rule] = deepExtend([], library[rule]);
|
|
164
164
|
|
|
165
165
|
// Create non-enumerable properties
|
|
166
166
|
Object.defineProperty(library[rule], 'selected', {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
sap.ui.define([
|
|
8
|
-
"
|
|
8
|
+
"sap/base/Log",
|
|
9
9
|
"sap/ui/base/ManagedObject",
|
|
10
10
|
"sap/ui/core/Element",
|
|
11
11
|
"sap/ui/core/Component",
|
|
@@ -23,7 +23,7 @@ sap.ui.define([
|
|
|
23
23
|
"sap/ui/support/supportRules/RuleSerializer",
|
|
24
24
|
"sap/ui/support/library"
|
|
25
25
|
],
|
|
26
|
-
function (
|
|
26
|
+
function (Log, ManagedObject, Element, Component, Analyzer, CoreFacade,
|
|
27
27
|
ExecutionScope, Highlighter, CommunicationBus,
|
|
28
28
|
IssueManager, History, DataCollector, channelNames,
|
|
29
29
|
constants, RuleSetLoader, RuleSerializer, library) {
|
|
@@ -57,7 +57,7 @@ function (jQuery, ManagedObject, Element, Component, Analyzer, CoreFacade,
|
|
|
57
57
|
var evt = document.createEvent("CustomEvent");
|
|
58
58
|
evt.initCustomEvent("supportToolLoaded", true, true, {});
|
|
59
59
|
} else {
|
|
60
|
-
|
|
60
|
+
Log.warning("Only one support tool allowed");
|
|
61
61
|
|
|
62
62
|
return oMain;
|
|
63
63
|
}
|
|
@@ -321,7 +321,7 @@ function (jQuery, ManagedObject, Element, Component, Analyzer, CoreFacade,
|
|
|
321
321
|
vPresetOrRules = library.SystemPresets[vPresetOrRules];
|
|
322
322
|
|
|
323
323
|
if (!vPresetOrRules) {
|
|
324
|
-
|
|
324
|
+
Log.error("System preset ID is not valid");
|
|
325
325
|
return;
|
|
326
326
|
}
|
|
327
327
|
}
|
|
@@ -343,7 +343,7 @@ function (jQuery, ManagedObject, Element, Component, Analyzer, CoreFacade,
|
|
|
343
343
|
vRuleDescriptors = vPresetOrRules.selections;
|
|
344
344
|
|
|
345
345
|
if (!vPresetOrRules.id || !vPresetOrRules.title) {
|
|
346
|
-
|
|
346
|
+
Log.error("The preset must have an ID and a title");
|
|
347
347
|
return;
|
|
348
348
|
}
|
|
349
349
|
|
|
@@ -398,7 +398,7 @@ function (jQuery, ManagedObject, Element, Component, Analyzer, CoreFacade,
|
|
|
398
398
|
i;
|
|
399
399
|
|
|
400
400
|
if (ExecutionScope.possibleScopes.indexOf(oExecutionScope.type) === -1) {
|
|
401
|
-
|
|
401
|
+
Log.error("Invalid execution scope type. Type must be one of the following: "
|
|
402
402
|
+ ExecutionScope.possibleScopes.join(", "));
|
|
403
403
|
return false;
|
|
404
404
|
}
|
|
@@ -408,7 +408,7 @@ function (jQuery, ManagedObject, Element, Component, Analyzer, CoreFacade,
|
|
|
408
408
|
if (oExecutionScope.parentId) {
|
|
409
409
|
aSelectors.push(oExecutionScope.parentId);
|
|
410
410
|
} else if (Array.isArray(oExecutionScope.selectors)) {
|
|
411
|
-
|
|
411
|
+
aSelectors = aSelectors.concat(oExecutionScope.selectors);
|
|
412
412
|
} else if (oExecutionScope.selectors) {
|
|
413
413
|
aSelectors.push(oExecutionScope.selectors);
|
|
414
414
|
}
|
|
@@ -461,20 +461,20 @@ function (jQuery, ManagedObject, Element, Component, Analyzer, CoreFacade,
|
|
|
461
461
|
mRules;
|
|
462
462
|
|
|
463
463
|
if (!oRuleDescriptor.libName || !oRuleDescriptor.ruleId) {
|
|
464
|
-
|
|
464
|
+
Log.error("[" + constants.SUPPORT_ASSISTANT_NAME + "] Invalid Rule Descriptor.");
|
|
465
465
|
return;
|
|
466
466
|
}
|
|
467
467
|
|
|
468
468
|
oRuleset = RuleSetLoader.getRuleSet(oRuleDescriptor.libName);
|
|
469
469
|
|
|
470
470
|
if (!oRuleset || !oRuleset.ruleset) {
|
|
471
|
-
|
|
471
|
+
Log.error("[" + constants.SUPPORT_ASSISTANT_NAME + "] Could not find Ruleset for library " + oRuleDescriptor.libName);
|
|
472
472
|
return;
|
|
473
473
|
}
|
|
474
474
|
|
|
475
475
|
mRules = oRuleset.ruleset.getRules();
|
|
476
476
|
if (!mRules || !mRules[oRuleDescriptor.ruleId]) {
|
|
477
|
-
|
|
477
|
+
Log.error("[" + constants.SUPPORT_ASSISTANT_NAME + "] Could not find Rule with id " +
|
|
478
478
|
oRuleDescriptor.ruleId + " for library " + oRuleDescriptor.libName);
|
|
479
479
|
return;
|
|
480
480
|
}
|