@egjs/vue-flicking
Advanced tools
Comparing version 3.3.1 to 3.4.0
@@ -7,3 +7,3 @@ /* | ||
repository: https://github.com/naver/egjs-flicking/tree/master/packages/vue-flicking | ||
version: 3.3.1 | ||
version: 3.4.0 | ||
*/ | ||
@@ -383,3 +383,3 @@ 'use strict'; | ||
var version = "3.3.1"; | ||
var version = "3.4.0"; | ||
@@ -386,0 +386,0 @@ var install = function (Vue) { |
@@ -7,3 +7,3 @@ /* | ||
repository: https://github.com/naver/egjs-flicking/tree/master/packages/vue-flicking | ||
version: 3.3.1 | ||
version: 3.4.0 | ||
*/ | ||
@@ -381,3 +381,3 @@ import NativeFlicking, { DEFAULT_OPTIONS, withFlickingMethods } from '@egjs/flicking'; | ||
var version = "3.3.1"; | ||
var version = "3.4.0"; | ||
@@ -384,0 +384,0 @@ var install = function (Vue) { |
{ | ||
"name": "@egjs/vue-flicking", | ||
"version": "3.3.1", | ||
"version": "3.4.0", | ||
"description": "Everyday 30 million people experience. It's reliable, flexible and extendable carousel.", | ||
@@ -33,3 +33,3 @@ "main": "dist/flicking.cjs.js", | ||
"dependencies": { | ||
"@egjs/flicking": "^3.5.1", | ||
"@egjs/flicking": "^3.6.0", | ||
"@egjs/list-differ": "^1.0.0", | ||
@@ -36,0 +36,0 @@ "@egjs/vue-children-differ": "^1.0.0", |
@@ -122,3 +122,3 @@ /** | ||
events.forEach(eventName => { | ||
this.$_nativeFlicking.on(eventName, e => { | ||
this.$_nativeFlicking.on(eventName, (e: any) => { | ||
e.currentTarget = this; | ||
@@ -125,0 +125,0 @@ // Make events from camelCase to kebab-case |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79695
Updated@egjs/flicking@^3.6.0