Skip to content

Commit

Permalink
docs: new cem for Topic-P components
Browse files Browse the repository at this point in the history
  • Loading branch information
yanaminkova committed Nov 27, 2023
1 parent a8ad3d6 commit 2829cc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/fiori/src/FlexibleColumnLayout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ class FlexibleColumnLayout extends UI5Element {
* <br><br>
* <b>For example:</b> ["67%", "33%", 0], ["100%", 0, 0], ["25%", "50%", "25%"], etc,
* where the numbers represents the width of the start, middle and end columns.
* @default ["100%", 0, 0]
* @default undefined
* @public
*/
get columnLayout(): ColumnLayout | undefined {
Expand Down
1 change: 0 additions & 1 deletion packages/main/src/Interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ export {
IMenuItem,
IMultiComboBoxItem,
ISegmentedButtonItem,
ISelectOption,
ISelectMenuOption,
ITab,
ITableCell,
Expand Down

0 comments on commit 2829cc9

Please sign in to comment.