@openui5/sap.tnt 1.97.1 → 1.100.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.
Files changed (122) hide show
  1. package/.reuse/dep5 +25 -30
  2. package/THIRDPARTY.txt +15 -22
  3. package/package.json +3 -3
  4. package/src/sap/tnt/.library +1 -1
  5. package/src/sap/tnt/InfoLabel.js +1 -1
  6. package/src/sap/tnt/NavigationList.js +1 -1
  7. package/src/sap/tnt/NavigationListItem.js +5 -3
  8. package/src/sap/tnt/NavigationListRenderer.js +1 -1
  9. package/src/sap/tnt/SideNavigation.js +10 -5
  10. package/src/sap/tnt/SideNavigationRenderer.js +8 -1
  11. package/src/sap/tnt/ToolHeader.js +1 -1
  12. package/src/sap/tnt/ToolHeaderUtilitySeparator.js +1 -1
  13. package/src/sap/tnt/ToolPage.js +2 -2
  14. package/src/sap/tnt/ToolPageRenderer.js +1 -1
  15. package/src/sap/tnt/library.js +2 -2
  16. package/src/sap/tnt/themes/base/ToolHeader.less +5 -1
  17. package/src/sap/tnt/themes/base/illustrations/metadata.json +19 -1
  18. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-ChartArea.svg +14 -0
  19. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-ChartArea2.svg +12 -0
  20. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-ChartBPMNFlow.svg +13 -0
  21. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-ChartBar.svg +12 -0
  22. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-ChartBullet.svg +14 -0
  23. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-ChartDoughnut.svg +13 -0
  24. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-ChartFlow.svg +13 -0
  25. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-ChartGantt.svg +17 -0
  26. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-ChartOrg.svg +15 -0
  27. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-ChartPie.svg +12 -0
  28. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-CodePlaceholder.svg +5 -5
  29. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-Company.svg +12 -12
  30. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-Components.svg +9 -0
  31. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-ExternalLink.svg +10 -10
  32. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-FaceID.svg +16 -16
  33. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-Fingerprint.svg +15 -15
  34. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-Lock.svg +11 -11
  35. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-Mission.svg +17 -17
  36. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-NoApplications.svg +15 -15
  37. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-NoFlows.svg +11 -11
  38. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-NoUsers.svg +15 -15
  39. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-Radar.svg +14 -14
  40. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-Secrets.svg +11 -0
  41. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-Services.svg +15 -15
  42. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-SessionExpired.svg +10 -10
  43. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-SessionExpiring.svg +9 -9
  44. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-Success.svg +9 -9
  45. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-SuccessfulAuth.svg +9 -9
  46. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-Systems.svg +11 -0
  47. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-Teams.svg +17 -0
  48. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-Tools.svg +12 -0
  49. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-UnableToLoad.svg +9 -0
  50. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-Unlock.svg +11 -11
  51. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-UnsuccessfulAuth.svg +10 -10
  52. package/src/sap/tnt/themes/base/illustrations/tnt-Dialog-User2.svg +13 -0
  53. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-ChartArea.svg +22 -0
  54. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-ChartArea2.svg +19 -0
  55. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-ChartBPMNFlow.svg +21 -0
  56. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-ChartBar.svg +19 -0
  57. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-ChartBullet.svg +20 -0
  58. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-ChartDoughnut.svg +19 -0
  59. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-ChartFlow.svg +20 -0
  60. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-ChartGantt.svg +26 -0
  61. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-ChartOrg.svg +26 -0
  62. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-ChartPie.svg +18 -0
  63. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-CodePlaceholder.svg +8 -8
  64. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-Company.svg +29 -29
  65. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-Components.svg +16 -0
  66. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-ExternalLink.svg +13 -13
  67. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-FaceID.svg +20 -20
  68. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-Fingerprint.svg +34 -34
  69. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-Lock.svg +21 -21
  70. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-Mission.svg +18 -18
  71. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-NoApplications.svg +17 -17
  72. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-NoFlows.svg +19 -19
  73. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-NoUsers.svg +16 -16
  74. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-Radar.svg +19 -19
  75. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-Secrets.svg +14 -0
  76. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-Services.svg +16 -16
  77. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-SessionExpired.svg +17 -17
  78. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-SessionExpiring.svg +16 -16
  79. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-Success.svg +17 -17
  80. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-SuccessfulAuth.svg +19 -19
  81. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-Systems.svg +12 -0
  82. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-Teams.svg +20 -0
  83. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-Tools.svg +18 -0
  84. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-UnableToLoad.svg +20 -0
  85. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-Unlock.svg +14 -14
  86. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-UnsuccessfulAuth.svg +21 -21
  87. package/src/sap/tnt/themes/base/illustrations/tnt-Scene-User2.svg +22 -0
  88. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-ChartArea.svg +13 -0
  89. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-ChartArea2.svg +7 -0
  90. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-ChartBPMNFlow.svg +9 -0
  91. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-ChartBar.svg +8 -0
  92. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-ChartBullet.svg +10 -0
  93. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-ChartDoughnut.svg +9 -0
  94. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-ChartFlow.svg +8 -0
  95. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-ChartGantt.svg +12 -0
  96. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-ChartOrg.svg +6 -0
  97. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-ChartPie.svg +8 -0
  98. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-CodePlaceholder.svg +5 -5
  99. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-Company.svg +12 -12
  100. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-Components.svg +5 -0
  101. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-ExternalLink.svg +8 -8
  102. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-FaceID.svg +15 -15
  103. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-Fingerprint.svg +9 -9
  104. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-Lock.svg +12 -12
  105. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-Mission.svg +16 -16
  106. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-NoApplications.svg +11 -11
  107. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-NoFlows.svg +8 -8
  108. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-NoUsers.svg +11 -11
  109. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-Radar.svg +13 -13
  110. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-Secrets.svg +9 -0
  111. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-Services.svg +13 -14
  112. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-SessionExpired.svg +8 -8
  113. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-SessionExpiring.svg +8 -8
  114. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-Success.svg +8 -8
  115. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-SuccessfulAuth.svg +8 -8
  116. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-Systems.svg +10 -0
  117. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-Teams.svg +13 -0
  118. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-Tools.svg +7 -0
  119. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-UnableToLoad.svg +8 -0
  120. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-Unlock.svg +10 -10
  121. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-UnsuccessfulAuth.svg +9 -9
  122. package/src/sap/tnt/themes/base/illustrations/tnt-Spot-User2.svg +10 -0
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-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
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-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
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-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
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-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
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-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
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-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
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-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
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-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
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-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
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-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
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-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
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-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
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-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
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-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
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/*.*.json src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/bundle*
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/ajv/ajv.min.js
404
- Copyright: 2015-2017 Evgeny Poberezkin
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: ajv
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-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
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
@@ -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-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
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
@@ -197,7 +197,7 @@ License: BSD-3-Clause
197
197
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
198
198
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/sinon-qunit.js
199
199
 
200
- Component: URI.js, version: 1.19.7
200
+ Component: URI.js, version: 1.19.10
201
201
  Copyright: Rodney Rehm
202
202
  License: MIT
203
203
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
@@ -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.0-rc.8
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/*.*.json
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: 0.1.1-alpha.0
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: Markdown-it, version: 10.0.0
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: ajv, version: 6.12.3
393
- Copyright: 2015-2017 Evgeny Poberezkin
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/ajv/ajv.min.js
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:
@@ -457,7 +450,7 @@ License: Apache-2.0
457
450
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
458
451
  Contained in: lib/jsdoc/ui5/plugin.js
459
452
 
460
- Component: SAP Theming Base Content, version: 11.1.34
453
+ Component: SAP Theming Base Content, version: 11.1.36-SNAPSHOT
461
454
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
462
455
  License: Apache-2.0
463
456
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.tnt",
3
- "version": "1.97.1",
3
+ "version": "1.100.0",
4
4
  "description": "OpenUI5 UI Library sap.tnt",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,7 +14,7 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.97.1",
18
- "@openui5/sap.ui.core": "1.97.1"
17
+ "@openui5/sap.m": "1.100.0",
18
+ "@openui5/sap.ui.core": "1.100.0"
19
19
  }
20
20
  }
@@ -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.97.1</version>
9
+ <version>1.100.0</version>
10
10
 
11
11
  <documentation>SAPUI5 library with responsive controls.</documentation>
12
12
 
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @extends sap.ui.core.Control
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.97.1
50
+ * @version 1.100.0
51
51
  *
52
52
  * @constructor
53
53
  * @public
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * @extends sap.ui.core.Control
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.97.1
44
+ * @version 1.100.0
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -32,7 +32,7 @@ sap.ui.define(["sap/ui/thirdparty/jquery", "./library", 'sap/ui/core/Core', "sap
32
32
  * @extends sap.ui.core.Item
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.97.1
35
+ * @version 1.100.0
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -394,8 +394,9 @@ sap.ui.define(["sap/ui/thirdparty/jquery", "./library", 'sap/ui/core/Core', "sap
394
394
  expandIconControl.setTooltip(this._getExpandIconTooltip(false));
395
395
 
396
396
  var $container = this.$().find('.sapTntNavLIGroupItems');
397
+ var oDomRef = this.getDomRef();
397
398
  $container.stop(true, true).slideDown(duration || 'fast', function () {
398
- $container.toggleClass('sapTntNavLIHiddenGroupItems');
399
+ oDomRef.querySelector(".sapTntNavLIGroupItems").classList.toggle('sapTntNavLIHiddenGroupItems');
399
400
  });
400
401
 
401
402
  this.getNavigationList()._updateNavItems();
@@ -420,8 +421,9 @@ sap.ui.define(["sap/ui/thirdparty/jquery", "./library", 'sap/ui/core/Core', "sap
420
421
  expandIconControl.setTooltip(this._getExpandIconTooltip(true));
421
422
 
422
423
  var $container = this.$().find('.sapTntNavLIGroupItems');
424
+ var oDomRef = this.getDomRef();
423
425
  $container.stop(true, true).slideUp(duration || 'fast', function () {
424
- $container.toggleClass('sapTntNavLIHiddenGroupItems');
426
+ oDomRef.querySelector(".sapTntNavLIGroupItems").classList.toggle('sapTntNavLIHiddenGroupItems');
425
427
  });
426
428
 
427
429
  this.getNavigationList()._updateNavItems();
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
27
27
  *
28
28
  * @param {sap.ui.core.RenderManager} rm The RenderManager that can be used for writing to the renderer output buffer
29
- * @param {sap.ui.core.Control} control An object representation of the control that should be rendered
29
+ * @param {sap.tnt.NavigationList} control An object representation of the control that should be rendered
30
30
  */
