Swipeout Vue Component

    • - single swipeout button
    EventDescription
    <f7-swipeout-button> events
    clickEvent will be triggered on swipeout button click
    <f7-list-item> events
    The following events will be available on <f7-list-item> with enabled
    swipeoutEvent will be triggered while you move swipeout element. event.detail.progress contains current opened progress percentage
    swipeout:openEvent will be triggered when swipeout element starts its opening animation
    swipeout:openedEvent will be triggered after swipeout element completes its opening animation
    swipeout:closeEvent will be triggered when swipeout element starts its closing animation
    swipeout:closedEvent will be triggered after swipeout element completes its closing animation
    swipeout:deleteEvent will be triggered after swipeout element starts its delete animation
    swipeout:deletedEvent will be triggered after swipeout element completes its delete animation right before it will be removed from DOM
    swipeout:overswipeenterEvent will be triggered when overswipe enabled
    swipeout:overswipeexitEvent will be triggered when overswipe disabled