@egjs/flicking
Advanced tools
Comparing version 4.11.3 to 4.12.0-beta.0
@@ -0,0 +0,0 @@ import Flicking, { FlickingOptions } from "../Flicking"; |
@@ -0,0 +0,0 @@ import Camera, { CameraOptions } from "./Camera"; |
@@ -0,0 +0,0 @@ import AnchorPoint from "../../core/AnchorPoint"; |
@@ -0,0 +0,0 @@ import Flicking from "../../Flicking"; |
@@ -0,0 +0,0 @@ import Panel from "../../core/panel/Panel"; |
@@ -0,0 +0,0 @@ import CameraMode from "./CameraMode"; |
@@ -0,0 +0,0 @@ import CameraMode from "./CameraMode"; |
import { FlickingOptions } from "../Flicking"; | ||
declare const _default: (align?: FlickingOptions["align"], horizontal?: boolean, firstPanelSize?: string) => string; | ||
export default _default; |
@@ -0,0 +0,0 @@ import { DiffResult } from "@egjs/list-differ"; |
@@ -0,0 +0,0 @@ import withFlickingMethods from "./withFlickingMethods"; |
@@ -0,0 +0,0 @@ import { DiffResult } from "@egjs/list-differ"; |
declare const withFlickingMethods: (prototype: any, flickingName: string) => void; | ||
export default withFlickingMethods; |
@@ -0,0 +0,0 @@ export declare const EVENT: { |
@@ -0,0 +0,0 @@ export declare const CODE: { |
@@ -0,0 +0,0 @@ export { CODE as ERROR_CODE } from "./error"; |
@@ -0,0 +0,0 @@ import Axes, { PanInput, OnRelease } from "@egjs/axes"; |
@@ -0,0 +0,0 @@ import { OnRelease } from "@egjs/axes"; |
@@ -0,0 +0,0 @@ import { OnRelease } from "@egjs/axes"; |
@@ -0,0 +0,0 @@ import Control from "./Control"; |
@@ -0,0 +0,0 @@ import { OnRelease } from "@egjs/axes"; |
@@ -0,0 +0,0 @@ import { AxesEvents } from "@egjs/axes"; |
@@ -0,0 +0,0 @@ import State from "./State"; |
@@ -0,0 +0,0 @@ import State from "./State"; |
@@ -0,0 +0,0 @@ import State from "./State"; |
@@ -0,0 +0,0 @@ import State from "./State"; |
@@ -0,0 +0,0 @@ import State from "./State"; |
@@ -0,0 +0,0 @@ import { OnAnimationEnd, OnChange, OnFinish, OnHold, OnRelease } from "@egjs/axes"; |
@@ -0,0 +0,0 @@ import { OnRelease } from "@egjs/axes"; |
@@ -0,0 +0,0 @@ import Panel from "./panel/Panel"; |
@@ -0,0 +0,0 @@ import Flicking from "../Flicking"; |
@@ -0,0 +0,0 @@ declare class FlickingError extends Error { |
@@ -0,0 +0,0 @@ import Viewport from "./Viewport"; |
@@ -0,0 +0,0 @@ import Panel, { PanelOptions } from "./Panel"; |
@@ -0,0 +0,0 @@ import Flicking from "../../Flicking"; |
@@ -0,0 +0,0 @@ import Flicking from "../../../Flicking"; |
@@ -0,0 +0,0 @@ import ElementProvider from "./ElementProvider"; |
@@ -0,0 +0,0 @@ import Flicking from "../../../Flicking"; |
@@ -0,0 +0,0 @@ import Flicking from "../../../Flicking"; |
@@ -0,0 +0,0 @@ import Panel, { PanelOptions } from "./Panel"; |
@@ -0,0 +0,0 @@ export interface ResizeWatherOptions { |
@@ -0,0 +0,0 @@ import Flicking from "../Flicking"; |
@@ -0,0 +0,0 @@ import Flicking from "../Flicking"; |
@@ -54,2 +54,3 @@ import Component from "@egjs/component"; | ||
threshold: number; | ||
dragThreshold: number; | ||
interruptable: boolean; | ||
@@ -104,2 +105,3 @@ bounce: number | string | [number | string, number | string]; | ||
private _threshold; | ||
private _dragThreshold; | ||
private _interruptable; | ||
@@ -161,2 +163,3 @@ private _bounce; | ||
get threshold(): FlickingOptions["threshold"]; | ||
get dragThreshold(): FlickingOptions["dragThreshold"]; | ||
get interruptable(): FlickingOptions["interruptable"]; | ||
@@ -200,2 +203,3 @@ get bounce(): FlickingOptions["bounce"]; | ||
set threshold(val: FlickingOptions["threshold"]); | ||
set dragThreshold(val: FlickingOptions["dragThreshold"]); | ||
set interruptable(val: FlickingOptions["interruptable"]); | ||
@@ -211,3 +215,3 @@ set bounce(val: FlickingOptions["bounce"]); | ||
set useResizeObserver(val: FlickingOptions["useResizeObserver"]); | ||
constructor(root: HTMLElement | string, { align, defaultIndex, horizontal, circular, circularFallback, bound, adaptive, panelsPerView, noPanelStyleOverride, resizeOnContentsReady, nested, needPanelThreshold, preventEventsBeforeInit, deceleration, duration, easing, inputType, moveType, threshold, interruptable, bounce, iOSEdgeSwipeThreshold, preventClickOnDrag, preventDefaultOnDrag, disableOnInit, changeOnHold, renderOnlyVisible, virtual, autoInit, autoResize, useResizeObserver, resizeDebounce, maxResizeDebounce, useFractionalSize, externalRenderer, renderExternal }?: Partial<FlickingOptions>); | ||
constructor(root: HTMLElement | string, { align, defaultIndex, horizontal, circular, circularFallback, bound, adaptive, panelsPerView, noPanelStyleOverride, resizeOnContentsReady, nested, needPanelThreshold, preventEventsBeforeInit, deceleration, duration, easing, inputType, moveType, threshold, dragThreshold, interruptable, bounce, iOSEdgeSwipeThreshold, preventClickOnDrag, preventDefaultOnDrag, disableOnInit, changeOnHold, renderOnlyVisible, virtual, autoInit, autoResize, useResizeObserver, resizeDebounce, maxResizeDebounce, useFractionalSize, externalRenderer, renderExternal }?: Partial<FlickingOptions>); | ||
init(): Promise<void>; | ||
@@ -214,0 +218,0 @@ destroy(): void; |
import Flicking from "./index"; | ||
export default Flicking; | ||
export * from "./index"; |
@@ -0,0 +0,0 @@ import Flicking from "./Flicking"; |
import Flicking from "./Flicking"; | ||
export default Flicking; |
@@ -0,0 +0,0 @@ import Panel from "../core/panel/Panel"; |
@@ -0,0 +0,0 @@ import Renderer, { RendererOptions } from "./Renderer"; |
@@ -0,0 +0,0 @@ import Flicking, { FlickingOptions } from "../Flicking"; |
@@ -0,0 +0,0 @@ import RenderingStrategy from "./RenderingStrategy"; |
@@ -0,0 +0,0 @@ import Flicking from "../../Flicking"; |
@@ -0,0 +0,0 @@ import Flicking from "../../Flicking"; |
@@ -0,0 +0,0 @@ import Flicking from "../../Flicking"; |
@@ -0,0 +0,0 @@ import Panel, { PanelOptions } from "../core/panel/Panel"; |
@@ -0,0 +0,0 @@ import { OnChange, OnFinish, OnHold, OnRelease } from "@egjs/axes"; |
@@ -0,0 +0,0 @@ import Flicking from "../Flicking"; |
@@ -0,0 +0,0 @@ export declare type ValueOf<T> = T[keyof T]; |
@@ -0,0 +0,0 @@ import Flicking, { FlickingOptions } from "./Flicking"; |
{ | ||
"name": "@egjs/flicking", | ||
"version": "4.11.3", | ||
"version": "4.12.0-beta.0", | ||
"description": "Everyday 30 million people experience. It's reliable, flexible and extendable carousel.", | ||
@@ -5,0 +5,0 @@ "main": "dist/flicking.cjs.js", |
@@ -151,3 +151,3 @@ /* | ||
inputType: flicking.inputType, | ||
threshold: 1, | ||
threshold: flicking.dragThreshold, | ||
iOSEdgeSwipeThreshold: flicking.iOSEdgeSwipeThreshold, | ||
@@ -154,0 +154,0 @@ preventDefaultOnDrag: flicking.preventDefaultOnDrag, |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
5079433
47819
2