@egjs/flicking
Advanced tools
Comparing version 4.11.4 to 4.11.5-beta.0
import Component from "@egjs/component"; | ||
import Viewport from "./core/Viewport"; | ||
import AutoResizer from "./core/AutoResizer"; | ||
import { Panel } from "./core/panel"; | ||
@@ -125,2 +126,3 @@ import VirtualManager, { VirtualOptions } from "./core/VirtualManager"; | ||
get viewport(): Viewport; | ||
get autoResizer(): AutoResizer; | ||
get initialized(): boolean; | ||
@@ -127,0 +129,0 @@ get circularEnabled(): boolean; |
{ | ||
"name": "@egjs/flicking", | ||
"version": "4.11.4", | ||
"version": "4.11.5-beta.0", | ||
"description": "Everyday 30 million people experience. It's reliable, flexible and extendable carousel.", | ||
@@ -5,0 +5,0 @@ "main": "dist/flicking.cjs.js", |
@@ -39,3 +39,7 @@ /* | ||
resizeObserver.observe(flicking.viewport.element); | ||
[ | ||
flicking.viewport.element, | ||
...(flicking.camera.element ? [flicking.camera.element] : []), | ||
...flicking.panels.map(panel => panel.element), | ||
].forEach((element) => { resizeObserver.observe(element) }); | ||
@@ -72,3 +76,2 @@ this._resizeObserver = resizeObserver; | ||
const maxResizeDebounce = flicking.maxResizeDebounce; | ||
if (resizeDebounce <= 0) { | ||
@@ -75,0 +78,0 @@ void flicking.resize(); |
@@ -338,2 +338,6 @@ /* | ||
if (flicking.autoResize) { | ||
flicking.autoResizer.enable(); | ||
} | ||
void this.render(); | ||
@@ -340,0 +344,0 @@ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5072104
47773
2