@egjs/react-flicking
Advanced tools
Comparing version 3.1.3 to 3.1.4
@@ -0,0 +0,0 @@ import { Component } from "react"; |
import { FlickingProps } from "./types"; | ||
export declare const FLICKING_PROPS: FlickingProps; |
@@ -0,0 +0,0 @@ import { FlickingOptions } from "@egjs/flicking"; |
import Flicking from "./Flicking"; | ||
export default Flicking; | ||
export * from "./types"; |
@@ -0,0 +0,0 @@ /// <reference types="react" /> |
@@ -7,3 +7,3 @@ /* | ||
repository: https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking | ||
version: 3.1.3 | ||
version: 3.1.4 | ||
*/ | ||
@@ -242,6 +242,6 @@ 'use strict'; | ||
this.addPlugins(added.map(function (index) { | ||
this.flicking.addPlugins(added.map(function (index) { | ||
return list[index]; | ||
})); | ||
this.removePlugins(removed.map(function (index) { | ||
this.flicking.removePlugins(removed.map(function (index) { | ||
return prevList[index]; | ||
@@ -248,0 +248,0 @@ })); |
@@ -7,3 +7,3 @@ /* | ||
repository: https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking | ||
version: 3.1.3 | ||
version: 3.1.4 | ||
*/ | ||
@@ -240,6 +240,6 @@ import NativeFlicking, { DEFAULT_OPTIONS, withFlickingMethods } from '@egjs/flicking'; | ||
this.addPlugins(added.map(function (index) { | ||
this.flicking.addPlugins(added.map(function (index) { | ||
return list[index]; | ||
})); | ||
this.removePlugins(removed.map(function (index) { | ||
this.flicking.removePlugins(removed.map(function (index) { | ||
return prevList[index]; | ||
@@ -246,0 +246,0 @@ })); |
{ | ||
"name": "@egjs/react-flicking", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"description": "Everyday 30 million people experience. It's reliable, flexible and extendable carousel.", | ||
@@ -5,0 +5,0 @@ "main": "dist/flicking.cjs.js", |
Sorry, the diff of this file is not supported yet
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
448946
56