@openui5/sap.tnt 1.122.1 → 1.123.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/package.json +3 -3
- package/src/sap/tnt/.library +1 -1
- package/src/sap/tnt/InfoLabel.js +1 -1
- package/src/sap/tnt/NavigationList.js +1 -1
- package/src/sap/tnt/NavigationListGroup.js +1 -1
- package/src/sap/tnt/NavigationListItem.js +1 -1
- package/src/sap/tnt/NavigationListItemBase.js +1 -1
- package/src/sap/tnt/NavigationListMenuItem.js +1 -12
- package/src/sap/tnt/SideNavigation.js +1 -1
- package/src/sap/tnt/ToolHeader.js +1 -1
- package/src/sap/tnt/ToolHeaderUtilitySeparator.js +1 -1
- package/src/sap/tnt/ToolPage.js +1 -1
- package/src/sap/tnt/library.js +2 -2
- package/src/sap/tnt/themes/base/NavigationList.less +21 -10
- package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-ChartArea.svg +1 -1
- package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-ChartArea2.svg +1 -1
- package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-ChartBPMNFlow.svg +1 -1
- package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-ChartBar.svg +1 -1
- package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-ChartBullet.svg +1 -1
- package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-ChartDoughnut.svg +1 -1
- package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-ChartFlow.svg +1 -1
- package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-ChartGantt.svg +1 -1
- package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-ChartOrg.svg +1 -1
- package/src/sap/tnt/themes/base/illustrations/v5/tnt-Dialog-ChartPie.svg +1 -1
- package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-ChartArea.svg +1 -1
- package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-ChartArea2.svg +1 -1
- package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-ChartBPMNFlow.svg +1 -1
- package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-ChartBar.svg +1 -1
- package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-ChartBullet.svg +1 -1
- package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-ChartDoughnut.svg +1 -1
- package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-ChartFlow.svg +1 -1
- package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-ChartGantt.svg +1 -1
- package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-ChartOrg.svg +1 -1
- package/src/sap/tnt/themes/base/illustrations/v5/tnt-Spot-ChartPie.svg +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.tnt",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.123.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.
|
|
18
|
-
"@openui5/sap.ui.core": "1.
|
|
17
|
+
"@openui5/sap.m": "1.123.0",
|
|
18
|
+
"@openui5/sap.ui.core": "1.123.0"
|
|
19
19
|
}
|
|
20
20
|
}
|
package/src/sap/tnt/.library
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2024 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.123.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 library with responsive controls.</documentation>
|
|
12
12
|
|
package/src/sap/tnt/InfoLabel.js
CHANGED
|
@@ -38,7 +38,7 @@ sap.ui.define([
|
|
|
38
38
|
* @extends sap.ui.unified.MenuItemBase
|
|
39
39
|
*
|
|
40
40
|
* @author SAP SE
|
|
41
|
-
* @version 1.
|
|
41
|
+
* @version 1.123.0
|
|
42
42
|
*
|
|
43
43
|
* @constructor
|
|
44
44
|
* @private
|
|
@@ -142,11 +142,6 @@ sap.ui.define([
|
|
|
142
142
|
this._renderLinkTag(rm);
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
-
rm.openStart("div");
|
|
146
|
-
rm.class("sapUiMnuItmL");
|
|
147
|
-
rm.openEnd();
|
|
148
|
-
rm.close("div");
|
|
149
|
-
|
|
150
145
|
if (oItem.getIcon() && oItem._getIcon) {
|
|
151
146
|
// icon/check column
|
|
152
147
|
rm.openStart("div");
|
|
@@ -190,12 +185,6 @@ sap.ui.define([
|
|
|
190
185
|
rm.renderControl(oIcon);
|
|
191
186
|
}
|
|
192
187
|
|
|
193
|
-
// Right border
|
|
194
|
-
rm.openStart("div");
|
|
195
|
-
rm.class("sapUiMnuItmR");
|
|
196
|
-
rm.openEnd();
|
|
197
|
-
rm.close("div");
|
|
198
|
-
|
|
199
188
|
// End of external link "a" tag
|
|
200
189
|
if (this.getHref()) {
|
|
201
190
|
rm.close("a");
|
package/src/sap/tnt/ToolPage.js
CHANGED
package/src/sap/tnt/library.js
CHANGED
|
@@ -21,14 +21,14 @@ sap.ui.define([
|
|
|
21
21
|
* @namespace
|
|
22
22
|
* @alias sap.tnt
|
|
23
23
|
* @author SAP SE
|
|
24
|
-
* @version 1.
|
|
24
|
+
* @version 1.123.0
|
|
25
25
|
* @since 1.36
|
|
26
26
|
* @public
|
|
27
27
|
*/
|
|
28
28
|
var thisLib = Library.init({
|
|
29
29
|
apiVersion: 2,
|
|
30
30
|
name : "sap.tnt",
|
|
31
|
-
version: "1.
|
|
31
|
+
version: "1.123.0",
|
|
32
32
|
dependencies : ["sap.ui.core", "sap.m"],
|
|
33
33
|
designtime: "sap/tnt/designtime/library.designtime",
|
|
34
34
|
types: [
|
|
@@ -389,8 +389,7 @@
|
|
|
389
389
|
}
|
|
390
390
|
|
|
391
391
|
.sapTntNL:not(.sapTntNLPopup) {
|
|
392
|
-
|
|
393
|
-
li:last-of-type .sapTntNLGroup,
|
|
392
|
+
.sapTntNLI,
|
|
394
393
|
.sapTntNLSeparator {
|
|
395
394
|
margin-bottom: @_sap_tnt_NavigationList_ItemBottomMargin;
|
|
396
395
|
}
|
|
@@ -514,6 +513,11 @@
|
|
|
514
513
|
padding: 0.5rem;
|
|
515
514
|
}
|
|
516
515
|
|
|
516
|
+
.sapUiMnuItmSbMnu:empty {
|
|
517
|
+
min-width: initial;
|
|
518
|
+
padding-inline-end: initial;
|
|
519
|
+
}
|
|
520
|
+
|
|
517
521
|
// parent menu
|
|
518
522
|
&:not(.sapUiSubmenu) .sapUiMnuLst .sapUiMnuItm {
|
|
519
523
|
font-weight: @_sap_tnt_NavigationList_GroupTextWeight;
|
|
@@ -521,13 +525,10 @@
|
|
|
521
525
|
.sapUiMnuItmIco {
|
|
522
526
|
position: relative !important;
|
|
523
527
|
width: auto;
|
|
524
|
-
padding-inline: 0 0.5rem;
|
|
525
528
|
|
|
526
529
|
.sapUiIcon {
|
|
527
530
|
color: @_sap_tnt_NavigationList_IconColor;
|
|
528
531
|
display: block;
|
|
529
|
-
width: 1rem;
|
|
530
|
-
height: 1rem;
|
|
531
532
|
}
|
|
532
533
|
}
|
|
533
534
|
|
|
@@ -539,6 +540,13 @@
|
|
|
539
540
|
width: 0.75rem;
|
|
540
541
|
height: 100%;
|
|
541
542
|
padding-inline-start: 0.5rem;
|
|
543
|
+
padding-inline-end: 0;
|
|
544
|
+
min-width: inherit;
|
|
545
|
+
min-height: inherit;
|
|
546
|
+
|
|
547
|
+
&:empty {
|
|
548
|
+
min-width: 0.75rem;
|
|
549
|
+
}
|
|
542
550
|
|
|
543
551
|
.sapUiIconMirrorInRTL::after {
|
|
544
552
|
content: "\e1ed";
|
|
@@ -602,6 +610,13 @@
|
|
|
602
610
|
}
|
|
603
611
|
}
|
|
604
612
|
}
|
|
613
|
+
|
|
614
|
+
.sapUiMnuItmIco {
|
|
615
|
+
min-width: 1rem;
|
|
616
|
+
max-width: 1rem;
|
|
617
|
+
padding-inline-end: 0.5rem;
|
|
618
|
+
}
|
|
619
|
+
|
|
605
620
|
}
|
|
606
621
|
|
|
607
622
|
.sapTntNLMenu.sapUiMnu.sapUiSubmenu {
|
|
@@ -610,12 +625,9 @@
|
|
|
610
625
|
.sapUiMnuItmIco {
|
|
611
626
|
position: relative !important;
|
|
612
627
|
width: auto;
|
|
613
|
-
padding-inline: 0 0.5rem;
|
|
614
628
|
.sapUiIcon {
|
|
615
629
|
color: @_sap_tnt_NavigationList_IconColor;
|
|
616
630
|
display: block;
|
|
617
|
-
width: 1rem;
|
|
618
|
-
height: 1rem;
|
|
619
631
|
}
|
|
620
632
|
}
|
|
621
633
|
.sapTntNLIExtLinkOverflowIcon {
|
|
@@ -703,8 +715,7 @@
|
|
|
703
715
|
}
|
|
704
716
|
|
|
705
717
|
.sapTntNL:not(.sapTntNLPopup) {
|
|
706
|
-
|
|
707
|
-
li:last-of-type .sapTntNLGroup,
|
|
718
|
+
.sapTntNLI,
|
|
708
719
|
.sapTntNLSeparator {
|
|
709
720
|
margin-bottom: @_sap_tnt_NavigationList_ItemBottomMarginCompact;
|
|
710
721
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartArea">
|
|
2
2
|
<path d="M79.3943 161.789C123.243 161.789 158.789 126.243 158.789 82.3943C158.789 38.546 123.243 3 79.3943 3C35.546 3 0 38.546 0 82.3943C0 126.243 35.546 161.789 79.3943 161.789Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
3
|
<path d="M105.777 19.0182L56.1169 9.07575C54.0115 8.65422 51.9647 10.0228 51.5453 12.1325L37.1527 84.5321C36.7333 86.6419 38.1001 88.6939 40.2055 89.1154L89.8657 99.0578C91.9711 99.4793 94.0179 98.1108 94.4373 96.001L108.83 23.6014C109.249 21.4917 107.883 19.4397 105.777 19.0182Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
4
4
|
<path d="M77.4615 24.0189C75.8101 23.6019 74.0726 23.6847 72.4688 24.2572C70.8649 24.8296 69.4668 25.8659 68.451 27.2349C67.4353 28.604 66.8476 30.2443 66.7623 31.9486C66.677 33.6529 67.0978 35.3446 67.9716 36.8098C68.8455 38.2749 70.133 39.4478 71.6715 40.1801C73.21 40.9124 74.9304 41.1712 76.6151 40.9239C78.2998 40.6765 79.8732 39.934 81.1363 38.7903C82.3995 37.6466 83.2956 36.1531 83.7116 34.4986L75.3566 32.3915L77.4615 24.0189Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartArea2">
|
|
2
2
|
<path d="M79.3943 161.789C123.243 161.789 158.789 126.243 158.789 82.3943C158.789 38.546 123.243 3 79.3943 3C35.546 3 0 38.546 0 82.3943C0 126.243 35.546 161.789 79.3943 161.789Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
3
|
<path d="M105.777 19.0182L56.1169 9.07575C54.0115 8.65422 51.9647 10.0228 51.5453 12.1325L37.1527 84.5321C36.7333 86.6419 38.1001 88.6939 40.2055 89.1154L89.8657 99.0578C91.9711 99.4793 94.0179 98.1108 94.4373 96.001L108.83 23.6014C109.249 21.4917 107.883 19.4397 105.777 19.0182Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
4
4
|
<path d="M77.4615 24.0189C75.8101 23.6019 74.0726 23.6847 72.4688 24.2572C70.8649 24.8296 69.4668 25.8659 68.451 27.2349C67.4353 28.604 66.8476 30.2443 66.7623 31.9486C66.677 33.6529 67.0978 35.3446 67.9716 36.8098C68.8455 38.2749 70.133 39.4478 71.6715 40.1801C73.21 40.9124 74.9304 41.1712 76.6151 40.9239C78.2998 40.6765 79.8732 39.934 81.1363 38.7903C82.3995 37.6466 83.2956 36.1531 83.7116 34.4986L75.3566 32.3915L77.4615 24.0189Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartBPMNFlow">
|
|
2
2
|
<path d="M79.3943 161.654C123.243 161.654 158.789 126.108 158.789 82.2595C158.789 38.4113 123.243 2.86523 79.3943 2.86523C35.546 2.86523 0 38.4113 0 82.2595C0 126.108 35.546 161.654 79.3943 161.654Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
3
|
<path d="M105.777 18.8834L56.1169 8.94098C54.0115 8.51945 51.9647 9.88804 51.5453 11.9978L37.1527 84.3974C36.7333 86.5071 38.1001 88.5591 40.2055 88.9806L89.8657 98.923C91.9711 99.3446 94.0179 97.976 94.4373 95.8663L108.83 23.4667C109.249 21.3569 107.883 19.3049 105.777 18.8834Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
4
4
|
<path d="M77.4613 23.8842C75.8098 23.4671 74.0724 23.55 72.4685 24.1224C70.8647 24.6949 69.4665 25.7311 68.4508 27.1001C67.4351 28.4692 66.8474 30.1096 66.7621 31.8139C66.6767 33.5181 67.0976 35.2098 67.9714 36.675C68.8452 38.1402 70.1328 39.3131 71.6713 40.0453C73.2098 40.7776 74.9302 41.0365 76.6148 40.7891C78.2995 40.5417 79.8729 39.7992 81.1361 38.6555C82.3992 37.5119 83.2954 36.0184 83.7113 34.3638L75.3563 32.2567L77.4613 23.8842Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartBar">
|
|
2
2
|
<path d="M79.3943 161.789C123.243 161.789 158.789 126.243 158.789 82.3943C158.789 38.546 123.243 3 79.3943 3C35.546 3 0 38.546 0 82.3943C0 126.243 35.546 161.789 79.3943 161.789Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
3
|
<path d="M105.777 19.0182L56.1169 9.07575C54.0115 8.65422 51.9647 10.0228 51.5453 12.1325L37.1527 84.5321C36.7333 86.6419 38.1001 88.6939 40.2055 89.1154L89.8657 99.0578C91.9711 99.4793 94.0179 98.1108 94.4373 96.001L108.83 23.6014C109.249 21.4917 107.883 19.4397 105.777 19.0182Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
4
4
|
<path d="M77.4615 24.0189C75.8101 23.6019 74.0726 23.6847 72.4688 24.2572C70.8649 24.8296 69.4668 25.8659 68.451 27.2349C67.4353 28.604 66.8476 30.2443 66.7623 31.9486C66.677 33.6529 67.0978 35.3446 67.9716 36.8098C68.8455 38.2749 70.133 39.4478 71.6715 40.1801C73.21 40.9124 74.9304 41.1712 76.6151 40.9239C78.2998 40.6765 79.8732 39.934 81.1363 38.7903C82.3995 37.6466 83.2956 36.1531 83.7116 34.4986L75.3566 32.3915L77.4615 24.0189Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartBullet">
|
|
2
2
|
<path d="M79.3943 161.789C123.243 161.789 158.789 126.243 158.789 82.3943C158.789 38.546 123.243 3 79.3943 3C35.546 3 0 38.546 0 82.3943C0 126.243 35.546 161.789 79.3943 161.789Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
3
|
<path d="M105.777 19.0182L56.1169 9.07575C54.0115 8.65422 51.9647 10.0228 51.5453 12.1325L37.1527 84.5321C36.7333 86.6419 38.1001 88.6939 40.2055 89.1154L89.8657 99.0578C91.9711 99.4793 94.0179 98.1108 94.4373 96.001L108.83 23.6014C109.249 21.4917 107.883 19.4397 105.777 19.0182Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
4
4
|
<path d="M77.4615 24.0189C75.8101 23.6019 74.0726 23.6847 72.4688 24.2572C70.8649 24.8296 69.4668 25.8659 68.451 27.2349C67.4353 28.604 66.8476 30.2443 66.7623 31.9486C66.677 33.6529 67.0978 35.3446 67.9716 36.8098C68.8455 38.2749 70.133 39.4478 71.6715 40.1801C73.21 40.9124 74.9304 41.1712 76.6151 40.9239C78.2998 40.6765 79.8732 39.934 81.1363 38.7903C82.3995 37.6466 83.2956 36.1531 83.7116 34.4986L75.3566 32.3915L77.4615 24.0189Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartDoughnut">
|
|
2
2
|
<path d="M79.3943 161.789C123.243 161.789 158.789 126.243 158.789 82.3943C158.789 38.546 123.243 3 79.3943 3C35.546 3 0 38.546 0 82.3943C0 126.243 35.546 161.789 79.3943 161.789Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
3
|
<path d="M105.777 19.0182L56.1169 9.07575C54.0114 8.65422 51.9646 10.0228 51.5452 12.1325L37.1526 84.5321C36.7332 86.6419 38.1 88.6939 40.2055 89.1154L89.8656 99.0578C91.9711 99.4793 94.0179 98.1108 94.4373 96.001L108.83 23.6014C109.249 21.4917 107.882 19.4397 105.777 19.0182Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
4
4
|
<path d="M77.4612 24.0189C75.8098 23.6019 74.0723 23.6847 72.4685 24.2572C70.8646 24.8296 69.4665 25.8659 68.4507 27.2349C67.435 28.604 66.8473 30.2443 66.762 31.9486C66.6767 33.6529 67.0975 35.3446 67.9713 36.8098C68.8452 38.2749 70.1327 39.4478 71.6712 40.1801C73.2097 40.9124 74.9301 41.1712 76.6148 40.9239C78.2995 40.6765 79.8729 39.934 81.136 38.7903C82.3991 37.6466 83.2953 36.1531 83.7112 34.4986L75.3563 32.3915L77.4612 24.0189Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartFlow">
|
|
2
2
|
<path d="M79.3943 161.789C123.243 161.789 158.789 126.243 158.789 82.3943C158.789 38.546 123.243 3 79.3943 3C35.546 3 0 38.546 0 82.3943C0 126.243 35.546 161.789 79.3943 161.789Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
3
|
<path d="M105.777 19.0182L56.1169 9.07575C54.0115 8.65422 51.9647 10.0228 51.5453 12.1325L37.1527 84.5321C36.7333 86.6419 38.1001 88.6939 40.2055 89.1154L89.8657 99.0578C91.9711 99.4793 94.0179 98.1108 94.4373 96.001L108.83 23.6014C109.249 21.4917 107.883 19.4397 105.777 19.0182Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
4
4
|
<path d="M77.4613 24.0189C75.8098 23.6019 74.0724 23.6847 72.4685 24.2572C70.8647 24.8296 69.4665 25.8659 68.4508 27.2349C67.4351 28.604 66.8474 30.2443 66.7621 31.9486C66.6767 33.6529 67.0976 35.3446 67.9714 36.8098C68.8452 38.2749 70.1328 39.4478 71.6713 40.1801C73.2098 40.9124 74.9302 41.1712 76.6148 40.9239C78.2995 40.6765 79.8729 39.934 81.1361 38.7903C82.3992 37.6466 83.2954 36.1531 83.7113 34.4986L75.3563 32.3915L77.4613 24.0189Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartGantt">
|
|
2
2
|
<path d="M79.7306 161.789C123.579 161.789 159.125 126.243 159.125 82.3943C159.125 38.546 123.579 3 79.7306 3C35.8823 3 0.336304 38.546 0.336304 82.3943C0.336304 126.243 35.8823 161.789 79.7306 161.789Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
3
|
<path d="M106.113 19.0182L56.4532 9.07575C54.3478 8.65422 52.301 10.0228 51.8816 12.1325L37.489 84.5321C37.0696 86.6419 38.4364 88.6939 40.5418 89.1154L90.202 99.0578C92.3075 99.4793 94.3542 98.1108 94.7737 96.001L109.166 23.6014C109.586 21.4917 108.219 19.4397 106.113 19.0182Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
4
4
|
<path d="M77.7976 24.0189C76.1461 23.6019 74.4087 23.6847 72.8048 24.2572C71.201 24.8296 69.8028 25.8659 68.7871 27.2349C67.7714 28.604 67.1837 30.2443 67.0984 31.9486C67.013 33.6529 67.4339 35.3446 68.3077 36.8098C69.1815 38.2749 70.4691 39.4478 72.0076 40.1801C73.5461 40.9124 75.2665 41.1712 76.9512 40.9239C78.6359 40.6765 80.2092 39.934 81.4724 38.7903C82.7355 37.6466 83.6317 36.1531 84.0476 34.4986L75.6926 32.3915L77.7976 24.0189Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartOrg">
|
|
2
2
|
<path d="M79.5626 161.789C123.411 161.789 158.957 126.243 158.957 82.3943C158.957 38.546 123.411 3 79.5626 3C35.7144 3 0.168335 38.546 0.168335 82.3943C0.168335 126.243 35.7144 161.789 79.5626 161.789Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
3
|
<path d="M105.945 19.0182L56.2852 9.07575C54.1798 8.65422 52.133 10.0228 51.7136 12.1325L37.3209 84.5321C36.9015 86.6419 38.2684 88.6939 40.3738 89.1154L90.034 99.0578C92.1394 99.4793 94.1862 98.1108 94.6056 96.001L108.998 23.6014C109.418 21.4917 108.051 19.4397 105.945 19.0182Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
4
4
|
<path d="M77.6295 24.0189C75.9781 23.6019 74.2406 23.6847 72.6368 24.2572C71.033 24.8296 69.6348 25.8659 68.6191 27.2349C67.6033 28.604 67.0157 30.2443 66.9303 31.9486C66.845 33.6529 67.2658 35.3446 68.1397 36.8098C69.0135 38.2749 70.3011 39.4478 71.8396 40.1801C73.3781 40.9124 75.0984 41.1712 76.7831 40.9239C78.4678 40.6765 80.0412 39.934 81.3043 38.7903C82.5675 37.6466 83.4637 36.1531 83.8796 34.4986L75.5246 32.3915L77.6295 24.0189Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartPie">
|
|
2
2
|
<path d="M79.3943 161.789C123.243 161.789 158.789 126.243 158.789 82.3943C158.789 38.546 123.243 3 79.3943 3C35.546 3 0 38.546 0 82.3943C0 126.243 35.546 161.789 79.3943 161.789Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
3
|
<path d="M105.777 19.0182L56.1169 9.07575C54.0115 8.65422 51.9647 10.0228 51.5453 12.1325L37.1527 84.5321C36.7333 86.6419 38.1001 88.6939 40.2055 89.1154L89.8657 99.0578C91.9711 99.4793 94.0179 98.1108 94.4373 96.001L108.83 23.6014C109.249 21.4917 107.883 19.4397 105.777 19.0182Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
4
4
|
<path d="M77.4613 24.0189C75.8098 23.6019 74.0724 23.6847 72.4685 24.2572C70.8647 24.8296 69.4665 25.8659 68.4508 27.2349C67.4351 28.604 66.8474 30.2443 66.7621 31.9486C66.6767 33.6529 67.0976 35.3446 67.9714 36.8098C68.8452 38.2749 70.1328 39.4478 71.6713 40.1801C73.2098 40.9124 74.9302 41.1712 76.6148 40.9239C78.2995 40.6765 79.8729 39.934 81.1361 38.7903C82.3992 37.6466 83.2954 36.1531 83.7113 34.4986L75.3563 32.3915L77.4613 24.0189Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-ChartArea">
|
|
2
2
|
<path d="M64 128C99.3462 128 128 99.3462 128 64C128 28.6538 99.3462 0 64 0C28.6538 0 0 28.6538 0 64C0 99.3462 28.6538 128 64 128Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
3
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M83.8684 124.856C107.875 117.023 125.641 95.3808 127.782 69.3114L98.4346 55.6084C96.7917 54.8413 94.8352 55.5528 94.0645 57.1975L67.6174 113.639C66.8467 115.283 67.5537 117.239 69.1966 118.006L83.8684 124.856Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
4
4
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M119.501 86.6797C119.991 87.2845 119.898 88.1722 119.293 88.6623L103.491 101.468C103.118 101.77 102.617 101.862 102.161 101.711C101.706 101.561 101.358 101.189 101.238 100.724L99.0754 92.3091L85.9384 102.308C85.3189 102.78 84.4345 102.66 83.963 102.04C83.4915 101.421 83.6115 100.536 84.231 100.065L99.0581 88.7793C99.434 88.4932 99.9282 88.4144 100.374 88.5694C100.821 88.7244 101.159 89.0926 101.277 89.55L103.422 97.8952L117.518 86.472C118.123 85.9819 119.01 86.0749 119.501 86.6797Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-ChartArea2">
|
|
2
2
|
<path d="M64 128C99.3462 128 128 99.3462 128 64C128 28.6538 99.3462 0 64 0C28.6538 0 0 28.6538 0 64C0 99.3462 28.6538 128 64 128Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
3
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M83.8684 124.856C107.875 117.023 125.641 95.3808 127.782 69.3114L98.4346 55.6084C96.7917 54.8413 94.8352 55.5528 94.0645 57.1975L67.6174 113.639C66.8467 115.283 67.5537 117.239 69.1966 118.006L83.8684 124.856Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
4
4
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M119.501 86.6797C119.991 87.2845 119.898 88.1722 119.293 88.6623L103.491 101.468C103.118 101.77 102.617 101.862 102.161 101.711C101.706 101.561 101.358 101.189 101.238 100.724L99.0754 92.3091L85.9384 102.308C85.3189 102.78 84.4345 102.66 83.963 102.04C83.4915 101.421 83.6115 100.536 84.231 100.065L99.0581 88.7793C99.434 88.4932 99.9282 88.4144 100.374 88.5694C100.821 88.7244 101.159 89.0926 101.277 89.55L103.422 97.8952L117.518 86.472C118.123 85.9819 119.01 86.0749 119.501 86.6797Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-ChartBPMNFlow">
|
|
2
2
|
<path d="M64 128.865C99.3462 128.865 128 100.211 128 64.8652C128 29.519 99.3462 0.865234 64 0.865234C28.6538 0.865234 0 29.519 0 64.8652C0 100.211 28.6538 128.865 64 128.865Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
3
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M83.8688 125.721C107.875 117.889 125.641 96.246 127.783 70.1766L98.4351 56.4736C96.7922 55.7066 94.8357 56.418 94.065 58.0627L67.6179 114.504C66.8472 116.149 67.5542 118.104 69.1971 118.871L83.8688 125.721Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
4
4
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M119.501 87.5449C119.991 88.1497 119.898 89.0374 119.293 89.5275L103.491 102.333C103.118 102.635 102.617 102.727 102.161 102.577C101.706 102.426 101.358 102.054 101.238 101.589L99.0754 93.1743L85.9384 103.173C85.3189 103.645 84.4345 103.525 83.963 102.905C83.4915 102.286 83.6115 101.402 84.231 100.93L99.0581 89.6445C99.434 89.3584 99.9282 89.2796 100.374 89.4346C100.821 89.5896 101.159 89.9578 101.277 90.4153L103.422 98.7604L117.518 87.3373C118.123 86.8471 119.01 86.9401 119.501 87.5449Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-ChartBar">
|
|
2
2
|
<path d="M64 128C99.3462 128 128 99.3462 128 64C128 28.6538 99.3462 0 64 0C28.6538 0 0 28.6538 0 64C0 99.3462 28.6538 128 64 128Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
3
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M83.8684 124.856C107.875 117.023 125.641 95.3808 127.782 69.3114L98.4346 55.6084C96.7917 54.8413 94.8352 55.5528 94.0645 57.1975L67.6174 113.639C66.8467 115.283 67.5537 117.239 69.1966 118.006L83.8684 124.856Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
4
4
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M119.501 86.6797C119.991 87.2845 119.898 88.1722 119.293 88.6623L103.491 101.468C103.118 101.77 102.617 101.862 102.161 101.711C101.706 101.561 101.358 101.189 101.238 100.724L99.0754 92.3091L85.9384 102.308C85.3189 102.78 84.4345 102.66 83.963 102.04C83.4915 101.421 83.6115 100.536 84.231 100.065L99.0581 88.7793C99.434 88.4932 99.9282 88.4144 100.374 88.5694C100.821 88.7244 101.159 89.0926 101.277 89.55L103.422 97.8952L117.518 86.472C118.123 85.9819 119.01 86.0749 119.501 86.6797Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-ChartBullet">
|
|
2
2
|
<path d="M64 128C99.3462 128 128 99.3462 128 64C128 28.6538 99.3462 0 64 0C28.6538 0 0 28.6538 0 64C0 99.3462 28.6538 128 64 128Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
3
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M83.8684 124.856C107.875 117.023 125.641 95.3808 127.782 69.3114L98.4346 55.6084C96.7917 54.8413 94.8352 55.5528 94.0645 57.1975L67.6174 113.639C66.8467 115.283 67.5537 117.239 69.1966 118.006L83.8684 124.856Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
4
4
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M119.501 86.6797C119.991 87.2845 119.898 88.1722 119.293 88.6623L103.491 101.468C103.118 101.77 102.617 101.862 102.161 101.711C101.706 101.561 101.358 101.189 101.238 100.724L99.0754 92.3091L85.9384 102.308C85.3189 102.78 84.4345 102.66 83.963 102.04C83.4915 101.421 83.6115 100.536 84.231 100.065L99.0581 88.7793C99.434 88.4932 99.9282 88.4144 100.374 88.5694C100.821 88.7244 101.159 89.0926 101.277 89.55L103.422 97.8952L117.518 86.472C118.123 85.9819 119.01 86.0749 119.501 86.6797Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-ChartDoughnut">
|
|
2
2
|
<path d="M64 128C99.3462 128 128 99.3462 128 64C128 28.6538 99.3462 0 64 0C28.6538 0 0 28.6538 0 64C0 99.3462 28.6538 128 64 128Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
3
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M83.8687 124.856C107.875 117.023 125.641 95.3808 127.783 69.3114L98.4349 55.6084C96.7921 54.8413 94.8355 55.5528 94.0648 57.1975L67.6177 113.639C66.8471 115.283 67.5541 117.239 69.197 118.006L83.8687 124.856Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
4
4
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M119.5 86.6797C119.991 87.2845 119.898 88.1722 119.293 88.6623L103.491 101.468C103.118 101.77 102.617 101.862 102.161 101.711C101.705 101.561 101.358 101.189 101.238 100.724L99.0753 92.3091L85.9384 102.308C85.3189 102.78 84.4345 102.66 83.963 102.04C83.4915 101.421 83.6114 100.536 84.2309 100.065L99.0581 88.7793C99.4339 88.4932 99.9281 88.4144 100.374 88.5694C100.821 88.7244 101.159 89.0926 101.277 89.55L103.422 97.8952L117.518 86.472C118.123 85.9819 119.01 86.0749 119.5 86.6797Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-ChartFlow">
|
|
2
2
|
<path d="M64 128C99.3462 128 128 99.3462 128 64C128 28.6538 99.3462 0 64 0C28.6538 0 0 28.6538 0 64C0 99.3462 28.6538 128 64 128Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
3
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M83.8688 124.856C107.875 117.023 125.641 95.3808 127.783 69.3114L98.4351 55.6084C96.7922 54.8413 94.8357 55.5528 94.065 57.1975L67.6179 113.639C66.8472 115.283 67.5542 117.239 69.1971 118.006L83.8688 124.856Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
4
4
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M119.501 86.6797C119.991 87.2845 119.898 88.1722 119.293 88.6623L103.491 101.468C103.118 101.77 102.617 101.862 102.161 101.711C101.706 101.561 101.358 101.189 101.238 100.724L99.0754 92.3091L85.9384 102.308C85.3189 102.78 84.4345 102.66 83.963 102.04C83.4915 101.421 83.6115 100.536 84.231 100.065L99.0581 88.7793C99.434 88.4932 99.9282 88.4144 100.374 88.5694C100.821 88.7244 101.159 89.0926 101.277 89.55L103.422 97.8952L117.518 86.472C118.123 85.9819 119.01 86.0749 119.501 86.6797Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-ChartGantt">
|
|
2
2
|
<path d="M64.3363 128C99.6825 128 128.336 99.3462 128.336 64C128.336 28.6538 99.6825 0 64.3363 0C28.9901 0 0.336304 28.6538 0.336304 64C0.336304 99.3462 28.9901 128 64.3363 128Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
3
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M84.205 124.856C108.212 117.023 125.977 95.3808 128.119 69.3114L98.7712 55.6084C97.1284 54.8413 95.1718 55.5528 94.4012 57.1975L67.9541 113.639C67.1834 115.283 67.8904 117.239 69.5333 118.006L84.205 124.856Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
4
4
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M119.837 86.6797C120.327 87.2845 120.234 88.1722 119.629 88.6623L103.827 101.468C103.454 101.77 102.953 101.862 102.497 101.711C102.042 101.561 101.694 101.189 101.574 100.724L99.4116 92.3091L86.2746 102.308C85.6551 102.78 84.7707 102.66 84.2992 102.04C83.8277 101.421 83.9477 100.536 84.5671 100.065L99.3943 88.7793C99.7702 88.4932 100.264 88.4144 100.711 88.5694C101.157 88.7244 101.496 89.0926 101.613 89.55L103.758 97.8952L117.854 86.472C118.459 85.9819 119.347 86.0749 119.837 86.6797Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-ChartOrg">
|
|
2
2
|
<path d="M64.1683 128C99.5146 128 128.168 99.3462 128.168 64C128.168 28.6538 99.5146 0 64.1683 0C28.8221 0 0.168335 28.6538 0.168335 64C0.168335 99.3462 28.8221 128 64.1683 128Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
3
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M84.0371 124.856C108.044 117.023 125.809 95.3808 127.951 69.3114L98.6033 55.6084C96.9605 54.8413 95.0039 55.5528 94.2333 57.1975L67.7861 113.639C67.0155 115.283 67.7225 117.239 69.3654 118.006L84.0371 124.856Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
4
4
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M119.669 86.6797C120.159 87.2845 120.066 88.1722 119.461 88.6623L103.659 101.468C103.286 101.77 102.785 101.862 102.33 101.711C101.874 101.561 101.526 101.189 101.407 100.724L99.2437 92.3091L86.1067 102.308C85.4872 102.78 84.6028 102.66 84.1313 102.04C83.6598 101.421 83.7798 100.536 84.3992 100.065L99.2264 88.7793C99.6023 88.4932 100.096 88.4144 100.543 88.5694C100.989 88.7244 101.328 89.0926 101.445 89.55L103.59 97.8952L117.686 86.472C118.291 85.9819 119.179 86.0749 119.669 86.6797Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="
|
|
1
|
+
<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Spot-ChartPie">
|
|
2
2
|
<path d="M64 128C99.3462 128 128 99.3462 128 64C128 28.6538 99.3462 0 64 0C28.6538 0 0 28.6538 0 64C0 99.3462 28.6538 128 64 128Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
3
3
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M83.8686 124.856C107.875 117.023 125.641 95.3808 127.782 69.3114L98.4348 55.6084C96.792 54.8413 94.8354 55.5528 94.0647 57.1975L67.6176 113.639C66.847 115.283 67.554 117.239 69.1969 118.006L83.8686 124.856Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
4
4
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M119.5 86.6797C119.991 87.2845 119.898 88.1722 119.293 88.6623L103.491 101.468C103.118 101.77 102.617 101.862 102.161 101.711C101.705 101.561 101.358 101.189 101.238 100.724L99.0753 92.3091L85.9383 102.308C85.3188 102.78 84.4344 102.66 83.9629 102.04C83.4914 101.421 83.6114 100.536 84.2308 100.065L99.058 88.7793C99.4339 88.4932 99.9281 88.4144 100.374 88.5694C100.82 88.7244 101.159 89.0926 101.277 89.55L103.422 97.8952L117.518 86.472C118.123 85.9819 119.01 86.0749 119.5 86.6797Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|