@egjs/flicking
Advanced tools
Comparing version 4.9.1 to 4.9.2
@@ -30,2 +30,3 @@ import Axes, { OnRelease } from "@egjs/axes"; | ||
disable(): this; | ||
release(): this; | ||
update(controlParams: ControlParams): this; | ||
@@ -32,0 +33,0 @@ addPreventClickHandler(): this; |
@@ -22,2 +22,3 @@ import { OnRelease } from "@egjs/axes"; | ||
disable(): this; | ||
release(): this; | ||
updatePosition(progressInPanel: number): void; | ||
@@ -24,0 +25,0 @@ updateInput(): this; |
{ | ||
"name": "@egjs/flicking", | ||
"version": "4.9.1", | ||
"version": "4.9.2", | ||
"description": "Everyday 30 million people experience. It's reliable, flexible and extendable carousel.", | ||
@@ -139,3 +139,3 @@ "main": "dist/flicking.js", | ||
"dependencies": { | ||
"@egjs/axes": "^3.4.0", | ||
"@egjs/axes": "^3.6.0", | ||
"@egjs/component": "^3.0.1", | ||
@@ -142,0 +142,0 @@ "@egjs/imready": "^1.1.3", |
@@ -206,2 +206,14 @@ /* | ||
/** | ||
* Releases ongoing user input (mouse/touch) | ||
* @ko 사용자의 현재 입력(마우스/터치)를 중단시킵니다 | ||
* @chainable | ||
* @return {this} | ||
*/ | ||
public release(): this { | ||
this._panInput?.release(); | ||
return this; | ||
} | ||
/** | ||
* Update {@link https://naver.github.io/egjs-axes/ @egjs/axes}'s state | ||
@@ -208,0 +220,0 @@ * @ko {@link https://naver.github.io/egjs-axes/ @egjs/axes}의 상태를 갱신합니다 |
@@ -165,2 +165,14 @@ /* | ||
/** | ||
* Releases ongoing user input (mouse/touch) | ||
* @ko 사용자의 현재 입력(마우스/터치)를 중단시킵니다 | ||
* @chainable | ||
* @return {this} | ||
*/ | ||
public release(): this { | ||
this._controller.release(); | ||
return this; | ||
} | ||
/** | ||
* Update position after resizing | ||
@@ -167,0 +179,0 @@ * @ko resize 이후에 position을 업데이트합니다 |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
4042856
37778
Updated@egjs/axes@^3.6.0