Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class ActionMenu implements LoadableComponent {
}

/**
* Defines the available placements that can be used when a flip occurs.
* Specifies the component's fallback slotted content `placement` when it's initial or specified `placement` has insufficient space available.
*/
@Prop() flipPlacements: FlipPlacement[];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export class Combobox
}

/**
* Defines the available placements that can be used when a flip occurs.
* Specifies the component's fallback slotted content placement when it's initial placement has insufficient space available.
*/
@Prop() flipPlacements: FlipPlacement[];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export class Dropdown
}

/**
* Defines the available placements that can be used when a flip occurs.
* Specifies the component's fallback `calcite-dropdown-item` `placement` when it's initial or specified `placement` has insufficient space available.
*/
@Prop() flipPlacements: FlipPlacement[];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export class InputDatePicker
}

/**
* Defines the available placements that can be used when a flip occurs.
* Specifies the component's fallback `calcite-date-picker` `placement` when it's initial or specified `placement` has insufficient space available.
*/
@Prop() flipPlacements: FlipPlacement[];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export class Popover
@Prop({ reflect: true }) pointerDisabled = false;

/**
* Defines the available placements that can be used when a flip occurs.
* Specifies the component's fallback `placement` when it's initial or specified `placement` has insufficient space available.
*/
@Prop() flipPlacements: FlipPlacement[];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class SplitButton implements InteractiveComponent, LoadableComponent {
@Prop({ reflect: true }) dropdownLabel: string;

/**
* Defines the available placements that can be used when a flip occurs.
* Specifies the component's fallback slotted content `placement` when it's initial or specified `placement` has insufficient space available.
*/
@Prop() flipPlacements: FlipPlacement[];

Expand Down