Skip to content

Commit d53d294

Browse files
chore(ui5-toolbar): wrappers introduced
1 parent 4a2452a commit d53d294

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

packages/main/src/ToolbarItem.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,20 @@ class ToolbarItem extends UI5Element {
7272
@property({ type: Boolean })
7373
isOverflowed: boolean = false;
7474

75+
/**
76+
* Defines if the component, wrapped in the toolbar item, has his own overflow mechanism.
77+
* @default false
78+
* @public
79+
* @since 2.16.2
80+
*/
7581
@property({ type: Boolean })
7682
selfOverflowed: boolean = false;
7783

7884
/**
85+
* Defines if the component, wrapped in the toolbar item, should be expanded in the overflow popover.
7986
* @default false
8087
* @public
81-
* @since 2.16.0
88+
* @since 2.16.2
8289
*/
8390

8491
@property({ type: Boolean })
@@ -93,7 +100,7 @@ class ToolbarItem extends UI5Element {
93100
/**
94101
* Wrapped component slot.
95102
* @public
96-
* @since 2.15.0
103+
* @since 2.16.2
97104
*/
98105

99106
@slot({
@@ -137,6 +144,7 @@ class ToolbarItem extends UI5Element {
137144
}
138145

139146
/**
147+
* Returns if the item is default wrapper for certain component.
140148
* @protected
141149
*/
142150
get isDefaultWrapper() {

0 commit comments

Comments
 (0)