framework7-vue
Advanced tools
Comparing version 3.5.0 to 3.5.1
@@ -247,2 +247,4 @@ import Utils from '../utils/utils'; | ||
self.onSwipeoutDeletedBound = self.onSwipeoutDeleted.bind(self); | ||
self.onSwipeoutOverswipeEnterBound = self.onSwipeoutOverswipeEnter.bind(self); | ||
self.onSwipeoutOverswipeExitBound = self.onSwipeoutOverswipeExit.bind(self); | ||
self.onSwipeoutBound = self.onSwipeout.bind(self); | ||
@@ -284,2 +286,4 @@ self.onAccOpenBound = self.onAccOpen.bind(self); | ||
el.addEventListener('swipeout:deleted', self.onSwipeoutDeletedBound); | ||
el.addEventListener('swipeout:overswipeenter', self.onSwipeoutOverswipeEnterBound); | ||
el.addEventListener('swipeout:overswipeexit', self.onSwipeoutOverswipeExitBound); | ||
el.addEventListener('swipeout', self.onSwipeoutBound); | ||
@@ -355,2 +359,4 @@ } | ||
el.removeEventListener('swipeout:deleted', self.onSwipeoutDeletedBound); | ||
el.removeEventListener('swipeout:overswipeenter', self.onSwipeoutOverswipeEnterBound); | ||
el.removeEventListener('swipeout:overswipeexit', self.onSwipeoutOverswipeExitBound); | ||
el.removeEventListener('swipeout', self.onSwipeoutBound); | ||
@@ -381,2 +387,10 @@ } | ||
onSwipeoutOverswipeEnter(event) { | ||
this.dispatchEvent('swipeout:overswipeenter swipeoutOverswipeEnter', event); | ||
}, | ||
onSwipeoutOverswipeExit(event) { | ||
this.dispatchEvent('swipeout:overswipeexit swipeoutOverswipeExit', event); | ||
}, | ||
onSwipeoutDeleted(event) { | ||
@@ -383,0 +397,0 @@ this.dispatchEvent('swipeout:deleted swipeoutDeleted', event); |
@@ -35,2 +35,3 @@ import Utils from '../utils/utils'; | ||
readonly: Boolean, | ||
textareaId: [Number, String], | ||
name: String, | ||
@@ -37,0 +38,0 @@ placeholder: { |
/** | ||
* Framework7 Vue 3.5.0 | ||
* Framework7 Vue 3.5.1 | ||
* Build full featured iOS & Android apps using Framework7 & Vue | ||
@@ -10,3 +10,3 @@ * http://framework7.io/vue/ | ||
* | ||
* Released on: October 26, 2018 | ||
* Released on: November 2, 2018 | ||
*/ | ||
@@ -13,0 +13,0 @@ import Vue from 'vue'; |
/** | ||
* Framework7 Vue 3.5.0 | ||
* Framework7 Vue 3.5.1 | ||
* Build full featured iOS & Android apps using Framework7 & Vue | ||
@@ -10,3 +10,3 @@ * http://framework7.io/vue/ | ||
* | ||
* Released on: October 26, 2018 | ||
* Released on: November 2, 2018 | ||
*/ | ||
@@ -13,0 +13,0 @@ |
{ | ||
"name": "framework7-vue", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"description": "Build full featured iOS & Android apps using Framework7 & Vue", | ||
@@ -5,0 +5,0 @@ "main": "framework7-vue.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1296009
20908