You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Represents the "additionalText" text, which is displayed in the tab filter.
53
53
* @type {string}
54
-
* @defaultvalue: ""
54
+
* @defaultvalue ""
55
55
* @public
56
56
*/
57
57
additionalText: {
58
58
type: String,
59
59
},
60
60
61
61
/**
62
-
* Specifies the icon to be displayed for the tab filter.
62
+
* Defines the icon source URI to be displayed as graphical element within the <code>ui5-tab</code>.
63
+
* The SAP-icons font provides numerous built-in icons.
64
+
* See all the available icons in the <ui5-link target="_blank" href="https://openui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html" class="api-table-content-cell-link">Icon Explorer</ui5-link>.
65
+
*
63
66
* @type {string}
67
+
* @defaultvalue ""
64
68
* @public
65
69
*/
66
70
icon: {
67
71
type: String,
68
72
},
69
73
70
74
/**
71
-
* Specifies the icon color.
72
-
*
73
-
* If an icon font is used, the color can be chosen from the icon colors
74
-
* (sap.ui.core.IconColor).
75
-
* Possible semantic colors are: Neutral, Positive, Critical, Negative.
76
-
* Instead of the semantic icon color the brand color can be used, this is named Default.
77
-
* Semantic colors and brand colors should not be mixed up inside one IconTabBar.
78
-
* @type {IconColor}
75
+
* Defines the <code>ui5-tab</code> semantic color.
76
+
* The color is applied to:
77
+
* <ul>
78
+
* <li>the <code>ui5-tab</code> icon</li>
79
+
* <li>the <code>text</code> when <code>ui5-tab</code> overflows</li>
80
+
* <li>the tab selection line</li>
81
+
* </ul>
82
+
* <br>
83
+
* Available semantic colors are: <code>"Default"</code>, <code>"Neutral", <code>"Positive"</code>, <code>"Critical"</code> and <code>"Negative"</code>.
84
+
* <br><br>
85
+
* <b>Note:</b> The color value depends on the current theme.
0 commit comments