@egjs/flicking
Advanced tools
Comparing version 4.12.0-beta.0 to 4.12.0-beta.1
@@ -49,1 +49,5 @@ export { CODE as ERROR_CODE } from "./error"; | ||
}; | ||
export declare const MOVE_DIRECTION: { | ||
readonly HORIZONTAL: "horizontal"; | ||
readonly VERTICAL: "vertical"; | ||
}; |
import Flicking from "./Flicking"; | ||
import type { FlickingOptions, FlickingEvents } from "./Flicking"; | ||
export * from "./CrossFlicking"; | ||
export * from "./core"; | ||
@@ -4,0 +5,0 @@ export * from "./camera"; |
{ | ||
"name": "@egjs/flicking", | ||
"version": "4.12.0-beta.0", | ||
"version": "4.12.0-beta.1", | ||
"description": "Everyday 30 million people experience. It's reliable, flexible and extendable carousel.", | ||
@@ -5,0 +5,0 @@ "main": "dist/flicking.cjs.js", |
@@ -125,1 +125,13 @@ /* | ||
} as const; | ||
/** | ||
* An object that contains the direction that {@link Flicking} is moving | ||
* @ko {@link Flicking}이 움직이는 방향을 담고 있는 객체 | ||
* @type {object} | ||
* @property {"horizontal"} HORIZONTAL horizontal<ko>수평 방향</ko> | ||
* @property {"vertical"} VERTICAL vertical<ko>수직 방향</ko> | ||
*/ | ||
export const MOVE_DIRECTION = { | ||
HORIZONTAL: "horizontal", | ||
VERTICAL: "vertical" | ||
} as const; |
@@ -8,2 +8,4 @@ /* | ||
export * from "./CrossFlicking"; | ||
export * from "./core"; | ||
@@ -10,0 +12,0 @@ export * from "./camera"; |
@@ -6,2 +6,3 @@ /* | ||
import Flicking from "./Flicking"; | ||
import * as CrossFlicking from "./CrossFlicking"; | ||
import * as Core from "./core"; | ||
@@ -23,3 +24,4 @@ import * as Camera from "./camera"; | ||
merge(Flicking, Utils); | ||
merge(Flicking, CrossFlicking); | ||
export default Flicking; |
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
Sorry, the diff of this file is not supported yet
5219017
149
48861