mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
fix(item-sliding): fix the item options visibility and wrap the button
- updates documentation - renames `getSlidingPercent` to `getSlidingRatio ` - adds expandable as a property to option - renames classes and updates styles - fixes a bug where active class wasn’t being removed on drag end references #13993
This commit is contained in:
1
packages/core/src/components.d.ts
vendored
1
packages/core/src/components.d.ts
vendored
@ -1314,6 +1314,7 @@ declare global {
|
||||
export interface IonItemOptionAttributes extends HTMLAttributes {
|
||||
color?: string;
|
||||
disabled?: boolean;
|
||||
expandable?: boolean;
|
||||
href?: string;
|
||||
mode?: 'ios' | 'md';
|
||||
}
|
||||
|
Reference in New Issue
Block a user