31
31
  NavigationListRenderer.render = function (rm, control) {
32
32
  var role,
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @extends sap.ui.core.Control
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.97.1
43
+ * @version 1.100.0
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -62,7 +62,12 @@ sap.ui.define([
62
62
  *
63
63
  * @since 1.62.0
64
64
  */
65
- selectedKey: {type: "string", group: "Data"}
65
+ selectedKey: {type: "string", group: "Data"},
66
+ /**
67
+ * Specifies an optional aria-label that can be used by the screen readers.
68
+ * @since 1.98
69
+ */
70
+ ariaLabel: {type : "string", group : "Accessibility", defaultValue : null}
66
71
  },
67
72
  defaultAggregation: "item",
68
73
  aggregations: {
@@ -171,7 +176,7 @@ sap.ui.define([
171
176
  }
172
177
 
173
178
  if (isExpanded) {
174
- $this.toggleClass('sapTntSideNavigationNotExpanded', !isExpanded);
179
+ this.getDomRef().classList.toggle('sapTntSideNavigationNotExpanded', !isExpanded);
175
180
 
176
181
  if (itemAggregation) {
177
182
  itemAggregation.setExpanded(isExpanded);
@@ -210,10 +215,10 @@ sap.ui.define([
210
215
  return;
211
216
  }
212
217
 
213
- this.$().toggleClass('sapTntSideNavigationNotExpandedWidth', !isExpanded);
218
+ this.getDomRef().classList.toggle('sapTntSideNavigationNotExpandedWidth', !isExpanded);
214
219
 
215
220
  if (!isExpanded) {
216
- this.$().toggleClass('sapTntSideNavigationNotExpanded', !isExpanded);
221
+ this.getDomRef().classList.toggle('sapTntSideNavigationNotExpanded', !isExpanded);
217
222
 
218
223
  if (this.getAggregation('item')) {
219
224
  this.getAggregation('item').setExpanded(isExpanded);
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
25
25
  *
26
26
  * @param {sap.ui.core.RenderManager} rm the RenderManager that can be used for writing to the render output buffer
27
- * @param {sap.ui.core.Control} control an object representation of the control that should be rendered
27
+ * @param {sap.tnt.SideNavigation} control an object representation of the control that should be rendered
28
28
  */
29
29
  SideNavigationRenderer.render = function (rm, control) {
30
30
  this.startSideNavigation(rm, control);
@@ -46,12 +46,19 @@ sap.ui.define([
46
46
  var itemAggregation = control.getAggregation('item');
47
47
  var fixedItemAggregation = control.getAggregation('fixedItem');
48
48
  var isExpanded = control.getExpanded();
49
+ var sAriaLabel = control.getAriaLabel();
49
50
 
50
51
  rm.openStart('div', control);
51
52
 
52
53
  rm.attr("role", 'navigation');
53
54
  rm.attr('aria-roledescription', oRB.getText("SIDENAVIGATION_ROLE_DESCRIPTION"));
54
55
 
56
+ if (sAriaLabel) {
57
+ rm.accessibilityState(control, {
58
+ label: sAriaLabel
59
+ });
60
+ }
61
+
55
62
  rm.class('sapTntSideNavigation');
56
63
  rm.class("sapContrast");
57
64
  rm.class("sapContrastPlus");
@@ -120,7 +120,7 @@ sap.ui.define([
120
120
  * @implements sap.tnt.IToolHeader
121
121
  *
122
122
  * @author SAP SE
123
- * @version 1.97.1
123
+ * @version 1.100.0
124
124
  *
125
125
  * @constructor
126
126
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @extends sap.ui.core.Control
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.97.1
27
+ * @version 1.100.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @extends sap.ui.core.Control
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.97.1
39
+ * @version 1.100.0
40
40
  *
41
41
  * @constructor
42
42
  * @public
@@ -248,4 +248,4 @@ sap.ui.define([
248
248
  };
249
249
 
250
250
  return ToolPage;
251
- }, /* bExport= */ true);
251
+ });
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * Renders the HTML for the given control, using the provided {@link sap.ui.core.RenderManager}.
22
22
  *
23
23
  * @param {sap.ui.core.RenderManager} oRM the RenderManager that can be used for writing to the render output buffer
24
- * @param {sap.ui.core.Control} oControl an object representation of the control that should be rendered
24
+ * @param {sap.tnt.ToolPage} oControl an object representation of the control that should be rendered
25
25
  */
26
26
  ToolPageRenderer.render = function (oRM, oControl) {
27
27
  var oHeader = oControl.getHeader(),
@@ -17,7 +17,7 @@ sap.ui.define(["sap/ui/core/library", "sap/m/library"],
17
17
  * @namespace
18
18
  * @name sap.tnt
19
19
  * @author SAP SE
20
- * @version 1.97.1
20
+ * @version 1.100.0
21
21
  * @since 1.36
22
22
  * @public
23
23
  */
@@ -25,7 +25,7 @@ sap.ui.define(["sap/ui/core/library", "sap/m/library"],
25
25
  // delegate further initialization of this library to the Core
26
26
  sap.ui.getCore().initLibrary({
27
27
  name : "sap.tnt",
28
- version: "1.97.1",
28
+ version: "1.100.0",
29
29
  dependencies : ["sap.ui.core", "sap.m"],
30
30
  designtime: "sap/tnt/designtime/library.designtime",
31
31
  types: [
@@ -33,7 +33,7 @@
33
33
 
34
34
  .sapMITBFilter .sapMITBText + .sapMITBContentArrow {
35
35
  &:after {
36
- border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
36
+ border-radius: 0.125rem;
37
37
  box-shadow: none;
38
38
  margin-bottom: 0.188rem;
39
39
  }
@@ -47,6 +47,10 @@
47
47
  }
48
48
  }
49
49
 
50
+ .sapTntToolHeader .sapMITH .sapMITBContentArrow {
51
+ margin: 0;
52
+ }
53
+
50
54
  // ==========================================================================
51
55
  // sap.m.Avatar / sap.f.Avatar overriding
52
56
  // ==========================================================================
@@ -1,21 +1,39 @@
1
1
  {
2
2
  "symbols": [
3
+ "ChartArea",
4
+ "ChartArea2",
5
+ "ChartBar",
6
+ "ChartBPMNFlow",
7
+ "ChartBullet",
8
+ "ChartDoughnut",
9
+ "ChartFlow",
10
+ "ChartGantt",
11
+ "ChartOrg",
12
+ "ChartPie",
3
13
  "CodePlaceholder",
4
14
  "Company",
15
+ "Components",
5
16
  "ExternalLink",
6
17
  "FaceID",
7
18
  "Fingerprint",
8
19
  "Lock",
20
+ "Mission",
9
21
  "NoApplications",
10
22
  "NoFlows",
11
23
  "NoUsers",
12
24
  "Radar",
25
+ "Secrets",
13
26
  "Services",
14
27
  "SessionExpired",
15
28
  "SessionExpiring",
16
29
  "Success",
17
30
  "SuccessfulAuth",
31
+ "Systems",
32
+ "Teams",
33
+ "Tools",
34
+ "UnableToLoad",
18
35
  "Unlock",
19
- "UnsuccessfulAuth"
36
+ "UnsuccessfulAuth",
37
+ "User2"
20
38
  ]
21
39
  }
@@ -0,0 +1,14 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-ChartArea">
2
+ <path fill="var(--sapIllus_PatternShadow)" d="M131,45.8608 C131,43.7288 129.271,41.9998 127.139,41.9998 L127.086,41.9998 L44.914,41.9998 L44.856,41.9998 C42.726,41.9998 41,43.7278 41,45.8578 L41.058,128.1418 C41.058,130.2728 42.785,131.9998 44.914,131.9998 L127.139,131.9998 C129.271,131.9998 131,130.2718 131,128.1388 L131,45.8608 Z" class="sapIllus_PatternShadow"/>
3
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M121.1418,125 L38.8578,125 C36.7278,125 34.9998,123.273 34.9998,121.142 L34.9998,38.858 C34.9998,36.727 36.7278,35 38.8578,35 L121.1418,35 C123.2728,35 124.9998,36.727 124.9998,38.858 L124.9998,121.142 C124.9998,123.273 123.2728,125 121.1418,125" class="sapIllus_ObjectFillColor"/>
4
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M126,52 L36,52 L36,38.884 C36,36.739 37.739,35 39.884,35 L122.116,35 C124.261,35 126,36.739 126,38.884 L126,52 Z" class="sapIllus_BrandColorSecondary"/>
5
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M36,52 L36,38.5 C36,37.122 37.122,36 38.5,36 L122.5,36 C123.878,36 125,37.122 125,38.5 L125,52 L36,52 Z M122.5,125 L38.5,125 C37.122,125 36,123.878 36,122.5 L36,52.002 L125,55.603 L125,122.5 C125,123.878 123.878,125 122.5,125 L122.5,125 Z M122.5,35 L38.5,35 C36.57,35 35,36.57 35,38.5 L35,122.5 C35,124.43 36.57,126 38.5,126 L122.5,126 C124.43,126 126,124.43 126,122.5 L126,38.5 C126,36.57 124.43,35 122.5,35 L122.5,35 Z" class="sapIllus_StrokeDetailColor"/>
6
+ <path fill="var(--sapIllus_BackgroundColor)" d="M131 148.5C131 150.985 108.39 153 80.5 153 52.61 153 30 150.985 30 148.5 30 146.015 52.61 144 80.5 144 108.39 144 131 146.015 131 148.5M111.3637 81.6773L50.5147 81.6773 50.5147 68.0153C50.5147 67.3343 51.0677 66.7813 51.7487 66.7813L110.1297 66.7813C110.8117 66.7813 111.3637 67.3343 111.3637 68.0153L111.3637 81.6773z" class="sapIllus_BackgroundColor"/>
7
+ <polygon fill="var(--sapIllus_Layering2)" points="50.515 96.573 111.364 96.573 111.364 81.677 50.515 81.677" class="sapIllus_Layering2"/>
8
+ <path fill="var(--sapIllus_Layering1)" d="M110.1298,111.4021 L51.7488,111.4021 C51.0678,111.4021 50.5148,110.8501 50.5148,110.1681 L50.5148,96.5061 L111.3638,96.5061 L111.3638,110.1681 C111.3638,110.8501 110.8108,111.4021 110.1298,111.4021" class="sapIllus_Layering1"/>
9
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M112.029,114.8994 L47.068,114.8534 L47.064,66.5094 C47.064,66.2334 46.841,66.0094 46.564,66.0094 C46.288,66.0094 46.064,66.2334 46.064,66.5094 L46.068,115.3564 C46.068,115.6324 46.292,115.8564 46.568,115.8564 C46.573,115.8564 46.577,115.8534 46.583,115.8534 L112.029,115.8994 C112.305,115.8994 112.529,115.6754 112.529,115.3994 C112.529,115.1244 112.305,114.8994 112.029,114.8994" class="sapIllus_StrokeDetailColor"/>
10
+ <polygon fill="var(--sapIllus_ObjectFillColor)" points="43.566 110.486 42.11 107.077 76.691 94.45 100.771 95.305 121.006 84.006 123.229 87.749 101.848 99.687 77.384 98.818" class="sapIllus_ObjectFillColor"/>
11
+ <path fill="var(--sapIllus_AccentColor)" d="M43.8661,107.7825 C43.5871,107.7825 43.3241,107.6175 43.2191,107.3495 C43.0831,107.0035 43.2631,106.6165 43.6211,106.4845 L76.3321,94.3585 L100.6111,95.3115 L119.7301,84.5765 C120.0611,84.3915 120.4841,84.5015 120.6751,84.8235 C120.8651,85.1435 120.7521,85.5535 120.4201,85.7385 L100.9571,96.6655 L76.5601,95.7085 L44.1111,107.7385 C44.0301,107.7685 43.9481,107.7825 43.8661,107.7825" class="sapIllus_AccentColor"/>
12
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M120.8636,76.4515 C121.1036,77.0315 121.0936,77.6715 120.8436,78.2415 C120.5936,78.8215 120.1236,79.2715 119.5136,79.5015 L98.6636,87.4715 L76.5436,90.6815 L45.3936,103.3615 C45.1036,103.4815 44.7936,103.5415 44.4736,103.5415 C43.5236,103.5415 42.6636,102.9915 42.2836,102.1415 C42.1136,101.7315 42.1036,101.2915 42.2736,100.8615 C42.7136,99.7615 44.1936,99.1115 44.3536,99.0415 L75.2436,86.1315 L75.3636,86.1215 L97.5436,82.9015 L117.7836,75.1415 C118.9936,74.6815 120.3736,75.2615 120.8636,76.4515 Z" class="sapIllus_ObjectFillColor"/>
13
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M44.392,100.6908 C43.856,100.6908 43.346,100.3878 43.121,99.8808 C42.818,99.1998 43.142,98.4108 43.843,98.1178 L74.612,85.2558 L96.901,82.0278 L117.243,74.2268 C117.953,73.9538 118.757,74.2908 119.038,74.9798 C119.319,75.6688 118.971,76.4478 118.261,76.7208 L97.624,84.6348 L75.377,87.8568 L44.939,100.5808 C44.761,100.6558 44.575,100.6908 44.392,100.6908" class="sapIllus_BrandColorSecondary"/>
14
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-ChartArea2">
2
+ <path fill="var(--sapIllus_PatternShadow)" d="M131,45.8608 C131,43.7288 129.271,41.9998 127.139,41.9998 L127.086,41.9998 L44.914,41.9998 L44.856,41.9998 C42.726,41.9998 41,43.7278 41,45.8578 L41.058,128.1418 C41.058,130.2728 42.785,131.9998 44.914,131.9998 L127.139,131.9998 C129.271,131.9998 131,130.2718 131,128.1388 L131,45.8608 Z" class="sapIllus_PatternShadow"/>
3
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M121.1418,125 L38.8578,125 C36.7278,125 34.9998,123.273 34.9998,121.142 L34.9998,38.858 C34.9998,36.727 36.7278,35 38.8578,35 L121.1418,35 C123.2728,35 124.9998,36.727 124.9998,38.858 L124.9998,121.142 C124.9998,123.273 123.2728,125 121.1418,125" class="sapIllus_ObjectFillColor"/>
4
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M125,52 L35,52 L35,38.997 C35,36.79 36.79,35 38.997,35 L121.981,35 C123.648,35 125,36.352 125,38.019 L125,52 Z" class="sapIllus_BrandColorSecondary"/>
5
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M36,52 L36,38.5 C36,37.122 37.122,36 38.5,36 L122.5,36 C123.878,36 125,37.122 125,38.5 L125,52 L36,52 Z M122.5,125 L38.5,125 C37.122,125 36,123.878 36,122.5 L36,52.002 L125,55.603 L125,122.5 C125,123.878 123.878,125 122.5,125 L122.5,125 Z M122.5,35 L38.5,35 C36.57,35 35,36.57 35,38.5 L35,122.5 C35,124.43 36.57,126 38.5,126 L122.5,126 C124.43,126 126,124.43 126,122.5 L126,38.5 C126,36.57 124.43,35 122.5,35 L122.5,35 Z" class="sapIllus_StrokeDetailColor"/>
6
+ <path fill="var(--sapIllus_BackgroundColor)" d="M131,148.5 C131,150.985 108.39,153 80.5,153 C52.61,153 30,150.985 30,148.5 C30,146.015 52.61,144 80.5,144 C108.39,144 131,146.015 131,148.5" class="sapIllus_BackgroundColor"/>
7
+ <path fill="var(--sapIllus_Layering2)" d="M51.9321,92.0051 C51.9581,74.1781 61.1281,82.6271 65.6891,83.2061 C70.7001,83.8421 73.0161,75.5651 77.4251,73.2761 C81.3631,71.2311 88.5601,82.9801 93.6311,82.9801 C97.8601,82.9801 100.8031,69.0751 104.1771,67.3511 C107.5341,65.6351 108.9421,69.2541 108.9621,71.9601 L108.9621,111.0911 C108.9621,111.5961 108.5531,112.0051 108.0481,112.0051 L52.6751,112.0051 C52.3031,112.0051 52.0021,111.7111 51.9991,111.3401 C51.9831,108.5651 51.9231,97.7901 51.9321,92.0051" class="sapIllus_Layering2"/>
8
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M51.9139,103.2227 C51.9139,103.2227 64.0949,85.0147 77.8459,88.8687 C91.8559,92.7957 101.9239,86.0177 105.5189,80.4617 C107.5739,77.2857 108.9619,81.6267 108.9619,81.6267 L108.9619,109.0047 L51.9619,109.2007 L51.9139,103.2227 Z" class="sapIllus_ObjectFillColor"/>
9
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M110.4616,114.0486 L49.9616,114.0046 L49.9576,65.5046 C49.9576,65.2286 49.7336,65.0046 49.4576,65.0046 C49.1816,65.0046 48.9576,65.2286 48.9576,65.5046 L48.9616,114.5046 C48.9616,114.7806 49.1856,115.0046 49.4616,115.0046 L110.4616,115.0486 C110.7376,115.0486 110.9616,114.8246 110.9616,114.5486 C110.9616,114.2736 110.7376,114.0486 110.4616,114.0486" class="sapIllus_StrokeDetailColor"/>
10
+ <path fill="var(--sapIllus_AccentColor)" d="M51.9249215,106.3362 C51.921,105.8282 52.07,105.3362 52.356,104.9172 C54.644,101.5592 65.618,86.6672 77.963,90.3512 C92.114,94.5732 102.08,88.0332 105.711,82.0582 C107.786,78.6432 108.962,82.0582 108.962,82.0582 L108.962,110.2172 C108.962,111.2042 108.161,112.0052 107.174,112.0052 L52.733,112.0052 C52.309,112.0052 51.965,111.6632 51.962,111.2392 L51.9249215,106.3362 Z" class="sapIllus_AccentColor"/>
11
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M52.7687,112.0048 C52.0097,112.0048 51.8597,111.7128 51.860695,110.7838 C51.8637,107.3348 59.9067,99.4918 69.3567,102.3888 C78.0617,105.0578 82.7287,101.0348 86.2827,99.0038 C91.3627,96.1018 97.1747,87.3168 107.0137,96.0318 C108.5127,97.3598 108.9617,99.2448 108.9617,101.6958 L108.9617,111.2318 C108.9617,111.6588 108.6157,112.0048 108.1887,112.0048 L52.7687,112.0048 Z" class="sapIllus_BrandColorSecondary"/>
12
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-ChartBPMNFlow">
2
+ <path fill="var(--sapIllus_PatternShadow)" d="M131,45.8608 C131,43.7288 129.271,41.9998 127.139,41.9998 L127.086,41.9998 L44.914,41.9998 L44.856,41.9998 C42.726,41.9998 41,43.7278 41,45.8578 L41.058,128.1418 C41.058,130.2728 42.785,131.9998 44.914,131.9998 L127.139,131.9998 C129.271,131.9998 131,130.2718 131,128.1388 L131,45.8608 Z" class="sapIllus_PatternShadow"/>
3
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M121.1418,125 L38.8578,125 C36.7278,125 34.9998,123.273 34.9998,121.142 L34.9998,38.858 C34.9998,36.727 36.7278,35 38.8578,35 L121.1418,35 C123.2728,35 124.9998,36.727 124.9998,38.858 L124.9998,121.142 C124.9998,123.273 123.2728,125 121.1418,125" class="sapIllus_ObjectFillColor"/>
4
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M125,52 L35,52 L35,38.997 C35,36.79 36.79,35 38.997,35 L121.981,35 C123.648,35 125,36.352 125,38.019 L125,52 Z" class="sapIllus_BrandColorSecondary"/>
5
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M36,52 L36,38.5 C36,37.122 37.122,36 38.5,36 L122.5,36 C123.878,36 125,37.122 125,38.5 L125,52 L36,52 Z M122.5,125 L38.5,125 C37.122,125 36,123.878 36,122.5 L36,52.002 L125,55.603 L125,122.5 C125,123.878 123.878,125 122.5,125 L122.5,125 Z M122.5,35 L38.5,35 C36.57,35 35,36.57 35,38.5 L35,122.5 C35,124.43 36.57,126 38.5,126 L122.5,126 C124.43,126 126,124.43 126,122.5 L126,38.5 C126,36.57 124.43,35 122.5,35 L122.5,35 Z" class="sapIllus_StrokeDetailColor"/>
6
+ <path fill="var(--sapIllus_BackgroundColor)" d="M131,148.5 C131,150.985 108.39,153 80.5,153 C52.61,153 30,150.985 30,148.5 C30,146.015 52.61,144 80.5,144 C108.39,144 131,146.015 131,148.5" class="sapIllus_BackgroundColor"/>
7
+ <path fill="var(--sapIllus_Layering2)" d="M95.073 103.9775L95.07 103.9775 81.921 104.0455 81.921 90.8925C81.921 90.6165 81.697 90.3925 81.421 90.3925 81.144 90.3925 80.921 90.6165 80.921 90.8925L80.921 104.5465C80.921 104.8235 81.144 105.0465 81.421 105.0465 81.475 105.0465 81.524 105.0315 81.573 105.0165 81.621 105.0325 81.671 105.0465 81.725 105.0465L81.728 105.0465 95.076 104.9775C95.351 104.9765 95.574 104.7505 95.5730034 104.4745 95.572 104.1995 95.348 103.9775 95.073 103.9775M99.3074 87.5224L99.3044 87.5224 65.8814 87.6974 65.8814 85.2044C65.8814 84.6144 65.4034 84.1354 64.8134 84.1354L60.6214 84.1354 60.6214 70.9084C60.6214 70.6314 60.3984 70.4084 60.1214 70.4084 59.8454 70.4084 59.6214 70.6314 59.6214 70.9084L59.6214 84.1354 55.5484 84.1354C54.9574 84.1354 54.4794 84.6144 54.4794 85.2044L54.4794 90.7504C54.4794 91.3404 54.9574 91.8184 55.5484 91.8184L64.8134 91.8184C65.4034 91.8184 65.8814 91.3404 65.8814 90.7504L65.8814 88.6974 99.3104 88.5224C99.5854 88.5214 99.8084 88.2954 99.8074034 88.0194 99.8064 87.7444 99.5824 87.5224 99.3074 87.5224" class="sapIllus_Layering2"/>
8
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M80.6236,94.4003 L75.3066,89.0833 C74.8486,88.6253 74.8486,87.8823 75.3066,87.4253 L80.6236,82.1073 C81.0816,81.6493 81.8236,81.6493 82.2816,82.1073 L87.5986,87.4253 C88.0566,87.8823 88.0566,88.6253 87.5986,89.0833 L82.2816,94.4003 C81.8236,94.8583 81.0816,94.8583 80.6236,94.4003" class="sapIllus_BrandColorSecondary"/>
9
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M112.8162,113.8593 L48.2992,113.8123 L48.2952,61.6403 C48.2952,61.3643 48.0722,61.1403 47.7952,61.1403 C47.5192,61.1403 47.2952,61.3643 47.2952,61.6403 L47.2992,114.3123 C47.2992,114.5883 47.5232,114.8123 47.7992,114.8123 L112.8162,114.8593 C113.0922,114.8593 113.3162,114.6353 113.3162,114.3593 C113.3162,114.0843 113.0922,113.8593 112.8162,113.8593" class="sapIllus_StrokeDetailColor"/>
10
+ <path fill="var(--sapIllus_BrandColorPrimary)" d="M110.8305,108.3536 L93.1675,108.3536 C92.5775,108.3536 92.0995,107.8756 92.0995,107.2846 L92.0995,101.7396 C92.0995,101.1496 92.5775,100.6706 93.1675,100.6706 L110.8305,100.6706 C111.4205,100.6706 111.8995,101.1496 111.8995,101.7396 L111.8995,107.2846 C111.8995,107.8756 111.4205,108.3536 110.8305,108.3536" class="sapIllus_BrandColorPrimary"/>
11
+ <path fill="var(--sapIllus_AccentColor)" d="M68.3498,74.5172 L51.8828,74.5172 C51.2918,74.5172 50.8138,74.0392 50.8138,73.4482 L50.8138,67.9032 C50.8138,67.3132 51.2918,66.8342 51.8828,66.8342 L68.3498,66.8342 C68.9398,66.8342 69.4188,67.3132 69.4188,67.9032 L69.4188,73.4482 C69.4188,74.0392 68.9398,74.5172 68.3498,74.5172" class="sapIllus_AccentColor"/>
12
+ <path fill="var(--sapIllus_Layering1)" d="M110.8305,91.9794 L97.5015,91.9794 C96.9115,91.9794 96.4325,91.5014 96.4325,90.9104 L96.4325,85.3654 C96.4325,84.7754 96.9115,84.2964 97.5015,84.2964 L110.8305,84.2964 C111.4205,84.2964 111.8995,84.7754 111.8995,85.3654 L111.8995,90.9104 C111.8995,91.5014 111.4205,91.9794 110.8305,91.9794" class="sapIllus_Layering1"/>
13
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="160" height="160" viewBox="0 0 160 160" id="tnt-Dialog-ChartBar">
2
+ <path fill="var(--sapIllus_PatternShadow)" d="M131,45.8608 C131,43.7288 129.271,41.9998 127.139,41.9998 L127.086,41.9998 L44.914,41.9998 L44.856,41.9998 C42.726,41.9998 41,43.7278 41,45.8578 L41.058,128.1418 C41.058,130.2728 42.785,131.9998 44.914,131.9998 L127.139,131.9998 C129.271,131.9998 131,130.2718 131,128.1388 L131,45.8608 Z" class="sapIllus_PatternShadow"/>
3
+ <path fill="var(--sapIllus_ObjectFillColor)" d="M121.1418,125 L38.8578,125 C36.7278,125 34.9998,123.273 34.9998,121.142 L34.9998,38.858 C34.9998,36.727 36.7278,35 38.8578,35 L121.1418,35 C123.2728,35 124.9998,36.727 124.9998,38.858 L124.9998,121.142 C124.9998,123.273 123.2728,125 121.1418,125" class="sapIllus_ObjectFillColor"/>
4
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M125,52 L35,52 L35,38.997 C35,36.79 36.79,35 38.997,35 L121.981,35 C123.648,35 125,36.352 125,38.019 L125,52 Z" class="sapIllus_BrandColorSecondary"/>
5
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M36,52 L36,38.5 C36,37.122 37.122,36 38.5,36 L122.5,36 C123.878,36 125,37.122 125,38.5 L125,52 L36,52 Z M122.5,125 L38.5,125 C37.122,125 36,123.878 36,122.5 L36,52.002 L125,55.603 L125,122.5 C125,123.878 123.878,125 122.5,125 L122.5,125 Z M122.5,35 L38.5,35 C36.57,35 35,36.57 35,38.5 L35,122.5 C35,124.43 36.57,126 38.5,126 L122.5,126 C124.43,126 126,124.43 126,122.5 L126,38.5 C126,36.57 124.43,35 122.5,35 L122.5,35 Z" class="sapIllus_StrokeDetailColor"/>
6
+ <path fill="var(--sapIllus_BackgroundColor)" d="M131,148.5 C131,150.985 108.39,153 80.5,153 C52.61,153 30,150.985 30,148.5 C30,146.015 52.61,144 80.5,144 C108.39,144 131,146.015 131,148.5" class="sapIllus_BackgroundColor"/>
7
+ <path fill="var(--sapIllus_BrandColorSecondary)" d="M88.1346,98.9663 L52.0036,98.9663 C51.2986,98.9663 50.7266,98.3943 50.7266,97.6883 L50.7266,93.5163 C50.7266,92.8103 51.2986,92.2383 52.0036,92.2383 L88.1346,92.2383 C88.8406,92.2383 89.4126,92.8103 89.4126,93.5163 L89.4126,97.6883 C89.4126,98.3943 88.8406,98.9663 88.1346,98.9663" class="sapIllus_BrandColorSecondary"/>
8
+ <path fill="var(--sapIllus_BrandColorPrimary)" d="M78.0426,110.7403 L52.0036,110.7403 C51.2986,110.7403 50.7266,110.1683 50.7266,109.4623 L50.7266,105.2903 C50.7266,104.5843 51.2986,104.0123 52.0036,104.0123 L78.0426,104.0123 C78.7486,104.0123 79.3206,104.5843 79.3206,105.2903 L79.3206,109.4623 C79.3206,110.1683 78.7486,110.7403 78.0426,110.7403" class="sapIllus_BrandColorPrimary"/>
9
+ <path fill="var(--sapIllus_AccentColor)" d="M110.0005,74.5774 L52.0035,74.5774 C51.2985,74.5774 50.7265,74.0054 50.7265,73.2994 L50.7265,69.1274 C50.7265,68.4214 51.2985,67.8494 52.0035,67.8494 L110.0005,67.8494 C110.7065,67.8494 111.2785,68.4214 111.2785,69.1274 L111.2785,73.2994 C111.2785,74.0054 110.7065,74.5774 110.0005,74.5774" class="sapIllus_AccentColor"/>
10
+ <path fill="var(--sapIllus_StrokeDetailColor)" d="M114.2215,114.9129 L48.2825,114.8659 L48.2785,61.5419 C48.2785,61.2659 48.0545,61.0419 47.7785,61.0419 C47.5015,61.0419 47.2785,61.2659 47.2785,61.5419 L47.2835,115.3659 C47.2835,115.6419 47.5065,115.8659 47.7835,115.8659 L114.2215,115.9129 C114.4975,115.9129 114.7215,115.6889 114.7215,115.4129 C114.7215,115.1379 114.4975,114.9129 114.2215,114.9129" class="sapIllus_StrokeDetailColor"/>
11
+ <path fill="var(--sapIllus_Layering2)" d="M104.1135,86.3514 L52.0035,86.3514 C51.2985,86.3514 50.7265,85.7794 50.7265,85.0734 L50.7265,80.9014 C50.7265,80.1954 51.2985,79.6234 52.0035,79.6234 L104.1135,79.6234 C104.8195,79.6234 105.3915,80.1954 105.3915,80.9014 L105.3915,85.0734 C105.3915,85.7794 104.8195,86.3514 104.1135,86.3514" class="sapIllus_Layering2"/>
12
+ </svg>